.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Hind';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Hind-Bold.eot');
    src: local('Hind Bold'), local('Hind-Bold'), url('../fonts/Hind-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Hind-Bold.woff2') format('woff2'), url('Hind-Bold.woff') format('woff'), url('../fonts/Hind-Bold.ttf') format('truetype'), url('../fonts/Hind-Bold.svg#Hind-Bold') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Hind';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Hind-Regular.eot');
    src: local('Hind Regular'), local('Hind-Regular'), url('../fonts/Hind-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Hind-Regular.woff2') format('woff2'), url('../fonts/Hind-Regular.woff') format('woff'), url('../fonts/Hind-Regular.ttf') format('truetype'), url('../fonts/Hind-Regular.svg#Hind-Regular') format('svg');
    font-display: swap;
}
body {
    font-family: 'Hind', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: 300;

    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%;
}
ul {
    margin: 0;
    padding: 0;
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}
a[data-fancybox] {
    outline: none;
}
a[data-fancybox] img {
    outline: none !important;
}
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;
}
button,
input,
textarea {
    border: none;
    outline: none;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}
.lazy {
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 1380px) {
    .container {
        width: 1350px;
    }
}
@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;
    }
}
.img-box {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.box {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.title {
    text-align: center;
}
.title h2,
.title h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .title h2,
    .title h1 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .title h2,
    .title h1 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title h2,
    .title h1 {
        font-size: 26px;
    }
}
.title p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
.get-quote {
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 991px) {
    .get-quote {
        margin-top: 20px;
    }
}
.get-quote a {
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;

    display: inline-block;

    height: 45px;
    padding: 0 30px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border: 2px solid #fa6262;
    border-radius: 2px;
    background-color: #fa6262;
}
.get-quote a:hover {
    color: #fff;
    border-color: #c9151e;
    background-color: #c9151e;
}
.get-quote-black a {
    border-color: #000;
    background: none;
}
.desc-note {
    margin-top: 20px;

    text-align: center;
}
.desc-note p {
    line-height: 24px;

    margin: 0;
}
.box-top {
    position: relative;

    padding: 20px 0;
}
@media (max-width: 1199px) {
    .box-top {
        padding: 10px 0;

        text-align: center;
    }
}
.box-top .logo {
    display: inline-block;

    max-height: 80px;
}
@media (max-width: 767px) {
    .box-top .logo {
        max-height: 60px;
    }
}
.box-top .logo img {
    height: 80px;
}
@media (max-width: 767px) {
    .box-top .logo img {
        height: 60px;
    }
}
.box-top .nav {
    float: right;

    margin-top: 25px;
}
@media (max-width: 1199px) {
    .box-top .nav {
        display: none;
    }
}
.box-top .nav>ul {
    margin: 0 -20px;
}
.box-top .nav>ul>li {
    display: inline-block;

    padding: 0 20px;

    vertical-align: top;
}
.box-top .nav>ul>li>a {
    font-size: 18px;
    line-height: 30px;

    display: block;

    border-bottom: 1px solid #c9151e;
}
.box-top .nav>ul>li:hover>a {
    color: #c9151e;
}
.box-banner {
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #c9151e;
}
.box-banner img {
    width: 100%;
}
.box-banner .text {
    position: absolute;
    top: 5%;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px) {
    .box-banner .text {
        top: 3%;
    }
}
.box-banner .text h2 {
    font-size: 54px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1350px) {
    .box-banner .text h2 {
        font-size: 48px;
    }
}
@media (max-width: 991px) {
    .box-banner .text h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .box-banner .text h2 {
        font-size: 16px;
    }
}
.box-banner .text h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 991px) {
    .box-banner .text h3 {
        font-size: 24px;

        margin: 0;
    }
}
@media (max-width: 767px) {
    .box-banner .text h3 {
        font-size: 14px;
    }
}
.box-banner .note {
    padding: 30px 0;

    text-align: center;

    color: #fff;
}
.box-banner .note h3 {
    font-size: 30px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .box-banner .note h3 {
        font-size: 24px;
    }
}
.box-advantages {
    padding-bottom: 0;
}
.box-advantages .advantages {
    margin-top: 30px;
}
.box-advantages .advantages .note {
    padding: 30px 0;

    text-align: center;

    color: #fff;
    background-color: #c9151e;
}
.box-advantages .advantages .note h3 {
    font-size: 20px;
    font-weight: bold;
}
.box-advantages .advantages>ul>li {
    background-color: #ededed;
}
.box-advantages .advantages>ul>li:nth-child(2n) {
    background-color: #ccc;
}
.box-advantages .advantages .item {
    font-size: 0;
}
.box-advantages .advantages .item .item-left,
.box-advantages .advantages .item .item-right {
    font-size: 14px;

    display: inline-block;

    padding: 30px 20px;

    vertical-align: middle;
}
.box-advantages .advantages .item .item-left {
    width: 300px;
    padding: 0;

    text-align: center;
}
@media (max-width: 767px) {
    .box-advantages .advantages .item .item-left {
        width: 100%;
    }
}
.box-advantages .advantages .item .item-left .img-box {
    padding-bottom: 75%;
}
.box-advantages .advantages .item .item-left .number {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;

    display: inline-block;
}
.box-advantages .advantages .item .item-right {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
}
@media (max-width: 767px) {
    .box-advantages .advantages .item .item-right {
        width: 100%;
    }
}
.box-advantages .advantages .item .item-right h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.box-advantages .advantages .item .item-right p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
.box-product .product ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-product .product ul li {
    float: none;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-product .product .item {
    display: block;

    height: 100%;

    text-align: center;

    border: 1px solid #ccc;
}
.box-product .product .item .img-box {
    padding-bottom: 75%;
}
.box-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product .item .note {
    padding: 20px 15px;
}
@media (max-width: 767px) {
    .box-product .product .item .note {
        padding: 10px;
    }
}
.box-product .product .item p {
    font-size: 20px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .box-product .product .item p {
        font-size: 18px;
    }
}
.box-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-cases .product ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-cases .product ul li {
    float: none;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/* .box-cases .product ul li:nth-child(9) .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 20px 10px;

    text-align: center;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-cases .product ul li:nth-child(6) .item img {
    max-width: 100%;
}
.box-cases .product ul li:nth-child(6) .item h3 {
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 767px) {
    .box-cases .product ul li:nth-child(6) .item h3 {
        font-size: 14px;
    }
}
.box-cases .product ul li:nth-child(6) .item h3:before,
.box-cases .product ul li:nth-child(6) .item h3:after {
    display: block;

    width: 50px;
    height: 50px;
    margin: 0 auto;

    content: '';

    background: url(../images/yinhao.png) no-repeat center;
    background-size: cover;
}
.box-cases .product ul li:nth-child(6) .item h3:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.box-cases .product ul li:nth-child(6) .item .get-quote {
    margin: 0;
} */
.box-cases .product .item {
    display: block;

    height: 100%;

    text-align: center;

    border: 1px solid #ccc;
}
.box-cases .product .item .img-box {
    padding-bottom: 75%;
}
.box-cases .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-cases .product .item .note {
    padding: 20px 15px;
}
@media (max-width: 767px) {
    .box-cases .product .item .note {
        padding: 10px;
    }
}
.box-cases .product .item p {
    font-size: 20px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .box-cases .product .item p {
        font-size: 18px;
    }
}
.box-cases .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-industries {
    padding-bottom: 0;
}
.box-process {
    background-color: #ededed;
}
.box-process .process {
    max-width: 1560px;
    margin: 0 auto;
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 991px) {
    .box-process .process {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .box-process .process {
        margin: 0;
    }
}
.box-process .process>ul {
    font-size: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 991px) {
    .box-process .process>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.box-process .process>ul>li {
    font-size: 14px;

    display: inline-block;

    width: 14.28571429%;
    padding: 0 15px;

    vertical-align: top;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .box-process .process>ul>li {
        width: 33.33333333%;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .box-process .process>ul>li {
        width: 50%;
    }
}
.box-process .process>ul>li:nth-child(1) .item:before {
    display: none;
}
.box-process .process>ul>li:nth-child(2) .item {
    background-color: #e84a52;
}
.box-process .process>ul>li:nth-child(2) .item:after {
    border-color: transparent transparent transparent #e84a52;
}
.box-process .process>ul>li:nth-child(3) .item {
    background-color: #e22932;
}
.box-process .process>ul>li:nth-child(3) .item:after {
    border-color: transparent transparent transparent #e22932;
}
.box-process .process>ul>li:nth-child(4) .item {
    background-color: #d61d27;
}
.box-process .process>ul>li:nth-child(4) .item:after {
    border-color: transparent transparent transparent #d61d27;
}
.box-process .process>ul>li:nth-child(5) .item {
    background-color: #cf0f19;
}
.box-process .process>ul>li:nth-child(5) .item:after {
    border-color: transparent transparent transparent #cf0f19;
}
.box-process .process>ul>li:nth-child(6) .item {
    background-color: #be0f18;
}
.box-process .process>ul>li:nth-child(6) .item:after {
    border-color: transparent transparent transparent #be0f18;
}
.box-process .process>ul>li:nth-child(7) .item {
    background-color: #b3060f;
}
.box-process .process>ul>li:nth-child(7) .item:after {
    display: none;

    border-color: transparent transparent transparent #b3060f;
}
.box-process .process .item {
    position: relative;

    height: 100%;
    padding: 30px;

    background-color: #ef636a;
}
.box-process .process .item:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-width: 30px 0 30px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #ededed;
}
@media (max-width: 767px) {
    .box-process .process .item:before {
        border-width: 20px 0 20px 10px;
    }
}
.box-process .process .item:after {
    position: absolute;
    top: 50%;
    right: -20px;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-width: 30px 0 30px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #ef636a;
}
@media (max-width: 767px) {
    .box-process .process .item:after {
        right: -10px;

        border-width: 20px 0 20px 10px;
    }
}
.box-process .process .item p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;

    position: relative;
    top: 50%;

    margin: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
.box-how-made .title h2 {
    padding: 0;

    color: #a9020a;
}
.box-how-made .title h2:before {
    display: none;
}
.box-how-made .how-made {
    margin-top: 50px;
}
.box-how-made .how-made ul li:nth-child(2n + 1) .item .pic {
    left: 50%;
}
.box-how-made .how-made ul li:nth-child(2n + 1) .item .text {
    right: 50%;
}
.box-how-made .how-made .item {
    font-size: 0;

    margin: 0 -30px;
}
@media (max-width: 767px) {
    .box-how-made .how-made .item {
        margin: 0 -10px;
    }
}
.box-how-made .how-made .item .pic,
.box-how-made .how-made .item .text {
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;
    padding: 0 30px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .box-how-made .how-made .item .pic,
    .box-how-made .how-made .item .text {
        padding: 0 10px;
    }
}
.box-how-made .how-made .item .pic img {
    width: 100%;
}
.box-how-made .how-made .item .text .title-how-made h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;

    text-transform: uppercase;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1470px) {
    .box-how-made .how-made .item .text .title-how-made h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .box-how-made .how-made .item .text .title-how-made h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .box-how-made .how-made .item .text .title-how-made h3 {
        font-size: 20px;
    }
}
.box-how-made .how-made .item .text .title-how-made span {
    display: inline-block;

    vertical-align: middle;
}
.box-how-made .how-made .item .text .title-how-made .number {
    font-size: 160px;
    font-weight: normal;

    color: #a9020a;
}
@media (max-width: 991px) {
    .box-how-made .how-made .item .text .title-how-made .number {
        font-size: 120px;
    }
}
@media (max-width: 767px) {
    .box-how-made .how-made .item .text .title-how-made .number {
        font-size: 60px;
    }
}
.box-how-made .how-made .item .text .note p {
    font-size: 24px;
    line-height: 1.41666667;

    margin: 0;
}
@media (max-width: 1199px) {
    .box-how-made .how-made .item .text .note p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .box-how-made .how-made .item .text .note p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-how-made .how-made .item .text .note p {
        font-size: 16px;
    }
}
.box-who .who {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .box-who .who {
        margin-top: 24px;
    }
}
.box-who .who .text:after {
    display: block;

    width: 100px;
    height: 8px;
    margin-top: 50px;

    content: '';

    background-color: #c9151e;
}
.box-who .who .text p {
    font-size: 18px;
    line-height: 1.66666667;

    margin-bottom: 14px;

    color: #5a5a5a;
}
@media (max-width: 767px) {
    .box-who .who .text p {
        font-size: 16px;
    }
}
.box-who .who .text p b {
    color: #c9151e;
}
.box-who .who .number {
    text-align: center;
}
.box-who .who .number>ul {
    font-size: 0;
}
.box-who .who .number>ul>li {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.box-who .who .number .item {
    margin-top: 40px;
}
.box-who .who .number .item h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
.box-who .who .number .item h3 span {
    font-size: 20px;
}
.box-who .who .number .item h3 sup {
    font-size: 16px;
    font-weight: normal;

    top: 10px;

    vertical-align: top;
}
.box-who .who .number .item p {
    font-size: 18px;
    line-height: 30px;

    color: #666;
}
.box-who .listbox {
    position: relative;
}
@media (max-width: 991px) {
    .box-who .listbox {
        margin-top: 30px;
    }
}
.box-who .listbox:before,
.box-who .listbox:after {
    position: absolute;
    top: -20px;
    left: -20px;

    display: block;

    width: 250px;
    height: 250px;

    content: '';

    border-radius: 30px;
    background-color: #c9151e;
}
.box-who .listbox:after {
    top: auto;
    right: -20px;
    bottom: -20px;
    left: auto;
}
.box-who .list {
    position: relative;
    z-index: 2;

    padding: 10px 30px;

    border: 1px solid #ccc;
    border-radius: 35px;
    background: #fff;
    background-color: #fff;
}
.box-who .list .item {
    margin: 40px 0;
}
.box-who .list .item h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;

    text-transform: capitalize;
}
.box-who .list .item p {
    font-size: 16px;
    line-height: 24px;

    color: #666;
}
.box-special .special ul {
    font-size: 0;
}
.box-special .special ul li {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.box-special .special .item {
    margin-top: 30px;
    padding: 0 5%;

    text-align: center;
}
.box-special .special .item .icon {
    max-width: 140px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .box-special .special .item .icon {
        max-width: 100px;
    }
}
.box-special .special .item .icon img {
    width: 100%;
}
.box-special .special .item h3 {
    font-size: 28px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px) {
    .box-special .special .item h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .box-special .special .item h3 {
        font-size: 20px;
    }
}
.box-special .special .item p {
    font-size: 18px;
    line-height: 22px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 991px) {
    .box-special .special .item p {
        font-size: 16px;
    }
}
.box-certifications .certifications ul {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1200px) {
    .box-certifications .certifications ul li {
        width: 20%;
    }
}
.box-certifications .certifications .item {
    margin-top: 30px;
    text-align: center;
}
.box-certifications .certifications .item .img-box {
    padding-bottom: 142.158%;
    border: 1px solid #dcdcdc;
}
.box-certifications .certifications .item .title-certifications {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: bold;
}
.box-quote {
    display: none;

    max-width: 600px;
    padding: 30px;

    background: #c9151e;
}
.box-quote .title h2 {
    color: #fff;
}
.box-quote .title h2:before {
    display: none;
}
.box-quote .message {
    font-size: 0;

    max-width: 860px;
    margin: 0 auto;
}
.box-quote .message .itembox {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.box-quote .message .item {
    margin-top: 14px;
}
.box-quote .message .item input,
.box-quote .message .item textarea {
    font-size: 16px;
    line-height: 24px;

    width: 100%;
    min-height: 44px;
    padding: 10px;

    border-radius: 5px;
    outline: none;
}
.box-quote .message .item input::-webkit-input-placeholder,
.box-quote .message .item textarea::-webkit-input-placeholder {
    color: #666;
}
.box-quote .message .item input:-o-placeholder,
.box-quote .message .item textarea:-o-placeholder {
    color: #666;
}
.box-quote .message .item input::-moz-placeholder,
.box-quote .message .item textarea::-moz-placeholder {
    color: #666;
}
.box-quote .message .item input:-ms-input-placeholder,
.box-quote .message .item textarea:-ms-input-placeholder {
    color: #666;
}
.box-quote .message .item input:focus::-webkit-input-placeholder,
.box-quote .message .item textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-quote .message .item input:focus::-o-placeholder,
.box-quote .message .item textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-quote .message .item input:focus::-moz-placeholder,
.box-quote .message .item textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-quote .message .item input:focus::-ms-input-placeholder,
.box-quote .message .item textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-quote .message .item textarea {
    font-size: 14px;
}
.box-quote .message .item p {
    font-size: 20px;

    color: #fff;
}
.box-quote .message .item h4 {
    text-align: center;
}
.box-quote .message .item .submit {
    font-size: 18px;
    line-height: 30px;

    width: 100%;
    margin-top: 30px;
    padding: 8px 10px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #c9151e;
    border-radius: 5px;
    outline: none;
    background-color: #fff;
}
.box-quote .message .item .submit:hover {
    background-color: #333;
}
.footer {
    overflow: hidden;

    padding: 40px 0;

    background-color: rgba(204, 204, 204, .6);
}
.footer .title-foot {
    text-align: center;
}
.footer .foot {
    text-align: center;
}
.footer .foot>ul {
    font-size: 0;
}
@media (min-width: 1200px) {
    .footer .foot>ul {
        width: 100%;
        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: '';
    }
}
.footer .foot>ul>li {
    font-size: 14px;

    display: inline-block;

    max-width: 20%;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li {
        width: 50%;
        max-width: 50%;
        margin-top: 10px;
    }
    .footer .foot>ul>li:nth-child(1) {
        display: block;

        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .footer .foot>ul>li {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot .title-foot h3 {
    font-size: 28px;
    font-weight: bold;

    margin: 0;
}
.footer .foot .item b {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin-bottom: 10px;
}
.footer .foot .item p {
    font-size: 18px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .footer .foot .item p {
        font-size: 16px;
    }
}
.footer .foot .item p a:hover {
    text-decoration: underline;

    color: #c9151e;
}

.product-new img {
    width: 100%;
    margin-top: 30px;
}