@import url('animate.min.css');
@import url('ionicons.min.css');
@import url('font-awesome.min.css');
@import url('owl.carousel.min.css');
@import url('page.css');

body {
    color: #303030;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    background-image: url(../image/bg_main.png);
    background-position: top;
    background-repeat: repeat-x;
    font: normal 68.75% verdana, arial, helvetica, sans-serif;
}

/* Remove text-shadow in selection highlight. */
::-moz-selection {
    background: #eeb644;
    color: #FFFFFF;
    text-shadow: none;
}

::selection {
    background: #eeb644;
    color: #FFFFFF;
    text-shadow: none;
}

/* A better looking default horizontal rule */
hr {
    border: 0;
    border-top: 1px solid #e1e1e1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    overflow: visible;
}

/* Remove the gap between audio, canvas, iframes,images, videos */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/* Remove default fieldset styles. */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
}

/* Anchor Tag Default Style */
a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    outline: none;
    text-decoration: none;
    color: #0056b3;
}

a:hover,
a:active,
a:focus {
    color: inherit;
    outline: none;
}

textarea:focus,
textarea:active,
input:focus,
input:active {
    outline: none;
}

/* Heading Default Style */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    color: #1b1b1c;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

h1,
.h1 {
    font-size: 60px;
    margin-bottom: 6px;
    margin-top: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {

    h1,
    .h1 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 767.98px) {

    h1,
    .h1 {
        margin-top: -8px;
    }
}

h2,
.h2 {
    font-size: 56px;
    margin-bottom: 6px;
    margin-top: -14px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    h2,
    .h2 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 767.98px) {

    h2,
    .h2 {
        margin-top: -7px;
    }
}

h3,
.h3 {
    font-size: 36px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    h3,
    .h3 {
        margin-top: -9px;
    }
}

@media only screen and (max-width: 767.98px) {

    h3,
    .h3 {
        margin-top: -6px;
    }
}

h4,
.h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    h4,
    .h4 {
        margin-top: -6px;
    }
}

@media only screen and (max-width: 767.98px) {

    h4,
    .h4 {
        margin-top: -5px;
    }
}

h5,
.h5 {
    font-size: 26px;
    margin-bottom: 15px;
}

h6,
.h6 {
    font-size: 20px;
    margin-bottom: 12px;
}

/* Paragraph Margin */
p {
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

button:active,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

[data-mfp-src],
.btn-img-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.parallax {
    background-repeat: no-repeat;
}

.form-message.alert {
    margin-top: 10px;
}

.slick-slide:focus,
.slick-slide:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

sub, sup {
    font-family: Arial;
}


/*============================
03. Common Style CSS
==============================*/
/*------------------
3.1 - Buttons Style
--------------------*/
.btn-group .btn {
    margin-right: 15px;
}

.btn-group .btn:last-child {
    margin-right: 0;
}



.btn-white {
    background-color: #d8d8d8;
    border-radius: 25px;
    color: #1b1b1c;
}

.btn-white:hover {
    background-color: #eeb644;
    border-color: #eeb644;
    color: #FFFFFF;
}

.btn-brand {
    background-color: #eeb644;
    border-color: #eeb644;
    border-radius: 25px;
    color: #1b1b1c;
}

.btn-brand:hover {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}

.btn-black {
    background-color: #1b1b1c;
    border-color: #1b1b1c;
    border-radius: 25px;
    color: #FFFFFF;
}

.btn-black:hover {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    color: #1b1b1c;
}

.btn-bordered {
    border-radius: 0;
    border-width: 1px;
    font-size: 16px;
    padding: 0 40px;
    height: 50px;
    line-height: 48px;
}

.btn-bordered:hover {
    border-color: #eeb644;
    color: #eeb644;
}

/*----------------------
3.2 - Background Image
-----------------------*/
.bg-img {
    background: no-repeat center center;
    background-size: cover;
}

.bg-img-tr {
    background: no-repeat top right;
}

.bg-img-tl {
    background: no-repeat top left;
}

.bg-img-br {
    background: no-repeat bottom right;
}

.bg-img-bl {
    background: no-repeat bottom left;
}

.bg-img-nr {
    background: no-repeat center center;
    background-size: contain;
}

/*-----------------
3.3 - Overflow
-------------------*/
.fix {
    overflow: hidden;
}

.fix-x {
    overflow-x: hidden;
}

.fix-y {
    overflow-y: hidden;
}

/*-------------------------
3.4 - Section title Style
--------------------------*/
.section-title {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section-title {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-title {
        margin-bottom: 40px;
    }
}

.section-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 19px;
}

.container-wide,
.slider-area-wrapper .slick-dots {
    width: 1000px !important;
    max-width: 1000px !important;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 12px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 12px;
}



.header-top {
    padding: 10px 0;
}

.header-top a {
    position: relative;
    display: block;
    width: 70px;
    color: #000000;
}

.header-top a:after {
    content: "\f0dd";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

.section-header .search input {
    width: 330px;
    padding: 3px 4px;
    border: solid 1px #d8d8d8;
    border-top-color: #adacb1;
}

.section-header .search {
    padding: 5px 10px;
    background-color: #f2f4f6;
}


.section-header .search .btn-group-sm>.btn,
.btn-sm {
    padding: .2rem .5rem;
    font-size: 12px;
    line-height: 1;
    border-radius: .2rem;
}


.section {
    padding: 10px 15px 20px 15px;
    -moz-box-shadow: 0 1px 8px 1px rgba(110, 110, 110, 0.78);
    -webkit-box-shadow: 0 1px 8px 1px rgba(110, 110, 110, 0.78);
    box-shadow: 0 1px 8px 1px rgba(110, 110, 110, 0.78);
    background-color: #FFFFFF;

}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.section-menu {
    position: relative;
}




.section-menu>ul>li {
    display: inline-block;
    text-align: center;
}

.section-menu>ul>li>a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 1px;
    height: 12px;
    background-color: #cecece;
}

.section-menu>ul>li:last-child:after {
    display: none;
}

.section-menu>ul>li>a {
    display: block;
    position: relative;
    padding: 0 15px 0 15px;
    color: #666;
    font-weight: bold;
    line-height: 36px;
}

.section-menu ul>li>a span {
    position: relative;
    top: 2px;
    margin-left: 4px;
    display: inline-block;
    height: 12px;
    width: 16px;
    background-image: url(../image/arrows-down.png);
    background-repeat: no-repeat;
    background-position: 3px 4px;
    cursor: pointer;
}

.section-menu ul>li>a:hover span {
    background-color: #DDDDDD;
}



.section-menu div.dropdown {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -11111;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    -moz-box-shadow: -1px 5px 9px rgba(110, 110, 110, 0.78);
    -webkit-box-shadow: -1px 5px 9px rgba(110, 110, 110, 0.78);
    box-shadow: -1px 5px 9px rgba(110, 110, 110, 0.78);
}

.dropdown a {
    padding-left: 5px;
}

.dropdown-breadcrumb {
    position: relative;
    padding: 40px 15px 20px 15px;
    text-align: left;
}

.arrows {
    position: relative;
    width: 8px;
    height: 8px;
}

.arrows:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    border-width: 0 9px 9px;
    border-style: solid;
    border-color: transparent transparent #ddd;
}

.arrows:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.dropdown-breadcrumb li {
    position: relative;
    display: inline-block;

}

.dropdown-breadcrumb li:after {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

.dropdown-breadcrumb li:last-child:after {
    display: none;
}

.dropdown-breadcrumb li:first-child a {
    padding-left: 5px;
}


.dropdown-breadcrumb li a {
    display: block;
    padding: 0 24px 0 20px;
}

.dropdown-breadcrumb a span {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
    height: 12px;
    width: 16px;
    background-image: url(../image/arrows-down.png);
    background-repeat: no-repeat;
    background-position: 3px 4px;
    cursor: pointer;
}

.dropdown-breadcrumb a:hover span {
    background-color: #DDDDDD;
}


.dropdown-breadcrumb li a span:hover {
    background-color: #DDDDDD;
}

.category-title {
    margin: 20px 0;
}

.category-title a {
    font-weight: bold;
}


.category-nav-item .title {
    margin-bottom: 10px;
    font-weight: bold;
}

.category-nav-item>a {
    position: relative;
    display: inline-block;
    padding: 8px 5px;
    margin-right: 22px;
    width: 200px;
    border-top: 1px solid #dddddd;
}

.category-nav-item>a:hover {
    background-color: #f4f4f4;
}

.category-nav-item>a span {
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 12px;
    width: 16px;
    background-image: url(../image/arrows-down.png);
    background-repeat: no-repeat;
    background-position: 3px 4px;
    cursor: pointer;
}

.category-nav-item>a:hover span {
    background-color: #DDDDDD;
}




.menu-right {
    text-align: right;
}

.menu-left {
    padding-left: 10px;
    background: transparent url(../image/gradients_sprt.png) left top repeat-x;
    position: relative;
    height: 36px;
}

.section-slide {
    margin-top: 20px;
}

.section-main {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}


.main-item,
.main-contact {
    position: relative;
    width: 24%;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: transparent url(../image/gradients_sprt.png) left -429px repeat-x;
    padding: 10px 10px 0;
}

.main-item .main-title,
.main-contact .title {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.6667em;
    font-weight: bold;
}

.main-item .more {
    position: absolute;
    bottom: 30px;
}

.main-item .new-item li {
    margin-bottom: 15px;
}

.main-item .new-item li a {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.section-main .main-item,
.section-main .main-contact {
    height: 260px;
}

.main-item .main-image{
    margin-top: 20px;
}

/*技术支持*/
.main-contact .link {
    padding: 20px 0;
}

.main-contact .link a {
    font-size: 1.4em;
    text-decoration: underline;
}

.main-contact .text {
    line-height: 1.6;
}

.main-contact .mall {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-contact .mall a {
    display: block;
    margin-bottom: 5px;
    width: 48%;
}

.main-contact .link-more li {
    margin-top: 5px;
}

.main-contact {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.main-contact>div {
    width: 100%;
}

.main-contact .support {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main-contact .support .qr {
    max-width: 95px;
}

.section-footer {
    padding: 20px 0;

}

.section-footer .copyright {
    color: #666666;
}

.section-footer .copyright a {
    color: #666666;
}


.menu-breadcrumb {
    padding: 10px;
    background: url(../image/gradients_layernav_sub.png) left 0 repeat-x;
    border-bottom: solid 1px #eaeef0;
}

.menu-breadcrumb li {
    position: relative;
    display: inline-block;

}

.menu-breadcrumb li:after {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

.menu-breadcrumb li:last-child:after {
    display: none;
}

.menu-breadcrumb li a {
    display: block;
    padding: 0 24px 0 20px;
}

.menu-breadcrumb li:first-child a {
    padding-left: 15px;
}

/* .menu-breadcrumb li a span {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 15px;
}
 */

.menu-breadcrumb a span {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
    height: 12px;
    width: 16px;
    background-image: url(../image/arrows-down.png);
    background-repeat: no-repeat;
    background-position: 3px 4px;
    cursor: pointer;
}

.menu-breadcrumb a:hover span {
    background-color: #DDDDDD;
}


.menu-breadcrumb li a span:hover {
    background-color: #DDDDDD;
}

.menu-breadcrumb li a .fa-sort-down,
.menu-breadcrumb li span .fa-sort-down {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 18px;
    color: #007bff;
}


.section-slides .owl-nav button.owl-prev,
.section-slides .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 100;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    color: #0056b3;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.section-slides .owl-nav button.owl-next {
    left: auto;
    right: 0;
}


.section-slides .owl-nav button.owl-prev:hover,
.section-slides .owl-nav button.owl-next:hover {
    background-color: rgba(255, 255, 255, .8);
    color: #0056b3;
}

.section-slides .owl-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.section-slides button.owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
}

.section-slides button.owl-dot.active {
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 10px;
    background: #0056b3;
}



.section-page {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.page-left {
    width: 680px;
}

.page-right {
    width: 220px;
}

.page-right .main-contact {
    width: 100%;
}

.page-title {
    font-size: 2.3636em;
    line-height: 1.1153em;
    margin-bottom: 20px;
    margin-top: -4px;
}

.page-back {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.page-content {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.page-content .page-text {
    flex: 2;
}

.page-content .page-text {
    line-height: 1.6;
}

.page-content .page-image {
    flex: 1;
}

.page-content .page-text h1 {
    font-size: 24px;
}

.page-content .page-text h2 {
    font-size: 20px;
}

.page-content .page-text h3 {
    font-size: 18px;
}

.hero-area-content,
.product-area-content,
.category-area-content {
    position: relative;
}


.category-area-content .slide-title2 p {
    line-height: 24px;
}

.hero-area-content .slide-title {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 240px;
    padding: 20px;
    background-color: #FFFFFF;
}

.category-area-content .slide-title {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 260px;
    padding: 20px;
}

.product-area-content .slide-title {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 260px;
    padding: 20px;
}

.category-area-content .slide-title2 {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 260px;
    height: 80%;
    margin-top: -15%;
    padding: 20px;
    background: rgba(255, 255, 255, .8);
}




.page-slides .owl-nav button.owl-prev,
.page-slides .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 100;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    color: #0056b3;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.page-slides .owl-nav button.owl-next {
    left: auto;
    right: 0;
}


.page-slides .owl-nav button.owl-prev:hover,
.page-slides .owl-nav button.owl-next:hover {
    background: #0056b3;
    color: #fff;
}



.section-news {
    padding: 30px 0;
}

.page-news {
    display: flex;
    justify-content: space-between;
}

.news-nav {
    width: 220px;
}

.news-list {
    width: 690px;
}

.news-sub-title {
    margin-bottom: 15px;
    font-size: 20px;
}

.news-cate {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.news-cate .tit {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.news-cate ul>li {
    border-top: 1px solid #DDDDDD;
}

.news-cate ul>li>a {
    display: inline-block;
    padding: 6px 0;
}

.news-search {
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.news-search input {
    padding: 2px;
    width: 300px;
}

.news-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px 0;
}

.news-total .news-count {
    font-weight: bold;
}

.news-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 10px;
}

.news-item .image {
    width: 190px;
    max-height: 150px;
    overflow: hidden;
}

.news-item .image2 {
    width: 190px;
}

.news-item .content {
    width: 460px;
}

.news-item .content .title {
    font-weight: bold;
}

.news-item .content .time {
    padding: 5px 0;
    font-weight: bold;
}

.news-item .content .text {
    margin-top: 10px;
}

.section-news-detail {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}

.news-detail-left {
    width: 680px;
}

.news-detail-right {
    width: 220px;
}

.news-detail-right .main-contact {
    width: 100%;
}

.news-detail-content {
    padding: 20px 0;
}

.news-detail-content .title {
    font-size: 18px;
    font-weight: bold;
}

.news-detail-content .time {
    padding: 10px 0;
    font-weight: bold;
}

.news-detail-content .content {
    margin-top: 20px;
}

.news-detail-content .content p {
    line-height: 18px;
}


.product-nav {
    width: 100%;
}

.page-nav {
    width: 100%;
}

.page-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-nav ul>li {
    border-top: 1px solid #DDDDDD;
    padding: 7px 0;
    width: 49%;
}

.page-nav2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.page-nav2 .page-nav2-item {

    width: 49%;
}

.page-nav2 .page-nav2-item .page-nav2-title {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
}

.page-nav2 .page-nav2-item ul {
    margin-bottom: 10px;
}

.page-nav2 .page-nav2-item ul>li {
    border-top: 1px solid #DDDDDD;
    padding: 7px 0;
}


/*产品推荐*/
.product-recommend {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 20px 15px;
    -moz-box-shadow: 0 1px 8px 1px rgba(110, 110, 110, 0.78);
    -webkit-box-shadow: 0 1px 8px 1px rgba(110, 110, 110, 0.78);
    box-shadow: 0 1px 8px 1px rgba(110, 110, 110, 0.78);
    background-color: #FFFFFF;
}

.product-recommend .product-item {
    border: 1px solid #DDDDDD;
    padding: 15px;
    width: 24%;
}

.product-recommend .product-item .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-recommend .product-item .text {
    margin-bottom: 10px;
}

.product-recommend .product-item .image {
    margin-bottom: 10px;
}

.product-wrapper {
    margin: 20px 0;
}

.product-nav2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 10px 20px 20px 20px;
}

.product-back {
    margin-bottom: 12px;
}

.page-nav-title {
    margin-bottom: 12px;
    font-weight: bold;
    color: #000000;
}

.product-nav2 .product-search {
    margin-left: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    background: transparent url(../image/gradients_sprt.png) left -429px repeat-x;
    padding: 10px 10px 0;
    width: 203px;
}

.product-search .title {
    margin-bottom: 10px;
    font-weight: bold;
}

.product-search .form-input {
    margin-bottom: 10px;
}

.product-desc {
    padding: 30px 0;
}

.product-desc li {
    padding: 5px 0;
}


.product-item {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ccd0d2;
}

.product-item h3 {
    font-size: 12px;
}

.product-item .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-item .content .image {
    margin-right: 25px;
    width: 120px;
    border: 1px solid #ccd0d2;
}

.product-item .content .desc {
    width: 500px;
}

.product-item .content .desc .link {
    margin-top: 10px;
}

.product-item .content .desc .link a {
    display: inline-block;
    margin-right: 20px;
}

.product-item .content .desc p {
    color: #000000;
}

.product-item .content .status {
    position: relative;
    margin-top: 10px;
    border: 2px solid #ccd0d2;
    padding: 8px 30px 8px;
    width: 100%;
}

.product-item .content .status::before {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    left: 10px;
    top: 50%;
    margin-top: -6px;
}

.product-item .content .success::before {
    background-color: green;
}

.product-item .content .stop::before {
    background-color: red;
}

.product-item .button {
    margin-top: 10px;
}

.btn {
    font-size: .8rem;
}

.btn-up {
    max-width: 500px;
    min-height: 15px;
    _height: 23px;
    line-height: 15px;
    padding: 3px 11px;
    *padding: 1px 6px;
    text-decoration: none;
    color: #0056b3;
    margin-right: 8px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #fdfdfd 50%, #e1e6ea);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e1e6ea));
    background: -webkit-linear-gradient(#fff, #fdfdfd 50%, #e1e6ea);
    background: -o-linear-gradient(#fff, #fdfdfd 50%, #e1e6ea);
    background: -ms-linear-gradient(#fff, #fdfdfd 50%, #e1e6ea);
    background: linear-gradient(#fff, #fdfdfd 50%, #e1e6ea);
    border: 1px solid #d6d6d6;
    position: relative;
}

.btn-up:hover {
    background: -moz-linear-gradient(#fff, #e7e7e7 50%, #1bacf9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d7dbde));
    background: -webkit-linear-gradient(#fff, #e7e7e7 50%, #d7dbde);
    background: -o-linear-gradient(#fff, #e7e7e7 50%, #d7dbde);
    background: -ms-linear-gradient(#fff, #e7e7e7 50%, #d7dbde);
    background: linear-gradient(#fff, #e7e7e7 50%, #d7dbde);
}

.message {
    margin-bottom: 30px;
}

.form-inline-yb {
    display: flex;
    justify-content: start;
    line-height: 31px;
    margin: 0 -5px;
}

.form-inline-yb div {
    padding: 0 5px;
}

.form-inline-yb .form-text {
    margin-top: 0;
    line-height: 31px;
}


.section-product-detail {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.product-detail {
    width: 670px;
}

.product-detail-desc {
    display: flex;
    justify-content: space-between;
}

.product-detail-image {
    position: relative;
    width: 150px;
    border: 1px solid #DDDDDD;
}

.product-detail-image .zoom_in{
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 16px;
}

.product-detail-text {
    width: 490px;
}

.btn-up {
    margin-top: 10px;
}

.product-content {
    margin-top: 20px;
    border: 1px solid #DDDDDD;
}

.product-nav3 {
    padding-top: 3px;
    background: transparent url(../image/gradients_sprt.png) left -301px repeat-x;
    white-space: nowrap;
    height: 31px;
}

.product-nav3 .nav-item {
    position: relative;
    width: 120px;
    margin-right: 5px;
    float: left;
    color: #666a6e;
    background: url(../image/gradients_sprt.png) left -173px repeat-x;
    border: solid 1px #ccd0d2;
    display: inline-block;
    border-radius: 0;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.product-nav3 .nav-item a {
    display: block;
    color: #666666;

}


.product-nav3 .nav-item .nav-link {
    padding: 0;
}

.product-nav3 .active {
    background: #FFFFFF;
    color: #000000;
    font-weight: bold;
    border-bottom-color: #FFFFFF;
    height: 28px;
}

.product-nav3 .active a {
    color: #000000;
}

.tab-pane {
    padding: 20px;
}

.content-item {
    margin-bottom: 30px;
}

.content-item h4 {
    margin-bottom: 12px;
    color: #000000;
}

.content-item li {
    padding: 4px 0;
}


.content-item .technical-images {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.content-item .pro-img {
    margin-bottom: 20px;
    width: 48%;
    padding: 10px;
    border: 1px solid #DDDDDD;
}

.content-item .pro-img img {
    max-width: 100%;
    margin-bottom: 10px;
}

.content-item .technical-table {
    width: 100%;
    border-collapse: collapse;
}

.content-item .technical-table,
th,
td {
    padding: 4px 10px;
    border: 1px solid #ccd0d2;
}

.content-item .technical-table th,
.content-item .technical-table td {
    width: 50%;
}

.content-item .technical-table th {
    background-color: #edf0f3;
    text-align: left;
}

.tab-pane .page-nav {
    margin: 20px 0 40px 0;
}

.product-details-file .product-item .content .desc {
    width: 400px;
}

.certification-item {
    display: flex;
    padding: 20px 10px;
    margin-bottom: 20px;
    align-items: center;
    border: 1px solid #ddd;
}

.certification-item .icon {
    width: 100px;
    text-align: center;
}

.certification-item .icon img {
    height: 20px;
}



.magazine-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 10px 0;
}

.magazine-item .title {
    margin-bottom: 10px;
    width: 100%;
    font-size: 20px;
}

.magazine-item .title a {
    color: #000;
}

.magazine-item .image {
    width: 190px;
    overflow: hidden;
}

.magazine-item .content {
    width: 460px;
}

.magazine-item .content .title {
    font-weight: bold;
}

.magazine-item .content .time {
    padding: 5px 0;
    font-weight: bold;
}

.magazine-item .content p {
    line-height: 22px;
}


.comparison-page {
    padding: 20px 0;
    min-height: 500px;
}

.comparison-page .comparison-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}

.comparison td,
.comparison th {
    width: 16.66%;
}

.comparison .card {
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
}

.comparison .card-body {
    padding: 1.25rem 0;
}

.comparison .card-header {
    font-size: 15px;
    font-weight: bold;
}

.comparison .card-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.comparison .table th {
    background-color: #f3f3f3;
}

.comparison .table thead th {
    text-align: center;
}

#comparison-nav {
    display: none;
}

.history-item {
    display: flex;
    justify-content: flex-start;
min-height: 100px;
}

.history-item .history-title {
    position: relative;
    width: 100px;
    font-weight: bold;
}

.history-item .history-title img{
    position: absolute;
    top:-20px;
}

.history-item .history-title::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 5px;
    right: -5px;
    border-radius: 100%;
    background-color: #0056b3;
}

.history-item .history-title::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    top: 9px;
    right: 5px;
    border-radius: 100%;
    background-color: #0056b3;
}

.history-item .history-content {
    padding-bottom: 30px;
    padding-left: 30px;
    border-left: 1px solid #ddd;
    flex: 1;
}