* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    min-width: 1000px;
    color: #333;
    font-size: 12px;
    font-family: "Times New Roman", SimSun;
}

a:hover {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

/* 公用样式start */
.none {
    display: none !important;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.break-word {
    word-break: break-word;
}

.break-all {
    word-break: break-all;
}

.resize-none {
    resize: none;
}

input[type=radio].com-radio,
input[type=checkbox].com-checkbox {
    vertical-align: middle;
    margin: -2px 4px 0 2px;
}

.letter {
    letter-spacing: -16px;
}

.letter > * {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

.vunset {
    vertical-align: unset !important;
}

.vt {
    vertical-align: top !important;
}

.vm {
    vertical-align: middle !important;
}

.vb {
    vertical-align: bottom !important;
}

.tc {
    text-align: center !important;
}

.tr {
    text-align: right !important;
}

.tl {
    text-align: left !important;
}

.fn {
    font-weight: normal !important;
}

.fb {
    font-weight: bold !important;
}

.cp {
    cursor: pointer !important;
}

.cd {
    cursor: default !important;
}

.underline {
    text-decoration: underline !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f23 {
    font-size: 23px;
}

.f26 {
    font-size: 26px;
}

.italic {
    font-style: italic;
}

.relative {
    position: relative;
}

.red {
    color: #FA0C27 !important;
}

.pink {
    color: #ff5996 !important;
}

.black {
    color: rgb(89, 90, 90) !important;
}

.cyan {
    color: #1c8484 !important;
}

.yellow {
    color: #FFFF00 !important;
}

.gray {
    color: rgb(153, 153, 153) !important;
}

.blue {
    color: #428bca !important;
}

.bg_249 {
    background-color: rgb(249, 249, 249);
}

.bg_blue {
    background-color: #428bca;
}

.bg_green {
    background-color: #69AA46;
}

.bg_orange {
    background-color: #FEB902;
}

.bg_red {
    background-color: #ff4d3a;
}

.mt0 {
    margin-top: 0px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt4 {
    margin-top: 4px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt42 {
    margin-top: 42px;
}

.pb32 {
    padding-bottom: 32px;
}

.mt12 {
    margin-top: 12px !important;
}

.mt14 {
    margin-top: 14px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr1 {
    margin-right: 1px !important;
}

.mr2 {
    margin-right: 2px !important;
}

.mr2_per {
    margin-right: 2% !important;
}

.mr3 {
    margin-right: 3px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr8 {
    margin-right: 8px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr13 {
    margin-right: 13px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml2 {
    margin-left: 2px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml12 {
    margin-left: 12px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.pt2 {
    padding-top: 2px !important;
}

.pt3 {
    padding-top: 3px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt7 {
    padding-top: 7px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt12 {
    padding-top: 12px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl18 {
    padding-left: 18px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.p0 {
    padding: 0px !important;
}

.p5 {
    padding: 5px !important;
}

.p8 {
    padding: 8px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.w2 {
    width: 2% !important;
}

.w4 {
    width: 4% !important;
}

.w5 {
    width: 5% !important;
}

.w6 {
    width: 6% !important;
}

.w10 {
    width: 10% !important;
}

.w12 {
    width: 12% !important;
}

.w16 {
    width: 16% !important;
}

.w18 {
    width: 18% !important;
}

.w20 {
    width: 20% !important;
}

.w22 {
    width: 22% !important;
}

.w24 {
    width: 24% !important;
}

.w25 {
    width: 25% !important;
}

.w27 {
    width: 27% !important;
}

.w28 {
    width: 28% !important;
}

.w30 {
    width: 30% !important;
}

.w33 {
    width: 33.3% !important;
}

.w34 {
    width: 34% !important;
}

.w37 {
    width: 37% !important;
}

.w40 {
    width: 40% !important;
}

.w42 {
    width: 42% !important;
}

.w45 {
    width: 45% !important;
}

.w47 {
    width: 47% !important;
}

.w48 {
    width: 48% !important;
}

.w50 {
    width: 50% !important;
}

.w56 {
    width: 56% !important;
}

.w60 {
    width: 60% !important;
}

.w63 {
    width: 63% !important;
}

.w70 {
    width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.w100 {
    width: 100% !important;
}

.clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

/* 公用样式end */

.Prompt {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius: 5px;
    padding: 12px 30px;
    font-size: 14px;
    z-index: 99999;
}

.ajaxBomb {
    position: fixed;
    top: 36px;
    min-width: 358px;
    max-width: 80%;
    padding: 12px 14px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 1px;
    border-color: rgb(93, 153, 44);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(244, 254, 233);
    color: rgb(101, 126, 66);
    z-index: 999999;
}

.ajaxBombTitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.429;
}

.ajaxBombTitle i {
    font-size: 18px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.ajaxBomb .close {
    position: absolute;
    right: 12px;
    top: 12px;
}

.ajaxBombInfo {
    font-size: 14px;
    line-height: 2.857;
    margin-left: 28px;
}

.ajaxBombInfo > a {
    color: #1e7ec8;
}

.ajaxBombInfo > a:hover {
    opacity: 0.8;
}

.ajaxBomb.fail {
    border-width: 1px;
    border-color: rgb(220, 63, 71);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(254, 233, 236);
    color: rgb(220, 63, 71);
}

.ajaxBomb.fail .close {
    color: rgb(220, 63, 71);
}

.ajaxBomb-ids > span:nth-child(n+6) {
    display: none;
}

/* ==============================  loading  ==================================== */
.loading-custom {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99999;
}

.loader-inner {
    width: 110px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-radius: 8px;
}

.ball-clip-rotate > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 25px;
    width: 25px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

table.normal {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.normal thead th {
    background: #FFB7B3;
    color: #FFF;
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    font-size: 14px;
    height: 40px;
    text-align: center;
    white-space: nowrap;
    padding: 0 5px;
    /*position: relative;*/
}

.normal thead th:first-child {
    border-left: 1px solid rgb(221, 221, 221);
}

.normal thead th:last-child {
    border-right: 1px solid rgb(221, 221, 221);
}

.normal tr {
    color: #FA0C27;
}

.normal tr:nth-child(even) {
    background-color: #FFE7E7;
}

.normal td {
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
    height: 38px;
    padding: 5px;
}

.normal td.empty-td {
    height: 120px;
}

.normal.not-border tbody td {
    border: none;
}

.normal tbody td a {
    color: #0089ff;
}

.normal tbody td a.main-btn-w {
    color: #444;
}

.normal tbody td a:hover {
    opacity: 0.8;
}

/*== index ==*/
.index-main {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index-content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.index-logo img {
    max-height: 150px;
    vertical-align: top;
}

.index-drop {
    display: inline-block;
    color: #FA0C27;
    font-family: Verdana;
    font-size: 100px;
    font-weight: bold;
    line-height: 150px;
    margin-right: 10px;
    margin-top: -50px;
    opacity: 0;
}

.index-drop:last-child {
    margin-right: 0;
}

.index-drop.show {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
}

.index-button {
    display: inline-block;
    width: 203px;
    height: 62px;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    color: #FA0C27;
    border: 3px solid #FA0C27;
    margin-right: 20px;
    margin-top: -50px;
    opacity: 0;
}

.index-button > p {
    line-height: 18px;
    margin-top: -5px;
}

.index-button:last-child {
    margin-right: 0;
    color: #FFF;
    background: #FA0C27;
}

.index-button:hover {
    transform: scale(1.1);
    color: #FA0C27;
}

.index-button:last-child:hover {
    color: #FFF;
}

.index-button.show {
    margin-top: 0;
    opacity: 1;
    transition: margin-top 1s, opacity 1s;
}

.index-bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #666;
}

.index-bottom > a, .index-bottom > a:hover, .index-bottom > a:active {
    color: #666;
}

/*== header ==*/
.header-wrap {
    height: 41px;
    background-color: #333;
}

.header-content, .main-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.btn-jump {
    display: inline-block;
    color: #FFF;
    background-color: #FA0C27;
    line-height: 41px;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 20px;
    vertical-align: top;
}

.btn-jump:hover {
    opacity: 0.8;
}

.header-language {
    display: inline-block;
    overflow: hidden;
    padding: 0 10px;
}

.header-flag a {
    line-height: 41px;
    font-size: 14px;
    color: #fff;
}

.header-flag img {
    vertical-align: middle;
}

/*== footer ==*/
.footer {
    background-color: #202020;
    border-top: 2px solid #FA0C27;
    margin-top: 50px;
}

.footer p {
    color: #a6a6a6;
    line-height: 62px;
}

.footer-about {
    background-color: #262626;
    border-bottom: 1px solid #383838;
}

.footer ul {
    padding: 10px 0;
    line-height: 30px
}

.footer ul li {
    display: inline-block;
    color: #C4C4C4;
    padding: 0 0 0 10px;
}

.footer ul li a {
    color: #C4C4C4;
    padding: 0 10px 0 0;
}

.footer ul li a:hover {
    color: #FA0C27;
}

/*== main ==*/
.main-logo {
    display: inline-block;
    margin: 15px 0 11px 0;
}

.main-logo > img {
    height: 60px;
    vertical-align: middle;
}

.main-logo > div {
    color: #FA0C27;
    font-family: serif;
    vertical-align: middle;
    margin-left: 10px;
}

.main-logo .name {
    font-size: 28px;
    line-height: 20px;
}

/*== plastic ==*/
.main-nav {
    height: 89px;
}

.main-nav ul li a {
    color: #000;
    padding: 0 19px;
    margin: 0 1px;
    line-height: 86px;
    display: block;
    font-size: 16px
}

.main-nav ul li a:hover, .main-nav ul li a.now {
    background-color: #FA0C27;
    color: #FFF;
}

.main-nav ul li {
    float: left;
}

.main-swiper .swiper-container {
    width: 100%;
    max-width: 1920px;
    background-color: #3E95DC;
}

.main-swiper img {
    display: block;
    width: 100%;
    max-width: 1920px;
    max-height: 480px;
    vertical-align: top;
}

.main-linear {
    background: -moz-linear-gradient(top, #BED6EB 0%, #FFFFFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BED6EB), color-stop(100%, #FFFFFF));
    background: -webkit-linear-gradient(top, #BED6EB 0%, #FFFFFF 100%);
    background: -o-linear-gradient(top, #BED6EB 0%, #FFFFFF 100%);
    background: -ms-linear-gradient(top, #BED6EB 0%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #BED6EB 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BED6EB', endColorstr='#FFFFFF', GradientType=0);
}

.main-linear p {
    /*padding: 10px 0;*/
    text-indent: 2em
}

.main-title {
    font-size: 30px;
    color: #008bff;
    line-height: 40px;
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center
}

.main-text {
    font-size: 16px;
    padding: 10px 0;
    line-height: 20px;
    margin-bottom: 50px;
    text-align: center
}

.main-product-pic {
    margin-right: 28px;
}

.main-product-pic img {
    width: 200px;
}

.main-left {
    width: 200px;
}

.left-title {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    background: -moz-linear-gradient(top, #FFCED3 0%, #FA0C27 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFCED3), color-stop(100%, #FA0C27));
    background: -webkit-linear-gradient(top, #FFCED3 0%, #FA0C27 100%);
    background: -o-linear-gradient(top, #FFCED3 0%, #FA0C27 100%);
    background: -ms-linear-gradient(top, #FFCED3 0%, #FA0C27 100%);
    background: linear-gradient(to bottom, #FFCED3 0%, #FA0C27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCED3', endColorstr='#FA0C27', GradientType=0);
}

.left-menu .left-item {
    display: block;
    color: #FA0C27;
    line-height: normal;
    padding: 9px 5px 9px 16px;
    cursor: pointer;
    background-color: #FFE7E7;
    border-bottom: 1px solid #FFF;
}

.left-menu .left-item.on {
    color: #FFF;
    background-color: #FFB2B2;
}

.left-menu .left-item:hover {
    opacity: 0.8;
}

.left-menu .type-box {
    border-bottom: 1px solid #FFF;
}

.left-menu .type-box.on {
    color: #FFF;
    background-color: #FFB2B2;
}

.left-menu .type-box span:hover {
    opacity: 0.8;
}

.left-menu .type-box .type-box-title {
    display: block;
    color: #FFF;
    line-height: normal;
    padding: 9px 5px 9px 16px;
    cursor: pointer;
    background-color: #FFB6B3;
}

.left-menu .type-box .type-box-title > a {
    color: #FFF;
}

.left-menu .type-box .type-box-list {
    display: none;
    padding: 5px 5px 5px 0;
    background-color: #FFE7E7;
}

.left-menu .type-box .type-box-list > span {
    display: block;
    line-height: 150%;
    padding: 5px 10px 5px 30px;
}

.left-menu .type-box .type-box-list > span > a {
    color: #FA0C27;
}

.main-right {
    position: relative;
    float: right;
    background-color: #FFF;
    width: 1000px;
    padding-bottom: 65px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    min-height: 500px;
}

.right-content {
    display: none;
    padding: 0 30px 10px 30px;
    line-height: 30px;
}

.right-content.show {
    display: block;
}

.right-title {
    font-size: 28px;
    color: #FA0C27;
    line-height: 40px;
    padding: 35px 0 20px 0;
}

/*== search ==*/
.pro-search {
    border: 1px solid #FFB6B3;
}

.pro-search img {
    vertical-align: top;
}

.pro-search .pro-input {
    display: inline-block;
    width: 150px;
    height: 35px;
    padding: 2px 15px;
    border: 0;
    vertical-align: top;
}

.pro-search .btn-search {
    color: #FFF;
    height: 35px;
    font-size: 14px;
    background-color: #FFB6B3;
    padding: 0 10px;
    border: 0;
    vertical-align: top;
    cursor: pointer;
}

/*== index ==*/
/*== model ==*/
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1050;
}

.modal-dialog {
    position: fixed;
    top: 20%;
    min-width: 580px;
    max-width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 5px;
    color: rgb(89, 90, 90);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    float: right;
    font-size: 21px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    padding: 0;
    font-weight: 700;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    margin-top: -2px
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 12px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #EFF3F8;
    text-align: right;
    border-top: 1px solid #E4E9EE;
}

.btn {
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-image: none !important;
    border: 5px solid #ABBAC3;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: background-color .15s, border-color .15s, opacity .15s;
    -o-transition: background-color .15s, border-color .15s, opacity .15s;
    transition: background-color .15s, border-color .15s, opacity .15s;
    vertical-align: middle;
    padding: 6px 12px;
    margin: 0;
    position: relative;
    background-color: #ABBAC3 !important;
    cursor: pointer;
}

.btn:hover {
    background-color: #8B9AA3 !important;
    border-color: #ABBAC3;
}

.detail-title {
    font-size: 28px;
    color: #FA0C27;
    line-height: 40px;
    padding: 15px 0 10px 0;
}

.detail-item {
    padding: 3px 10px;
}

.detail-pdf a {
    color: #0089ff;
}

.product-list > li {
    width: 220px;
    padding-top: 5px;
    text-align: center;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.product-list > li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.product-list > li:nth-child(4n) {
    margin: 10px 0 10px 10px;
}

.product-list > li:nth-child(4n-3) {
    margin: 10px 10px 10px 0;
}

.product-list > li div {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
}

.product-list > li a {
    display: inline-block;
}

.product-list > li img {
    position: absolute;
    max-width: 220px;
    max-height: 220px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-list > li font {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #666;
}

.product-list > li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
}

.vamp-box > a {
    float: left;
    font-size: 16px;
    color: #2a2a2a;
    display: inline-block;
    width: 33.333%;
    margin-top: 30px;
}

.vamp-box > a > img {
    width: 150px;
    padding-left: 40px;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter;
}

.vamp-box > a:hover > img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.vamp-box > a > span {
    padding-left: 40px;
}

.vamp-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    padding-right: 40px;
    list-style: none;
}

.vamp-content:before, .vamp-content:after {
    content: "";
    display: block;
    overflow: hidden;
}

.vamp-content > div {
    float: left;
    padding-left: 40px;
    font-size: 16px;
    line-height: 24px;
}

.vamp-content > div.vamp-1-3 {
    width: 33.333%;
}

.vamp-content > div.vamp-2-3 {
    width: 66.666%;
}

.vamp-content > div > img {
    width: 100%;
    vertical-align: top;
}

.vamp-content > div > p {
    padding: 0;
    text-indent: 0;
}

.vamp-content > div > p.vamp-sub {
    line-height: 30px;
}

.vamp-content > div > p > i {
    margin-right: 5px;
}

.vamp-line {
    margin: 30px 40px;
    border-top: 1px solid #e4e4e4;
}