@charset "UTF-8";
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
            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: transparent;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "RobotoSlab-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    text-align: left;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 400;
}

dd {
    margin-bottom: 0;
    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: #333;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
    color: #f6ae01;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, 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:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #666;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    font-weight: 400;
}

label {
    display: inline-block;
}

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;
    outline: none;
}

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"] {
    -webkit-box-sizing: border-box;
            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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 40px;
}

h2,
.h2 {
    font-size: 28px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: "0/0" a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

.text-nowrap {
    white-space: nowrap;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.maxwidth {
    width: 1200px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
            box-shadow: 0 0 0 1000px white inset !important;
}

@font-face {
    font-family: "RobotoSlab-Regular";
    src: url("./fonts/ROBOTOSLAB-REGULAR.TTF");
    font-style: normal;
    font-weight: normal;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

header .header-top {
    border-bottom: 1px solid #5d5957;
}

header .header-top > .maxwidth::after {
    content: '';
    clear: both;
    display: block;
}

header .header-top .language {
    position: relative;
    padding: 12px 0;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
}

header .header-top .language img {
    max-width: 20px;
    margin-right: 3px;
}

header .header-top .language i {
    margin-left: 5px;
}

header .header-top .language ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 8rem;
    padding: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px #ccc;
            box-shadow: 0 0 4px #ccc;
}

header .header-top .language ul a {
    display: block;
    padding: 3px 0;
    text-transform: uppercase;
}

header .header-top .index-contact {
    padding: 15px 0;
}

header .header-top .index-contact::after {
    content: '';
    clear: both;
    display: block;
}

header .header-top .index-contact li {
    float: left;
    margin-left: 15px;
    color: #fff;
    font-size: 12px;
}

header .header-top .index-contact li a {
    color: #fff;
}

header .header-top .index-contact li a:hover {
    color: #f6ae01;
}

header .header-top .index-contact i {
    margin-right: 3px;
}

header .header-middle {
    padding: 15px 0;
}

header .header-middle > .maxwidth::after {
    content: '';
    clear: both;
    display: block;
}

header .header-middle .logo img {
    max-width: 100%;
}

header .header-middle .index-nav-item {
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 30px;
}

header .header-middle .index-nav-item > a {
    display: block;
    padding: 20px 0 10px;
    color: #fff;
    border-bottom: 2px solid transparent;
}

header .header-middle .index-nav-item.on > a {
    color: #f6ae01;
    border-color: #f6ae01;
}

header .header-middle .index-nav-item:hover > a {
    color: #f6ae01;
    border-color: #f6ae01;
}

header .header-middle .index-nav-item:hover .sub-nav {
    opacity: 1;
    visibility: visible;
}

header .header-middle .sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    word-break: break-all;
    width: 300px;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

header .header-middle .sub-nav .sub-nav-item {
    line-height: 200%;
}

header .header-middle .sub-nav a {
    color: #fff;
    display: block;
    font-size: 0.875rem;
    text-transform: none;
    /* overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; */
}

header .header-middle .sub-nav a:hover {
    color: #f6ae01;
}

header .header-middle .sub-nav span {
    margin-right: 10px;
}

header .header-middle .header-search {
    position: relative;
    padding: 18px 0;
}

header .header-middle .header-search a {
    font-weight: lighter;
    color: #f6ae01;
}

header .header-middle .header-search .drop-search {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
    padding: 0;
    background: #fff;
    z-index: 99;
}

header .header-middle .header-search .index-search {
    position: relative;
}

header .header-middle .header-search .index-search input {
    min-width: inherit;
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
}

header .header-middle .header-search .index-search button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #f6ae01;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
}

header .header-middle .header-search .index-search button i {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

header .mobile-header {
    display: none;
}

.newsletter {
    padding-bottom: 100px;
    text-align: center;
}

.newsletter .newsletter-title {
    font-size: 2.25rem;
    color: #434343;
    margin-bottom: 20px;
}

.newsletter .newsletter-info {
    font-size: 0.875rem;
    color: #999;
    line-height: 150%;
    margin-bottom: 40px;
}

.newsletter .newsletter-form {
    width: 700px;
    margin: auto;
}

.newsletter .newsletter-form .newsletter-mail {
    width: 100%;
}

.newsletter .newsletter-form .newsletter-mail::after {
    content: '';
    clear: both;
    display: block;
}

.newsletter .newsletter-form .newsletter-mail input {
    float: left;
    width: 82%;
    height: 50px;
    border: 1px solid #eee;
    background: #fff;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}

.newsletter .newsletter-form .newsletter-mail button {
    width: 18%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: 1px solid #f6ae01;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f6ae01;
}

.newsletter .newsletter-form .newsletter-mail button:hover {
    background: #fff;
    color: #f6ae01;
}

footer .footer-top {
    margin-bottom: 55px;
    text-align: center;
}

footer .footer-logo {
    margin-bottom: 40px;
}

footer .footer-logo a {
    display: inline-block;
}

footer .footer-logo img {
    max-width: 100%;
}

footer .footer-item {
    display: inline-block;
    margin-right: 30px;
}

footer .footer-item:nth-last-of-type(1) {
    margin-right: 0;
}

footer .footer-item a {
    color: #777;
}

footer .footer-item a:hover {
    color: #f6ae01;
}

footer .footer-bottom {
    background: #f6f6f6;
    padding: 20px 0;
}

footer .footer-bottom .copyright {
    font-size: 0.875rem;
    color: #999;
}

footer .footer-share-item {
    display: inline-block;
    margin-right: 30px;
}

footer .footer-share-item:nth-last-of-type(1) {
    margin-right: 0;
}

footer .footer-share-item a {
    color: #999;
}

footer .footer-share-item a:hover {
    color: #f6ae01;
}

.c-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.c-pagination-item {
    display: block;
    font-size: 14px;
    margin-right: 8px;
    background: #f6f6f6;
    border-radius: 2px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.c-pagination-item a {
    display: block;
    color: #222;
    padding: 10px 14px;
}

.c-pagination-item.disabled {
    cursor: not-allowed;
}

.c-pagination-item:last-of-type {
    margin-left: 0;
}

.c-pagination-item:not(.disabled):hover, .c-pagination-item.active {
    background-color: #f6ae01;
}

.c-pagination-item:not(.disabled):hover a, .c-pagination-item.active a {
    color: #fff;
}

.banner .swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.banner img {
    max-width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #fff;
    opacity: 1;
    border: 4px solid transparent;
    vertical-align: middle;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
    border: 4px solid #f6ae01;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.index-product {
    width: 23.2%;
    float: left;
    height: 406px;
    background: #f4f4f4;
    border: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 2.4%;
    margin-bottom: 30px;
    padding: 70px 20px 60px;
    cursor: pointer;
    position: relative;
}

.index-product:nth-of-type(4n) {
    margin-right: 0;
}

.index-product:hover .index-product-hover {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.index-product:active .index-product-hover {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.index-product .index-product-show-title {
    font-size: 1.5rem;
    color: #f6ae01;
    margin-bottom: 40px;
    text-align: center;
}

.index-product .index-product-show-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 228px;
    height: 202px;
    overflow: hidden;
}

.index-product .index-product-show-img img {
    width: 228px;
    vertical-align: middle;
    width: expression(this.width > 228 && this.width > this.height ? "228px":true);
    max-width: 100%;
    vertical-align: middle;
}

.index-product .index-product-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f6ae01;
    padding: 70px 20px 60px;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.index-product .index-product-title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 35px;
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.index-product .index-product-title a {
    color: #fff;
}

.index-product .index-product-info {
    position: relative;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    /* margin-bottom: 10px; */
    margin-bottom: 40px;
}

/* .index-product .index-product-info::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 34px;
    height: 2px;
    background: #fff;
} */

/* .index-product .index-product-attribute {
    margin-bottom: 40px;
} */

.index-product .index-product-more a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    background: #f6ae01;
    border: 1px solid #fff;
    border-radius: 4px;
}

.index-product .index-product-more a:hover {
    background: #fff;
    color: #f6ae01;
}

.index-page1 {
    padding: 60px 0 90px;
}

.index-page1 .index-page1-title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.index-page1 .index-page1-title span {
    font-size: 2.5rem;
    color: #f6ae01;
}

.index-page1 .index-page1-search {
    width: 74%;
    margin: auto;
}

.index-page1 .index-page1-search::after {
    content: '';
    clear: both;
    display: block;
}

.index-page1 .index-page1-search input {
    float: left;
    width: 91%;
    height: 55px;
    line-height: 55px;
    background: #ececee;
    border: 1px solid #cecece;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1rem;
    outline: none;
}

.index-page1 .index-page1-search button {
    float: left;
    width: 9%;
    text-align: center;
    height: 55px;
    background: #f6ae01;
    border: 1px solid #f6ae01;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.index-page1 .index-page1-search button:hover {
    background: #fff;
    color: #f6ae01;
}

.index-page1 .index-page1-search button i {
    line-height: 55px;
}

.index-page1 .index-page1-list {
    margin-top: 60px;
}

.index-page1 .index-page1-list::after {
    content: '';
    clear: both;
    display: block;
}

.index-page1 .index-page1-list .index-page1-item {
    float: left;
    width: 22%;
    margin-right: 4%;
    text-align: center;
}

.index-page1 .index-page1-list .index-page1-item:nth-last-of-type(1) {
    margin-right: 0;
}

.index-page1 .index-page1-list .index-page1-img {
    min-height: 72px;
    margin-bottom: 25px;
}

.index-page1 .index-page1-list .index-page1-img img {
    max-width: 100%;
    max-height: 100%;
}

.index-page1 .index-page1-list .index-page1-text-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.index-page1 .index-page1-list .index-page1-text-info {
    font-size: 0.875rem;
    color: #333;
    line-height: 180%;
}

.index-page2 {
    background: #f4f4f4;
    padding: 80px 0 95px;
    margin-bottom: 100px;
}

.index-page2 .maxwidth::after {
    content: '';
    clear: both;
    display: block;
}

.index-page2 .index-page2-block {
    float: left;
    width: 48.8%;
    height: 406px;
    background: #fff;
    border: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 2.4%;
    margin-bottom: 30px;
    padding: 9% 8% 8%;
    text-align: center;
}

.index-page2 .index-page2-block .index-page2-title {
    position: relative;
    font-size: 2.25rem;
    font-weight: bold;
    color: #f6ae01;
    margin-bottom: 50px;
}

.index-page2 .index-page2-block .index-page2-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 70px;
    height: 4px;
    background: #eee;
}

.index-page2 .index-page2-block .index-page2-info {
    font-size: 1.125rem;
    font-weight: lighter;
    color: #333;
    margin-bottom: 35px;
}

.index-page2 .index-page2-block .index-page2-more a {
    font-size: 0.875rem;
    font-weight: lighter;
    display: inline-block;
    padding: 10px 20px;
    background: #f6ae01;
    border: 1px solid #f6ae01;
    color: #fff;
}

.index-page2 .index-page2-block .index-page2-more a:hover {
    background: #fff;
    color: #f6ae01;
}

.index-page2 .index-product {
    background: #fff;
}

.index-page2 .index-product:nth-of-type(3) {
    margin-right: 0;
}

.index-page2 .index-product:nth-of-type(4n) {
    margin-right: 2.4%;
}

.index-page2 .index-product:nth-of-type(7n),
.index-page2 .index-product:nth-of-type(11n) {
    margin-right: 0;
}

.index-page3 {
    position: relative;
    height: 100%;
    text-align: center;
}

.index-page3 img {
    max-width: 100%;
}

.index-page3 .index-page3-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 63.8%;
}

.index-page3 .index-page3-content::after {
    content: '';
    clear: both;
    display: block;
}

.index-page3 .index-page3-left {
    position: relative;
    font-size: 2.25rem;
    font-weight: bold;
    color: #fff;
    width: 25%;
    text-align: left;
}

.index-page3 .index-page3-left::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -26px;
    display: block;
    width: 125px;
    height: 6px;
    background: #f6ae01;
}

.index-page3 .index-page3-right {
    width: 75%;
    height: 100%;
}

.index-page3 .index-page3-right .index-page3-swiper {
    width: 100%;
    height: 80%;
}

.index-page3 .index-page3-right .swiper-slide {
    color: #ddd;
    line-height: 150%;
    height: auto;
    padding-right: 20px;
}

.index-page3 .index-page3-right .swiper-scrollbar {
    background: #6a6a6a;
}

.index-page3 .index-page3-right .swiper-scrollbar-drag {
    background: #f6ae01;
}

.index-page3 .index-page3-right .index-page3-more a {
    display: inline-block;
    margin-top: 2rem;
    padding: 10px 20px;
    border: 1px solid #f6ae01;
    background: #f6ae01;
    color: #fff;
    border-radius: 4px;
}

.index-page3 .index-page3-right .index-page3-more a:hover {
    background: #fff;
    color: #f6ae01;
}

.index-page4 {
    padding: 100px 0;
    position: relative;
}

.index-page4 .index-page4-title {
    position: relative;
    font-size: 2.25rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 64px;
}

.index-page4 .index-page4-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -26px;
    display: block;
    width: 125px;
    height: 6px;
    background: #f6ae01;
}

.index-page4 .new-product-swiper {
    position: static;
}

.index-page4 .swiper-button-next,
.index-page4 .swiper-button-prev {
    background: none;
    width: 30px;
    height: 30px;
    margin-top: 0;
    top: 150px;
}

.index-page4 .swiper-button-next.swiper-button-disabled,
.index-page4 .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.index-page4 .swiper-button-next {
    right: 0;
    background: url(../Images/right1.png) no-repeat center;
}

.index-page4 .swiper-button-next:hover {
    background-image: url(../Images/right2.png);
}

.index-page4 .swiper-button-prev {
    left: auto;
    right: 40px;
    background: url(../Images/left1.png) no-repeat center;
}

.index-page4 .swiper-button-prev:hover {
    background-image: url(../Images/left2.png);
}

.index-page5 {
    position: relative;
    height: 540px;
    margin-bottom: 360px;
    text-align: center;
}

.index-page5 .index-page5-img {
    height: 100%;
    overflow: hidden;
}

.index-page5 .index-page5-img img {
    height: 100%;
}

.index-page5 .index-page5-content {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.index-page5 .index-page5-title {
    position: relative;
    font-size: 2.25rem;
    font-weight: bold;
    color: #fff;
    margin: 90px 0 150px;
    text-align: left;
}

.index-page5 .index-page5-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -26px;
    display: block;
    width: 125px;
    height: 6px;
    background: #f6ae01;
}

.index-page5 .news-swiper {
    background: #fff;
    -webkit-box-shadow: 1px 3px 5px 2px #ccc;
            box-shadow: 1px 3px 5px 2px #ccc;
}

.index-page5 .news-swiper .swiper-slide {
    padding: 75px 50px;
}

.index-page5 .news-swiper-left {
    width: 42%;
    overflow: hidden;
}

.index-page5 .news-swiper-left img {
    max-width: 100%;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.index-page5 .news-swiper-left img:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.index-page5 .news-swiper-right {
    width: 50%;
}

.index-page5 .news-swiper-right .news-swiper-title {
    font-size: 1.125rem;
    line-height: 20px;
    margin: 8px 0 10px;
}

.index-page5 .news-swiper-right .news-swiper-time {
    font-weight: bold;
    color: #f6ae01;
    margin-bottom: 20px;
}

.index-page5 .news-swiper-right .news-swiper-info {
    font-size: 0.875rem;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    margin-bottom: 40px;
}

.index-page5 .news-swiper-right .news-swiper-more a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #f6ae01;
    background: #f6ae01;
    color: #fff;
    font-size: 1.125rem;
    border-radius: 4px;
}

.index-page5 .news-swiper-right .news-swiper-more a:hover {
    background: #fff;
    color: #f6ae01;
}

.index-page5 .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #2f2f2f;
    opacity: 1;
    border: 4px solid transparent;
    vertical-align: middle;
}

.index-page5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
    border: 4px solid #f6ae01;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.inside-banner{ text-align:center;}
.inside-banner img {
    max-width: 100%;
}

.page-position {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
}

.page-position::after {
    content: '';
    clear: both;
    display: block;
}

.page-position li {
    float: left;
    font-size: 12px;
}

.page-position li:nth-last-of-type(1)::after {
    content: '';
}

.page-position li::after {
    content: '>';
    display: inline-block;
    margin: 0 3px;
}

.inside-page {
    padding: 60px 0 90px;
}

.page-left {
    width: 265px;
}

.page-left .category-title {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #333;
    line-height: 1;
    padding: 20px 14px;
    background: #f4f4f4;
}

.page-left .category-nav {
    margin-bottom: 30px;
}

.page-left .category-nav .category-item {
    font-size: 0.875rem;
    padding: 10px;
    border: 1px solid #e7e7e7;
    border-bottom: none;
}

.page-left .category-nav .category-item:nth-last-of-type(1) {
    border-bottom: 1px solid #e7e7e7;
}

.page-left .category-nav .category-item.on > a {
    color: #f6ae01;
}

.page-left .category-nav .category-item a {
    display: inline-block;
    width: 80%;
    line-height: 25px;
}

.page-left .category-nav .category-item i {
    float: left;
    padding: 0 10px;
    line-height: 25px;
    cursor: pointer;
}

.page-left .category-nav ul {
    display: none;
}

.page-left .category-nav ul li {
    border-top: 1px solid #e7e7e7;
    padding: 10px 0 10px 30px;
}

.page-left .category-nav ul li:nth-last-of-type(1) {
    padding-bottom: 0;
}

.page-left .category-nav ul li a {
    color: #666;
}

.page-left .category-nav ul li a:hover {
    color: #f6ae01;
}

.page-left .category-nav ul li.on > a {
    color: #f6ae01;
}

.page-left .page-adv {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

.page-left .page-adv img {
    max-width: 100%;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.page-left .page-adv img:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.page-left .page-product-nav {
    border: 1px solid #e7e7e7;
}

.page-left .page-product-nav .page-product-item {
    padding: 1rem;
}

.page-left .page-product-nav .page-product-item::after {
    content: '';
    clear: both;
    display: block;
}

.page-left .page-product-nav .page-product-img {
    width: 38%;
    overflow: hidden;
}

.page-left .page-product-nav .page-product-img img {
    max-width: 100%;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.page-left .page-product-nav .page-product-img img:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.page-left .page-product-nav .page-product-text {
    width: 50%;
    margin-top: 6%;
}

.page-left .page-product-nav .page-product-title {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.page-left .page-product-nav .page-product-view {
    font-size: 12px;
    text-transform: uppercase;
}

.page-left .page-product-nav .page-product-more {
    padding: 1rem;
}

.page-left .page-product-nav .page-product-more a {
    font-weight: bold;
    line-height: 150%;
    text-decoration: underline;
    color: #666;
}

.page-left .page-product-nav .page-product-more a:hover {
    color: #f6ae01;
}

.page-title {
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.page-info {
    font-size: 12px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.about-page::after {
    content: '';
    clear: both;
    display: block;
}

.about-page .about-page-right {
    width: 875px;
}

.about-page .about-page-content {
    font-size: 0.875rem;
    line-height: 180%;
    color: #777;
}

.about-page .about-page-content img {
    max-width: 100%;
}

.contact-page {
    position: relative;
}

.contact-page .contact-page-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.contact-page .contact-left .contact-page-info {
    font-size: 0.875rem;
    color: #808080;
    line-height: 24px;
    margin-bottom: 1rem;
}

.contact-page .contact-left img {
    max-width: 100%;
    margin-top: 200px;
}

.contact-page .contact-left .contact-page-info,
.contact-page .contact-left .contact-text {
    width: 47.5%;
}

.contact-page .contact-left .contact-item {
    margin-bottom: 20px;
}

.contact-page .contact-left .contact-item .contact-item-left {
    width: 36px;
    height: 36px;
    background: #434343;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
}

.contact-page .contact-left .contact-item .contact-item-left i {
    line-height: 36px;
    color: #fff;
}

.contact-page .contact-left .contact-item .contact-item-name {
    color: #808080;
    margin-bottom: 10px;
}

.contact-page .contact-left .contact-item .contact-item-info {
    font-size: 1.125rem;
    color: #222;
}

.contact-page .contact-left .contact-item .contact-item-info a {
    color: #222;
}

.contact-page .contact-left .contact-item .contact-item-info a:hover {
    color: #f6ae01;
}

.contact-page .contact-right {
    position: absolute;
    right: 0;
    top: 124px;
    width: 43.8%;
}

.contact-page .contact-right form > div {
    margin-bottom: 20px;
}

.contact-page .contact-right form > div p {
    margin-bottom: 5px;
    color: #333;
}

.contact-page .contact-right input,
.contact-page .contact-right textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #f3f3f3;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.contact-page .contact-right .contact-msg-con {
    height: 80px;
    padding: 10px;
}

.contact-page .contact-right .contact-btn button {
    height: 40px;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 1.125rem;
    border: none;
    outline: none;
    background: #333;
    color: #fff;
    cursor: pointer;
}

.contact-page .contact-right .contact-btn button:hover {
    background: #f6ae01;
}

.download-page .download-item {
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}

.download-page .download-item::after {
    content: '';
    clear: both;
    display: block;
}

.download-page .download-item .download-left {
    width: 80%;
}

.download-page .download-item .download-left::after {
    content: '';
    clear: both;
    display: block;
}

.download-page .download-item .download-img {
    width: 40px;
    margin-right: 25px;
}

.download-page .download-item .download-img img {
    max-width: 100%;
}

.download-page .download-item .download-text {
    max-width: calc(100% - 65px);
}

.download-page .download-item .download-title {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

.download-page .download-item .download-right a {
    display: block;
    padding: 12px 24px;
    font-size: 0.875rem;
    background: #333;
    color: #fff;
}

.download-page .download-item .download-right a:hover {
    background: #f6ae01;
}

.download-sheet {
    display: none;
    position: fixed;
    width: 666px;
    max-width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    -webkit-box-shadow: 0 0 7px #404040;
            box-shadow: 0 0 7px #404040;
    z-index: 90;
}

.download-sheet .download-close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    padding: 3px 10px;
}

.download-sheet .download-sheet-title {
    border-bottom: 1px solid #333;
    padding: 10px 20px;
    color: #333;
}

.download-sheet .download-sheet-form {
    padding: 15px 20px;
    background: #fff;
}

.download-sheet .download-sheet-form .download-sheet-info {
    line-height: 180%;
    color: #666;
    margin-bottom: 5px;
}

.download-sheet .download-form > div {
    margin-bottom: 20px;
}

.download-sheet .download-form > div:nth-last-of-type(1) {
    margin-bottom: 0;
}

.download-sheet .download-form .download-form-title {
    margin-bottom: 10px;
    color: #f6ae01;
    font-weight: bold;
}

.download-sheet .download-form .download-bt {
    margin-bottom: 5px;
    color: #222;
    font-weight: bold;
}

.download-sheet .download-form input {
    width: 50%;
    padding: 5px 10px;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    border-radius: 4px;
}

.download-sheet .download-form button {
    padding: 8px 25px;
    background: #f6ae01;
    color: #fff;
    border: 1px solid #f6ae01;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.download-sheet .download-form button:hover {
    background: #fff;
    color: #f6ae01;
}

.news-page .page-title {
    margin-bottom: 40px;
}

.news-page .news-page-list::after {
    content: '';
    clear: both;
    display: block;
}

.news-page .news-page-list .news-page-item {
    float: left;
    width: 48%;
    height: 575px;
    margin-right: 4%;
    margin-bottom: 4%;
}

.news-page .news-page-list .news-page-item:nth-of-type(2n) {
    margin-right: 0;
}

.news-page .news-page-list .news-page-img {
    overflow: hidden;
    text-align: center;
}

.news-page .news-page-list .news-page-img img {
    max-width: 100%;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.news-page .news-page-list .news-page-img img:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.news-page .news-page-list .news-page-text {
    padding: 10px;
}

.news-page .news-page-list .news-page-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
}

.news-page .news-page-list .news-page-title {
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.news-page .news-page-list .news-page-title a {
    color: #434343;
}

.news-page .news-page-list .news-page-title a:hover {
    color: #f6ae01;
}

.news-page .news-page-list .news-page-info {
    font-size: 0.875rem;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-page .news-page-list .news-page-more a {
    text-transform: uppercase;
    display: inline-block;
    font-size: 0.875rem;
}

.news-page .news-page-list .news-page-more a:hover::after {
    content: '→';
    display: inline-block;
    margin-left: 5px;
    line-height: 0.875rem;
    color: #f6ae01;
}

.news-detail-page .news-detail-title {
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 20px;
    text-align: center;
    word-break: break-all;
}

.news-detail-page .news-detail-date {
    font-size: 0.875rem;
    text-align: center;
    color: #ccc;
    margin-bottom: 24px;
}

.news-detail-page .news-detail-date i {
    margin-right: 5px;
}

.news-detail-page .news-detail-text {
    line-height: 180%;
    margin-bottom: 40px;
    color: #777;
    font-size: 0.875rem;
}

.news-detail-page .news-detail-text img {
    max-width: 100%;
}

.news-detail-page .news-detail-share {
    font-size: 1.125rem;
    color: #333;
    text-align: right;
}

.news-detail-page .news-detail-navigation {
    margin-top: 20px;
}

.news-detail-page .news-detail-navigation div {
    color: #222;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 26px;
}

.news-detail-page .news-detail-navigation>div::after{
    content: '';
    clear: both;
    display: block;
}

.news-detail-page .news-detail-navigation div .news-detail-label{
    float: left;
}

.news-detail-page .news-detail-navigation div a {
    display: block;
    color: #222;
    height: 26px;
    line-height: 26px;
    float: left;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-detail-page .news-detail-navigation div a:hover {
    color: #f6ae01;
}

.products-page::after {
    content: '';
    clear: both;
    display: block;
}

.products-page .products-page-right {
    width: 875px;
}

.products-page .products-page-info {
    font-size: 0.875rem;
    font-weight: lighter;
    color: #777;
    line-height: 180%;
    margin-bottom: 50px;
}

.products-page .products-list::after {
    content: '';
    clear: both;
    display: block;
}

.products-page .products-list .products-item {
    width: 31.2%;
    margin-right: 3.2%;
}

.products-page .products-list .products-item:nth-of-type(4n) {
    margin-right: 3.2%;
}

.products-page .products-list .products-item:nth-of-type(3n) {
    margin-right: 0;
}

.products-page .c-pagination {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.product-detail-page1::after {
    content: '';
    clear: both;
    display: block;
}

.product-detail-page1 #container {
    position: relative;
}

.product-detail-page1 .pro_det_Img {
    width: 50%;
    padding-right: 15px;
    position: relative;
}

.product-detail-page1 .pro_det_Img img {
    max-width: 100%;
    vertical-align: middle;
}

.product-detail-page1 .pro_det_Img .pro_det_bigImg,
.product-detail-page1 .pro_det_Img .sp_pic {
    width: 100%;
}

.product-detail-page1 .pro_det_Img .pro_det_bigImg {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.product-detail-page1 .pro_det_Img .sp_pic {
    position: relative;
    height: 100px;
}

.product-detail-page1 .pro_det_Img .tp_ti {
    width: 80%;
    position: absolute;
    left: 10%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.product-detail-page1 .pro_det_Img .button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.product-detail-page1 .pro_det_Img .button-next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.product-detail-page1 .pro_det_Img .wrapper {
    position: relative;
    left: 0;
}

.product-detail-page1 .pro_det_Img .slide {
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 100px;
    margin-right: 20px;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.product-detail-page1 .pro_det_Img .slide.on {
    border-color: #f6ae01;
}

.product-detail-page1 .pro_det_Img .mask {
    display: none;
    position: absolute;
    background: rgba(50, 111, 196, 0.8);
    cursor: move;
}

.product-detail-page1 .pro_det_Img .rightView {
    position: absolute;
    left: 580px;
    top: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
    display: none;
}

.product-detail-page1 .pro_det_Img .bigImg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
}

.product-detail-page1 .pro_det_Img .smallImg {
    max-height: 100%;
    max-width: 100%;
}

.product-detail-page1 .products_detail_xx {
    width: 50%;
    padding-left: 15px;
}

.product-detail-page1 .product-detail-name {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 25px;
}

.product-detail-page1 .product-detail-type {
    color: #333;
    margin-bottom: 14px;
}

.product-detail-page1 .product-detail-type span {
    color: #f6ae01;
}

.product-detail-page1 .product-detail-info {
    font-size: 0.875rem;
    color: #777;
    line-height: 180%;
    margin-bottom: 20px;
}

.product-detail-page1 .product-detail-feature {
    font-size: 0.875rem;
    color: #777;
    margin-bottom: 30px;
}

.product-detail-page1 .product-detail-feature li {
    margin-bottom: 15px;
}

.product-detail-page1 .product-detail-feature li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.product-detail-page1 .product-detail-btn a {
    display: inline-block;
    font-size: 0.875rem;
    padding: 10px 13px;
    color: #fff;
    background: #f6ae01;
    margin-bottom: 20px;
    margin-right: 10px;
}

.product-detail-page1 .product-detail-btn a:hover {
    background: #000;
}

.product-detail-page1 .product-detail-btn .buy-btn {
    background: #000;
}

.product-detail-page1 .product-detail-btn .buy-btn:hover {
    background: #f6ae01;
}

.product-detail-page2 {
    margin-top: 70px;
}

.product-detail-page2 .tab-switch-small-list {
    margin-bottom: 50px;
    text-align: center;
}

.product-detail-page2 .tab-switch-small-list .tab-switch-small {
    display: inline-block;
    padding: 17px 30px;
    border: 1px solid #333;
    background: #fff;
    cursor: pointer;
}

.product-detail-page2 .tab-switch-small-list .tab-switch-small.tab-switch-small-active {
    background: #333;
    color: #fff;
}

.product-detail-page2 .tab-switch-big {
    display: none;
}

.product-detail-page2 .tab-switch-big.tab-switch-big-active {
    display: block;
}

.product-detail-page2 .tab-switch-big .product-detail-description {
    line-height: 180%;
    color: #777;
}

.product-detail-page2 .tab-switch-big .inquiry-from div {
    margin-bottom: 20px;
}

.product-detail-page2 .tab-switch-big .inquiry-from div img {
    max-width: 100%;
}

.product-detail-page2 .tab-switch-big .inquiry-from input {
    width: 32%;
    height: 50px;
    padding: 0 20px;
    margin-right: 1.2%;
    outline: none;
    border: 1px solid #eee;
}

.product-detail-page2 .tab-switch-big .inquiry-from input.inquiry-phone {
    margin-right: 0;
}

.product-detail-page2 .tab-switch-big .inquiry-from textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    border: 1px solid #eee;
}

.product-detail-page2 .tab-switch-big .inquiry-from button {
    width: 190px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    outline: none;
}

.product-detail-page2 .tab-switch-big .inquiry-from button:hover {
    color: #333;
    background: #fff;
}

.product-detail-page3 {
    margin-top: 70px;
    position: relative;
}

.product-detail-page3 .product-detail-page3-title {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 60px;
}

.product-detail-page3 .product-detail-page3-title span {
    display: inline-block;
    padding: 15px 40px;
    background: #333;
}

.product-detail-page3 .related-product-swiper {
    position: static;
}

.product-detail-page3 .swiper-button-next,
.product-detail-page3 .swiper-button-prev {
    background: none;
    width: 30px;
    height: 30px;
    margin-top: 0;
    top: 30px;
}

.product-detail-page3 .swiper-button-next.swiper-button-disabled,
.product-detail-page3 .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.product-detail-page3 .swiper-button-next {
    right: 0;
    background: url(../Images/right1.png) no-repeat center;
}

.product-detail-page3 .swiper-button-next:hover {
    background-image: url(../Images/right2.png);
}

.product-detail-page3 .swiper-button-prev {
    left: auto;
    right: 40px;
    background: url(../Images/left1.png) no-repeat center;
}

.product-detail-page3 .swiper-button-prev:hover {
    background-image: url(../Images/left2.png);
}

@media (max-width: 1200px) {
    .maxwidth {
        width: 1024px;
    }
    header .header-middle .logo {
        max-width: 150px;
        padding: 15px 0;
    }
    .index-product {
        height: 387px;
    }
    .index-product .index-product-show-img {
        width: 195px;
        height: 187px;
    }
    .index-product .index-product-show-img img {
        width: 195px;
    }
    .index-page2 .index-page2-block{
        height: 387px;
    }
    .products-page .products-page-right {
        width: 730px;
    }
    .about-page .about-page-right {
        width: 730px;
    }
    .product-detail-page1 .pro_det_Img .rightView {
        left: 500px;
    }
    .product-detail-page1 .pro_det_Img .sp_pic {
        height: 90px;
    }
    .product-detail-page1 .pro_det_Img .slide {
        width: 90px;
        height: 90px;
        line-height: 90px;
        margin-right: 12px;
    }
    .news-page .news-page-list .news-page-item {
        height: 518px;
    }
}

@media (max-width: 1024px) {
    .maxwidth {
        width: 960px;
    }
    header{
        position: relative;
        background: rgba(0, 0, 0, 0.8);
    }
    header .header-middle {
        display: none;
    }
    header .mobile-header {
        display: block;
        padding: 10px 0;
    }
    header .mobile-header .mobile-left{
        max-width: 50%;
    }
    header .mobile-header .mobile-left img{
        max-width: 100%;
    }
    header .mobile-header .maxwidth::after {
        content: '';
        clear: both;
        display: block;
    }
    header .mobile-header .mobile-right {
        padding: 20px 0;
    }
    header .mobile-header .menu-icon {
        position: relative;
        margin-right: 10px;
        width: 25px;
        text-align: center;
    }
    header .mobile-header .menu-icon > a {
        color: #fff;
    }
    header .mobile-header .menu-icon .mobile-nav {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        width: 250px;
        background: #fff;
        border: 1px solid #e1e1e1;
        z-index: 999;
    }
    header .mobile-header .menu-icon .mobile-item {
        padding: 0.5rem;
        border-bottom: 1px solid #e1e1e1;
        text-align: left;
    }
    header .mobile-header .menu-icon .mobile-item:nth-last-of-type(1) {
        border: none;
    }
    header .mobile-header .menu-icon .mobile-item i {
        float: right;
        padding-left: 20px;
        cursor: pointer;
    }
    header .mobile-header .menu-icon .mobile-item ul {
        display: none;
    }
    header .mobile-header .menu-icon .mobile-item ul > li {
        padding: 0.5rem;
        border-bottom: 1px solid #e1e1e1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    header .mobile-header .menu-icon .mobile-item ul > li a{
        display: inline-block;
        max-width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    header .mobile-header .menu-icon .mobile-item ul > li a span{
        display: none;
    }
    header .mobile-header .menu-icon .mobile-item ul > li:nth-last-of-type(1) {
        border: none;
    }
    header .mobile-header .mobile-search {
        position: relative;
    }
    header .mobile-header .mobile-search a {
        color: #fff;
    }
    header .mobile-header .mobile-search a:hover {
        color: #f6ae01;
    }
    header .mobile-header .mobile-search .mobile-drop-search {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 300px;
        padding: 0;
        background: #fff;
        z-index: 99;
    }
    header .mobile-header .mobile-search .mobile-index-search {
        position: relative;
    }
    header .mobile-header .mobile-search .mobile-index-search input {
        min-width: inherit;
        width: 100%;
        height: 40px;
        padding: 10px;
        border: 1px solid #ddd;
    }
    header .mobile-header .mobile-search .mobile-index-search button {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        background: #f6ae01;
        color: #fff;
        cursor: pointer;
        border: none;
        outline: none;
    }
    header .mobile-header .mobile-search .mobile-index-search button i {
        font-size: 18px;
        line-height: 40px;
        color: #fff;
    }
    .index-page2 .index-page2-block {
        height: 370px;
    }
    .index-product {
        height: 370px;
    }
    .index-product .index-product-show-img {
        width: 180px;
        height: 171px;
    }
    .index-product .index-product-show-img img {
        width: 171px;
    }
    .page-left {
        display: none;
    }
    .products-page .products-page-right {
        width: 100%;
    }
    .products-page .index-product .index-product-show-img {
        width: 257px;
    }
    .product-detail-page1 .pro_det_Img .rightView {
        left: 460px;
    }
    .product-detail-page1 .pro_det_Img .sp_pic {
        height: 85px;
    }
    .product-detail-page1 .pro_det_Img .slide {
        width: 85px;
        height: 85px;
        line-height: 85px;
        margin-right: 10px;
    }
    .about-page .about-page-right {
        width: 100%;
    }
    .news-page .news-page-list .news-page-item {
        height: 498px;
    }
}

@media (max-width: 960px) {
    .maxwidth {
        width: 768px;
    }
    .inside-page {
        padding: 60px 0;
    }
    .index-product {
        height: 330px;
    }
    .index-product .index-product-show-img {
        width: 136px;
        height: 130px;
    }
    .index-product .index-product-show-img img {
        width: 136px;
    }
    .index-product .index-product-more a{
        padding: 13px;
    }
    .index-page2 .index-page2-block{
        height: 330px;
    }
    .index-page3 .index-page3-right {
        width: 70%;
    }
    .product-detail-page1 .pro_det_Img {
        width: 100%;
        padding-right: 0;
    }
    .product-detail-page1 .products_detail_xx {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .product-detail-page1 .pro_det_Img .sp_pic {
        height: 90px;
    }
    .product-detail-page1 .pro_det_Img .slide {
        width: 90px;
        height: 90px;
        line-height: 90px;
        margin-right: 13px;
    }
    .product-detail-page2,
    .product-detail-page3 {
        margin-top: 60px;
    }
    .news-page .news-page-list .news-page-item {
        height: 436px;
    }
    .contact-page .contact-left .contact-page-info,
    .contact-page .contact-left .contact-text {
        width: 100%;
    }
    .contact-page .contact-left .contact-img {
        width: 100%;
    }
    .contact-page .contact-left .contact-img img {
        margin-top: 0;
    }
    .contact-page .contact-left .contact-text {
        width: 100%;
        margin-top: 20px;
    }
    .contact-page .contact-right {
        position: relative;
        width: 100%;
        margin-top: 20px;
        min-height: auto;
        top: 0;
    }
}

@media (max-width: 768px) {
    .maxwidth {
        width: 98%;
    }
    .index-product {
        width: 48%;
        margin-right: 4%;
        height: 395px;
    }
    .index-product:nth-of-type(2n) {
        margin-right: 0;
    }
    .index-product .index-product-show-img {
        width: 287px;
        height: 196px;
    }
    .index-product .index-product-show-img img {
        width: 204px;
    }
    .index-page2 {
        margin-bottom: 0;
    }
    .index-page2 .index-page2-block {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .index-page2 .index-product:nth-of-type(2n) {
        margin-right: 4%;
    }
    .index-page2 .index-product:nth-of-type(2n+1) {
        margin-right: 0;
    }
    .news-page .news-page-list .news-page-item {
        height: 431px;
    }
    .product-detail-page1 .pro_det_Img .slide {
        margin-right: 12px;
    }
}

@media (max-width: 700px) {
    .page-position{
        display: none;
    }
    .index-product {
        height: 395px;
    }
    .index-product .index-product-show-img {
        width: 287px;
        height: 196px;
    }
    .index-product .index-product-show-img img {
        width: 204px;
    }
    .index-page {
        padding-bottom: 30px;
    }
    .index-page3 {
        display: none;
    }
    .newsletter .newsletter-form {
        width: 400px;
    }
    .newsletter .newsletter-form .newsletter-mail input {
        width: 70%;
    }
    .newsletter .newsletter-form .newsletter-mail button {
        width: 30%;
    }
    .products-page .products-list .products-item {
        width: 48%;
        margin-right: 4%;
    }
    .products-page .products-list .products-item:nth-of-type(3n) {
        margin-right: 4%;
    }
    .products-page .products-list .products-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .product-detail-page1 .pro_det_Img .sp_pic {
        height: 80px;
    }
    .product-detail-page1 .pro_det_Img .slide {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-right: 13px;
    }
    .news-page .news-page-list .news-page-item {
        height: 410px;
    }
}

@media (max-width: 600px) {
    .index-product {
        height: 395px;
    }
    .index-product .index-product-show-img {
        width: 242px;
        height: 196px;
    }
    .index-product .index-product-show-img img {
        width: 204px;
    }
    .index-page1 {
        padding: 40px 0;
    }
    .index-page1 .index-page1-list .index-page1-item {
        width: 48%;
        margin-bottom: 2%;
    }
    .index-page1 .index-page1-list .index-page1-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .index-page1 .index-page1-search input{
        width: 78%;
    }
    .index-page1 .index-page1-search button{
        width: 20%;
    }
    .index-page2,
    .index-page4 {
        padding: 40px 0;
    }
    .index-page4 .swiper-button-next,
    .index-page4 .swiper-button-prev {
        top: 80px;
    }
    .index-page5{
        height: auto;
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .index-page5 .index-page5-img{
        display: none;
    }
    .index-page5 .index-page5-title {
        color: #333;
        margin: 0;
        margin-bottom: 40px;
    }
    .index-page5 .index-page5-content{
        position: relative;
    }
    .index-page5 .news-swiper .swiper-slide {
        padding: 40px;
    }
    .index-page5 .news-swiper-left {
        width: 100%;
        text-align: center;
    }
    .index-page5 .news-swiper-right {
        width: 100%;
        text-align: center;
    }
    .newsletter {
        padding-bottom: 40px;
    }
    .inside-page {
        padding: 40px 0;
    }
    .page-info {
        margin-bottom: 30px;
    }
    .news-page .page-title{
        margin-bottom: 20px;
    }
    .news-page .news-page-list .news-page-item {
        height: 378px;
    }
    .download-sheet .download-sheet-form .download-sheet-info {
        display: none;
    }
    .download-sheet .download-form input {
        width: 100%;
        padding: 10px;
    }
    .products-page .products-page-info{
        margin-bottom: 20px;
    }
    .product-detail-page1 .pro_det_Img .slide {
        margin-right: 15px;
    }
    .c-pagination{
        margin-top: 20px;
    }
    .product-detail-page2, .product-detail-page3{
        margin-top: 40px;
    }
    .product-detail-page2 .tab-switch-small-list{
        margin-bottom: 20px;
    }
    .product-detail-page3 .product-detail-page3-title span{
        padding: 15px 30px;
    }
    .contact-page .contact-page-title{
        margin-bottom: 20px;
    }
}

@media (max-width: 420px) {
    header .header-top .index-contact li:nth-of-type(1) {
        display: none;
    }
    .index-product {
        height: 349px;
    }
    .index-product .index-product-show-img {
        width: 155px;
        height: 149px;
    }
    .index-product .index-product-show-img img {
        width: 155px;
    }
    .index-page1 .index-page1-title {
        font-size: 1.5rem;
    }
    .index-page1 .index-page1-search {
        width: 100%;
    }
    .index-page1 .index-page1-search input {
        width: 78%;
    }
    .index-page1 .index-page1-search button {
        width: 20%;
    }
    .newsletter .newsletter-form {
        width: 310px;
    }
    footer .footer-top {
        display: none;
    }
    .product-detail-page1 .pro_det_Img .slide {
        width: 75px;
        height: 75px;
        line-height: 75px;
        margin-right: 10px;
    }
    .product-detail-page1 .pro_det_Img .sp_pic {
        height: 75px;
    }
    .product-detail-page2 .tab-switch-big .inquiry-from div {
        margin-bottom: 0;
    }
    .product-detail-page2 .tab-switch-big .inquiry-from input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .product-detail-page2 .tab-switch-big .inquiry-from input.inquiry-code {
        width: 50%;
        margin-right: 1%;
    }
    .product-detail-page2 .tab-switch-big .inquiry-from textarea {
        margin-bottom: 20px;
    }
    .news-page .news-page-list .news-page-item {
        height: 322px;
    }
    .download-page .download-item .download-left {
        width: 70%;
    }
}

@media (max-width: 375px) {
    .index-product {
        height: 238px;
        padding: 20px;
    }
    .index-product .index-product-show-img {
        width: 134px;
        height: 129px;
    }
    .index-product .index-product-show-img img {
        width: 134px;
    }
    .index-product .index-product-hover{
        padding: 20px;
    }
    .index-product .index-product-title{
        line-height: 28px;
        height: 56px;
    }
    .index-product .index-product-info{
        line-height: 20px;
        height: 60px;
        margin-bottom: 20px;
    }
    header .mobile-header .mobile-right{
        padding: 13px 0;
    }
    footer .copyright {
        width: 100%;
        text-align: center;
    }
    footer .footer-share-list {
        display: none;
    }
    .c-pagination{
        margin-top: 10px;
    }
    .index-page2, .index-page4,.inside-page{
        padding: 30px 0;
    }
    .index-page5{
        padding-bottom: 30px;
    }
    .product-detail-page{
        padding-bottom: 0;
    }
    .product-detail-page1 .pro_det_Img .slide {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    .product-detail-page1 .pro_det_Img .sp_pic {
        height: 65px;
    }
    .product-detail-page2 .tab-switch-small-list .tab-switch-small {
        font-size: 12px;
        padding: 10px;
    }
    .product-detail-page3 .product-detail-page3-title {
        font-size: 1rem;
    }
    .product-detail-page2, .product-detail-page3{
        margin-top: 30px;
    }
    .product-detail-page3 .product-detail-page3-title span{
        font-size: 12px;
        padding: 10px;
    }
    .news-page .news-page-list .news-page-item {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .download-page .download-item .download-left {
        width: 100%;
    }
    .download-page .download-item .download-img,
    .download-page .download-item .download-text {
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .download-page .download-item .download-right {
        width: 100%;
        text-align: center;
    }
    .download-page .download-item .download-right a {
        display: inline-block;
    }
}

@media (max-width: 360px) {
    .index-product {
        height: 231px;
    }
    .index-product .index-product-show-img {
        width: 127px;
        height: 122px;
    }
    .index-product .index-product-show-img img {
        width: 127px;
    }
    .newsletter .newsletter-title {
        font-size: 1.5rem;
    }
    .product-detail-page1 .pro_det_Img .slide {
        margin-right: 6px;
    }
}

@media (max-width: 320px) {
    .index-product {
        width: 100%;
        margin-right: 0;
        height: 296px;
    }
    .index-product .index-product-show-img {
        display: block;
        width: auto;
        height: auto;
    }
    .index-product .index-product-show-img img {
        width: auto;
    }
    .index-product .index-product-title{
        line-height: 35px;
        height: 70px;
    }
    .index-product .index-product-info{
        line-height: 26px;
        height: 78px;
        margin-bottom: 40px;
    }
    .products-page .products-list .products-item {
        width: 100%;
        margin-right: 0;
    }
    .product-detail-page1 .pro_det_Img .slide {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-right: 15px;
        padding: 5px;
    }
    .product-detail-page1 .pro_det_Img .sp_pic {
        height: 70px;
    }
}


.rightcotact{cursor: pointer; width: 38px; position: fixed;right:0px;  top:250px; overflow: hidden; transition: all 0.6s;   z-index: 99999999;}
.rightcotact li{display: block; text-align: left; width: 250px; background: #2f2f2f; color: #fff; padding:12px 5px 12px 13px; border-radius: 50px 0px 0px 50px;  margin-bottom: 5px; vertical-align: middle;}
.rightcotact li i{margin-right: 10px; margin-left: 5px;}
.rightcotact:hover{ width: 250px; }
.rightcotact:hover li{ width: 250px;background: #2d3038; }
.rightcotact a{color: #fff; text-decoration: none;}
