@charset "utf-8";

.slider_banner {
    position: relative;
    overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: -25px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 30px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-button-next:before,
.swiper-button-prev:before {
    display: inline-block;
    -webkit-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -o-transform: scale(.5, 1);
    transform: scale(.5, 1);
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {}

.swiper-container:hover .swiper-button-prev {
    left: 65px;
}

.swiper-container:hover .swiper-button-next {
    right: 65px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    /*pointer-events:none;*/
    opacity: 0.3;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
    content: '\e61f';
    font-family: 'iconfont';
    color: #fff;
}

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
    content: '\e61b';
    font-family: 'iconfont';
    color: #fff;
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 3
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #aaa;
    background-color: #aaa;
    border-radius: 50%;
    margin: 0 5px;
    background-clip: content-box;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, .4);
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, .4);
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .3s -webkit-transform;
    transition: .2s top, .3s -webkit-transform;
    -o-transition: .2s transform, .3s top;
    transition: .2s transform, .3s top;
    transition: .2s transform, .3s top, .3s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .3s -webkit-transform;
    transition: .2s left, .3s -webkit-transform;
    -o-transition: .2s transform, .3s left;
    transition: .2s transform, .3s left;
    transition: .2s transform, .3s left, .3s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .3s -webkit-transform;
    transition: .2s right, .3s -webkit-transform;
    -o-transition: .2s transform, .3s right;
    transition: .2s transform, .3s right;
    transition: .2s transform, .3s right, .3s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal {
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.slider_banner .swiper-slide img {
    width: 100%;
}

.slider_banner .swiper-slide img+img {
    position: absolute;
    left: 0;
    top: 0;
}

.slider_banner .swiper-slide img {
    width: 100%;
    transition: 3s linear;
    transform: scale(1.08);
}

.slider_banner .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}

.index_main .swiper-button-prev,
.index_main .swiper-button-next {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 1;
    background: none;
    margin-top: -30px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.index_main .swiper-button-prev.swiper-button-disabled,
.index_main .swiper-button-next.swiper-button-disabled {
    opacity: .3;
}

.index_main .swiper-button-prev:before,
.index_main .swiper-button-next:before {
    font-size: 60px;
    -webkit-transform: scale(.55, 1);
    -ms-transform: scale(.55, 1);
    -o-transform: scale(.55, 1);
    transform: scale(.55, 1);
}

.index_main .swiper-button-prev {
    left: -85px;
}

.index_main .swiper-button-next {
    right: -85px;
}

/*.index_main .swiper-button-prev:before{content: '\f053';}
.index_main .swiper-button-next:before{content: '\f054';}*/
.index_main .swiper-button-prev:not(.swiper-button-disabled):hover,
.index_main .swiper-button-next:not(.swiper-button-disabled):hover {}

.slider_banner .swiper-button-next,
.slider_banner .swiper-button-prev {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 0;
    margin-top: -28px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}

.slider_banner .swiper-button-prev {
    left: 50px;
}

.slider_banner .swiper-button-next {
    right: 50px;
}

.slider_banner .swiper-button-prev:before,
.slider_banner .swiper-button-next:before {
    font-size: 56px;
    color: #fff;
    vertical-align: middle;
}

/*.slider_banner .swiper-button-prev:before{content: '\f104';}
.slider_banner .swiper-button-next:before{content: '\f105';}*/



.slider_banner .swiper-pagination {
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center;
    z-index: 2;
}

.slider_banner:hover .swiper-button-next,
.slider_banner:hover .swiper-button-prev {
    opacity: .6;
    filter: alpha(opacity=60);
}

.slider_banner:hover .swiper-button-next:hover,
.slider_banner:hover .swiper-button-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slider_banner:hover .swiper-button-prev {
    left: 60px;
}

.slider_banner:hover .swiper-button-next {
    right: 60px;
}

.home_module_product .swiper-button-prev,
.home_module_product .swiper-button-next {
    opacity: 1;
    ;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    border-radius: 50%;
}

.home_module_product .swiper-button-prev::before {
    content: '\e613';
    transform: scale(1);
}

.home_module_product .swiper-button-next::before {
    content: "\e620";
    transform: scale(1);
}

/*ie*/
.swiper-container {
    overflow: hidden\9;
}

.swiper-container .swiper-wrapper {
    width: 20000%\9;
}

.swiper-slide {
    float: left\9;
}

.product_slider .product_item {
    width: 25%\9;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .swiper-container .swiper-wrapper {
        width: auto;
    }
}

/*--------------------------reset main.css---------------------------*/

/* font color */
body,
html,
input,
button,
textarea,
a {
    color: #333;
}

a:hover {
    color: #af645d;
}


/* font family */
body,
html,
input,
button,
textarea {
    font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3 {
    font-family: 'SourceSansProRegular', Arial, Helvetica, sans-serif;
}

.index-title-bar .index-title,
.about-us .about-detail .about-title {
    font-family: 'SourceSansProBlack';
}


/* clear floating */
.head-r:after,
.company-synopses ul:after,
.items-content:after,
.items_list ul:after,
.owl-stage:after,
.new-item:after,
.blog-news-list:after,
.news-item-hd:after,
.featured-list:after,
.banner-list:after,
.new-product-list:after,
.head-contact:after,
.index-cate-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.head-r,
.nav-wrap,
.company-synopses ul,
.items-content,
.items_list ul,
.owl-stage,
.new-item,
.blog-news-list,
.news-item-hd,
.featured-list,
.banner-list,
.new-product-list,
.head-contact,
.index-cate-list {
    *zoom: 1;
}

/* layout */
.layout,
.path-bar .path-nav {
    width: 90%;
    max-width: 1440px;
}

/* inquiry-pop */
/* .inquiry-pop-bd{
    width: 100%!important;
    height: 100%!important;
} */


/* service bug */
.side_content,
.show_btn {
    position: absolute;
    right: 0;
    top: 0;
}






.owl-carousel .owl-controls {
    height: auto;
}

.owl-carousel .owl-controls .owl-nav {
    position: absolute;
    top: auto;
    left: auto;
    text-align: center;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    font-weight: bold;
    width: .35rem;
    height: .35rem;
    line-height: .35rem;
    border-radius: 50%;
    background-color: #999;
    font-size: .12rem;
    color: #fff;
    margin: 0 .05rem 0 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #fff;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: '\f053';
}

.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '\f054';
}





/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
    position: relative;
    width: 100%;
    z-index: 10000;
}

.head-layout {
    position: relative;
}

.head-layout .logo {
    float: left;
    padding: 20px 0;
}

.head-layout .logo img {
    height: 42px;
    vertical-align: middle;
}

.head-r {
    padding: 20px 0 0;
    float: right;
}

.head-search {
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 3px;
    width: 100%;
}

.head-search .head-search-form {
    padding: 0;
    overflow: hidden;
    z-index: 1;
    box-sizing: content-box;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* .head-search .search-ipt {
    display: block;
    width: 320px;
    height: 36px;
    line-height: 36px;
    float: right;
    padding: 0 0 0 10px;
    margin-top: 2px;
    background: none;
    border: 0;
    border-radius: 18px;
    background-color: #7d2001;
    color: #fff;
    text-indent: .1rem;
    border-bottom: 0;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.head-search .search-ipt::-webkit-input-placeholder{
    color:#fff;
    color: rgba(255,255,255,.8);
}
.head-search .search-ipt:focus,
.head-search .search-ipt:hover{
    background-color: rgba(0,0,0,.35);
}
.head-search .search-btn {
    position: absolute;
    display: block;
    right: 0;
    top: 25px;
    border: none;
    background: none;
    font-size: .18rem;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    background: #ed9913;
    color: #fff;
    border-radius: 50%;
} */

search start ----------------------------------*/ .container {
    position: relative;
    min-height: 100vh;
}

.search-ipt {
    border: 0;
    border-radius: 0;
    background: 0 0;
    -webkit-appearance: none;
}

.web-search {
    display: flex;
    visibility: hidden;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.web-search .btn--search-close {
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: inline-block;
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ccc;
    background-image: url(img/search_btn_close.png);
    background-position: center;
    background-size: auto 35%;
    background-repeat: no-repeat;
    font-size: 1.8em;
    line-height: 42px;
    cursor: pointer;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-background-size: auto 35%;
}

.web-search .btn--search-close:hover {
    background-color: #ffbe00;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    z-index: 100;
}

.js .btn--search-close {
    display: block;
}

.web-search .search-ipt {
    display: inline-block;
    box-sizing: border-box;
    padding: .05em 0;
    width: 75%;
    border-bottom: 3px solid;
    color: #333;
    font-size: 20px;
    font-family: inherit;
    line-height: 1em;
}

.web-search .search-ipt::-webkit-input-placeholder {
    color: #333;
    font-weight: 700;
}

.web-search .search-ipt::-moz-placeholder {
    color: #333;
    font-weight: 700;
    opacity: 1;
}

.web-search .search-ipt:-ms-input-placeholder {
    color: #333;
    font-weight: 700;
}

.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
    -webkit-appearance: none;
}

.web-search .search-ipt::-ms-clear {
    display: none;
}

.web-search .search-attr {
    display: block;
    margin: 0 auto;
    padding: .85em 0;
    width: 75%;
    color: #333;
    text-align: right;
    font-size: 90%;
}

.js .container {
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.js .main-wrap--move {
    height: 100vh;
}

.js .web-search {
    pointer-events: none;
}

.js .search--open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.web-search .btn--search-close {
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.search--open .btn--search-close {
    z-index: 100;
    opacity: 1;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-animation: bounceInA 1s ease;
    -o-animation: bounceInA 1s ease;
    animation: bounceInA 1s ease;
}

.search__suggestion,
.web-search .search-attr {
    opacity: 0;
    -webkit-transition: opacity .8s, transform .8s;
    -moz-transition: opacity .8s, transform .8s;
    -o-transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -ms-transition: opacity .8s, transform .8s;
}

.search--open .search-attr {
    font-size: 20px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.js .web-search .search-ipt {
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    opacity: 0;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    border-bottom-width: 1px;
    -ms-transform: scale3d(0, 1, 1);
    -ms-transform-origin: 0 50%;
    -ms-transition: transform .3s;
}

.js .web-search .search-ipt,
.web-search .search-attr {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.js .search--open .search-ipt {
    opacity: 1;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -ms-transition-duration: .4s;
}

.js .search--open .search-btn {
    display: none !important;
}

.web-search .search-attr {
    padding-bottom: 0;
}

.js .web-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100001;
    margin: auto;
    padding: 50px 0;
    width: 70%;
    height: 240px;
    border-radius: 8px;
    perspective: 1200px;
}

.js .web-search::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .98);
    content: '';
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-30%) scale(1, 0);
    -o-transform: translateY(-30%) scale(1, 0);
    transform: translateY(-30%) scale(1, 0);
    -ms-transform: translateY(-30%) scale(1, 0);
}

.js .search--open::before {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    -ms-transform: none;
}

.main-wrap--move:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    content: '';
}

/*-------------------------------
search  end
----------------------------------*/
/*-------------------------------
.head-search-form .search-btn {
    font-family: 'fontawesome';
    position: absolute;
    right: 0;
    top: -4px;
}
.head-search-show{
    z-index: 9;
}
.head-search-show{
    width: 75%;
}
.head-search-show .head-search-form{
    background-color: #fff;
}
.head-search-show .search-ipt,
.head-search-show .search-ipt:hover{
    width: 100%;
    background-color: #eee;
}
.head-search-show .search-toggle{
    color: #ed1c24;
    display: none;
    visibility: hidden;
}
.head-layout .head-contact{
    float: left;
    padding-left: .4rem;
}
.head-layout .head-contact li {
    position: relative;
}
.head-layout .head-contact li .label{
    display: block;
    color: #ed9913;
}
.head-layout .head-contact li:before{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-size: .21rem;
}
.head-layout .head-contact li.head-phone,
.head-layout .head-contact li.head-phone a{
    color: #fff;
}
.head-layout .head-contact li.head-phone{
    display: inline-block;
    padding-left: .45rem;
    font-size: .14rem;
}
.head-layout .head-contact li.head-phone:before{
    content: '';
    position: absolute;
    left: 0;
    top: .05rem;
    background-image: url(img/ico_tel.png);
    background-position: 0 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.head-layout .head-contact li.head-phone:hover:before{
    background-position: 0 -41px;
}
.topbar{
    height: 48px;
    text-align: right;
    background-color: #22264b;
}
.topbar .topleft{
    display: inline;
    float: left;
}
.topbar .topleft,
.topbar .topleft a{
    color: #fff;
}
.topbar .topr {
    display: inline;
    float: right;
}
.change-language {
   z-index: 3!important;
   margin-left: .2rem;
   /* padding-top: 20px; */
margin-top: 0;
float: right;
}

.change-language-info .change-language-title,
.change-language-info .change-language-title a,
.change-language-info .change-language-title span,
.change-language-info .language-icon {
    /*color: #fff;*/
}

.change-language-info:hover .change-language-title,
.change-language-info:hover .change-language-title a,
.change-language-info:hover .change-language-title span,
.change-language-info:hover .language-icon {
    color: inherit
}


/* nav */
.nav-bar {
    background-color: #f6f6f6;
}

.nav-bar .nav-wrap {
    width: 90%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-bar .nav {
    padding-left: 0;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 16px;
    /* font-size: .16rem; */
    float: left;
}

.nav-bar .nav {
    *display: inline;
}

.nav-bar .nav,
.nav-bar .nav a {
    color: #222;
}

.nav-bar .nav li {
    position: relative;
    display: block;
    line-height: 70px
}

.nav-bar .nav>li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.nav-bar .nav>li.nav-current>a {
    font-weight: bold;
    color: #af645d;
}

.nav-bar .nav>li>a {
    position: relative;
    display: inline-block;
    font-family: "Avenir-Roman";
    /* padding: 0 .25rem; */
    padding: 0 25px;
    text-transform: uppercase;
}

.nav-bar .nav>li>a:hover {
    color: #af645d;
}

.nav-bar .nav li li {
    display: block;
    font-size: 14px;
    /* font-size: .14rem; */
}

.nav-bar .nav li li a {
    color: #333;
    padding: 0;
    display: block;
    height: .35rem;
    line-height: .35rem;
    overflow: hidden;
    border-bottom: 0px dotted #3b3b3b;
}

.nav-bar .nav ul {
    width: 250px;
    position: absolute;
    top: 70px;
    left: 0;
    padding: .15rem 0;
    background: #f6f6f6;
    text-align: left;
    z-index: 999;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    display: block;
    visibility: hidden;
    opacity: 0;
}

.nav-bar .nav li ul {
    -webkit-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    -o-transform: translateY(-8%);
    transform: translateY(-8%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-bar .nav li ul li {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.nav-bar .nav li.li-hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.foot-item.foot-item-list li:hover {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.nav-bar .nav li li:hover {
    background-color: #f2f2f2;
}

.nav-bar .nav li li:last-child {
    border-bottom: 0;
}

.nav-bar .nav ul li a {
    height: 35px;
    line-height: 35px;
    /* padding: 0 .15rem; */
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

.nav-bar .nav ul li:last-child a {
    border-bottom: 0;
}

.nav-bar .nav ul ul,
.fixed-nav.nav-bar .nav ul ul {
    top: 0;
    left: 1.786rem;
    margin-left: .02rem;
}

.nav-bar .nav ul li:hover>a {
    color: #af645d;
}

.nav-bar .nav li .nav-ico {
    font-size: .12rem;
    margin: 0 0 0 .05rem;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    display: inline-block;
}

.nav-bar .nav li .nav-ico:after {
    content: '\f078';
}

.nav-bar .nav li li .nav-ico {
    position: absolute;
    top: 0;
    right: .1rem;
    line-height: .35rem;
}

.nav-bar .nav li li .nav-ico:after {
    content: '\f0da';
}

.nav-bar .nav>li.li-hover>a {
    color: #af645d;
}

.fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10009;
}

.fixed-nav .nav-wrap {
    border-top-color: transparent;
}

.fixed-nav:before {
    width: 0;
}

.head-fixed-holder {
    margin-top: -.4rem;
}

.fixed-nav {
    box-shadow: 0 .05rem .08rem rgba(0, 0, 0, .05);
    border-bottom: 1px solid #ddd;
}

.fixed-nav .nav-bar:before {
    display: none;
}
.fixed-nav  .pc_head_href img{height:35px}
.fixed-nav .nav-wrap {
    top: 0;
}



/*--------------------------footer---------------------------*/


.service-intro-bar {
    padding: .4rem 0;
    overflow: hidden;
}

.service-intro-bar .service-intro-list {}

.service-intro-bar .service-intro-list ul {
    margin: 0 -.2rem;
}

.service-intro-bar .service-intro-list li {
    width: 33.333333%;
    float: left;
    padding: 0 .2rem;
}

.service-intro-bar .service-intro-list .service-intro-item {
    cursor: default;
}

.service-intro-bar .service-intro-list .service-item-ico {
    display: block;
    width: 40px;
    height: 40px;

    margin-right: .1rem;
    float: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: .05rem;
}

.service-intro-bar .service-intro-item .item-ico-1 {
    background-position: 0 0;
}

.service-intro-bar .service-intro-item:hover .item-ico-1 {
    background-position: 0 -40px;
}

.service-intro-bar .service-intro-item .item-ico-2 {
    background-position: 0 -80px;
}

.service-intro-bar .service-intro-item:hover .item-ico-2 {
    background-position: 0 -120px;
}

.service-intro-bar .service-intro-item .item-ico-3 {
    background-position: 0 -160px;
}

.service-intro-bar .service-intro-item:hover .item-ico-3 {
    background-position: 0 -200px;
}

.service-intro-bar .service-intro-item:hover {
    color: #af645d;
}

.service-intro-bar .service-item-tit {
    height: .3rem;
    line-height: .3rem;
    overflow: hidden;
    font-size: .21rem;
    color: #000;
}

.service-intro-bar .service-item-desc {
    display: block;
    height: .2rem;
    line-height: .2rem;
    overflow: hidden;
    font-size: .15rem;
}

.service-intro-bar .service-item-desc,
.service-intro-bar .service-item-desc a {
    color: #888;
}


/* foot items */
.foot-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: .15rem;
}

.foot-wrapper,
.foot-wrapper a {
    color: #777;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.foot-wrapper a:hover,
.foot-items .foot-item .foot-cont a:hover {
    color: #af645d;
}

.foot-items {
    padding: .7rem 0;
    line-height: 2.3;
    border-top: 1px solid #ccc;
}

.foot-items .foot-item {
    width: 30%;
    position: relative;
    float: left;
}

.foot-items .foot-item .foot-tit,
.foot-items .foot-item .foot-tit a {
    color: #000;
}

.foot-items .foot-item .foot-tit {
    position: relative;
    margin: 0 0 .2rem;
    font-size: .21rem;
    line-height: .3rem;
    z-index: 2;
}

.foot-items .foot-item .foot-tit img {
    max-width: 100%;
}

.foot-items .foot-item .foot-cont {
    line-height: 1.5;
    font-style: italic;
}

.foot-items .foot-item .foot-cont,
.foot-items .foot-item .foot-cont a {}

.foot-items .foot-item-news {
    width: 37%;
    padding-right: 10%;
}

.foot-items .foot-item-news .news-txt-list li {
    display: block;
    height: .25rem;
    line-height: .25rem;
    margin-bottom: .05rem;
    overflow: hidden;
}

.foot-items .foot-item-news .news-txt-list li a {
    display: block;
    position: relative;
}

.foot-items .foot-item-inquiry {
    padding-right: 5%;
}

.foot-items .foot-item-inquiry .subscribe {
    display: block;
}

.foot-items .foot-item-inquiry .subscribe span {
    display: block;
    line-height: 1.5;
}

.foot-items .foot-item-inquiry .button {
    display: inline-block;
    line-height: .24rem;
    font-size: .18rem;
    padding: .08rem .17rem;
    margin-top: .3rem;
    border: 0;
    text-transform: uppercase;
    background: #af645d;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    font-style: normal;
}

.foot-items .foot-item-inquiry .button:hover {
    background-color: #000;
    color: #fff;
}

.foot-items .foot-item-inquiry .button:before {
    font-family: "fontawesome";
    content: "\f0e0";
    margin: 0 .1rem 0 0;
    display: none;
}

.foot-items .foot-item-contact {
    width: 20%;
    padding-right: 0;
    float: right;
}

.foot-item-contact li {
    line-height: .25rem;
    margin-bottom: .05rem;
    position: relative;
    line-height: .22rem;
}

.foot-items .foot-item-contact .foot-cont li a {
    /*color: #af645d;*/
}

.foot-item-contact li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .14rem;
    display: none;
}

.foot-item-contact li.foot_addr:before {
    content: "\f0f7";
}

.foot-item-contact li.foot_tel:before {
    content: "\f095";
}

.foot-item-contact li.foot_phone:before {
    content: "\f095";
    font-size: .16rem;
}

.foot-item-contact li.foot_email:before {
    content: "\f003"
}

.foot-item-contact li.foot_fax:before {
    content: "\f1ac"
}

.foot-item-contact li.foot_skype:before {
    content: "\f17e"
}


/* foot nav */
.foot-nav {
    text-align: center;
}

.foot-nav .layout {
    padding-top: .35rem;
    padding-bottom: .35rem;
    border-top: 1px solid #ccc;
}

.foot-nav li {
    display: inline;
    line-height: 1.5;
}

.foot-nav li a {
    display: inline-block;
    padding: 0 .2rem;
    color: #333;
}

.foot-nav li a:hover {
    color: #af645d;
}

.foot-nav li:after {
    content: '|';
}

.foot-nav li:last-child:after {
    display: none;
}

/* foot bar */
.foot-bar {
    background-color: #af645d;
}

.foot-bar .layout {
    padding-top: .3rem;
    padding-bottom: .3rem;
    text-align: left;
}

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

.copyright,
.copyright a {
    color: #fff;
}

.copyright .copy-company {
    font-style: italic;
    padding: 0 .05rem;
}

.copyright strong {
    font-weight: normal;
    padding-right: .15rem;
}

.foot-social {
    float: right;
    text-align: left;
}

.foot-social li {
    display: inline;
    padding: 0 0 0 .1rem;
}

.foot-social li a {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: .05rem;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.foot-social li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.foot-social li img {
    display: inline-block;
    max-height: 16px;
    opacity: 1;
}


/* gotop */
.gotop {
    display: none !important;
    width: .45rem;
    height: .42rem;
    line-height: .42rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0;
    background-color: #fff;
    border: 4px solid #af645d;
    font-size: .12rem;
    color: #af645d;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-animation: btnUpDown 1.5s infinite ease;
    animation: btnUpDown 1.5s infinite ease;
    text-indent: -9999px;
    overflow: hidden;
    bottom: .1rem;
    right: .15rem;
    opacity: .8;
    z-index: 9;
}

.gotop:hover {
    opacity: 1;
    background-color: #af645d;
    color: #fff;
}

.gotop:before {
    font-family: fontawesome;
    content: '\f106';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .2rem;
    text-indent: 0;
    text-align: center;
}

@-webkit-keyframes btnUpDown {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

}

@keyframes btnUpDown {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

}




/*-------------------------------------------------------- 
                                                    page: index
                                                                    ------------------------------------------------------*/

.gd-layer {
    padding: .8rem 0;
}

.gd-layer,
.gd-layer a {
    color: #333;
}

.gd-layer a:hover {
    color: #000;
}

.main_content {
    padding: 0 0 .8rem;
}

.index-main-content {
    padding-bottom: 0;
}


/* slides */
.rev_slider_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tp-leftarrow,
.tp-rightarrow {
    font-size: .12rem;
    background-color: #000;
    float: left;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff !important;
    width: .35rem;
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    overflow: hidden;
    top: 50% !important;
    margin-top: -.175rem !important;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tp-leftarrow:before {
    content: '\f053';
}

.tp-rightarrow:before {
    content: '\f054';
}

/*.tp-leftarrow:hover,
.tp-rightarrow:hover{
    border-color: #af645d;
    color: #af645d!important;
}*/
.owl-carousel .owl-controls .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 .035rem;
    border-radius: 50%;
    border: 1px solid #333;
    background: none;
}

.owl-carousel .owl-controls .owl-dots .active {
    background-color: #af645d;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background-color: #af645d;
}

.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow {
    opacity: .25;
    filter: alpha(opacity=25);
}

.rev_slider_wrapper:hover .tp-leftarrow:hover,
.rev_slider_wrapper:hover .tp-rightarrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #af645d;
    color: #fff !important;
}

.tp-loader.spinner0 {
    background: url(img/loading.gif) center no-repeat;
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
}


/* title */
.index-title-bar {
    margin: 0 auto .4rem;
    text-align: center;
}

.index-title-bar .index-title {
    position: relative;
    font-size: .3rem;
    font-weight: bold;
    line-height: 1.2;
}

.index-title-bar .index-title:after {
    content: '';
    display: block;
    clear: both;
    height: 12px;
    background: url(img/floor_tit_ico.png) center no-repeat;
    margin: 10px auto 0;
}

.index-title-bar .index-title,
.index-title-bar .index-title a {
    color: #191c21;
}

.index-title-bar .title-desc {
    display: block;
    padding: .1rem 0 0;
    font-size: .15rem;
    font-size: .16rem;
    font-style: italic;
}


/* btn */
.learn-more-bar {
    text-align: center;
    padding: .4rem 0 0;
}

.gd-btn {
    background-color: #850244;
    border: 0;
    color: #fff;
    font-size: .14rem;
    font-weight: bold;
    line-height: .22rem;
    display: inline-block;
    padding: .11rem .25rem;
    letter-spacing: 1px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    border-radius: .03rem;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.gd-btn:before {
    content: '';
    display: block;
    width: .2rem;
    height: .2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.1rem;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%
}

.gd-btn:hover {
    background-color: #93064d;
}

.gd-btn:hover:before {
    -webkit-transition: all 1.6s ease;
    -o-transition: all 1.6s ease;
    transition: all 1.6s ease;
    -webkit-transform: scale(20);
    -ms-transform: scale(20);
    -o-transform: scale(20);
    transform: scale(20);
    background-color: rgba(255, 255, 255, .2);
}


/* slide banner */
.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected {
    width: .1rem;
    height: .1rem;
}

.tp-bullets.simplebullets .bullet {
    background-color: #fff;
    border: .02rem solid #fff;
    opacity: .4;
}

.tp-bullets.simplebullets .bullet.selected {
    opacity: 1;
    background-color: #850345;
    border-color: #850345;
}



/* product list */
.product-items {
    position: relative;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f6f6f6;
}

.product-items .layout {
    position: relative;
    z-index: 2;
}

.product-items .index-title-bar {
    margin-bottom: .3rem;
}

.product-items .learn-more-bar {
    padding: .3rem 0 0;
}

.product-items .layer-body {
    margin: 0 -.125rem;
}

.product-items .gd-btn {
    font-size: .16rem;
    padding: .05rem .15rem;
    line-height: 1.3;
}

.product-items .gd-btn:before {
    display: none;
}

.product-items .items-content {}

.product-item {
    position: relative;
    vertical-align: top;
    width: 33.333333%;
    padding: .05rem .125rem;
    margin: 0 0 .22rem;
    float: left;
}

.product-items .product-item,
.goods-items .product-item {
    margin: 0;
}

.product-item .item-wrap {
    position: relative;
    /*overflow: hidden;*/
    text-align: center;
}

.product-item .item-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #f6f6f6;
}

.product-item .item-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product-item .item-img:hover:before {
    background-color: rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product-item .item-img img {
    position: relative;
    width: 100%;
    -moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
}

.product-item .item-info {
    padding: .1rem .2rem;
}

.product-item .item-info .item-title {
    text-transform: capitalize;
    height: .36rem;
    line-height: .19rem;
    font-size: .15rem;
    font-weight: normal;
    overflow: hidden;
}

.product-item .item-info .item-title a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product-item .item-info .item-title a:hover {
    color: #af645d;
}

.product-items .product-item {
    width: 25%;
}

.product-items .item-img:hover {
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .07);
    outline: 1px solid rgba(0, 0, 0, .05);
}

.product-items .item-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product-items .product-item:nth-child(4n+1) {
    clear: left;
}

.product-items .owl-carousel .owl-controls {
    padding-top: .2rem;
    height: auto;
}

.product-items .owl-carousel .owl-controls .owl-nav {
    padding-top: .1rem;
    position: static;
    text-align: center;
}

.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next {
    background-color: #041e41;
    color: #fff;
    padding: .03rem .12rem;
    border-radius: .03rem;
    margin: 0 .05rem;
}

.product-items .owl-carousel .owl-controls .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-next:hover {
    background-color: #ec4c4e;
    color: #fff;
}

.product-items .owl-carousel .owl-controls .owl-dot {
    display: none;
}

.items_list .product-item {
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.items_list .product-item:nth-child(3n+1) {
    clear: left;
}




/* about us */
.about-us {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 1.5rem 0;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.about-us .about-img .flex-control-nav {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: .15rem;
}

.about-us .about-img .flex-control-paging li a {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .4);
}

.about-us .about-img .flex-control-paging li a:hover,
.about-us .about-img .flex-control-paging li a.flex-active {
    border-color: #000;
    background: #000;
}

.about-us .about-img .flex-direction-nav {
    display: none;
}

.about-us .layer-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.about-us .about-tit-ico {
    width: 1.4rem;
    padding-left: .5rem;
}

.about-us .about-tit-ico img {
    max-width: 100%;
    height: auto;
}

.about-us .about-img {
    width: 46%;
    position: relative;
    border: 10px solid #fff;
}

.about-us .about-img .item,
.about-us .about-img .item img {
    position: relative;
    width: 100%
}

.about-us .about-img .item {
    display: none;
}

.about-us .about-detail,
.about-us .about-detail a {
    color: #fff;
}

.about-us .about-detail {
    font-size: .16rem;
    line-height: 1.3;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: .4rem .3rem;
    background-color: rgba(255, 255, 255, .2);
}

.about-us .about-detail .about-title {
    font-size: .28rem;
    padding-bottom: .15rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.about-us .about-detail .about-title,
.about-us .about-detail .about-title a {
    color: #ed9913;
}

.about-us .about-more {
    margin: .3rem 0 0;
}

.about-us .about-more a {
    display: inline-block;
    font-size: .15rem;
    padding: .08rem .25rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 2px solid #fff;
}

.about-us .about-more a:hover {
    border-color: #ed9913;
    background-color: #ed9913;
    -webkit-transform: translateY(-.03rem);
    -ms-transform: translateY(-.03rem);
    -o-transform: translateY(-.03rem);
    transform: translateY(-.03rem);
}



/* cates */
.index-cate-layer {
    padding: 0;
}

.index-cate-layer .layout {
    width: 100%;
    max-width: inherit;
}

.index-cate-item {
    display: block;
    width: 25%;
    float: left;
    padding: .4rem 0;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: center;
}

.index-cate-item:hover {}

.index-cate-item:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 0;
}

.index-cate-item .item-img {
    display: block;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.index-cate-item .item-img img {
    height: 1.31rem;
    width: auto;
}

.index-cate-item .item-info {
    padding: .03rem 0 0;
}

.index-cate-item .item-info:before {
    content: '';
    display: block;
    width: .4rem;
    height: .02rem;
    background-color: #af645d;
    margin: 0 auto .05rem;
}

.index-cate-item .item-tit {
    display: block;
    height: .24rem;
    line-height: .24rem;
    overflow: hidden;
    font-size: .15rem;
    font-weight: normal;
    padding-top: .03rem;
}

.index-cate-item .cate-item-btn {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -.2rem;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}

.index-cate-item .cate-item-btn .item-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: .15rem;
    line-height: .3rem;
    padding: .05rem .25rem;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.index-cate-item .cate-item-btn .item-btn:hover {
    background-color: #af645d;
}

.index-cate-item:hover .item-img {
    opacity: .5;
    filter: alpha(opacity=50);
}

.index-cate-item:hover .cate-item-btn {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}




/* blog news */
.blog-news-layer {
    padding-top: .7rem;
    padding-bottom: .7rem;
    background-color: #f6f6f6;
}

.blog-news-layer .layer-body {
    padding: .3rem;
    background-color: #fff;
}

.blog-news-item {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    /*    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;*/
}

.blog-news-item .blog-news-cont {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: .15rem;
    padding: .25rem 9% 0 0;
}

.blog-news-item .blog-news-cont .blog-news-tit {
    line-height: 1.1;
    font-size: .24rem;
}

.blog-news-item .blog-news-cont .blog-news-tit,
.blog-news-item .blog-news-cont .blog-news-tit a {
    color: #000;
}

.blog-news-item .blog-news-cont .blog-news-desc,
.blog-news-item .blog-news-cont .blog-news-desc a {
    color: #777;
}

.blog-news-item .blog-news-cont .blog-news-time {
    display: block;
    color: #af645d;
    margin-top: .2rem;
}

.blog-news-item .blog-news-cont .blog-news-desc {
    display: block;
    margin-top: .2rem;
}

.blog-news-item .blog-news-img {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.blog-news-item .blog-news-img:before,
.blog-news-item .blog-news-img img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.blog-news-item .blog-news-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
}

.blog-news-item .blog-news-img:hover:before,
.blog-news-item .blog-news-img:hover img {
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.blog-news-item .blog-news-img:hover:before {
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.blog-news-item .blog-news-img img {
    width: 100%;
    height: auto;
}

.blog-news-item .blog-news-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-news-layer .owl-carousel .owl-controls .owl-nav {
    position: absolute;
    left: 0;
    bottom: .3rem;
    text-align: left;
}

.blog-news-layer .owl-carousel .owl-controls .owl-nav .owl-prev,
.blog-news-layer .owl-carousel .owl-controls .owl-nav .owl-next {
    text-align: center;
    line-height: .35rem;
}


/* partner */
.partner-layer {
    background-color: #f6f6f6;
    padding-top: 0;
}

.partner-layer .owl-carousel .owl-stage-outer {
    background-color: #e8e8e8;
}

.partner-list {
    width: auto;
    padding: 0 .5rem;
}

.partner-list .partner-item {
    display: none;
    text-align: center;
    overflow: hidden;
    background-color: #f6f6f6;
}

.partner-list .partner-item a {
    display: block;
    position: relative;
}

.partner-list .partner-item img {
    max-width: 100%;
    position: relative;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.partner-list .partner-item:hover img {
    opacity: 1;
    filter: alpha(opacity=10);
}

.partner-list .partner-item a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.partner-list .partner-item a:hover {
    border-color: #ccc;
}

.owl-loaded .partner-item {
    display: block;
    padding: 0 .2rem;
}

.partner-wrap .owl-prev:before,
.partner-wrap .owl-next:before {
    margin: 0;
}

.partner-wrap .owl-prev:hover,
.partner-wrap .owl-next:hover,
.partner-slides:hover .owl-prev,
.partner-slides:hover .owl-next {
    opacity: 1;
    color: #fff;
}

.partner-wrap .owl-prev:before {
    content: "\f104";
}

.partner-wrap .owl-next:before {
    content: "\f105";
}

.partner-list:hover .owl-prev,
.partner-list:hover .owl-next {
    opacity: 1;
}

.partner-layer .owl-carousel .owl-controls .owl-nav {
    position: static;
}

.partner-layer .owl-carousel .owl-nav .owl-prev,
.partner-layer .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -.175rem;
}

.partner-layer .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.partner-layer .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.partner-layer .owl-carousel .owl-controls .owl-dots {
    padding: .25rem 0 0;
    position: static;
}

.partner-layer .owl-carousel .owl-controls .owl-dot {
    border-radius: 50%;
    margin: 0 .035rem;
}



/* company-synopses */
.company-synopses {
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.company-synopses ul {
    /*margin: 0 -.1rem;*/
}

.synopsis-item {
    position: relative;
    float: left;
    text-align: center;
    padding: 0;
}

.synopsis-item .item-wrap,
.synopsis-item .item-img img,
.synopsis-item .item-info,
.synopsis-item .item-info .read-more {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.synopsis-item .item-wrap {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 .01rem rgba(0, 0, 0, .15);
    display: none;
}

.synopsis-item .item-wrap:hover .item-info .item-desc {
    color: #fff;
}

.synopsis-item .item-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.synopsis-item .item-img img {
    display: block;
    width: 100%;
    height: auto;
}

.synopsis-item .item-wrap:hover {
    background-color: #22264b;
}

.synopsis-item .item-info {
    position: relative;
    padding: .4rem;
    z-index: 99;
}

.synopsis-item:hover .item-info {
    padding: .35rem .4rem .45rem;
}

.synopsis-item .item-info:before {
    content: '\f0ad';
    display: block;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    background-color: #b7045f;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -.3rem;
    top: -.3rem;
    color: #ccc;
    font-size: .18rem;
    font-family: 'fontawesome';
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.synopsis-item .item-info:hover:before {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.synopsis-item .item-info .item-title {
    position: relative;
    font-weight: bold;
    font-size: .18rem;
    margin: 0 auto .15rem;
    text-transform: uppercase;
}

.synopsis-item .item-info .item-title,
.synopsis-item .item-info .item-title a {}

.synopsis-item .item-info .item-title a:hover {}

.synopsis-item .item-info .item-desc,
.synopsis-item .item-info .item-desc a {
    /*color: #909090;*/
}

.synopsis-item .item-info .item-desc {
    display: block;
    height: .6rem;
    line-height: .2rem;
    overflow: hidden;
    margin: 0 auto .2rem;
    color: #333;
}

.synopsis-item:hover .item-img {
    position: relative;
}

.synopsis-item:hover .item-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.synopsis-item .item-img:before {
    content: '';
    display: block;
    position: absolute;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    left: .1rem;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9;
}

.synopsis-item:hover .item-img:before {
    border-color: rgba(255, 255, 255, .6);
    background-color: rgba(0, 0, 0, .3);
    top: .05rem;
    right: .05rem;
    bottom: .05rem;
    left: .05rem;
}

.synopsis-item .item-info .read-more {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0.06rem .18rem;
}

.synopsis-item:hover .item-info .read-more {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.synopsis-item:hover,
.synopsis-item:hover a {
    color: #fff;
}

.company-synopses .owl-carousel .owl-controls {
    height: auto;
    padding: .4rem 0 0;
}

.company-synopses .owl-carousel .owl-controls .owl-dots {
    position: static;
}

.owl-loaded .synopsis-item .item-wrap {
    display: block;
}



/* new products */
.new-products {
    background-color: #f3f3f3;
}

.new-products .layer-body {
    margin: 0 -.125rem;
}

.new-products .product-item {
    width: 50%;
}

.new-products .product-item .item-wrap {
    background-color: #fff;
    padding-bottom: .15rem;
}

.new-products .product-item .item-info .item-title {
    height: .3rem;
    line-height: .3rem;
    overflow: hidden;
    font-size: .18rem;
    text-transform: uppercase;
}

.new-products .product-item .item-img:hover img,
.new-products .product-item:hover .item-img img {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.new-products .product-item .item-img:hover {
    outline: 0;
}

.new-products .product-item .item-wrap:hover {
    outline: 2px solid #ccc;
    background-color: #fff;
}


.promote-layer {
    padding: .4rem 0;
    background-color: #22264b;
}

.promote-layer .layer-body,
.promote-layer .layer-body a {
    color: #fff;
}

.promote-layer .layer-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.promote-layer .promote-img {
    width: 25%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.promote-layer .promote-img,
.promote-layer .promote-img img {
    border-radius: 50%;
}

.promote-layer .promote-img {
    text-align: right;
    max-width: 100%;
}

.promote-layer .promote-img img {
    max-width: 100%;
    height: auto;
}

.promote-layer .promote-detail {
    padding-right: 10%;
    line-height: 1.1;
}

.promote-layer .promote-title {
    font-size: .24rem;
    margin-bottom: .15rem;
}

.promote-layer .promote-desc {
    font-size: .45rem;
    margin-bottom: .15rem;
}

.promote-layer .promote-detail {
    width: 75%;
}

.promote-layer .promote-detail .btn-wrap {
    padding-top: .15rem;
}

.promote-layer .promote-detail .gd-btn {
    padding: .13rem .28rem;
    border-radius: .04rem;
    font-weight: normal;
}








/* inquiry pannel */
.inquiry-pannel {
    padding: .55rem 0;
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
}

.inquiry-pannel .index-title-bar {
    margin-bottom: .3rem;
}

.inquiry-pannel .pannel-info .info-txt {
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: .25rem;
    font-weight: normal;
    line-height: 1.3;
    font-size: .16rem;
}

.inquiry-pannel .pannel-info .info-txt,
.inquiry-pannel .pannel-info .info-txt a {
    color: #666;
}

.inquiry-pannel .pannel-info .button {
    display: inline-block;
    line-height: .32rem;
    font-size: .16rem;
    text-transform: uppercase;
    padding: .07rem .2rem;
    border: 2px solid #b7045f;
    background: #b7045f;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.inquiry-pannel .pannel-info .button:hover {
    border-color: #edb91a;
    background-color: #edb91a;
    color: #fff;
}

.inquiry-pannel .pannel-info .button:before {
    font-family: "fontawesome";
    content: "\f0e0";
    margin: 0 .1rem 0 0;
}













/*----------------------------------page nav---------------------------------*/

.path-bar {
    position: relative;
    padding: .03rem 0;
    background-color: #ebebeb;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: .3rem;
    text-align: left;
}

.path-bar li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: .14rem;
    text-transform: uppercase;
    font-style: italic;
    z-index: 3;
}

.path-bar li:after {
    /*content: "\f105";*/
    content: "/";
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 .06rem 0 .1rem;
    font-size: .18rem;
}

.path-bar li.current a {}

.path-bar li:last-child:after {
    display: none;
}

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

.pages {
    position: relative;
    margin: .4rem 0 .15rem;
}

.pages a.current,
.pages a:hover {
    background: #222;
    border-color: #222;
    color: #FFF;
}

.pages span.current2 {
    vertical-align: middle;
}


/*----------------------------------aside---------------------------------*/

.aside {
    float: left;
    width: 18.75%;
}

.side-tit-bar {
    position: relative;
}

.side-tit-bar .side-tit {
    position: relative;
    font-size: .18rem;
    height: .38rem;
    line-height: .38rem;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #af645d;
    padding: 0 0 0 .12rem;
}

.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}

.side-cate {
    padding: .2rem 0;
}

.side-cate li {
    position: relative;
    line-height: 33px;
}

.side-cate li {
    margin: 0 .15rem;
}

.side-cate ul {
    display: none;
}

.side-cate li a {
    position: relative;
    display: block;
    height: .33rem;
    line-height: .33rem;
    overflow: hidden;
    margin-right: .2rem;
}

.side-cate li .icon-cate {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #999;
}

.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f067';
}

.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f068';
}

.side-cate li li a {
    padding-right: 0;
}

.side-cate li.nav-current>a,
.side-cate li:hover>a,
li.show_li>a {
    color: #af645d;
}

.side-cate li.nav-current>.icon-cate,
.side-cate li:hover>.icon-cate,
li.show_li>.icon-cate {
    color: #b7045f;
}

.side-product-items {
    position: relative;
    padding: .4rem .08rem;
}

.side-product-items .items_content {
    position: relative;
}

.side-product-items .items_content {}

.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    /*min-height: 80px;*/
    overflow: hidden;
}

.side_product_item figure {
    position: relative;
    display: table;
    width: 100%;
    height: .8rem;
    overflow: hidden;
}

.side_product_item .item-img {
    position: relative;
    width: .65rem;
    display: table-cell;
    vertical-align: middle;
}

.side_product_item .item-img img {
    position: relative;
    width: 100%;
    border: 0px solid #eee;
}

.side_product_item figcaption {
    display: table-cell;
    vertical-align: middle;
    padding-left: .15rem;
}

.side_product_item figcaption a {
    display: inline-block;
    line-height: .18rem;
    max-height: .54rem;
    /* overflow: hidden; */
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .15;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.side-product-items .btn-prev {
    top: .2rem;
    background: url(img/side_product_up.png) no-repeat center center;
}

.side-product-items .btn-next {
    bottom: .2rem;
    background: url(img/side_product_down.png) no-repeat center center;
}

.side-product-items .btn-prev:hover,
.side-product-items .btn-next:hover {
    opacity: .35;
}

.aside .side-bn {
    max-width: 100%;
    margin: 0 0 25px 0;
}

.aside .side-bn img {
    max-width: 100%
}


/*----------------------------------main---------------------------------*/

.main {
    position: relative;
    width: 78.3%;
    float: right;
}

.main-tit-bar {
    padding: .05em 0 .06rem;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 .12rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-tit-bar .title {
    color: #222;
    font-size: .22rem;
    line-height: 1.2;
    text-transform: uppercase;
    float: left;
}

.main-tit-bar .share-this {
    float: right;
    text-align: right;
}

.main-banner {
    position: relative;
    overflow: hidden;
}

.main-banner .item {
    /* display: none; */
}

.main-banner .item,
.main-banner .item img {
    position: relative;
    width: 100%;
}

.main-banner .flex-direction-nav,
.main-banner .flex-control-nav {
    display: none;
}

.goods-summary {
    margin: .17rem 0 .25rem;
}

.items_list {}

.items_list ul {
    margin: 0 -.15rem;
}

.items_list .product-item {
    margin-bottom: 0;
}

.items_list .product-item .item-wrap {
    border: 1px solid #ccc;
    padding: 3px;
}

.items_list .product-item .item-wrap:hover {
    border-color: #af645d;
    outline-offset: 0;
    outline: 3px solid #d55e35;
}

.items_list .product-item .item-info {
    padding-bottom: .1rem;
    position: relative;
}

.items_list .product-item .item-info .item-title a {
    display: inline-block;
    max-width: 180px;
    max-width: 80%;
    margin: 0 auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.items_list .product-item .item-img:before {
    display: none;
}



/*-------------------------------------------------------- 
                                                    page: single Product
                                                                    ------------------------------------------------------*/


/*product photos*/

.product-intro {
    position: relative;
    overflow: hidden;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    border: 1px solid #eee;
    overflow: hidden;
    padding: 0px;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.product-view .product-image.zoom_remove:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.product-view {
    position: relative;
    width: 38%;
    float: left;
}

.product-view .product-image {
    position: relative;
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
}

.product-view .product-image img {
    position: relative;
    width: 100%;
}

.product-view .image-additional {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.product-view .image-additional ul {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.product-view .image-additional li {
    position: relative;
    width: 100%;
    margin: 0 23px 0 0;
    padding: 1px;
    display: none;
}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
}

.product-view .image-additional li a {
    position: relative;
    display: block;
    padding: 0 .18rem;
}

.product-view .image-additional li.current img {
    border-color: #af645d;
    outline: 1px solid #af645d;
    background-color: #fff;
}

.product-view .image-additional img.popup {
    display: none;
}

.image-additional .owl-carousel .owl-controls .owl-nav {
    position: static;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: -.175rem 0 0;
    width: .2rem;
    padding: 0;
    border-radius: 0;
    background: none;
    color: #333;
    font-size: .24rem;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #666;
    color: #fff;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -5%;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:before {
    -webkit-transform: scale(.8, 1);
    -ms-transform: scale(.8, 1);
    -o-transform: scale(.8, 1);
    transform: scale(.8, 1);
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: '\f104';
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -5%;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '\f105';
}

.product-view .image-additional .owl-loaded li {
    display: block;
}

/*product summary*/

.product-summary {
    position: relative;
    width: 58%;
    float: right;
}

.product-summary .product-meta {
    line-height: 25px;
}

.product-summary .product-meta li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-bottom: .03rem;
    font-size: .14rem;
}

.product-summary .product-meta li em {
    width: 40%;
    max-width: 1.2rem;
}

.product-summary .product-meta li span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.product-summary .product-meta li em {
    color: #999;
}

.product-summary .product-meta h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.product-btn-wrap {
    position: relative;
    margin: 20px 0 0;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    background: #AF645D;
    border: 1px solid #AF645D;
    color: #FFF;
    margin: 0 20px .05rem 0;
}

.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.product-btn-wrap .buy:before {
    margin-right: .05rem;
}

.product-btn-wrap .buy {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 30px;
}

.product-btn-wrap .email:before {
    content: "\f0e0";
    padding: 0 3px 0 0;
}

.product-btn-wrap .pdf:before {
    content: "\f1c1";
    padding: 0 3px 0 0;
}

.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover,
.product-btn-wrap .buy:hover {
    background: none;
    color: #13adeb;
}

.product-summary .share-this {
    margin: .4rem 0 0;
    text-align: right;
}


/* product detail */
.product-detail {
    position: relative;
    overflow: visible;
    padding: .15rem 0 0;
}

.detail-tabs {
    position: relative;
}

.detail-tabs .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
    cursor: pointer;
    font-size: .16rem;
    margin: 0 .1rem 0 0;
    padding: 0 .18rem;
    font-weight: normal;
    border: 1px solid #ccc;
}

.detail-tabs .title.current {
    color: #fff;
    background: #af645d;
    border-color: #af645d;
}

.product-detail .tab-panel-content {
    padding: .2rem 0;
    display: block;
    overflow: hidden
}

.product-detail .disabled {
    display: none;
}


/* inquiry form */
.inquiry-form-wrap .inquiry-form-title {
    background-color: #af645d;
    color: #fff;
    font-size: .16rem;
}

.inquiry-form {
    border-color: #ccc;
}

/*like product*/

.goods-may-like {
    position: relative;
    overflow: hidden;
    margin: .5rem 0 0;
}

.goods-title-bar {
    height: .32rem;
    line-height: .32rem;
    background-color: #af645d;
    padding: 0 .15rem;
    margin: 0 auto .1rem;
}

.goods-title-bar .title {
    font-size: .16rem;
    text-transform: uppercase;
    font-weight: bold;
}

.goods-title-bar .title,
.goods-title-bar .title a {
    color: #fff;
}

.goods-may-like .goods-items {
    width: auto;
    margin: 0 -.12rem;
}

.goods-may-like .product-item {
    width: auto;
    float: none;
    display: none;
}

.goods-may-like .product-item .item-wrap {
    border: 1px solid #ccc;
    padding-bottom: .15rem;
    padding: 3px;
}

.goods-may-like .owl-carousel .owl-controls .owl-nav {
    width: auto;
    left: auto;
    right: .15rem;
    top: -.4rem;
    color: #fff;
}

.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next {
    width: .2rem;
    height: .2rem;
    line-height: .2rem;
    text-align: center;
    border-radius: 0;
    padding: 0;
    background: none;
    /*    width: auto;
    line-height:.22rem;
    font-size: .2rem;
    border-radius: 0;
    margin: 0;*/
}

.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, .3);
    color: #fff;
}

.goods-may-like .owl-loaded .product-item {
    display: block;
}

.product-item .item-info .item-title a {
    display: inline-block;
}



/*-------------------------------------------------------- 
                                                    page: blog list
                                                                    ------------------------------------------------------*/

.blog_list {
    position: relative;
    width: 100%;
}

.blog-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: .2rem 0;
}

.blog-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.blog-item:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #af645d;
    border-bottom: 1px solid #af645d;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.blog-item .item-wrap {}

.blog-item .item-img {
    position: relative;
    display: block;
    max-width: 2rem;
    margin: 0 .2rem 0 0;
    float: left;
}

.blog-item .item-img img {
    position: relative;
    width: 100%;
}

.blog-item .item-info {}

.blog-item .item-info .item-title {
    font-size: 1.5em;
}

.blog-item .item-info time {
    display: block;
    font-style: italic;
    margin: .08rem 0;
}

.blog-item .item-info .item-detail {}

.blog-item .item-info .item-more {
    float: right;
    color: #000;
    display: inline-block;
    border: 1px solid #eee;
    padding: .04rem .15rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.blog-item .item-info .item-more:hover {
    background-color: #af645d;
    border-color: #af645d;
    color: #fff;
}

.blog-item:hover:after {
    width: 100%;
}

.blog-item:hover .item-info .item-more {
    border-color: #af645d;
    color: #af645d;
}

.blog-item:hover .item-info .item-more:hover {
    color: #fff;
}



/*-------------------------------------------------------- 
                                                    page: download list
                                                                    ------------------------------------------------------*/

.download_list {
    position: relative;
    width: 100%;
}

.download-item {
    position: relative;
    overflow: hidden;
    padding: .15rem 0;
    margin: 0 0 .1rem;
    line-height: .3rem;
    border-bottom: 1px solid #eee;
}

.download-item .item-img {
    max-width: 25px;
}

.download-item .item-title {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    margin: 0 .1rem;
    font-size: .16rem;
    font-weight: bold;
}

.download-item .item-button {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    float: right;
    line-height: .3rem;
    padding: 0 .15rem;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: .05rem;
    cursor: pointer;
}

.download-item .item-button:before {
    content: "\f019";
    margin: 0 .1rem 0 0;
}


/*-------------------------------------------------------- 
                                                    page: faq list
                                                                    ------------------------------------------------------*/

.faq_list {
    position: relative;
    width: 100%;
}

.faq-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 .35rem;
    border-bottom: 1px solid #eee;
}

.faq-item .faq-title {
    position: relative;
    font-size: .16rem;
    line-height: .3rem;
    padding: .15rem 0;
    cursor: pointer;
}

.faq-item .faq-title:before {
    position: absolute;
    content: "\f067";
    left: -.35rem;
    top: 50%;
    margin: -10px 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: .12rem;
    font-weight: normal;
}

.faq-item .faq-title.show-title:before {
    content: '\f068';
}

.faq-item .faq-cont {
    margin: 0 0 .25rem;
    display: none;
}

.faq-item:first-child .faq-cont {
    display: block;
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1550px) {}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 600%;
    }

    .side-tit-bar .side-tit {
        font-size: .15rem;
    }
}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 570%;
    }

    .layout,
    .path-bar .path-nav {
        width: 100%;
        padding-left: .15rem;
        padding-right: .15rem;
    }

    body {
        min-width: 100%;
    }

    .scrollsidebar,
    .bottomsidebar {
        display: none;
    }

    .nav-bar,
    .logo img {}

    .head-search {
        right: .15rem;
    }

    .index-title-bar .title {
        font-size: .33rem;
    }

    .partner-layer .owl-carousel .owl-controls .owl-prev {
        left: 0;
    }

    .partner-layer .owl-carousel .owl-controls .owl-next {
        right: 0;
    }

    .index-cate-layer .layout {
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (max-width: 1200px) {
    .aside {
        /*width: 200px;*/
        width: 20%;
    }

    .main {
        width: 78%;
    }
}

@media only screen and (max-width: 1000px) {
    .main {
        /*width: 76%;*/
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 550%;
    }
}

@media only screen and (max-width: 950px) {
    html {
        font-size: 550%;
    }

    .path-bar {
        margin-top: 50px;
    }

    .z10000 {
        position: relative;
        z-index: 100000;
    }

    .mobile-body-mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
    }

    .mobile-ico-close {
        width: 30px;
        height: 30px;
        background: #fff url(img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        position: absolute;
        right: -35px;
        top: 0;
    }

    img {
        max-width: 100%;
    }

    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999;
    }

    .head-wrapper:before {
        display: none;
    }

    .head-wrapper .mobile-body-mask {
        z-index: 1;
    }

    .lang-more {
        display: none !important
    }

    .mobile-head-items {
        padding: 0 2.5%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 999;
    }

    .mobile-head-item {
        float: left;
        width: 45px;
    }

    .mobile-head-item.mobile-head-aside {
        float: right
    }

    .mobile-head-item .title {
        width: 100%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-align: center;
        color: #FFF;
    }

    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #FFF;
    }

    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015';
        color: #000;
    }

    .mobile-head-item.mobile-head-nav .title:before {
        content: ' ';
        width: 19px;
        height: 16px;
        background: url(./img/phone_nav.webp) no-repeat center/cover;
    }

    .mobile-head-item.mobile-head-language .title:before {
        content: ' ';
        width: 17px;
        height: 17px;
        background: url(./img/phone_lan.webp) no-repeat center/cover;
    }

    .mobile-head-item.mobile-head-search .title:before {
        content: ' ';
        width: 15px;
        height: 15px;
        background: url(./img/phone_search.webp) no-repeat center/cover;
    }

    .mobile-head-item.mobile-head-social .title:before {
        content: "\f007";
        color: #000;
    }

    .mobile-head-item.mobile-head-aside .title:before {
        content: "\f060";
        color: #000;
    }

    .mobile-head-item .main-content-wrap {
        background: #FFF;
        top: 0;
        display: block;
        z-index: 99999;
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: scroll;
        height: 100%;
        padding: 15px 10px;
    }

    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
        background-color: #000000;
    }

    .mobile-head-item .side-content-wrap {
        position: fixed;
        display: block;
        left: -70%;
        width: 70%;
        height: 100%;
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 50px;
        visibility: visible;
        opacity: 1;
    }

    .nav-bar .nav,
    .change-language {
        display: none !important;
    }

    .topbar {
        display: none;
    }

    .nav-bar {
        padding: 0;
        height: auto;
    }

    .head-layout {
        height: auto;
        padding: .5rem 0 .3rem;
    }

    .head-layout .logo {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .head-layout .logo img {
        max-height: .5rem;
    }

    .head-search-form {
        position: relative;
        width: 100%;
        height: .35rem;
        border: 1px solid #000;
    }

    .head-search-form .search-ipt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: .35rem;
        background-color: #000;
        border: none;
        padding: 0 .1rem;
    }

    /* .head-search-form .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: .35rem;
        height: .35rem;
        background: none;
        border: none;
        color: #000;
    } */
    /*nav */
    .nav-bar {
        border-top: 0;
    }

    .nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
    }

    .nav li a {
        display: block;
    }

    .nav li a:active {
        color: #b7045f;
    }

    .nav>li {
        border-bottom: 1px solid #eee;
        line-height: 35px;
    }

    .nav>li>b {
        position: absolute;
        right: 0;
        top: 0;
        color: #999;
        font-size: 14px;
        width: 30px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav>li>b::before {
        content: '\f105';
        font-family: "fontawesome";
    }

    .nav li ul {
        display: block;
        width: 100%;
    }

    .nav li ul li {
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        text-transform: lowercase;
        line-height: 30px;
    }

    .nav li ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px;
    }

    .nav li ul li:active {
        background-color: #f5f5f5;
    }

    .nav li ul li:active li {
        background: none;
    }

    .nav li ul li li {
        line-height: 25px;
        font-family: 'SourceSansProLight';
    }

    .nav li ul li li:before {
        display: none;
    }

    .nav-bar:before {
        display: none;
    }

    .fixed-nav {
        position: static;
    }

    .head-r {
        display: block;
        float: none;
        padding-top: .1rem;
    }

    .head-layout .head-contact {
        float: none;
        padding: 0;
        text-align: center;
    }

    .head-layout .head-contact li .val {
        font-style: italic;
    }

    .head-layout .head-contact li.head-phone {
        line-height: 36px;
        font-size: 14px;
        position: relative;
    }

    .head-layout .head-contact li.head-phone .label {
        display: none;
    }

    .head-layout .head-contact li.head-phone:before {
        top: 0;
        margin-right: .1rem;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6);
    }

    .head-layout .head-contact li .contact-link {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }


    /* index */
    .rev_slider_wrapper {
        top: auto;
        margin-bottom: 0;
    }

    .company-synopses ul {}

    .product-items .items-content {
        padding: 0 0 .2rem;
    }

    .foot-items .foot-item {
        padding: 0;
    }

    .foot-items .foot-item-intro {
        width: 50%;
        padding-right: .3rem;
    }

    .foot-items .foot-item.foot-item-news {}



    /* footer */
    .foot-items .foot-item.foot-item-intro,
    .foot-items .foot-item.foot-item-contact,
    .foot-items .foot-item.foot-item-news,
    .foot-items .foot-item.foot-item-inquiry {
        width: 50%;
        margin: 0 0 .3rem;
    }

    .foot-items .foot-item.foot-item-inquiry {
        text-align: left;
    }

    .foot-items .foot-item.foot-item-contact {
        padding: 0 .2rem 0 0;
    }

    .foot-items .foot-item:nth-child(3) {
        clear: left;
        float: none;
    }

    .foot-item.foot-item-news .new-item {
        margin-left: 1px;
    }

    /* aside */
    .aside {
        display: none;
    }

    .side-product-items .btn-prev,
    .side-product-items .btn-next {
        display: none;
    }

    .side_product_item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .side-product-items {
        padding-top: .2rem;
    }

    /* main */
    .main {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    /* product intro */
    .product-view {
        width: 50%;
        float: none;
        margin: 0 auto .2rem;
        border: 1px solid #eee;
    }

    .product-view br {
        display: none;
    }

    .product-view .product-image {
        display: none
    }

    .product-view .image-additional li img,
    .product-view .image-additional li.current img {
        border: 0;
        outline: 0;
        vertical-align: middle;
    }

    .product-view .image-additional {
        width: 100%;
        margin: 0;
    }

    .product-view .image-additional ul {
        width: 100%;
    }

    .product-view .image-additional li {
        width: 100%;
        margin: 0;
    }

    .product-view .image-additional li a {
        padding: 0;
    }

    .product-view .image-additional li.current img {
        border-color: inherit;
    }

    .product-view .image-additional li.single {
        display: block
    }

    .product-view .owl-carousel .owl-controls .owl-dots {
        bottom: -24px;
    }


    /* product summary */
    .product-summary {
        position: relative;
        width: 100%;
        float: none;
    }

    .product-summary .share-this {
        float: none;
        margin: 30px 0;
    }

    /* product detail  */
    .tab-content-wrap .tab-title-bar,
    .tab-content-wrap .tab-panel-wrap {
        display: none;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-item {
        margin: 0 0 30px;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-title {
        /*font-family: 'SourceSansProSemibold';*/
        margin: 0 0 15px;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-panel {}

    /* Customers Also Bought */
    .goods-may-like .owl-carousel .owl-controls {
        height: auto;
        visibility: visible;
    }

    .goods-may-like .owl-carousel .owl-controls .owl-dots {
        position: static;
        padding-top: .15rem;
    }

}

@media only screen and (max-width: 768px) {

    .layout,
    .path-bar .path-nav {
        width: 90%;
        /*max-width: 90%;*/
        padding: 0;
    }

    .head-layout {
        max-width: inherit;
    }

    .topbar .topleft,
    .topbar .top-links {
        float: none;
        display: block;
        text-align: center;
        line-height: 1.5;
    }

    /* index */
    .gd-layer {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .product-items .items-content {
        padding-bottom: 0;
    }

    .product-items .product-item {
        width: 33.333333%;
    }

    .product-items .product-item:nth-child(n) {
        clear: none;
    }

    .product-items .product-item:nth-child(3n+1) {
        clear: left;
    }

    .index-cate-layer {
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }

    .index-cate-layer .index-cate-list {
        margin-right: -1px;
    }

    .about-us {
        -webkit-background-size: cover;
        background-size: cover;
        background-attachment: inherit;
        text-align: center;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .about-us .layer-body {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }

    .about-us .about-hd {
        width: 100%;
    }

    .about-us .about-detail {
        padding: 0;
        width: 100%;
    }

    .about-us .about-img {
        float: none;
        width: 100%;
        margin: 0 auto .3rem;
        border: 0;
    }

    .about-us .about-img {
        width: auto;
        margin: 0 auto .15rem;
        padding-left: 0;
    }

    .about-us .about-tit-ico {
        display: block;
        padding: 0;
        width: 100%;
    }

    .about-us .layer-body .about-detail {
        padding: .2rem;
    }

    .about-us .about-detail {
        padding-bottom: .4rem;
    }

    .index-cate-item {
        width: 50%;
    }

    .blog-news-layer .owl-controls .owl-dots {
        position: static;
        padding-top: .15rem;
    }


    .synopsis-item {
        width: 100%;
        max-width: 500px;
        float: none;
        margin: 0 auto .15rem;
    }

    .synopsis-item:last-child {
        margin-bottom: 0;
    }

    .promote-layer {
        padding: .5rem 0;
    }

    .promote-layer .layer-body {
        display: block;
        text-align: center;
    }

    .promote-layer .promote-info dl {
        display: block;
    }

    .promote-layer .promote-info dd {
        width: 100%;
        padding-top: .2rem;
        text-align: left;
    }

    .promote-layer .promote-title {
        font-size: .18rem;
    }

    .promote-layer .promote-desc {
        font-size: .3rem;
    }

    .promote-layer .promote-detail {
        width: 100%;
        padding-right: 0;
        display: block;
    }

    .promote-layer .promote-img {
        display: block;
        width: 100%;
        padding-top: .35rem;
        max-width: 100%;
        text-align: center;
    }

    .promote-layer .promote-img img {
        max-width: 60%;
    }

    .partner-layer .owl-carousel .owl-controls {
        height: auto;
    }


    /* footer */
    .partner-list {
        padding: 0;
    }

    .gotop {
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
    }

    .gotop:hover {
        background-color: #fff;
        color: #af645d;
    }

}

@media only screen and (max-width: 500px) {

    .layout,
    .path-bar .path-nav {
        width: 90%;
        max-width: inherit;
    }

    .head-layout {
        padding-bottom: .2rem;
    }

    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        display: none;
    }

    .flex-control-paging li a {
        width: .1rem;
        height: .1rem;
    }

    .flex-control-paging li a:hover,
    .flex-control-paging li a.flex-active {
        width: .12rem;
        height: .12rem;
    }

    .head-layout .logo img {
        max-height: .32rem;
    }


    /* index */
    .index-title-bar {
        margin-bottom: .25rem;
    }

    .index-title-bar .index-title {
        padding-top: .1rem;
    }

    .index-title-bar .index-title,
    .about-us .about-detail .about-title {
        font-size: .26rem;
    }

    .index-title-bar .tit-more {
        float: right;
    }

    .index-title-bar .title-desc {
        width: 100%;
        max-width: inherit;
    }

    .gd-btn {
        border-radius: .03rem;
    }

    .gd-btn:before {
        display: none;
    }

    .synopsis-item {
        width: 100%;
        float: none;
    }

    .synopsis-item .item-more {
        display: none;
    }

    .synopsis-item .item-info .item-desc {
        margin-bottom: 0;
    }

    .about-us {}

    .about-us .about-hd {
        width: auto;
        padding-right: 0;
    }

    .about-us .about-title {
        font-size: .26rem;
    }

    .about-us .about-detail {
        padding: 0;
    }

    .about-us .about-detail .about-lead {
        font-size: .16rem;
    }

    .about-us .layer-body {
        display: block;
        max-width: inherit;
    }

    .about-us .about-img {
        width: 100%;
        width: auto;
        padding: 0;
    }

    .about-us .about-more a:before,
    .about-us .about-more a:after {
        width: 100%;
        opacity: 1;
        transition-delay: .3s;
        height: 1px;
    }

    .blog-news-item {
        display: block;
        float: none;
    }

    .blog-news-item .blog-news-cont {
        padding: 0;
    }

    .blog-news-item .blog-news-img {
        width: 100%;
        padding-top: .2rem;
    }

    .blog-news-layer+.partner-layer {
        padding-top: 0;
    }

    .service-intro-bar .service-intro-list ul {
        margin: 0;
    }

    .service-intro-bar .service-intro-list li {
        width: 100%;
        float: none;
        margin-bottom: .2rem;
    }

    .service-intro-bar .service-intro-list .service-item-ico {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }

    .service-intro-bar .service-item-tit {
        font-size: .18rem;
        font-weight: normal;
    }

    .service-intro-bar .service-item-desc {
        font-size: .13rem;
    }

    .featured-list {
        margin: 0 -.05rem;
    }

    .featured-item {
        width: 50%;
        padding: .05rem;
    }

    .product-item {
        padding: .05rem;
    }

    .product-items .items-content,
    {
    margin: 0 -.05rem;
    padding-bottom: 0;
}

.product-items .layer-body {
    margin: 0 -.05rem;
}

.product-items .learn-more-bar {
    padding-top: .2rem;
}

.product-items .gd-btn {
    padding: .08rem .2rem;
}

.product-items .product-item .item-img:before,
.product-items .product-item .item-img:after {
    display: none;
}

.product-items .product-item {
    width: 50%;
}

.product-items .product-item:nth-child(n) {
    clear: none;
}

.product-items .product-item:nth-child(2n+1) {
    clear: left;
}

.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next {
    display: none;
}

.product-items .owl-carousel .owl-controls .owl-dot {
    display: inline-block;
}

.items_list ul {
    margin: 0 -.1rem;
}

.items_list .product-item {
    width: 50%;
    padding-top: .05rem;
    padding-bottom: .05rem;
}

.items_list .product-item:nth-child(n) {
    clear: none;
}

.items_list .product-item:nth-child(2n+1) {
    clear: left;
}

.promote-banners {
    padding: 0;
}

.banner-list .banner-item {
    width: 100%;
}

.banner-list .banner-item .banner-img:before {
    display: none;
    visibility: hidden;
}


/* footer */
.foot-wrapper {}

.foot-items {
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.foot-items .foot-item.foot-item-intro,
.foot-items .foot-item.foot-item-contact,
.foot-items .foot-item.foot-item-news,
.foot-items .foot-item.foot-item-inquiry {
    width: 100%;
    margin-bottom: .4rem;
}

.foot-items .foot-item.foot-item-contact {
    padding: 0;
    margin-bottom: 0;
}

.foot-items .foot-item .foot-tit {
    margin-bottom: .15rem;
}

.blog-news-item .news-info {
    padding-bottom: .3rem;
}

.foot-items .foot-item-inquiry .button {
    margin-top: .2rem;
    font-size: .16rem;
}

.copyright {
    float: none;
    font-size: .12rem;
    text-align: center;
}

.foot-social {
    font-weight: bold;
    float: none;
    text-align: center;
    padding: .15rem 0 0;
}

.foot-social li {
    padding: 0 .05rem;
}

.foot-nav li a {
    padding: 0 .1rem;
}


/* product */
.side_product_item {
    width: 100%;
}

.product-view {
    width: 100%;
    border-color: #e5e5e5;
    border-width: 1px;
}

.inquiry-form {
    padding: .2rem .1rem;
}

.inquiry-form .inquiry-form-ico {
    width: .6rem;
    right: .1rem;
    top: .1rem;
}

.inquiry-form input[type="text"].form-input,
.inquiry-form textarea.form-text {
    width: 80%;
}

.inquiry-form textarea.form-text {
    width: 100%;
}

.goods-may-like .goods-items {
    margin: 0 -.05rem;
}

.goods-may-like .owl-carousel .owl-item {
    overflow: visible;
}

.goods-may-like .product-item {
    overflow: visible;
}

.goods-may-like .product-item .item-wrap {
    position: relative;
}


/* download */
.download-item .item-title {
    display: block;
    margin: .1rem 0;
}

.download-item .item-button {
    float: none;
}
}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 320px) {

    .synopsis-item,
    .product-item,
    .items_list .product-item,
    .product-items .product-item {
        width: 100%
    }

}


@media only screen and (max-width:950px) {
    .change-language-cont {
        top: auto !important;
        padding: 0 !important;
        width: 100% !important;
        text-align: left !important
    }

    .sub-content {
        position: relative !important;
        display: block !important;
        right: auto !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        z-index: 99999 !important
    }

    .change-language-title {
        display: none !important
    }

    .change-language-cont ul li {
        width: 25% !important;
        margin: 0 !important;
        border: none !important
    }
}

@media only screen and (max-width:768px) {
    .change-language-cont ul li {
        width: 33.33333% !important
    }
}

@media only screen and (max-width:640px) {
    .change-language-cont ul li {
        width: 50% !important
    }
}

@media only screen and (max-width:320px) {
    .change-language-cont ul li {
        width: 50% !important
    }
}

.none {
    display: none
}

.pc_head_top_con {
    background: #F5EEEB;
}

.head-wrapper .pc_head_top {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
}

.pc_head_top_r_share {
    display: flex;
    align-items: center;
}

.pc_head_top_r_share li {
    margin-right: 22px;
}

.pc_head_top_r_share li:last-child {
    margin-right: 0;
}

#btn-search {
    font-family: 'iconfont';
    font-size: 22px;
    cursor: pointer;
    margin-right: 12px;
}

.active_language .country-flag {
    background-position: 0;
    background-image: none !important;
    font-family: 'iconfont';
    font-size: 22px;
}


@font-face {
    font-family: 'CrimsonText-Regular';
    src: url("fonts/CrimsonText-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url("fonts/Avenir-Roman-8.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'AVENIR-BLACK';
    src: url("fonts/AVENIR-BLACK-3.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

.pc_head_bom_l {
    padding: 7px 0;
}

.home_banner_swiper {
    position: relative;
}

.home_banner_swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.home_banner_swiper .swiper-button-next,
.home_banner_swiper .swiper-button-prev {
    opacity: 1;
    background-color: transparent;
}

.home_banner_swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 50%;
}


.home_banner_swiper .swiper-pagination-bullet-active {
    background: #AF645D;
}

.home_product_classify {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
}

.home_product_classify .home_product_classify_item {
    width: 24%;
    position: relative;
}

.home_product_classify_item .classify_item_img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.home_product_classify_item .classify_item_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;

}

.home_product_classify_item .classify_item_name:hover {
    background-color: #AF645D;
    color: #fff;
}

.home_product_classify_item .classify_item_name {
    transition: .3s;
    cursor: pointer;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 54px;
    background-color: #fff;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 22px;
    color: #AF645D;
}

.ww_home_title {
    text-align: center;
    font-family: 'CrimsonText-Regular';
    font-weight: 400;
    font-size: 36px;
    color: #AF645D;
    display: block;
}

a.ww_home_title:hover {
    text-decoration: underline;
}

.home_module_product {
    margin-top: 80px;
    position: relative;
    padding: 0 50px;
}

.home_module_product .home_product_swiper {
    margin-top: 30px;
}

.home_module_product .home_product_item_img {
    width: 100%;
    border: 1px solid #f0f0f0;

}

.home_module_product .home_product_item_img img {
    width: 100%;
}

.home_module_product .home_product_item_name {
    font-family: Arial;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin-top: 8px;
}


.home_module_aboutus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.home_module_aboutus .home_module_aboutus_l {
    padding: 0 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home_module_aboutus .home_module_aboutus_r {
    width: 50%;
}

.home_module_aboutus .home_module_aboutus_r img {
    width: 100%;
    height: auto;
}

.home_module_aboutus_l .module_aboutus_l_tita {
    font-family: "Avenir-Roman";
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 50px;
}

.home_module_aboutus_l .module_aboutus_l_href {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    background: #AF645D;
    font-family: "Avenir-Roman";
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 15px 0;
}

.home_module_advantage {
    margin-top: 80px;
}

.module_advantage_list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.module_advantage_list .module_advantage_item .advantage_item_img {
    width: 100%;
    position: relative;
    padding-bottom: 65%;
}

.module_advantage_list .module_advantage_item .advantage_item_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.module_advantage_list .module_advantage_item {
    width: 24%;

}

.module_advantage_list .module_advantage_item .advantage_item_tit {
    text-align: center;
    font-family: 'CrimsonText-Regular';
    font-weight: bold;
    font-size: 24px;
    color: #AF645D;
    margin-top: 20px;
    margin-bottom: 10px;
}

.module_advantage_list .module_advantage_item .advantage_item_tita {
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 2;
}

.home_module_introduce {
    margin-top: 60px;
}

.home_module_introduce .module_introduce_item {

    background: #F6F4ED;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module_introduce_item_l {
    width: 50%;

}

.module_introduce_item_l img {
    width: 100%;
    height: auto;
}

.module_introduce_item_r {
    width: 50%;
    padding: 0 6%
}

.module_introduce_item .module_introduce_item_r_tit {
    font-family: 'CrimsonText-Regular';
    font-weight: 400;
    font-size: 32px;
    color: #333333;
}

.module_introduce_item_r_tita {
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 20px;
    color: #666666;
    margin-top: 32px;
    margin-bottom: 40px;
}

.module_introduce_item_r_href {

    width: 160px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #666666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_module_introduce .module_introduce_item:nth-child(even) {
    flex-direction: row-reverse;
}

.home_module_introduce .module_introduce_item:last-child {
    margin-top: 30px;
}

.home_module_global {
    margin-top: 60px;
    position: relative;
}

.home_module_global .home_module_global_img {
    width: 100%;
}

.home_module_global .home_module_global_img img {
    width: 100%;
    height: auto;
    /* min-height: 450px; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.home_module_global .home_module_global_tex {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home_module_global_tit {
    font-family: 'CrimsonText-Regular';
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
}

.home_module_global_tita {
    text-align: center;
    width: 75%;
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 35px;
    margin-bottom: 45px;
}

.home_module_global_href {
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
}


.home_module_new {
    margin-top: 60px;
}

.home_module_new .home_new_list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.home_module_new .home_new_list .home_new_item {
    width: 32%;
}

.home_new_item .home_new_item_img {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 67%;
}

.home_new_item .home_new_item_img img {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.home_new_item_tit {
    font-family: 'CrimsonText-Regular';
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    text-align: center;
    display: inline-block;
    margin-top: 24px;
    display: block;
    min-height: 5em;
}

.home_new_item_tita {
    text-align: center;
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 18px;
    color: #999999;
    margin-top: 18px;
    margin-bottom: 25px;
    min-height: 12em;
    display: block;
}

.home_new_item_href {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: "Avenir-Roman";
    font-weight: 400;
    font-size: 18px;
    color: #AF645D;
    text-decoration-line: underline;
}

.home_new_item_href:hover {
    text-decoration-line: underline;
}

.ww_pc_footer {
    margin-top: 60px;

}

.ww_pc_footer_top {
    padding-top: 44px;
    padding-bottom: 65px;
    background: #F6F4ED;
}

.ww_pc_footer_top .footer_top_tita {
    text-align: center;
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    margin-top: 24px;
    margin-bottom: 45px;
}

.footer_top_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.footer_top_submit .footer_top_input {
    border: none;
    width: 45%;
    max-width: 560px;
    height: 40px;
    background-color: #fff;
}

.footer_top_submit .footer_top_input input {
    width: 100%;
    height: 100%;
    border: none;
}

.footer_top_submit .footer_top_input input::placeholder {
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 16px;
    color: #999999;
    padding-left: 16px;
}

.footer_top_submit .top_submit {
    cursor: pointer;
    margin-left: 10px;
    width: 13%;
    height: 40px;
    max-width: 120px;
    background: #AF645D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Avenir;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.ww_pc_footer_bom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 100px;

}

.ww_pc_footer_bom_l {
    width: 30%;
}


.ww_pc_footer_bom_r {
    width: 70%;
    display: flex;
    justify-content: space-between;
}


.ww_pc_footer_bom_r .ww_pc_footer_item {
    width: 32%;
}

.ww_pc_footer_bom_r .ww_pc_footer_item .ww_pc_footer_item_tit {
    font-family: "Avenir-Roman";
    font-weight: 900;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
}

.ww_pc_footer_item ul {
    margin-top: 26px;
}

.ww_pc_footer_item ul li {
    line-height: 2;
}

.ww_pc_footer_item ul li,
.ww_pc_footer_item ul li a,
.ww_pc_footer_item ul li span {
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}

.ww_pc_footer_item ul li a:hover {
    color: #AF645D;
}

.ww_pc_footer_Copyright_con {
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
}

.ww_pc_footer_Copyright {
    border-top: 1px solid #dddd;
}

.ww_footer_share {

    display: flex;
    align-items: center;
}

.ww_footer_share li {
    margin-right: 34px;
}

.ww_Copyright {
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}

.ww_page_aboutus .ww_home_title {
    margin-top: 80px;
}

.ww_page_aboutus_tex {
    margin-top: 34px;
}

.ww_page_aboutus_tex p {
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 18px;
    color: #666666;
}

.ww_page_aboutus_img {
    width: 100%;
}

.ww_page_aboutus_img img {
    width: 100%;
    height: auto;
}


.page_aboutus_swiper1_con {
    position: relative;
    margin-top: 60px;
}

.page_aboutus_swiper1_con .ww_home_title {
    font-weight: 400;
    font-size: 40px;
    color: #333333;
}

.page_aboutus_swiper1_con .page_aboutus_swiper1 {
    padding-bottom: 20px;
    margin-top: 34px;
}

.page_aboutus_swiper1 .swiper-slide {
    background: #F6F4ED;
}

.page_aboutus_swiper1 .swiper-slide img {
    width: 100%;
    height: auto;
}

.page_aboutus_swiper1 .aboutus_swiper1_tit {
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding: 15px 0;
}

.page_aboutus_swiper1>.swiper-pagination-bullets {
    bottom: 0 !important;
}


.page_aboutus_swiper1 .swiper-pagination-bullet-active {
    background: #AF645D;
    border: 1px solid #AF645D;
}

.page_aboutus_swiper2_con {
    position: relative;
}

.page_aboutus_swiper2_con .ww_home_title {
    font-weight: 400;
    font-size: 40px;
    color: #333333;
}

.page_aboutus_swiper2_con .page_aboutus_swiper2 {
    margin-top: 34px;
}

.product-summary .title {
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    font-family: 'CrimsonText-Regular';
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

/* moban  */
.moban_title {
    font-family: 'CrimsonText-Regular';
    font-weight: 400;
    font-size: 34px;
    color: #AF645D;
    margin-bottom: 12px;
}

.mobantex p {
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 18px;
    color: #666666;
}

.moban2,
.moban1,
.moban3 {
    margin-top: 50px;
}

.mobanimg_item {
    margin-top: 30px;
}

.mobanimg_item span {
    display: block;
    font-family: "Avenir-Roman";
    font-weight: normal;
    font-size: 24px;
    color: #666666;
}

@media only screen and (max-width: 950px) {

    body .moban2,
    body .moban1,
    body .moban3 {
        margin-top: 25px;
    }

    body .moban_title {
        font-size: 24px;
    }

    body .mobantex p {
        font-size: 16px;
    }

    body .ww_page_aboutus .ww_home_title {
        margin-top: 15px;
        font-size: 24px;
    }

    body .ww_home_title {
        font-size: 24px;
    }

    body .ww_page_aboutus_tex p {
        font-size: 16px;
    }

    body .ww_page_aboutus_tex {
        font-size: 20px;
    }

    body .page_aboutus_swiper2 .swiper-button-next,
    body .page_aboutus_swiper2 .swiper-button-prev {
        display: none;
    }

    body .home_banner_swiper {
        display: none;
    }

    body .home_banner_swiper_phone {
        display: block;
        margin-top: 50px;
    }

    body .pc_head_top_con {
        display: none;
    }

    body .nav-bar {
        display: none;
    }

    body .home_product_classify .home_product_classify_item {
        width: 48%;
        margin-bottom: 15px;
    }

    body .home_product_classify {
        flex-wrap: wrap;
    }

    body .home_product_classify_item .classify_item_name {
        bottom: 20px;
        width: 80%;
        font-size: 16px;
        height: 38px;
    }

    body .home_product_classify {
        margin-top: 30px;
        width: 95%;
        margin: 0 auto;
    }

    body .home_product_swiper .swiper-button-next,
    body .home_product_swiper .swiper-button-prev {
        display: none;
    }

    body .home_module_product .home_product_item_name {
        font-size: 16px;
    }

    body .home_module_product {
        margin-top: 30px;
        padding: 0;
    }

    .home_module_product .swiper-button-prev,
    .home_module_product .swiper-button-next {
        display: none;
    }

    body .home_module_aboutus {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    body .home_module_aboutus .home_module_aboutus_l {
        width: 100%;
        padding: 0 15px;
    }

    body .home_module_aboutus_l .module_aboutus_l_tita {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    body .home_module_aboutus .home_module_aboutus_r {
        width: 100%;
        margin-top: 20px;
    }

    body .home_module_advantage {
        margin-top: 30px;
    }

    body .module_advantage_list {
        flex-wrap: wrap;
    }

    body .module_advantage_list .module_advantage_item {
        margin-bottom: 20px;
        width: 100%;
    }

    body .module_introduce_item_l {
        width: 100%;
    }

    body .module_advantage_list .module_advantage_item .advantage_item_tit {
        margin-top: 14px;
        margin-bottom: 6px;
    }

    body .home_module_introduce .module_introduce_item {
        flex-wrap: wrap;
    }

    body .module_introduce_item .module_introduce_item_r_tit {
        font-size: 24px;
    }

    body .module_introduce_item_r {
        padding: 4% 8% 6%;
        width: 100%;
    }

    body .module_introduce_item_r_tita {
        margin-top: 24px;
        margin-bottom: 20px;
    }

    body .home_module_global .home_module_global_tex {
        width: 100%;
    }

    body body .module_introduce_item_r_tita {
        font-size: 18px;
    }

    body .home_module_global_img .global_img1 {
        display: none;
    }

    body .home_module_global_img .global_img2 {
        display: block;
        width: 100%;
        height: auto;
    }

    body .home_module_global_tita {
        margin-top: 16px;
        margin-bottom: 20px;
        width: 90%;
        font-size: 16px;
        line-height: 1.2;
    }

    body .home_module_global_tit {
        font-size: 24px;
    }

    body .home_module_global_href {
        width: 130px;
        height: 40px;
        font-size: 16px;
    }

    body .home_module_new {
        margin-top: 30px;
    }

    body .home_module_new .home_new_list {
        flex-wrap: wrap;

    }

    body .home_module_new .home_new_list .home_new_item {
        width: 100%;
        margin-bottom: 20px;
    }

    body .home_new_item_tita {
        display: none;
    }

    body .home_new_item_href {
        display: none;
    }

    body .home_new_item_tit {
        margin-top: 12px;
        font-size: 18px;
    }

    body .footer_top_submit {
        height: 36px;
        width: 90%;
        margin: 0 auto;
    }

    body .footer_top_submit .footer_top_input {
        width: 73%;
        height: 36px;
    }

    body .footer_top_submit .top_submit {
        font-size: 14px;
        height: 36px;
        width: 25%;
    }

    body .ww_pc_footer_top .footer_top_tita {
        margin-top: 16px;
        margin-bottom: 20px;
    }

    body .ww_pc_footer_top {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    body .home_module_introduce {
        margin-top: 30px;
    }

    body .ww_pc_footer_bom {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 30px;
        padding-bottom: 0;
    }

    body .ww_pc_footer_bom_r {
        width: 100%;
        flex-wrap: wrap;
    }

    body .ww_pc_footer_bom_r .ww_pc_footer_item {
        width: 100%;
    }

    body .ww_pc_footer_bom_r .ww_pc_footer_item .ww_pc_footer_item_tit {
        display: none;
    }

    body .ww_pc_footer_item ul {
        display: none;
    }

    body .ww_pc_footer_item .QUICKLINKS {
        display: block;
    }

    body .ww_pc_footer_item .Contactus {
        display: block;
        margin-top: 20px;
    }

    .ww_pc_footer_item .QUICKLINKS li {
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
      

    }
    .ww_pc_footer_item .QUICKLINKS li.haschild>a{pointer-events: none;}

    .ww_pc_footer_item .QUICKLINKS>li>a {
        font-family: "Avenir-Black";
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        width: 100%;
        display: block;
        line-height: 44px;
        border-bottom: 1px solid #C0C1CA;
    }

    .ww_pc_footer_item .QUICKLINKS li a::after {
        content: "\e620";
        display: inline-block;
        font-family: "iconfont";
        font-weight: normal;
        position: absolute;
        right: 0;
    }
    .ww_pc_footer_item .QUICKLINKS li ul a::after{right: 10px;}

    body .ww_pc_footer_Copyright {
        border-top: none;
    }

    body .ww_pc_footer_Copyright_con {
        flex-wrap: wrap;
        padding: 0;
        flex-direction: column-reverse;
    }

    body .ww_footer_share {
        border-bottom: 1px solid #072B5F;
        padding: 0 5% 30px;

    }

    body .ww_Copyright {
        padding: 8px 5%;
    }

    body .ww_pc_footer {
        margin-bottom: 60px;
        margin-top: 0;
    }

    .phoneLianxi div {
        flex: 1;
        height: 60px;
        background-color: #AF645D;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .phoneLianxi div+div {
        border-left: 1px solid #fff;
    }

    .phoneLianxi div img {
        width: 28px;
    }

    .phoneLianxi .iconfont {
        color: #fff;
        font-size: 28px;
    }

    .footNavList .icons a {
        margin-right: 2px;
    }

    body .phoneLianxi {
        position: fixed;
        left: 0;
        bottom: 0;
        display: flex;
        min-width: 100%;
        z-index: 999;
    }

    body .home_banner_swiper_phone .swiper-slide img {
        width: 100%;
        height: auto;
    }


    .search-attr {
        display: none;
    }

    .search-ipt {
        position: relative;
        z-index: 1;
        padding-left: 10px;
        width: 100%;
        height: 35px;
        color: #fff;
        line-height: 35px;
    }

    .search-btn {
        position: absolute;
        z-index: 100;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        border: 0;
        background: transparent;
        /* background-image: url(img/search_btn-mo.png); */
        color: #fff;
        font-size: 18px;
    }
}

.home_banner_swiper {
    display: block;
}

.home_banner_swiper_phone {
    display: none;
}

.home_module_global_img .global_img1 {
    display: block;
}

.home_module_global_img .global_img2 {
    display: none;
}


.scrollBtn {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #AF645D;
    border-radius: 10px;
    margin-bottom: 4px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.scrollBtn .iconfont {
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrollBtn .scrollInfo {
    padding: 10px;
    /* min-width: 150px; */
    background: #AF645D;
    position: absolute;
    right: 100%;
    top: 50%;
    display: none;
    transition: all ease .5s;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    transform: translateY(-50%);
}

.scrollBtn:hover .scrollInfo {
    display: block;
}

/* 侧边滚动  end*/




.pcHidden {
    display: none;
}

.phone_logo img {
    height: 40px;
    width: auto;
}


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

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fl-rich-text img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.yiny {
    -moz-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
    -webkit-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
    box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
}

.img_cover {
    object-fit: cover !important
}

.img_contain {
    object-fit: contain !important
}

.con_proImg {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}

.con_proImg img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.listH {}

.listH li {
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.listH li:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
    box-shadow: 0 40px 100px 0 rgba(84, 84, 84, 0.5);
    cursor: pointer !important;
}

.tList:after {
    content: '';
    display: table;
    clear: both;
}

.tList li {
    float: left;
}

.tList2 {}

.tList2 li {
    width: 48%;
    margin-left: 4%;
    /* border:1px solid #CDCDCD; */
    margin-bottom: 4%;
}

.tList2 li:nth-of-type(2n+1) {
    margin-left: 0;
}

.tList3 {}

.tList3 li {
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 3.5%;
}

.tList3 li:nth-of-type(3n+1) {
    margin-left: 0;
}

.tList3_miji li {
    width: 33.33%;
}

.tList4 {}

.tList4 li {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.tList4 li:nth-of-type(4n+1) {
    margin-left: 0;
}

.tList5 {}

.tList5 li {
    width: 17%;
    margin-left: 3.75%;
    margin-bottom: 2%;
}

.tList5 li:nth-of-type(5n+1) {
    margin-left: 0;
}

.tList6 {}

.tList6 li {
    width: 16.666%;
}

.tList6 li:nth-of-type(6n+1) {
    margin-left: 0;
}

@media screen and (max-width: 550px) {
    .tList4 li {
        width: 49%;
        margin-left: 0;
    }

    .tList4 li:nth-of-type(2n+1) {
        float: right
    }

    .tList3 li {
        width: 100%;
        margin-left: 0
    }
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

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

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

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

.f-s12 {
    font-size: 12px;
}

.f-s13 {
    font-size: 3px;
}

.f-s14 {
    font-size: 14px;
}

.f-s15 {
    font-size: 15px;
}

.f-s16 {
    font-size: 16px;
}

.f-s17 {
    font-size: 17px;
}

.f-s18 {
    font-size: 18px;
}

.f-s19 {
    font-size: 19px;
}

.f-s20 {
    font-size: 20px;
}

.f-s21 {
    font-size: 21px;
}

.f-s22 {
    font-size: 22px;
}

.f-s23 {
    font-size: 23px;
}

.f-s24 {
    font-size: 24px;
}

.f-s25 {
    font-size: 25px;
}

.f-s26 {
    font-size: 26px;
}

.f-s27 {
    font-size: 27px;
}

.f-s28 {
    font-size: 28px;
}

.f-s29 {
    font-size: 29px;
}

.f-s30 {
    font-size: 30px;
}

.f-s31 {
    font-size: 31px;
}

.f-s32 {
    font-size: 32px;
}

.f-s33 {
    font-size: 33px;
}

.f-s34 {
    font-size: 34px;
}

.f-s35 {
    font-size: 35px;
}

.f-s36 {
    font-size: 36px;
}

.f-s37 {
    font-size: 37px;
}

.f-s38 {
    font-size: 38px;
}

.f-s39 {
    font-size: 39px;
}

.f-s40 {
    font-size: 40px;
}

.w5 {
    width: 50%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w49 {
    width: 49%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.m-auto {
    margin: 0 auto;
    display: block;
}

.m-t5 {
    margin-top: 5px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t20 {
    margin-top: 20px;
}

.m-t25 {
    margin-top: 25px;
}

.m-t30 {
    margin-top: 30px;
}

.m-t35 {
    margin-top: 35px;
}

.m-t40 {
    margin-top: 40px;
}

.m-t45 {
    margin-top: 45px;
}

.m-t50 {
    margin-top: 50px;
}

.m-t55 {
    margin-top: 55px;
}

.m-t60 {
    margin-top: 60px;
}

.m-t65 {
    margin-top: 65px;
}

.m-t70 {
    margin-top: 70px;
}

.m-t75 {
    margin-top: 65px;
}

.m-t80 {
    margin-top: 80px;
}

.m-t85 {
    margin-top: 85px;
}

.m-t90 {
    margin-top: 90px;
}

.m-t95 {
    margin-top: 95px;
}

.m-t100 {
    margin-top: 100px;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b25 {
    margin-bottom: 25px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b35 {
    margin-bottom: 35px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b45 {
    margin-bottom: 45px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-b55 {
    margin-bottom: 55px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-b65 {
    margin-bottom: 65px;
}

.m-b70 {
    margin-bottom: 70px;
}

.m-b75 {
    margin-bottom: 65px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-b85 {
    margin-bottom: 85px;
}

.m-b90 {
    margin-bottom: 90px;
}

.m-b95 {
    margin-bottom: 95px;
}

.m-b100 {
    margin-bottom: 100px;
}

.pd5 {
    padding: 5px
}

.p-t5 {
    padding-top: 5px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t25 {
    padding-top: 25px;
}

.p-t30 {
    padding-top: 30px;
}

.p-t35 {
    padding-top: 35px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t45 {
    padding-top: 45px;
}

.p-t50 {
    padding-top: 50px;
}

.p-t55 {
    padding-top: 55px;
}

.p-t60 {
    padding-top: 60px;
}

.p-t65 {
    padding-top: 65px;
}

.p-t70 {
    padding-top: 70px;
}

.p-t75 {
    padding-top: 65px;
}

.p-t80 {
    padding-top: 70px;
}

.p-t85 {
    padding-top: 85px;
}

.p-t90 {
    padding-top: 90px;
}

.p-t95 {
    padding-top: 95px;
}

.p-t100 {
    padding-top: 100px;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-b25 {
    padding-bottom: 25px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-b35 {
    padding-bottom: 35px;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-b45 {
    padding-bottom: 45px;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-b55 {
    padding-bottom: 55px;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-b65 {
    padding-bottom: 65px;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-b75 {
    padding-bottom: 75px;
}

.p-b80 {
    padding-bottom: 80px;
}

.p-b85 {
    padding-bottom: 85px;
}

.p-b90 {
    padding-bottom: 90px;
}

.p-b95 {
    padding-bottom: 95px;
}

.p-b100 {
    padding-bottom: 100px;
}

.p-b30_bai {
    padding-bottom: 30%;
}

.p-b40_bai {
    padding-bottom: 40%;
}

.p-b50_bai {
    padding-bottom: 50%;
}

.p-b60_bai {
    padding-bottom: 60%;
}

.p-b70_bai {
    padding-bottom: 70%;
}

.p-b80_bai {
    padding-bottom: 80%;
}

.p-b150_bai {
    padding-bottom: 150%;
}

.inquiry-pop-bd:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: -1;
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url(./img/fancy_close.png) no-repeat center center;
    cursor: pointer;
    z-index: 1;
}

.inquiry-form-wrap {
    position: relative;
    height: 420px;
    width: 100.5%;
}

.ad_prompt {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 40px;
    margin: -20px 0 0;
    text-align: center;
    color: #ff6f00;
    font-size: 20px;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    animation: twinkling 1s infinite ease-in-out;
    display: none;
}

@media screen and (max-width: 550px) {
    .inquiry-pop-bd {
        width: auto;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        margin: auto;
    }

    .inquiry-pop-bd .inquiry-pop {
        padding: 10px;
    }

    .scrollsidebar {
        display: none;
    }

    .inquiry-form-wrap {
        height: auto
    }
}

.content-wrap.form .ch_form_wrap {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.content-wrap.form .ch_form_wrap .title {
    /* background:#013e5a; */
    width: 100%;
    /* height:55px; */
    /* line-height:55px; */
    /* color:#fff; */
    margin: 0;
    padding: 0;
    font-size: 16px;
    padding: 0 20px;
    font-weight: normal;
}

.content-wrap.form .ch_form_wrap .title em {
    font-style: normal
}

.content-wrap.form .ch_form_wrap .title svg {
    display: none
}

.content-wrap.form .ch_form_wrap form {
    position: relative;
}

.content-wrap.form .ch_form_wrap ul {
    padding: 20px 20px 5px;
}

.content-wrap.form .ch_form_wrap ul li {
    position: relative;
    list-style: none;
    margin: 0 0 14px;
    display: flex;
    min-height: auto;
    line-height: 40px;
}

.content-wrap.form .ch_form_wrap ul li label {
    float: left;
    min-width: 80px
}

.content-wrap.form .ch_form_wrap ul,
.content-wrap.form .ch_form_wrap ul li,
.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    position: relative;
    width: 100%;
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    border: 1px solid #eee;
    border-left: 3px solid #ff6f00;
    height: 39px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.content-wrap.form .ch_form_wrap ul textarea {
    height: 95px;
    padding: 10px;
    resize: none;
}

.content-wrap.form .ch_form_wrap .item_submit {
    padding: 0 20px;
}

.content-wrap.form .ch_form_wrap .item_submit input {
    width: 100%;
    height: 33px;
    color: #fff;
    background: #445ba7;
    border: none;
    cursor: pointer;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: #ff6f00;
}

.content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong {
    position: absolute;
    right: 7px;
    top: 0;
    display: block;
    line-height: 39px;
    color: red;
    pointer-events: none;
}

.content-wrap.form .ch_form_wrap .Validform_error {
    border-color: red !important;
    border-left-color: #013e5a !important
}

.content-wrap.form .ch_form_wrap .form_tip {
    position: relative;
    color: red;
    padding: 0 0 10px;
}

.content-wrap.form .ch_form_wrap .email_point {
    display: none;
}

.content-wrap.form .ch_form_wrap ul li input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {
    width: 60px;
    height: 30px;
    margin: 5px 10px
}

.content-wrap.form #gif-show {
    top: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.content-wrap.form #gif-show img {
    margin-top: 0 !important;
}

.content-wrap.livechat {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
    /*border: 1px solid #36a9e1;*/
    border-top: none;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    background: #FFFFFF
}

.content-wrap.livechat .ch_form_wrap {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.content-wrap.livechat .ch_form_wrap .title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #36A9E1;
    width: 101%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-left: -2px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: normal;
    cursor: pointer;
}

.content-wrap.livechat .ch_form_wrap .title em {
    font-style: normal
}

.content-wrap.livechat .ch_form_wrap .title svg {
    position: relative;
    display: block;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.content-wrap .ch_form_wrap form {
    position: relative;
    background: #fff;
    /* height: 420px; */
}

.content-wrap.livechat .ch_form_wrap ul {
    padding: 20px 20px 5px;
}

.content-wrap.livechat .ch_form_wrap ul li {
    position: relative;
    list-style: none;
    margin: 0 0 18px;
    display: flex;
    min-height: auto;
    line-height: 40px
}

.content-wrap.livechat .ch_form_wrap ul li label {
    float: left;
    min-width: 80px
}

.content-wrap.livechat .ch_form_wrap ul,
.content-wrap.livechat .ch_form_wrap ul li,
.content-wrap.livechat .ch_form_wrap ul input,
.content-wrap.livechat .ch_form_wrap ul textarea,
.content-wrap.livechat .ch_form_wrap ul select {
    position: relative;
    width: 100%;
}

.content-wrap.livechat .ch_form_wrap ul input,
.content-wrap.livechat .ch_form_wrap ul textarea,
.content-wrap.livechat .ch_form_wrap ul select {
    border: 1px solid #e5e5e5;
    height: 39px;
    padding: 0 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 25px;
}

.content-wrap.livechat .ch_form_wrap ul textarea {
    height: 95px;
    padding: 10px 13px;
    resize: none;
}

.content-wrap.livechat .ch_form_wrap .item_submit {
    padding: 0 20px;
}

.content-wrap.livechat .ch_form_wrap .item_submit input {
    width: 100%;
    height: 33px;
    color: #fff;
    background: #86C953;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.content-wrap.livechat .ch_form_wrap .item_submit input:hover {
    background: #94D662;
}

.content-wrap.livechat .ch_form_wrap .Validform_checktip.Validform_wrong {
    position: absolute;
    left: 0;
    bottom: -16px;
    display: block;
    line-height: initial;
    color: red;
    pointer-events: none;
}

.content-wrap.livechat .ch_form_wrap .Validform_error {
    border-color: red !important;
}

.content-wrap.livechat .ch_form_wrap ul li input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {
    width: 36px;
    height: 30px;
    margin: 5px 10px
}

.content-wrap.livechat .ch_form_wrap .form_tip {
    position: relative;
    color: red;
    padding: 0 0 10px;
}

.content-wrap.livechat .ch_form_wrap .email_point {
    display: none;
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 15px 0 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: #36A9E1;
    color: #fff;
    cursor: pointer;
}

.content-wrap.form .ch_form_wrap ul .labeldiv {
    display: block;
    float: none;
    width: 100%;
}

.content-wrap.form .ch_form_wrap ul .labeldiv input {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    margin-top: 4px;
}

.content-wrap.form .ch_form_wrap ul .labeldiv .txt {
    display: inline-block;
    vertical-align: top;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    color: #999999;
    font-size: 12px;
    line-height: 1.7;
}

.content-wrap .ch_form_wrap form {
    background: #fff;
    /*border: 1px solid #36a9e1;*/
}

.content-wrap.livechat .ch_form_wrap form {
    border: 1px solid #36a9e1;
}

.content-wrap .ch_form_wrap .input-radio-checkbox {
    display: flex;
    white-space: nowrap;
}

.content-wrap .ch_form_wrap ul li input[type=radio],
.content-wrap .ch_form_wrap ul li input[type=checkbox] {
    width: 20px;
    -webkit-appearance: radio;
}

.content-wrap .ch_form_wrap .input-radio-checkbox input {
    margin: 0px 10px 0px 5px;
}

@media screen and (max-width: 400px) {
    .content-wrap.form .ch_form_wrap .title {
        display: none
    }
}

.item-input-checkbox,
.item-input-radio {
    overflow-y: auto
}


.artic_tit p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsxq_fl {
    width: 66%;
    float: left;
}

.artic_tit h3 {
    color: #666666;
}

.artic_tit .back {
    float: right;
    color: #666666;
    font-size: 16px;
}

.artic_tit .back .iconfont {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
}

.artic_tit .back:hover {
    color: #1052EE;
}

.artic_tit h4 {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0;
    margin-bottom: 30px;
}

.news_timg img {
    display: block;
    width: 100%;
}

.news_artic {
    padding: 30px 0;
}

.news_share,
.news_next .tit {
    float: left;
}

.news_share a {
    display: inline-block;
    margin-right: 20px !important;
    background: none !important;
    padding: 0 !important;
}

.news_share a.iconfont {
    font-size: 24px;
    color: #bbbbbb;
}

.news_share a.iconfont:hover {
    color: #1052EE;
}

.artic_content {
    font-size: 16px;
    line-height: 28px;
}

.artic_content img {
    max-width: 100% !important;
    height: auto !important;
}

.news_next {
    margin-top: 20px;
}

.news_next .tit {
    font-size: 18px;
    font-weight: bold;
}

.news_next .con {
    width: calc(100% - 75px);
    float: left;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
}

.news_next .con h3 {
    font-size: 22px;
    font-weight: bold;
}

.news_next .time {
    position: absolute;
    border-top: 2px solid #dddddd;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    text-align: center;
    font-family: "num2";
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #999999;
    transform: translateY(-50%);
}

.news_next .time em {
    display: block;
    font-size: 40px;
    color: #000;
    line-height: 40px;
    margin-bottom: 5px;
}

.newsxq_fr {
    width: 28%;
    float: right;
}

.newsxq_fr .tit {
    font-size: 26px;
    font-weight: bold;
    color: #b81b2f;
}

.news_tj li a {
    display: block;
    padding: 35px 0;
    border-bottom: 1px solid #cccccc;
}

.news_tj li h3 {
    font-size: 20px;
    line-height: 34px;
    /* height: 68px; */
    font-weight: bold;
    margin-bottom: 20px;
    /* overflow: hidden; */
}

.news_tj li h4 {
    font-size: 16px;
    color: #999999;
}

.news_tj li .lg {
    color: #b81b2f;
    margin-right: 10px;
}

.news_tj li:hover h3 {
    color: #b81b2f;
}

.contact_for {
    margin: 0 auto;
}

.contact_for p {
    font-size: 14px;
    color: #999;
}

.Asterisk_Text .asterisk_red {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    /* left: 2px; */
    top: 6%;
}

.contact_for .gaug_outfit {
    font-size: 16px;
}

.header_ul li img {
    width: auto;
}

.header_ul {
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    padding: 22;
}

.header_ul li {
    margin-top: 22px;
    padding: 17px 0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: relative;
    padding-left: 70px;
    width: 22.5%;
    margin-left: 3%;
    margin-bottom: 2%;
}

.contact_for .header_ul li .t1 {
    /* width: 30%; */
    text-align: right;
    width: 49px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 26px;
    margin-top: -13px;
}

.contact_for .header_ul li .t1 img {
    width: auto;
}

.contact_for .header_ul li .t2 {
    margin-right: 10px;
}

.contact_for .header_ul li .t2 p {
    color: #666666;
}

@media only screen and (max-width: 900px) {
    .contact_for .header_ul li {
        width: 45% !important;
        margin-left: 3% !important;
    }

    .contact_for .header_ul li:nth-of-type(2n+1) {
        margin-left: 0 !important;
    }
}

.contact_for .header_ul .t3 {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.Asterisk_Text textarea {
    height: 233px;
    border: 1px solid #eee !important;
    background-color: #f1f1f1;
    border-radius: 5px;
    resize: none;
    /* padding-left: 3%; */
    width: 100%;
    resize: none;
    padding-left: 1% !important;
}

.Asterisk_Text textarea::placeholder {
    color: #999;
}

@media only screen and (max-width: 700px) {
    .contact_for .Asterisk_Text textarea {
        height: 200px;
    }

    .form_ul li {
        width: 100% !important;
    }

    .form_ul .asterisk {
        width: 100%;
        display: flex;
        justify-content: flex-start !important;
    }

    .contact_for .header_ul li {
        width: 100% !important;
        margin-left: auto !important;
    }

    .contact_for .header_ul li .t1 {
        width: 10% !important;
        text-align: left !important;
        padding-left: 10px !important;
    }

    .contact_for .header_ul .t3 {
        height: auto;
    }
}

.contact_for .Message_ex {
    padding-bottom: 20px;
}

.form_ul li {
    width: 365px;
    justify-content: space-between;

}

.form_ul .Asterisk_Text {
    width: 100% !important;
    /* padding-top: 25px; */
}

.asterisk {
    width: 100%;
    padding: 13px 0;
    margin: 10px 0;
    display: flex;
    padding-left: 20px;
    background-color: #f1f1f1;
    position: relative;
    border-radius: 5px;
}

.form_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 !important;
}

.form_center .asterisk_sk {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: 16%;
    margin-top: -9px;
}

.form_ul li input {
    background-color: #f1f1f1;
    border: none !important;
    width: 365px;
    padding-left: 3%;
    border-radius: 5px;
}

.submiring {
    padding: 0 !important;
}

.gtm_submit_btn {
    background-color: #333333;
    width: 150px !important;
    height: 40px !important;
    color: #fff;
    margin-top: 15px !important;
}

.contact_for .iframe_we {
    padding-top: 20px;
}

.contact_for .Submit_tent .Sending {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.contact_for .gaug_outfit {
    font-size: 20px;
    font-weight: bold;
}

.Address_dre {
    font-weight: bold;
    padding-top: 12px;
    color: #333333;
    font-size: 20px;
}

.Submit_tent {
    padding-top: 50px;
    padding-bottom: 47px;
}

/* 已加 */
.tListing:after {
    content: '';
    display: table;
    clear: both;
}

.tListing li {
    float: left;
}

.tList_1 {}

.tList_1 li {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.tList_1 li:nth-of-type(4n+1) {
    margin-left: 0;
}

@media only screen and (max-width: 1366px) {
    .home_module_global_tita {
        width: auto;
    }

    .form_ul li {
        width: 30%;
        display: flex !important;
        justify-content: space-between !important;
    }

    .contact_for .header_ul li {
        width: 31.3%;
    }

    .contact_for .header_ul li:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .asterisk {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .form_ul {
        display: flex !important;
        justify-content: space-between !important;
    }

    .Asterisk_Text .asterisk {
        width: 100%;
    }
}

.page_bar {
    position: relative;
    line-height: 31px;
    height: 33px;
    margin: 50px 0;
    text-align: center;
    font-size: 12px;
}

.page_bar a,
.page_bar span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 33px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    margin: 0 0 0 8px;
    text-align: center;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fefefe', endColorStr='#e3e3e3', gradientType='0');
}

.page_bar a.current,
.page_bar a:hover {
    color: #FFF;
    background: #333333;
    border-color: #333333
}

.page_bar ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_bar ul li.active span {
    color: #FFF;
    background: #333333;
    border-color: #333333
}

.goods-summary a,
.pro1-txt a,
.entry a,
.artic_content a {
    color: #AF645D;
}

.goods-summary a:hover,
.pro1-txt a:hover,
.entry a:hover,
.artic_content a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 950px) {
    .newsxq_page {
        display: flex;
        flex-direction: column;
    }

    .newsxq_fl {
        width: 100%;
    }

    .newsxq_fr {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1100px) {
    .home_new_item_tita {
        min-height: 15em;
    }

}

.main_banner_slider .swiper-pagination {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.main_banner_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-color: #fff;
    margin: 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: .6;
    filter: alpha(opacity=60);
}

.main_banner_slider .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.layui-layer-msg .layui-layer-padding {
    height: auto !important;
    min-height: 58px;
}

.nshare {
    margin-top: 15px;
}

.nshare .nshare1 {
    margin-bottom: 10px;
}

.language-flag a {
    display: flex;
    justify-content: start;
    align-items: center;
    
}

.nav li:hover ul{  display: block;     opacity: 1;
    visibility: visible; }