/**
 * style.less
 * 层叠样式表
 */
@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/hinted-Montserrat-Light.eot');
    src: local('../fonts/Montserrat Light'), local('Montserrat-Light'), url('../fonts/hinted-Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Montserrat-Light.woff2') format('woff2'), url('../fonts/hinted-Montserrat-Light.woff') format('woff'), url('../fonts/hinted-Montserrat-Light.ttf') format('truetype'), url('../fonts/hinted-Montserrat-Light.svg#Montserrat-Light') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/hinted-Montserrat-Regular.eot');
    src: local('../fonts/Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/hinted-Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Montserrat-Regular.woff2') format('woff2'), url('../fonts/hinted-Montserrat-Regular.woff') format('woff'), url('../fonts/hinted-Montserrat-Regular.ttf') format('truetype'), url('../fonts/hinted-Montserrat-Regular.svg#Montserrat-Regular') format('svg');
} 
@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/hinted-Montserrat-Medium.eot');
    src: local('../fonts/Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/hinted-Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Montserrat-Medium.woff2') format('woff2'), url('../fonts/hinted-Montserrat-Medium.woff') format('woff'), url('../fonts/hinted-Montserrat-Medium.ttf') format('truetype'), url('../fonts/hinted-Montserrat-Medium.svg#Montserrat-Medium') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/hinted-Montserrat-Bold.eot');
    src: local('../fonts/Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/hinted-Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Montserrat-Bold.woff2') format('woff2'), url('../fonts/hinted-Montserrat-Bold.woff') format('woff'), url('../fonts/hinted-Montserrat-Bold.ttf') format('truetype'), url('../fonts/hinted-Montserrat-Bold.svg#Montserrat-Bold') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/hinted-Montserrat-Black.eot');
    src: local('Montserrat Black'), local('Montserrat-Black'), url('../fonts/hinted-Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Montserrat-Black.woff2') format('woff2'), url('../fonts/hinted-Montserrat-Black.woff') format('woff'), url('../fonts/hinted-Montserrat-Black.ttf') format('truetype'), url('../fonts/hinted-Montserrat-Black.svg#Montserrat-Black') format('svg');
}
@font-face {
    font-family: 'Enter Sansman';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/hinted-EnterSansmanBold.eot');
    src: local('Enter Sansman Bold'), local('EnterSansmanBold'), url('../fonts/hinted-EnterSansmanBold.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-EnterSansmanBold.woff2') format('woff2'), url('../fonts/hinted-EnterSansmanBold.woff') format('woff'), url('../fonts/hinted-EnterSansmanBold.ttf') format('truetype'), url('../fonts/hinted-EnterSansmanBold.svg#EnterSansmanBold') format('svg');
}
.ff {
    font-family: 'iconfont' !important;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
@-ms-viewport {
    width: auto !important;
}
body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC','Montserrat', Arial, 'Helvetica Neue', Helvetica,  sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}
@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    resize: none;
    border: none;
    outline: none;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
a:visited,
a:link {
    text-decoration: none;
    color: inherit;
}
.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
.header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 150px;
    -webkit-transition: height .4s;
    transition: height .4s;
}
@media (max-width: 1199px) {
    .header {
        height: 60px;
    }
}
.header .logo {
    position: relative;
    float: left;
    height: 90px;
    margin-top: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 50px;
        margin-top: 5px;
    }
}
.header .logo a {
    display: block;
    height: 100%;
}
.header .logo img {
    display: inline-block;
    height: 100%;
}
.header .language {
    display: inline-block;
    float: right;
}
.header .language a {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .language a {
        line-height: 60px;
        margin-right: 40px;
    }
}
.header .language a:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language a.cn:before {
    background-position: -30px 0;
}
.header .top-header {
    position: absolute;
    top: 14px;
    right: 0;
}
@media (max-width: 1199px) {
    .header .top-header {
        position: relative;
        top: 0;
    }
}
.header .right {
    position: relative;
    display: inline-block;
    float: right;
}
.header .nav-collapse {
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 20px;
    display: none;
    float: right;
    width: 20px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;
        margin-top: 4px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 8px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
    .header .nav {
        position: relative;
        display: inline-block;
        float: right;
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 26px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background: #fafafa;
        background-color: #000;
    }
    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }
    .header .nav .nav-list1>li {
        float: left;
    }
    .header .nav .nav-list1>li>a {
        font-weight: 500;
        line-height: 120px;
        position: relative;
        z-index: 2;
        display: block;
        padding: 0 36px 0 36px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #e60012;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        display: none;
        min-width: 140px;
        padding: 20px 0;
        text-align: center;
        text-align: left;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li {
        position: relative;
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        font-family: Arial, 'Oswald', 'Helvetica Neue', Helvetica;
        line-height: 40px;
        position: relative;
        z-index: 1;
        display: block;
        padding: 0 18px;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        color: #e60012;
    }
    .header .nav .nav-list1 .nav-list2 li img {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
        min-width: 200px;
        padding: 10px 0;
        text-align: left;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li>a {
        line-height: 30px;
        padding: 4px 20px;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;
        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);
        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;
        color: #fff;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;
        margin-top: 5px;
        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}
@media (max-height: 580px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;
    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 20px;
        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 8px 0 0 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;
    height: 80%;
    margin-top: 12%;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 16px;
    line-height: 50px;
    margin: 25px 0;
    text-align: left;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 16px;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;
        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -14px;
        content: '\e72f';
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 18px;
        line-height: 2.5;
        display: block;
        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px) {
    .header .xs-language {
        display: none;
    }
}
.header .xs-language a {
    font-size: 16px;
    color: #fff;
}
.header .xs-language span {
    margin: 0 5px;
    color: #fff;
}
.header .search-box {
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;
    background-color: rgba(230, 0, 18, .96);
}
.header .search-box .search {
    line-height: 40px;
    overflow: hidden;
    zoom: 1;
    width: 240px;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.header .search-box .input-text {
    float: left;
    height: 38px;
    padding-left: 10%;
    background: none;
}
@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit {
    line-height: 36px;
    float: right;
    width: 50px;
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
    background: none;
}
.header .search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    content: '\e660';
    color: #fff;
}
@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs {
    width: 100%;
    margin: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px) {
    .header .search-box.search-xs {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;
        display: inline-block;
        height: 34px;
    }
}
.header .search-box.search-xs.show {
    z-index: 66;
}
.header .search-box.search-xs.show .search {
    left: 0;
}
.header .search-box.search-xs .search {
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;
    width: 100%;
    -webkit-transition: left .3s;
    transition: left .3s;
    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px) {
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}
@media (max-width: 767px) {
    .header .search-box.search-xs form .input-text {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit {
    line-height: 34px;
    background: #fff;
}
.header .search-box.search-xs .input-submit:before {
    color: #104384;
}
.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;
    display: inline-block;
    cursor: pointer;
}
.header .search-icon:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e660';
    color: #e60012;
}
.header .search-lg {
    top: 0;
}
.header .search-lg .logo {
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p {
    margin-bottom: 50px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}
.header .search-lg .input-text {
    font-size: 20px;
    line-height: 30px;
    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    color: #fff;
}
.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;
    cursor: pointer;
}
@media (max-width: 1440px) {
    .header .search-lg .close-btn {
        right: 8%;
    }
}
.header .search-lg .close-btn:before {
    font-size: 20px;
    content: '\2716';
    color: #fff;
}
.header .find {
    line-height: 30px;
    float: right;
    margin-right: 40px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #e70012;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 60px;
        display: inline-block;
        margin-right: 20px;
        margin-left: 0;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 20px;
    float: left;
    content: '\e660';
}
.header .find:hover {
    color: #e60012;
}
@media (max-width: 1199px) {
    .header .right {
        display: inline-block;
        float: right;
        margin-right: 0;
    }
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.header.fixed-header {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 1199px) {
    .header.fixed-header {
        height: 60px;
    }
}
.header.fixed-header .logo {
    height: 70px;
    margin-top: 5px;
}
@media (max-width: 1350px) {
    .header.fixed-header .logo {
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    .header.fixed-header .logo {
        height: 50px;
        margin-top: 5px;
    }
}
.header.fixed-header .top-header {
    top: 0;
}
.header.fixed-header .nav-collapse .btn-line {
    background-color: #999;
}
.header.fixed-header .nav-collapse .btn-line:nth-child(3),
.header.fixed-header .nav-collapse .btn-line:nth-child(1) {
    background-color: #999;
}
.header.fixed-header .nav .nav-list1>li>a {
    line-height: 50px;
}
.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 60px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    display: inline-block;
    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #fff;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;
    display: none;
    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;
    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;
    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .online-wrap .online {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 48px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    margin-top: 5px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border-radius: 6px;
    background-color: #6e6e6e;
}
.online-wrap .online a:before {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}
.online-wrap .online a:active {
    text-decoration: none;
}
.online-wrap .online a:after {
    display: block;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    content: '';
    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        text-decoration: none;
        background-color: #e60012;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 50px;
        width: 40px;
        height: 50px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;
    padding-right: 5px;
    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #b80210;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .icon-qq:before {
    font-family: 'iconfont' !important;
    content: '\e62d';
}
.online-wrap .online .icon-weixin:before {
    font-family: 'iconfont' !important;
    content: '\e604';
}
.online-wrap .online .icon-message:before {
    font-family: 'iconfont' !important;
    content: '\e6a4';
}
.online-wrap .online .icon-skype:before {
    font-family: 'iconfont' !important;
    content: '\e616';
}
.online-wrap .online .icon-line:before {
    font-family: 'iconfont' !important;
    content: '\e640';
}
.online-wrap .online .icon-messenger:before {
    font-family: 'iconfont' !important;
    content: '\e6a4';
}
.online-wrap .online .icon-whatsapp:before {
    font-family: 'iconfont' !important;
    content: '\e751';
}
.online-wrap .online .icon-phone:before {
    font-family: 'iconfont' !important;
    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before {
    font-family: 'iconfont' !important;
    content: '\e614';
}
.online-wrap .online .icon-arrow-top:after {
    display: none !important;
}
.online-wrap .online .code:before {
    font-size: 24px;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;
    display: none;
    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;
    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 8px 0;
    color: #888;
}
.xs-online {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    background-color: rgba(184, 2, 16, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block;
    }
}
.xs-online ul {
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.xs-online ul li {
    float: left;
    width: 20%;
    border-left: 1px solid #e60012;
}
.xs-online ul li>a {
    font-size: 10px;
    display: block;
    padding: 8px 0;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li.tel>a:before {
    content: '\e61c';
}
.xs-online ul li.mail>a:before {
    font-weight: normal;
    content: '\e72e';
}
.xs-online ul li.product>a:before {
    font-weight: normal;
    content: '\e79c';
}
.xs-online ul li.message>a:before {
    font-weight: normal;
    content: '\e72e';
}
.xs-online ul li.top>a:before {
    font-weight: normal;
    content: '\e622';
}
.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 150px;
}
@media (max-width: 1199px) {
    .banner {
        margin-top: 60px;
    }
}
.banner .slick-dots {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: .7;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active {
    width: 20px;
    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li button {
    display: none;
}
.banner .slick-arrow {
    line-height: 80px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 5%;
    display: none !important;
    width: 40px;
    height: 80px;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #888;
    background: none;
    background-color: rgba(230, 0, 18, .8);
}
@media (max-width: 991px) {
    .banner .slick-arrow {
        line-height: 60px;
        left: 12%;
        display: none !important;
        width: 30px;
        height: 60px;
    }
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e601';
    color: #fff;
}
.banner .slick-arrow.slick-next {
    right: 5%;
    left: auto;
}
@media (max-width: 991px) {
    .banner .slick-arrow.slick-next {
        right: 12%;
    }
}
.banner .slick-arrow.slick-next:before {
    content: '\e827';
}
.banner .slick-arrow:hover {
    background-color: #e60012;
}
.banner .slick-slide {
    overflow: hidden;
}
.banner img {
    display: block;
    width: 100%;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 180%;
        max-width: 180%;
        margin-left: -20%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.banner-in .text-in b {
    font-family: 'Enter Sansman', Arial;
    font-size: 60px;
    font-style: italic;
    line-height: 1;
    display: block;
}
@media (max-width: 991px) {
    .banner-in .text-in b {
        font-size: 40px;
    }
}
.banner-in .text-in p {
    font-size: 14px;
    line-height: 2;
    margin: 0;
}
.box {
    overflow: hidden;
    padding: 50px 0;
}
/* @media (max-width: 991px) {
    .box {
        padding: 60px 0;
    }
} */
.title {
    text-align: center;
}
.title b {
    font-family: 'Enter Sansman', Arial;
    font-size: 30px;
    font-style: italic;
    line-height: 1.5;
    display: block;
    text-transform: uppercase;
    color: #1d2088;
}
@media (max-width: 991px) {
    .title b {
        font-size: 24px;
    }
}
.title p {
    font-size: 14px;
    line-height: 1.625;
    margin-top: 8px;
    color: #999;
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-number {
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3;
}
.box-number .number {
    font-size: 0;
}
.box-number .number>ul>li {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
@media (max-width: 767px) {
    .box-number .number>ul>li {
        width: 50%;
    }
}
.box-number .number>ul>li:after {
    position: absolute;
    top: 30px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 40px;
    content: '';
    background-color: #e3e3e3;
}
.box-number .number>ul>li:last-child:after {
    display: none;
}
@media (max-width: 767px) {
    .box-number .number>ul>li:nth-child(2):after {
        display: none;
    }
}
.box-number .number .item {
    padding: 0 5%;
    text-align: center;
}
.box-number .number .item b {
    font-family: 'Enter Sansman', Arial;
    font-size: 60px;
    font-style: italic;
    line-height: 1.5;
    display: block;
    color: #1d2088;
}
@media (max-width: 991px) {
    .box-number .number .item b {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .box-number .number .item b {
        font-size: 30px;
    }
}
.box-number .number .item b:after {
    font-size: 24px;
    font-style: normal;
    display: inline-block;
    margin-top: -10px;
    margin-left: 10px;
    content: '+';
    vertical-align: top;
}
.box-number .number .item p {
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
    color: #666;
}
@media (max-width: 767px) {
    .box-number .number .item p {
        font-size: 14px;
    }
}
.box-product .product-search {
    margin-top: 30px;
}
.box-product .product-search form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.box-product .product-search form input {
    line-height: 28px;
    width: 100%;
    padding: 10px 34px;
    border-radius: 30px;
    background-color: #f6f6f6;
}
.box-product .product-search form input::-webkit-input-placeholder,
.box-product .product-search form textarea::-webkit-input-placeholder {
    color: #999;
}
.box-product .product-search form input:-o-placeholder,
.box-product .product-search form textarea:-o-placeholder {
    color: #999;
}
.box-product .product-search form input::-moz-placeholder,
.box-product .product-search form textarea::-moz-placeholder {
    color: #999;
}
.box-product .product-search form input:-ms-input-placeholder,
.box-product .product-search form textarea:-ms-input-placeholder {
    color: #999;
}
.box-product .product-search form input:focus::-webkit-input-placeholder,
.box-product .product-search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-product .product-search form input:focus::-o-placeholder,
.box-product .product-search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-product .product-search form input:focus::-moz-placeholder,
.box-product .product-search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-product .product-search form input:focus::-ms-input-placeholder,
.box-product .product-search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-product .product-search form .submit {
    font-size: 18px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 30px;
    padding: 0;
    color: #e60012;
    outline: none;
    background: none;
    box-shadow: none;
}
.box-product .product-search form .submit:after {
    font-family: 'iconfont' !important;
    content: '\e660';
}
.box-product .product-search form .submit:hover {
    color: #1d2088;
}
.box-product .product .sort {
    margin-top: 20px;
}
.box-product .product .sort ul {
    font-size: 0;
    margin: 0 -10px;
    text-align: center;
}
.box-product .product .sort ul li {
    display: inline-block;
    width: 11.11111111%;
    margin-top: 10px;
    padding: 0 10px;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .box-product .product .sort ul li {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .box-product .product .sort ul li {
        width: 33.33333333%;
    }
}
.box-product .product .sort ul li.active a {
    background-color: #e60012;
}
.box-product .product .sort ul li.active a .icon {
    display: none;
}
.box-product .product .sort ul li.active a .icon-hover {
    display: block;
}
.box-product .product .sort ul li.active a p {
    color: #fff;
}
.box-product .product .sort a {
    font-size: 14px;
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #e9e9e9;
    box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, .1);
}
.box-product .product .sort a .icon-hover {
    display: none;
}
.box-product .product .sort a img {
    max-width: 100%;
}
.box-product .product .sort a p {
    line-height: 1.28571429;
    height: 36px;
    margin: 0;
}
.box-product .product .sort a p span {
    position: relative;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-product .product .sort a:hover {
    background-color: #e60012;
}
.box-product .product .sort a:hover .icon {
    display: none;
}
.box-product .product .sort a:hover .icon-hover {
    display: block;
}
.box-product .product .sort a:hover p {
    color: #fff;
}
.box-product .product .slick-product {
    margin: 0 -16px;
    margin-top: 60px;
}
.box-product .product .item {
    display: block;
    padding: 16px;
}
.box-product .product .item .pic {
    overflow: hidden;
}
.box-product .product .item .img-box {
    padding-bottom: 43.47826087%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product .item:hover .img-box {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .slick-dots {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.box-product .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 50%;
    background-color: #ccc;
}
.box-product .slick-dots li.slick-active {
    width: 30px;
    border-radius: 10px;
    background-color: #e60012;
}
.box-product .slick-dots li button {
    display: none;
}
.box-about {
    padding-top: 0;
}
.box-about .about {
    margin-top: 20px;
}
.box-about .about p {
    font-weight: 500;
    line-height: 2;
    margin: 0;
}
.box-message {
    background: url(../images/message_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 991px) {
    .box-message {
        background: url(../images/message_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-message .title b {
    color: #fff;
}
.box-message .text {
    margin-top: 20px;
    text-align: center;
    color: #fff;
}
.box-message .text b {
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    display: block;
}
@media (max-width: 767px) {
    .box-message .text b {
        font-size: 18px;
    }
}
.box-message .text p {
    line-height: 32px;
    margin: 0;
}
.box-message .message {
    position: relative;
    max-width: 370px;
    margin: 0 auto;
    margin-top: 30px;
}
.box-message .message input {
    line-height: 30px;
    width: 100%;
    height: 40px;
    padding: 5px 170px 5px 16px;
    color: #fff;
    border: 1px solid #fff;
    background: none;
}
.box-message .message input::-webkit-input-placeholder,
.box-message .message textarea::-webkit-input-placeholder {
    color: #999;
}
.box-message .message input:-o-placeholder,
.box-message .message textarea:-o-placeholder {
    color: #999;
}
.box-message .message input::-moz-placeholder,
.box-message .message textarea::-moz-placeholder {
    color: #999;
}
.box-message .message input:-ms-input-placeholder,
.box-message .message textarea:-ms-input-placeholder {
    color: #999;
}
.box-message .message input:focus::-webkit-input-placeholder,
.box-message .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-message .message input:focus::-o-placeholder,
.box-message .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-message .message input:focus::-moz-placeholder,
.box-message .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-message .message input:focus::-ms-input-placeholder,
.box-message .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-message .message .submit {
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 40px;
    padding: 0;
    color: #1d2088;
    border-radius: 0;
    background-color: #fff;
}
.box-news .news .item {
    margin-top: 30px;
}
.box-news .news .item .img-box {
    padding-bottom: 53.33333333%;
}
.box-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item b {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item span.date {
    line-height: 2;
    display: block;
    margin: 4px 0;
    color: #666;
}
.box-news .news .item p {
    font-weight: 500;
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover b {
    color: #1d2088;
}
.box-news .more {
    margin-top: 50px;
    text-align: center;
}
.box-news .more a {
    line-height: 40px;
    display: inline-block;
    height: 40px;
    padding: 0 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background-color: #e60012;
}
.box-news .more a:hover {
    background-color: #b80210;
}
@media (max-width: 991px) {
    .box-brand {
        padding-top: 0;
    }
}
.box-brand .slick-brand {
    margin-top: 30px;
    padding: 0 10%;
}
@media (max-width: 991px) {
    .box-brand .slick-brand {
        padding: 0 10px;
    }
}
.box-brand .slick-brand .item {
    padding: 0 20px;
}
@media (max-width: 991px) {
    .box-brand .slick-brand .item {
        padding: 0 5px;
    }
}
.box-brand .slick-brand .item .img-box {
    padding-bottom: 36.36363636%;
}
.box-link {
    padding-top: 0;
}
.box-link .row {
    margin: 0;
}
.box-link .itembox {
    padding: 0;
}
.box-link .item {
    position: relative;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #1d2088;
}
.box-link .item .img-box {
    padding-bottom: 34.28571429%;
    opacity: .5;
}
.box-link .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-link .item .mask {
    position: absolute;
    top: 20px;
    left: 20px;
}
@media (max-width: 991px) {
    .box-link .item .mask {
        top: 10px;
        left: 10px;
    }
}
.box-link .item .mask p {
    font-family: 'Enter Sansman', Arial;
    font-size: 24px;
    font-style: italic;
    line-height: 1;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 991px) {
    .box-link .item .mask p {
        font-size: 18px;
    }
}
.box-link .item .mask p:before {
    font-family: 'iconfont' !important;
    font-size: 28px;
    font-style: normal;
    display: none;
    float: left;
    margin-right: 10px;
    content: '\e66a';
}
.box-link .item-catalogue .mask p:before {
    content: '\e684';
}
.box-link .item-warranty .mask p:before {
    content: '\e642';
}
.box-link .item-maintaince .mask p:before {
    content: '\e623';
}
.box-link .item:hover {
    background-color: #e60012;
}
.box-link .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-link .item:hover p:before {
    display: inline-block;
}
@media (max-width: 991px) {
    .box-link .item:hover p:before {
        display: none;
    }
}
.footer {
    font-size: 0;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #e60012;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 52px;
    }
}
.footer .foot {
    position: relative;
    z-index: 2;
    padding: 30px 0 80px;
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 0 0 30px;
    }
}
.footer .foot>ul {
    padding: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot>ul:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: 0;
    content: '';
}
@media (max-width: 1199px) {
    .footer .foot>ul:after {
        display: none;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul {
        display: block;
        overflow: hidden;
        margin: 0 -15px;
    }
}
@media (min-width: 1200px) {
    .footer .foot>ul>li {
        display: inline-block;
        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul>li {
        display: inline-block;
        width: 25%;
        margin-right: -4px;
        padding: 0 15px;
        vertical-align: top;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul>li {
        width: 100%;
    }
}
.footer .foot>ul>li h3 {
    font-size: 20px;
    line-height: 1;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li h3 {
        font-size: 16px;
        display: block;
        margin-top: 20px;
    }
    .footer .foot>ul>li h3:after {
        font-family: 'iconfont' !important;
        font-size: 14px;
        float: right;
        content: '\e6d2';
    }
    .footer .foot>ul>li h3:before {
        display: none;
    }
}
.footer .foot>ul>li .item {
    text-align: left;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item {
        margin-top: 14px;
    }
}
.footer .foot>ul>li .item-1 {
    max-width: 260px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-1 {
        max-width: 100%;
    }
}
.footer .foot>ul>li .item-1 img {
    margin-bottom: 10px;
}
.footer .foot>ul>li .item-1 p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}
.footer .foot>ul>li .item-1 a:hover {
    text-decoration: underline;
    color: #e60012;
}
.footer .foot>ul>li .item-1 .share {
    display: inline-block;
    margin-top: 30px;
}
.footer .foot>ul>li .item-1 .share ul li {
    display: inline-block;
}
.footer .foot>ul>li .item-1 .share ul li a {
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #babcbd;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-1 .share ul li a {
        line-height: 30px;
    }
}
.footer .foot>ul>li .item-1 .share ul li a:before {
    font-family: 'iconfont';
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    content: '\e615';
    text-align: center;
    vertical-align: top;
    border-radius: 4px;
}
.footer .foot>ul>li .item-1 .share ul li.twitter a:before {
    content: '\e60b';
}
.footer .foot>ul>li .item-1 .share ul li.linkedin a:before {
    content: '\e6f0';
}
.footer .foot>ul>li .item-1 .share ul li.instagram a:before {
    content: '\e6f0';
}
.footer .foot>ul>li .item-1 .share ul li.youtube a:before {
    content: '\e6d7';
}
.footer .foot>ul>li .item-1 .share ul li.google a:before {
    content: '\e645';
}
.footer .foot>ul>li .item-1 .share ul li.amazon a:before {
    content: '\e6c1';
}
.footer .foot>ul>li .item-1 .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
}
.footer .foot>ul>li .item-2 a {
    font-size: 16px;
    line-height: 1.875;
    position: relative;
    display: block;
    padding-left: 14px;
}
.footer .foot>ul>li .item-2 a:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #1d2088;
}
.footer .foot>ul>li .item-2 a:hover {
    color: #e60012;
}
.footer .foot>ul>li .item-3 {
    width: 260px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-3 {
        width: 100%;
    }
}
.footer .foot>ul>li .item-3 input,
.footer .foot>ul>li .item-3 textarea {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 14px;
    border: 1px solid #e6e6e6;
}
.footer .foot>ul>li .item-3 input::-webkit-input-placeholder,
.footer .foot>ul>li .item-3 textarea::-webkit-input-placeholder {
    color: #666;
}
.footer .foot>ul>li .item-3 input:-o-placeholder,
.footer .foot>ul>li .item-3 textarea:-o-placeholder {
    color: #666;
}
.footer .foot>ul>li .item-3 input::-moz-placeholder,
.footer .foot>ul>li .item-3 textarea::-moz-placeholder {
    color: #666;
}
.footer .foot>ul>li .item-3 input:-ms-input-placeholder,
.footer .foot>ul>li .item-3 textarea:-ms-input-placeholder {
    color: #666;
}
.footer .foot>ul>li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-3 input:focus::-o-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-3 input:focus::-moz-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-3 input:focus::-ms-input-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-3 .submit {
    line-height: 42px;
    padding: 0 48px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #e60012;
}
.footer .foot>ul>li .item-3 .submit:hover {
    background-color: #b80210;
}
.footer .foot>ul>li .info-down {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .info-down {
        display: none;
        margin-top: 10px;
    }
}
.footer .foot>ul>li .info-down img {
    max-width: 100%;
}
.footer .foot>ul>li.current .title-foot h3:after {
    content: '\e628';
}
.footer .copyright {
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    border-top: 2px solid #e60012;
    background-color: #1d2088;
}
.footer .copyright p {
    line-height: 30px;
    margin: 0;
}
.footer .copyright p a {
    display: inline-block;
    margin-left: 5%;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 767px) {
    .footer .copyright p a {
        display: block;
        margin-left: 0;
    }
}
.footer .copyright p a:hover {
    text-decoration: underline;
    color: #fff;
}
.wrapper {
    overflow: hidden;
}
.wrap {
    padding: 40px 0 80px;
}
.wrap .text-top {
    margin-top: 30px;
}
.wrap .text-top p {
    line-height: 2.14285714;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap .text-top p {
        line-height: 1.57142857;
    }
}
.wrap .text-top img {
    max-width: 100%;
    height: auto !important;
}
.title-in {
    position: relative;
    text-align: center;
}
.title-in b {
    font-size: 30px;
    line-height: 1;
    display: block;
}
@media (max-width: 991px) {
    .title-in b {
        font-size: 24px;
    }
}
.product-nav {
    position: relative;
    z-index: 2;
    margin-top: 60px;
}
@media (max-width: 991px) {
    .product-nav {
        margin-top: 30px;
    }
}
.product-nav>ul {
    margin: 0 -5px;
    text-align: center;
}
.product-nav>ul>li {
    display: inline-block;
    padding: 5px;
}
.product-nav>ul>li a {
    line-height: 30px;
    display: inline-block;
    padding: 10px 56px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #dadada;
    border-radius: 30px;
}
@media (max-width: 991px) {
    .product-nav>ul>li a {
        padding: 10px 30px;
    }
}
.product-nav>ul>li.active a,
.product-nav>ul>li:hover a {
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
}
.sidenav {
    overflow: hidden;
    margin-top: 50px;
}
.sidenav ul {
    margin: 0 -50px;
    text-align: center;
}
@media (max-width: 991px) {
    .sidenav ul {
        margin: 0 -15px;
    }
}
.sidenav ul li {
    display: inline-block;
    padding: 0 50px;
}
@media (max-width: 991px) {
    .sidenav ul li {
        padding: 0 15px;
    }
}
.sidenav ul li a {
    font-size: 24px;
    line-height: 1.66666667;
    display: block;
    color: #999;
}
@media (max-width: 991px) {
    .sidenav ul li a {
        font-size: 18px;
    }
}
.sidenav ul li a:after {
    display: block;
    width: 0;
    height: 2px;
    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: #e60012;
}
.sidenav ul li.active a,
.sidenav ul li:hover a {
    color: #333;
}
.sidenav ul li.active a:after,
.sidenav ul li:hover a:after {
    width: 100%;
}
.wrap-safety .title-safety {
    text-align: center;
}
.wrap-safety .title-safety b {
    font-family: 'Enter Sansman', Arial;
    font-size: 28px;
    font-style: italic;
    line-height: 1.28571429;
}
.wrap-safety .safety {
    margin-top: 60px;
}
.wrap-safety .safety h4 {
    font-size: 20px;
}
.wrap-safety .safety p {
    line-height: 1.71428571;
    margin: 0;
    color: #666;
}
.wrap-safety .safety img {
    max-width: 100%;
    height: auto !important;
}
.wrap-download .download .item {
    overflow: hidden;
    margin-top: 30px;
    padding: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #eee;
}
.wrap-download .download .item .pic,
.wrap-download .download .item .note {
    float: left;
}
.wrap-download .download .item .pic {
    width: 30%;
}
@media (max-width: 1350px) {
    .wrap-download .download .item .pic {
        width: 45%;
    }
}
@media (max-width: 767px) {
    .wrap-download .download .item .pic {
        width: 100%;
    }
}
.wrap-download .download .item .pic .img-box {
    padding-bottom: 130%;
}
.wrap-download .download .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-download .download .item .note {
    font-size: 14px;
    width: 70%;
    padding: 0 24px;
}
@media (max-width: 1350px) {
    .wrap-download .download .item .note {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .wrap-download .download .item .note {
        width: 100%;
        padding: 30px 10px;
    }
}
.wrap-download .download .item .note b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin-top: 10px;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-download .download .item .note b {
        font-size: 16px;
    }
}
.wrap-download .download .item .note p {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 14px 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-download .download .item .note span {
    line-height: 1.71428571;
    display: block;
}
.wrap-download .download .item .note a.down {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-top: 30px;
    padding: 5px 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #e60012;
    border: 1px solid #e60012;
}
.wrap-download .download .item:hover {
    border-color: #fff;
    box-shadow: 0 0 10px rgba(230, 0, 18, .1);
}
.wrap-download .download .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-download .download .item:hover .note b {
    color: #e60012;
}
.wrap-download .download .item:hover .note a.down {
    color: #fff;
    border-color: #ff9800;
    background-color: #e60012;
}
.wrap-product .product-search {
    margin-top: 30px;
}
.wrap-product .product-search form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.wrap-product .product-search form input {
    line-height: 28px;
    width: 100%;
    padding: 10px 34px;
    border-radius: 30px;
    background-color: #f6f6f6;
}
.wrap-product .product-search form input::-webkit-input-placeholder,
.wrap-product .product-search form textarea::-webkit-input-placeholder {
    color: #999;
}
.wrap-product .product-search form input:-o-placeholder,
.wrap-product .product-search form textarea:-o-placeholder {
    color: #999;
}
.wrap-product .product-search form input::-moz-placeholder,
.wrap-product .product-search form textarea::-moz-placeholder {
    color: #999;
}
.wrap-product .product-search form input:-ms-input-placeholder,
.wrap-product .product-search form textarea:-ms-input-placeholder {
    color: #999;
}
.wrap-product .product-search form input:focus::-webkit-input-placeholder,
.wrap-product .product-search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product .product-search form input:focus::-o-placeholder,
.wrap-product .product-search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product .product-search form input:focus::-moz-placeholder,
.wrap-product .product-search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product .product-search form input:focus::-ms-input-placeholder,
.wrap-product .product-search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product .product-search form .submit {
    font-size: 18px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 30px;
    padding: 0;
    color: #e60012;
    outline: none;
    background: none;
    box-shadow: none;
}
.wrap-product .product-search form .submit:after {
    font-family: 'iconfont' !important;
    content: '\e660';
}
.wrap-product .product-search form .submit:hover {
    color: #1d2088;
}
.wrap-product .product .sort {
    margin-top: 20px;
}
.wrap-product .product .sort ul {
    font-size: 0;
    text-align: center;
    margin: 0 -10px;
}
.wrap-product .product .sort ul li {
    display: inline-block;
    width: 11.11111111%;
    margin-top: 10px;
    padding: 0 10px;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-product .product .sort ul li {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .sort ul li {
        width: 33.33333333%;
    }
}
.wrap-product .product .sort ul li.active a {
    background-color: #e60012;
}
.wrap-product .product .sort ul li.active a .icon {
    display: none;
}
.wrap-product .product .sort ul li.active a .icon-hover {
    display: block;
}
.wrap-product .product .sort ul li.active a p {
    color: #fff;
}
.wrap-product .product .sort a {
    font-size: 14px;
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #e9e9e9;
    box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, .1);
}
.wrap-product .product .sort a .icon-hover {
    display: none;
}
.wrap-product .product .sort a img {
    max-width: 100%;
}
.wrap-product .product .sort a p {
    line-height: 1.28571429;
    height: 36px;
    margin: 0;
}
.wrap-product .product .sort a p span {
    position: relative;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrap-product .product .sort a:hover {
    background-color: #e60012;
}
.wrap-product .product .sort a:hover .icon {
    display: none;
}
.wrap-product .product .sort a:hover .icon-hover {
    display: block;
}
.wrap-product .product .sort a:hover p {
    color: #fff;
}
.wrap-product .product .list {
    margin-top: 30px;
    border-top: 1px dashed #eee;
}
.wrap-product .product .list .item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product .product .list .item .img-box {
    padding-bottom: 122.44897959%;
}
.wrap-product .product .list .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .list .item .note {
    background-color: #1d2088;
}
.wrap-product .product .list .item .note p {
    font-size: 16px;
    line-height: 54px;
    display: -webkit-box;
    overflow: hidden;
    height: 54px;
    margin: 0;
    text-align: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-product .product .list .item .note p {
        line-height: 40px;
        height: 40px;
    }
}
.wrap-product .product .list .item .maskbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: rgba(230, 0, 18, .9);
}
.wrap-product .product .list .item .maskbg .mask {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.wrap-product .product .list .item .maskbg .mask b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.wrap-product .product .list .item .maskbg .mask p {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-product .product .list .item .maskbg span.more {
    font-size: 16px;
    line-height: 54px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    text-align: center;
    color: #fff;
}
.wrap-product .product .list .item .maskbg span.more:after {
    font-family: 'iconfont' !important;
    margin-left: 10px;
    content: '\e6cd';
}
@media (min-width: 1200px) {
    .wrap-product .product .list .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-product .product .list .item:hover .maskbg {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.wrap-product-show .product-show-top {
    overflow: hidden;
}
.wrap-product-show .product-show-top img {
    display: inline-block;
    max-width: 100%;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show-top img {
        max-width: 200px;
    }
}
.wrap-product-show .product-show-top form {
    position: relative;
    display: inline-block;
    float: right;
    width: 330px;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show-top form {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product-show .product-show-top form input {
    line-height: 28px;
    width: 100%;
    padding: 10px 34px;
    border-radius: 30px;
    background-color: #f6f6f6;
}
.wrap-product-show .product-show-top form input::-webkit-input-placeholder,
.wrap-product-show .product-show-top form textarea::-webkit-input-placeholder {
    color: #999;
}
.wrap-product-show .product-show-top form input:-o-placeholder,
.wrap-product-show .product-show-top form textarea:-o-placeholder {
    color: #999;
}
.wrap-product-show .product-show-top form input::-moz-placeholder,
.wrap-product-show .product-show-top form textarea::-moz-placeholder {
    color: #999;
}
.wrap-product-show .product-show-top form input:-ms-input-placeholder,
.wrap-product-show .product-show-top form textarea:-ms-input-placeholder {
    color: #999;
}
.wrap-product-show .product-show-top form input:focus::-webkit-input-placeholder,
.wrap-product-show .product-show-top form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .product-show-top form input:focus::-o-placeholder,
.wrap-product-show .product-show-top form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .product-show-top form input:focus::-moz-placeholder,
.wrap-product-show .product-show-top form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .product-show-top form input:focus::-ms-input-placeholder,
.wrap-product-show .product-show-top form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .product-show-top form .submit {
    font-size: 18px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 30px;
    padding: 0;
    color: #e60012;
    outline: none;
    background: none;
    box-shadow: none;
}
.wrap-product-show .product-show-top form .submit:after {
    font-family: 'iconfont' !important;
    content: '\e660';
}
.wrap-product-show .product-show-top form .submit:hover {
    color: #1d2088;
}
.wrap-product-show .product-show {
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap {
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;
    position: relative;
    float: left;
    overflow: hidden;
    width: 52%;
    padding: 0 6% 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .carousel {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 122.44897959%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav {
        margin: 10px 0 0 0;
        padding: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 0 6px;
    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;
    border: 1px solid #eee;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border: 1px solid #e60012;
}
.wrap-product-show .carousel-wrap .info-box {
    position: relative;
    float: left;
    width: 48%;
    padding-top: 20px;
    padding-left: 6%;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .info-box {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info {
    position: relative;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1 {
    font-size: 32px;
    line-height: 1;
    display: block;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info p {
    line-height: 2;
    margin: 10px 0 0 0;
    color: #999;
}
.wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.wrap-product-show .carousel-wrap .info-box .text p {
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin: 0;
    padding-left: 18px;
    color: #888;
}
.wrap-product-show .carousel-wrap .info-box .text p:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background-color: #1d2088;
}
.wrap-product-show .carousel-wrap .info-box .type {
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .type .title-info-box b {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    display: block;
    text-transform: uppercase;
}
.wrap-product-show .carousel-wrap .info-box .type .note {
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .type .note img {
    max-width: 100%;
}
.wrap-product-show .carousel-wrap .info-box .btn-product {
    margin-top: 40px;
}
.wrap-product-show .carousel-wrap .info-box .btn-product a.btn-inquiry {
    font-size: 16px;
    line-height: 48px;
    display: inline-block;
    height: 48px;
    padding: 0 46px;
    text-align: center;
    color: #fff;
    background-color: #e60012;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .info-box .btn-product a.btn-inquiry {
        line-height: 40px;
        height: 40px;
        padding: 0 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-product .prev-next {
    display: inline-block;
    float: right;
}
.wrap-product-show .carousel-wrap .info-box .btn-product .prev-next a {
    line-height: 48px;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-left: 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #999;
    border: 1px solid #eee;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .info-box .btn-product .prev-next a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-product .prev-next a:after {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e6cd';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-product-show .carousel-wrap .info-box .btn-product .prev-next a.next:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.wrap-product-show .carousel-wrap .info-box .btn-product .prev-next a:hover {
    color: #fff;
    background-color: #e60012;
}
.wrap-product-show .carousel-wrap .info-box .share {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}
.wrap-product-show .carousel-wrap .info-box .share p {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #999;
}
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
}
.wrap-product-show .title-product-show {
    background-color: #f6f6f6;
}
.wrap-product-show .title-product-show b {
    font-size: 20px;
    font-weight: normal;
    line-height: 60px;
    display: block;
    padding: 0 30px;
    color: #000;
    background-color: #f6f6f6;
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show b {
        font-size: 18px;
        line-height: 50px;
        padding: 0 14px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry {
    padding-top: 40px;
}
.wrap-product-show .parameter .text {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #eee;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .text {
        padding: 30px 10px;
    }
}
.wrap-product-show .parameter .text p {
    line-height: 2;
    margin: 0;
}
.wrap-product-show .parameter .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.wrap-product-show table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td {
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
}
.wrap-product-show table td {
    padding: 8px !important;
    border: 1px solid #dcdcdc !important;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.wrap-product-show .inquiry .message {
    padding-top: 20px;
}
.wrap-product-show .inquiry .message p {
    line-height: 1.71428571;
    margin: 0;
    color: #888;
}
.wrap-product-show .inquiry .message input,
.wrap-product-show .inquiry .message textarea {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    padding: 10px 20px;
    border: none;
    border: 1px solid #eee;
    outline: none;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry .message input,
    .wrap-product-show .inquiry .message textarea {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry .message textarea {
    resize: vertical;
}
.wrap-product-show .inquiry .message input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message input:-o-placeholder,
.wrap-product-show .inquiry .message textarea:-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message input::-moz-placeholder,
.wrap-product-show .inquiry .message textarea::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message input:-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-o-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .read textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message .read input:-o-placeholder,
.wrap-product-show .inquiry .message .read textarea:-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message .read input::-moz-placeholder,
.wrap-product-show .inquiry .message .read textarea::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message span {
    font-size: 16px;
    line-height: 2;
    display: block;
    margin-top: 10px;
}
.wrap-product-show .inquiry .message .submit {
    font-size: 16px;
    line-height: 48px;
    margin-top: 20px;
    padding: 0 120px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background: none;
    background-color: #e60012;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry .message .submit {
        line-height: 40px;
        padding: 0 60px;
    }
}
.wrap-product-show .inquiry .message .submit:hover {
    background-color: #b80210;
}
.wrap-product-show .relate-product {
    padding-top: 60px;
}
.wrap-product-show .relate-product .itembox {
    padding: 0;
}
@media (min-width: 992px) {
    .wrap-product-show .relate-product .itembox:nth-child(8n+2) .item,
    .wrap-product-show .relate-product .itembox:nth-child(8n+4) .item,
    .wrap-product-show .relate-product .itembox:nth-child(8n+5) .item,
    .wrap-product-show .relate-product .itembox:nth-child(8n+7) .item {
        background-color: #ececec;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .itembox:nth-child(4n+2) .item,
    .wrap-product-show .relate-product .itembox:nth-child(4n+3) .item {
        background-color: #ececec;
    }
}
.wrap-product-show .relate-product .item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .relate-product .item .img-box {
    padding-bottom: 122.44897959%;
}
.wrap-product-show .relate-product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .relate-product .item .note {
    background-color: #1d2088;
}
.wrap-product-show .relate-product .item .note p {
    font-size: 16px;
    line-height: 54px;
    display: -webkit-box;
    overflow: hidden;
    height: 54px;
    margin: 0;
    text-align: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item .note p {
        line-height: 40px;
        height: 40px;
    }
}
.wrap-product-show .relate-product .item .maskbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: rgba(230, 0, 18, .9);
}
.wrap-product-show .relate-product .item .maskbg .mask {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.wrap-product-show .relate-product .item .maskbg .mask b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.wrap-product-show .relate-product .item .maskbg .mask p {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-product-show .relate-product .item .maskbg span.more {
    font-size: 16px;
    line-height: 54px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    text-align: center;
    color: #fff;
}
.wrap-product-show .relate-product .item .maskbg span.more:after {
    font-family: 'iconfont' !important;
    margin-left: 10px;
    content: '\e6cd';
}
@media (min-width: 1200px) {
    .wrap-product-show .relate-product .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-product-show .relate-product .item:hover .maskbg {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.wrap-news .news {
    margin-top: -10px;
}
.wrap-news .news .item {
    font-size: 0;
    margin-top: 30px;
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note {
    display: inline-block;
    vertical-align: middle;
}
.wrap-news .news .item .pic {
    width: 28%;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .pic {
        width: 34%;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .pic {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box {
    overflow: hidden;
    padding-bottom: 53.33333333%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .note {
    font-size: 14px;
    width: 72%;
    padding-left: 30px;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .note {
        width: 66%;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .note {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .note {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.wrap-news .news .item .note b {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note span.date {
    display: block;
    margin: 10px 0;
    color: #666;
}
.wrap-news .news .item .note p {
    font-weight: 500;
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 10px 0 0 0;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .pic span.date {
    background-color: #e60012;
}
.wrap-news .news .item:hover .note b {
    color: #e60012;
}
.wrap-news-show .title-news {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.wrap-news-show .title-news h1 {
    font-size: 28px;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news h1 {
        font-size: 18px;
    }
}
.wrap-news-show .title-news span {
    line-height: 2;
    display: inline-block;
    display: block;
    margin: 6px 0 0 0;
    color: #666;
}
.wrap-news-show .news-show {
    margin-top: 20px;
}
.wrap-news-show .news-show p {
    line-height: 1.71428571;
    margin: 0;
    color: #888;
}
.wrap-news-show .news-show img {
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate {
    margin-top: 60px;
}
.wrap-news-show .news-relate a {
    font-size: 14px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    height: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #999;
}
.wrap-news-show .news-relate a:before {
    font-family: 'iconfont' !important;
    float: left;
    margin-right: 10px;
    content: '\eb60';
}
.wrap-news-show .news-relate a:hover {
    color: #333;
}
.wrap-news-show .news-relate .next a:before {
    content: '\e625';
}
.wrap-contact .contact {
    font-size: 0;
}
.wrap-contact .contact .text {
    margin-top: 40px;
}
.wrap-contact .contact .text ul {
    overflow: hidden;
    margin: 0 -6px;
}
.wrap-contact .contact .text ul li {
    float: left;
    width: 33.33333333%;
    padding: 6px;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text ul li {
        width: 100%;
    }
}
.wrap-contact .contact .text ul li:first-child {
    width: 100%;
}
.wrap-contact .contact .text ul li .item {
    font-size: 14px;
    padding: 30px 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-contact .contact .text ul li .item:before {
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 1;
    content: '\e62c';
    color: #1d2088;
}
.wrap-contact .contact .text ul li .item-tel:before {
    content: '\e62a';
}
.wrap-contact .contact .text ul li .item-fax:before {
    content: '\e626';
}
.wrap-contact .contact .text ul li .item-mail:before {
    content: '\e66f';
}
.wrap-contact .contact .text ul li .item b {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-top: 10px;
}
.wrap-contact .contact .text ul li .item p {
    line-height: 1.71428571;
    margin: 6px 0 0 0;
    color: #999;
}
.wrap-contact .contact .text ul li .item a:hover {
    text-decoration: underline;
    color: #e60012;
}
.wrap-contact .contact .message-erweima {
    margin-top: 44px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-contact .contact .message {
    font-size: 14px;
    display: inline-block;
    width: 72%;
    padding-right: 30px;
    vertical-align: top;
    border-right: 1px dotted #eee;
}
@media (max-width: 991px) {
    .wrap-contact .contact .message {
        width: 100%;
        border-right: none;
    }
}
.wrap-contact .contact .message form {
    margin-top: -20px;
}
.wrap-contact .contact .message input,
.wrap-contact .contact .message textarea {
    line-height: 30px;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}
.wrap-contact .contact .message input::-webkit-input-placeholder,
.wrap-contact .contact .message textarea::-webkit-input-placeholder {
    color: #888;
}
.wrap-contact .contact .message input:-o-placeholder,
.wrap-contact .contact .message textarea:-o-placeholder {
    color: #888;
}
.wrap-contact .contact .message input::-moz-placeholder,
.wrap-contact .contact .message textarea::-moz-placeholder {
    color: #888;
}
.wrap-contact .contact .message input:-ms-input-placeholder,
.wrap-contact .contact .message textarea:-ms-input-placeholder {
    color: #888;
}
.wrap-contact .contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-o-placeholder,
.wrap-contact .contact .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-moz-placeholder,
.wrap-contact .contact .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact .message .submit {
    line-height: 40px;
    height: 40px;
    margin-top: 20px;
    padding: 0 70px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #e60012;
    border: 1px solid #e60012;
    border-radius: 0;
    background: none;
}
.wrap-contact .contact .message .submit:hover {
    color: #fff;
    background-color: #e60012;
}
.wrap-contact .contact .erweima {
    font-size: 14px;
    display: inline-block;
    width: 28%;
    padding-left: 30px;
    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-contact .contact .erweima {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
        text-align: left;
    }
}
.wrap-contact .contact .erweima img {
    max-width: 100%;
}
.wrap-contact .contact .erweima p {
    line-height: 1.71428571;
    margin: 0;
    color: #888;
}
.wrap-contact #dituContent {
    height: 510px;
    margin-top: 30px;
    font-size: 14px;
}
@media (max-width: 991px) {
    .wrap-contact #dituContent {
        height: 340px;
    }
}
.wrap-join .join .listbox {
    font-size: 0;
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .wrap-join .join .listbox {
        padding: 30px 10px;
    }
}
.wrap-join .join .listbox .itembox {
    font-size: 14px;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.wrap-join .join .listbox h4 {
    font-size: 20px;
}
.wrap-join .join .listbox p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    margin: 0;
}
.wrap-join .join .listbox .note-1,
.wrap-join .join .listbox .note-2 {
    margin-top: 20px;
}
nav {
    text-align: center;
}
.pagination {
    margin: 50px 0 0 0;
}
.pagination li a {
    font-size: 14px;
    font-size: 16px;
    line-height: 42px;
    width: 42px;
    height: 42px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    color: #848484;
    border: none;
}
@media (max-width: 991px) {
    .pagination li a {
        line-height: 32px;
        width: 32px;
        height: 32px;
    }
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
}
.lazy {
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv {
    z-index: 9;
    display: none;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px) {
    .zoomDiv {
        position: absolute;
    }
}
.zoomMask {
    position: absolute;
    z-index: 1;
    cursor: move;
    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px) {
    .zoomMask {
        display: none;
    }
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
#google_translate_element {
    float: right;
    margin-top: 2px;
    margin-left: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    #google_translate_element {
        display: none;
    }
}
.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}

.wrap-sitemap .sitemap .title h2
{
    margin: 0;
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    background-color: #db1f35;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #db1f35;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    position: relative;

    /* display: inline-block; */

    list-style: none;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a img
{
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1);
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a
{
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover > a
{
    color: #db1f35;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #db1f35;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
