/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

.sr-only,
svg:not(:root) {
    overflow: hidden
}

a,
body {
    color: #666
}

.row,
menu {
    padding-left: 0
}

.row img,
iframe {
    width: 100%
}

iframe,
sub,
sup {
    position: relative
}

body,
figure,
nav ol,
nav ul {
    margin: 0
}

.text-left,
hr {
    text-align: left
}

#sms {
    width: 52%;
    position: absolute;
    padding: 36.5% 0;
    z-index: 999;
    left:50%;
    transform:translateX(-50%);
}

#sms img {
    float: left;
}
#sms>img:nth-of-type(1) {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
}

#sms>img:nth-of-type(2) {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top:0;
    right:0;
}

.border-b,
.page-header {
    border-bottom: 1px solid #dcdcdc
}
.align-vertical{
    background-size: 100% 100%!important;
}
.btn-group>.btn-group,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.direction-mini li {
    float: left
}

.jcrop-tracker,
html {
    -webkit-tap-highlight-color: transparent
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.flexslider .slides:after,
.footer-nav:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav ol:after,
.nav ul:after,
.nav:after,
.navbar-header:after,
.navbar:after,
.product-description dl:after,
.row:after,
.app-list>li>a:after {
    clear: both
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px
}

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
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    width: 100%;
    border: 0;
    vertical-align: middle
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    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[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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
     :after,
     :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-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: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

.bg-cover,
.flexslider .slides li {
    /* background-position: center center; */
    background-size: contain;
}

.bg-cover,
.flexslider .slides li,
.header {
    background-repeat: no-repeat
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus,
a:focus {
    outline: 0;
    outline-offset: -2px
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Century Gothic", Futura-CondensedMedium, HelveticaNeue, PingFangSC-Light, HiraginoSansGB-W3, "Microsoft YaHei", tahoma;
    font-size: 14px;
    line-height: 1.6;
    background-color: #fff
}

@media(max-width:767px) {
    body {
        font-size: 120%
    }
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.tooltip,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Century Gothic", Futura-CondensedMedium, HelveticaNeue, PingFangSC-Light, HiraginoSansGB-W3, "Microsoft YaHei", tahoma
}

a {
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

a:hover {
    color: #00264e;
    text-decoration: none
}

menu {
    margin-top: 0;
    margin-bottom: 0
}

.row {
    list-style: none
}

section.p-v-s {
    padding-top: 20px;
    padding-bottom: 20px
}

section.p-v-m {
    padding-top: 40px;
    padding-bottom: 40px
}

section.p-v-l {
    padding-top: 80px;
    padding-bottom: 80px
}

section.p-v-l .colorGray {
    color: #999
}

iframe {
    z-index: 1
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    border: 0;
    border-top: 1px solid #dcdcdc;
    margin: 22px 0
}

.hr {
    border-top-width: 5px;
    border-color: #fff;
    width: 50px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.shadow-grid a h5,
.shadow-grid li h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 11px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 40px
}

.h2,
h2 {
    font-size: 36px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

@media(max-width:767px) {
    .h1,
    h1 {
        font-size: 24px
    }
    .h2,
    h2 {
        font-size: 20px
    }
    .h3,
    h3 {
        font-size: 18px
    }
    .h4,
    .h5,
    h4,
    h5 {
        font-size: 14px
    }
    .h6,
    h6 {
        font-size: 10px
    }
    #sms{
        width:85%;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    #sms.active{
        display:none;
    }
    #sms>img:nth-of-type(1){
        height:auto;
    }
    #sms>img:nth-of-type(2){
        width:30px;
        height:30px;
    }
}

.h1,
.h2,
h1,
h2 {
    text-transform: uppercase
}

p {
    margin: 0 0 11px
}

@media(min-width:1600px) {
    p {
        font-size: 130%
    }
}

p.h4 {
    line-height: 1.6
}

.lead {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

.close,
dt,
label {
    font-weight: 700
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.inline-title {
    display: inline-block;
    background-color: #fff
}

a.inline-title:hover {
    background-color: #e6e6e6
}

.inline-title h2 {
    line-height: 30px;
    margin: 0;
    padding: 20px
}

address,
dd,
dt {
    line-height: 1.6
}

.inline-title span {
    color: #979797;
    margin-left: 10px
}

a.inline-title span:hover {
    color: #7e7e7e
}

.bg-white {
    background-color: #fff
}

a.bg-white:hover {
    background-color: #e6e6e6
}

.bg-red {
    background-color: #00264e
}

a.bg-red:hover {
    background-color: #8b0000
}

.bg-red-dark {
    background-color: #00264e
}

a.bg-red-dark:hover {
    background-color: #540000
}

.bg-gray-light {
    background-color: #f0f0f0
}

a.bg-gray-light:hover {
    background-color: #d7d7d7
}

.bg-gray-lighter {
    background-color: #dcdcdc
}

section.bg-cover.p-v-l.text-white[style*=background-image]:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity=20)
}

section.bg-cover.p-v-l.text-white[style*=background-image]>div {
    position: relative;
    z-index: 1
}

.m-xl {
    margin: 40px
}

.m-l {
    margin: 30px
}

.m-s {
    margin: 10px
}

.m-0 {
    margin-top: 0;
    margin-bottom: 0
}

.m-xs {
    margin: 5px
}

.m-b-xl {
    margin-bottom: 40px
}

.m-b-l {
    margin-bottom: 30px
}

.m-b-m {
    margin-bottom: 20px
}

.m-b-s {
    margin-bottom: 10px
}

.m-b-xs {
    margin-bottom: 5px
}

.m-t-xl {
    margin-top: 40px
}

.m-t-l {
    margin-top: 30px
}

.m-t-m {
    margin-top: 20px
}

.m-t-s {
    margin-top: 10px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-0 {
    margin-top: 0
}

.m-b-0 {
    margin-bottom: 0
}

.m-h-s {
    margin-left: 10px;
    margin-right: 10px
}

.m-v-l {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-m {
    margin: 20px
}

.p-xl {
    padding: 40px
}

.p-l {
    padding: 30px
}

.p-m {
    padding: 20px
}

.p-s {
    padding: 10px
}

.p-xs {
    padding: 5px
}

.p-1px {
    padding: 1px
}

.p-0 {
    padding: 0
}

.p-h-xl {
    padding-left: 40px;
    padding-right: 40px
}

.p-h-l {
    padding-left: 30px;
    padding-right: 30px
}

.p-h-m {
    padding-left: 20px;
    padding-right: 20px
}

.p-h-s {
    padding-left: 10px;
    padding-right: 10px
}

.p-h-xs {
    padding-left: 5px;
    padding-right: 5px
}

.p-v-xl {
    padding-top: 40px;
    padding-bottom: 40px
}

.p-v-l {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-v-m {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-v-s {
    padding-top: 10px;
    padding-bottom: 10px
}

.p-v-xs {
    padding-top: 5px;
    padding-bottom: 5px
}

.p-t-xl {
    padding-top: 40px
}

.p-t-xxl {
    padding-top: 80px
}

.p-t-l {
    padding-top: 30px
}

.p-t-m {
    padding-top: 20px
}

.p-t-s {
    padding-top: 10px
}

.p-t-0 {
    padding-top: 0
}

.p-b-xl {
    padding-bottom: 40px
}

.p-b-l {
    padding-bottom: 30px
}

.p-b-m {
    padding-bottom: 20px
}

.p-b-s {
    padding-bottom: 10px
}

.p-r-l {
    padding-right: 30px
}

.p-r-m {
    padding-right: 20px
}

.p-l-m {
    padding-left: 20px
}

.p-l-s {
    padding-left: 10px
}

.p-h-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.probg {
    background: #fff url(newprobg.gif) repeat-x 0 0;
    background-size: auto
}

@media(max-width:767px) {
    .probg {
        background-size: 1.4%
    }
    .p-h-m {
        padding-left: 5px;
        padding-right: 5px
    }
    .p-h-s {
        padding-left: 0;
        padding-right: 0
    }
    section.p-v-l {
        padding-top: 40px;
        padding-bottom: 40px;
        background-size: 1.4%
    }
    a.p-m {
        padding: 10px
    }
    a.row.p-m {
        padding-top: 0;
        padding-bottom: 0
    }
    li>a>div[class*=col-].p-m {
        padding: 10px 0
    }
    .row>li[class*=col].p-m {
        padding: 10px
    }
    .xs-p0 {
        padding: 0
    }
}

.love-btns {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #c4c4c4
}

.align-bottom,
.align-top {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1
}

.align-bottom {
    bottom: 0
}

.align-top {
    top: 0
}

.align-vertical {
    display: table!important;
    position: relative
}

#embed-video-wrap,
.overlay>div {
    width: 100%;
    height: 100%;
    position: fixed
}

.align-vertical .vertical-inner {
    display: table-cell;
    vertical-align: middle
}

.modal .align-vertical {
    width: 100%;
    height: 100%
}

.header>.align-vertical {
    width: 100%;
    height: 100%;
    padding-bottom: 50px
}

.header>.align-vertical.p-0 {
    padding: 0
}

.section-title {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    color: #010101
}

.section-title i {
    width: 34px;
    border-bottom: 3px solid #bebebe;
    display: inline-block
}

@media(max-width:767px) {
    .section-title {
        padding-left: 10px;
        padding-right: 10px
    }
}

.list-inline,
.list-unstyled,
ol,
ul {
    list-style: none;
    padding-left: 0
}

.border-t {
    border-top: 1px solid #dcdcdc
}

.border-light {
    border: 1px solid #c4c4c4
}

.overlay {
    font-size: 0
}

.overlay>div {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 2999;
    top: 100%;
    left: 0;
    pointer-events: none
}

.overlay>div.white {
    background-color: #fff
}

.overlay>div.black {
    background-color: #000
}

#embed-video-wrap,
.bg-gray-light .row a {
    background-color: #fff
}

@media(max-width:767px) {
    .overlay>div.active {
        top: 0;
        opacity: .8;
        filter: alpha(opacity=80)
    }
}

#embed-video-wrap {
    z-index: 3001;
    top: 100%;
    -webkit-transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out
}

#embed-video-wrap.active {
    top: 0
}

#embed-video-wrap iframe {
    position: relative;
    width: 100%;
    height: 100%
}

#embed-video-wrap .close {
    position: absolute;
    right: 0;
    top: 0
}

.container,
.shadow-grid li {
    position: relative
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px
}

dl,
ol,
ul {
    margin-top: 0
}

ol,
ul {
    margin-bottom: 11px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 22px
}

@media(max-width:767px) {
    dd,
    dt {
        line-height: 1.1
    }
}

dd {
    margin-left: 0
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #c4c4c4
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 17.5px;
    border-left: 5px solid #dcdcdc
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #c4c4c4
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #dcdcdc;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 22px;
    font-style: normal
}

@media(max-width:767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(min-width:768px) {
    .container {
        padding-left: 4%;
        padding-right: 4%
    }
}

@media(min-width:992px) {
    .container {
        padding-left: 8%;
        padding-right: 8%
    }
}

@media(min-width:1200px) {
    .container {
        padding-left: 15%;
        padding-right: 15%
    }
}

@media(min-width:1600px) {
    .container {
        padding-left: 19%;
        padding-right: 19%
    }
}

@media(min-width:1920px) {
    .container {
        padding-left: 18%;
        padding-right: 18%
    }
}

.container-fluid {
    width: 100%
}

.row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0
}

.row.row-shadow a {
    display: block;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2)
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px
}

.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
}

.shadow-grid a {
    display: block
}

.shadow-grid a h5 {
    margin-top: 8px;
    margin-bottom: 0
}

.shadow-grid p {
    margin: 0;
    color: #666
}

.indexnews .shadow-grid p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.shadow-grid em i {
    margin-top: 10px;
    text-transform: uppercase;
    background: #00264e;
    color: #fff;
    font-style: normal
}

.shadow-grid em i:hover {
    background: #00264e
}

.shadow-grid li {
    -webkit-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out
}

.shadow-grid li:hover {
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5)
}

.shadow-grid li a {
    margin: 10px 10px 0 10px
}

.shadow-grid li:hover a {
    z-index: 2
}

.shadow-grid li em {
    display: none;
    height: 50px
}

.shadow-grid li em i {
    display: none
}

.shadow-grid li:hover em i {
    margin-top: 10px;
    text-transform: uppercase;
    background: #00264e;
    color: #fff;
    font-style: normal;
    display: inline-block
}

.video-list .shadow-grid li i {
    display: none
}

.video-list .shadow-grid li:hover i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -25px;
    font-size: 50px;
    color: #fff
}

.store .shadow-grid li:hover a {
    z-index: 2;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 0
}

.shadow-grid li h4 {
    line-height: 20px;
    margin-bottom: 5px;
    color: #333;
    text-align: center
}

a.shadow-grid li h4:hover {
    color: #1a1a1a
}

.shadow-grid li h4 .h6 {
    color: #979797;
    margin-left: 5px;
    display: block;
    height: 13px
}

.product-hot-viewport .shadow-grid li:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-hot-viewport .shadow-grid li a {
    margin: 10px 10px 0 10px;
    -webkit-box-shadow: 0 2px 8px 0 transparent;
    box-shadow: 0 2px 8px 0 transparent
}

.app-list .shadow-grid li h4 .h6 {
    height: auto;
    text-align: center
}

a.shadow-grid li h4 .h6:hover {
    color: #7e7e7e
}

.shadow-grid li h5 {
    line-height: 1.6
}

.shadow-grid li:hover h4 {
    color: #00264e
}

.shadow-grid .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #00264e!important
}

.shadow-grid .close span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-shadow: none;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease
}

.shadow-grid li:hover .close {
    opacity: 1;
    filter: alpha(opacity=100)
}

.shadow-grid .close:hover span {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.shadow-grid .title {
    padding: 8px 0;
    height: 3em;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.shadow-grid img {
    width: 100%;
    height: auto
}

.shadow-grid.full-width li {
    border-bottom: 1px solid #dcdcdc
}

.shadow-grid.full-width li h4 {
    margin: 0 0 1em;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

@media(max-width:767px) {
    .shadow-grid.full-width li h4 {
        margin-bottom: .5em
    }
    .shadow-grid li em {
        display: none
    }
    .shadow-grid li h4 {
        margin-top: 5px;
        margin-bottom: 0
    }
    .shadow-grid li h4 .h6 {
        margin: 0
    }
}

.shadow-grid.full-width li h4:not(.text-overflow) {
    white-space: normal
}

.shadow-grid.full-width li p {
    margin-top: 10px
}

.shadow-grid.full-width li h6 {
    color: #979797
}

a.shadow-grid.full-width li h6:hover {
    color: #7e7e7e
}

.shadow-grid.full-width li hr {
    margin: 15px 0
}

.shadow-grid.full-width li a:hover {
    color: inherit
}

.shadow-grid.full-width li a:hover h4 {
    color: #00264e
}

@media(max-width:991px) {
    .shadow-grid .title {
        height: auto
    }
    .shadow-grid.full-width .left {
        padding-bottom: 10px
    }
    .shadow-grid.full-width .right {
        padding-top: 10px
    }
}

.news-list .shadow-grid p {
    overflow: auto;
    white-space: normal
}

.btn,
.dropdown-header,
.dropdown-menu.store a,
.filter-wrap h4,
.table th,
.tooltip-inner {
    white-space: nowrap
}

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        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-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        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-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        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
    }
}

.shadow-grid li {
    padding: 8px;
}

.shadow-grid li:hover {
    z-index: 2;
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    background: #fff;
    padding: 8px
}

.newxinxiu .shadow-grid li a {
    padding: 30% 0px !important;
    position: relative;
    margin: 10px !important;
}

.newxinxiu .shadow-grid .p-s .images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.flexslider .slides img,
.flexslider [class*="-viewport"],
.table {
    width: 100%;
    height: 100%;
    object-fit: contain
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #c4c4c4;
    text-align: left
}

.table {
    max-width: 100%;
    border-color: transparent
}

.table th {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis
}

.table td,
.table th {
    padding: 10px 20px;
    vertical-align: top;
    line-height: 20px
}

.table.bg-gray {
    background-color: #dcdcdc
}

@media(max-width:767px) {
    .table td,
    .table th {
        padding: 5px 10px
    }
}

.list-table td {
    vertical-align: top;
    padding: 10px 0
}

.list-table .dot {
    padding-right: 10px
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.controllers a,
.direction-mini a,
.flexslider .slides a:not(.btn),
.flexslider-fixed {
    display: block
}

.flexslider,
.flexslider .slides,
.flexslider .slides li,
.flexslider [class*="-viewport"] {
    position: relative;
    height: 100%
}

.flexslider {
    overflow: hidden;
    width: 100%
}

.flexslider .align-vertical {
    /* padding-bottom: 50px */
    padding-bottom:2.62%;
}

.flexslider .slides {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease .1s;
    -o-transition: opacity .4s ease .1s;
    transition: opacity .4s ease .1s;
    margin-bottom: 0
}

.flexslider .slides.row-shadow a {
    display: block;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2)
}

.flexslider .slides .contain-wrap img {
    width: auto
}

.flexslider.complete .slides {
    opacity: 1;
    filter: alpha(opacity=100)
}

.flexslider-fixed {
    position: fixed;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    height: 100%;
    top: 100%;
    z-index: 2999;
    -webkit-transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out
}

.flexslider-fixed.active {
    top: 0
}

.flexslider-fixed>.btn {
    position: absolute;
    right: 0;
    z-index: 1
}

.flexslider-fixed h4 {
    position: absolute;
    top: 0;
    margin: 0
}

.contain-wrap {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 80px solid transparent;
    background: url(loader.gif)center center no-repeat
}

fieldset,
legend {
    padding: 0;
    border: 0
}

.contain-wrap.in {
    background: 0
}

.btn,
.btn-default.active,
.btn-default:active,
.btn-red.active,
.btn-red:active,
.btn-white.active,
.btn-white:active,
.btn.active,
.btn:active,
.form-control,
.open>.dropdown-toggle.btn,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-red,
.open>.dropdown-toggle.btn-white {
    background-image: none
}

.contain-wrap img {
    max-width: 100%;
    height: auto
}

@media(max-width:991px) {
    .contain-wrap {
        border-width: 60px 10px
    }
}

.flexslider-grid .fw-wrap,
.flexslider-grid [class*=viewport] {
    padding: 10px
}

@media(max-width:767px) {
    .flexslider-grid {
        overflow: visible!important
    }
    .flexslider-grid [class*=viewport] {
        padding: 4px;
        margin: -4px
    }
}

.flexslider-grid .fw-wrap {
    padding-top: 0;
    padding-bottom: 0
}

.direction-mini {
    padding-left: 20px;
    padding-right: 20px
}

.direction-mini li {
    margin: 0 5px;
    float: none;
    display: inline-block
}

.direction-mini a {
    width: 40px;
    height: 40px;
    padding: 0
}

.controllers ol,
.controllers ul {
    margin: 0
}

[class*=control-nav] li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

[class*=control-nav] a {
    cursor: pointer
}

[class*=control-nav] a[class*=active] {
    cursor: default;
    pointer-events: none
}

.flexslider-grid [class*="-viewport"]:after,
.flexslider-grid [class*="-viewport"]:before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 10px;
    top: 0;
    background-color: none
}

.flexslider-grid [class*="-viewport"]:before {
    left: 0
}

.flexslider-grid [class*="-viewport"]:after {
    right: 0
}

[class*=control-nav] {
    font-size: 0;
    text-align: center;
    user-select: none;
    background-color: rgba(255, 255, 255, .5);
    padding: 15px 0
}

.btn,
[class*=control-nav] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

[class*=control-nav] a {
    position: relative;
    width: 24px;
    height: 4px;
    text-indent: 100px;
    border: 1px solid #fff;
    background: transparent;
    overflow: hidden
}

[class*=control-nav] a.home-banner-active,
[class*=control-nav] a.home-banner-active:hover {
    border: 0
}

[class*=control-nav] a:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: 50%;
    margin-top: -4px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

[class*=control-nav] a:hover:before,
[class*=control-nav] a[class*=active]:before {
    background-color: #fff
}

[class*=gallery-control-nav] a:before {
    background-color: #979797
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    font-size: 21px;
    line-height: inherit;
    color: #666;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

label.error {
    margin-top: 5px;
    margin-bottom: 0;
    color: #00264e;
    font-size: 85%;
    font-weight: 400
}

alabel.error:hover {
    color: #8b0000
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

.select-icon {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 40px;
    font-size: 16px
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #979797
}

.select-icon.icon-chevron-down:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0)
}

select.form-control:focus {
    border-color: #f0f0f0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 0;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 36px;
    padding: 6px 20px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    -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, 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: #00264e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #d8d8d8;
    opacity: 1
}

textarea.form-control {
    height: auto;
    resize: vertical
}

@media(max-width:767px) {
    .form-control {
        font-size: 12px
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date],
    input[type=time],
    input[type=datetime-local],
    input[type=month] {
        line-height: 42px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    position: relative;
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 52.5px
}

.form-control,
.form-horizontal .control-label {
    padding-right: 10px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.btn,
.btn-group-lg>.btn,
.btn-lg {
    border-radius: 0;
    line-height: 40px
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.form-control {
    padding-left: 10px
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 0
}

@media(min-width:768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 10px
    }
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #666;
    padding: 0 20px;
    font-size: 14px;
    user-select: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #666;
    background-color: transparent
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-offset: -2px
}

.btn.focus,
.btn:hover {
    color: #666;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[class*=disabled],
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    color: #dcdcdc;
    border-color: #dcdcdc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.disabled,
.btn.disabled.active,
.btn.disabled.focus,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover,
.btn[disabled],
.btn[disabled].active,
.btn[disabled].focus,
.btn[disabled]:active,
.btn[disabled]:focus,
.btn[disabled]:hover,
fieldset[disabled] .btn,
fieldset[disabled] .btn.active,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:hover {
    background-color: transparent;
    border-color: #666
}

.btn .badge {
    color: transparent;
    background-color: #666
}

.btn.active,
.btn:active,
.btn:hover,
.open>.dropdown-toggle.btn {
    border-color: #666;
    color: #fff;
    background-color: #666
}

.btn-default,
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #666;
    background-color: transparent;
    border-color: #666
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: transparent;
    border-color: #666
}

.btn-default .badge {
    color: transparent;
    background-color: #666
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #666
}

.btn-white,
.btn-white.active,
.btn-white:active,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn-white.disabled,
.btn-white.disabled.active,
.btn-white.disabled.focus,
.btn-white.disabled:active,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white[disabled],
.btn-white[disabled].active,
.btn-white[disabled].focus,
.btn-white[disabled]:active,
.btn-white[disabled]:focus,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white.active,
fieldset[disabled] .btn-white.focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:hover {
    background-color: transparent;
    border-color: #fff
}

.btn-white .badge {
    color: transparent;
    background-color: #fff
}

.btn-white.active,
.btn-white:active,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    color: #00264e;
    background-color: #fff
}

.btn-red,
.btn-red.active,
.btn-red:active,
.btn-red:hover,
.open>.dropdown-toggle.btn-red {
    color: #00264e;
    background-color: transparent;
    border-color: #00264e
}

.btn-red.disabled,
.btn-red.disabled.active,
.btn-red.disabled.focus,
.btn-red.disabled:active,
.btn-red.disabled:focus,
.btn-red.disabled:hover,
.btn-red[disabled],
.btn-red[disabled].active,
.btn-red[disabled].focus,
.btn-red[disabled]:active,
.btn-red[disabled]:focus,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red,
fieldset[disabled] .btn-red.active,
fieldset[disabled] .btn-red.focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red:hover {
    background-color: transparent;
    border-color: #00264e
}

.btn-red .badge {
    color: transparent;
    background-color: #00264e
}

.btn-red.active,
.btn-red:active,
.btn-red:hover,
.open>.dropdown-toggle.btn-red {
    color: #fff;
    background-color: #00264e
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0!important;
    line-height: 40px!important;
    width: 40px;
    height: 40px
}

.btn-sm>[class*=icon-] {
    line-height: 40px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 40px;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn .caret,
.btn-group>.btn:first-child,
.nav-stacked>li+li {
    margin-left: 0
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.nav,
.nav a,
.nav li {
    position: relative
}

.nav h2 {
    margin: 0
}

.nav h3,
.nav h5 {
    margin: 0;
    line-height: 50px
}

.nav h5 {
    display: inline-block
}

.nav a,
.nav li,
.nav.nav-red li:focus ol,
.nav.nav-red li:hover ol {
    display: block
}

.nav ol,
.nav ul {
    margin-bottom: 0;
    list-style: none
}

.nav li {
    float: left;
    padding: 0 10px
}

.nav a {
    -webkit-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px
}

.nav a:focus,
.nav a:hover {
    text-decoration: none
}

.nav .active>a {
    color: #00264e
}

.nav ol {
    position: absolute;
    left: 0;
    width: 200px;
    z-index: 1;
    background-color: #fff
}

.nav ol li {
    float: none;
    margin-top: 1px
}

.nav.nav-red {
    background-color: #00264e
}

.nav.nav-red li {
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.nav.nav-red li:focus,
.nav.nav-red li:hover {
    background-color: #00264e
}

.nav.nav-red li>a {
    color: #fff
}

.nav.nav-red li.active:after {
    display: none;
    position: absolute;
    width: 100%;
    height: 3px;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #fff
}

.nav.nav-red ol {
    display: none;
    background-color: #00264e
}

.nav.nav-red ol li {
    background-color: #00264e
}

.nav.nav-gray {
    background-color: #f0f0f0
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

[class*=icon-chevron-down]:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block
}

.collapsed [class*=icon-chevron-down]:before,
[aria-expanded=false] [class*=icon-chevron-down]:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.main-nav-wrap {
    position: relative;
    z-index: 2009;
    height: 50px
}

.main-nav-wrap .nav-toggle {
    z-index: 1;
    position: relative;
    right: -100px;
    background-color: #00264e;
    color: #fff;
    -webkit-transition: right .4s ease-in-out;
    -o-transition: right .4s ease-in-out;
    transition: right .4s ease-in-out
}

.main-nav-wrap .main-nav ol li {
    padding: 0 15px
}

@media(max-width:767px) {
    .main-nav-wrap {
        position: fixed;
        pointer-events: none;
        z-index: 3000;
        width: 100%;
        height: 100%;
        top: 0
    }
    .main-nav-wrap .affix,
    .main-nav-wrap .affix-top {
        position: static
    }
    .main-nav-wrap .container {
        height: auto
    }
    .main-nav-wrap .nav {
        position: fixed;
        width: 240px;
        height: 100%;
        left: -260px;
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .8);
        box-shadow: 0 0 16px rgba(0, 0, 0, .8);
        overflow-y: scroll;
        -webkit-transition: left .4s ease-in-out;
        -o-transition: left .4s ease-in-out;
        transition: left .4s ease-in-out
    }
    .main-nav-wrap .nav ul>li {
        border-bottom: 1px solid #701d19
    }
    .main-nav-wrap .nav li {
        float: none;
        padding-left: 0;
        padding-right: 0
    }
    .main-nav-wrap .nav li.active:after {
        width: 3px;
        height: 100%;
        top: 0
    }
    .main-nav-wrap a {
        line-height: 20px;
        padding-left: 20px;
        padding-right: 20px
    }
    .main-nav-wrap .container {
        padding-left: 0;
        padding-right: 0
    }
    .main-nav-wrap ol {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden
    }
    .main-nav-wrap.active {
        pointer-events: inherit;
        display: block
    }
    .main-nav-wrap.active .nav-toggle {
        right: 0
    }
    .main-nav-wrap.active [class*=overlay-] {
        display: block
    }
    .main-nav-wrap.active .nav {
        left: 0
    }
}

.dropdown-menu .divider,
.modal,
.modal-open {
    overflow: hidden
}

.nav-justified>.dropdown .dropdown-menu,
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.footer-nav ul,
.header,
.navbar,
.navbar-nav>li,
.products-nav {
    position: relative
}

@media(max-width:991px) {
    .nav h5.p-h-m {
        padding: 0
    }
    nav.nav {
        padding-left: 10px;
        padding-right: 10px
    }
}

.products-nav {
    z-index: 2008
}

.products-nav .btn {
    margin-top: 5px
}

.products-nav .filter-group li {
    border-left: 1px solid #fff
}

.nav-left {
    float: left
}

.nav-right {
    float: right
}

.nav-toggle {
    cursor: pointer
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-justified>li,
.nav-stacked>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.6;
    border: 1px solid transparent;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs>li>a:hover {
    border-color: #dcdcdc #dcdcdc #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #979797;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.navbar .affix-wrap .nav-right li:hover>div,
.navbar .affix-wrap i {
    color: #00264e
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-stacked>li+li {
    margin-top: 2px
}

.nav-justified {
    width: 100%
}

.footer-left,
.navbar-brand,
.navbar-nav>li {
    float: left
}

.footer-copyright .footer-left,
.footer-copyright .footer-left a {
    color: #d1d1d1
}

.footer-copyright .footer-left a:hover {
    color: #d7791c
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs-justified {
    border-bottom: 0
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    z-index: 2010
}

.navbar-header {
    line-height: 98px
}

@media(max-width:767px) {
    .navbar-header {
        line-height: 50px
    }
}

.navbar .affix-wrap {
    height: 0;
    min-height: inherit
}

.navbar .affix-wrap nav {
    height: auto
}

.navbar .affix-wrap li>.link-btn,
.navbar .affix-wrap li>div {
    display: block;
    line-height: 98px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 60px;
    height: 98px;
    text-align: center
}

.navbar .affix-wrap li>.link-btn {
    transition: none
}

.navbar .affix-wrap span {
    margin-left: 10px
}

.navbar .affix-wrap .icon-menu {
    font-size: 18px;
    vertical-align: text-bottom
}

.navbar .affix-wrap .nav-right {
    margin-top: -98px
}

.navbar .affix-wrap .affix li>.link-btn,
.navbar .affix-wrap .affix li>.link-btn>i,
.navbar .affix-wrap .affix li>div>i {
    color: #fff
}

.navbar .affix-wrap .affix .nav-right {
    margin-top: 0
}

.navbar .affix-wrap .affix li>.link-btn,
.navbar .affix-wrap .affix li>div {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 50px
}

.navbar .affix-wrap .affix li>.link-btn>span,
.navbar .affix-wrap .affix li>div>span {
    display: none
}

.navbar .affix-wrap .affix li.opne>div>i,
.navbar .affix-wrap .affix li>.link-btn:hover,
.navbar .affix-wrap .affix li>div:hover>i {
    color: #00264e
}

@media(min-width:768px) {
    .navbar .affix-wrap .affix {
        z-index: 1040;
        display: inline-block;
        width: auto;
        right: 0;
        left: auto;
        padding-left: 0
    }
    .navbar .affix-wrap .affix li.open .dropdown-toggle i {
        color: #00264e
    }
}

.navbar-brand>a {
    display: inline-block
}

@media(max-width:767px) {
    .navbar .affix-wrap {
        min-height: 40px;
        height: 40px
    }
    .navbar .affix-wrap>div {
        height: 40px;
        background-color: #00264e
    }
    .navbar .affix-wrap li:hover>div i {
        color: #00264e
    }
    .navbar .affix-wrap li>.link-btn,
    .navbar .affix-wrap li>div {
        line-height: 50px;
        height: 50px;
        width: 40px;
        padding: 0;
        min-width: inherit
    }
    .navbar .affix-wrap i.icon-menu {
        color: #fff
    }
    .navbar .affix-wrap .affix li>.link-btn,
    .navbar .affix-wrap .affix li>div {
        height: 40px;
        line-height: 40px;
        min-width: 40px
    }
    .navbar .affix-wrap .nav-right {
        margin-top: -50px;
        margin-right: -20px
    }
    .navbar .affix-wrap .nav-left {
        padding-right: 20px
    }
    .navbar-brand img {
        height: 30px;
        width: auto
    }
}

.navbar-nav {
    list-style: none
}

.navbar-nav>li>div {
    padding: 0 20px;
    cursor: pointer
}

.navbar-nav>li.active>a,
.navbar-nav>li.active>a:focus,
.navbar-nav>li.active>a:hover {
    color: #fff;
    background-color: #fff
}

.navbar-nav ol,
.navbar-nav>li.open,
.navbar-nav>li:hover {
    background-color: #f0f0f0
}

.navbar-nav .open .dropdown {
    display: block
}

.navbar-nav ol {
    display: none;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 8px rgba(0, 0, 0, .3);
    padding: 20px;
    list-style: none;
    position: absolute;
    right: 0;
    width: 320px;
    z-index: 1
}

.navbar-nav ol li {
    margin-bottom: 1px;
    line-height: 40px
}

.navbar-nav ol li a {
    display: block;
    padding: 0 15px;
    background-color: #f7f7f7
}

.navbar-nav ol li a:hover {
    background-color: #fff
}

.navbar-form {
    padding: 10px;
    user-select: none;
    -webkit-user-select: none
}

@media(max-width:767px) {
    .navbar-nav ol {
        width: 100%
    }
    .navbar-nav>li {
        position: static
    }
    .navbar-nav li>div>span {
        display: none
    }
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

.navbar-form .form-control {
    width: 100%
}

.navbar-text {
    margin-top: 10px
}

.navbar .OAuth a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    margin: 0 5px;
    background-color: #c4c4c4;
    text-align: center
}

.affix,
.filter-wrap {
    width: 100%
}

.navbar .OAuth a i {
    color: #fff
}

.navbar .OAuth a:hover i {
    color: #00264e
}

.affix-wrap {
    min-height: 50px
}

.affix-wrap nav {
    height: 50px
}

.affix-wrap.h80 {
    min-height: 80px
}

.affix {
    position: fixed;
    left: 0;
    z-index: 1030
}

section.affix-wrap {
    margin-top: -50px
}

.main-nav-wrap .affix,
.navbar .affix {
    top: 0
}

.products-nav .affix {
    top: 50px;
    z-index: 999;
    background-color: #f0f0f0;
    border-bottom: 1px solid #dcdcdc
}

.fix-nav.affix {
    top: 50px
}

.filter-wrap .table {
    margin-bottom: 20px
}

.filter-wrap .table tr {
    border-top: 1px solid #f0f0f0
}

.filter-wrap .table tr td {
    padding-left: 0
}

.filter-wrap .table tr td:first-child {
    padding-left: 20px;
    padding-right: 10px;
    width: 70px
}

.filter-wrap .head {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #dcdcdc;
    margin-top: 1px;
    line-height: 20px
}

.filter-wrap .head a {
    color: #333
}

.filter-wrap h4 {
    color: #333;
    margin-top: 5px
}

.filter-wrap a {
    display: inline-block;
    padding: 0 6px;
    line-height: 24px;
    border-radius: 3px;
    cursor: pointer;
    margin: 2px;
    font-size: 12px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.filter-wrap a.active,
.filter-wrap a:hover {
    background-color: #fff;
    color: #00264e
}

.filter-wrap .color a {
    padding: 4px;
    vertical-align: top
}

.filter-wrap .color a:first-child {
    padding: 0 6px
}

.filter-wrap .color i {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #666;
    background-color: #fff
}

.footer {
    border-top: 1px solid #ddd;
    background-color: #fff
}

a.footer:hover {
    background-color: #d7d7d7
}

.footer h3 {
    margin-top: 0;
    margin-bottom: 25px;
    padding-top: 4px;
    color: #333
}

.footer a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.footer .follow a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    font-size: 20px;
    border: 1px solid #c4c4c4;
    margin-right: 4px;
    border-radius: 20px
}

.footer .follow a:hover {
    background-color: #00264e;
    color: #fff;
    border-color: #00264e
}

.footer-nav {
    padding-top: 50px;
    padding-bottom: 50px
}

.footer-nav:after,
.footer-nav:before {
    content: " ";
    display: table
}

.footer-nav ul {
    display: table-cell;
    vertical-align: top;
    padding-left: 35px;
    padding-right: 35px;
    border-left: 1px solid #c4c4c4;
    height: 100%
}

.footer-nav ul:first-child {
    padding-left: 0;
    border: 0
}

.footer-nav ul:last-child {
    padding-right: 0
}

.footer-nav li {
    line-height: 34px
}

.footer-nav .brands li {
    line-height: 24px
}

.footer-copyright {
    background-color: #00264e;
    line-height: 140px;
    font-size: 12px
}

.footer-copyright img {
    padding-top: 42px;
    padding-bottom: 22px;
    width: 208px
}

.footer-copyright a {
    margin-left: 10px
}

.footer-right {
    float: right
}

.copyright {
    font-style: normal
}

@media(max-width:991px) {
    .footer-nav .footer-right h2 {
        margin: 0
    }
    .footer-nav .footer-right h3 {
        margin-bottom: 10px
    }
    .footer-nav ul {
        width: auto;
        padding-left: 20px;
        padding-right: 20px
    }
    .footer-nav ul:first-child {
        padding-left: 10px
    }
    .footer-nav ul:last-child {
        padding-right: 10px
    }
    .footer-copyright .footer-right {
        padding-top: 15px;
        line-height: 1.6
    }
    .footer-copyright i {
        display: block
    }
    .footer-copyright a {
        margin-left: 0;
        margin-right: 10px
    }
    .footer-copyright img {
        margin-bottom: -20px
    }
}

.header {
    background-color: #f0f0f0;
    background-position: center center;
    background-size: cover;
    z-index: 900;
    color: #fff;
    height: auto!important;
}

@media(max-width:767px) {
    .fix-nav.affix,
    .products-nav .affix {
        top: 40px
    }
    .affix-wrap.h80 {
        min-height: 50px
    }
    .footer-nav h3+li,
    .footer-nav li {
        line-height: 1.6em
    }
    .footer-left,
    .footer-right {
        float: none
    }
    .footer-nav {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .footer-nav ul {
        display: block;
        border-left: none;
        border-top: 1px solid #c4c4c4;
        margin: 0;
        padding: 20px 0!important
    }
    .footer-nav .footer-right h3,
    .footer-nav h3 {
        margin-bottom: 5px
    }
    .footer-nav li {
        display: inline-block;
        margin-right: 10px
    }
    .footer-nav h3 {
        padding-top: 0
    }
    .footer-copyright {
        text-align: left;
        padding-bottom: 20px
    }
    .footer-copyright .footer-right {
        padding-top: 5px
    }
    .header {
        background-size: contain;
    }
    #block4 .header {
        height: auto
    }
    .header.size-m {
        height: 240px
    }
}

@media(min-width:768px) {
    .header {
        height: 500px
    }
    .header.size-m {
        height: 300px
    }
}

.header [class*=half-] {
    width: 80%
}

.header .half-right {
    float: right
}

@media(max-width:991px) {
    .header [class*=half-] {
        width: 100%
    }
}

.header [style*=background-image]:before,
.header[style*=background-image]:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity=20)
}

@media(min-width:1600px) {
    .portrait {
        height: 600px;
        background-position: center top
    }
}

.paragraph-wrap img {
    max-width: 100%;
    height: auto!important
}

.paragraph-wrap ol,
.paragraph-wrap ul {
    padding-left: 2em
}

.paragraph-wrap ul {
    list-style: disc
}

.paragraph-wrap ol {
    list-style: decimal
}

.paragraph-wrap p {
    margin: 0 0 11px
}

.product-description .images,
.product-description .thumbs,
.product-description .viewport {
    position: relative
}

.product-description .viewport .description {
    position: absolute;
    bottom: 1px;
    left: 1px;
    background-color: rgba(0, 0, 0, .5);
    padding: 15px 0;
    width: 100%;
    text-align: center;
    color: #fff
}

.product-description .viewport .description2 {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: rgba(106, 57, 6, .8);
    padding: 15px;
    width: 30%;
    text-align: center;
    color: #fff
}

.product-description .viewport .description2 dl dt {
    text-align: left;
    color: #fff
}

.product-description .viewport .description2 dl dd i {
    display: inline-block;
    width: 20px;
    height: 20px
}

.product-description .control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    cursor: pointer
}

.product-description .control.prev {
    left: 0;
    text-align: left
}

.product-description .control.next {
    right: 0;
    text-align: right
}

.product-description .control i {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    padding: 0 35%;
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff
}

.product-description .control:hover i {
    padding: 0 25%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.product-description .images {
    border: 1px solid #c4c4c4;
    position: relative
}

.product-description .images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.product-description .images img:first-child {
    position: relative
}

.product-description .images.loading:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(loader.gif)center center no-repeat
}

.product-description .thumbs {
    font-size: 0;
    padding: 18px 0
}

.product-description .thumbs img {
    vertical-align: middle;
    width: 30px;
    height: 32px;
    margin-right: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    border-top: 2px solid transparent;
    padding-top: 2px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.product-description .thumbs img.active,
.product-description .thumbs img:hover {
    border-top-color: #00264e
}

.product-description dt,
.product-description h3 {
    color: #333
}

.product-description h3 {
    margin-top: 0
}

.product-description hr {
    margin-bottom: 20px
}

.product-description dl {
    margin: 10px 0
}

.product-description dl:after,
.product-description dl:before {
    content: " ";
    display: table
}

.product-description dl dt {
    width: 70px
}

.product-description dl dd,
.product-description dl dt {
    float: left
}

.product-description dd {
    word-wrap: break-word
}

.product-description .colors {
    font-size: 0
}

.product-description .colors span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid #666
}

.caret,
.pagination,
.pagination-addon {
    vertical-align: middle
}

@media(max-width:991px) {
    .product-description {
        display: block
    }
    .product-description .left,
    .product-description .right {
        display: block;
        width: 100%
    }
}

html.touch .product-description .control i {
    opacity: 1;
    filter: alpha(opacity=100)
}

.product-list li .images {
    padding-top: 100%;
    overflow: hidden
}

.product-list li .images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto
}

.product-module>div {
    position: relative
}

.product-module img {
    height: auto
}

.product-module [class*="-min"] {
    background-color: #333;
    padding-top: 100px
}

.product-module [class*="-min"] img {
    width: 100%
}

.product-module [class*="-min"] h2 {
    margin-top: 50px
}

.product-module .mixed-left-min img {
    padding-left: 60px
}

.product-module .mixed-left .container,
.product-module .mixed-right .container {
    width: 100%;
    position: absolute;
    left: 0
}

.product-module .mixed-left .container>div,
.product-module .mixed-right .container>div {
    float: none;
    display: inline-block;
    text-align: left
}

.product-module .mixed-left img,
.product-module .mixed-right img {
    width: 100%
}

.product-module .mixed-right {
    padding-bottom: 100px
}

.product-module .mixed-right .container {
    text-align: right;
    bottom: 100px
}

.product-module .mixed-right .container>div {
    padding-bottom: 50px
}

.product-module .mixed-right img {
    padding-right: 45%
}

.product-module .mixed-left {
    padding-top: 100px
}

.product-module .mixed-left .container {
    top: 100px;
    padding-top: 50px
}

.product-module .mixed-left img {
    padding-left: 45%
}

@media(max-width:991px) {
    .product-module .mixed-left-min img {
        padding-left: 0
    }
    .product-module .mixed-right .container {
        bottom: 20px
    }
    .product-module .mixed-left .container {
        padding-top: 0
    }
}

@media(max-width:767px) {
    .product-module [class*="-min"] {
        padding-top: 0
    }
    .product-module [class*="-min"] p {
        margin-bottom: 20px
    }
    .product-module .mixed-right img {
        padding-right: 0
    }
    .product-module .mixed-left img {
        padding-left: 0
    }
    .product-module .mixed-left .container,
    .product-module .mixed-right .container {
        position: static
    }
    .product-module .mixed-right .container>div {
        padding-bottom: 30px
    }
    .product-module .mixed-right {
        padding-bottom: 0
    }
    .product-module .mixed-left {
        padding-top: 20px
    }
}

.gallery-module li:hover {
    box-shadow: none
}

.gallery-module a {
    display: block
}

.gallery-module a:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #00264e;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #fff;
    z-index: 1;
    transition: all .4s ease;
    opacity: 0;
    filter: alpha(opacity=0)
}

.abs-img,
.gallery-module a:before {
    position: absolute;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease
}

.gallery-module a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.abs-img {
    left: 0;
    top: 0;
    transition: all .4s ease;
    opacity: 0;
    filter: alpha(opacity=0)
}

a:hover .abs-img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.brand-story .bg-cover {
    background-image: url(../images/story.jpg)
}

.brand-story nav {
    display: inline-block
}

.images {
    position: relative
}

.product-gallery-control-nav {
    position: absolute;
    height: 76px;
    padding: 18px;
    bottom: 0;
    width: 100%;
    left: 0
}

.product-gallery-direction-nav li {
    position: absolute;
    width: 80px;
    bottom: 80px;
    top: 80px
}

.product-gallery-direction-nav li.product-gallery-nav-prev {
    left: 0;
    text-align: left
}

.product-gallery-direction-nav li.product-gallery-nav-next {
    right: 0;
    text-align: right
}

.product-gallery-direction-nav a {
    position: absolute;
    border: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 25px
}

.product-gallery-direction-nav a i {
    position: relative;
    height: 50%;
    top: 50%;
    display: block;
    font-size: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.product-gallery-direction-nav a:hover {
    background-color: transparent;
    color: #00264e;
    padding: 0 15px
}

.product-gallery-direction-nav .product-gallery-prev {
    left: 0;
    text-align: left
}

.product-gallery-direction-nav .product-gallery-next {
    right: 0;
    text-align: right
}

.border_t_light {
    border-top: 1px solid #f0f0f0
}

.product-tools .left,
.product-tools .right {
    width: 250px
}

@media(max-width:767px) {
    .product-tools,
    .product-tools .right {
        text-align: center
    }
    .product-tools table,
    .product-tools tbody,
    .product-tools td,
    .product-tools tr {
        display: block!important
    }
    .product-tools .left,
    .product-tools .right {
        width: 100%
    }
    .product-tools .right a {
        margin: 0 5px
    }
}

.caret,
.share-btns a,
.up-btn {
    display: inline-block
}

.share-btns a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #dcdcdc;
    border-radius: 50%;
    font-size: 18px
}

.share-btns a:hover,
.up-btn {
    background-color: #00264e
}

.up-btn {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 4px solid #dcdcdc;
    margin-top: 20px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.up-btn img {
    width: 100%;
    height: auto
}

.up-btn:hover {
    background-color: #00264e
}

.up-btn.disable {
    pointer-events: none;
    cursor: default;
    background-color: #c4c4c4
}

.caret {
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    background-color: #e5e5e5
}

.dropdown-menu.store {
    border-color: transparent;
    margin-top: 0;
    min-width: 320px;
    padding: 20px 10px;
    font-size: 0
}

.dropdown-menu.store a {
    display: inline-block;
    width: 25%;
    text-align: center;
    font-size: 14px;
    padding: 5px
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #595959;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #fff
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #c4c4c4
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.6;
    color: #c4c4c4
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    border-width: 0 5px 5px;
    border-bottom-color: #00264e
}

.business-service .item,
.modal-footer {
    border-top: 1px solid #dcdcdc
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    line-height: 40px;
    text-decoration: none;
    color: #00264e;
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-left: -1px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-right: 5px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    margin-right: 10px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-left: 10px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #00264e;
    border-color: #00264e
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #00264e;
    border-color: #00264e;
    cursor: default
}

.pagination-disabled>a,
.pagination-disabled>a:focus,
.pagination-disabled>a:hover,
.pagination-disabled>span,
.pagination-disabled>span:focus,
.pagination-disabled>span:hover,
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #c4c4c4;
    background-color: #fff;
    border-color: #c4c4c4;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-addon {
    display: inline-block;
    margin-left: 20px
}

.pagination-addon input {
    display: inline-block;
    width: 54px;
    vertical-align: middle;
    margin-right: 5px
}

.pagination-addon #pageJumpBtn {
    border: 0;
    border-radius: 4px;
    background: #00264e;
    color: #fff
}

@media(max-width:767px) {
    .pagination {
        display: block;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left
    }
    .pagination>li {
        text-align: center;
        display: none
    }
    .pagination>li:first-child,
    .pagination>li:last-child {
        display: inline-block
    }
    .pagination>li:first-child a {
        margin-right: 0
    }
    .pagination>li:last-child a {
        margin-left: 5px
    }
    .pagination-addon {
        position: absolute;
        margin-top: -70px;
        right: 30px
    }
}

.brand-service,
.close {
    text-align: center
}

.brand-service h2 span,
.brand-service li {
    display: inline-block
}

@media(max-width:767px) {
    .map-wrap {
        height: 280px
    }
}

@media(min-width:768px) {
    .map-wrap {
        height: 500px
    }
}

.map-infowindow {
    width: 320px
}

.map-infowindow h4 {
    margin-top: 0
}

.map-infowindow img {
    width: 50%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.BMap_cpyCtrl+div {
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

#BMapLib_transBox0 tr td:first-child {
    width: 40px
}

#BMapLib_transBox0 tr td:last-child {
    width: 120px
}

.business-service {
    background-color: #f0f0f0
}

.business-service ul {
    margin-bottom: 0
}

.business-service h3 {
    margin-top: 0;
    margin-bottom: 20px
}

.business-service .item:first-child {
    border: 0
}

.business-service .left {
    float: left;
    width: 200px;
    text-align: center;
    font-size: 140px;
    color: #00264e;
    line-height: 1
}

a.business-service .left:hover {
    color: #8b0000
}

.business-service .right {
    margin-left: 220px
}

.business-service .right ul {
    margin-left: 0
}

@media(max-width:767px) {
    .business-service .left {
        float: none;
        width: 100%;
        font-size: 100px;
        margin-bottom: 10px
    }
    .business-service .right {
        margin-left: 0
    }
    .business-service .item.p-m {
        padding-left: 0;
        padding-right: 0
    }
}

.brand-service h2 {
    margin-bottom: 50px;
    line-height: 1.4
}

.brand-service ul {
    font-size: 0
}

.brand-service li {
    font-size: 14px;
    width: 20%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px
}

.brand-service li img {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px
}

@media(max-width:991px) {
    .brand-service li {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:767px) {
    .brand-service li {
        font-size: 12px;
        width: 30%
    }
    .brand-service li img {
        margin-bottom: 10px
    }
    .brand-service h2 {
        margin-bottom: .6em
    }
}

.list-group {
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item,
.list-group>li {
    margin-bottom: -1px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: transparent;
    border: 1px solid transparent
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
    text-decoration: none;
    color: #00264e;
    background-color: transparent
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #dcdcdc;
    color: #c4c4c4;
    cursor: not-allowed
}

.product-all,
button.close {
    cursor: pointer
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #c4c4c4
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #00264e;
    background-color: transparent;
    border-color: #ddd
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #00264e
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.close {
    float: right;
    font-size: 21px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #00264e;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0
}

.close span {
    display: inline-block;
    width: 26px;
    vertical-align: top;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease
}

#bsBox,
#bsBox #bsMorePanel,
#bsBox .bsPlatDiv,
#bsBox .bsTop {
    width: 320px!important
}

.close:hover {
    text-decoration: none;
    color: #fff
}

.close:hover span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

button.close {
    padding: 0;
    border: 0;
    -webkit-appearance: none
}

#bsBox,
#bsBox:after,
#bsBox:before,
#bsBox>div>div>div,
#bsBox>div>div>div:after,
#bsBox>div>div>div:before,
#bsWXBox,
#bsWXBox:after,
#bsWXBox:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#bsBox {
    height: 400px!important;
    margin-left: -160px!important;
    margin-top: -200px!important;
    background: 0 0!important;
    padding: 0!important;
    border: 2px solid #666!important
}

#bsBox .bsClose {
    top: 3px!important;
    right: 10px!important
}

.modal,
.modal-backdrop {
    bottom: 0;
    top: 0;
    right: 0;
    left: 0
}

#bsBox #bsMorePanel {
    height: 376px!important
}

#bsBox .bsPlatDiv {
    height: 316px!important
}

#bsBox .bFind {
    width: 200px!important
}

@media all and (max-height:400px) {
    #bsBox {
        height: 224px!important;
        margin-top: -112px!important
    }
    #bsBox #bsMorePanel {
        height: 200px!important
    }
    #bsBox .bsPlatDiv {
        height: 140px!important
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 2998;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    background-color: #fff;
    z-index: 2997
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.modal-header {
    color: #fff;
    padding: 0 20px;
    background-color: #00264e
}

.modal-title {
    margin: 0;
    line-height: 40px;
    height: 40px
}

.modal-body {
    position: relative;
    padding: 40px
}

.modal-body img {
    max-width: 100%;
    height: auto
}

@media(max-width:767px) {
    .modal-body {
        padding: 30px
    }
}

.modal-footer {
    padding: 20px;
    text-align: right
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #00264e
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0)
}

.invisible,
.jcrop-keymgr {
    visibility: hidden
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 100px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #00264e;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #00264e
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px
}

.jcrop-dragbar.ord-s,
.jcrop-handle.ord-s,
.jcrop-handle.ord-se,
.jcrop-handle.ord-sw {
    bottom: 0;
    margin-bottom: -4px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #00264e
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #00264e
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.jcrop-preview-container {
    width: 180px;
    height: 180px;
    overflow: hidden
}

#jcrop-preview-pane {
    visibility: hidden;
    display: none
}

.jcrop-holder {
    direction: ltr;
    text-align: left
}

.jcrop-hline,
.jcrop-vline {
    background: url(../images/jcrop.gif)#fff;
    font-size: 0;
    position: absolute
}

.jcrop-vline {
    height: 100%;
    width: 1px!important
}

.jcrop-vline.right {
    right: 0
}

.jcrop-hline {
    height: 1px!important;
    width: 100%
}

.jcrop-hline.bottom {
    bottom: 0
}

.jcrop-tracker {
    height: 100%;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.jcrop-handle {
    background-color: #333;
    border: 1px solid #eee;
    width: 7px;
    height: 7px;
    font-size: 1px
}

.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0
}

.jcrop-handle.ord-s {
    left: 50%;
    margin-left: -4px
}

.jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%
}

.jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%
}

.jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0
}

.jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0
}

.jcrop-handle.ord-se {
    margin-right: -4px;
    right: 0
}

.jcrop-handle.ord-sw {
    left: 0;
    margin-left: -4px
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px
}

.jcrop-dragbar.ord-n {
    margin-top: -4px
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0
}

.jcrop-dragbar.ord-w {
    margin-left: -4px
}

.jcrop-light .jcrop-hline,
.jcrop-light .jcrop-vline {
    background: #fff;
    filter: alpha(opacity=70)!important;
    opacity: .7!important
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #fff;
    border-radius: 3px
}

.jcrop-dark .jcrop-hline,
.jcrop-dark .jcrop-vline {
    background: #000;
    filter: alpha(opacity=70)!important;
    opacity: .7!important
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    border-color: #000;
    border-radius: 3px
}

.solid-line .jcrop-hline,
.solid-line .jcrop-vline {
    background: #fff
}

.jcrop-holder img,
img.jcrop-preview {
    max-width: none
}

.user-navbar .nav-left {
    margin: 0;
    line-height: 60px;
    height: 120px;
    padding: 30px 0
}

.user-navbar a {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 80px
}

.user-navbar li.active,
.user-navbar li:hover {
    background-color: #fff
}

@media(max-width:767px) {
    .user-navbar {
        text-align: center
    }
    .user-navbar .nav-left,
    .user-navbar .nav-right {
        float: none;
        display: inline-block
    }
    .user-navbar .nav-right {
        vertical-align: bottom
    }
    .user-navbar li {
        background-color: #f9f9f9
    }
    .user-navbar a {
        width: 60px
    }
}

.avatar-img {
    border-radius: 50%;
    vertical-align: top
}

.avatar-small {
    width: 54px;
    border: 3px solid #fff
}

.user-body .avatar {
    float: left;
    width: 180px
}

.user-body .content {
    margin-left: 180px;
    padding-left: 5%
}

.user-body td {
    padding: 10px 0;
    width: auto
}

.user-body td:first-child,
.user-body td:last-child {
    width: 80px
}

.user-body tr {
    border-top: 1px solid #dcdcdc
}

.user-body tr:first-child {
    border-top: 0
}

@media(max-width:767px) {
    .user-body .avatar {
        float: none;
        width: 100%;
        text-align: center
    }
    .user-body .content {
        margin-left: 0;
        padding-left: 0
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.flexslider .slides:after,
.flexslider .slides:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav ol:after,
.nav ol:before,
.nav ul:after,
.nav ul:before,
.nav:after,
.nav:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before,
.app-list>li>a:after,
.app-list>li>a:before {
    content: " ";
    display: table
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    visibility: hidden!important
}

@-ms-viewport {
    width: device-width
}

@media(max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}

.filter-group a.active {
    color: #00264e;
    text-decoration: none
}

.filter-wrap a.active {
    cursor: pointer;
    pointer-events: auto
}

.no-result {
    margin-top: 20px
}

.headSearchForm {
    position: relative;
    margin-top: 10px;
    width: 200px
}

.headSearchForm button {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 1px;
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #00264e
}

.headSearchForm .btn {
    margin-top: 1px
}

.headSearchForm .btn:hover {
    background-color: transparent;
    color: #00264e
}

.headSearchForm input {
    padding-right: 40px
}

.headSearchForm.m-t-s {
    margin-top: 20px
}

@media(max-width:767px) {
    .headSearchForm.m-t-s {
        margin-top: 10px
    }
    .headSearchForm .btn,
    .headSearchForm .form-control {
        height: 30px;
        font-size: 12px
    }
    .headSearchForm {
        margin-top: 10px;
        width: 160px
    }
    .headSearchForm .btn {
        width: 30px;
        line-height: 30px
    }
}

.column-two aside {
    width: 260px;
    float: left
}

.column-two aside menu {
    width: 260px
}

.column-two aside .affix {
    left: auto;
    top: 90px
}

@media(min-width:768px) {
    .column-two main {
        margin-left: 280px
    }
}

.column-two main .page-header {
    margin-top: 0;
    padding-bottom: 20px
}

.list-group.list-group-red .active a,
.list-group.list-group-red a:hover {
    color: #00264e
}

.list-group.list-group-red .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#headNav .list-group-item {
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4
}

.fix-nav .title-btn {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px
}

#uploadAvatarFrom .modal-body {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.shadow-grid li h4 {
    font-weight: 600
}

.news-list>.container>.shadow-grid li h4,
.store>.container>.shadow-grid li h4 {
    text-align: left
}

@media(min-width:1600px) {
    .shadow-grid p {
        font-size: 14px
    }
}

a[aria-expanded=true] {
    color: #00264e
}

.select-icon {
    display: none
}

#story {
    position: relative
}

.bottom_info {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #c4c4c4;
    z-index: 2
}

.product-hot-direction-nav,
.news-hot-direction-nav {
    margin-top: 10px;
    text-align: center;
    background: url(line.png) no-repeat 50% 50%
}

.product-hot-direction-nav li,
.news-hot-direction-nav li {
    display: inline-block;
    margin: 0 12px
}

.product-hot-direction-nav li a {
    width: 40px;
    height: 40px;
    padding: 0
}

.app-list li a {
    background: #e9e9e9;
    max-height: 366px;
    overflow: hidden
}

.app-list li .images {
    float: left;
    width: 66.666666667%
}

.app-list li:nth-child(2n) .images {
    float: right
}

.app-list li:hover h4 {
    color: #fff
}

.app-list li h4 span {
    white-space: normal;
    font-size: 16px;
    line-height: 1.5;
    text-align: left
}

.app-list li h4 i {
    display: inline-block;
    line-height: 32px;
    padding: 0 20px;
    border: 1px solid #ccc;
    background: 0;
    color: #727272;
    text-align: center;
    font-size: 14px;
    font-style: normal
}

.app-list li h4 i:hover {
    color: #fff
}

.slideGroup .parHd ul {
    text-align: center
}

.slideGroup .parHd li {
    display: inline-block;
    padding: 0 10px;
    line-height: 32px;
    min-width: 80px
}

.slideGroup .parHd li.on {
    background: #00264e;
    color: #fff
}

.flexslider-grid ul li h5 {
    text-align: center
}

.masonry-brick .pic {
    position: relative
}

.masonry-brick .pic .operation {
    position: absolute;
    left: 20px;
    top: 20px;
    display: none
}

.masonry-brick .pic:hover .operation {
    display: block
}

.masonry-brick .pic .operation .collect {
    background: #e59641;
    color: #fff;
    padding: 4px 10px
}

.masonry-brick .info {
    position: relative
}

.masonry-brick .info .content {
    padding: 10px
}

.masonry-brick .info .zan {
    position: absolute;
    right: 10px;
    top: 10px
}

@media(min-width:320px) {
    .app-list li a {
        max-height: none
    }
    .app-list li .images {
        float: left;
        width: 100%
    }
    .app-list li h4 span {
        white-space: normal;
        font-size: 14px;
        line-height: 1.5;
        text-align: left
    }
    .footer-copyright {
        line-height: 200%
    }
}

@media(min-width:767px) {
    .app-list li h4 span {
        white-space: normal;
        font-size: 14px;
        line-height: 1.5;
        text-align: left
    }
}

@media(min-width:768px) {
    .app-list li h4 {
        padding-top: 4%
    }
    .app-list li h4 span {
        white-space: normal;
        font-size: 16px;
        line-height: 1.5;
        text-align: left
    }
}

@media(min-width:992px) {
    .app-list li .images {
        float: left;
        width: 66.666666667%
    }
    .footer-copyright {
        line-height: 140px
    }
}

@media(min-width:767px) {
    .footer-copyright {
        line-height: 30px
    }
}

@media(min-width:992px) {
    .footer-copyright {
        line-height: 118px
    }
}

.product-description2 .thumbs img {
    width: 120px;
    height: 100px
}

.apply_from {
    width: 100%
}

.apply_from .form_err {
    color: #d7000f
}

.apply_from td {
    vertical-align: top;
    line-height: 30px;
    padding-bottom: 24px
}

.apply_from td.f_name {
    width: 32%;
    text-align: right;
    padding-right: 10px;
    color: #000
}

.apply_from .text {
    width: 95%;
    padding: 0 5px;
    height: 28px;
    line-height: 28px;
    background: 0;
    border: 1px solid #d6d6d6
}

.apply_from .btn {
    width: 45%;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background: url(from_btn.gif);
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 4px
}

.apply_from .btn01 {
    background: url(from_btn2.gif)
}

.apply_from input[type=file] {
    width: 100%
}

.jod_list {
    padding: 0;
    text-align: center
}

.jod_list ol {
    padding-left: 0;
    background-color: #a7a7a7;
    color: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 12px;
    font-weight: bold
}

.jod_list em {
    font-style: normal
}

.jod_list ol span,
.jod_list h5 span {
    float: right;
    display: inline-block
}

.jod_list ol span {
    border-left: 1px solid #fff
}

.jod_list span.date {
    width: 20%;
    min-width: 68px
}

.jod_list span.place {
    width: 22%;
    min-width: 72px
}

.jod_list span.num {
    width: 18%;
    min-width: 64px
}

.jod_list li h5 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden
}

.jod_list li.bgCol h5 {
    background-color: #f4f4f4
}

.jod_list li .con {
    font-size: 12px;
    display: none;
    background-color: #f6f6f6;
    padding: 18px;
    border-bottom: 1px solid #fff
}

.jod_list li td.txt {
    text-align: left;
    width: 650px
}

.jod_list li .f_name {
    width: 102px;
    text-align: center
}

.jod_list li .apply {
    width: 89px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #d7000f;
    color: #d7000f;
    font-weight: bold
}

.join_apply h4 {
    margin: 0;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #00264e;
    background-color: #f2f2f2;
    font-weight: normal;
    border: 1px solid #e5e5e5;
    border-bottom: 0
}

.join_apply table,
.join_apply td {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    color: #282828
}

.join_apply .table2 {
    margin-top: -1px
}

.join_apply td {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 10px
}

.join_apply .f_name {
    font-weight: bold;
    color: #000
}

.join_apply .w1 {
    width: 145px;
    padding-left: 0
}

.join_apply .w2,
.join_apply .w4 {
    width: 111px;
    padding-right: 15px;
    padding-left: 0;
    text-align: right
}

.join_apply .w3 {
    width: 174px;
    text-align: center;
    padding-left: 0
}

.join_apply .table1 .w1 {
    text-align: center
}

.join_apply .table2 .w1 {
    padding-left: 14px;
    width: 131px
}

.join_apply .table2 .w3 {
    text-align: left;
    padding-left: 10px
}

.join_apply .table2 .w2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 0;
    width: 116px
}

.join_apply .table2 .w4 {
    text-align: left;
    padding-left: 10px;
    padding-right: 0;
    width: 124px
}

.join_apply .form_err {
    color: #d7000f
}

.join_apply .table1 .text {
    width: 90%;
    border: 1px solid #e5e5e5;
    height: 26px;
    line-height: 26px;
    background: 0
}

.join_apply .table2 .text {
    width: 85%;
    border: 0;
    height: 26px;
    line-height: 26px;
    background: 0
}

.join_apply .table2 textarea.text {
    height: 107px;
    border: 1px solid #d6d6d6
}

.join_apply .btnBox {
    padding-top: 30px;
    text-align: center
}

.join_apply .btnBox .btn {
    width: 45%;
    max-width: 150px;
    height: 35px;
    cursor: pointer;
    background: url(from_btn.gif);
    font-size: 14px;
    color: #fff;
    border: 0;
    line-height: 35px;
    border-radius: 4px;
    padding: 0
}

.join_apply .btnBox .btn01 {
    background: url(from_btn2.gif);
    margin-left: 10px
}

.joinFlow {
    text-align: center
}

.joinFlow ul {
    display: inline-block
}

.joinFlow ul li {
    display: inline-block;
    padding: 0 15px 15px 0
}

.joinFlow ul li hgroup {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    height: 68px;
    overflow: hidden
}

.joinFlow ul li .h2 {
    width: 66px;
    line-height: 68px;
    border-right: 1px solid #dfdfdf;
    display: inline-block;
    margin: 0;
    text-align: center;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 0, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 0, #f4f4f4 100%);
    background: -ms-linear-gradient(top, #fff 0, #f4f4f4 100%);
    background: linear-gradient(to bottom, #fff 0, #f4f4f4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f4f4', GradientType=0)
}

.joinFlow ul li p {
    display: inline-block;
    width: 144px;
    padding: 0 12px;
    margin: 0;
    text-align: left
}

.joinFlow ul li p span {
    display: block;
    margin: 0
}

.joinFlow ul i {
    display: none;
    width: 50px;
    height: 68px;
    background: url(flow1.png) no-repeat 50% 50%
}

.joinFlow ul i:nth-child(8) {
    display: none
}

.join .shadow-grid li h4 {
    text-align: left
}

.join .shadow-grid p {
    min-height: 88px
}

.store .shadow-grid p {
    min-height: 66px
}

#case {
    float: left;
    width: 100%;
    margin: 0;
    display: inline;
    padding: 0;
    overflow: hidden;
    background: url(../images/ca_topb.gif) repeat-x bottom
}

#case2 {
    position: relative;
    width: 1210px;
    margin: auto;
    overflow: hidden;
    font-family: "Microsoft Yahei"
}

#case3 {
    float: left;
    width: 100%;
    margin: 0;
    display: inline;
    padding: 0;
    overflow: hidden;
    margin-bottom: 68px
}

#case4 {
    position: relative;
    width: 1216px;
    margin: auto;
    overflow: hidden;
    font-family: Microsoft Yahei
}

#case5 {
    float: left;
    width: 100%;
    margin: 0;
    display: inline;
    padding: 0;
    overflow: hidden;
    border-top: #ededed 1px solid;
    background: url(../images/yy.gif) repeat-x bottom;
    background-color: #fff
}

#case6 {
    position: relative;
    width: 1210px;
    margin: auto;
    overflow: hidden
}

#cass {
    float: left;
    width: 1208px;
    border-left: #ededed 1px solid;
    border-right: #ededed 1px solid;
    border-bottom: #ededed 1px solid;
    border-top: #ffb08b 2px solid;
    margin-top: 17px
}

#casst {
    float: left;
    width: 1208px;
    height: 53px;
    border-bottom: #ededed 1px solid;
    background-color: #fff
}

#casst dl {
    float: left;
    margin-left: 20px;
    margin-top: 11px;
    font-family: Microsoft Yahei
}

#casst dl dt {
    float: left
}

#casst dl dt p {
    float: left
}

#casst dl dt p input {
    width: 327px;
    height: 30px;
    border: #ededed 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(ie-css3.htc)
}

#casst dl dt span {
    float: left;
    width: 68px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    background: #ff652d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(ie-css3.htc);
    border-radius: 4px;
    margin-left: 10px
}

#casst dl dt span a {
    color: #FFF;
    width: 68px;
    height: 30px;
    display: block;
    text-decoration: none
}

#casst dl dd {
    float: left;
    color: #666;
    line-height: 30px;
    margin-left: 14px
}

#casst dl dd a {
    color: #666;
    text-decoration: none;
    padding-right: 8px
}

#casst dl dd a:hover {
    color: #ff652d
}

#cassc {
    float: left;
    width: 1208px;
    height: 116px;
    border-bottom: #ededed 1px solid;
    background-color: #fff
}

#cassck {
    float: left;
    width: 400px;
    height: 116px;
    background: url(../images/ca_line.gif) no-repeat right;
    font-family: Microsoft Yahei
}

#cassck dl {
    float: left
}

#cassck dl dt {
    float: left;
    width: 75px;
    height: 116px;
    text-align: center;
    font-size: 18px;
    background: url(../images/ca_ico.gif) no-repeat center top;
    color: #333;
    padding-top: 36px;
    font-size: 18px
}

#cassck dl dd {
    float: left;
    width: 310px;
    margin-top: 10px
}

#cassck dl dd a {
    float: left;
    height: 24px;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 6px;
    margin-bottom: 2px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(ie-css3.htc)
}

#cassck dl dd a:hover {
    float: left;
    height: 22px;
    color: #ff885c;
    padding-left: 9px;
    padding-right: 9px;
    background: #fff0e7;
    border: #ffb08b 1px solid
}

#cassck dl dd a.hover {
    float: left;
    height: 22px;
    color: #ff885c;
    padding-left: 9px;
    padding-right: 9px;
    background: #fff0e7;
    border: #ffb08b 1px solid
}

#casscf {
    float: left;
    width: 400px;
    height: 116px;
    background: url(../images/ca_line.gif) no-repeat right;
    font-family: Microsoft Yahei
}

#casscf dl {
    float: left
}

#casscf dl dt {
    float: left;
    width: 77px;
    height: 116px;
    text-align: center;
    font-size: 18px;
    background: url(../images/ca_ico1.gif) no-repeat center top;
    color: #333;
    padding-top: 36px;
    font-size: 18px
}

#casscf dl dd {
    float: left;
    width: 310px;
    margin-top: 10px
}

#casscf dl dd a {
    float: left;
    height: 24px;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 6px;
    margin-bottom: 2px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(css/ie-css3.htc)
}

#casscf dl dd a:hover {
    float: left;
    height: 22px;
    color: #ff885c;
    padding-left: 9px;
    padding-right: 9px;
    background: #fff0e7;
    border: #ffb08b 1px solid
}

#casscf dl dd a.hover {
    float: left;
    height: 22px;
    color: #ff885c;
    padding-left: 9px;
    padding-right: 9px;
    background: #fff0e7;
    border: #ffb08b 1px solid
}

#cassch {
    float: left;
    width: 400px;
    height: 116px;
    font-family: Microsoft Yahei
}

#cassch dl {
    float: left
}

#cassch dl dt {
    float: left;
    width: 75px;
    height: 116px;
    text-align: center;
    font-size: 18px;
    background: url(../images/ca_ico2.gif) no-repeat center top;
    color: #333;
    padding-top: 36px;
    font-size: 18px
}

#cassch dl dd {
    float: left;
    width: 310px;
    margin-top: 10px
}

#cassch dl dd a {
    float: left;
    height: 24px;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 6px;
    margin-bottom: 2px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(ie-css3.htc)
}

#cassch dl dd a:hover {
    float: left;
    height: 22px;
    color: #ff885c;
    padding-left: 9px;
    padding-right: 9px;
    background: #fff0e7;
    border: #ffb08b 1px solid
}

#cassch dl dd a.hover {
    float: left;
    height: 22px;
    color: #ff885c;
    padding-left: 9px;
    padding-right: 9px;
    background: #fff0e7;
    border: #ffb08b 1px solid
}

#cassb {
    float: left;
    height: 38px;
    line-height: 38px;
    font-family: Microsoft Yahei
}

#cassb ul {
    float: left;
    margin-left: 18px
}

#cassb ul li {
    float: left
}

#cassb ul li b {
    float: left;
    color: #666;
    font-weight: bold
}

#cassb dl {
    float: left;
    height: 22px;
    line-height: 22px;
    color: #ff885c;
    padding-left: 9px;
    padding-right: 9px;
    background: #fff0e7;
    border: #ffb08b 1px solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(ie-css3.htc);
    margin-top: 7px;
    margin-left: 10px
}

#cassb dl dt {
    float: left
}

#cassb dl dd {
    float: left
}

#cassb ul li span a {
    float: left;
    margin-left: 10px;
    color: #666
}

#cali {
    float: left;
    width: 1210px;
    font-family: Microsoft Yahei
}

#calit {
    float: left;
    line-height: 69px
}

#calit dl {
    float: left;
    width: 1210px
}

#calit dl dt {
    float: left
}

#calit dl dt h1 {
    float: left;
    color: #333;
    margin-right: 6px;
    font-weight: normal
}

#calit dl dt a {
    float: left;
    width: 83px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    background: url(../images/ca_btn.gif) no-repeat;
    text-decoration: none;
    color: #666;
    margin-top: 20px;
    margin-left: 10px
}

#calit dl dt a:hover {
    color: #fff;
    background: url(../images/ca_btn_1.gif) no-repeat
}

#calit dl dt a.hover {
    color: #fff;
    background: url(../images/ca_btn_1.gif) no-repeat
}

#calit dl dt p {
    float: left;
    margin-top: 20px;
    margin-left: 10px
}

.acalit {
    float: left;
    width: 83px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: url(../images/ca_btn_1.gif) no-repeat
}

#calit dl dd {
    float: right;
    color: #666
}

#calit dl dd b {
    color: #ff6e3a;
    font-size: 14px
}

#calic {
    float: left;
    width: 1210px
}

.caliclt img {
    transition: all .3s
}

.caliclt a {
    float: left;
    width: 100%
}

.caliclt a:hover img {
    transform: scale(1.2)
}

#calicl1 {
    float: left;
    width: 288px
}

#calicl2,
#calicl3,
#calicl4 {
    float: left;
    width: 288px;
    margin-left: 19px
}

#div_center {
    height: 286px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0
}

#nav {
    line-height: 20px;
    list-style-type: none;
    margin-top: 5px
}

#nav li {
    float: left;
    height: 286px;
    width: 288px;
    display: block
}

#nav li ul {
    width: 94px;
    height: 34px;
    line-height: 30px;
    background: url(../images/ca_sc.png) no-repeat;
    left: -999em;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px
}

#nav li ul a {
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
    padding-left: 34px
}

#nav li:hover ul {
    left: auto
}

#nav li.sfhover ul {
    left: auto
}

#content {
    clear: left
}

.calicl {
    float: left;
    width: 286px;
    position: relative;
    border-left: #e0e0e0 1px solid;
    border-right: #e0e0e0 1px solid;
    border-top: #e0e0e0 1px solid;
    background: url(../images/ca_yy.gif) no-repeat bottom;
    margin-bottom: 15px;
    background-color: #FFF
}

.caliclt {
    float: left;
    width: 286px;
    height: 294px;
    overflow: hidden
}

.caliclt1 {
    float: left;
    width: 286px;
    height: 268px;
    overflow: hidden
}

.caliclc {
    float: left;
    width: 286px;
    height: 48px;
    line-height: 48px;
    background: url(../images/ca_line1.gif) no-repeat bottom
}

.caliclc dl {
    float: left;
    width: 286px
}

.caliclc dl dt {
    float: left;
    margin-left: 14px;
    color: #333;
    font-size: 14px
}

.caliclc dl dt a {
    text-decoration: none;
    color: #333
}

.caliclc dl dt a:hover {
    text-decoration: none;
    color: #9bc200
}

.caliclc dl dd {
    float: right;
    margin-right: 14px
}

.caliclc dl dd a {
    background: url(../images/ca_good1.gif) no-repeat left;
    padding-left: 18px;
    text-decoration: none;
    color: #ff652d
}

.caliclc dl dd a:hover {
    background: url(../images/ca_good.gif) no-repeat left;
    padding-left: 18px;
    text-decoration: none;
    color: #ff652d
}

.caliclc dl dd a.hover {
    background: url(../images/ca_good.gif) no-repeat left;
    padding-left: 18px;
    text-decoration: none;
    color: #ff652d
}

.caliclb {
    float: left;
    width: 286px;
    height: 60px
}

.caliclb dl {
    float: left;
    width: 286px;
    margin-top: 10px;
    margin-left: 14px
}

.caliclb dl dt {
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden
}

.caliclb dl dd {
    float: left;
    line-height: 30px;
    margin-left: 10px;
    color: #666
}

#caxq {
    margin-top: 14px
}

#caxq .col-sm-8 {
    height: 100%
}

.ban {
    width: 100%;
    height: 640px;
    position: relative;
    overflow: hidden
}

.ban2 {
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden
}

.ban2 ul {
    position: absolute;
    left: 0;
    top: 0
}

.ban2 ul li {
    height: 530px;
    text-align: center;
    line-height: 530px
}

.ban2 ul li img {
    vertical-align: middle;
    width: 100%
}

.ban #prev1,
.ban #next1 {
    position: absolute;
    left: 3%;
    top: 235px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 99;
    text-indent: -999em
}

.ban #prev1 {
    left: auto;
    right: 3%;
    background-position: 8px 5px
}

.ban #next1:hover,
.ban #prev1:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.prev {
    float: left;
    cursor: pointer
}

.num1 {
    float: left;
    width: 85%;
    height: 98px;
    overflow: hidden;
    position: relative
}

.min_pic {
    width: 100%
}

.num1 ul {
    position: absolute;
    left: 0;
    top: 0;
    list-style: none
}

.num1 ul li {
    width: 128px;
    height: 96px;
    border: #e5e7e4 2px solid;
    margin-right: 13px;
    font-size: 0
}

.num1 ul li.on {
    width: 128px;
    height: 96px;
    border: 2px solid #ff652d;
    padding: 0
}

.prev_btn1 {
    width: 25px;
    text-align: center;
    height: 98px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    float: left
}

.next_btn1 {
    width: 25px;
    text-align: center;
    height: 98px;
    margin-top: 10px;
    cursor: pointer;
    float: right;
    margin-right: 1px
}

.cagg {
    float: left;
    width: 128px;
    height: 96px;
    border: #e6e6e6 1px solid;
    margin-top: 10px;
    margin-right: 9px
}

#cafx {
    width: 100%;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    margin-left: 14px
}

#cafx dl dd {
    margin-top: 2px
}

#cafx dl dd a {
    float: left;
    margin-right: 5px
}

#cabq {
    position: absolute;
    right: 0;
    top: 14px
}

#casjt {
    border-bottom: #ededed 1px solid;
    padding-bottom: 12px
}

#casjt dl dd {
    margin-left: 10px;
    line-height: 30px;
    color: #333
}

#casjt h1 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    margin-top: 20px
}

#casjt p {
    color: #333;
    line-height: 22px;
    margin-top: 7px
}

#casjc {
    margin-top: 8px
}

#casjc dl dt {
    font-weight: 500
}

#casjc dl dd {
    height: 26px;
    line-height: 24px;
    padding-left: 33px;
    margin-top: 7px;
    font-size: 14px;
    color: #333;
    background: url(../images/ca_ico3.gif) no-repeat left center
}

#casjc dl dd b {
    font-size: 24px;
    color: #ff652d;
    padding-right: 3px
}

#casjc p {
    line-height: 28px;
    color: #333;
    margin: 0
}

#casjc p span {
    color: #666
}

#casjp {
    background: #f5f5f5;
    margin-top: 10px;
    padding: 10px
}

#casjpt dl {
    line-height: 30px;
    font-size: 14px;
    margin-left: 10px
}

#casjpt dl dt {
    color: #666
}

#casjpt dl dd a {
    text-decoration: none;
    color: #666;
    background: url(../images/ca_ico4.gif) no-repeat right;
    padding-right: 19px
}

#casjpt dl dd a:hover {
    color: #fdbe35
}

#casjpc {
    border: #e6e6e6 1px solid;
    margin: 3px auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding-top: 5px
}

#casjpc .next {
    display: block;
    width: 19px;
    height: 46px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/ca_btn1.gif") no-repeat;
    z-index: 999;
    position: absolute;
    right: 0;
    top: -1px
}

#casjpc .prev {
    display: block;
    width: 19px;
    height: 46px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/ca_btn1_1.gif") no-repeat;
    z-index: 999;
    position: absolute;
    right: 0;
    bottom: -1px;
    border-top: 1px solid #E6E6E6
}

#casjpc ul li {
    float: left;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px
}

#casjpc ul li img {
    float: left;
    width: 70px;
    height: 70px
}

#casjpc ul li p {
    padding-left: 80px;
    margin: 0;
    line-height: 23px;
    font-size: 14px;
    color: #333
}

#casjpc ul li span {
    float: left;
    color: #999;
    line-height: 23px;
    margin-left: 10px
}

#casjb {
    margin-top: 5px
}

#casjb dl dd {
    margin-top: 20px
}

a.caf1:link,
a.caf1:visited,
a.caf1:active {
    display: inline-block;
    width: 210px;
    height: 42px;
    background: url(../images/ca_btn2.gif) no-repeat
}

a.caf1:hover {
    width: 210px;
    height: 42px;
    background: url(../images/ca_btn2_1.gif) no-repeat
}

a.caf2:link,
a.caf2:visited,
a.caf2:active {
    float: left;
    display: block;
    width: 149px;
    height: 42px;
    background: url(../images/ca_btn3.gif) no-repeat;
    margin-left: 10px
}

a.caf2:hover {
    width: 149px;
    height: 42px;
    background: url(../images/ca_btn3_1.gif) no-repeat
}

#caxx {
    float: left;
    width: 1211px;
    margin-top: 27px
}

#caxxl {
    float: left;
    width: 260px
}

#caxxr {
    width: 100%
}

#caph {
    float: left;
    width: 238px;
    padding-bottom: 10px;
    border: #ededed 1px solid
}

#capht {
    float: left;
    width: 218px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    background: #fafafa;
    border-bottom: #ededed 1px solid
}

#caphc {
    float: left;
    width: 218px
}

#caphc dl {
    float: left;
    width: 218px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative
}

#caphc dl dt {
    float: left;
    width: 218px;
    height: 160px
}

#caphc dl dd {
    float: left;
    width: 218px;
    line-height: 30px;
    text-align: center;
    color: #333
}

#caphc dl p {
    float: left;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #ff652d;
    color: #FFF;
    position: absolute;
    left: 0
}

.ctt {
    float: left;
    width: 1170px;
    height: auto;
    clear: both;
    padding: 20px;
    background: #FFF
}

.w936 {
    float: left;
    width: 951px;
    clear: both;
    border: #ededed 1px solid
}

.tb_ {
    float: left
}

.tb_ ul {
    float: left;
    width: 951px;
    height: 40px;
    background: url(../images/ca_hdm.gif) repeat-x;
    line-height: 40px;
    border-bottom: #ededed 1px solid
}

.tb_ li {
    float: left;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px
}

.normaltab {
    float: left;
    border-right: #ededed 1px solid;
    color: #666
}

.hovertab {
    float: left;
    border-right: #ededed 1px solid;
    height: 41px;
    border-top: #ff652d 2px solid;
    margin-top: -1px;
    background: #FFF;
    margin-bottom: -1px;
    color: #ff652d;
    font-weight: bold
}

.dis {
    display: block
}

.undis {
    display: none
}

#caxxrc {
    float: left;
    width: 900px
}

#caxxrc ul {
    float: left;
    width: 900px
}

#caxxrc ul li {
    float: left;
    font-size: 14px;
    color: #646464;
    line-height: 30px;
    margin-right: 60px
}

#caxxrz {
    float: left;
    width: 900px
}

#caxxrz h1 {
    float: left;
    width: 900px;
    line-height: 24px;
    font-size: 24px;
    color: #646464;
    font-weight: normal;
    margin-top: 20px
}

#caxxrz p {
    float: left;
    width: 900px
}

#casjs {
    float: left;
    width: 980px;
    margin-top: 60px;
    line-height: 30px
}

#casjs h1 {
    float: left;
    width: 950px;
    font-size: 18px;
    font-weight: normal;
    color: #666
}

#casjs dl {
    float: left;
    width: 170px;
    margin-top: 10px;
    margin-right: 25px
}

#casjs dl dt {
    float: left;
    width: 170px;
    height: 175px;
    border: #e0e0e0 1px solid;
    border-bottom: 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    behavior: url(ie-css3.htc)
}

#casjs dl dt p {
    float: left;
    width: 170px;
    height: 28px;
    line-height: 26px;
    margin-top: 140px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    background: url(../images/h.png) no-repeat
}

#casjs dl dd {
    float: left;
    width: 172px;
    height: 37px;
    background: url(../images/ca_sjs.jpg) no-repeat;
    position: relative;
    z-index: 999;
    margin-top: -7px
}

#casjs dl dd a {
    float: left;
    display: inline;
    background: url(../images/ca_ico5.gif) no-repeat left center;
    padding-left: 20px;
    font-size: 14px;
    color: #ff652d;
    text-decoration: none;
    margin-left: 47px;
    margin-top: 1px
}

.ctt1 {
    float: left;
    width: 911px;
    height: auto;
    clear: both;
    padding: 10px 20px 20px 20px;
    background: #FFF
}

.w937 {
    float: left;
    width: 951px;
    clear: both;
    border: #ededed 1px solid;
    margin-top: 26px
}

.tb1_ {
    float: left
}

.tb1_ ul {
    float: left;
    width: 951px;
    height: 40px;
    background: url(../images/ca_hdm.gif) repeat-x;
    line-height: 40px;
    border-bottom: #ededed 1px solid
}

.tb1_ li {
    float: left;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px
}

.normaltab1 {
    float: left;
    border-right: #ededed 1px solid;
    color: #666
}

.hovertab1 {
    float: left;
    border-right: #ededed 1px solid;
    height: 41px;
    border-top: #ff652d 2px solid;
    margin-top: -1px;
    background: #FFF;
    margin-bottom: -1px;
    color: #ff652d;
    font-weight: bold
}

.dis1 {
    display: block
}

.undis1 {
    display: none
}

.catw {
    float: left;
    width: 909px;
    border-bottom: #fafafa 1px solid;
    padding-bottom: 14px;
    margin-top: 7px
}

.catwt {
    float: left;
    width: 909px
}

.catwt dl {
    float: left;
    width: 909px
}

.catwt dl dt {
    float: left;
    width: 909px;
    color: #999
}

.catwt dl dd {
    float: left;
    width: 909px;
    color: #333
}

.catwb {
    float: left;
    width: 909px
}

.catwb dl {
    float: left;
    width: 909px
}

.catwb dl dt {
    float: left;
    width: 909px;
    background: url(../images/ca_jt.gif) no-repeat;
    height: 7px
}

.catwb dl dd {
    float: left;
    width: 889px;
    line-height: 22px;
    color: #333;
    padding: 10px;
    background: #fafafa
}

.case-mod-list {
    float: left;
    width: 1220px
}

.case-mod-list .case_list {
    float: left
}

.case-mod-list ul {
    width: 1220px
}

.case-mod-list li {
    float: left;
    width: 286px;
    position: relative;
    border-left: #e0e0e0 1px solid;
    border-right: #e0e0e0 1px solid;
    border-top: #e0e0e0 1px solid;
    margin-bottom: 15px;
    margin-right: 17px;
    background-color: #FFF;
    overflow: hidden;
    padding: 0
}

.case-mod-list li .pic {
    width: 286px;
    height: 100%;
    overflow: hidden
}

.case-mod-list li .pic img {
    float: left;
    width: 286px;
    overflow: hidden;
    transition: all .3s
}

.case-mod-list li .pic img {
    background: url("../images/placeholder_logo_bg.png") no-repeat 50% 50%
}

.case-mod-list li .pic a:hover img {
    transform: scale(1.2)
}

.case-mod-list li .pic .operation {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none
}

.case-mod-list li .cur .operation {
    display: block
}

.case-mod-list li .pic .operation .collect {
    display: inline-block;
    line-height: 34px;
    width: 94px;
    color: #FFF;
    padding-left: 32px;
    font-size: 14px;
    background: url(../images/ca_sc.png) no-repeat left
}

.case-mod-list li .pic .operation .scale {
    display: inline-block;
    line-height: 34px;
    width: 100px;
    color: #FFF;
    padding-left: 10px;
    font-size: 14px;
    background: url(../images/ca_sc2.png) no-repeat left
}

.case-mod-list li .info {
    float: left;
    width: 286px;
    height: 48px;
    line-height: 48px;
    position: relative;
    border-bottom: 1px solid #ccc
}

.case-mod-list li .info .content {
    float: left;
    margin-left: 14px;
    overflow: hidden;
    width: 258px
}

.case-mod-list li .info .content .title {
    color: #333;
    font-size: 14px;
    width: 220px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.case-mod-list li .info .content a[class="title"]:hover {
    color: #ff652d
}

.case-mod-list li .info .content .zan {
    background: url(../images/ca_good1.gif) no-repeat left;
    padding-left: 18px;
    color: #ff652d;
    float: right
}

.case-mod-list li .info .content a[class="zan"]:hover {
    background: url(../images/ca_good.gif) no-repeat left;
    padding-left: 18px;
    color: #ff652d
}

.case-mod-list li .designer_info {
    float: left;
    width: 286px;
    height: 60px
}

.case-mod-list li .designer_info a {
    float: left
}

.case-mod-list li .designer_info img {
    width: 30px;
    height: 30px;
    overflow: hidden
}

.case-mod-list li .designer_info .content {
    margin-top: 10px;
    margin-left: 14px;
    overflow: hidden
}

.case-mod-list li .designer_info span {
    float: left;
    line-height: 30px;
    margin-left: 10px;
    color: #666
}

.mhc {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(Opacity=50);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1
}

.pop_up {
    width: 100%;
    height: 100%;
    padding: 0;
    background: 0;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block!important;
    z-index: 999999999999999999999999;
    visibility: hidden
}

.pop_up_xx {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
    display: none
}

.pop_up2 {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden
}

.pop_up2 ul li {
    width: auto;
    height: auto
}

.pop_up2 ul img {
    height: auto;
    position: relative
}

.visible {
    visibility: visible
}

;
#cont div,
#high img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

@-ms-viewport {
    width: device-width
}

.smooth_zoom_preloader {
    background: transparent url(../images/preloader.gif) center center no-repeat
}

#ban_pic2 a {
    display: block;
    width: 100%;
    height: 100%
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    background-size: cover;
    background-position: center
}

.swiper-slide img {
    width: 100%;
    height: auto
}

.gallery-top {
    height: 80%;
    width: 100%
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: .4
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1
}

.app-list li a:hover .images dl {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.app-list li a:hover .images dl,
.app-list li a .images dl dd {
    left: 0;
    top: 0
}

.app-list li a:hover .p-m i {
    background: #00264e;
    color: #fff
}

.caseitem ul {
    text-align: center
}

.caseitem ul li {
    display: inline-block
}

.caseitem ul li a {
    line-height: 32px;
    min-width: 80px;
    padding: 0 10px;
    display: inline-block
}

.caseitem ul li a:hover {
    background: #00264e;
    color: #fff
}

.case .abs-img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.case .abs-img dt,
.app-list li a .images dl dt {
    position: absolute;
    z-index: 2;
    color: #fff;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.case .abs-img dt hgroup,
.app-list li a .images dl dt hgroup {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.case .abs-img dt h4 {
    display: none
}

.case .abs-img dt h5 {
    padding-bottom: 10px;
    white-space: normal
}

.case .abs-img dt i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 37px;
    border: 2px solid #fff;
    border-radius: 20px
}

.case .abs-img dd,
.app-list li a .images dl dd {
    background: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.app-list li a .images dl {
    opacity: 0;
    margin: 0
}

.promore dl {
    margin: 0
}

.promore dl dt {
    margin-bottom: -50px
}

.promore dl dt a {
    background: #fff
}

.promore dl dd {
    border-top: 1px solid #ccc;
    height: 30px;
    margin-top: 30px
}

.wrap_favicon {
    float: left;
    padding-right: 20px
}

.wrap_favicon b {
    display: inline-block;
    width: 24px
}

.footer-left span img {
    height: 12px;
    width: 50px;
    padding: 0;
    margin-bottom: 0
}

.text-muted {
    color: #c4c4c4!important
}

.text-white {
    color: #fff!important
}

a.text-white:hover {
    color: #e6e6e6!important
}

.text-red {
    color: #00264e!important
}

a.text-red:hover {
    color: #8b0000!important
}

.text-black {
    color: #333!important
}

a.text-black:hover {
    color: #1a1a1a!important
}

.text-gray {
    color: #979797!important
}

a.text-gray:hover {
    color: #7e7e7e!important
}

.text-darker {
    color: #333!important
}

.text-blue {
    color: #00264e!important
}

.register {
    height: 600px;
    background: url(../images/regbg.jpg) no-repeat 50% 50%;
    padding-top: 70px
}

.register ul {
    min-width: 280px;
    max-width: 600px;
    background: #fff;
    box-shadow: 0 0 25px #000;
    margin: auto
}

.fgq-box {
    position: relative;
    padding: 52.5% 0px;
    margin-left: 2px;
}

.fgq-box img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}