*, *::before, *::after {
    box-sizing:border-box
}

html {
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -ms-overflow-style:scrollbar;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width:device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display:block
}

body {
    margin:0;
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    text-align:left;
    background-color:#fff
}

hr {
    box-sizing:content-box;
    height:0;
    overflow:visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top:0;
    margin-bottom:.5rem
}

p {
    margin-top:0;
    margin-bottom:1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration:underline;
    text-decoration:underline dotted;
    cursor:help;
    border-bottom:0
}

address {
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit
}

ol, ul, dl {
    padding:0;
    margin:0;
}

dt {
    font-weight:700
}

dd {
    margin-bottom:.5rem;
    margin-left:0
}

blockquote {
    margin:0 0 1rem
}

dfn {
    font-style:italic
}

b, strong {
    font-weight:bolder
}

small {
    font-size:80%
}

sub, sup {
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}

sub {
    bottom:-.25em
}

sup {
    top:-.5em
}

a {
    color:#000;
    text-decoration:none;
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}

a:hover {
    color:#0056b3;
    text-decoration:none
}

a:not([href]):not([tabindex]) {
    color:inherit;
    text-decoration:none
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color:inherit;
    text-decoration:none
}

a:not([href]):not([tabindex]):focus {
    padding:5px
}

pre, code, kbd, samp {
    font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size:1em
}

pre {
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto;
    -ms-overflow-style:scrollbar
}

figure {
    margin:0 0 1rem
}

img {
    vertical-align:middle;
    border-style:none
}

svg {
    overflow:hidden;
    vertical-align:middle
}

table {
    border-collapse:collapse
}

caption {
    padding-top:.75rem;
    padding-bottom:.75rem;
    color:#6c757d;
    text-align:left;
    caption-side:bottom
}

th {
    text-align:inherit
}

label {
    display:inline-block;
    margin-bottom:.5rem
}

button {
    border-radius:0
}

button:focus {
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color
}

input, button, select, optgroup, textarea {
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}

button, input {
    overflow:visible
}

button, select {
    text-transform:none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance:button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding:0;
    border-style:none
}

input[type="radio"], input[type="checkbox"] {
    box-sizing:border-box;
    padding:0
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance:listbox
}

textarea {
    overflow:auto;
    resize:vertical
}

fieldset {
    min-width:0;
    padding:0;
    margin:0;
    border:0
}

legend {
    display:block;
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit;
    color:inherit;
    white-space:normal
}

progress {
    vertical-align:baseline
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height:auto
}

[type="search"] {
    outline-offset:-2px;
    -webkit-appearance:none
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance:none
}

::-webkit-file-upload-button {
    font:inherit;
    -webkit-appearance:button
}

output {
    display:inline-block
}

summary {
    display:list-item;
    cursor:pointer
}

template {
    display:none
}

[hidden] {
    display:none !important
}

.btn:hover, .btn:focus, .btn:active, .btn:visited, input:hover, input:focus, input:active, input:visited, button:hover, button:focus, button:active, button:visited {
    outline:none;
    box-shadow:none !important;
}

a:focus,
a:active {
    outline:none !important;
}

.bold {
    font-weight:bold;
}

.font12 {
    font-size:12px;
}

.font14 {
    font-size:14px;
}

.font16 {
    font-size:16px;
}

.font18 {
    font-size:18px;
}

.font20 {
    font-size:20px;
}

.font22 {
    font-size:22px;
}

.font24 {
    font-size:24px;
}

.font26 {
    font-size:26px;
}

.font28 {
    font-size:28px;
}

.font30 {
    font-size:30px;
}

.zoom-effect {
    transition:transform 0.3s;
}

.zoom-effect:hover {
    transform:scale(1.1);
}

.btn-mydiy1 {
    background-color:#5759A7;
    color:#fff;
    border:none;
    padding:0.5rem 1rem;
    cursor:pointer;
    transition:background-color 0.3s;
}

.btn-mydiy1:hover {
    background-color:#F38920;
    color:#fff;
}

.w1440 {
    max-width:1440px;
    margin:0 auto;
}

.language {
    width:100%;
    line-height:40px;
}

.language a {
    display:inline-block;
    padding-right:12px;
}

.language img {
    width:22px;
}

@media only screen and (max-width:768px) {
    .language a {
        padding:0;
        width:32%;
    }
}

nav.navbar.bootsnav ul.nav > li > a {
    color:#999999;
    text-transform:uppercase;
    padding:15px 13px;
    line-height:54px;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
    color:#333333;
}

.nav > li:after {
    content:"";
    width:0;
    height:4px;
    background:#ff9e05;
    position:absolute;
    bottom:20%;
    left:50%;
    transform:translate(-50%, -50%);
    transition:all 0.5s ease 0s;
}

.nav > li:hover:after {
    width:50%;
}

.navigation a {
    display:inline-block;
    position:relative;
    color:#666;
    text-transform:uppercase;
    margin:0 30px;
    line-height:60px;
}

.navigation a:after {
    content:"";
    width:0;
    height:4px;
    background:#ff9e05;
    position:absolute;
    bottom:10%;
    left:50%;
    transform:translate(-50%, -50%);
    transition:all 0.5s ease 0s;
}

.navigation a:hover:after {
    width:100%;
}

.card {
    margin-bottom:20px;
    border-radius:0;
}

.article-list li {
    border-bottom:1px solid #ccc;
    padding:10px 0 10px 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    position:relative;
}

.article-list li::before {
    content:'';
    position:absolute;
    left:0;
    top:20px;
    display:inline-block;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#5759A7;
}

.article-list li:last-child {
    border-bottom:none;
}

.qr-code {
    width:200px;
    height:200px;
    object-fit:cover;
    max-width:100%;
    height:auto;
}

.g_footer {
    width:100%;
    padding:50px 0 27px;
    overflow:hidden;
    background:#333333;
}

.g_foot_btom {
    width:100%;
    clear:both;
    color:#999999;
    text-align:center;
    padding-top:20px;
    font-size:0.875rem;
}

.g_foot_btom span {
    padding:0 10px;
    color:#fff;
}

.g_foot_btom span a {
    color:#fff;
}

.wightbox img {
    width:100%;
    max-width:100%;
    vertical-align:middle;
}

.gallery .gallery-top .swiper-slide .pic {
    position:relative;
    width:100%;
    height:0;
    padding-bottom:75%
}

.gallery .gallery-top .swiper-slide .pic img {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    object-fit:cover
}

.gallery .thumbs {
    position:relative;
    margin-top:10px;
    padding:0 33px;
    overflow:hidden
}

.gallery .gallery-thumbs .swiper-slide {
    width:calc(96.1% / 4);
    margin-right:5px;
    border:2px solid #eee;
    box-sizing:border-box;
    transition:all .5s ease
}

.gallery .gallery-thumbs .swiper-slide .pic {
    position:relative;
    width:100%;
    height:0;
    padding-bottom:75%;
    cursor:pointer
}

.gallery .gallery-thumbs .swiper-slide .pic img {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    object-fit:cover
}

.gallery .gallery-thumbs .swiper-slide-thumb-active {
    border-color:#003087;
}

.swiper-pagination .swiper-pagination-bullet {
    width:6px;
    height:6px;
    display:inline-block;
    border-radius:100%;
    background:#2fc16e;
    opacity:0.8;
    vertical-align:middle;
    position:relative
}

.swiper-pagination .swiper-pagination-bullet:after {
    content:"";
    width:20px;
    height:20px;
    position:absolute;
    left:50%;
    top:50%;
    background:transparent;
    border:2px solid #2fc16e;
    border-radius:100%;
    margin-top:-10px;
    margin-left:-10px;
    opacity:0;
    transform:scale(0);
    transition:all .5s
}

.swiper-pagination .swiper-pagination-bullet-active {
    opacity:1
}

.swiper-pagination .swiper-pagination-bullet-active:after {
    opacity:1;
    transform:scale(1)
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 8px
}

.gallery .swiper-button-prev:hover, .pro_box .gallery .swiper-button-next:hover {
    opacity:.35
}

.gallery .swiper-button-disabled {
    pointer-events:auto !important
}

.gallery .swiper-button-black {
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
    position:absolute;
    top:0;
    left:0;
    bottom:0px;
    width:28px;
    height:100%;
    margin:0;
    opacity:.6;
    background-size:16px;
    transition:all .5s ease
}

.gallery .swiper-button-next {
    left:auto;
    right:0
}

.product-details h1 {
    border-bottom:1px solid #ddd;
}

.productrelated ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

.productrelated ul li {
    padding:0 10px;
    margin-bottom:5px;
    width:100%;
    height:42px;
    line-height:42px;
    border:1px solid #ddd;
    overflow:hidden;
}

.productrelated ul li:hover {
    color:#000;
    border:1px solid #032263;
}

.productrelated ul li a:hover {
    color:#000;
}

.overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.7);
    z-index:999;
    display:none;
}

.modal-dialog {
    margin-top:200px;
}

.enquiryProList {
    text-align:center;
    list-style-type:none;
    padding:0;
    margin:0;
}

.enquiryProList li {
    width:100%;
    float:left;
    margin:5px 0px;
    position:relative;
    border:1px solid #EEEEEE;
    background-color:#ffffff;
    border-radius:4px;
}

.enquiryProList img {
    width:60px;
    height:60px;
    float:left;
    margin:10px 10px 10px 12px;
}

.enquiryLiDel {
    float:right;
    z-index:10;
    margin-top:12px;
    margin-right:12px;
    background-color:#eeeeee;
    border-radius:50%;
    color:#999999;
    width:7%;
    height:24px;
    line-height:24px;
}

.enquiryLiDel:hover {
    color:red;
    background-color:#ffcbcb;
}

.enquiryProName {
    width:60%;
    display:block;
    margin-top:12px;
    float:left;
    color:#666666;
    text-align:left;
    word-wrap:break-word;
    word-break:normal;
    line-height:1.5;
    font-size:16px;
}

.enquiryNoProText {
    font-size:18px;
    color:#999999;
    text-align:center;
    padding-top:30px
}

.enquiryNonePorduct {
    display:none;
    position:absolute;
    top:15%;
    left:50%;
    transform:translate(-50%)
}

.error-message {
    color:red;
}

.article-meta {
    color:#777;
    margin-bottom:10px;
}

.article-content {
    line-height:1.6;
}

.article-content img {
    display:block;
    max-width:100%;
    height:auto
}

.article-content a {
    color:#003087;
}

.hot-news-list li {
    margin-bottom:5px;
    height:42px;
    line-height:42px;
    border-bottom:1px dashed #ddd;
    overflow:hidden;
}

.hot-news-list a {
    color:#333;
    text-decoration:none;
}

.pagination {
    display:inline-block;
    padding-left:0;
    margin:20px 0 0;
    border-radius:4px;
}

.pagination > li {
    display:inline;
}

.pagination > li > a, .pagination > li > span {
    position:relative;
    float:left;
    padding:6px 12px;
    line-height:1.42857;
    text-decoration:none;
    color:#222;
    background-color:#fff;
    border:1px solid #ddd;
    margin-left:-1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left:0;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius:4px;
    border-top-right-radius:4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index:2;
    color:#23527c;
    background-color:#eee;
    border-color:#ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index:3;
    color:#fff;
    background-color:#f10215;
    border-color:#f10215;
    cursor:default;
}

.info {
    display:inline-block !important;
    max-width:200px;
    padding:3px 8px;
    text-align:center;
    text-decoration:none;
    background-color:#000;
    position:absolute;
    top:-100%;
    left:50%;
    transform:translateX(-50%);
    border-radius:5px;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
    z-index:999;
    white-space:nowrap;
    font-size:14px;
}

.info::after {
    border-color:transparent transparent transparent #000;
    content:"";
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    margin-top:-5px;
    border-width:5px;
    border-style:solid;
}

@media screen and (max-width:1000px) {
    .product-details .btn-mydiy1 {
        width:100%;
    }
}

.article-content table {
    width:100%;
    border-collapse:collapse;
    line-height:24px;
    border:1px solid #dedede;
    color:#6f6f7c;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.article-content table tr td {
    padding:5px 3px;
    border:1px solid #dedede;
}

.article-content table tr td:first-child {
    border:1px solid #dedede;
}

@media screen and (max-width:1000px) {
    .article-content table {
        width:100%;
        overflow:scroll;
    }
}

.kf122 dd {
    position:relative;
    float:left;
    width:80px;
    height:80px;
    background:#5759A7;
    margin-top:2px;
    border-radius:5px;
    color:#fff;
    font-size:14px;
    line-height:21px;
    text-align:center;
    cursor:pointer;
    transition:all .5s;
}

.kf122 dd span {
    display:block;
    color:#fff;
}

.kf122 dd.code122 .box122, .kf122 dd.t122 .box122 {
    position:absolute;
    top:0;
    width:140px;
    right:-172px;
    height:140px;
    margin-right:10px;
    border-radius:5px;
    background:#ff9e05;
    opacity:0;
    transition:all .5s;
}

.kf122 dd:hover {
    background:#ff9e05;
}

.kf122 dd.code122 .box122:after, .kf122 dd.t122 .box122:after {
    display:block;
    content:" ";
    border-style:solid dashed dashed dashed;
    border-color:transparent transparent transparent #ff9e05;
    border-width:9px;
    width:0;
    height:0;
    position:absolute;
    top:30px;
    right:-18px;
    margin-left:-12px;
}

.kf122 {
    position:fixed;
    top:50%;
    right:1%;
    margin-top:-163px;
    z-index:100;
    width:80px;
}

.kf122 dd:first-child {
    margin-top:0;
}

.kf122 dd i {
    width:100%;
    height:30px;
    display:block;
    margin-top:13px;
    background:url(../images/kf.png) no-repeat center 0;
}

.kf122 dd.qq122 i {
    background-position-y:0;
}

.kf122 dd.t122 i {
    background-position-y:0;
}

.kf122 dd.code122 i {
    background-position-y:-60px;
}

.kf122 dd.top122 i {
    background-position-y:-90px;
}

.kf122 dd.code122 .box122 img, .kf122 dd.t122 .box122 img {
    width:140px;
    height:140px;
    padding:11px;
}

.kf122 dd.code122:hover .box122, .kf122 dd.t122:hover .box122 {
    opacity:1;
    right:80px;
}