@charset "UTF-8";
.dtbg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.dtbg img {
    display: none;
}

.for-pc-only {
    display: inherit;
}

@media screen and (max-width: 767px) {
    .for-pc-only {
        display: none;
    }
}

.for-mb-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .for-mb-only {
        display: inherit;
    }
}

.clear-fix {
    clear: both;
}

.clear-fix:before {
    clear: both;
}

.clear-fix:after {
    clear: both;
}

.excerpt-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5rem;
    width: 100%;
    font-size: 1.05rem;
    max-height: calc(1 * 1.5rem + 1px);
    height: calc(1 * 1.5rem + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
    height: auto;
}

.excerpt-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5rem;
    width: 100%;
    font-size: 1rem;
    max-height: calc(2 * 1.5rem + 1px);
    height: calc(2 * 1.5rem + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
}

::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1.0;
}

::placeholder {
    color: #fff !important;
    opacity: 1.0;
}

::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1.0;
}

::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1.0;
}

* {
    box-sizing: border-box;
}

*:before {
    box-sizing: border-box;
}

*:after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    line-height: 1;
    max-width: 100%;
    margin: 0;
}

section {
    padding: 64px 0;
    background-color: #fff;
}

section:nth-of-type(2n) {
    background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
    section {
        padding: 32px 0;
    }
}

a {
    font-size: 1.0rem;
    line-height: 1.5;
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

a:visited {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
    color: #aaa;
}

p {
    font-size: 1.0rem;
    line-height: 1.5;
    margin-bottom: 0;
    -webkit-margin-before: 0;
}

.cont_form{
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.sub-input{
    width: 80%;
    height: 40px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    font: inherit;
    color: inherit;
}
.sub-txt{
    width: 80%;
    height: 40px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    font: inherit;
    color: inherit;
    height: 80px;
}
.submit{
    width: 80%;
    height: 40px;
    border: 1px solid #999999;
    background-color: transparent;
    outline: none;
    transition: background 0.3s,color 0.3s cubic-bezier(0.645,0.045,0.355,1) 0s;
    padding: 0.5rem 1.25rem;
    margin-top: 0.5rem;
}
.submit:hover{
    background: #333333;
    color: #ffffff;
}

span {
    font-size: 1.0rem;
    line-height: 1.5;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

ul li,
ol li {
    font-size: 1rem;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

h1,
h2,
h3 {
    margin: 1rem 0;
    font-weight: 800;
}

h4,
h5,
h6 {
    margin: 0.5rem 0;
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.0rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.0rem;
}

h6 {
    font-size: 0.75rem;
}

html {
    font-size: 15px;
}

html body {
    font-size: 15px;
}

html,
body {
    font-family: "webfont", "Microsoft YaHei", 微软雅黑, "SourceHanSansCN-Normal", Arial, Helvetica, sans-serif;
    width: 100%;
}

body {
    overflow: hidden;
    background-color: #ffffff;
}

section {
    background-color: #ffffff;
    padding: 0;
    padding: 45px 0;
}

section:nth-of-type(2n) {
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    section {
        padding: 1rem;
    }
}

@media (min-width: 1200px) {
    .container {
        width:1200px;
        padding: 0;
    }

    .container > .row {
        margin: 0;
    }

    .content-page.products .products-wrapper{
        width: 100%;
    }
}

.container {
    padding: 0;
}

.container .row {
    margin: 0;

}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 640px;
    overflow: hidden;
}

.animate-item {
    opacity: 0;
    transition: all 0.35s ease;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .animate-item {
        opacity: 1;
        visibility: visible;
    }
}

.animate-item.animated {
    opacity: 1;
    visibility: visible;
}

.animated.delay-qts {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.animated.delay-hfs {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated.delay-3qts {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-1p5 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-2p5 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-3p5 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-4p5 {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

header .navbar-default {
    border: none;
    background-color: #212121;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

header .navbar-brand > img {
    height: 60px;
}

header .navbar-default .navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    height: auto;
    padding: 6px 0;
}

header .navbar-default .navbar-nav > li {
    margin-right: 2rem;
    height: 72px;
}

@media screen and (max-width: 767px) {
    header .navbar-default .navbar-nav > li {
        margin: 0;
        height: auto;
        text-align: center;
        width: 100%;
    }
}

header .navbar-default .navbar-nav > li > a {
    color: #eeeeee;
    padding: 0 10px;
    line-height: 72px;
    position: relative;
}

header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li > a:hover {
    color: #aaaaaa;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    header .navbar-default .navbar-nav > li > a {
        padding: 0.5rem 0;
        margin: 0;
        text-align: center;
    }
}

header .navbar-default .navbar-nav > li.active a,
header .navbar-default .navbar-nav > li.active a:focus,
header .navbar-default .navbar-nav > li.active a:hover {
    color: #D20000;
    background-color: transparent;
}

header .navbar-default .navbar-nav > li.active a:after, header .navbar-default .navbar-nav > li.active a:before,
header .navbar-default .navbar-nav > li.active a:focus:after,
header .navbar-default .navbar-nav > li.active a:focus:before,
header .navbar-default .navbar-nav > li.active a:hover:after,
header .navbar-default .navbar-nav > li.active a:hover:before {
    position: absolute;
    content: '';
    background-color: #D20000;
}

header .navbar-default .navbar-nav > li.active a:after,
header .navbar-default .navbar-nav > li.active a:focus:after,
header .navbar-default .navbar-nav > li.active a:hover:after {
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
}

header .navbar-default .navbar-nav > li.active a:before,
header .navbar-default .navbar-nav > li.active a:focus:before,
header .navbar-default .navbar-nav > li.active a:hover:before {
    width: 2px;
    height: 20px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

header .navbar-default .navbar-nav > li.request {
    margin-right: 0;
    margin-left: 3rem;
}

@media screen and (max-width: 767px) {
    header .navbar-default .navbar-nav > li.request {
        margin-left: 0;
    }
}

header .navbar-default .navbar-nav > li.request > a {
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    color: #ffffff;
    background-color: #D20000;
    transition: all 0.35s ease;
}

header .navbar-default .navbar-nav > li.request > a:hover {
    background-color: #b90000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

footer {
    background-color: #000000;
}

footer .top ul {
    padding: 18px 0;
    border-bottom: 1px solid #aaaaaa;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

footer .top ul li a {
    font-size: 13px;
    color: #aaaaaa;
    display: inline-block;
    line-height: 1;
}

footer .top ul li i {
    margin: 0 16px;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #aaaaaa;
}

footer .bottom {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

footer .bottom .qr-code {
    position: relative;
}

footer .bottom .qr-code > img {
    width: 50px;
    height: auto;
    display: block;
}

footer .bottom .qr-code .qr-big {
    position: absolute;
    left: 0;
    top: -220px;
    display: none;
}

footer .bottom .qr-code .qr-big img {
    width: 200px;
    height: 200px;
}

footer .bottom .qr-code:hover .qr-big {
    display: block;
}

footer .bottom ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

footer .bottom ul li {
    font-size: 13px;
    color: #aaaaaa;
    line-height: 1;
    margin-right: 20px;
    position: relative;
}

footer .bottom ul li:after {
    position: absolute;
    content: '';
    right: -10px;
    top: 50%;
    height: 8px;
    width: 1px;
    background-color: #aaaaaa;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

footer .bottom ul li:last-of-type:after {
    display: none;
}

.banner-home {
    margin-top: 72px;
}

@media screen and (max-width: 767px) {
    .banner-home {
        margin-top: 60px;
    }
}

.banner-home .swiper-button-prev,
.banner-home .swiper-container-rtl .swiper-button-next,
.banner-home .swiper-button-next,
.banner-home .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    outline: none;
}

.banner-home .swiper-button-next,
.banner-home .swiper-button-prev {
    width: 64px;
    height: 96px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: transparent;
    transition: all 0.25s ease;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .banner-home .swiper-button-next,
    .banner-home .swiper-button-prev {
        width: 24px;
        height: 36px;
    }
}

.banner-home .swiper-button-next:hover,
.banner-home .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.banner-home .swiper-button-next:hover i,
.banner-home .swiper-button-prev:hover i {
    opacity: 1;
}

.banner-home .swiper-button-next i,
.banner-home .swiper-button-prev i {
    font-size: 3rem;
    color: #ffffff;
    opacity: 0.6;
    transition: all 0.25s ease;
}

@media screen and (max-width: 767px) {
    .banner-home .swiper-button-next i,
    .banner-home .swiper-button-prev i {
        font-size: 1.5rem;
    }
}

.banner-home .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.banner-home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner-home .swiper-pagination-bullet-active {
    background: #D20000;
    border-color: #D20000;
}

.banner-content {
    margin-top: 72px;
    width: 100%;
    height: 320px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .banner-content {
        margin-top: 60px;
    }
}

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

.banner-home .swiper-slide img.for-mb {
    display: none;
}

@media screen and (max-width: 767px) {
    .banner-home .swiper-slide img.for-mb {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .banner-home .swiper-slide img.for-pc {
        display: none;
    }
}

.title-products {
    text-align: center;
    margin: 0 0 45px;
}

.title-products h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 12px;
    line-height: 1;
    color: #aaaaaa;
}

.title-products h3 {
    font-size: 18px;
    color: #b90000;
    text-align: center;
    margin: 0;
    font-family: 'Arial-Black';
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
}

.title-cases {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 4px;
}

.title-cases h3 {
    font-size: 32px;
    color: #D20000;
    line-height: 1;
    margin: 0;
    margin-right: 12px;
    text-transform: uppercase;
    font-family: 'Arial-Black';
}

.title-cases h2 {
    font-size: 18px;
    color: #aaaaaa;
    line-height: 1;
    margin: 0;
    position: relative;
}

.title-about h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Arial-Black';
    color: #D20000;
    margin: 0 0 30px;
    text-align: left;
    line-height: 1;
}

.title-about h2 {
    font-size: 27px;
    color: #D20000;
    line-height: 1;
    position: relative;
    margin: 0;
    margin-left: 80px;
    display: inline-block;
}

.title-about h2:after, .title-about h2:before {
    position: absolute;
    content: '';
}

.title-about h2:before {
    width: 100%;
    top: -15px;
    height: 1px;
    background-color: #aaaaaa;
    left: 0;
}

.title-about h2:after {
    content: "\E628";
    font-family: 'themify';
    font-size: 15px;
    color: #aaaaaa;
    right: -20px;
    bottom: -20px;
    color: #D20000;
}

.title-about h2 span {
    font-size: 27px;
    color: #aaaaaa;
    line-height: 1;
}

.learn-more {
    text-align: center;
    margin: 30px 0 0;
}

.learn-more a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    width: 90px;
    height: 30px;
    border: 1px solid #ffffff;
    transition: all 0.35s ease;
}

.learn-more a:hover {
    border-color: #D20000;
    background-color: #D20000;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.nav-tabs {
    border: none;
}

.nav-tabs > li {
    float: unset;
    margin: 0;
}

.nav-tabs > li > a {
    line-height: 1.75;
    border: none;
    border-radius: 0;
    margin: 0;
}

.nav-tabs > li.active a,
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:hover {
    border: none;
    background-color: transparent;
}

.content-page .crumb {
    padding: 1rem 0;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 4rem;
}

.content-page .crumb .flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.content-page .crumb h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #282828;
    line-height: 1;
}

.content-page .crumb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.content-page .crumb ul li a {
    font-size: 1rem;
    color: #282828;
    display: inline-block;
    line-height: 1;
}

.content-page .crumb ul li i {
    margin: 0 12px;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #282828;
}

.pagi.pagi-default {
    text-align: center;
    margin: 4rem 0 6rem;
}

.pagi.pagi-default nav.custom-pagination {
    display: inline-block;
    border: 1px solid #2b2b2b;
    border-radius: 0.15rem;
}

.pagi.pagi-default nav.custom-pagination span.page-numbers.page-num {
    display: none;
}

.pagi.pagi-default nav.custom-pagination > a,
.pagi.pagi-default nav.custom-pagination span.page-numbers.current,
.pagi.pagi-default nav.custom-pagination span.page-numbers.dots {
    width: 2.5rem;
    height: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    float: left;
    border-right: 1px solid #2b2b2b;
}

.pagi.pagi-default nav.custom-pagination > a:last-of-type {
    border-right: none;
}

.pagi.pagi-default nav.custom-pagination span.page-numbers.current {
    color: #ffffff;
    background-color: #2b2b2b;
}

.pagi.pagi-default nav.custom-pagination > a.prev,
.pagi.pagi-default nav.custom-pagination > a.next {
    width: 3rem;
}

.content-page .category-wrapper {
    margin: 0 0 4rem;
}

.content-page .category-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-page .category-wrapper ul li {
    margin-right: 4rem;
}

.content-page .category-wrapper ul li:last-of-type {
    margin-right: 0;
}

.content-page .category-wrapper ul li a {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    color: #282828;
    border: 1px solid #282828;
    line-height: 1;
    transition: all 0.25s ease;
}

.content-page .category-wrapper ul li a:hover {
    background-color: #D20000;
    color: #ffffff;
    border-color: #D20000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.content-page .category-wrapper ul li.active a {
    color: #ffffff;
    background-color: #D20000;
    border-color: #D20000;
}

section.products {
    /*background-image: url("../images/index_bg.jpg");*/
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.product-series-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-series-wrapper .left {
    width: 350px;
    height: 560px;
}

.product-series-wrapper .right {
    width: 840px;
    height: 560px;
}

.product-series-wrapper .top,
.product-series-wrapper .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.product-series-wrapper .top {
    margin-bottom: 10px;
}

.product-series-wrapper .size-big {
    width: 480px;
    height: 275px;
}

.product-series-wrapper .size-small {
    width: 350px;
    height: 275px;
}

.product-series-wrapper .item {
    transition: all 0.35s ease;
}

.product-series-wrapper .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.product-series-wrapper .item .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.product-series-wrapper .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.45s ease;
}

.product-series-wrapper .item .info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 15;
    transition: all 0.35s ease;
}

.product-series-wrapper .item .info h3 {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    margin: 0;
    line-height: 1;
    position: relative;
    transition: all 0.35s ease;
}

.product-series-wrapper .item .info h3:before, .product-series-wrapper .item .info h3:after {
    transition: all 0.35s ease;
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #D20000;
    left: 50%;
    transform: translateX(-50%);
}

.product-series-wrapper .item .info h3:before {
    top: -12px;
}

.product-series-wrapper .item .info h3:after {
    bottom: -12px;
}

.product-series-wrapper .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.product-series-wrapper .item:hover .img img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.product-series-wrapper .item:hover .info {
    background-color: transparent;
}

.product-series-wrapper .item:hover .info h3 {
    opacity: 0;
}

.product-series-wrapper .item:hover .info h3:before, .product-series-wrapper .item:hover .info h3:after {
    opacity: 0;
}

section.cases {
    background-color: #212121;
}

section.cases .layout-wrapper {
    width: 100%;
    height: 660px;
    position: relative;
}

section.cases .layout-wrapper .top {
    width: 700px;
    height: 110px;
    padding-bottom: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

section.cases .nav-tabs {
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #555555;
}

section.cases .nav-tabs > li {
    position: relative;
    margin-right: 2rem;
}

section.cases .nav-tabs > li > a,
section.cases .nav-tabs > li > a:hover,
section.cases .nav-tabs > li > a:focus {
    font-size: 1rem;
    color: #555555;
    position: relative;
    padding: 14px 30px;
    background-color: transparent;
}

section.cases .nav-tabs > li.active a,
section.cases .nav-tabs > li.active a:focus,
section.cases .nav-tabs > li.active a:hover {
    color: #D20000;
}

section.cases .nav-tabs > li.active:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D20000;
    left: 0;
    bottom: -1px;
}

section.cases .nav-tabs > li.active:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -1rem;
    background-color: #D20000;
}

section.cases .cases-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.cases .cases-wrapper .left {
    width: 700px;
}

section.cases .cases-wrapper .right {
    width: 480px;
}

section.cases .cases-wrapper .right .item:first-of-type {
    margin-bottom: 20px;
}

section.cases .cases-wrapper .size-big {
    width: 700px;
    height: 550px;
}

section.cases .cases-wrapper .size-small {
    width: 480px;
    height: 320px;
}

section.cases .cases-wrapper .item {
    transition: all 0.35s ease;
}

section.cases .cases-wrapper .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

section.cases .cases-wrapper .item a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
    left: 0;
    top: 0;
}

section.cases .cases-wrapper .item .img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

section.cases .cases-wrapper .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.45s ease;
}

section.cases .cases-wrapper .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

section.cases .cases-wrapper .item:hover a:after {
    background-color: transparent;
}

section.cases .cases-wrapper .item:hover .img img {
    transform: scale(1.15);
    -webkittransform: scale(1.15);
}

section.about {
    padding: 120px 0 0;
    height: 724px;
    background-image: url("../images/index_bg.jpg");
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

section.about .layout-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 90px;
}

section.about .layout-wrapper .item {
    width: 192px;
    height: 192px;
    border: 1px solid #ffffff;
    position: relative;
    margin-left: 24px;
    transition: all 0.35s ease;
}

section.about .layout-wrapper .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

section.about .layout-wrapper .item .icon {
    width: 60px;
    height: 60px;
    background-image: url("http://www.excellent-lift.com/wp-content/themes/excellent-lift/assets/img/icons/icons-about.png");
    background-size: 500%;
    background-repeat: no-repeat;
    background-position-x: 0;
    position: absolute;
    right: 70px;
    top: 20px;
}

section.about .layout-wrapper .item .title {
    text-align: center;
    position: relative;
    bottom: -110px;
}

section.about .layout-wrapper .item .title h3 {
    font-size: 18px;
    color: #D20000;
    line-height: 1;
    margin-bottom: 9px;
    /*text-align: left;*/
    font-weight: 600;
    transition: all 0.35s ease;
}

section.about .layout-wrapper .item .title h4 {
    /*text-align: left;*/
    line-height: 1;
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.35s ease;
}

section.about .layout-wrapper .item:nth-of-type(2) .icon {
    background-position-x: 25%;
}

section.about .layout-wrapper .item:nth-of-type(3) .icon {
    background-position-x: 50%;
}

section.about .layout-wrapper .item:nth-of-type(4) .icon {
    background-position-x: 75%;
}

section.about .layout-wrapper .item:nth-of-type(5) .icon {
    background-position-x: 100%;
}

section.about .layout-wrapper .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-color: #D20000;
    background-color: rgba(210, 0, 0, 0.75);
}

section.about .layout-wrapper .item:hover .title h3,
section.about .layout-wrapper .item:hover .title h4 {
    color: #ffffff;
}
.content-page.products .products-wrapper{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.content-page.products .products-wrapper>.daohang{
    width: 18%;
}
.content-page.products .products-wrapper>.daohang>.dh_kuang{
    width: 100%;
    border: 1px solid #aebdb4;
    box-sizing: border-box;
    height: auto;
}

.content-page.products .products-wrapper>.daohang>.dh_kuang>.daohang_bt{
    font-size: 24px;
    color: #999999;
    font-weight: 600;
    line-height: 40px;
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #666666;
}

.content-page.products .products-wrapper>.daohang>.dh_kuang>.dh_list{
    margin: 0 auto;
    padding: 20px 0;
    width: 80%;

}
.content-page.products .products-wrapper>.daohang>.dh_kuang>.dh_list>.dh_li{
    padding: 10px 0;


}
.content-page.products .products-wrapper>.daohang>.dh_kuang>.dh_list>.dh_li>a{
    font-size: 16px;
    color: rgba(100,100,100,1);
    line-height: 24px;
    transition: color 0.3s cubic-bezier(0.645,0.045,0.355,1) 0s;
}
.content-page.products .products-wrapper>.daohang>.dh_kuang>.dh_list>.dh_li:hover>a{
    color: #ff0600;
}
.content-page.products .products-wrapper>.daohang>.dh_kuang>.dh_list>.dh_li>a
.content-page.products .products-wrapper>.daohang>.dh_kuang>.dh_list>.dh_li:last-child>a{
    border-bottom: none;
}

.daohangteshutianjia{
    width: 18%;
}
.daohangteshutianjia>.dh_kuang{
    width: 100%;
    border: 1px solid #aebdb4;
    box-sizing: border-box;
    height: auto;
}

.daohangteshutianjia>.dh_kuang>.daohang_bt{
    font-size: 24px;
    color: #999999;
    font-weight: 600;
    line-height: 40px;
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #666666;
}

.daohangteshutianjia>.dh_kuang>.dh_list{
    margin: 0 auto;
    padding: 20px 0;
    width: 80%;

}
.daohangteshutianjia>.dh_kuang>.dh_list>.dh_li{
    padding: 10px 0;


}
.daohangteshutianjia>.dh_kuang>.dh_list>.dh_li>a{
    font-size: 16px;
    color: rgba(100,100,100,1);
    line-height: 24px;
    transition: color 0.3s cubic-bezier(0.645,0.045,0.355,1) 0s;
}
.daohangteshutianjia>.dh_kuang>.dh_list>.dh_li:hover>a{
    color: #ff0600;
}
.daohangteshutianjia>.dh_kuang>.dh_list>.dh_li>a
.daohangteshutianjia>.dh_kuang>.dh_list>.dh_li:last-child>a{
    border-bottom: none;
}
.content-page.products .products-wrapper>.container{
    width: 80%;
}
.content-page.products .products-wrapper .flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-page.products .products-wrapper .flex-wrapper .item {
    width: calc((100% - 6rem) / 4);
    margin: 0 2rem 2rem 0;
    transition: all 0.35s ease;
}

.content-page.products .products-wrapper .flex-wrapper .item:nth-of-type(4n) {
    margin-right: 0;
}

.content-page.products .products-wrapper .flex-wrapper .item .img {
    padding: 4px;
    border: 1px solid #eeeeee;
    transition: all 0.35s ease;
    overflow: hidden;
}

.content-page.products .products-wrapper .flex-wrapper .item .img a {
    display: block;
    width: 100%;
    padding-bottom: 133.333333%;
    position: relative;
    overflow: hidden;
    transition: all 0.45s ease;
}

.content-page.products .products-wrapper .flex-wrapper .item .img img {
    display: block;
    max-width: 100%;
    max-height: 370px;
    margin: 0 auto;
    transition: all 0.45s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content-page.products .products-wrapper .flex-wrapper .item .info {
    text-align: center;
}

.content-page.products .products-wrapper .flex-wrapper .item .info h4 {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #282828;
}

.content-page.products .products-wrapper .flex-wrapper .item .info span {
    font-size: 14px;
    color: #aaaaaa;
}

.content-page.products .products-wrapper .flex-wrapper .item:hover .img {
    border-color: #D20000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.content-page.products .products-wrapper .flex-wrapper .item:hover .img a {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.content-page.products.single .layout-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-page.products.single .layout-wrapper .sidebar {
    width: 240px;
}

.content-page.products.single .layout-wrapper .product-details {
    width: calc(100% - 240px - 2rem);
    margin-bottom: 6rem;
    min-height: 600px;
}

.content-page.products .sidebar h3 {
    font-size: 1.5rem;
    color: #555555;
    margin: 0 0 2rem;
    line-height: 1;
}

.content-page.products .sidebar > ul {
    padding: 1rem 2rem;
    background-color: #f8f8f8;
    border-bottom: 2px solid #D20000;
}

.content-page.products .sidebar ul li {
    display: block;
    width: 100%;
}

.content-page.products .sidebar ul li a {
    font-size: 1rem;
    color: #282828;
    line-height: 2;
    display: block;
    width: 100%;
    position: relative;
    font-size: 1rem;
}

.content-page.products .sidebar ul li a:hover {
    color: #D20000;
}

.content-page.products .sidebar .sub-menu ul {
    padding-left: 2rem;
}

.content-page.products .sidebar .sub-menu li a:after {
    position: absolute;
    font-family: 'themify';
    content: "\E622";
    font-size: 12px;
    color: #aaaaaa;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
}

.content-page.products .sidebar .sub-menu li a:hover:after {
    color: #D20000;
}

.content-page.products.single .product-details {
    position: relative;
}

.content-page.products.single .product-details h2.product-title {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid #eeeeee;
    font-size: 1.75rem;
    color: #D20000;
    line-height: 1;
}

.content-page.products.single .product-details .flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-page.products.single .product-details .flex-wrapper .feature-img {
    width: 420px;
    border: 1px solid #eeeeee;
    padding: 4px;
    min-height: 420px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.content-page.products.single .product-details .flex-wrapper .feature-img img {
    width: 100%;
    display: block;
    height: auto;
}

.content-page.products.single .product-details .flex-wrapper .product-info {
    width: calc(100% - 420px - 2rem);
    position: relative;
}

.content-page.products.single .product-details .flex-wrapper .product-info .wrapper {
    position: relative;
    z-index: 100;
}

.content-page.products.single .product-details .flex-wrapper .product-info .fake-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 480px;
    height: 480px;
    opacity: 1;
}

.content-page.products.single .product-details .flex-wrapper .product-info .fake-box > div {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.content-page.products.single .product-details .flex-wrapper .product-info h1,
.content-page.products.single .product-details .flex-wrapper .product-info h2,
.content-page.products.single .product-details .flex-wrapper .product-info h3 {
    font-size: 1.5rem;
    color: #282828;
    line-height: 1;
    margin: 1.5rem 0;
    font-weight: 600;
}

.content-page.products.single .product-details .flex-wrapper .product-info h1:first-of-type,
.content-page.products.single .product-details .flex-wrapper .product-info h2:first-of-type,
.content-page.products.single .product-details .flex-wrapper .product-info h3:first-of-type {
    margin-top: 0;
}

.content-page.products.single .product-details .flex-wrapper .product-info ul li,
.content-page.products.single .product-details .flex-wrapper .product-info ol li,
.content-page.products.single .product-details .flex-wrapper .product-info p,
.content-page.products.single .product-details .flex-wrapper .product-info div {
    font-size: 1rem;
    line-height: 1.75;
    color: #555555;
    text-indent: 2rem;
}

.content-page.cases .grid.masonry-case-wrapper {
    display: block;
    min-height: 600px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .content-page.cases .grid.masonry-case-wrapper {
        padding: 0 1rem;
        text-align: center;
    }
}

.content-page.cases .grid.masonry-case-wrapper .grid-sizer,
.content-page.cases .grid.masonry-case-wrapper .item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .content-page.cases .grid.masonry-case-wrapper .grid-sizer,
    .content-page.cases .grid.masonry-case-wrapper .item {
        width: 100%;
    }
}

.content-page.cases .grid.masonry-case-wrapper .item {
    float: left;
    display: block;
}

@media screen and (max-width: 767px) {
    .content-page.cases .grid.masonry-case-wrapper .item {
        float: unset;
        margin: 0 auto 2rem;
        width: calc(100% - 4rem);
        position: relative !important;
        top: unset !important;
        left: unset !important;
    }
}

.content-page.cases .cases-wrapper {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: -30px auto 0 auto;
}
.content-page.cases .cases-wrapper>.container{
    width: 80%;
}
.content-page.cases .item {
    position: relative;
    transition: all 0.35s ease;
    overflow: hidden;
}

.content-page.cases .item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.35s ease;
    z-index: 15;
}

.content-page.cases .item .img {
    position: relative;
    z-index: 10;
}

.content-page.cases .item .img img {
    max-width: 100%;
    display: block;
    height: auto;
    transition: all 0.45s ease;
}

.content-page.cases .item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.45);
    transition: all 0.35s ease;
    z-index: 20;
}

.content-page.cases .item .info h4 {
    margin: 0;
    text-align: center;
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 48px;
}

.content-page.cases .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.content-page.cases .item:hover:after {
    opacity: 0;
}

.content-page.cases .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.content-page.cases .item:hover .info {
    background-color: #D20000;
}

.content-page.cases.single .case-details {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    min-height: 600px;
    margin-bottom: 6rem;
}

.content-page.cases.single .case-details h1,
.content-page.cases.single .case-details h2,
.content-page.cases.single .case-details h3 {
    font-size: 1.75rem;
    color: #282828;
    margin: 1.5rem 0;
}

.content-page.cases.single .case-details h1:first-of-type,
.content-page.cases.single .case-details h2:first-of-type,
.content-page.cases.single .case-details h3:first-of-type {
    margin-top: -1.5rem;
}

.content-page.cases.single .case-details h2.case-title {
    text-align: center;
    color: #D20000;
    margin: 2rem 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eeeeee;
}

.content-page.cases.single .case-details ul li,
.content-page.cases.single .case-details ol li,
.content-page.cases.single .case-details p,
.content-page.cases.single .case-details div {
    font-size: 1.0rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.content-page.cases.single .case-details ul li:last-of-type,
.content-page.cases.single .case-details ol li:last-of-type,
.content-page.cases.single .case-details p:last-of-type,
.content-page.cases.single .case-details div:last-of-type {
    margin-bottom: 0;
}

.content-page.cases.single .case-details ul,
.content-page.cases.single .case-details ol {
    padding-left: 2rem;
}

.content-page.cases.single .case-details ul li,
.content-page.cases.single .case-details ol li {
    margin-bottom: 10px;
}

.content-page.cases.single .case-details ul li:last-of-type,
.content-page.cases.single .case-details ol li:last-of-type {
    margin-bottom: 0;
}

.content-page.cases.single .case-details img {
    display: block;
    width: 100%;
    margin: 0 auto 1rem;
    height: auto;
}

.content-page.news .news-list .item {
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 1.5rem;
    transition: all 0.25s ease;
}

.content-page.news .news-list .item .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-page.news .news-list .item .wrapper .img {
    width: 300px;
    height: 180px;
    overflow: hidden;
}

.content-page.news .news-list .item .wrapper .img div {
    width: 100%;
    height: 100%;
    transition: all 0.35s ease;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-page.news .news-list .item .wrapper .content {
    width: calc(100% - 300px - 3rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.content-page.news .news-list .item .wrapper .content .info {
    width: calc(100% - 130px - 3rem);
}

.content-page.news .news-list .item .wrapper .content .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
    width: 100%;
    font-size: 16px;
    max-height: calc(1 * 16px + 1px);
    height: calc(1 * 16px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0 0 2rem;
    color: #282828;
}

.content-page.news .news-list .item .wrapper .content .info h3:hover {
    color: #D20000;
}

.content-page.news .news-list .item .wrapper .content .info .excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 24px;
    width: 100%;
    font-size: 14px;
    max-height: calc(2 * 24px + 1px);
    height: calc(2 * 24px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
    color: #555555;
    margin-bottom: 2rem;
}

.content-page.news .news-list .item .wrapper .content .info span.view-count {
    font-size: 12px;
    color: #aaaaaa;
    display: inline-block;
}

.content-page.news .news-list .item .wrapper .content .pubdate {
    width: 130px;
}

.content-page.news .news-list .item .wrapper .content .pubdate span {
    font-size: 1.25rem;
    color: #aaaaaa;
    display: block;
    margin-bottom: 4rem;
}

.content-page.news .news-list .item .wrapper .content .pubdate i {
    font-size: 2.0rem;
    color: #aaaaaa;
    transition: all 0.25s ease;
}

.content-page.news .news-list .item:hover .img div {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.content-page.news .news-list .item:hover .content .pubdate i {
    color: #D20000;
}

.content-page.news .news-details .news-title h2 {
    margin: 2rem 0 4rem;
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
}

.content-page.news .news-details .news-content {
    width: 900px;
    margin: 0 auto;
}

.content-page.news .news-details .news-content ul li,
.content-page.news .news-details .news-content ol li,
.content-page.news .news-details .news-content p,
.content-page.news .news-details .news-content span,
.content-page.news .news-details .news-content a {
    font-size: 1rem;
    color: #6a6a6a;
}

.content-page.news .news-details .news-content ul li,
.content-page.news .news-details .news-content ol li,
.content-page.news .news-details .news-content p {
    line-height: 1.75;
}

.content-page.news .news-details .news-content ul li,
.content-page.news .news-details .news-content ol li {
    margin-bottom: 10px;
}

.content-page.news .news-details .news-content ul li:last-of-type,
.content-page.news .news-details .news-content ol li:last-of-type {
    margin-bottom: 0;
}

.content-page.news .news-details .news-content ul,
.content-page.news .news-details .news-content ol {
    margin: 1rem 0;
}

.content-page.news .news-details .news-content p {
    margin-bottom: 1rem;
}

.content-page.news .news-details .news-content p:last-of-type {
    margin-bottom: 0;
}

.content-page.news .news-details .news-content img {
    display: block !important;
    margin: 1rem auto !important;
    max-width: 100%;
}

.content-page.news .news-details {
    min-height: 600px;
    margin-bottom: 6rem;
}

.content-page.news .news-details .news-title h2 {
    margin: 2rem 0 4rem;
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
}

.content-page.news .news-details .news-content {
    width: 900px;
    margin: 0 auto;
}

.content-page.news .news-details .news-content ul li,
.content-page.news .news-details .news-content ol li,
.content-page.news .news-details .news-content p,
.content-page.news .news-details .news-content span,
.content-page.news .news-details .news-content a {
    font-size: 1rem;
    color: #6a6a6a;
}

.content-page.news .news-details .news-content ul li,
.content-page.news .news-details .news-content ol li,
.content-page.news .news-details .news-content p {
    line-height: 1.75;
}

.content-page.news .news-details .news-content ul li,
.content-page.news .news-details .news-content ol li {
    margin-bottom: 10px;
}

.content-page.news .news-details .news-content ul li:last-of-type,
.content-page.news .news-details .news-content ol li:last-of-type {
    margin-bottom: 0;
}

.content-page.news .news-details .news-content ul,
.content-page.news .news-details .news-content ol {
    margin: 1rem 0;
}

.content-page.news .news-details .news-content p {
    margin-bottom: 1rem;
}

.content-page.news .news-details .news-content p:last-of-type {
    margin-bottom: 0;
}

.content-page.news .news-details .news-content img {
    display: block !important;
    margin: 1rem auto !important;
    max-width: 100%;
}

.content-page.contact .contact-content-wrapper {
    width: 100%;
}

.content-page.contact .contact-content-wrapper .flex-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-page.contact .contact-content-wrapper .flex-wrapper > .left,
.content-page.contact .contact-content-wrapper .flex-wrapper > .right {
    width: calc((100% - 2rem) / 2);
    margin-bottom: 1rem;
}

.content-page.contact .contact-title {
    margin: 2rem 0;
}

.content-page.contact .contact-title h2 {
    font-size: 2rem;
    line-height: 1;
    margin: 0;
    padding-left: 1.5rem;
    border-left: 0.5rem solid #2b2b2b;
    color: #2b2b2b;
}

.content-page.contact .contact-content-wrapper .flex-wrapper > .left .contact-info h3 {
    font-weight: 800;
    color: #2b2b2b;
}

.content-page.contact .contact-content-wrapper .flex-wrapper > .left .contact-info ul li {
    font-size: 1.1rem;
    color: #2b2b2b;
    line-height: 2;
    margin-bottom: 1rem;
}

.content-page.contact .contact-content-wrapper .flex-wrapper > .left .contact-info ul li i {
    color: #ffffff;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.0rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #D20000;
    margin-right: 0.5rem;
    border-radius: 0.75rem;
}


.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper>#lianxi>.espcms_bbs_form>.title {
   display: none;
}

.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper>#lianxi>.espcms_bbs_form>.content>.espcms_form_group {
  width: 80%;
}

.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper>#lianxi>.espcms_bbs_form>.content>.espcms_form_group>.control_label{
    font-size: 16px;
    padding: 10px 0;
}

.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper>#lianxi>.espcms_bbs_form>.content>.espcms_form_group>.control_required{
    width: 100%;
}
.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper>#lianxi>.espcms_bbs_form>.content>.espcms_form_group>.control_required>.infoInput{
    width: 80%;
    height: 40px;
}
.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper>#lianxi>.espcms_bbs_form>.content>.espcms_form_group>.control_required>.infoInput.col11{
    height: 80px;
}

.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper>#lianxi>.espcms_bbs_form>.content>.espcms_form_group>.control_required>.button{
   width: 80%;
    height: 40px;
    border: 1px solid #999999;
    background-color: transparent;
    outline: none;

    transition: background 0.3s,color 0.3s cubic-bezier(0.645,0.045,0.355,1) 0s;
}
.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper>#lianxi>.espcms_bbs_form>.content>.espcms_form_group>.control_required>.button:hover{
    background: #333333;
    color: #ffffff;
}

.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper .form-group {
    text-align: center;
}

.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper .form-group input,
.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper .form-group textarea {
    border-radius: 0;
}

.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper .form-group input[type="submit"] {
    background-color: #D20000;
    color: #ffffff;
    padding: 0.5rem 1.25rem;
    transition: all 0.3s ease;
}

.content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper .form-group input[type="submit"]:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
}

.contact-map #map-container {
    width: 100%;
    height: 600px;
}

.contact-map #info_window .info-title {
    padding: 0.5rem;
    text-align: center;
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 400;
    background-color: #2b2b2b;
}

.contact-map #info_window .info-content {
    padding-left: 0.5rem;
    line-height: 1.75;
}

.content-page.about .section-title h2 {
    margin: 0 0 4rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    position: relative;
}

.content-page.about .section-title h2:after {
    position: absolute;
    content: '';
    width: 2rem;
    height: 4px;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: #D20000;
}

.content-page.about .about-content {
    padding: 0 0 4rem;
}

.content-page.about .about-content .img {
    width: 500px;
    float: right;
    margin: 0 0 2rem 2rem;
}

.content-page.about .about-content .img img {
    display: block;
    width: 100%;
    height: auto;
}

.content-page.about .about-content .img h4 {
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1;
    font-weight: 400;
}

.content-page.about .about-content h3 {
    line-height: 1;
    font-size: 1.5rem;
    margin: 0 0 2rem;
    padding-left: 1.75rem;
    border-left: 0.25rem solid #D20000;
    color: #282828;
    font-weight: 600;
}

.content-page.about .about-content p {
    font-size: 16px;
    line-height: 1.75;
    text-indent: 2rem;
    margin-bottom: 1rem;
    color: #777777;
}

.content-page.about .about-content p:last-of-type {
    margin-bottom: 0;
}

.content-page.about .partners {
    padding: 4rem 0;
}

.content-page.about .partners .part {
    margin: 0 0 2rem;
}

.content-page.about .partners h3 {
    font-size: 1.5rem;
    color: #282828;
    padding-left: 1.75rem;
    border-left: 0.25rem solid #D20000;
    line-height: 1;
    margin: 0 0 1rem;
}

.content-page.about .partners ul li {
    width: 180px;
}

.content-page.about .partners ul li img {
    display: block;
    width: 160px;
    margin: 0 auto;
    border: 1px solid transparent;
}

.content-page.about .partners ul li img:hover {
    border-color: #D20000;
}

.content-page.about .culture {
    padding: 4rem 0;
    background-color: #f8f8f8;
}

.content-page.about .culture ul li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1rem;
    background-color: #ffffff;
}

.content-page.about .culture ul li span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1rem;
    color: #2b2b2b;
    height: 60px;
}

.content-page.about .culture ul li span:first-of-type {
    background-color: #D20000;
    color: #ffffff;
    font-weight: 600;
    width: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
}

.content-page.about .culture ul li span:last-of-type {
    padding-left: 1rem;
}

.content-page.about .culture ul li:last-of-type {
    margin-bottom: 0;
}

.content-page.about .culture .flex-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-page.about .culture .flex-wrapper > .item {
    width: calc((100% - 6rem) / 4);
    margin-bottom: 2rem;
    background-color: #ffffff;
    transition: all 0.25s ease;
}

.content-page.about .culture .flex-wrapper > .item .img-wrapper {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.content-page.about .culture .flex-wrapper > .item .img-wrapper .img {
    width: 100%;
    height: 100%;
    transition: all 0.25s ease;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-page.about .culture .flex-wrapper > .item h4 {
    color: #2b2b2b;
    font-weight: 400;
    text-align: center;
    margin: 1.5rem 0;
}

.content-page.about .culture .flex-wrapper > .item:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.content-page.about .culture .flex-wrapper > .item:hover .img-wrapper .img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

@media screen and (max-width: 767px) {
    section {
        padding: 2rem 1rem;
    }
}

@media screen and (max-width: 767px) {
    header .navbar-brand > img {
        height: 48px;
        margin: 0 0 0 1rem;
    }
    header .navbar-brand > img:last-child {
        display: none;
    }
    .navbar-default .navbar-toggle {
        margin: 13px 1rem;
    }

    header .navbar-default .navbar-nav > li > a {
        line-height: 1.75;
    }

    header .navbar-default .navbar-nav > li.active a:before,
    header .navbar-default .navbar-nav > li.active a:focus:before,
    header .navbar-default .navbar-nav > li.active a:hover:before,
    header .navbar-default .navbar-nav > li.active a:after,
    header .navbar-default .navbar-nav > li.active a:focus:after,
    header .navbar-default .navbar-nav > li.active a:hover:after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .title-products {
        margin: 0 0 1rem;
    }

    .title-products h2 {
        font-size: 1.75rem;
        margin: 0 0 10px;
    }

    .title-products h3 {
        font-size: 1rem;
        margin: 0;
    }

    .product-series-wrapper .left,
    .product-series-wrapper .right {
        width: 100%;
        height: auto;
    }

    .product-series-wrapper .item {
        width: 100%;
        height: auto;
        margin: 0 0 1rem;
    }

    .product-series-wrapper .top {
        margin: 0;
    }

    .learn-more {
        margin: 1rem 0 0;
    }

    .learn-more a {
        width: 76px;
        height: 30px;
        font-size: 14px;
    }

    .product-series-wrapper .item .img {
        position: relative;
        width: 100%;
        height: 240px;
    }

    .product-series-wrapper .item .img img {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 50%;
        transform: translateY(-50%) scale(1.1);
        -webkit-transform: translateY(-50%) scale(1.1);
    }

    .product-series-wrapper .item:hover .img img {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .product-series-wrapper .item .info h3 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .title-cases h3 {
        font-size: 1.75rem;
    }

    .title-cases h2 {
        font-size: 1.25rem;
    }

    section.cases .layout-wrapper {
        height: auto;
    }

    section.cases .layout-wrapper .top {
        width: 100%;
        height: auto;
    }

    section.cases .layout-wrapper .top,
    section.cases .layout-wrapper .bottom {
        position: relative;
    }

    section.cases .cases-wrapper .left {
        width: 100%;
    }

    section.cases .cases-wrapper .size-big {
        width: 100%;
        height: auto;
    }

    section.cases .cases-wrapper .right {
        width: 100%;
        margin: 1rem 0 0;
    }

    section.cases .cases-wrapper .size-small {
        width: 100%;
        height: auto;
        margin: 0 0 1rem;
    }

    section.cases .cases-wrapper .right .item:first-of-type {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .content-page.cases.single .case-details {
        padding: 0 1rem;
        margin-bottom: 4rem;
    }

    .content-page.cases.single .case-details h2.case-title {
        margin: 1rem 0;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    section.about {
        padding: 4rem 1rem;
        height: auto;
    }

    .title-about h3 {
        font-size: 2rem;
    }

    .title-about h2 {
        font-size: 1.5rem;
    }

    .title-about h2 span {
        font-size: 1.5rem;
    }

    section.about .layout-wrapper {
        margin: 4rem 0 0;
    }

    section.about .layout-wrapper .item {
        width: 160px;
        height: 160px;
        margin: 0 0 2rem 2rem;
    }

    section.about .layout-wrapper .item .title {
        /*left: 1rem;*/
        bottom: -5rem;
    }
    section.about .layout-wrapper .item .icon{
        right: 46px;
        top: 4px;
    }

    section.about .layout-wrapper .item .title h3 {
        font-size: 1.25rem;
    }

    section.about .layout-wrapper .item .title h4 {
        font-size: 12px;
    }

    section.about .layout-wrapper {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    section.about .layout-wrapper .item {
        width: 150px;
        height: 150px;
        margin: 0 0 1rem 1rem;
    }
    .daohangteshutianjia{
        display: none;
    }
    .content-page.products .products-wrapper {
        display: block;
        justify-content: none;
        width: 100%;
        margin: 0 auto;
    }

    .espcms_page{
        width: 90%;
    }
    .espcms_form_group{
        width: 90%;
        margin: 0 auto;
    }
    .content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper>#lianxi>.espcms_bbs_form>.content>.espcms_form_group>.control_required>.infoInput{
        width: 100%;
    }
    .content-page.contact .contact-content-wrapper .flex-wrapper > .right .contact-form .form-wrapper>#lianxi>.espcms_bbs_form>.content>.espcms_form_group>.control_required>.button{
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    footer {
        padding: 0 1rem;
    }

    footer .bottom {
        padding: 1rem 0;
        height: auto;
    }

    footer .bottom ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer .bottom ul li {
        margin-bottom: 10px;
    }

    footer .bottom ul li:last-of-type {
        margin-bottom: 0;
    }

    footer .bottom .qr-code > img {
        width: 72px;
    }

    footer .bottom .qr-code:hover .qr-big {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .banner-content {
        height: 240px;
    }

    .content-page .crumb {
        padding: 1rem;
        margin: 0 0 2rem;
    }

    .content-page .crumb h3 {
        font-size: 1.25rem;
    }

    .content-page .crumb ul li a {
        font-size: 14px;
    }

    .content-page .crumb ul li i {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .content-page .crumb .flex-wrapper {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content-page .crumb h3 {
        width: 100%;
        margin: 0 0 1rem;
    }

    .content-page .crumb ul li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .content-page.about .section-title h2 {
        font-size: 1.75rem;
        margin: 0 0 3rem;
    }

    .content-page.about .section-title h2:after {
        bottom: -1.5rem;
    }

    .content-page.about .about-content {
        padding: 0 1rem 2rem;
    }

    .content-page.about .about-content .img {
        width: 100%;
        margin: 0 0 1rem;
    }

    .content-page.about .culture {
        padding: 2rem 1rem;
    }

    .content-page.about .culture .flex-wrapper > .item {
        width: calc((100% - 2rem) / 2);
    }

    .content-page.about .culture .flex-wrapper > .item h4 {
        margin: 10px 0;
        font-size: 1rem;
    }

    .content-page.about .culture ul li span:first-of-type {
        width: 110px;
        font-size: 1rem;
        height: 48px;
    }

    .content-page.about .culture ul li span:last-of-type {
        height: 48px;
        padding: 0 1rem;
        width: calc(100% - 110px);
        font-size: 12px;
    }

    .content-page.about .partners {
        padding: 2rem 1rem;
    }

    .content-page.about .partners h3 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .content-page .category-wrapper {
        margin: 0 0 1rem;
    }

    .content-page .category-wrapper ul li {
        margin: 0 1rem 1rem 0;
    }

    .content-page .category-wrapper ul li a {
        padding: 0.35rem 0.75rem;
        font-size: 12px;
    }

    .content-page.products .products-wrapper {
        padding: 0 1rem;
    }

    .content-page.products .products-wrapper .flex-wrapper {
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .content-page.products .products-wrapper .flex-wrapper .item {
        width: calc((100% - 1rem) / 2);
        margin: 0 0 2rem;
    }
}

@media screen and (max-width: 767px) {
    .content-page.products.single .layout-wrapper {
        padding: 0 1rem;
    }

    .content-page.products.single .layout-wrapper .sidebar {
        order: 2;
        width: 100%;
        margin: 0 0 2rem;
    }

    .content-page.products.single .layout-wrapper .product-details {
        order: 1;
        width: 100%;
        margin: 0 0 2rem;
    }

    .content-page.products.single .product-details h2.product-title {
        margin: 0 0 1rem;
        padding: 0 0 1rem;
        font-size: 1.5rem;
    }

    .content-page.products.single .product-details .flex-wrapper .product-info {
        width: 100%;
        padding: 1rem 0;
    }

    .content-page.products.single .product-details .flex-wrapper .product-info h1,
    .content-page.products.single .product-details .flex-wrapper .product-info h2,
    .content-page.products.single .product-details .flex-wrapper .product-info h3 {
        font-size: 1.25rem;
        margin: 1rem 0;
    }

    .content-page.products.single .product-details .flex-wrapper .product-info ul li,
    .content-page.products.single .product-details .flex-wrapper .product-info ol li,
    .content-page.products.single .product-details .flex-wrapper .product-info p,
    .content-page.products.single .product-details .flex-wrapper .product-info div {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .content-page.news .news-list .item {
        padding: 0 1rem;
    }

    .content-page.news .news-list .item .wrapper .img {
        width: 100%;
        height: 200px;
        margin: 0 0 1rem;
    }

    .content-page.news .news-list .item .wrapper .content {
        width: 100%;
    }

    .content-page.news .news-list .item .wrapper .content .info {
        width: calc(100% - 90px - 1rem);
    }

    .content-page.news .news-list .item .wrapper .content .pubdate {
        width: 90px;
        text-align: right;
    }

    .content-page.news .news-list .item .wrapper .content .pubdate span {
        font-size: 12px;
        margin-bottom: 2rem;
    }

    .content-page.news .news-list .item .wrapper .content .info h3 {
        margin: 0 0 1rem;
    }
}

@media screen and (max-width: 767px) {
    .content-page.news .news-details {
        padding: 0 1rem;
    }

    .content-page.news .news-details .news-title h2 {
        margin: 1rem 0 2rem;
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .content-page.news .news-details .news-content {
        width: 100%;
    }

    .content-page.news .news-details .news-content img {
        width: 100%;
        height: auto;
        margin: 2rem auto;
    }
}

@media screen and (max-width: 767px) {
    .content-page.contact .contact-content-wrapper {
        padding: 0 1rem;
    }

    .content-page.contact .contact-content-wrapper .flex-wrapper > .left,
    .content-page.contact .contact-content-wrapper .flex-wrapper > .right {
        width: 100%;
    }

    .content-page.contact .contact-title h2 {
        font-size: 1.75rem;
        margin: 0 0 1rem;
    }

    .content-page.contact .contact-content-wrapper .flex-wrapper > .left .contact-info h3 {
        font-size: 1.5rem;
        margin: 0 0 1rem;
    }

    .content-page.contact .contact-content-wrapper .flex-wrapper > .left .contact-info ul li {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1200px){
    header .navbar-brand > img:last-child{ display: none;}
}


    .espcms_page{
    min-height: calc(100vh - 122px);
    display: flex;
    align-items: center;
}


/*page/*翻页器页码*/*/
.page{
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
}
#pagelist,#espcms_bbs_pagelist{color:#818181}
.pagination {font-family: '微软雅黑','Microsoft YaHei UI','Microsoft YaHei',arial, helvetica, sans-serif;overflow: hidden;padding:10px 0px;font-size:12px;margin: 0px;}
/*按钮色彩样式*/
.pagination a {border: #a7a7a7 1px solid;color: #a7a7a7;text-decoration: none;overflow: hidden;padding:5px 12px;margin: 0px 0px 0px 5px;}
.pagination a:visited {text-decoration: none;overflow: hidden;}
.pagination a:active {text-decoration: none;overflow: hidden;}
.pagination a:hover {color: #a7a7a7;background-color: #f3f3f3;overflow: hidden;}
.pagination span.current {border: #a7a7a7 1px solid;color: #a7a7a7;overflow: hidden;padding:5px 12px;margin: 0px 0px 0px 5px;}
.pagination span.disabled {background-color: #f3f3f3;}
