html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-size: .875rem
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #b30d04;
}

button,
button:focus {
    outline: none;
    box-shadow: none;
}

button,
input.ie6 {
    overflow: visible;
    padding: 0;
    outline: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.iconfont {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.header {
    background-color: rgba(255,255,255,.95);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}
@media (min-width: 768px) {
	.sticky-top {
		position: sticky;
	    top: 0;
	    z-index: 1071;
	}
}

.navbar {
	padding: .5rem 0rem;
}

.navbar-brand {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.navbar-brand img {
	width: 150px;
}

@media (min-width: 768px) {
	.navbar-brand {
		padding-top: .3125rem;
		padding-bottom: .312rem;
	}
	.navbar-brand img {
		width: 200px;
	}
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .cur>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #b30d04;
}

.navbar-light .navbar-toggler {
    border: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.main-menu li {
    position: relative;
    margin: 0 0 0 2rem;
}

.main-menu li:nth-child(1) {
    margin-left: 0;
}

.main-menu li a {
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem;
}

.open>.dropdown-menu {
    display: block;
}

.list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.list-content {
    padding: 1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.list-body h1 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 6px;
    margin-bottom: 3rem;
}

.list-body p {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 6px;
}

@media (max-width: 767.98px) {
    .list-body h1 {
        font-size: 1.775rem;
        font-weight: 600;
        letter-spacing: 0px;
        margin-bottom: 1.5rem;
    }
    .list-body p {
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 2px;
    }
}

.list-overlay-content {
    color: #fff;
}

.list-overlay-content a:hover {
    color: #fff;
}

.list-overlay-content .list-content {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    padding: .75rem;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    position: absolute;
    opacity: .22;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, 0.1);
}

.media-content img {
    width: 100%;
    height: auto;
    min-height: -webkit-fill-available;
    min-height: -moz-fill-available;
    min-height: -moz-available;
    min-height: fill-available;
    display: block;
}

.media:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.media-26x9:after {
    padding-top: 32.14285714285%;
}

@media (max-width:767.98px) {
    .media-26x9:after {
        padding-top: 66%;
    }
}

.banner-style-3 .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 2px;
    margin: 0 3px;
    border: 0 solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .2s ease;
}

.banner-style-1 .owl-theme .owl-dots .owl-dot span,
.banner-style-2 .owl-theme .owl-dots .owl-dot span,
.banner-style-3 .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 3px;
    margin: 0 3px;
    border: 0 solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .2s ease;
}

.banner-style-1 .owl-theme .owl-dots .owl-dot.active span,
.banner-style-2 .owl-theme .owl-dots .owl-dot.active span,
.banner-style-3 .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    border-color: #fff;
    background-color: #fff;
}

.banner-style-1 .owl-theme .owl-nav.disabled+.owl-dots,
.banner-style-2 .owl-theme .owl-nav.disabled+.owl-dots,
.banner-style-3 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.banner-style-3 .owl-theme .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
}

.banner-style-3 .owl-theme .owl-dots .owl-dot span {
    width: 30px;
}

.banner-style-3 .owl-theme .owl-dots .owl-dot.active span {
    width: 60px;
}

.banner-has-nav .owl-carousel .owl-nav button.owl-prev,
.banner-has-nav .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    opacity: .6;
    border-radius: 3px;
}

.banner-has-nav .owl-carousel .owl-nav button.owl-prev:hover,
.banner-has-nav .owl-carousel .owl-nav button.owl-next:hover {
    background-color: rgba(6, 6, 8, 0.51);
    opacity: 1
}

.banner-has-nav .owl-carousel .owl-nav button.owl-prev {
    opacity: 0;
    left: 0;
    transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
}

.banner-has-nav .owl-carousel .owl-nav button.owl-next {
    opacity: 0;
    right: 0;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
}

.banner-has-nav .owl-carousel:hover .owl-nav button.owl-prev {
    opacity: 1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

.banner-has-nav .owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

.banner-has-nav .owl-carousel .owl-nav button.owl-prev .iconfont,
.banner-has-nav .owl-carousel .owl-nav button.owl-next .iconfont {
    font-size: 45px;
    padding: .75rem .25rem;
}

@media (max-width:767.98px) {
    .banner-has-nav .owl-carousel .owl-nav button.owl-prev,
    .banner-has-nav .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
}

@media (max-width:767.98px) {
    .banner-style-2 .h4,
    .banner-style-3 .h4 {
        font-size: 1rem;
    }
    .banner-style-3 .owl-theme .owl-dots {
        bottom: 2px;
        left: 0;
    }
    .banner-style-3 .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 2px;
        margin: 0 2px;
    }
    .banner-style-3 .owl-theme .owl-dots .owl-dot.active span {
        width: 15px;
    }
}

.cd-tabs {
    position: relative;
    width: 100%;
    margin: 2em auto
}

.cd-tabs:after {
    content: "";
    display: table;
    clear: both
}

.cd-tabs::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-linear-gradient( right, #f8f7ee, rgba(248, 247, 238, 0));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.no-cssgradients .cd-tabs::after {
    display: none
}

.cd-tabs.is-ended::after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-tabs .tabs-nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width:960px) {
    .cd-tabs .tabs-nav {
        position: relative;
        float: none;
        box-shadow: none
    }
}

.cd-tabs-navigation {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    justify-content: left;
}

.cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both
}

.cd-tabs-navigation li {
    white-space: nowrap;
    display: inline-block;
}

.cd-tabs-navigation a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: .75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    padding: .5rem 5rem;
}

ul::-webkit-scrollbar {
    width: 0;
}

.no-touch .cd-tabs-navigation a:hover {
    color: #fff;
    background-color: #b30d04;
}

.cd-tabs-navigation a.selected {
    background-color: #b30d04;
    color: #fff;
}

.cd-tabs-navigation a::before {
    position: absolute;
    top: 12px;
    left: 50%;
    display: inline-block;
    height: 20px;
    width: 20px
}

@media only screen and (min-width:960px) {
    .cd-tabs-navigation {
        width: auto;
        box-shadow: inset 0 -2px 3px rgba(203, 196, 130, .06);
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .cd-tabs-navigation li {
        margin-left: 4rem;
    }
    .cd-tabs-navigation li:nth-child(1) {
        margin-left: 0;
    }
    .cd-tabs-navigation a {
        text-align: left;
        font-size: 14px;
        font-size: .875rem;
        border: 1px #b5b5b5 solid;
    }
    .cd-tabs-navigation a.selected {
        color: #fff!important;
        background: #b30d04!important;
        border: 1px #b30d04 solid!important;
        box-shadow: none;
    }
    .cd-tabs-navigation a::before {
        top: 50%;
        margin-top: -10px;
        margin-left: 0;
        left: 38px
    }
}

.cd-tabs-content li {
    display: none;
}

.cd-tabs-content li.selected {
    display: block;
    -webkit-animation: cd-fade-in .5s;
    -moz-animation: cd-fade-in .5s;
    animation: cd-fade-in .5s
}

.cd-tabs-content li p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
    color: #8493bf;
    margin-bottom: 2em
}

.cd-tabs-content .row {
	
}

@media only screen and (min-width:768px) {
    .cd-tabs-content {
        min-height: 480px
    }
    .cd-tabs-content li {
        padding: 2rem 0;
    }
}

@media only screen and (min-width:960px) {
    .cd-tabs-content {
        min-height: 0
    }
    .cd-tabs-content li {
        padding: 3rem 0;
    }
    .cd-tabs-content li p {
        font-size: 16px;
        font-size: 1rem
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}


/*  */

.sd-tabs {
    position: relative;
    width: 100%;
    margin: 2em auto
}

.sd-tabs:after {
    content: "";
    display: table;
    clear: both
}

.no-cssgradients .sd-tabs::after {
    display: none
}

.sd-tabs.is-ended::after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.sd-tabs .tabs-nav {
    /*overflow: auto;*/
    /*-webkit-overflow-scrolling: touch;*/
}

@media only screen and (min-width:960px) {
    .sd-tabs .tabs-nav {
        position: relative;
        float: none;
        box-shadow: none
    }
}

.sd-tabs-navigation {
    width: 100%;
    /*overflow: hidden;*/
    /*overflow-x: scroll;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*white-space: nowrap;*/
    /*justify-content: left;*/
}

.sd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both
}

.sd-tabs-navigation li {
    white-space: nowrap;
    display: inline-block;
}

.sd-tabs-navigation li.on a {
    background-color: #b30d04;
    color: #fff;
    border: 1px #b30d04 solid!important;
    box-shadow: none;
}

.sd-tabs-navigation li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: .75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    padding: .5rem 1rem;
}

.sd-tabs-navigation li a:hover {
    color: #fff;
    background-color: #b30d04;
}

.sd-tabs-navigation a::before {
    position: absolute;
    top: 12px;
    left: 50%;
    display: inline-block;
    height: 20px;
    width: 20px
}

@media only screen and (min-width:960px) {
    .sd-tabs-navigation {
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-bottom: 1rem;
    }
    .sd-tabs-navigation li {
        margin-left: 4rem;
    }
    .sd-tabs-navigation li a {
        padding: .5rem 5rem;
    }
    .sd-tabs-navigation li:nth-child(1) {
        margin-left: 0;
    }
    .sd-tabs-navigation a {
        text-align: left;
        font-size: 14px;
        font-size: .875rem;
        border: 1px #b5b5b5 solid;
    }
    .sd-tabs-navigation li.on a {
        color: #fff!important;
        background: #b30d04!important;
        border: 1px #b30d04 solid!important;
        box-shadow: none;
    }
    .sd-tabs-navigation a::before {
        top: 50%;
        margin-top: -10px;
        margin-left: 0;
        left: 38px
    }
}

.sd-tabs-content .product-item p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
    color: #8493bf;
    margin-bottom: 2em
}

@media only screen and (min-width:768px) {
    .sd-tabs-content {
        min-height: 480px
    }
    .sd-tabs-content ul {
        padding: 2rem 0;
    }
    .sd-tabs-content .list-grid {
        padding: 2rem 0;
    }
}

@media only screen and (min-width:960px) {
    .sd-tabs-content {
        min-height: 0
    }
    .sd-tabs-content ul {
        padding: 3rem 0;
    }
    .sd-tabs-content .list-grid {
        padding: 3rem 0;
    }
    .sd-tabs-content .product-item p {
        font-size: 16px;
        font-size: 1rem
    }
}


/*  */

.product-body .sd-tabs {
    position: relative;
    width: 100%;
    margin: 2em auto
}

.product-body .sd-tabs:after {
    content: "";
    display: table;
    clear: both
}

.no-cssgradients .product-body .sd-tabs::after {
    display: none
}

.product-body .sd-tabs.is-ended::after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.product-body .sd-tabs .tabs-nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width:960px) {
    .product-body .sd-tabs .tabs-nav {
        position: relative;
        float: none;
        box-shadow: none;
        padding-top: 15px;
    }
}

.product-body .sd-tabs-navigation {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    justify-content: left;
}

.product-body .sd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both
}

.product-body .sd-tabs-navigation li {
    white-space: nowrap;
    display: inline-block;
}

.product-body .sd-tabs-navigation li.on a {
    background-color: #b30d04;
    color: #fff;
    border: 1px #b30d04 solid!important;
    box-shadow: none;
}

.product-body .sd-tabs-navigation li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: .75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    padding: .5rem 1rem;
}

.product-body .sd-tabs-navigation li a:hover {
    color: #fff;
    background-color: #b30d04;
}

.product-body .sd-tabs-navigation a::before {
    position: absolute;
    top: 12px;
    left: 50%;
    display: inline-block;
    height: 20px;
    width: 20px
}

@media only screen and (min-width:960px) {
    .product-body .sd-tabs-navigation {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 1rem;
    }
    .product-body .sd-tabs-navigation li {
        margin-top: 1rem;
        margin-left: 0;
    }
    .product-body .sd-tabs-navigation li a {
        padding: .5rem 5rem;
    }
    .product-body .sd-tabs-navigation li:nth-child(1) {
        margin-top: 0;
        margin-left: 0;
    }
    .product-body .sd-tabs-navigation a {
        text-align: left;
        font-size: 14px;
        font-size: .875rem;
        border: 1px #b5b5b5 solid;
    }
    .product-body .sd-tabs-navigation li.on a {
        color: #fff!important;
        background: #b30d04!important;
        border: 1px #b30d04 solid!important;
        box-shadow: none;
    }
    .product-body .sd-tabs-navigation a::before {
        top: 50%;
        margin-top: -10px;
        margin-left: 0;
        left: 38px
    }
}

.product-body .sd-tabs-content .product-item p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
    color: #8493bf;
    margin-bottom: 2em
}

@media only screen and (min-width:768px) {
    .product-body .sd-tabs-content {
        min-height: 480px
    }
    .product-body .sd-tabs-content ul {
        padding: 0;
    }
    .product-body .sd-tabs-content .list-grid {
        padding: 2rem 0;
    }
}

@media only screen and (min-width:960px) {
    .product-body .sd-tabs-content {
        min-height: 0
    }
    .product-body .sd-tabs-content ul {
        padding: 0;
    }
    .product-body .sd-tabs-content .list-grid {
        padding: 3rem 0;
    }
    .product-body .sd-tabs-content .product-item p {
        font-size: 16px;
        font-size: 1rem
    }
}











.heading {
	width: 100%;
}

.heading h2 {
    letter-spacing: 1px;
    padding-bottom: .2rem
}

.heading h2 span {
    color: #b30d04;
}

.heading h6 {
    font-weight: 400;
}

.heading p {
    letter-spacing: 1.2px;
}

.product .product-body {
	width: 100%;
	padding-left: 15px;
    padding-right: 15px;
}

.product .product-item {
    padding: 15px;
    margin-bottom: 0;
    display: block;
}

.product .list_box {
    border: 1px solid #ebebeb;
}

.product .grid {
    overflow: hidden;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.product .sd-tabs-navigation {
		justify-content: left;
		padding-bottom: 1rem;
	}
.product ul::-webkit-scrollbar {
	width : 100%;
	height: 5px;
}
.product ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #fdfdfd;
}
@media only screen and (min-width: 960px){
	.product .sd-tabs-navigation {
		justify-content: left;
		padding-bottom: .875rem;
	}	
}

figure {
    margin: 0 0 1rem;
}

.product .grid figure {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.product .grid figure img {
    opacity: 1;
    width: 100%;
    background-color: #fff;
}

.product .grid figure figcaption {
    padding: 2em;
    color: #3e8378;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product .grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none;
}

.product .grid figure a,
.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product .grid figure p {
    letter-spacing: 1px;
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    padding: 0 3em;
}

.product figure.effect-layla {
    background: #000
}

.product figure.effect-layla figcaption {
    padding: 3em;
}

.product figure.effect-layla figcaption::after,
figure.effect-layla figcaption::before {
    position: absolute;
    content: '';
    opacity: 0;
}

.product figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #3e8378;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #3e8378;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.product figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #3e8378;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #3e8378;
    border-left: 1px solid #ffffff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.product figure.effect-layla p {
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.product figure.effect-layla figcaption::after,
figure.effect-layla figcaption::before,
figure.effect-layla p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
}

.product .grid:hover figure.effect-layla {
    opacity: .7
}

.product figure.effect-layla:hover img {
    opacity: .7
}

.product figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.product figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.product .grid figure figcaption {
    text-transform: uppercase;
    font-size: 1.25em;
    backface-visibility: hidden;
    padding: 2em;
}

.product .grid figure figcaption P {
    color: rgb(255, 255, 255);
}

.product .product-title {
    font-size: 1.25rem;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
    background: #f3f3f3;
    padding: .3rem 0;
}


.about .about-body {
	width: 100%;
}

.about .about-body .row {
	margin: 0;
}

.about .pic {
    position: relative;
    overflow: hidden;
}

.about .pic em {
    *display: none;
    position: absolute;
    left: -550px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    cursor: pointer;
}

.about .pic:hover em {
    left: 550px;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    -webkit-transition: .7s;
}

.about .desc h2 {
    letter-spacing: 1px;
    font-weight: 200;
    text-align: center;
}

.about .desc p {
    color: #333;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 2.5;
}

.about .desc a.more {
    letter-spacing: 1px;
    text-align: center;
    display: block;
    border: 1px #bfbfbf solid;
    padding: .5rem 3rem;
}

.about .desc a.more:hover {
    color: #fff;
    background: #b30d04;
    border: 1px #b30d04 solid;
}

@media (min-width: 992px) {
    .about .desc h2 {
        text-align: left;
    }
    .about .desc a.more {
        float: right;
    }
}

.solution {
    background: url(../images/index-07.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 100%;
}

.solution .row .row {
	margin: 0;
}

.solution .row .row .col-md-6 {
	padding: 0;
}

@media (min-width: 768px){
	.solution .row .row .col-md-6 {
		padding-right: 15px;
    	padding-left: 15px;
	}	
}

.title-block {
    width: 100%;
}

.title-block .text-cap {
    text-transform: uppercase;
}

.title-block .title {
    letter-spacing: 1px;
    color: #fff;
}

.title-block .en-title {
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
}

.divider {
    width: 100%;
    max-width: 370px;
    height: 1px;
    margin: 20px auto;
    display: block;
    position: relative;
    background: #e5e5e5;
}

.svg-triangle-icon-container {
    width: 22px;
    height: 15px;
    overflow: visible!important;
    left: 50%;
    margin-left: -11px;
    margin-top: -6px;
    display: block;
    position: absolute;
}

.svg-triangle-icon {
    fill: transparent;
    stroke: #b30d04;
    stroke-width: 3;
}

.block-img-left,
.block-img-right {
    margin: 25px 0;
}

.block-img-right {
    display: inline-block;
}

.block-img-left,
.block-img-right {
    width: 100%;
}

.img-block {
    position: relative;
    z-index: 1;
}

.block-img-right .img-block {
    float: right;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-left: 15px;
    overflow: hidden;
    display: block;
}

.block-img-left .img-block {
    float: left;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-right: 15px;
    overflow: hidden;
    display: block;
}

.block-img-right .text-box {
    text-align: right;
    display: inline-block;
    padding-right: 15px;
    width: 50%;
}

.block-img-left .text-box {
    text-align: left;
    display: inline-block;
    padding-left: 15px;
    width: 50%;
}

.text-box h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.block-img-right .text-box p {
    margin: 0 0 10px;
    color: #fff;
}

.block-img-left .text-box p {
    margin: 0 0 10px;
    color: #fff;
}

.mgb0 {
    margin-bottom: 0px!important;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 991px) {
    .divider {
        width: 90%;
    }
}

@media only screen and (max-width: 479px) {
    .block-img-left,
    .block-img-right {
        margin: 0;
    }
    .block-img-right .img-block {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 10px auto;
        float: none;
    }
    .block-img-left .img-block {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 10px auto;
        float: none;
    }
    .block-img-right .text-box {
        width: 100%;
        padding: 15px;
        float: none;
        text-align: left;
    }
    .block-img-left .text-box {
        width: 100%;
        padding: 15px;
        float: none;
    }
    h4 {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
}

.about .en-title {
	color: #212529;
}

.history {
    background: url(../images/index-16.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 100%;
}

.history .history-body {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

section.history .title-block h2 {
    color: #fff;
}

section.history .title-block h6 {
    color: #fff;
}

section.history .owl-item .con {
    background: url(../images/bot.png) no-repeat center bottom;
    padding-bottom: .78rem;
}

section.history .owl-item .pic img {
    padding: 12px 11px 0;
    background: #ffffffcf;
}

section.history .owl-item .js {
    background: #ffffffcf;
    padding-top: 14px;
    padding-bottom: 14px;
}

section.history .owl-item .js p {
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center
}

section.history .owl-item .year {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700
}

.news .news-body {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.news .en-title {
	color: #212529;
}

.news .owl-item {
    border: 1px #bfbfbf solid;
}



.news .owl-item a {
    padding: 2rem 1rem;
    margin: 0;
}

.news .owl-item a .col-md-3 h2 {
    text-align: center;
    font-size: 3rem;
    color: #999;
}

.news .owl-item a .col-md-3 h3 {
    text-align: center;
    font-size: .875rem;
    color: #999;
    font-weight: 400;
}

.news .owl-item a .col-md-9 h2 {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news .owl-item a .line {
    margin-left: 2px;
    width: 18px;
    height: 2px;
    background: #666;
    margin-bottom: 20px;
}

.news .owl-item a p {
    line-height: 1.3rem;
    font-size: .875rem;
    color: #666;
    letter-spacing: 1px;
    text-align: justify;
}

.clients {
    background: #f5f5f5;
}

.clients .clients-body {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.clients .en-title {
	color: #212529;
}

.clients .owl-item {
    position: relative;
    float: left;
}

.clients .owl-item .slick-slide {
    margin-bottom: 1px;
    margin-right: 1px;
    background: #fff;
}

.clients .owl-item img {
    display: inline-block;
    max-width: 100%;
}

.clients .owl-item .img1 {
    transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
}

.clients .owl-item:hover .img1 {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
}

.clients-list {
    background: #f5f5f5;
}

.clients-list .clients-body {
	padding: 0 15px;
}

.clients-list .clients-item img {
    border: 1px solid #f5f5f5;
    width: 100%;
}

.clients-list .clients-item .img1 {
    transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
}

.clients-list .clients-item:hover .img1 {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
}

.zbanner {
    width: 100%;
    height: 200px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

@media (min-width: 768px) {
    .zbanner {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .zbanner {
        height: 432px;
    }
}

.case .case-item .pic {
    width: 100%
    overflow: hidden;
}

@media (max-width: 768px) {
    
}

.case .case-item .pic img {
    width: 100%;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.case .case-item .bot {
    border: 1px #c7c7c7 solid;
    text-align: center;
    color: #666;
    letter-spacing: 1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.case .case-item {
    padding: 15px;
    margin-bottom: 0;
    display: block;
}

.case .case-item:hover .pic img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.list-grid .list-item {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-grid .list-item .media:first-child {
    border-radius: inherit;
}

.list-item.block .list-content {
    padding: 1rem;
}

.list-grid.list-grid-padding .list-content {
    padding: 0 0 0 1rem;
}

.list-title {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    display: block;
    color: #333;
    letter-spacing: 1px;
}

.list-desc {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.h-1x {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.h-2x {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.media {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.media-2x1:after {
    padding-top: 50%;
}

.list-footer {
    margin-top: 1rem;
}

.list-footer .more {
    width: 105px;
    height: 30px;
    border: 1px solid #bbbbbb;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.list-footer .more:hover {
    background: #b30d04;
    color: #fff;
    border: 1px solid #b30d04;
}

.list-grid.list-grid-padding .list-item {
        padding: .875rem 0;
        margin-bottom: .875rem;
    }
@media (max-width:767.98px) {
    .list-grid.list-grid-padding .list-item {
        padding: .675rem 0;
        margin-bottom: .625rem;
    }
    .list-grid.list-grid-padding .list-item .media-3x2:after {
        padding-top: 75%;
    }
    .list-grid.list-grid-padding .list-content {
        padding: 0 0 0 .75rem;
    }
    .list-desc {
        margin-bottom: .5rem;
        margin-top: .5rem;
    }
    .list-footer {
        margin-top: .5rem;
    }
    .cd-tabs-navigation a {
        padding: .5rem 1rem;
    }
}

.shfutx .list-grid {
    margin-top: 1rem;
}

.shfutx .list-grid {
    background: #f8f8f8;
}

.shfutx .list-grid .list-content {
    padding: 1rem;
}

.shfutx .list-grid h2 {
    font-size: 1.5rem;
}

.shfutx .list-grid h2 span {
    color: #b30d04;
}

.shfutx .list-grid p {
    font-size: .875rem;
    color: #333;
    letter-spacing: 2px;
}

.jpfw .jpfw-item {
    margin-left: .25rem;
}

.jpfw .jpfw-item:nth-child(1) {
    margin-left: 0;
}

.jpfw .jpfw-item .pic img {
    width: 100%;
}

.jpfw .jpfw-item .bot {
    padding: 1rem 1rem;
    background: #b30d04;
}

.jpfw .jpfw-item .bot img {
    display: block;
    margin: 0 auto;
}

.jpfw .jpfw-item .bot p {
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    padding-top: .25rem;
}

.download-2 {
    padding-top: 3rem;
    background: #eee;
}

.article .article-head .title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
}

.article .article-head .mate {
    border-bottom: 1px #eaeaea solid;
}

.article .article-content {
    font-size: .875rem;
    color: #666;
    letter-spacing: .2px;
}

.article .article-content p {
    font-size: .875rem;
    color: #666;
    letter-spacing: .2px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.article .article-content img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.download-2 .row {
    margin: 0;
}

.download-2 .sd-tabs-content li .down-item {
    margin-right: 3rem;
    border-bottom: 1px #bebebe dashed;
}

.download-2 .downurl {
    background: url(../images/d_icon2.png) no-repeat right center;
    width: 21px;
    background-size: contain;
}

.article a.btn-success {
    color: #fff;
}

.list-heading .pic img {
    width: 100%;
    padding: 1rem;
    border: 1px solid #c7c7c7;
}

.breadcrumb {
    background: none;
    padding: 1.5rem 0;
    margin-bottom: 0;
}

.list-heading .text {
    padding-left: 3rem;
}

.list-heading .text .title {
    color: #333;
    letter-spacing: 1px;
}

.list-heading .text .dese {}

.list-heading .text a.more {
    background: #b30d04;
    color: #fff;
    padding: .5rem 1rem;
    letter-spacing: 1px;
}

.list-content .nav-tabs {
    border: 1px solid #dee2e6;
    background: #f8f8f8;
}

.list-content .nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1rem 2.5rem;
}

.nav-tabs .nav-link.active {
    background: url(../images/pi_bot_cur.png) no-repeat center bottom;
}

.case-list .product-item {
    padding-top: 15px;
    margin-bottom: 0;
    display: block;
}

.case-list .list_box {
    border: 1px solid #ebebeb;
}

.case-list .grid {
    overflow: hidden;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

figure {
    margin: 0 0 1rem;
}

.case-list .grid figure {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.case-list .grid figure img {
    opacity: 1;
    width: 100%;
    background-color: #fff;
}

.case-list .grid figure figcaption {
    padding: 2em;
    color: #3e8378;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.case-list .grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none;
}

.case-list .grid figure a,
.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.case-list .grid figure p {
    letter-spacing: 1px;
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    padding: 0 3em;
}

.case-list figure.effect-layla {
    background: #000
}

.case-list figure.effect-layla figcaption {
    padding: 3em;
}

.case-list figure.effect-layla figcaption::after,
figure.effect-layla figcaption::before {
    position: absolute;
    content: '';
    opacity: 0;
}

.case-list figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #3e8378;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #3e8378;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.case-list figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #3e8378;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #3e8378;
    border-left: 1px solid #ffffff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.case-list figure.effect-layla p {
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.case-list figure.effect-layla figcaption::after,
figure.effect-layla figcaption::before,
figure.effect-layla p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
}

.case-list .grid:hover figure.effect-layla {
    opacity: .7
}

.case-list figure.effect-layla:hover img {
    opacity: .7
}

.case-list figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.case-list figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.case-list .grid figure figcaption {
    text-transform: uppercase;
    font-size: 1.25em;
    backface-visibility: hidden;
    padding: 2em;
}

.case-list .grid figure figcaption P {
    color: rgb(255, 255, 255);
}

.case-list .product-title {
    font-size: 1.25rem;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
    background: #f3f3f3;
    padding: .3rem 0;
}

.gywm-nav {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}

.gywm-nav .nav-item {
    background: #f0f3f6;
    text-align: center;
    margin-right: .25rem;
}

.gywm-nav .nav-item:last-child {
    margin-right: 0;
}

.gywm-nav .nav-item.active,
.gywm-nav .nav-item.active a,
.gywm-nav .nav-item:hover,
.gywm-nav .nav-item:hover a {
    background: #d61518;
    color: #fff;
}

.gywm-nav .nav-item .nav-link {
    padding: 1rem 1rem;
}

.scroll {
    width: 100%;
}

#gsjj {
    width: 100%;
}

#qywh {
    background: #f2f2f2;
}

.scroll .about_content p {
    color: #666;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 2rem;
}

.scroll .about_content .pic {
    position: relative;
    overflow: hidden;
}

.scroll .about_content .pic img {
    width: 100%;
}

.scroll .about_content .pic em {
    *display: none;
    position: absolute;
    left: -550px;
    top: 0;
    width: 300px;
    height: 800px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    cursor: pointer;
}

.scroll .about_content .pic:hover em {
    left: 1200px;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
}

.scroll .cul_content .row {
    margin: 0;
}

.scroll .cul_content .pic {
    overflow: hidden;
}

.scroll .cul_content .pic img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.cul_content .cul_item {
    padding-right: 1rem;
}

.cul_content .cul_item:last-child {
    padding-right: 0;
}

.cul_content .cul_item .con h2 {
    font-size: 1.2rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 1rem;
    letter-spacing: 1px;
    color: #333;
    background: url(../images/line.jpg) no-repeat left center;
}

.cul_content .cul_item .con p {
    color: #333;
    letter-spacing: 1px;
}

.contact-body {
    background: #f7f7f7;
    border: 1px #eee solid;
}

.contact-body .logo {
    padding-left: 2rem;
    padding-right: 2rem;
    margin: auto;
    border-right: 1px #c1c1c1 solid;
}

.contact-body .logo img {
    width: 100%;
}

.contact-body .desc li {
    line-height: 2rem;
    font-size: .875rem;
    color: #666;
    letter-spacing: 1px;
}

.contact-body .desc {
    padding-left: 2rem;
    /* border-right: 1px #c1c1c1 solid; */
    margin: 1rem 0;
}

.contact-body .wx {
    padding-right: 15px;
    margin: auto;
}

.contact-body .wx .qr {
    position: relative;
    padding-left: 2rem;
}

.contact-body .wx .qr img {
    width: 100%;
    padding-top: 1rem;
}

.contact-body .wx .p {
    padding-left: 1rem;
    padding-top: 1rem;
}

@media (min-width: 576px) {
    .contact-body .desc {
        padding-left: 2rem;
        padding-right: 1rem;
        /* border-right: 1px #c1c1c1 solid; */
    }
}

.dq {
    background: #f7f7f7;
    border: 1px #eee solid;
}

.dq .cinfo {
    padding-left: 2rem;
}

.tab-content .tab-pane img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.dq .cinfo2 {
    padding-left: 1rem;
}

.footer {
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 100%;
}

footer.footer .footbg {
    background: transparent;
}

.footer .foot-logo {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.footer.footer .footbg p {
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    /*opacity: .6;*/
}

.f-nav .nav .nav-link {
    color: #fff;
    border-right: 1px #fff solid;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    line-height: 1rem;
}

.f-nav .nav .nav-link:first-child {
    padding-left: 0rem;
}

.f-nav .nav .nav-link:last-child {
    border: 0;
}



.bot .col-5 {
    margin: auto;
}

.bot .fcontact {
    color: #fff;
    letter-spacing: 1px;
    margin-left: -15px;
    margin-right: -15px;
}

.bot .fcontact a {
    color: #fff;
}

.bot .fqr {
    color: #ccc;
    margin: auto;
}

.bot .fqr .qrpic img {
    width: 100%;
}

.bot .fqr .qrp {
    width: 20px;
    text-align: center;
    line-height: 1rem;
}

.footer.footer .bot .row {
	margin-right: 0;
    margin-left: 0;
}

@media (min-width: 768px) {
	.footer .foot-logo {
		width: 100%;
	}
	footer.footer .footbg {
    	padding: 0 1rem 0 1rem;
	}
}

.map {
	width: 100%;
	height: 550px;
}

.pagination a {
    margin: 0 5px;
    background-color: #f4f4f5;
    min-width: 30px;
    text-align: center;
    border-radius: 2px;
    padding: 5px 10px;
    color: #80899a;
}

.pagination a:not(.disabled):hover {
    color: #409eff;
}

.pagination a:not(.disabled).cur {
    background-color: #409eff;
    color: #fff;
}

.product_article_title2 {
    width: 100%;
    border-bottom: 1px solid #378cca;
}
.product_article_title21 {
    width: 25%;
    line-height: 51px;
    background: #378cca;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.product_tedian {
    font-size: 16px;
    width: 100%;
    overflow-wrap: break-word;
    line-height: 28px;
    padding-top: 30px;
    font-family: 微软雅黑 !important;
}
.product_tedian table {
    border: none;
    border-collapse: separate;
    width: 100%;
}
.product_tedian table tr td:nth-child(1){
    width: 15%;
}
.product_tedian table tr td:nth-child(2){
    width: 20%;
}
.product_tedian table tr td:nth-child(3){
    width: 65%;
}
.product_tedian table td {
    border: 1pt solid #000000;
}


/* QQ客服咨询 */
.qqserver .qqserver-header:after,.qqserver .qqserver-header:before,.qqserver li a:after,.qqserver li a:before{display:table;content:' '}
.qqserver .qqserver-header:after,.qqserver li a:after{clear:both}
.qqserver .qqserver-header,.qqserver li a,.tabs,.user-main,.view-category,.view-category-list>li{*zoom:1}
.qqserver{position:fixed;top:80%;right:0;height:209px;margin-top:-104px;z-index: 999;}
.qqserver.unfold .qqserver-body{right:0}
.qqserver .qqserver-body{position:absolute;right:-145px;width:145px;height:220px;padding:12px 10px;-webkit-transition:.3s cubic-bezier(.19,1,.22,1);-o-transition:.3s cubic-bezier(.19,1,.22,1);transition:.3s cubic-bezier(.19,1,.22,1);border:1px solid #62b651;border-radius:4px;background:#f4f7fa}
.qqserver .qqserver_fold{position:absolute;right:0;padding:14px 7px;cursor:pointer;border-top-left-radius:4px;border-bottom-left-radius:4px;background:#70ca5d}
.qqserver .qqserver-header{padding-bottom:10px;padding-left:6px;border-bottom:1px dashed #d1d4cc}
.qqserver .qqserver-header *{float:left}
.qqserver .qqserver_arrow{margin-top:-1px;margin-left:7px;cursor:pointer}
.qqserver li{margin-top:6px}
.qqserver li a{display:block;padding:6px 12px 4px}
.qqserver li a div{font-size:14px;float:left;margin-right:11px;color:#697466}
.qqserver li a span{font-size:12px;line-height:18px;float:left;text-indent:4px;color:#fff}
.qqserver li a span.qqserver-service-alert{font-weight:400;display:block}
.qqserver li a:hover{text-decoration:none;border-radius:4px;background:#eaebe9}
.qqserver li a:hover div{color:#62b651}
.qqserver .qqserver-footer{margin-top:10px;padding-top:14px;padding-bottom:14px;padding-left:11px;border-top:1px dashed #d1d4cc}
.qqserver .qqserver-footer .text-primary{color:#70CA5D;font-size:14px;}
.qqserver .qqserver_icon-alert{display:inline-block;margin-right:10px;vertical-align:-3px;*display:inline;*zoom:1;*vertical-align:-1px}
.qqserver-header div{width:90px;height:18px;background-image:url(../images/backgrounds.32.png);background-position:-419px -80px}
.qqserver_icon-alert{width:16px;height:14px;background-image:url(../images/backgrounds.32.png);background-position:-595px -85px}
.qqserver li a span{width:30px;height:23px;background-image:url(../images/backgrounds.32.png);background-position:-265px 0}
.qqserver li a .qqserver-service-alert{width:30px;height:22px;background-image:url(../images/backgrounds.32.png);background-position:-342px 0}
.qqserver_fold div{width:26px;height:132px;background-image:url(../images/backgrounds.32.png);background-position:0 0}
.qqserver_fold:hover div{width:26px;height:132px;background-image:url(../images/backgrounds.32.png);background-position:-27px 0}
.qqserver_arrow{width:18px;height:18px;background-image:url(../images/backgrounds.32.png);background-position:-435px 0}
.qqserver_arrow:hover{width:18px;height:18px;background-image:url(../images/backgrounds.32.png);background-position:-435px -38px}

