/* Add here all your CSS customizations */
@font-face {
    font-family: 'code lght';
    src:  url("fonts/code_light-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    background-color: #f6f4f4;
    color:#999;
    overflow-x: hidden;
    font-family:"Helvetica Neue", Helvetica,"Microsoft YaHei","微软雅黑",Arial,simsun,"宋体";
}
p {
    color:#999;
}

hr.dashed:after, .divider.dashed:after {
    width: 50%;
    left: 25%;
}
.dashed:after {
    -webkit-transform: scale(2, 0.5);
    -moz-transform: scale(2, 0.5);
    -ms-transform: scale(2, 0.5);
    -o-transform: scale(2, 0.5);
    transform: scale(2, 0.5);
}
.ewm svg {
    width: 160px !important;
    height: 160px !important;
}
.info-img {
    display: block;
    width: 100%;
}
.dl-horizontal dt{
    text-align: left;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{
    background:#03b6a1;
    border-color: #f32b1e;
}
.btn {
    outline:none !important;
}
.color-m {
    color: #03b6a1;
}

.img-responsive {
    margin-left:auto;
    margin-right:auto;
}
#footer {
    padding-top: 30px;
}
#footer .nav > li > a:hover,#footer .nav > li > a:focus {
    background-color:transparent;
}

#footer .footer-copyright {
    margin-top: 0;
    padding-top: 0;
}
.blockquote {
    padding:0 20px;
}
.blockquote h2 {
    font-size:32px;
}
.blockquote .lead {
    font-family: 'code lght';
    color: #b8b8b8;
    font-size:28px;
    line-height: 28px;
    margin-top: 10px;
}


.strategy-list .strategy-item {
    margin-bottom: 70px;
    padding :5px;
    background: white;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.06);
}
.strategy-list {
    margin: -35px;
}
.strategy-list .col-md-6 {
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 35px;
}



.strategy-item .strategy-img-layer {
    overflow: hidden;
    position: relative;
}
.strategy-item .strategy-img-layer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.strategy-item:hover .strategy-img-layer:before {
    background: rgba(254,254,254,0.2);
}

.strategy-item img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.strategy-item:hover h5{
    color:#03b6a1;
}

.strategy-item .btn {
    border: none;border-radius: 16px;
}
.strategy-item .more {
    border:1px solid #CECECE;
    background: #FFF;
    border-radius: 16px;
    color: #a9a9a9;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    width: 32px;
    text-align: center;
    text-indent: 2px;
    font-size: 18px;

}

.strategy-item h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.strategy .main-content {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.strategy .banner {
    position: relative;
}

.strategy .banner img {
    width: 100%;
}

.strategy .banner .title{
    position: absolute;
    z-index: 1;
    font-size: 32px;
    text-align: center;
    color:white;
    bottom:30px;
    left: 0;
    width: 100%;
    margin-bottom: 0;
}

#header .header-body {
    border-top-color: transparent;
}
#header .header-nav.header-nav-top-line nav > ul > li:hover > a {
    background-color: #f9f9f9;
    border-top-color: transparent;
}
#header .header-nav.header-nav-top-line nav > ul > li.active > a {
    color: #03b6a1;
    border-top-color: #03b6a1;
}

.bg-white {
    background-color:white;
}
#header .header-logo img {
    margin: 23px 23px 23px;
}

@media (max-width: 991px) {
    #header .header-nav.header-nav-top-line nav > ul > li.active > a {
        color:white;
    }

}

@media (min-width: 992px){
    #header .header-body {
        border-top: 0;
        padding: 0;
        min-height: 100px;
    }
    #header .header-nav.header-nav-top-line nav > ul > li > a{
        width: 120px;
        text-align: center;
        font-size:14px;
    }
    #header .header-nav.header-nav-top-line {
        margin-top: -100px;
    }
    #header .header-nav-main {
        float: right;
        margin: 0 0 0;
        min-height: 100px;
    }
    #header .header-nav.header-nav-top-line nav > ul > li > a, #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 100px;
        height: 100px;
        margin-top: 0;
    }

    #header .header-nav.header-nav-top-line.narrow nav > ul > li > a ,#header .header-nav.header-nav-top-line.narrow nav > ul > li > a{
        margin-top: 50px;
        line-height: 50px;
        height: 50px;
        font-size: 12px;
        border-top-width: 3px;
    }
}

ul.nav-list.ui-list li a {
    border-bottom: none;
    padding: 15px 0;
    text-align: center;
    display: block;
    color: #b8b8b8;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}

ul.nav-list.ui-list li a:before {
    content: none;
}

ul.nav-list.ui-list li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom:0;
    left: 50px;
    right:50px;
    border-bottom: 1px dashed #EDEDDE;
}
ul.nav-list.ui-list li:last-child a:after {
    content: none;
}

ul.nav-list.ui-list li a:hover {
    background-color: white;
    text-decoration: none;
}

ul.nav-list.ui-list li.active a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    border:none;
    position: absolute;
    right:40px;
    top:50%;
    margin-top: -12px;
    color:#03b6a1;
}

ul.nav-list.ui-list li.active > a {
    font-weight: bold;
    background: white;
    color:#03b6a1;
}



html .toggle-primary .toggle {
    margin: 10px 0 20px;
    position: relative;
    clear: both;
}

.toggle .toggle {
    margin: 10px 0 0;
}

.toggle > input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 45px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

html .toggle-primary .toggle > label {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background: #E8E9E8;
    border-left: 3px solid #B8B8B8;
    border-radius: 0px;
    color: #3D3E40;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 20px 20px 20px 20px;
    position: relative;
    cursor: pointer;
    font-weight: 800;
    margin-bottom:0;
}

.toggle > label:before {
    content: none;
}

.toggle > label:hover {
    background: #f5f5f5;
}

.toggle > label + p {
    color: #999;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

.toggle > label i {
    font-size: 0.7em;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.toggle > .toggle-content {
    display: none;
    padding: 20px;
    border-left: 3px solid #B8B8B8;
    background-color: #E8E8E8;
}

.toggle > .toggle-content > p {
    margin-bottom: 0;
    padding: 10px 0;
}

.toggle.active i.fa-minus {
    display: inline;
}

.toggle.active i.fa-plus {
    display: none;
}

html .toggle-primary .toggle.active > label {
    background: #F9F9F9;
    border-color: #03b6a1;
    color:#03b6a1;
}

html .toggle-primary .toggle.active > label:before {
    border: 6px solid transparent;
    border-top-color: #FFF;
    margin-top: -3px;
    right: 10px;
}

.toggle.active > p {
    white-space: normal;
}

.toggle > p.preview-active {
    height: auto;
    white-space: normal;
}

.toggle.toggle-sm .toggle > label {
    font-size: 0.9em;
    padding: 6px 20px 6px 10px;
}

.toggle.toggle-sm .toggle > .toggle-content > p {
    font-size: 0.9em;
}

.toggle.toggle-lg .toggle > label {
    font-size: 1.1em;
    padding: 16px 20px 16px 20px;
}

.toggle.toggle-lg .toggle > .toggle-content > p {
    font-size: 1.1em;
}

.toggle.toggle-simple .toggle > label {
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #777;
    padding-left: 32px;
    margin-bottom: -10px;
    font-size: 1em;
    font-weight: 600;
    color: #1d2127;
}

.toggle.toggle-simple .toggle > label:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: #CCC;
    top: 23px;
    margin-top: -12px;
    border-radius: 3px;
    z-index: 1;
}

.toggle.toggle-simple .toggle > label:before {
    border: 0;
    left: 7px;
    right: auto;
    margin-top: 0;
    top: 12px;
    font-family: FontAwesome;
    content: "\f067";
    z-index: 2;
    color: #FFF;
    font-size: 13px;
}

.toggle.toggle-simple .toggle.active > label {
    background: transparent;
    color: #1d2127;
}

.toggle.toggle-simple .toggle.active > label:before {
    content: "\f068";
}



.list.list-icons.white li .fa, .list.list-icons.white li .icons {
    color: white;
    border-color: white;
    font-size: 10px;
}


.btn.sku-btn {
    border:1px solid #EDEDED;
    background: white;
    color:#999;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.btn.sku-btn.active {
    border:1px solid #03b6a1;
    color:#03b6a1 !important;
    box-shadow: none;
}


.btn.sku-btn:hover, .btn.sku-btn:focus, .btn.sku-btn.focus {
    color:#999;
    text-decoration: none;
}

.btn.sku-btn:disabled {
    color:#B3B3B3;
    background: #E8E8E8;
}

.sku-btn-layer {
    max-height:420px;
    overflow: hidden;
}

a:hover, a:focus {
    text-decoration: none !important;
}


#style-tabs.nav-tabs li a {
    border-radius:0;
    font-size: 14px;
    margin-right: 0px;
    border-top: 3px solid #E8E8E8;
    background: #F9F9F9;
    min-width: 160px;
    text-align: center;
    box-sizing: border-box;
}
#style-tabs.nav-tabs li a, #style-tabs.nav-tabs li a:hover {
    background: #f4f4f4;
    border-color: #eee #eee;
    border-style: solid solid none;
    border-width: 3px 1px medium;
    color: #ccc;
}
#style-tabs.nav-tabs li a:hover {
    border-bottom-color: transparent;
    border-top: 3px solid #03b6a1;
    box-shadow: none;
}
#style-tabs.nav-tabs li a:active, #style-tabs.nav-tabs li a:focus {
    border-bottom: 0 none;
}
#style-tabs.nav-tabs li.active a, #style-tabs.nav-tabs li.active a:hover, #style-tabs.nav-tabs li.active a:focus {
    border-top: 3px solid #03b6a1;
    color: #03b6a1;
    background: white;
}

.ui-list-more {
    height: 50px;
    background: url("/img/loading.gif") no-repeat center / 30px 30px;
}



.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 20px;
    height: 53px;
    line-height: 53px;
}


.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #E8E7EF;
    background-color: white;
    border: 1px solid #E8E7EF;
    border-radius: 5px;
    padding: 0;
    margin :-5px 0 0;
    box-sizing: border-box;

    text-shadow: none;
}

.owl-carousel .owl-item .img-layer{
    border:3px solid #E8E7EF;
    border-radius: 5px;
    margin-top: 8px;
}
.owl-carousel .owl-item.highlight  .img-layer {
    border-color:#03b6a1;
    position: relative;
}

.owl-carousel .owl-item.highlight .img-layer:before {
    content:'';
    position: absolute;

    border-bottom: 8px solid  #03b6a1;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    height: 0;
    left: 50%;
    top: -8px;
    margin-left: -8px;
}

.tab-content {
    box-shadow: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.shop ul.comments .comment-block {
    background: inherit;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 992px)  {
    .md-ml {
        margin-left: 150px;
    }
}
@media (max-width: 992px)  {
    .md-ml {
        margin-left: 30px;
    }
}
.chief {
    margin: 80px 0 0;
}
.chief .col-md-4,.chief .col-md-6 {
    padding: 0;
}


.relative {
    position: relative;
    overflow: hidden;
}

.relative .hover {
    position: absolute;
    width: 240px;
    height: 160px;
    margin-top: -80px;
    margin-left: -120px;
    top:50%;
    left: 50%;
    background: rgba(254,254,254,0.95);
    text-align: center;
    display: flex;
    flex-direction:column;
    justify-content:center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
.relative:hover .hover{
    opacity: 1;
}

.relative .hover p {
    margin-bottom: 5px;
    color:#9d9797;
    font-size: 18px;
    font-weight: lighter;
}

.md-ml blockquote {
    padding-top: 0;
    padding-bottom: 0;
}

html .btn-primary {
    text-shadow: none;
}

.color-dark {
    color:#373b41;

}

.mlr-sm {
    display: inline-block;
    margin-left: 5px;
    margin-right:5px;
}


#footer {
    margin-top: 100px;
}


.text-indent {
    text-indent: 28px;
}