@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: 'releway';
}

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

a {
    color: #616161;
}

a:hover {
    text-decoration: none;
}

.top1 {
    background-color: #fff;
    padding: 6px;
    padding-top: 10px;
    width:90%;
}
.language-flag{
    padding-top:5px;
    padding-bottom:5px;
}

.language-img img{
    border-width: thin;
    border-color: #6d9ee9;
    border-style: solid;
    border-radius: 2px;
}


.lr20 i {
    font-size: 17px;
    margin-left: 5px;
    margin-right: 5px;
    color: #999;

    transition: All 0.6s ease-in-out;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.lr20 i:hover {
    color: #ff0000;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}

.navbar-header{
    margin-top:8px;
}

.navbar-header img {
    max-height: 60px;
}
.navbar-nav * {
    font-size: 14px;
}

@media screen and (min-width: 993px) {
    .navbar-nav > li > a {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media screen and (max-width: 992px) {
    .navbar-nav > li > a {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        border-top-style: none !important;
    }
}

.navbar-nav > li > a:hover {
    background-color: #fbbc15 !important;
    border-radius: 20px !important;
    color: #000 !important;
}

.navbar-nav a {
    color: #feecbe !important;
}

.dropdown-menu li {
    background-color: #000;
}

.dropdown-menu li:hover {
    background-color: #fbbc15;
}

.dropdown-menu a:hover {
    color: #000 !important;
}

.dropdown-menu {
    margin-top: -20px !important;
}

.language * {
    font-size: 0.9em !important;
    text-transform: capitalize !important;
}


.search-li:hover {
    background-color: #000;!important;
}

#mlb-search-text {
    padding-left: 10px;
    margin-left: 10px;
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
    border-bottom-style:solid;
    border-bottom-width:thin;
    border-bottom-color:#fff;
    background-color: #000;
    outline: none;
    color: #fff;
}

.breadcrumb {
    color: #fcbd00;
    font-size: 16px;
}

.breadcrumb a {
    color: #fcbd00;
    font-weight: bold;
    font-size: 16px;
}

/*注意下面这种加间隔符的方法*/
.breadcrumb li + li::before {
    content: " » ";
    color: #fcbd00;
    font-size: 16px;
}

.left-title {
    text-transform: uppercase;
    color: #fe980f;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.4em;
}

.left-product > ul {
    background-color: #ededed;
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    border-radius: 5px;
}

.left-product > ul > li {
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.left-product > ul > li > a {
    margin-left: 15px;
}

.left-product > ul > li > a > i {
    margin-right: 10px;
    margin-top: 3px;
}

.left-product > ul > li:hover {
    background-color: #fefefe;
    cursor: pointer;
}

.left-product > ul > li > a:hover {
    color: #616161;
}

.left-product > ul > li > ul {
    display: block;
    position: absolute;
    width: 250px;
    padding-top: 7px;
    padding-left: 0;
    padding-bottom: 7px;
    padding-right: 0;
    border-radius: 5px;
    z-index: 10;
    background-color: #fff;
    border-style: solid;
    border-width: thin;
    border-color: #bababa;
    top: 0px;
    box-shadow: 0px 4px 8px #cfcfcf;
}

.left-product > ul > li > ul > li {
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.left-product > ul > li > ul > li:hover {
    background-color: #ededed;
}

.left-product > ul > li > ul > li > a {
    margin-left: 15px;
}

.left-download .active > td {
    font-weight: bold;
}

.left-download a:hover {
    color: #fcbd00;
}

.left-project {
    margin-left: 10px;
}

.left-project .col-xs-4 {
    padding: 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;
}

.left-news-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.4em;
}

.left-news > ul {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    border-radius: 5px;
}

.left-news > ul > li {
    list-style-type: none;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-color: #eee;
    border-bottom-width: thin;
}

.left-news > ul > li::before {
    content: ">";
    color: #eee;
    font-size: 16px;
    font-weight: bold;
}

.left-news > ul > li > a {
    margin-left: 10px;
    font-size: 1.2em;
}

.left-news > ul > li:hover {
    background-color: #f2970f;
    cursor: pointer;
}

/*注意下面的这种写法*/
.left-news > ul > li:hover a {
    color: #fff;
}

.news-list h2 {
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #eee;
    padding-bottom: 5px;
}

.news-list p {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #666;
}

.news-list a:hover {
    color: #fe980f;
}

.pager a {
    border-radius: 8px !important;
}

.pager a:hover {
    color: #fe980f;
}

.pagination a {
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0 !important;
}

.pagination a:hover {
    background-color: #fff !important;
    border-style: solid;
    border-width: thin;
    border-color: #fe980f !important;
    color: #fe980f !important;
}

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

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

#footer {
    background-color: #000;
    padding-top: 4.6em;
    padding-bottom: 4.6em;
    color: #999;
}
#footer ul {
    padding-left:5px;
}

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

#footer h4 {
    color: #fff;
    font-size: 1.1em;
}

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

#footer p {
    color: #ccc;
    font-size: 0.8em;
}

#footer span {
    color: #fbbc15;
}

#footer input {
    background-color: #dcdcdc;
    color: #fff;
    border-radius: 0 !important;
}

#footer button {
    background-color: #ee8e0f;
    color: #fff;
    border-radius: 0 !important;
}

.footer-links {
    font-size: 0.8em;
    color: #fbbc15 !important;
}

.footer-links:hover {
    color: #ee8e0f !important;
    text-decoration: underline !important;
}



#mlb-go-top-div {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 999;
}

#mlb-go-top-div .btn {
    width: 45px;
    height: 45px;
    background-color: #6d9ee9;
    color: #fff;
    border-style: none;
    margin-top: 5px;
    padding-top: 8px;
}

#mlb-go-top-div i {
    font-size: 20px;
}

.product h3, .service h3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    text-transform: uppercase;
}

.product img, .service img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.product img:hover, .service img:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
}

.hrefbtn {
    border-style: solid;
    border-color: #f5b16c;
    border-width: 1px;
    padding: 12px;
    padding-left: 30px;
    padding-right: 30px;
    color: #616161;
    font-size: 1.0em;
    color: #f5b16c;
    text-transform: uppercase;
}

.hrefbtn:hover {
    transition-duration: 1s;
    -moz-transition-duration: 1s; /* Firefox 4 */
    -webkit-transition-duration: 1s; /* Safari 和 Chrome */
    -o-transition-duration: 1s; /* Opera */

    background-color: #f5b16c;
    color: #fff;
    border: 1px solid #000;
}

.application {
    background-image: url("pvbackgroud.jpg");
    background-size: 100% 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.application-icon {
    position: relative;
    z-index: 200;
}

.application img {
    border-style: solid;
    border-color: #eee;
    border-width: thin;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.application img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.applicationdetail {
    position: relative;
    top: -30px;
    background-color: #fff !important;
    padding: 20px;
    min-height: 300px;
}

.applicationdetail .application-brief {
    font-size: 0.9em;
    color: #666;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 2em;
}

.applicationdetail a {
    text-transform: uppercase;
    text-align: center;
    color: #fbbc15;
}

.applicationdetail a:hover {
    color: #000;
}

.downloadbrochure {
    background-color: #fbbc15;
    padding: 60px;
    font-weight: bold;
}

.foot-contact {
    margin-top: 40px;
    background-color: #fbbc15;
    padding: 30px;
    font-weight: bold;
}

.foot-contact h2 {
    text-transform: uppercase;
}

.animated-button {
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.1em;
    width: 200px;
    z-index: 5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-width: 0;
}

/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button:link:after, a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}

a.animated-button:after {
    background: #000 !important;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

a.animated-button.victoria-one {
    background-color: #fff;
    color: #000;
}

a.animated-button.victoria-one:hover {
    color: #fff;
}

a.animated-button.victoria-two {
    background-color: #fbbc15;
    color: #fff;
}

a.animated-button.victoria-two:hover {
    color: #fff;
}

.subcategory-nav {
    background-image: url("background-line.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
    .subcategory-nav a {
        display: inline;
    }
}

@media screen and (max-width: 768px) {
    .subcategory-nav a {
        display: block;
    }
}

.subcategory-nav a {
    margin-top: 5px;
    background-color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 18px;
    border-style: solid;
    border-width: 2px;
    border-color: #fbbc15;
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.subcategory-nav a:hover {
    background-color: #fbbc15;
    color: #fff;
}

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

.news tr {
    border-width: 0 !important;
}

.news-block {
    border-style: solid;
    border-width: 1px;
    border-color: #fbbc15;
    width: 70px;
    height: 70px;
    color: #fbbc15;
    text-align: center;
    padding-top: 8px;
}
.news-block span{
    font-size:18px;
    font-weight:bold;
}
.news-read {
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    padding-top: 1px;
    background-color: #999;
}

.bigtitle {
    font-family: Candara;
    font-size: 3.2em;
    text-transform: uppercase;
    color: #fabb20;
    margin-top: 10px;
    margin-bottom: 30px;
}

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

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

/*图片缩放效果*/
.categorypicsub img, .mlb_gallery_photos img {
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease .0s;
    -moz-transition: all 0.5s ease .0s;
    -ms-transition: all 0.5s ease .0s;
    transition: all 0.5s ease .0s;
}

.categorypicsub img:hover, .mlb_gallery_photos img:hover {
    z-index: -1;
    overflow: hidden;
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}

.categorypicsub {
    margin-top: 20px;
}

.categorypicsub h4 {
    padding-top: 15px;
    padding-bottom: 10px;
}

.categorypicsub p {
    line-height: 30px;
}

/*下边框线*/
.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;
}

#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;
}


.breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumb-div {
    position: relative;
    top: -100px;
}