*,
*::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: "Catamaran-Regular", sans-serif; */
    font-size: 1em;
/*    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: #999;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

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

a:not([href]):not([tabindex]):hover {
    color: #61a032;
    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;
}

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: "Catamaran-Bold";
    src: url("fonts/Catamaran-Bold.ttf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Catamaran-Medium";
    src: url("fonts/Catamaran-Medium.ttf");
    font-style: normal;
    font-weight: normal;
} */

@font-face {
    font-family: "Catamaran-Regular";
    src: url("fonts/HelveticaNeueMed.ttf");
    font-style: normal;
    font-weight: normal;
}
/* 
@font-face {
    font-family: "Catamaran-SemiBold";
    src: url("fonts/Catamaran-SemiBold.ttf");
    font-style: normal;
    font-weight: normal;
} */

input,
textarea {
    -webkit-appearance: none;
}

.mobile-menu {
    display: none;
}

header .header-top {
    
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    color: #999;
}

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

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

header .header-top-left-list {
    float: right;
    margin-right: 15px;
    font-size: 16px;
    /* font-weight: bold; */
    color: #333333;
}

header .header-top-left-list i {
    font-size: 16px;
    margin-right: 5px;
    line-height: 40px;
    color: #61a032;
}

header .header-top-left-list a {
    color: #333333;
}

header .header-top-left-list a:hover {
    color: #61a032;
}

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

header .header-top-right .header-top-right-list {
    float: right;
    margin-left: 15px;
}

header .header-top-right a {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #61a032;
    text-align: center;
    line-height: 25px;
    color: #fff;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    margin-top: 7px;
}

header .header-top-right .top-twitter:hover {
    background: #f68537;
}

header .header-top-right .top-tumblr:hover {
    background: #e75c3c;
}

header .header-top-right .top-skype:hover {
    background: #f32324;
}

header .header-top-right .top-pinterest:hover {
    background: #32cdfb;
}

header .header-top-right .top-google:hover {
    background: #2d3479;
}

header .header-top-right .top-facebook:hover {
    background: #61a032;
}

header .header-bottom {
    position: relative;
    height: 110px;
    width: 100%;
    line-height: 110px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

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


header .header-nav-list {margin-right: 20px;}
header .header-nav-list .header-nav-item {
    position: relative;
    display: inline-block;
/*    height: 30px;*/
    line-height: 40px;
    border-bottom: 1px solid transparent;
/*    border-radius: 4px;*/
    color: #333;
    padding: 0 18px;
    margin-right: 1px;
    box-sizing: border-box;



}

header .header-nav-list .header-nav-item.header-product-item {
/*    position: static;*/
}

header .header-nav-list .header-nav-item.on {
    border-color: #61a032;
}

header .header-nav-list .header-nav-item:hover {
    border-color: #61a032;
}

header .header-nav-list .header-nav-item:hover .product-sub-nav,
header .header-nav-list .header-nav-item:hover .sub-nav {
    opacity: 1;
    visibility: visible;
}

header .header-nav-list .header-nav-item > a {
/*    text-transform: uppercase;*/
    color: #333;
    font-size:1.2em;
    /* font-weight: bold; */
}

header .header-nav-list .header-nav-item > a:hover {
    color: #61a032;
}
header .header-nav-list .header-nav-item i {
    margin-left: 3px;
    font-weight: bold;
}

header .header-nav-list .product-sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 8px #eee;
            box-shadow: 0 0 8px #eee;
    padding: 10px;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

header .header-nav-list .product-sub-nav .product-sub-list {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
    text-align: center;
}

header .header-nav-list .product-sub-nav .product-sub-list img{
    max-width: 100px;
}

header .header-nav-list .product-sub-nav .product-sub-list a {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

header .header-nav-list .product-sub-nav .product-sub-list > a {
/*    font-weight: bold;*/
    color: #333;
}

header .header-nav-list .product-sub-nav .product-sub-list > a:hover {
    color: #61a032;
}

header .header-nav-list .sub-nav {
    position: absolute;
/*    top: 65px;*/
    left: 0;
/*    width: 200px;*/
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 8px #eee;
            box-shadow: 0 0 8px #eee;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

header .header-nav-list .sub-nav .sub-nav-item {
    border-bottom: 0px solid #ddd;
}

header .header-nav-list .sub-nav .sub-nav-item:nth-last-of-type(1) {
    border-bottom: none;
}

header .header-nav-list .sub-nav a {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

header .header-search {
    position: absolute;
    right: 0;
}

header .header-search i {
    font-size: 18px;
    color: #111;
}

header .header-search i:hover {
    color: #61a032;
}

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

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

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

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

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

footer {
    background: #f4f4f4;
}

footer .footer-nav {
    padding: 90px 0 80px;
}

footer .footer-nav::after {
    content: '';
    clear: both;
    display: block;
}

footer .footer-nav .footer-list {
    float: left;
    width: 20%;
    margin-right: 3.33%;
}

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

footer .footer-nav .footer-list .footer-item-title {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding: 13px 0 20px;
    border-bottom: 1px solid #ccc;
}

footer .footer-nav .footer-list li {
    font-size: 12px;
    margin-top: 20px;
    color: #999;
    word-break: break-all;
}

footer .footer-nav .footer-list li span {
    color: #666;
}

footer .footer-nav .sign-list {
    width: 30%;
}

footer .footer-nav .sign-list p {
    color: #999;
    margin: 26px 0;
}

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

footer .footer-nav .footer-mail {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

footer .footer-nav .footer-mail input {
    border: 1px solid #ccc;
    background: transparent;
    width: 67%;
    padding: 10px;
}

footer .footer-nav .footer-mail button {
    border: 1px solid #61a032;
    background: #61a032;
    padding: 10px 0;
    color: #fff;
    width: 33%;
    text-align: center;
    cursor: pointer;
    outline: none;
}

footer .footer-nav .footer-mail button:hover {
    background: #fff;
    color: #61a032;
}

footer .footer-nav .footer-share {
    margin-top: 28px;
}

footer .footer-nav .footer-share::after {
    content: '';
    clear: both;
    display: block;
}

footer .footer-nav .footer-share .footer-share-item {
    float: left;
    margin-right: 30px;
}

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

footer .footer-nav .footer-share .footer-share-item a {
    color: #222;
    font-size: 1.33333333em;
}

footer .footer-nav .footer-share .share-facebook:hover {
    color: #61a032;
}

footer .footer-nav .footer-share .share-google:hover {
    color: #2d3479;
}

footer .footer-nav .footer-share .share-pinterest:hover {
    color: #32cdfb;
}

footer .footer-nav .footer-share .share-skype:hover {
    color: #f32324;
}

footer .footer-nav .footer-share .share-tumblr:hover {
    color: #e75c3c;
}

footer .footer-nav .footer-share .share-twitter:hover {
    color: #f68537;
}

footer .copyright {
    border-top: 1px solid #efefef; 
    padding: 24px 0;
    text-align: center;
    color: #ccc;
}

.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: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.c-pagination-item {
    display: block;
    font-size: 14px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    margin-right: 8px;
    margin-top: 8px;
    border: 1px solid #e5e5e5;
    background: transparent;
    -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;
}

.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: #e5e5e5;
}

.index-mulu{
        position: relative;
        margin-bottom: 30px;
}

.index-mulu .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.index-mulu .swiper-wrapper .swiper-slide{ text-align:center; border:1px solid #efefef; padding-bottom:15px; }


.index-banner .maxwidth{
    position: relative;
}

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

.index-banner .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
    background: none;
    width: 30px;
    height: 30px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    outline: none;
}

.index-banner .banner-prev1 {
    left: 5%;
    background: url(../Images/banner-left1.png) no-repeat center;
}

.index-banner .banner-prev1:hover {
    background: url(../Images/banner-left2.png) no-repeat center;
}

.index-banner .banner-next1 {
    right: 5%;
    background: url(../Images/banner-right1.png) no-repeat center;
}

.index-banner .banner-next1:hover {
    background: url(../Images/banner-right2.png) no-repeat center;
}

.index-title {
    text-align: center;
/*    text-transform: uppercase;*/
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.index-line {
    text-align: center;
    margin: 30px 0;
}

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

.pic2 {
    width: 30.2%;
    float: left;
    height: 459px;
    margin-right: 2.4%;
    background: #FFF;
}

.pic2:nth-of-type(3n) {
    margin-right: 0;
}

.pic2 .pic-div {
    width: 98%;
    margin: auto;
    text-align: center;
}

.pic2 .pic-dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 350px;
    height: 350px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #e7e7e8;
/*    border-radius: 40px;*/
}

/*.pic2 .pic-dt:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
*/
.pic2 .pic-dt img {
    width: 350px;
    vertical-align: middle;
    width: expression(this.width > 350 && this.width > this.height ? "350px":true);
    height: expression(this.height > 350 ? "350px" : true);
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.pic2 dd  {
    display: inline-block;
    line-height: 20px;
    margin: 15px 0;
    text-align: center;
    height: 60px;
    overflow: hidden;
}

.pic2 dd .view-more {
    text-align: center;
    border: 1px solid #61a032;
    background: #fff;
    color: #61a032;
    padding: 12px 60px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    border-radius: 34px;
    text-transform: uppercase;
    font-size: 12px;
}

.pic2 dd .view-more:hover {
    background: #61a032;
    color: #fff;
}

.index-page1 {
    padding: 50px 0;
    padding-bottom: 0;position: relative;
}

/*.index-page1 .recommend-product-swiper {
    padding-bottom: 62px;
}*/

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


.index-page1 .swiper-button-prev,
.index-page1 .swiper-button-next {
    background: none;
    width: auto;
    height: auto;
    margin-top: 50px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    outline: none;
}

.index-page1 .swiper-button-prev{
    left: -20px;
}
.index-page1 .swiper-button-next{
    right: -20px;
}
.index-page1 .swiper-button-prev.swiper-button-disabled,
.index-page1 .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.index-page1 .recommend-product-prev1 {
    background: #fff url(../Images/left1.png) no-repeat center;
    left: 42%;
}

.index-page1 .recommend-product-prev1:hover {
    background: url(../Images/left2.png) no-repeat center;
}

.index-page1 .recommend-product-next1 {
    background: #fff url(../Images/right1.png) no-repeat center;
    right: 42%;
}

.index-page1 .recommend-product-next1:hover {
    background: url(../Images/right2.png) no-repeat center;
}

.index-page2 {
    padding-bottom: 50px;
    position: relative;
}

.index-page2 .swiper-slide {
    width: 280px;
    height: 400px;
    text-align: center;
    line-height: 400px;
    overflow: hidden;
}

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

.index-page2 .swiper-button-prev,
.index-page2 .swiper-button-next {
    background: none;
    width: auto;
    height: auto;
    margin-top: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    outline: none;
}

.index-page2 .swiper-button-prev{
    left: -20px;
}
.index-page2 .swiper-button-next{
    right: -20px;
}

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

.index-page3 {
    padding-bottom: 50px;
}

.index-page3 .index-page3-left {
    width: 49%;
}

.index-page3 .index-page3-left #caseIframe {
    width: 100%;
}

.index-page3 .index-page3-right {
    width: 51%;
    padding-left: 4.5%;
}

.index-page3 .index-page3-right .index-page3-title .index-page3-titles {
    margin-bottom: 24px;
}

.index-page3 .index-page3-right .index-page3-title .index-page3-titlel {
    color: #000;
}

.index-page3 .index-page3-right .index-page3-title .index-page3-lines {
    margin-bottom: 30px;
}

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

.index-page3 .index-page3-right .index-page3-info {
    color: #000;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    margin-bottom: 20px;
}

.index-page3 .index-page3-right .index-page3-btn a {
    display: inline-block;
    width: 150px;
    height: 36px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #222;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    margin-right: 15px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.index-page3 .index-page3-right .index-page3-btn a i {
    margin-left: 10px;
}

.index-page3 .index-page3-right .index-page3-btn a:hover {
    border-color: #61a032;
    background: #61a032;
    color: #fff;
}

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

.index-page4 .swiper-wrapper{
    align-items: center;
}

.index-page4 .swiper-slide {
    width: 224px;
    text-align: center;
}

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

.index-page4 .main-customers-prev1,
.index-page4 .main-customers-next1 {
    background: none;
    width: 83px;
    height: 32px;
    top: auto;
    outline: none;
    margin-top: 20px;
}

.index-page4 .main-customers-prev1.swiper-button-disabled,
.index-page4 .main-customers-next1.swiper-button-disabled {
    opacity: 0;
}

.index-page4 .main-customers-prev1 {
    background: #fff url(../Images/left1.png) no-repeat center;
    left: 42%;
}

.index-page4 .main-customers-prev1:hover {
    background: url(../Images/left2.png) no-repeat center;
}

.index-page4 .main-customers-next1 {
    background: #fff url(../Images/right1.png) no-repeat center;
    right: 42%;
}

.index-page4 .main-customers-next1:hover {
    background: url(../Images/right2.png) no-repeat center;
}

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

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

.page-position span {
    color: #333;
    margin-right: 5px;
}

.page-position a {
    color: #333;
}

.page-position a:hover {
    color: #61a032;
}

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

.page-title {
    color: #61a032;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 45px;
}

.page-title::after {
    content: '';
    width: 56px;
    height: 2px;
    background: #eee;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -14px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

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

.contact-page .contact-page-left {
    width: 46%;
}

.contact-page .contact-page-left img {
    max-width: 100%;
}

.contact-page .contact-page-left .contact-page-content {
    margin-top: 20px;
}

.contact-page .contact-page-left .contact-page-item {
    color: #666;
    line-height: 30px;
}

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

.contact-page .contact-page-left .contact-page-item a:hover {
    color: #61a032;
}

.contact-page .contact-page-right {
    width: 44%;
}

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

.contact-page .contact-page-right .contact-form div p {
    color: #444;
    margin-bottom: 16px;
}

.contact-page .contact-page-right .contact-form div input,
.contact-page .contact-page-right .contact-form div textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: none;
    height: 40px;
    padding: 10px;
}

.contact-page .contact-page-right .contact-form div .contact-message {
    height: 150px;
}

.contact-page .contact-page-right .contact-form div button {
    background: #e5e4e4;
    color: #444;
    padding: 14px 32px;
    border: none;
    cursor: pointer;
    outline: none;
}

.contact-page .contact-page-right .contact-form div button:hover {
    background: #61a032;
    color: #fff;
}

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

.page-left {
    width: 275px;
}

.page-left .page-left-list {
    border: 1px solid #e5e5e5;
}

.page-left .page-left-list .left-item-title {
    color: #333;
    padding: 16px;
    background: #f5f5f5;
}

.page-left .page-left-list .left-item {
    padding: 16px;
    padding-bottom: 0;
}

.page-left .page-left-list .left-item.on a {
    color: #61a032;
}

.page-left .page-left-list .left-item:nth-last-of-type(1) {
    padding-bottom: 16px;
}

.page-left .page-left-list .left-item a {
    color: #333;
}

.page-left .page-left-list .left-item a:hover {
    color: #61a032;
}

.page-left .page-left-list2 {
    margin-top: 38px;
}

.page-left .page-left-list2 .left-item-title2 {
    color: #333;
    padding: 16px;
    background: #f5f5f5;
}

.page-left .page-left-list2 .left-item2 {
    margin-top: 30px;
}

.page-left .page-left-list2 .left-item2::after {
    content: '';
    clear: both;
    display: block;
}

.page-left .page-left-list2 .left-item2-img {
    width: 36%;
    overflow: hidden;
}

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

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

.page-left .page-left-list2 .left-item2-content {
    width: 60%;
}

.page-left .page-left-list2 .left-item2-title {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.page-left .page-left-list2 .left-item2-title a {
    color: #000;
}

.page-left .page-left-list2 .left-item2-title a:hover {
    color: #61a032;
}

.page-left .page-left-list2 .left-item2-btn {
    margin-top: 5px;
}

.page-left .page-left-list3 {
    border: 1px solid #e5e5e5;
}

.page-left .page-left-list3 .left-item-title {
    color: #333;
    padding: 16px;
    background: #f5f5f5;
}

.page-left .page-left-list3 .left-item {
    padding: 16px;
    padding-bottom: 0;
}

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

.page-left .page-left-list3 .left-item.on > a {
    color: #61a032;
}

.page-left .page-left-list3 .left-item.on .left-sub-nav {
    display: block;
}

.page-left .page-left-list3 .left-item > a {
    font-size: 16px;
    color: #333;
    display: block;
    max-width: 80%;
    float: left;
    height: 20px;
    line-height: 20px;
}

.page-left .page-left-list3 .left-item > a:hover {
    color: #61a032;
}

.page-left .page-left-list3 .left-item:nth-last-of-type(1) {
    padding-bottom: 16px;
}

.page-left .page-left-list3 .left-item i {
    float: right;
    padding: 0 10px 0 20px;
    cursor: pointer;
    line-height: 20px;
}

.page-left .page-left-list3 .left-sub-nav {
    display: none;
    float: left;
}

.page-left .page-left-list3 .left-sub-nav li {
    padding: 10px;
}

.page-left .page-left-list3 .left-sub-nav li.on > a {
    color: #61a032;
}

.page-left .page-left-list3 .left-sub-nav li > a {
    color: #555;
}

.page-left .page-left-list3 .left-sub-nav li > a:hover {
    color: #61a032;
}

.inside-title {
    color: #61a032;
    padding-bottom: 13px;
    border-bottom: 1px solid #eeeeee;
}

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

.about-page-right .inside-content {
    font-size: 16px;
    line-height: 180%;
    margin-top: 20px;
}

.about-page-right .inside-content span {
    color: #333;
}

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

.news-page-right {
    width: 895px;
}

.news-page-right .news-item {
    margin-top: 25px;
}

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

.news-page-right .news-item .news-item-img {
/*    width: 100%;*/
    overflow: hidden;
    text-align: center;
}

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

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

.news-page-right .news-item .news-item-text {
    width: 100%;
/*    padding: 3%;*/
}

.news-page-right .news-item .news-item-title {
    margin-bottom: 2%;font-size: 1.2em;font-weight: bold;
}

.news-page-right .news-item .news-item-title a {
    color: #333;
}

.news-page-right .news-item .news-item-title a:hover {
    color: #61a032;
}

.news-page-right .news-item .news-item-info {
    margin-bottom: 3%;
}

.news-page-right .news-item .news-item-info span {
    margin-right: 20px;
    font-size: 12px;
}

.news-page-right .news-item .news-item-info span i {
    margin-right: 5px;
}

.news-page-right .news-item .news-item-content {
    margin-bottom: 1%;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
}

.news-detail-page .news-detail-title {
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    word-break: break-all;
}

.news-detail-page .news-detail-date {
    font-size: 12px;
    margin-bottom: 27px;
    text-align: center;
}

.news-detail-page .news-detail-content {
    color: #8f8f8f;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: justify;
}

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

.news-detail-page .news-detail-share {
    width: 100%;
    margin-bottom: 40px;
}

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

.news-detail-page .news-detail-share span {
    float: right;
}

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

.news-detail-page .news-detail-index .news-detail-prev,
.news-detail-page .news-detail-index .news-detail-next {
    max-width: 49%;
}

.news-detail-page .news-detail-index .news-detail-prev a,
.news-detail-page .news-detail-index .news-detail-next a {
    color: #444;
}

.news-detail-page .news-detail-index .news-detail-prev a:hover,
.news-detail-page .news-detail-index .news-detail-next a:hover {
    color: #61a032;
}

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

.hotsale-page-right {
    width: 895px;
}

.hotsale-page-right .hotsale-item {
    margin-top: 25px;
}

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

.hotsale-page-right .hotsale-item .hotsale-item-img {
    width: 41%;
    overflow: hidden;
}

.hotsale-page-right .hotsale-item .hotsale-item-img img {
    max-width: 100%;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.hotsale-page-right .hotsale-item .hotsale-item-img img:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.hotsale-page-right .hotsale-item .hotsale-item-text {
    width: 59%;
    padding: 3%;
}

.hotsale-page-right .hotsale-item .hotsale-item-title {
    margin-bottom: 3%;
}

.hotsale-page-right .hotsale-item .hotsale-item-title a {
    color: #333;
}

.hotsale-page-right .hotsale-item .hotsale-item-title a:hover {
    color: #61a032;
}

.hotsale-page-right .hotsale-item .hotsale-item-info {
    margin-bottom: 3%;
}

.hotsale-page-right .hotsale-item .hotsale-item-info span {
    margin-right: 20px;
    font-size: 12px;
}

.hotsale-page-right .hotsale-item .hotsale-item-info span i {
    margin-right: 5px;
}

.hotsale-page-right .hotsale-item .hotsale-item-content {
    margin-bottom: 5%;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
}

.hotsale-detail-page .hotsale-detail-title {
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    word-break: break-all;
}

.hotsale-detail-page .hotsale-detail-date {
    font-size: 12px;
    margin-bottom: 27px;
    text-align: center;
}

.hotsale-detail-page .hotsale-detail-content {
    color: #8f8f8f;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: justify;
}

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

.hotsale-detail-page .hotsale-detail-share {
    width: 100%;
    margin-bottom: 40px;
}

.hotsale-detail-page .hotsale-detail-share::after {
    content: '';
    clear: both;
    display: block;
}

.hotsale-detail-page .hotsale-detail-share span {
    float: right;
}

.hotsale-detail-page .hotsale-detail-index::after {
    content: '';
    clear: both;
    display: block;
}

.hotsale-detail-page .hotsale-detail-index .hotsale-detail-prev,
.hotsale-detail-page .hotsale-detail-index .hotsale-detail-next {
    max-width: 49%;
}

.hotsale-detail-page .hotsale-detail-index .hotsale-detail-prev a,
.hotsale-detail-page .hotsale-detail-index .hotsale-detail-next a {
    color: #444;
}

.hotsale-detail-page .hotsale-detail-index .hotsale-detail-prev a:hover,
.hotsale-detail-page .hotsale-detail-index .hotsale-detail-next a:hover {
    color: #61a032;
}

.product-category-list::after {
    content: '';
    clear: both;
    display: block;
}

.product-category-list .pic-dt {
    position: relative;
}

.product-category-list .pic-dt:hover .pro-view a {
    background: #61a032;
}

.product-category-list .pic-dt:hover .view-hover {
    opacity: 1;
    visibility: visible;
}

.product-category-list .pic-dt .pro-view {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    z-index: 2;
}

.product-category-list .pic-dt .pro-view a {
    display: block;
    border-radius: 50%;
    background: #999;
    color: #fff;
    font-size: 16px;
}

.product-category-list .pic-dt .view-hover {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: absolute;
    right: 65px;
    top: 18px;
    color: #fff;
    background: #61a032;
    padding: 8px 12px;
}

.product-category-list .pic-dt .view-hover::after {
    position: absolute;
    right: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid #61a032;
}

.product-category-list .pic2 {
/*    height: 324px;*/
    margin-bottom: 0;
}

.product-category-list .pic2 .pic-div .product-category-name {
    display: inline-block;
    padding: 18px 0;
    font-size: 16px;
    color: #333;
}

.product-category-list .pic2 .pic-div .product-category-name:hover {
    color: #61a032;
}

.page-left .page-left-list2 .left-item4-btn {
    margin-top: 20px;
}

.page-left .page-left-list2 .left-item4-btn a {
    color: #333;
}

.page-left .page-left-list2 .left-item4-btn a:hover {
    color: #61a032;
}

.page-left .page-left-list2 .left-item4-btn i {
    margin-left: 3px;
}

.page-left .page-left-list2 .left-item4-title {
    margin-top: 10px;
}

.page-left .page-left-list2 .left-item4-title a {
    color: #888;
}

.page-left .page-left-list2 .left-item4-title a:hover {
    color: #61a032;
}

.pic {
    width: 31.2%;
    float: left;
/*    height: 296px;*/
    margin-right: 3.2%;
    background: #fff;
}

.pic:nth-of-type(3n) {
    margin-right: 0;
}

.pic .pic-div {
/*    width: 207px;*/
    margin: auto;
    text-align: center;
}

.pic .pic-dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 266px;
    height: 266px;
    overflow: hidden;
    padding: 10px;
/*    border: 1px solid #e7e7e8;*/
/*    border-radius: 40px;*/
}

/*.pic .pic-dt:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}*/

.pic .pic-dt img {
    width: 250px;
    vertical-align: middle;
    width: expression(this.width > 250 && this.width > this.height ? "250px":true);
    height: expression(this.height > 250 ? "250px" : true);
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.pic dd .index-product-title {
    display: inline-block;
    line-height: 18px;
    margin: 15px 0;
    text-align: center;
    height: 54px;
    overflow: hidden;
}

.pic dd .view-more {
    display: inline-block;
    border: 1px solid #61a032;
    background: #fff;
    color: #61a032;
    padding: 10px 60px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
}

.pic dd .view-more:hover {
    background: #61a032;
    color: #fff;
}

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

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

.products-page .products-page-list {
    margin-top: 26px;
}

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

.product-detail-page1 {
    margin-bottom: 50px;
}

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

.product-detail-page1 .pro_det_Img {
    position: relative;
    width: 36.7%;
}

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

.product-detail-page1 .pro_det_bigImg {
    background: #fff;
    height: 453px;
    width: 100%;
    line-height: 450px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}

.product-detail-page1 .sp_pic {
    position: relative;
    width: 5.2%;
    height: 453px;
    margin-left: 25px;
}

.product-detail-page1 .tp_ti {
    width: 100%;
    height: 390px;
    position: absolute;
    left: 0;
    top: 30px;
    overflow: hidden;
}

.product-detail-page1 .button-prev {
    text-align: center;
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.product-detail-page1 .button-prev > a {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.product-detail-page1 .button-next {
    text-align: center;
    line-height: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.product-detail-page1 .button-next > a {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.product-detail-page1 .button-next > a span,
.product-detail-page1 .button-prev > a span {
    font-size: 30px;
    color: #333;
}

.product-detail-page1 .slide {
    width: 100%;
    max-height: 64px;
    background: #fff;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 2px;
    display: inline-block;
    border: 1px solid #e2e2e2;
}

.product-detail-page1 .slide img {
    max-width: 100%;
    max-height: 100%;
}

.product-detail-page1 .wrapper {
    position: relative;
    left: 0;
    text-align: center;
}

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

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

.product-detail-page1 .rightView {
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    width: 450px;
    height: 450px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
    display: none;
    z-index: 33;
}

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

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

.product-detail-page1 .sjd_sp_pic {
    display: none;
    height: 64px;
    margin: 20px 0;
    text-align: left;
}

.product-detail-page1 .sjd_sp_pic .sp_pic {
    position: relative;
    height: 64px;
    width: 453px;
}

.product-detail-page1 .sjd_sp_pic .tp_ti {
    height: 100px;
    width: 390px;
}

.product-detail-page1 .sjd_sp_pic {
    width: 100%;
}

.product-detail-page1 .sjd_sp_pic {
    position: relative;
    height: 64px;
}

.product-detail-page1 .sjd_sp_pic .tp_ti {
    width: 94%;
    height: auto;
    position: absolute;
    left: 3%;
    top: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.product-detail-page1 .sjd_sp_pic .button-prev {
    position: absolute;
    left: -20px;
    top: 45%;
}

.product-detail-page1 .sjd_sp_pic .button-next {
    position: absolute;
    left: 100%;
    top: 40px;
}

.product-detail-page1 .sjd_sp_pic .button-prev span,
.product-detail-page1 .sjd_sp_pic .button-next span {
    font-size: 26px;
}

.product-detail-page1 .sjd_sp_pic .slide {
    width: 64px;
    height: 64px;
    background: #fff;
    text-align: center;
    line-height: 64px;
    margin: 0;
    margin-right: 25px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0;
}

.product-detail-page1 .sjd_sp_pic .slide img {
    max-width: 100%;
    max-height: 100%;
}

.product-detail-page1 .sjd_sp_pic .wrapper {
    position: relative;
    left: 0;
    text-align: left;
}

.product-detail-page1 .sjd_sp_pic .button-next > a,
.product-detail-page1 .sjd_sp_pic .button-prev > a {
    width: auto;
    height: auto;
}

.product-detail-page1 .sjd_sp_pic .button-next,
.product-detail-page1 .sjd_sp_pic .button-prev {
    width: auto;
    height: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.product-detail-page1 .product-detail-page1-right {
    width: 50%;
}

.product-detail-page1 .product-detail-page1-right .product-detail-title {
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
}

.product-detail-page1 .product-detail-page1-right .product-detail-info {
    line-height: 24px;
    margin-bottom: 10px;
}

.product-detail-page1 .product-detail-page1-right .product-detail-code {
    color: #333;
    margin-bottom: 20px;
}

.product-detail-page1 .product-detail-page1-right .product-detail-list .product-detail-item {
    margin-bottom: 20px;
}
.product-detail-btn{margin-top: 20px;}
.product-detail-page1 .product-detail-page1-right .product-detail-list .product-detail-item::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #162541;
    margin-right: 20px;
}

.product-detail-page1 .product-detail-page1-right .pro_det_inquiry {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background: #61a032;
    border: 1px solid #61a032;
    margin-bottom: 15px;
    padding: 12px 52px;
}

.product-detail-page1 .product-detail-page1-right .pro_det_inquiry:hover {
    color: #61a032;
    background: #fff;
}

.product-detail-page-title {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.product-detail-page-title span {
    position: relative;
    padding-bottom: 18px;
}

.product-detail-page-title span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background: #61a032;
}

.product-detail-page2 {
    margin-bottom: 50px;
}

.product-detail-page2 .product-detail-page-text {
    text-align: justify;
    color: #888;
    line-height: 24px;
}

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

.product-detail-page3 {
    margin-bottom: 50px;
}

.product-detail-page3 .comment-form input {
    width: 31%;
    margin-right: 3%;
}

.product-detail-page3 .comment-form .comment-phone {
    margin-right: 0;
}

.product-detail-page3 .comment-form textarea {
    width: 100%;
    height: 200px;
}

.product-detail-page3 .comment-form input,
.product-detail-page3 .comment-form textarea {
    background: none;
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}

.product-detail-page3 .comment-form .comment-pin img {
    max-width: 100%;
    margin-right: 15px;
}

.product-detail-page3 .comment-btn button {
    outline: none;
    border: 1px solid #3333;
    background: #333;
    color: #fff;
    padding: 10px 34px;
    cursor: pointer;
}

.product-detail-page3 .comment-btn button:hover {
    background: #fff;
    color: #333;
}

.product-detail-page4 .product-detail-page4-title {
    text-align: center;
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
}

.product-detail-page4 .product-detail-swiper {
    margin-top: 35px;
    padding-bottom: 62px;
}

.product-detail-page4 .product-detail-swiper .swiper-slide::after {
    content: '';
    clear: both;
    display: block;
}

.product-detail-page4 .swiper-button-prev,
.product-detail-page4 .swiper-button-next {
    background: none;
    width: 83px;
    height: 32px;
    top: auto;
    bottom: 0;
    outline: none;
}

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

.product-detail-page4 .product-detail-prev1 {
    background: #fff url(../Images/left1.png) no-repeat center;
    left: 42%;
}

.product-detail-page4 .product-detail-prev1:hover {
    background: url(../Images/left2.png) no-repeat center;
}

.product-detail-page4 .product-detail-next1 {
    background: #fff url(../Images/right1.png) no-repeat center;
    right: 42%;
}

.product-detail-page4 .product-detail-next1:hover {
    background: url(../Images/right2.png) no-repeat center;
}

#gallery-container{
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: auto !important;
}

@media (max-width: 1200px) {
    .maxwidth {
        width: 1024px;
    }
    header .header-bottom .header-bottom-logo {
        max-width: 20%;
    }
    .index-banner .banner-prev1{
        left: 1%;
    }
    .index-banner .banner-next1{
        right: 1%;
    }
    .pic2 {
        height: 326px;
    }
    .pic2 .pic-div {
        width: 237px;
    }
    .pic2 .pic-dt {
        width: 237px;
        height: 237px;
    }
    .pic2 .pic-dt img {
        width: 217px;
        width: expression(this.width > 217 && this.width > this.height ? "217px":true);
    }
    .pic {
        height: 313px;
    }
    .pic .pic-div {
        width: 224px;
    }
    .pic .pic-dt {
        width: 224px;
        height: 224px;
    }
    .pic .pic-dt img {
        width: 204px;
        width: expression(this.width > 204 && this.width > this.height ? "204px":true);
    }
    .product-detail-page1 .slide{
        margin-top: 5px;
        margin-bottom: 8px;
    }
    .index-page1 .swiper-button-prev,
    .index-page4 .swiper-button-prev,
    .product-detail-page4 .swiper-button-prev {
        left: 0%;
    }
    .index-page1 .swiper-button-next,
    .index-page4 .swiper-button-next,
    .product-detail-page4 .swiper-button-next {
        right: 0%;
    }
    .index-page2 .swiper-slide{
        height: 335px;
        line-height: 335px;
    }
    .product-category-list .pic2 {
        height: 293px;
    }
    .products-page .products-page-right {
        width: 719px;
    }
    .about-page-right,
    .news-page-right,
    .hotsale-page-right {
        width: 719px;
    }
}

@media (max-width: 1024px) {
    .maxwidth {
        width: 960px;
    }
    header .header-nav-list .header-nav-item {
        padding: 0 8px;
    }
    .index-banner .banner-prev1{
        left: 5%;
    }
    .index-banner .banner-next1{
        right: 5%;
    }
    .pic2 {
        height: 311px;
    }
    .pic2 .pic-div {
        width: 222px;
    }
    .pic2 .pic-dt {
        width: 222px;
        height: 222px;
    }
    .pic2 .pic-dt img {
        width: 202px;
        width: expression(this.width > 202 && this.width > this.height ? "202px":true);
    }
    .product-category-list .pic2 {
        height: 276px;
    }
    .pic{
        height: 293px;
    }
    .pic .pic-div{
        width: 204px;
    }
    .pic .pic-dt{
        width: 204px;
        height: 204px;
    }
    .pic .pic-dt img{
        width: 184px;
        width: expression(this.width > 184 && this.width > this.height ? "184px":true);
    }
    .index-page2 .swiper-slide{
        height: 312px;
        line-height: 312px;
    }
    .products-page .products-page-right,
    .about-page-right,
    .news-page-right,
    .hotsale-page-right {
        width: 655px;
    }
    .product-detail-page1 .slide{
        margin-top: 12px;
        margin-bottom: 3px;
    }
}

@media (max-width: 960px) {
    .maxwidth {
        width: 768px;
    }
    .mobile-menu {
        display: block;
        cursor: pointer;
    }
    .index-banner .banner-prev1{
        left: 2%;
    }
    .index-banner .banner-next1{
        right: 2%;
    }
    header .header-search i{
        font-size: 2em;
        color: #666;
    }
    header .header-search i:hover{
        color: #61a032;
    }
    header::after {
        content: '';
        clear: both;
        display: block;
    }
    header .header-bottom {
        display: block;
        float: left;
    }
    header .header-bottom::after {
        content: '';
        clear: both;
        display: block;
    }
    header .header-bottom .header-bottom-logo {
        float: left;
    }
    header .nav {
        position: relative;
        float: right;
        margin-left: 20px;

    }
    header .header-search {
        float: right;
        margin-right: 40px;
    }
    header .header-nav-list {
        display: none;
        position: absolute;
        top: 80px;
        right: 0;
        z-index: 999;
        background: #fff;
        width: 200px;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 0 8px #eee;
                box-shadow: 0 0 8px #eee;
    }
    header .header-nav-list .header-nav-item {
        display: block;
        height: auto;
    }
    header .header-nav-list .header-nav-item i {
        float: right;
        padding: 5px;
    }
    header .header-nav-list .product-sub-nav,
    header .header-nav-list .sub-nav {
        display: none;
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    header .header-nav-list .product-sub-nav .product-sub-list,
    header .header-nav-list .sub-nav .product-sub-list {
        width: 100%;
    }
    .pic2 {
        height: 267px;
    }
    .pic2 .pic-div {
        width: 178px;
    }
    .pic2 .pic-dt {
        width: 178px;
        height: 178px;
    }
    .pic2 .pic-dt img {
        width: 158px;
        width: expression(this.width > 158 && this.width > this.height ? "158px":true);
    }
    .pic2 dd .view-more {
        padding: 5px 12px;
    }
    .index-page2 .swiper-slide{
        height: 338px;
        line-height: 338px;
    }
    .index-page2 .swiper-button-prev, .index-page2 .swiper-button-next{
        margin-top: 0;
        top: auto;
        bottom: 80px;
        transform: none;
    }
    .index-page1 .swiper-button-next,
    .index-page4 .swiper-button-next,
    .product-detail-page4 .swiper-button-next {
        right: 38%;
    }
    .index-page2 .swiper-button-next {
        right: 48%;
    }
    .index-page1 .swiper-button-prev,
    .index-page4 .swiper-button-prev,
    .product-detail-page4 .swiper-button-prev {
        left: 38%;
    }
    .index-page2 .swiper-button-prev {
        left: 48%;
    }
    footer .footer-nav .footer-form {
        max-width: 400px;
        margin: auto;
    }
    footer .footer-nav .footer-share {
        width: 230px;
        margin: auto;
    }
    footer .footer-nav .footer-list {
        width: 32%;
        margin-right: 2%;
        margin-top: 20px;
    }
    footer .footer-nav .sign-list {
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .product-category-list .pic2 {
        height: 233px;
    }
    .page-left {
        display: none;
    }
    .products-page .products-page-right {
        width: 100%;
    }
    .pic {
        height: 328px;
    }
    .pic .pic-div {
        width: 239px;
    }
    .pic .pic-dt {
        width: 239px;
        height: 239px;
    }
    .pic .pic-dt img {
        width: 219px;
        width: expression(this.width > 219 && this.width > this.height ? "219px":true);
    }
    .product-detail-page1 .pro_det_Img {
        width: 100%;
    }
    .product-detail-page1 .pro_det_bigImg {
        height: auto;
        line-height: 1;
    }
    .product-detail-page1 .sp_pic {
        display: none;
    }
    .product-detail-page1 .sjd_sp_pic {
        display: block;
    }
    .product-detail-page1 .product-detail-page1-right {
        width: 100%;
        margin-top: 20px;
    }
    .product-detail-page3 .comment-form input {
        margin-right: 2.5%;
    }
    .about-page-right,
    .news-page-right,
    .hotsale-page-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .maxwidth {
        width: 98%;
    }
    .pic2 {
        width: 47%;
        margin-right: 6%;
        height: 311px;
    }
    .pic2:nth-of-type(2n) {
        margin-right: 0;
    }
    .pic2 .pic-div {
        width: 222px;
    }
    .pic2 .pic-dt {
        width: 222px;
        height: 222px;
    }
    .pic2 .pic-dt img {
        width: 202px;
        width: expression(this.width > 202 && this.width > this.height ? "202px":true);
    }
    .pic .pic-div {
        width: 234px;
    }
    .pic .pic-dt {
        width: 234px;
        height: 234px;
    }
    .pic .pic-dt img {
        width: 234px;
        width: expression(this.width > 234 && this.width > this.height ? "234px":true);
    }
    .index-page2 .swiper-slide{
        height: 331px;
        line-height: 331px;
    }
    .product-category-list .pic2 {
        height: 283px;
    }
    .product-detail-page1 .sjd_sp_pic .button-prev {
        left: 0;
    }
    .product-detail-page1 .sjd_sp_pic .button-next {
        left: auto;
        right: 0;
    }
}

@media (max-width: 700px) {
    .index-page3 .index-page3-left {
        width: 100%;
    }
    .index-page3 .index-page3-right {
        width: 100%;
        padding-left: 0;
        padding-top: 4.5%;
    }
    .index-page1 .swiper-button-prev,
    .index-page4 .swiper-button-prev,
    .product-detail-page4 .swiper-button-prev {
        left: 36%;
    }
    .index-page1 .swiper-button-next,
    .index-page4 .swiper-button-next,
    .product-detail-page4 .swiper-button-next {
        right: 36%;
    }
    .pic {
        height: 303px;
    }
    .pic .pic-div {
        width: 214px;
    }
    .pic .pic-dt {
        width: 214px;
        height: 214px;
    }
    .pic .pic-dt img {
        width: 194px;
        width: expression(this.width > 194 && this.width > this.height ? "194px":true);
    }
    .index-page2 .swiper-slide{
        height: 300px;
        line-height: 300px;
    }
}

@media (max-width: 600px) {
    header .header-top-right {
        display: none;
    }
    .pic{
        height: 272px;
    }
    .pic .pic-div{
        width: 183px;
    }
    .pic .pic-dt{
        width: 183px;
        height: 183px;
    }
    .pic .pic-dt img{
        width: 163px;
        width: expression(this.width > 163 && this.width > this.height ? "163px":true);
    }
    .pic dd .view-more{
        padding: 10px 30px;
    }
    .index-page2 .swiper-slide{
        height: 253px;
        line-height: 253px;
    }
}

@media (max-width: 568px) {
    .index-banner .banner-prev1 {
        background-size: 50%;
    }
    .index-banner .banner-next1 {
        background-size: 50%;
    }
    .hotsale-page-right .hotsale-item .hotsale-item-img,
    .hotsale-page-right .hotsale-item .hotsale-item-text {
        width: 100%;
    }
    .hotsale-page-right .hotsale-item .hotsale-item-img{
        text-align: center;
    }
    .index-page2 .swiper-slide{
        height: 238px;
        line-height: 238px;
    }
}

@media (max-width: 480px) {
    .header-top{display: none;}
    header .header-bottom .header-bottom-logo {
        max-width: 40%;
    }
    .index-title {
        font-size: 22px;
    }
    .index-page1,
    .inside-page {
        padding: 50px 0;
    }
    .index-page2,
    .index-page3 {
        padding-bottom: 50px;
    }
    .index-page4{
        padding-bottom: 90px;
    }
    .pic2 {
        height: 282px;
    }
    .pic2 .pic-div {
        width: 193px;
    }
    .pic2 .pic-dt {
        width: 193px;
        height: 193px;
    }
    .pic2 .pic-dt img {
        width: 173px;
        width: expression(this.width > 173 && this.width > this.height ? "173px":true);
    }
    .pic {
        width: 47%;
        margin-right: 6%;
        height: 282px;
    }
    .pic:nth-of-type(3n) {
        margin-right: 6%;
    }
    .pic:nth-of-type(2n) {
        margin-right: 0;
    }
    .pic .pic-div {
        width: 193px;
    }
    .pic .pic-dt {
        width: 193px;
        height: 193px;
    }
    .pic .pic-dt img {
        width: 173px;
        width: expression(this.width > 173 && this.width > this.height ? "173px":true);
    }
    .index-page2 .swiper-slide{
        height: 273px;
        line-height: 273px;
    }
    .index-page2 .swiper-button-prev, .index-page2 .swiper-button-next{
        bottom: 50px;
    }
    .index-page1 .swiper-button-next,
    .index-page4 .swiper-button-next,
    .product-detail-page4 .swiper-button-next {
        right: 0%;
    }
    .index-page2 .swiper-button-next {
        right:0%;
    }
    .index-page1 .swiper-button-prev,
    .index-page4 .swiper-button-prev,
    .product-detail-page4 .swiper-button-prev {
        left: 0%;
    }
    .index-page2 .swiper-button-prev{
        left:0%;
    }
    footer .footer-nav{
        padding: 30px 0;
    }
    footer .footer-nav .footer-list {
        display: none;
    }
    footer .footer-nav .sign-list {
        display: block;
    }
    .page-position {
        display: none;
    }
    .product-category-list .pic2 {
        height: 247px;
    }
    .product-detail-page1 .sjd_sp_pic .tp_ti{
        height: 69px;
    }
    .product-detail-page1 .sjd_sp_pic .slide {
        margin-right: 10px;
        width: 69px;
        height: 69px;
        line-height: 69px;
    }
    .product-detail-page3 .comment-form input {
        width: 100%;
        margin-right: 0;
    }
    .product-detail-page3 .comment-form .comment-code {
        max-width: 50%;
    }
    .contact-page .contact-page-left {
        width: 100%;
    }
    .contact-page .contact-page-right {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 375px) {
    header .header-top-left-list{
        font-size: 14px;
    }
    .index-page1, .inside-page{
        padding: 30px 0;
    }
    .pic2,
    .pic {
        height: 261px;
    }
    .pic2 .pic-div,
    .pic .pic-div {
        width: 172px;
    }
    .pic2 .pic-dt,
    .pic .pic-dt {
        width: 172px;
        height: 172px;
    }
    .pic2 .pic-dt img,
    .pic .pic-dt img {
        width: 152px;
        width: expression(this.width > 152 && this.width > this.height ? "152px":true);
    }
    .pic2 dd .view-more,
    .pic dd .view-more {
        padding: 8px 12px;
    }
    .index-page2 .swiper-slide{
        height: 242px;
        line-height: 242px;
    }
    .index-page1 .swiper-button-prev,
    .index-page4 .swiper-button-prev,
    .product-detail-page4 .swiper-button-prev {
        left: 26%;
    }
    .index-page2 .swiper-button-prev {
        left: 44%;
    }
    .index-page1 .swiper-button-next,
    .index-page4 .swiper-button-next,
    .product-detail-page4 .swiper-button-next {
        right: 26%;
    }
    .index-page2 .swiper-button-next {
        right: 44%;
    }
    .product-category-list .pic2{
        height: 226px;
    }
    .product-detail-page1 .sjd_sp_pic .tp_ti{
        height: 75px;
    }
    .product-detail-page1 .sjd_sp_pic .slide {
        margin-top: 0;
        max-height: 74px;
        height: 74px;
        width: 74px;
        line-height: 74px;
        margin-right: 15px;
    }
}

@media (max-width: 360px) {
    header .header-top-left-list:nth-child(1) {
        display: none;
    }
    .pic2 .pic-div, .pic .pic-div{
        width: 165px;
    }
    .pic2 .pic-dt, .pic .pic-dt{
        width: 165px;
        height: 165px;
    }
    .pic2 .pic-dt img, .pic .pic-dt img{
        width: 143px;
        width: expression(this.width > 143 && this.width > this.height ? "143px":true);
    }
    .index-page2 .swiper-slide{
        height: 231px;
        line-height: 231px;
    }
    .product-detail-page1 .sjd_sp_pic .slide {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

@media (max-width: 320px) {
    .pic2,
    .pic {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .pic2 .pic-div,
    .pic .pic-div {
        width: auto;
    }
    .pic2 .pic-dt,
    .pic .pic-dt {
        display: block;
        width: auto;
        height: auto;
    }
    .pic2 .pic-dt img,
    .pic .pic-dt img {
        width: 100%;
    }
    .index-page2 .swiper-button-prev, .index-page2 .swiper-button-next{
        bottom: 30px;
    }
    .index-page2 .swiper-slide{
        height: auto;
        line-height: 1;
    }
    .index-page1 .swiper-button-prev,
    .index-page4 .swiper-button-prev,
    .product-detail-page4 .swiper-button-prev{
        left: 20%;
    }
    .index-page1 .swiper-button-next,
    .index-page4 .swiper-button-next,
    .product-detail-page4 .swiper-button-next {
        right: 20%;
    }
    .index-page3 .index-page3-right .index-page3-btn a {
        width: 140px;
        margin-right: 5px;
    }
    .product-category-list .pic2 {
        height: auto;
    }
    .product-detail-page1 .sjd_sp_pic .slide {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .news-detail-page .news-detail-title,
    .hotsale-detail-page .hotsale-detail-title {
        font-size: 18px;
    }
}
