@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'releway';
    src: url('raleway-regular.eot?#iefix') format('embedded-opentype'),
    url('raleway-regular.ttf') format('truetype'),
    url('raleway-regular.svg#RalewayRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    /*font-family:Candara;*/
    font-family: releway;
}

a {
    color: #616161;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 100%;
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}

.top1 {
    height: 40px;
    max-height: 40px;
    background-color: #f6f6f4;
    border-bottom-style: solid;
    border-bottom-color: #d8d8d8;
    border-bottom-width: 1px;
    padding: 3px;
}

.top1p {
    height: 40px;
    max-height: 40px;
    vertical-align: middle;
    display: table-cell;
}

.language {
    border-left-style: solid;
    border-left-color: #d8d8d8;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: #d8d8d8;
    border-right-width: 1px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.language img {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    display: none;
}

.lr20 {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

#nav {
    height: 107px;
    padding-top: 28px;
    background-color: #fff;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: #d8d8d8;
    border-bottom-width: 1px;
}

.contactus {
    background-color: #f6f6f4;
    padding-top: 5em;
    padding-bottom: 5em;
    line-height: 2em;
}

.contactus p {
    font-size: 1.3em;
    font-family: releway;
    color: #606060;
}

.contactus a {
    margin-right: 10px;
}

.contactus a {
    color: #00b1a9;
}

.contactus i {
    color: #aaa;
}

.contactus i:hover {
    color: #00b1a9;
}

#footer {
    background-color: #081226;
    padding-top: 4.6em;
    padding-bottom: 4.6em;
}

#footer li {
    line-height: 2em;
    list-style-type: none;
}

#footer a {
    color: #bfc3c7;
}

#footer p {
    color: #bfc3c7;
}

#footer h4 a {
    color: #e6e6e6;
}

#footer a:hover {
    color: #c72403;
    text-decoration: none;
}

#footer hr {
    margin-right: 5em;
    border-color: #757d84;
}

.swiper-slide dl {
    background-color: #f6f6f4;
    border-right-style: solid;
    border-right-color: #d4d8d9;
    border-right-width: 1px;
    padding: 0;
    margin: 0;
}

.swiper-slide dd {
    padding: 10px;
}

.swiper-slide dt {
    padding: 0;
    margin: 0;
}

#swiper2 img {
    border-style: solid;
    border-color: #d4d8d9;
    border-width: 1px;
}

.hrefbtn {
    font-weight: normal;
    border: 1px solid #d4d8d9;
    display: block;
    width: 110px;
    height: 38px;
    border-radius: 5px;
    margin: 50px auto 0;
    text-align: center;
    line-height: 38px
}

.hrefbtn:hover {
    background-color: #00b1a9;
    color: #fff;
    border: 1px solid #00b1a9
}

.news {
    background-color: #f6f6f4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.new_main dl {
    width: 100%;
    float: left;
    border: 1px solid #d4d8d9;
    position: relative;
    margin-right: 30px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.new_main dl:hover {
    z-index: 2;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.new_main dd {
    background-color: #fff;
    padding: 25px;
}

.new_main dd h2 {
    padding: 0;
    margin: 0;
}

.new_main dd h2 a {
    font-weight: normal;
    font-family: releway;
    font-size: 0.6em;
    color: #313131;
}

.new_main dd h2 a:hover {
    color: #00b1a9
}

.new_main dd p {
    font-size: 0.8em;
    line-height: 21px;
    margin: 15px 0;
    font-family: releway;
}

.new_main dl h3 {
    margin-top: 0;
    font-weight: normal;
    background-color: #00b1a9;
    width: 62px;
    height: 57px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    text-align: center;
    padding-top: 15px
}

.new_main dl h3 span {
    display: block;
    font-size: 12px;
    line-height: 25px
}

.new_main dt {
    overflow: hidden
}

.new_main dt img {
    width: 100%
}

input[type=search] {
    background: #ededed url(serch.png) no-repeat center center;
    border: solid 1px #ccc;
    padding: 5px 8px 5px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input[type=search]:focus {
    width: 140px;
    background-color: #fff;
    border-color: #00b1a9;
    background: #ededed url(serch.png) no-repeat 90% center;
    -webkit-box-shadow: 0 0 5px rgba(227, 40, 32, .5);
    -moz-box-shadow: 0 0 5px rgba(227, 40, 32, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

#searchkey[type=search] {
    width: 15px;
    padding-left: 5px;
    color: transparent;
    cursor: pointer;
    margin: 3px 15px 0 0;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    outline: none;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

#searchkey[type=search]:hover {
    background-color: #fff;
}

#searchkey[type=search]:focus {
    width: 140px;
    padding-left: 22px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

#searchkey:-moz-placeholder {
    color: transparent;
}

#searchkey::-webkit-input-placeholder {
    color: transparent;
}

.bigtitle {
    font-family: Candara;
    font-size: 3.2em;
    text-transform: uppercase;
}

.smalltitle {
    font-family: releway;
    font-size: 1.1em;
    color: #606060;
}

.abouthref span {
    color: #616161;
    font-size: 1.3em;
    font-family: releway;
    text-transform: capitalize;
}

.abouthref img {
    max-width: 160px;
}

.pro_main {
    background-color: #d4dde7;
    padding-top: 50px;
    padding-bottom: 100px;
}

.pro_main h2 {
    font-weight: normal;
    font-size: 2.8em;
    color: #00b1a9;
    font-family: Candara;
    text-align: center
}

.pro_main h2 span {
    font-size: 0.4em;
    font-family: Arial;
    display: block;
    color: #606060;
    margin: 10px 0 50px
}

@media screen and (min-width: 769px) {
    #example-navbar-collapse a {
        font-size: 1.2em;
        color: #313131;
        font-family: releway;
        padding-bottom: 0;
    }

    #example-navbar-collapse a:hover {
        color: #00b1a9;
        border-bottom-style: solid;
        border-bottom-color: #00b1a9;
        border-bottom-width: 3px;
    }

    #example-navbar-collapse li, #example-navbar-collapse a {
        height: 70px;
    }

    #example-navbar-collapse li {
        background-color: #fff;
    }
}

@media screen and (max-width: 768px) {
    #example-navbar-collapse li {
        background-color: #484f58;
        text-align: center;
    }

    #example-navbar-collapse a {
        background-color: #484f58;
        color: #fff;
    }

    #example-navbar-collapse a:hover {
        background-color: #00b1a9;
        color: #fff;
    }
}

.carousel-indicators {
    z-index: 9; /*必须，否则会挡住导航菜单*/
}

.mlb_gallery_photos img {
    margin: 4em;
    min-height: 150px;
    min-width: 240px;
}

.pagination li a {
    color: #000;
}

.pagination .active a {
    background-color: #C72403;
    border-color: #C72403;
    color: #fff;
}

.pagination .active a:hover {
    background-color: #C72403;
    border-color: #C72403;
    color: #fff;
}

.mlb-container > ul .active {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-color: #00b1a9;
    border-bottom-width: 2px;
}

.mlb-container > ul a {
    font-size: 1.4em;
    font-weight: normal;
    font-family: releway;

    text-transform: capitalize;
}

.mlb-container > ul .active a {
    border-style: none;
    color: #00b1a9;
}

.mlb-container > ul > li > a:hover {
    background-color: #fff;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-color: #00b1a9;
    border-bottom-width: 2px;
}

.mlb-container li.active > a:focus, .mlb-container li.active > a:hover {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    color: #00b1a9;
}

.mlb-container .tab-content {
    padding-top: 2em;
    padding-bottom: 2em;
}

/*下边框线*/
.mlb_underline {
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #bbbbbb;
}

.mlb-container table {
    border-left-style: solid;
    border-left-color: #666;
    border-left-width: thin;
    border-top-style: solid;
    border-top-color: #666;
    border-top-width: thin;
}

.mlb-container td {
    border-right-style: solid;
    border-right-color: #666;
    border-right-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #666;
    border-bottom-width: thin;
    text-align: center;
}

.quantity-value {
    margin-left: 5px;
    margin-right: 5px;
    width: 30px;
    text-align: center;
}

.cart-container div {
    font-size: 16px;
    min-height: 40px;
}

.mlb-sub-total, .mlb-shipping-cost, .mlb-total-amount {
    font-weight: bold;
}

.mlb-cart-div > div {
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    border-bottom-width: thin;
    margin-top: 8px;
    margin-bottom: 5px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#skype {
    position: fixed;
    right: -100px;
    top: 400px;
    width: 140px;
    height: auto;
    background: #eee;
    z-index: 999;
    border-style: solid;
    border-width: 2px;
    border-color: #ddd;
    box-shadow: #333;
}

#skype img {
    margin: 10px !important;
}

#floatDivBoxs {
    width: 170px;
    background: #fff;
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f08326;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}

#floatDivBoxs .floatDbg {
    width: 100%;
    height: 20px;
    background: url(online_botbg.jpg) no-repeat;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}
.floatShadow i{
    font-size:16px;
    padding:5px;
    margin-right:10px;
}
#rightArrow {
    width: 50px;
    height: 245px;
    background: url(online_arrow.jpg) no-repeat;
    position: fixed;
    top: 180px;
    right: 170px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 45px;
}


#floatDivBoxs hr {
    padding: 0;
    margin: 3px;
}

.breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff !important;
}

