﻿/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}
@font-face {
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/avantgarde-demi.eot');
    src: url('../fonts/avantgarde-demi.eot') format('embedded-opentype'), url('../fonts/avantgarde-demi.woff2') format('woff2'), url('../fonts/avantgarde-demi.woff') format('woff'), url('../fonts/avantgarde-demi.ttf') format('truetype'), url('../fonts/avantgarde-demi.svg#avantgarde-demi') format('svg');
}
@font-face {
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/avantgardeitcbybt-book.eot');
    src: url('../fonts/avantgardeitcbybt-book.eot') format('embedded-opentype'), url('../fonts/avantgardeitcbybt-book.woff2') format('woff2'), url('../fonts/avantgardeitcbybt-book.woff') format('woff'), url('../fonts/avantgardeitcbybt-book.ttf') format('truetype'), url('../fonts/avantgardeitcbybt-book.svg#avantgardeitcbybt-book') format('svg');
}
@font-face {
    font-family: 'Agency FB';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/agencyfb-reg.eot');
    src: url('../fonts/agencyfb-reg.eot') format('embedded-opentype'), url('../fonts/agencyfb-reg.woff2') format('woff2'), url('../fonts/agencyfb-reg.woff') format('woff'), url('../fonts/agencyfb-reg.ttf') format('truetype'), url('../fonts/agencyfb-reg.svg#agencyfb-reg') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/hinted-robotocondensed-regular.eot');
    src: local('../fonts/Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/hinted-robotocondensed-regular.eot') format('embedded-opentype'), url('../fonts/hinted-robotocondensed-regular.woff2') format('woff2'), url('../fonts/hinted-robotocondensed-regular.woff') format('woff'), url('../fonts/hinted-robotocondensed-regular.ttf') format('truetype'), url('../fonts/hinted-robotocondensed-regular.svg#robotocondensed-regular') format('svg');
}
body {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 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: 100%;
    padding: 0 4%;
    clear: both;
}
}

@media (max-width: 1349px) {
.container {
    padding: 0 15px;
}
}

@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;
}
img {
    border: 0;
}
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;
}
.img-box img {
    display: block;
    width: 100%;
}
.img-box img[src=''], .img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
*[data-type='iframe'], *[data-fancybox], .slick-slide:focus, a:link {
    outline: none !important;
}
.header {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 142px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #fff;
}

@media (max-width: 1199px) {
.header {
    height: auto;
}
}
.header .top {
    height: 44px;
    border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 1199px) {
.header .top {
    height: 30px;
}
}
.header .top p {
    line-height: 44px;
    display: inline-block;
    margin: 0;
    color: #999;
}

@media (max-width: 1199px) {
.header .top p {
    display: none;
}
}
.header .top p:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    margin-right: 10px;
    content: '\e62f';
    color: #e60013;
}
.header .top p.email {
    margin-left: 30px;
}
.header .top p.email:before {
    content: '\e72e';
}
.header .top .share {
    float: right;
}

@media (max-width: 1199px) {
.header .top .share {
    float: none;
    text-align: right;
}
}
.header .top .share ul li {
    display: inline-block;
}
.header .top .share ul li a {
    display: block;
    margin-left: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #999;
}
.header .top .share ul li a:before {
    font-family: 'iconfont';
    font-size: 24px;
    font-weight: normal;
    line-height: 44px;
    display: inline-block;
    width: 30px;
    height: 44px;
    content: '\e615';
    text-align: center;
    vertical-align: top;
}

@media (max-width: 1199px) {
.header .top .share ul li a:before {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
}
}
.header .top .share ul li.search a:before {
    content: '\e660';
}
.header .top .share ul li.linkedin a:before {
    content: '\e6f0';
}
.header .top .share ul li.instagram a:before {
    font-size: 14px;
    content: '\e612';
    background-color: #96ceb4;
}
.header .top .share ul li.youtube a:before {
    content: '\e6d7';
    background-color: #fae8a3;
}
.header .top .share ul li.google a:before {
    content: '\e645';
}
.header .top .share ul li.amazon a:before {
    content: '\e6c1';
}
.header .top .share ul li:hover a {
    color: #e60013;
}
.header .top-nav {
    height: 98px;
}

@media (max-width: 1199px) {
.header .top-nav {
    position: relative;
    height: 70px;
}
}
.header .logo {
    position: absolute;
    float: left;
    height: 50px;
    padding-left: 0;
    top: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
.header .logo {
    height: 40px;
    border-right: none;
}
}

@media (max-width: 767px) {
.header .logo {
    height: 30px;
}
}
.header .logo a {
    display: block;
    height: 100%;
}
.header .logo img {
    display: block;
    height: 100%;
}
.header .nav-collapse {
    position: relative;
    z-index: 10;
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
    background: none;
}

@media (max-width: 1199px) {
.header .nav-collapse {
    display: block;
    margin-top: 10px;
}
.header .nav-collapse.nav-collapse-1 {
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 20px;
    display: block;
    margin-top: 10px;
    border: none;
}
.header .nav-collapse.nav-collapse-1 .btn-line {
    background-color: #fff !important;
}
}

@media (max-width: 767px) {
.header .nav-collapse {
    position: absolute;
    top: 10px;
    right: 0;
    margin-top: 4px;
    border: none;
}
}

@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: #666;
}
.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: #666;
}
.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;
    float: right;
    padding-right: 0;
}
}

@media (max-width: 1560px) {
.header .nav {
    padding-right: 10px;
}
}

@media (max-width: 1199px) {
.header .nav {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    -webkit-transition: left .3s;
    transition: left .3s;
    text-align: left;
    text-align: center;
    background: #fafafa;
    background-color: rgba(4, 16, 27, 0.91);
}
.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 {
    position: relative;
    float: left;
}
.header .nav .nav-list1 > li > a {
    font-size: 16px;
    line-height: 98px;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 28px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
}
.header .nav .nav-list1 > li:hover a,  .header .nav .nav-list1 > li.active a {
    font-weight: bold;
    color: #e60013;
}
.header .nav .nav-list1 .nav-list2 {
    display: none;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.header .nav .nav-list1 .nav-list2 {
    position: absolute;
    z-index: 50;
    top: 100%;
    height: auto !important;
    padding: 10px 15px;
    text-align: center;
}
.header .nav .nav-list1 .nav-list2 li {
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
}
.header .nav .nav-list1 .nav-list2 li:last-child {
    border-bottom: none;
}
.header .nav .nav-list1 .nav-list2 li > a {
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 16px;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    text-align: center;
    color: #666;
}
.header .nav .nav-list1 .nav-list2 li > a:hover {
    text-decoration: underline;
    color: #e60013;
}
.header .nav .nav-list1 .nav-list2 li .pic {
    max-width: 260px;
    margin-left: 40px;
}
.header .nav .nav-list1 .nav-list2 li .pic img {
    max-width: 100%;
}
.header .nav .nav-list1 .nav-list2 li .pic .img-box {
    padding-bottom: 69.23076923%;
}
.header .nav .nav-list1 .nav-list2.pronav-list2 {
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-width: 1290px;
    margin: auto;
    padding-bottom: 20px;
    border-bottom: 40px solid #fff;
}
.header .nav .nav-list1 .nav-list2.pronav-list2 > li {
    width: 14.28571429%;
    margin-right: -4px;
    margin-bottom: -999px;
    padding-bottom: 999px;
    border-left: 1px solid #e7e7e7;
}
.header .nav .nav-list1 .nav-list2.pronav-list2 > li .pic {
    max-width: 130px;
    margin-left: 0;
}
.header .nav .nav-list1 .nav-list2.pronav-list2 > li h4 {
    font-size: 13px;
    font-weight: bold;
    margin-top: 24px;
}
.header .nav .nav-list1 .nav-list3 {
    position: absolute;
    left: 100%;
    display: none;
    margin-top: -44px;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.header .nav .nav-list1 .nav-list3 li > a {
    font-size: 12px;
    line-height: 2;
}
}

@media (min-width: 1200px) and (max-width: 1560px) {
.header .nav .nav-list1 > li > a {
    padding: 0 16px;
}
}

@media (min-width: 1200px) and (max-width: 1440px) {
.header .nav .nav-list1 > li > a {
    font-size: 14px;
}
}

@media (min-width: 1200px) and (max-width: 1199px) {
.header .nav .nav-list1 .nav-list2 li .pic {
    display: none;
}
}

@media (max-width: 1199px) {
.header .nav .nav-list1 {
    margin: 20px 0;
    opacity: 0;
}
.header .nav .nav-list1 > li {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-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: #e60013;
}
}
.header .nav-2 .nav-top, .header .nav-3 .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.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 h2, .header .nav-3 .nav-top h2 {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
.header .nav-2 .nav-top h2,  .header .nav-3 .nav-top h2 {
    font-size: 20px;
    width: 100%;
}
}
.header .nav-2 .nav-top .nav-collapse-2, .header .nav-3 .nav-top .nav-collapse-2 {
    margin: 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: 20px;
    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: 19px;
}
.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: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(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: 22px;
    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: absolute;
    z-index: 888;
    top: 100%;
    right: 0;
    display: none;
    overflow: hidden;
    width: 400px;
    height: 70px;
    padding: 15px 10px;
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
    background-color: #e60013;
}
.header .search-box .hbg {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header .search-box .search {
    line-height: 40px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    width: 90%;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .input-text {
    float: left;
    height: 40px;
    padding-left: 10%;
    color: #333;
    background: none;
}

@media (min-width: 768px) {
.header .search-box .input-text {
    width: 100%;
    padding: 0 50px 0 3%;
}
}
.header .search-box .input-submit {
    position: absolute;
    right: 0;
    width: 70px;
    height: 40px;
    color: #666;
    border: 1px solid #d5d5d5;
    background-color: #eee;
}

@media (max-width: 1199px) {
.header .search-box .input-submit {
    line-height: 30px;
    width: 50px;
    height: 30px;
}
}
.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 15px;
    display: inline-block;
    display: none;
    cursor: pointer;
}
.header .search-icon:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e660';
    color: #e60013;
}
.header .search-lg .search {
    position: relative;
    left: 0;
    width: 90%;
    border: none;
    border-radius: 0;
}
.header .search-lg .search:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 10px;
    content: '\e660';
    color: #999;
}

@media (max-width: 1199px) {
.header .search-lg .search:before {
    font-size: 18px;
    line-height: 30px;
}
}
.header .search-lg .input-text {
    font-size: 16px;
    line-height: 38px;
    width: 100%;
    height: 40px;
    padding: 0 80px 0 40px;
    color: #333;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
}

@media (max-width: 1199px) {
.header .search-lg .input-text {
    line-height: 28px;
    height: 30px;
}
}
.header .search-lg input::-webkit-input-placeholder, .header .search-lg textarea::-webkit-input-placeholder {
 color: #999;
}
.header .search-lg input:-o-placeholder, .header .search-lg textarea:-o-placeholder {
 color: #999;
}
.header .search-lg input::-moz-placeholder, .header .search-lg textarea::-moz-placeholder {
 color: #999;
}
.header .search-lg input:-ms-input-placeholder, .header .search-lg textarea:-ms-input-placeholder {
 color: #999;
}
.header .search-lg input:focus::-webkit-input-placeholder, .header .search-lg textarea:focus::-webkit-input-placeholder {
 color: #fff;
}
.header .search-lg input:focus::-o-placeholder, .header .search-lg textarea:focus::-o-placeholder {
 color: #fff;
}
.header .search-lg input:focus::-moz-placeholder, .header .search-lg textarea:focus::-moz-placeholder {
 color: #fff;
}
.header .search-lg input:focus::-ms-input-placeholder, .header .search-lg textarea:focus::-ms-input-placeholder {
 color: #fff;
}
.header .search-lg .close-btn {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
}
.header .search-lg .close-btn:before {
    font-size: 20px;
    line-height: 40px;
    content: '\2716';
    color: #fff;
}

@media (max-width: 1199px) {
.header .search-lg .close-btn:before {
    line-height: 30px;
}
}
.header .right {
    float: right;
    height: 98px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    background-color: #e60013;
}

@media (max-width: 1199px) {
.header .right {
    height: 70px;
    background: none;
}
}
.header .find {
    font-size: 14px;
    line-height: 98px;
    float: right;
    width: 100px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}

@media (max-width: 1199px) {
.header .find {
    line-height: 70px;
    color: #666;
}
}
.header .find::before {
    font-family: 'iconfont';
    font-size: 30px;
    font-weight: bold;
    margin-right: 14px;
    content: '\e660';
}

@media (max-width: 1199px) {
.header .find::before {
    font-size: 20px;
}
}
.header .find:hover {
    background-color: #024a90;
}

@media (max-width: 1199px) {
.header .find:hover {
    background: none;
}
}
.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;
    display: none;
    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, .7);
}
.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;
    right: 0;
    bottom: 23%;
    -webkit-transition: right .3s;
    transition: right .3s;
}

@media (max-width: 991px) {
.online-wrap .online {
    right: -60px;
    bottom: 90px;
    display: none !important;
}
.online-wrap .online.active {
    right: 0;
}
}
.online-wrap .online .icon-close {
    line-height: 60px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    color: #999;
}

@media (max-width: 767px) {
.online-wrap .online .icon-close {
    width: 40px;
    height: 40px;
}
}
.online-wrap .online .icon-close:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    content: '\e61b';
}
.online-wrap .online .icon-close:hover {
    color: #e60013;
}
.online-wrap .online a {
    line-height: 60px;
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 1px 0 0 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border-radius: 0;
    background-color: #dfdfdf;
}
.online-wrap .online a:before {
    font-size: 28px;
    color: #b1b1b1;
}

@media (min-width: 992px) {
.online-wrap .online a:hover:before {
    color: #e60013;
}
}

@media (max-width: 767px) {
.online-wrap .online a {
    line-height: 40px;
    width: 40px;
    height: 40px;
}
.online-wrap .online a:before {
    font-size: 20px;
}
}

@media (min-width: 992px) {
.online-wrap .online .icon-phone:hover .phone-num,  .online-wrap .online .icon-message:hover .phone-num,  .online-wrap .online .icon-skype:hover .phone-num,  .online-wrap .online .icon-weixin:hover .phone-num {
    right: 100%;
}
}
.online-wrap .online .icon-phone .phone-num, .online-wrap .online .icon-message .phone-num, .online-wrap .online .icon-skype .phone-num, .online-wrap .online .icon-weixin .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, .online-wrap .online .icon-message .phone-num p, .online-wrap .online .icon-skype .phone-num p, .online-wrap .online .icon-weixin .phone-num p {
    font-size: 16px;
    margin: 0;
    padding: 0 10px;
    color: #333;
    background-color: #dfdfdf;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .icon-weixin .phone-num img {
    width: 110px;
    margin: 10px 0;
}
.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;
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;
    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;
    font-size: 28px !important;
    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;
    content: '\e72e';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;
    content: '\e6b8';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;
    content: '\e751';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;
    font-size: 32px !important;
    content: '\e638';
}
.online-wrap .icon-arrow-top:before {
    font-family: Impact !important;
    font-size: 24px !important;
    content: 'TOP';
}
.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 1199px) {
.banner .slickbanner {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
}
.banner .slick-dots {
    position: absolute;
    bottom: 38px;
    width: 100%;
    padding: 0 4%;
    text-align: right;
}

@media (max-width: 1199px) {
.banner .slick-dots {
    text-align: center;
}
}

@media (max-width: 767px) {
.banner .slick-dots {
    bottom: 12px;
    display: none;
}
}
.banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 4px;
    margin: 0 10px;
    cursor: pointer;
    background-color: #fff;
}
.banner .slick-dots li.slick-active {
    background-color: #e60013;
}
.banner .slick-dots li button {
    opacity: 0;
}
.banner img {
    display: block;
    width: 100%;
}
.banner .img-box {
}
.banner .text {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.banner .text:after {
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 auto;
    margin-top: 30px;
    content: '';
    background: url(../images/icon1.png) no-repeat;
}

@media (max-width: 991px) {
.banner .text:after {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    background-size: cover;
}
}
.banner .text img {
    display: inline-block;
    width: auto;
    margin-top: 30px;
}

@media (max-width: 991px) {
.banner .text img {
    max-width: 200px;
    margin-top: 10px;
}
}
.banner .text h3 {
    font-family: 'Roboto Condensed';
    font-size: 50px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 991px) {
.banner .text h3 {
    font-size: 20px;
}
}
.banner .text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 30px 0 0 0;
}

@media (max-width: 991px) {
.banner .text p {
    font-size: 12px;
    margin-top: 10px;
}
}
.banner .slick-current .text:after {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .text h3 {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}
.banner .slick-current .text p, .banner .slick-current .text img {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}
.banner-in {
    padding: 0;
}

@media (max-width: 767px) {
.banner-in .slickbanner {
    width: 200%;
    max-width: 200%;
    margin-left: -50%;
}
}
.banner-in .img-box {
}
.banner-in .text-in {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.banner-in .text-in .note {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 767px) {
.banner-in .text-in .note {
    padding: 0 30%;
}
}
.banner-in .text-in b {
    font-family: 'Roboto Condensed';
    font-size: 50px;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #666;
}

@media (max-width: 991px) {
.banner-in .text-in b {
    font-size: 30px;
}
}

@media (max-width: 767px) {
.banner-in .text-in b {
    font-size: 24px;
}
}
.banner-in .text-in b:after {
    display: block;
    width: 183px;
    height: 6px;
    margin: 0 auto;
    margin-top: 20px;
    content: '';
    background: url(../images/line-2.png) no-repeat center;
}

@media (max-width: 767px) {
.banner-in .text-in b:after {
    margin-top: 10px;
}
}
.banner-in .text-in p {
    font-size: 20px;
    margin: 20px 0 0 0;
    text-shadow: 2px 2px 2px #666;
}

@media (max-width: 991px) {
.banner-in .text-in p {
    font-size: 18px;
}
}

@media (max-width: 767px) {
.banner-in .text-in p {
    font-size: 14px;
    margin-top: 10px;
}
}
.banner.banner-about .img-box {
}

@media (max-width: 767px) {
.banner.banner-about .slickbanner {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
}
.banner.banner-about .text-about {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.banner.banner-about .text-about .note {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}
.banner.banner-about .text-about .note h3 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 42px;
    font-weight: bold;
    line-height: 1.38095238;
    margin: 0;
    color: #a82800;
    text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;
}

@media (max-width: 991px) {
.banner.banner-about .text-about .note h3 {
    font-size: 20px;
}
}
.banner.banner-about .text-about .note p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 40px;
    font-weight: bold;
    line-height: 1.38095238;
    margin: 14px 0 0 0;
    color: #ea0000;
    text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;
}

@media (max-width: 991px) {
.banner.banner-about .text-about .note p {
    font-size: 18px;
    margin-top: 0;
}
}
.banner.banner-contact .img-box {
}
.box {
    overflow: hidden;
    padding: 50px 0;
}

@media (max-width: 991px) {
.box {
    padding: 60px 0;
}
}
.title h2 {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 0;
}

@media (max-width: 991px) {
.title h2 {
    font-size: 22px;
}
}
.title h2:after {
    display: block;
    width: 104px;
    height: 4px;
    margin-top: 14px;
    content: '';
    background-color: #1e2127;
}
.title h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 50%;
    height: 4px;
    content: '';
    background-color: #e60013;
}
.title h2 span {
    color: #e60013;
}
.title a.more {
    line-height: 2;
    display: inline-block;
    float: right;
    color: #666;
}
.title a.more:hover {
    color: #e60013;
}
.content {
    position: relative;
    z-index: 9;
}
.box-list {
    background-color: #f7f7f7;
}
.box-list .list {
    max-width: 1400px;
    margin: 0 auto;
}
.box-list .list ul {
    overflow: hidden;
    border-left: 1px solid #dadada;
}
.box-list .list ul li {
    float: left;
    width: 33.33333333%;
    border-right: 1px solid #dadada;
}

@media (max-width: 767px) {
.box-list .list ul li {
    width: 50%;
    border-bottom: 1px solid #dadada;
}
.box-list .list ul li:last-child {
    width: 100%;
}
}
.box-list .list ul li .item {
    padding: 50px;
    text-align: center;
}

@media (max-width: 1199px) {
.box-list .list ul li .item {
    padding: 30px 15px;
}
}
.box-list .list ul li .item:before {
    font-family: 'iconfont' !important;
    font-size: 70px;
    line-height: 70px;
    content: '\e67d';
    color: #b6b6b6;
}

@media (max-width: 991px) {
.box-list .list ul li .item:before {
    font-size: 50px;
    line-height: 50px;
}
}
.box-list .list ul li .item-quality:before {
    content: '\e634';
}
.box-list .list ul li .item-service:before {
    content: '\e633';
}
.box-list .list ul li .item b {
    font-family: 'Roboto Condensed';
    font-size: 30px;
    font-weight: normal;
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
.box-list .list ul li .item b {
    font-size: 24px;
}
}
.box-list .list ul li .item b:after {
    display: block;
    width: 192px;
    height: 4px;
    margin: 0 auto;
    margin-top: 10px;
    content: '';
    background: url(../images/line-1.png) no-repeat center;
    background-size: cover;
}

@media (max-width: 991px) {
.box-list .list ul li .item b:after {
    width: 100px;
}
}
.box-list .list ul li .item p {
    line-height: 1.85714286;
    display: -webkit-box;
    overflow: hidden;
    height: 104px;
    margin: 30px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 991px) {
.box-list .list ul li .item p {
    margin-top: 20px;
}
}
.box-list .list ul li .item a {
    display: inline-block;
}
.box-list .list ul li .item a.more {
    line-height: 2;
    display: block;
    margin-top: 14px;
    text-transform: uppercase;
    opacity: 0;
    color: #e60013;
}

@media (max-width: 1199px) {
.box-list .list ul li .item a.more {
    opacity: 1;
}
}
.box-list .list ul li .item:hover a.more {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.box-product {
    padding-top: 50px;
}

@media (max-width: 991px) {
.box-product {
    padding-top: 50px;
}
}
.box-product .title-product {
    text-align: center;
}
.box-product .title-product b {
    font-family: 'Roboto Condensed';
    font-size: 36px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}

@media (max-width: 991px) {
.box-product .title-product b {
    font-size: 24px;
}
}
.box-product .title-product b:before, .box-product .title-product b:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    content: '';
    vertical-align: middle;
    border-radius: 50%;
    background-color: #e60013;
}
.box-product .title-product b:before {
    margin-right: 10px;
}
.box-product .title-product b:after {
    margin-left: 10px;
}
.box-product .title-product p {
    line-height: 1.57142857;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 14px;
    color: #666;
}
.box-product .product {
    margin-top: 50px;
    margin-bottom: 50px
}
.box-product .product ul {
    overflow: hidden;
    padding-left: 1px;
}
.box-product .product ul li {
    float: left;
    width: 25%;
    margin-bottom: -0.4px;
    margin-left: -1px;
    padding: 18px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #e9e9e9;
}

@media (max-width: 1199px) {
.box-product .product ul li {
    width: 33.33333333%;
    padding: 10px;
}
}

@media (max-width: 767px) {
.box-product .product ul li {
    width: 50%;
    padding: 5px;
}
}
.box-product .product ul li .item {
    text-align: center;
}
.box-product .product ul li .item .img-box {
}
.box-product .product ul li .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product ul li .item .note {
    display: block;
    padding: 22px 0;
}
.box-product .product ul li .item .note b {
    /*font-family: 'Roboto Condensed';*/
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
.box-product .product ul li .item .note b {
    font-size: 18px;
}
}
.box-product .product ul li .item .note p {
    line-height: 1.85714286;
    display: -webkit-box;
    overflow: hidden;
    height: 78px;
    margin: 14px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 767px) {
.box-product .product ul li .item .note p {
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
}
.box-product .product ul li .item .note span {
    line-height: 36px;
    display: inline-block;
    margin-top: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #666;
    border: 1px solid #dadada;
    border-radius: 5px;
}

@media (max-width: 1199px) {
.box-product .product ul li .item .note span {
    margin-top: 20px;
}
}

@media (max-width: 767px) {
.box-product .product ul li .item .note span {
    padding: 0 10px;
}
}
.box-product .product ul li:hover {
    background-color: #e60013;
}
.box-product .product ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .product ul li:hover .note b, .box-product .product ul li:hover .note p, .box-product .product ul li:hover .note span {
    color: #fff;
}
.box-product .product ul li:hover .note span {
    border-color: #fff;
}
.box-about {
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-about .title-about {
    text-align: center;
}
.box-about .title-about:after {
    display: block;
    width: 183px;
    height: 6px;
    margin: 0 auto;
    margin-top: 20px;
    content: '';
    background: url(../images/line-2.png) no-repeat center;
}
.box-about .title-about b {
    font-family: 'Roboto Condensed';
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 991px) {
.box-about .title-about b {
    font-size: 30px;
}
}
.box-about .about {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 24px;
    text-align: justify;
}
.box-about .about p {
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    max-height: 180px;
    margin: 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.box-about .more {
    margin-top: 24px;
    text-align: center;
}
.box-about .more a {
    line-height: 40px;
    display: inline-block;
    width: 152px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/about-more.png) no-repeat;
}
.box-about .more a:hover {
    color: #333;
    background: #fff;
}
.box-gallery .title-gallery {
    text-align: center;
}
.box-gallery .title-gallery b {
    font-family: 'Roboto Condensed';
    font-size: 36px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}
.box-gallery .title-gallery b:after {
    display: block;
    width: 1050px;
    height: 2px;
    margin: 0 auto;
    margin-top: 16px;
    content: '';
    background: url(../images/line-3.png) no-repeat;
}

@media (max-width: 991px) {
.box-gallery .title-gallery b {
    font-size: 30px;
}
}
.box-gallery .title-gallery p {
    line-height: 1.57142857;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 14px;
    color: #666;
}

@media (max-width: 767px) {
.box-gallery .gallery {
    margin-top: 20px;
}
}
.box-gallery .gallery .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

@media (max-width: 767px) {
.box-gallery .gallery .item {
    margin-top: 16px;
}
}
.box-gallery .gallery .item .mask {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center;
    background-color: rgba(185, 25, 25, 0.9);
}

@media (max-width: 1560px) {
.box-gallery .gallery .item .mask {
    padding: 20px 10px;
}
}

@media (max-width: 767px) {
.box-gallery .gallery .item .mask {
    display: none;
}
}
.box-gallery .gallery .item .mask b {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    display: block;
    overflow: hidden;
    height: 30px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1560px) {
.box-gallery .gallery .item .mask b {
    font-size: 18px;
}
}
.box-gallery .gallery .item .mask p {
    line-height: 1.85714286;
    display: -webkit-box;
    overflow: hidden;
    max-height: 78px;
    margin: 10px 0 0 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 1560px) {
.box-gallery .gallery .item .mask p {
    display: -webkit-box;
    overflow: hidden;
    max-height: 52px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
}
.box-gallery .gallery .item .mask span {
    line-height: 36px;
    display: inline-block;
    margin-top: 24px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}

@media (max-width: 1560px) {
.box-gallery .gallery .item .mask span {
    margin-top: 10px;
}
}

@media (max-width: 767px) {
.box-gallery .gallery .item .mask span {
    padding: 0 10px;
}
}
.box-gallery .gallery .item .pic {
    position: relative;
}
.box-gallery .gallery .item .pic h3 {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    line-height: 30px;
    position: absolute;
    bottom: 16px;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 15px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1560px) {
.box-gallery .gallery .item .pic h3 {
    font-size: 18px;
    bottom: 6px;
}
}

@media (max-width: 767px) {
.box-gallery .gallery .item .pic h3 {
    font-size: 16px;
    padding: 0 10px;
}
}
.box-gallery .gallery .item .img-box {
}
.box-gallery .gallery .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

@media (min-width: 768px) {
.box-gallery .gallery .item:hover {
    background-color: #e60013;
}
.box-gallery .gallery .item:hover .mask {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.box-gallery .gallery .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-gallery .gallery .item:hover .pic h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
}
.box-faq {
    display: table;
    width: 100%;
}

@media (max-width: 991px) {
.box-faq {
    display: block;
}
}
.box-faq .left, .box-faq .right {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

@media (max-width: 991px) {
.box-faq .left,  .box-faq .right {
    display: block;
    width: 100%;
}
}
.box-faq .left {
    padding: 70px 70px 70px 14%;
    background: url(../images/faq_bg1.jpg) no-repeat center;
    background-size: cover;
}

@media (max-width: 1560px) {
.box-faq .left {
    padding: 60px 30px 60px 6%;
}
}

@media (max-width: 991px) {
.box-faq .left {
    padding: 50px 15px;
}
}
.box-faq .left .title-faq {
    border-bottom: 1px solid #fff;
}
.box-faq .left .title-faq b {
    font-family: 'Roboto Condensed';
    font-size: 36px;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 991px) {
.box-faq .left .title-faq b {
    font-size: 30px;
}
}
.box-faq .left .title-faq a.more {
    line-height: 30px;
    display: inline-block;
    float: right;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
}
.box-faq .left ul {
    margin-top: 30px;
}
.box-faq .left ul li {
    position: relative;
    margin-top: 20px;
    padding-left: 24px;
}
.box-faq .left ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #fff;
}
.box-faq .left ul li p {
    font-size: 16px;
    line-height: 34px;
    display: -webkit-box;
    overflow: hidden;
    height: 34px;
    margin: 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
.box-faq .left ul li p {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
}
}
.box-faq .left span {
    font-size: 30px;
    display: block;
    margin-top: 10px;
    color: #fff;
}
.box-faq .right {
    padding: 70px 14% 70px 70px;
    background: url(../images/faq_bg2.jpg) no-repeat center;
    background-size: cover;
}

@media (max-width: 1560px) {
.box-faq .right {
    padding: 60px 6% 60px 30px;
}
}

@media (max-width: 991px) {
.box-faq .right {
    padding: 50px 15px;
}
}
.box-faq .right .text {
    max-width: 600px;
}
.box-faq .right .text ul {
    margin-top: 28px;
}
.box-faq .right .text ul li {
    color: #fff;
    line-height: 35px;
    font-size: 16px;
}
.box-faq .right .text p {
    font-size: 18px;
    line-height: 2;
    margin: 0;
    color: #fff;
}
.box-faq .right .text h4 {
    font-size: 16px;
    line-height: 42px;
    max-width: 433px;
    height: 42px;
    margin: 28px 0 0 0;
    text-align: center;
    color: #fff;
    background: url(../images/icon-2.png) no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
.box-faq .right .text h4 {
    font-size: 14px;
    line-height: 38px;
}
}

@media (max-width: 375px) {
.box-faq .right .text h4 {
    font-size: 12px;
}
}
.box-faq .right .text h4 a {
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.box-faq .right .text h4 a:hover {
    background: #e60013;
}
.box-news .title-news {
    text-align: center;
}
.box-news .title-news b {
    font-family: 'Roboto Condensed';
    font-size: 36px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}
.box-news .title-news b:after {
    display: block;
    width: 1050px;
    height: 2px;
    margin: 0 auto;
    margin-top: 16px;
    content: '';
    background: url(../images/line-3.png) no-repeat;
}

@media (max-width: 991px) {
.box-news .title-news b {
    font-size: 30px;
}
}
.box-news .news {
    max-width: 1400px;
    margin: 0 auto;
}
.box-news .news .item {
    margin-top: 50px;
}

@media (max-width: 991px) {
.box-news .news .item {
    margin-top: 30px;
}
}
.box-news .news .item b {
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.54545455;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
.box-news .news .item b {
    font-size: 18px;
    line-height: 30px;
}
}
.box-news .news .item .pic {
    position: relative;
    margin-top: 30px;
}

@media (max-width: 991px) {
.box-news .news .item .pic {
    margin-top: 14px;
}
}
.box-news .news .item .pic .img-box {
}
.box-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .pic .date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    background-color: #a7a7a7;
}

@media (max-width: 991px) {
.box-news .news .item .pic .date {
    width: 60px;
    height: 40px;
}
}
.box-news .news .item .pic .date h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 6px 0 0 0;
    color: #fff;
}

@media (max-width: 991px) {
.box-news .news .item .pic .date h3 {
    font-size: 20px;
    margin-top: 2px;
}
}
.box-news .news .item .pic .date span {
    font-size: 14px;
    display: block;
    color: #fff;
}

@media (max-width: 991px) {
.box-news .news .item .pic .date span {
    font-size: 12px;
}
}
.box-news .news .item p {
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 96px;
    margin: 30px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.box-news .news .item:hover b, .box-news .news .item:hover p {
    color: #e60013;
}
.box-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover .pic .date {
    background-color: #e60013;
}
.bd_weixin_popup, .bd_weixin_popup_bg {
    width: 250px !important;
    height: 310px !important;
}
.footer {
    position: relative;
    /*margin-top: 100px;*/
    background-color: #212122;
}
.footer .title-foot {
    font-size: 0;
    margin-top: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

@media (max-width: 1199px) {
.footer .title-foot {
    display: none;
}
}
.footer .title-foot:before {
    display: inline-block;
    width: 4px;
    height: 20px;
    margin-right: 4px;
    content: '';
    vertical-align: middle;
    background-color: #909091;
}
.footer .title-foot b {
    font-family: 'Roboto Condensed';
    font-size: 26px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}
.footer .title-foot b:before {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 4px;
    height: 20px;
    margin-right: 8px;
    content: '';
    vertical-align: middle;
    background-color: #909091;
}

@media (max-width: 1199px) {
.footer .link {
    display: none;
}
}
.footer .link ul {
    margin: 0 -30px;
    margin-top: 14px;
}
.footer .link ul li {
    display: inline-block;
    padding: 0 30px;
}
.footer .link ul li a {
    line-height: 24px;
    display: block;
    color: #fff;
}
.footer .link ul li a:hover {
    color: #e60013;
}
.footer .foot {
    overflow: hidden;
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
.footer .foot {
    display: none;
}
}
.footer .fleft {
    float: left;
    overflow: hidden;
    width: 70%;
}
.footer .fleft ul {
    font-size: 0;
    margin: 0 -50px;
}

@media (max-width: 1560px) {
.footer .fleft ul {
    margin: 0 -30px;
}
}
.footer .fleft ul li {
    display: inline-block;
    min-width: 25%;
    margin-top: 16px;
    padding: 0 50px;
}

@media (max-width: 1560px) {
.footer .fleft ul li {
    min-width: 20%;
    padding: 0 30px;
}
}
.footer .fleft ul li p {
    font-size: 16px;
    line-height: 1.66666667;
    position: relative;
    margin: 0;
    padding-left: 40px;
    color: #fff;
}

@media (max-width: 1560px) {
.footer .fleft ul li p {
    font-size: 15px;
}
}
.footer .fleft ul li p:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e62f';
}
.footer .fleft ul li p.email:before {
    content: '\e72e';
}
.footer .fleft ul li p.address:before {
    content: '\e63e';
}
.footer .fleft ul li p.skype:before {
    content: '\e6b8';
}
.footer .fleft ul li p.fax:before {
    content: '\e636';
}
.footer .fright {
    float: left;
    width: 30%;
    margin-top: 20px;
    text-align: right;
}
.footer .fright .share {
    text-align: right;
}
.footer .fright .share img {
    width: 110px;
    height: 110px;
}
.footer .fright .download {
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    display: inline-block;
    margin-top: 20px;
    padding: 4px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 50px;
    background-color: #b30004;
}
.footer .fright .download:before {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background: url(../images/pdf.png) no-repeat;
}
.footer .fright .download:hover {
    background-color: #950609;
}
.footer .copyright {
    padding: 5px 0;
    text-align: center;
    background-color: #000;
}
.footer .copyright p {
    line-height: 30px;
    margin: 0;
    color: #fff;
}
.footer .copyright p a {
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 767px) {
.footer .copyright p a {
    display: block;
    float: none;
    margin-left: 0;
}
}
.footer .copyright p a:hover {
    text-decoration: underline;
    color: #e60013;
}
.wrap-sidenav {
    position: relative;
    overflow: hidden;
    height: 58px;
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 991px) {
.wrap-sidenav {
    height: 50px;
}
}
.wrap-sidenav .sidenav {
    position: relative;
}
.wrap-sidenav .sidenav ul {
    font-size: 0;
    position: relative;
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.wrap-sidenav .sidenav ul li {
    display: inline-block;
    border-right: 1px solid #e7e7e7;
}
.wrap-sidenav .sidenav ul li:first-child {
    border-left: 1px solid #e7e7e7;
}
.wrap-sidenav .sidenav ul li a {
    font-size: 16px;
    line-height: 58px;
    position: relative;
    display: block;
    height: 58px;
    padding: 0 40px;
    color: #666;
}

@media (max-width: 991px) {
.wrap-sidenav .sidenav ul li a {
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
}
}
.wrap-sidenav .sidenav ul li.active a, .wrap-sidenav .sidenav ul li:hover a {
    color: #fff;
    background-color: #e60013;
}

@media (max-width: 1199px) {
.wrap-sidenav .sidenav ul li:hover a:before {
    display: none;
}
}
.wrapper {
    position: relative;
    z-index: 9;
    overflow: hidden;/*margin-top: -10px;*/
}
.wrap {
    padding: 50px 0;
}

@media (max-width: 991px) {
.wrap {
    padding: 50px 0;
}
}
.title-in {
    text-align: center;
}
.title-in:before {
    display: block;
    width: 30px;
    height: 65px;
    margin: 0 auto;
    content: '';
    background: url(../images/title-in.png) no-repeat;
}
.title-in h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

@media (max-width: 991px) {
.title-in h2 {
    font-size: 24px;
}
}
.title-in p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: #dedede;
}

@media (max-width: 991px) {
.title-in p {
    font-size: 20px;
}
}
.productcontent {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.wrap-left {
    float: left;
    width: 24%;
    will-change: min-height;
}

@media (max-width: 1560px) {
.wrap-left {
    width: 28%;
}
}

@media (max-width: 1199px) {
.wrap-left {
    width: 100%;
    padding-right: 0;
}
}
.wrap-left .sidebar__inner {
    position: relative;
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.wrap-left .title-wrap b {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
.wrap-left ul {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.wrap-left ul:before {
    position: absolute;
    top: 24px;
    left: 3px;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    border-right: 1px dashed rgba(25, 106, 185, .3);
}

@media (max-width: 991px) {
.wrap-left ul:before {
    display: none;
}
}
.wrap-left ul:after {
    position: absolute;
    bottom: -24px;
    left: 3px;
    display: block;
    width: 1px;
    height: 50px;
    content: '';
    background-color: #fff;
}

@media (max-width: 991px) {
.wrap-left ul:after {
    display: none;
}
}
.wrap-left ul li {
    position: relative;
    display: block;
    padding-left: 30px;
}

@media (max-width: 1024px) {
.wrap-left ul li {
    display: inline-block;
    margin-right: 10px;
    padding-left: 20px;
}
}
.wrap-left ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    background-color: #e60013;
}

@media (max-width: 991px) {
.wrap-left ul li:before {
}
}
.wrap-left ul li a {
    font-size: 18px;
    line-height: 2;
    display: block;
    padding: 10px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 991px) {
.wrap-left ul li a {
    font-size: 15px;
    padding: 4px 0;
}
}
.wrap-left ul li.active a, .wrap-left ul li:hover a {
    font-weight: bold;
    color: #e60013;
}
.wrap-right {
    float: right;
    width: 76%;
}

@media (max-width: 1560px) {
.wrap-right {
    width: 72%;
}
}

@media (max-width: 1199px) {
.wrap-right {
    width: 100%;
    margin-top: 50px;
}
}
.wrap-right .share p {
    font-size: 16px;
}
.wrap-right .share .bdsharebuttonbox {
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-right .share .bdsharebuttonbox a {
    font-size: 16px;
    line-height: 48px;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 48px;
    margin: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    background: none;
    background-color: #e60013;
}
.wrap-right .share .bdsharebuttonbox a:before {
    font-family: 'iconfont';
    font-size: 26px;
    display: inline-block;
    float: left;
    margin-right: 14px;
    content: '\e62d';
    text-align: center;
}
.wrap-right .share .bdsharebuttonbox a:hover {
    opacity: 1;
    color: #fff;
    background-color: #22252c;
}
.wrap-right .share .bdsharebuttonbox .bds_qzone:before {
    content: '\e6b7';
}
.wrap-right .share .bdsharebuttonbox .bds_tsina:before {
    content: '\e62b';
}
.wrap-right .share .bdsharebuttonbox .bds_weixin:before {
    content: '\e604';
}
.wrap-right .share .bdsharebuttonbox .bds_video:before {
    content: '\e62a';
}
.wrap-about {
    padding-bottom: 0;
}
.wrap-about .about {
    max-width: 1400px;
    margin: 0 auto;
}
.wrap-about .about .text p {
    font-size: 16px;
    line-height: 2.125;
    margin: 0;
}
.wrap-about .about .text ul {
    font-size: 0;
    margin: 0 -15px;
    margin-top: 30px;
}
.wrap-about .about .text ul li {
    display: inline-block;
    width: 30%;
    margin-top: 20px;
    padding: 0 15px;
    vertical-align: top;
}

@media (max-width: 991px) {
.wrap-about .about .text ul li {
    width: 50%;
}
}

@media (max-width: 767px) {
.wrap-about .about .text ul li {
    width: 100%;
}
}
.wrap-about .about .text ul li:last-child {
    width: 40%;
}

@media (max-width: 991px) {
.wrap-about .about .text ul li:last-child {
    width: 100%;
}
}
.wrap-about .about .text ul li p {
    font-size: 15px;
    line-height: 1.875;
    margin: 0;
}
.wrap-about .about .text ul li img {
    max-width: 100%;
    margin-top: 10px;
}
.wrap-about .about .investment {
    margin-top: 80px;
}

@media (max-width: 991px) {
.wrap-about .about .investment {
    margin-top: 50px;
}
}
.wrap-about .about .investment .title-investment {
    text-align: center;
}
.wrap-about .about .investment .title-investment b {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    display: inline-block;
    min-width: 590px;
    padding: 10px 40px;
    color: #fff;
    background-color: #e60013;
}

@media (max-width: 767px) {
.wrap-about .about .investment .title-investment b {
    min-width: auto;
}
}
.wrap-about .about .investment .list ul {
    font-size: 0;
    margin: 0 -15px;
    margin-top: 30px;
}
.wrap-about .about .investment .list ul li {
    display: inline-block;
    width: 20%;
    margin-top: 30px;
    padding: 0 15px;
    vertical-align: top;
}

@media (max-width: 991px) {
.wrap-about .about .investment .list ul li {
    width: 33.33333333%;
}
}

@media (max-width: 767px) {
.wrap-about .about .investment .list ul li {
    width: 50%;
}
}
.wrap-about .about .investment .list ul li .num {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 6px;
    border-radius: 50%;
    background: rgba(25, 106, 185, .3);
}
.wrap-about .about .investment .list ul li .num span {
    font-size: 26px;
    font-weight: bold;
    line-height: 52px;
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #e60013;
}
.wrap-about .about .investment .list ul li p {
    font-size: 15px;
    line-height: 1.625;
    margin: 0;
}
.wrap-about .about .line {
    margin-top: 80px;
}

@media (max-width: 991px) {
.wrap-about .about .line {
    margin-top: 50px;
}
}
.wrap-about .about .line .title-line {
    text-align: center;
}
.wrap-about .about .line .title-line b {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    display: inline-block;
    min-width: 590px;
    padding: 10px 40px;
    color: #fff;
    background-color: #e60013;
}

@media (max-width: 767px) {
.wrap-about .about .line .title-line b {
    min-width: auto;
}
}
.wrap-about .about .line .note {
    max-width: 930px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.wrap-about .about .line .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}
.wrap-about .business {
    margin-top: 50px;
    padding: 90px 0;
    text-align: center;
    background: url(../images/aboutin_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-about .business .text {
    display: inline-block;
    padding: 5px 14px;
    border: 1px dashed #fff;
}
.wrap-about .business .text p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    color: #fff;
}

@media (max-width: 991px) {
.wrap-about .business .text p {
    font-size: 16px;
}
}
.wrap-faq {
    padding-bottom: 0;
}
.wrap-faq .faq ul li {
    display: table;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 991px) {
.wrap-faq .faq ul li {
    display: block;
}
}
.wrap-faq .faq ul li .item {
    display: table-cell;
    width: 50%;
    padding: 60px 50px 60px 12%;
    vertical-align: top;
}

@media (max-width: 1560px) {
.wrap-faq .faq ul li .item {
    padding: 30px 30px 30px 4%;
}
}

@media (max-width: 991px) {
.wrap-faq .faq ul li .item {
    display: block;
    width: 100%;
    padding: 30px 15px;
}
}
.wrap-faq .faq ul li .item img {
    max-width: 100%;
}
.wrap-faq .faq ul li .item:nth-child(2) {
    padding: 60px 12% 60px 50px;
}

@media (max-width: 1560px) {
.wrap-faq .faq ul li .item:nth-child(2) {
    padding: 30px 4% 30px 30px;
}
}

@media (max-width: 991px) {
.wrap-faq .faq ul li .item:nth-child(2) {
    padding: 30px 15px;
}
}
.wrap-faq .faq ul li .item .ttext {
    min-height: 140px;
}

@media (max-width: 991px) {
.wrap-faq .faq ul li .item .ttext {
    min-height: auto;
}
}
.wrap-faq .faq ul li .item .ttext:nth-child(2) {
    margin-top: 20px;
}
.wrap-faq .faq ul li .item .ttext h3 {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin: 0 0 20px 0;
    padding-left: 46px;
    color: #e60013;
}

@media (max-width: 1560px) {
.wrap-faq .faq ul li .item .ttext h3 {
    font-size: 18px;
}
}
.wrap-faq .faq ul li .item .ttext h3 span {
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background-color: #e60013;
}
.wrap-faq .faq ul li .item .ttext p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 1560px) {
.wrap-faq .faq ul li .item .ttext p {
    font-size: 15px;
}
}
.wrap-faq .faq ul li:first-child .item {
    padding-top: 0;
    padding-bottom: 0;
}
.wrap-faq .faq ul li:first-child .item:first-child {
    padding-right: 0;
}

@media (max-width: 991px) {
.wrap-faq .faq ul li:first-child .item {
    padding-top: 30px;
}
}
.wrap-faq .faq ul li:first-child .item .ttext {
    min-height: auto;
}
.wrap-faq .faq ul li:nth-child(2) .item:nth-child(2) {
    background: url(../images/faq_bg.jpg) repeat;
}
.wrap-faq .faq ul li:nth-child(3) .item:first-child {
    background-color: #f8f8f8;
}

@media (max-width: 1560px) {
.wrap-faq .faq ul li:nth-child(3) .item:first-child .ttext {
    min-height: auto;
}
}
.wrap-faq .faq ul li:nth-child(3) .item:nth-child(2) {
    padding: 0;
}
.wrap-faq .faq ul li:nth-child(4) .item:first-child {
    background: url(../images/faq_bg.jpg) repeat;
}
.wrap-gallery .gallery {
    max-width: 1400px;
    margin: 0 auto;
}
.wrap-gallery .gallery .text {
    position: relative;
    padding-right: 200px;
}

@media (max-width: 991px) {
.wrap-gallery .gallery .text {
    padding-right: 0;
}
}
.wrap-gallery .gallery .text:after {
    display: block;
    width: 92px;
    height: 1px;
    margin-top: 18px;
    content: '';
    background-color: #e60013;
}

@media (max-width: 991px) {
.wrap-gallery .gallery .text:after {
    display: none;
}
}
.wrap-gallery .gallery .text:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 20px;
    height: 3px;
    content: '';
    background-color: #e60013;
}

@media (max-width: 991px) {
.wrap-gallery .gallery .text:before {
    display: none;
}
}
.wrap-gallery .gallery .text h3 {
    font-family: 'Roboto Condensed';
    font-size: 20px;
}
.wrap-gallery .gallery .text p {
    line-height: 1.57142857;
    max-width: 830px;
    margin: 0;
}
.wrap-gallery .gallery .text a.more {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    padding: 10px 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    background-color: #e60013;
}

@media (max-width: 991px) {
.wrap-gallery .gallery .text a.more {
    font-size: 18px;
    position: relative;
    bottom: auto;
    margin-top: 30px;
}
}
.wrap-gallery .gallery .text a.more:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    content: '\e72e';
    vertical-align: middle;
}
.wrap-gallery .gallery .text a.more:hover {
    background-color: #024a90;
}
.wrap-gallery .gallery .item {
    margin-top: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-gallery .gallery .item .img-box {
    padding-bottom: 60.75949367%;
}
.wrap-gallery .gallery .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-gallery .gallery .item .note {
    padding: 30px 10px;
}

@media (max-width: 991px) {
.wrap-gallery .gallery .item .note {
    padding: 20px 0 0 0;
}
}
.wrap-gallery .gallery .item .note b {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    display: block;
    overflow: hidden;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.wrap-gallery .gallery .item .note p {
    line-height: 1.42857143;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 14px 0 0 0;
    display: none;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-gallery .gallery .item .note a.more {
    line-height: 24px;
    display: block;
    margin-top: 10px;
    color: #fff;
}

@media (max-width: 991px) {
.wrap-gallery .gallery .item .note a.more {
    color: #666;
}
}
.wrap-gallery .gallery .item:hover {
    background-color: #e60013;
}
.wrap-gallery .gallery .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-gallery .gallery .item:hover .note b, .wrap-gallery .gallery .item:hover .note p, .wrap-gallery .gallery .item:hover .note a.more {
    color: #fff;
}
.wrap-gallery-show .gallery-show {
    max-width: 1400px;
    margin: 0 auto;
}
.wrap-gallery-show .title-gallery h1 {
    font-family: 'Roboto Condensed';
    font-size: 26px;
    font-weight: bold;
}
.wrap-gallery-show .text {
    margin-top: 20px;
}
.wrap-gallery-show .text p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}
.wrap-gallery-show .text a.more {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;
    border: 1px dashed #b5b5b5;
    border-radius: 50px;
}
.wrap-gallery-show .text a.more:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    content: '\e72e';
    vertical-align: middle;
}
.wrap-gallery-show .text a.more:hover {
    color: #fff;
    background-color: #e60013;
}
.wrap-gallery-show .listbox {
    margin-top: 30px;
}
.wrap-gallery-show .listbox .item {
    margin-top: 30px;
}
.wrap-gallery-show .listbox .item .img-box {
    padding-bottom: 60.75949367%;
}
.wrap-gallery-show .relate .title-relate {
    font-size: 0;
    line-height: 30px;
    margin-top: 60px;
    padding: 15px;
    background-color: #e60013;
}
.wrap-gallery-show .relate .title-relate b {
    font-family: 'Roboto Condensed';
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #fff;
}
.wrap-gallery-show .relate .title-relate a {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    float: right;
    vertical-align: top;
    text-transform: uppercase;
    color: #fff;
}
.wrap-gallery-show .relate .item {
    margin-top: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-gallery-show .relate .item .img-box {
    padding-bottom: 60.75949367%;
}
.wrap-gallery-show .relate .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-gallery-show .relate .item .note {
    padding: 30px 10px;
}

@media (max-width: 991px) {
.wrap-gallery-show .relate .item .note {
    padding: 20px 0 0 0;
}
}
.wrap-gallery-show .relate .item .note b {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    display: block;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-gallery-show .relate .item .note p {
    line-height: 1.42857143;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 14px 0 0 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-gallery-show .relate .item .note a.more {
    line-height: 24px;
    display: block;
    margin-top: 10px;
    color: #fff;
}

@media (max-width: 991px) {
.wrap-gallery-show .relate .item .note a.more {
    color: #666;
}
}
.wrap-gallery-show .relate .item:hover {
    background-color: #e60013;
}
.wrap-gallery-show .relate .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-gallery-show .relate .item:hover .note b, .wrap-gallery-show .relate .item:hover .note p, .wrap-gallery-show .relate .item:hover .note a.more {
    color: #fff;
}
.wrap-news .news {
    max-width: 1400px;
    margin: 0 auto;
}
.wrap-news .news .item {
    margin-top: 20px;
    overflow: hidden;
}

@media (max-width: 991px) {
.wrap-news .news .item {
    margin-top: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
}
.wrap-news .news .item .news_txt {
    width: 77%;
    float: right;
}
.wrap-news .news .item b {
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.54545455;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
.wrap-news .news .item b {
    font-size: 18px;
    line-height: 30px;
}
}
.wrap-news .news .item .pic {
    position: relative;
    width: 20%;
    float: left;
}

@media (max-width: 991px) {
.wrap-news .news .item .pic {
    margin-top: 14px;
}
}
.wrap-news .news .item .pic .img-box {
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .pic .date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    background-color: #a7a7a7;
}

@media (max-width: 991px) {
.wrap-news .news .item .pic .date {
    width: 60px;
    height: 40px;
}
}
.wrap-news .news .item .pic .date h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 6px 0 0 0;
    color: #fff;
}

@media (max-width: 991px) {
.wrap-news .news .item .pic .date h3 {
    font-size: 20px;
    margin-top: 2px;
}
}
.wrap-news .news .item .pic .date span {
    font-size: 14px;
    display: block;
    color: #fff;
}

@media (max-width: 991px) {
.wrap-news .news .item .pic .date span {
    font-size: 12px;
}
}
.wrap-news .news .item p {
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    /*height: 48px;*/
    margin: 15px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .news .item:hover b, .wrap-news .news .item:hover p {
    color: #e60013;
}
.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 .date {
    background-color: #e60013;
}
.wrap-news-show {
    overflow: hidden;
}
.wrap-news-show .news-show {
    max-width: 1400px;
    margin: 0 auto;
}
.wrap-news-show .news-show .news-left {
    float: left;
    width: 70%;
    padding-right: 50px;
}

@media (max-width: 991px) {
.wrap-news-show .news-show .news-left {
    width: 100%;
    padding-right: 0;
}
}
.wrap-news-show .news-show .news-left .title-news {
    text-align: center;
}
.wrap-news-show .news-show .news-left .title-news h1 {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    margin: 20px 0;
}
.wrap-news-show .news-show .news-left .title-news p {
    font-size: 16px;
    line-height: 50px;
    margin: 14px 0 0 0;
    text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.wrap-news-show .news-show .news-left .title-news p a {
    display: inline-block;
    float: right;
    color: #e60013;
}
.wrap-news-show .news-show .news-left .title-news p a:hover {
    color: #024a90;
}
.wrap-news-show .news-show .news-left .text {
    padding: 30px 0;
}
.wrap-news-show .news-show .news-left .text p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    color: #666;
}
.wrap-news-show .news-show .news-left .text img {
    max-width: 100%;
}
.wrap-news-show .news-show .news-left .relate {
    margin-top: 30px;
    border-top: 1px solid #dcdcdc;
}
.wrap-news-show .news-show .news-left .relate ul {
    overflow: hidden;
}
.wrap-news-show .news-show .news-left .relate ul li {
    float: left;
    width: 50%;
    margin-top: 10px;
}

@media (max-width: 991px) {
.wrap-news-show .news-show .news-left .relate ul li {
    width: 100%;
}
}
.wrap-news-show .news-show .news-left .relate ul li a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-show .news-left .relate ul li.next {
    text-align: right;
}

@media (max-width: 991px) {
.wrap-news-show .news-show .news-left .relate ul li.next {
    text-align: left;
}
}
.wrap-news-show .news-show .news-left .relate ul li:hover a {
    color: #e60013;
}
.wrap-news-show .news-show .news-right {
    float: right;
    width: 30%;
    padding-left: 50px;
    border-left: 1px solid #ddd;
}

@media (max-width: 991px) {
.wrap-news-show .news-show .news-right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    border-left: none;
}
}
.wrap-news-show .news-show .news-right .title-other b {
    font-family: 'Roboto Condensed';
    font-size: 30px;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
}
.wrap-news-show .news-show .news-right .title-other b:after {
    display: block;
    width: 44px;
    height: 4px;
    margin-top: 10px;
    content: '';
    background-color: #e60013;
}
.wrap-news-show .news-show .news-right .title-other a.more {
    font-size: 16px;
    display: inline-block;
    float: right;
    margin-top: 20px;
    text-transform: uppercase;
    color: #999;
}
.wrap-news-show .news-show .news-right .title-other a.more:hover {
    color: #e60013;
}
.wrap-news-show .news-show .news-right .newsinfo ul li {
    overflow: hidden;
    margin-top: 34px;
}
.wrap-news-show .news-show .news-right .newsinfo ul li .pic {
    float: left;
    width: 36%;
}
.wrap-news-show .news-show .news-right .newsinfo ul li .pic .img-box {
}
.wrap-news-show .news-show .news-right .newsinfo ul li .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news-show .news-show .news-right .newsinfo ul li .note {
    float: left;
    width: 64%;
    padding-left: 10px;
}
.wrap-news-show .news-show .news-right .newsinfo ul li .note b {
    font-family: 'Roboto Condensed';
    font-weight: normal;
    line-height: 20px;
    display: block;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wrap-news-show .news-show .news-right .newsinfo ul li .note p {
    font-size: 13px;
    line-height: 1.38461538;
    display: -webkit-box;
    overflow: hidden;
    height: 36px;
    margin: 0;
    margin-top: 10px;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news-show .news-show .news-right .newsinfo ul li:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news-show .news-show .news-right .newsinfo ul li:hover .note b {
    color: #e60013;
}
.wrap-news-show .news-show .news-right .line {
    margin-top: 20px;
}
.wrap-news-show .news-show .news-right .line b {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin: 14px 0;
    text-transform: uppercase;
    color: #e60013;
}
.wrap-news-show .news-show .news-right .line p {
    line-height: 1.42857143;
    margin: 0;
    color: #666;
}
.wrap-contact .contact {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}
.wrap-contact .contact .text1 {
    width: 100%;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
.wrap-contact .contact .text1 {
    width: 100%;
    padding-right: 0;
}
}
.wrap-contact .contact .text1 p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
}
.wrap-contact .contact .text1 b {
    font-size: 20px;
    display: block;
    margin: 20px 0;
    color: #e60013;
}

@media (max-width: 991px) {
.wrap-contact .contact .text1 b {
    font-size: 20px;
}
}
.wrap-contact .contact .text1 b:after {
    display: block;
    width: 44px;
    height: 4px;
    margin-top: 10px;
    content: '';
    background-color: #e60013;
}
.wrap-contact .contact .text1 p.tel, .wrap-contact .contact .text1 p.email, .wrap-contact .contact .text1 p.address, .wrap-contact .contact .text1 p.fax, .wrap-contact .contact .text1 p.skype {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    margin-bottom: 14px;
    padding-left: 46px;
}

@media (max-width: 991px) {
.wrap-contact .contact .text1 p.tel,  .wrap-contact .contact .text1 p.email,  .wrap-contact .contact .text1 p.address,  .wrap-contact .contact .text1 p.fax,  .wrap-contact .contact .text1 p.skype {
    font-size: 16px;
}
}
.wrap-contact .contact .text1 p.tel:before, .wrap-contact .contact .text1 p.email:before, .wrap-contact .contact .text1 p.address:before, .wrap-contact .contact .text1 p.fax:before, .wrap-contact .contact .text1 p.skype:before {
    font-family: 'iconfont' !important;
    font-size: 26px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\ea80';
    color: #e60013;
}
.wrap-contact .contact .text1 p.email:before {
    content: '\e63b';
}
.wrap-contact .contact .text1 p.skype:before {
    content: '\e6b8';
}
.wrap-contact .contact .text1 p.address:before {
    font-weight: bold;
    content: '\e63c';
}
.wrap-contact .contact .text1 p.fax:before {
    font-size: 30px;
    content: '\e63d';
}
.wrap-contact .contact .pic {
    height: 300px;
    width: 100%;
}
.wrap-contact .contact .pic img {
/*width: 100%;*/
}
.wrap-product .product .text {
    padding-left: 16px;
    border-left: 5px solid #e60013;
}
.wrap-product .product .text p {
    font-size: 24px;
    line-height: 1.75;
    margin: 0;
}
.wrap-news .news .text {
    padding-left: 16px;
    border-left: 5px solid #e60013;
}
.wrap-news .news .text p {
    font-size: 24px;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 991px) {
.wrap-product .product .text p {
    font-size: 18px;
}
}
.wrap-product .product .item {
    margin-top: 30px;
}
.wrap-product .product .item .img-box {
    overflow: hidden;
    border: 1px solid #ddd;
}
.wrap-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item .note {
    display: block;
    border: 1px solid #ddd;
    border-top: 0;
}
.wrap-product .product .item .note b {
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    display: block;
}

@media (max-width: 1199px) {
.wrap-product .product .item .note b {
    font-size: 16px;
}
}
.wrap-product .product .item .note p {
    line-height: 1.85714286;
    display: -webkit-box;
    overflow: hidden;
    height: 78px;
    margin: 14px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 767px) {
.wrap-product .product .item .note p {
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
}
.wrap-product .product .item .note span {
    line-height: 22px;
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    color: #999;
}

@media (max-width: 767px) {
.wrap-product .product .item .note span {
    padding: 0 10px;
}
}
.wrap-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product .product .item:hover .note b {
    color: #e60013;
}
.wrap-product .product .item:hover .note span {
    color: #e60013;
}
.wrap-product-show .product-show .info {
    overflow: hidden;
}
.wrap-product-show .product-show .info .text, .wrap-product-show .product-show .info .pic {
    float: left;
}
.wrap-product-show .product-show .info .pic {
    width: 40%;
    border: 1px solid #ddd;
}

@media (max-width: 991px) {
.wrap-product-show .product-show .info .pic {
    width: 100%;
}
}
.wrap-product-show .product-show .info .pic img {
    max-width: 100%;
}
.wrap-product-show .product-show .info .text {
    width: 45%;
    padding-left: 30px;
}

@media (max-width: 991px) {
.wrap-product-show .product-show .info .text {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
}
}
.wrap-product-show .product-show .info .text .title-product h1 {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    margin: 0;
}
.wrap-product-show .product-show .info .text .title-product:after {
    display: block;
    width: 84px;
    height: 5px;
    margin-top: 10px;
    content: '';
    background-color: #e60013;
}
.wrap-product-show .product-show .info .text .note {
    margin-top: 30px;
}
.wrap-product-show .product-show .info .text .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    text-align: justify;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}
.wrap-product-show .detail {
    margin-top: 50px;
}
.wrap-product-show .pro_relate .title-detail {
    margin: 20px 0;
}
.wrap-product-show .detail .title-detail, .wrap-product-show .pro_relate .title-detail {
    text-align: center;
    background-color: #e60013;
}
.wrap-product-show .detail .title-detail b, .wrap-product-show .pro_relate .title-detail b {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: normal;
    line-height: 58px;
    display: block;
    color: #fff;
}
.wrap-product-show .detail .text {
    margin-top: 26px;
}
.wrap-product-show .detail .text img {
    max-width: 100%;
}
.wrap-product-show .detail .text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}
.wrap-product-show .relate {
    margin-top: 20px;
    border-top: 1px solid #dcdcdc;
}
.wrap-product-show .relate ul {
    overflow: hidden;
}
.wrap-product-show .relate ul li {
    float: left;
    width: 50%;
    margin-top: 10px;
}

@media (max-width: 991px) {
.wrap-product-show .relate ul li {
    width: 100%;
}
}
.wrap-product-show .relate ul li a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-show .relate ul li.next {
    text-align: right;
}

@media (max-width: 991px) {
.wrap-product-show .relate ul li.next {
    text-align: left;
}
}
.wrap-product-show .relate ul li:hover a {
    color: #e60013;
}
/**
 * page
 */
.page {
    clear: both;
    overflow: hidden;
    margin-top: 50px;
    text-align: center;
}
.page a {
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    margin: 0 4px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    color: #999;
    border-radius: 50%;
}

@media (max-width: 991px) {
.page a {
    margin: 0 6px;
}
}
.page a.omit:hover {
    color: #333;
    background-color: #eee;
}
.page a.prev {
    font-size: 18px;
    margin-right: 10px;
}
.page a.prev:after {
    font-family: 'iconfont' !important;
    content: '\e601';
}
.page a.next {
    font-size: 18px;
    margin-left: 10px;
}
.page a.next:before {
    font-family: 'iconfont' !important;
    content: '\e827';
}
.page a.active, .page a:hover {
    color: #e60013;
}

@media (max-width: 767px) {
.page a {
    line-height: 34px;
    width: 34px;
    height: 34px;
}
.page a.first-child,  .page a.last-child {
    margin: 0 5px;
}
}
.bdshare_popup_box {
    right: 0 !important;
    left: auto !important;
    display: none !important;
}
.stuck {
    position: fixed !important;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 70px !important;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
.stuck .logo {
/*margin-top: 5px;*/
}

@media (max-width: 1199px) {
.stuck .logo {
/*margin-top: 10px;*/
}
}
.stuck .nav .nav-list1 > li > a {
    line-height: 70px;
}
.stuck .nav .nav-list1 > li.more > a:after {
    margin-top: 28px;
}
.stuck .find {
    line-height: 70px;
    height: 70px;
}
.stuck .right {
    height: 70px;
}
.stuck .cart {
    margin-top: 13px;
}
.table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.bdshare_weixin_qrcode_dialog {
    height: 320px !important;
}
.about_content {
    padding-top: 40px;
    line-height: 2;
    font-size: 16px;
}
.pro_relist li {
    margin-bottom: 30px;
}
.pro_relist li a {
    display: block;
    transition: .35s;
}
.pro_relist li a:hover .pro_reimg {
    border-color: #e60013;
}
.pro_relist li a:hover span {
    color: #e60013;
}
.pro_relist li a:hover img {
    transform: scale(1.1);
}
.pro_relist li span {
    display: block;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pro_relist .pro_reimg {
    overflow: hidden;
    border: 1px solid #ddd;
}
.pro_relist .pro_reimg img {
    width: 100%;
    display: block;
    transition: .35s;
}
.apply_i {
    background: #fff;
    padding: 20px 0 30px;
}
.apply_i_tit {
    font-size: 18px;
    color: #333333;
    padding: 32px 0 16px;
    border-bottom: 1px solid #e5e5e5;
}
.apply_i p {
    font-size: 16px;
    color: #666666;
}
.apply_i p span {
    color: #ff0000;
    width: 20px;
    margin-right: 10px;
}
.apply_i_inp label {
    display: block;
    float: left;
    width: calc(50% - 13px);
    margin-right: 25px;
    margin-top: 20px;
}
.apply_i_inp label:nth-child(2n) {
    margin-right: 0;
}
.apply_i_inp label:nth-child(2n + 1) {
    clear: both;
}
.apply_i_inp label input, .apply_i_inp label select {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    margin-top: 10px;
    padding: 0 20px;
    color: #999999;
    -webkit-appearance: button;
    line-height: 50px;
}
.apply_i_inp label input::placeholder {
 color: #999;
}
.apply_i_textarea label {
    margin-top: 20px;
    display: block;
}
.apply_i_textarea .textarea {
    margin-top: 10px;
    position: relative;
}
.apply_i_textarea .textarea textarea {
    height: 180px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    padding: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    width: 100%;
    resize: none;
    -webkit-appearance: button;
}
.apply_i_textarea .textarea .select {
    position: absolute;
    left: 30px;
    top: 0px;
    right: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}
.apply_i_textarea .textarea .select select {
    background: transparent;
    font-size: 14px;
    color: #999;
    border: 0;
}
.apply_i .common_btn {
    width: 180px;
    border-radius: 3px;
    margin: 68px auto 0;
    display: block;
    overflow: hidden;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #999;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.apply_i .common_btn:hover {
    background: #e60013;
}
.msg_code {
    margin-top: 20px;
}
.msg_code label {
    display: block;
    width: calc(50% - 13px);
    position: relative;
}
.msg_code p {
    font-size: 14px;
    color: #666666;
}
.msg_code input {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    margin-top: 10px;
    padding: 0 20px;
    color: #999999;
    -webkit-appearance: button;
}
.msg_code img {
    position: absolute;
    right: 10px;
    bottom: 12px;
}
.job {
    height: 40px;
    background: #e60013;
    padding: 0 5%;
    border-bottom: 1px solid #fff;
}
.job span {
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
}
#job_left {
    float: left;
}
#job_right {
    float: right;
    text-align: right;
    width: 40px;
}
.joblist {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #eeeeee
}
.joblist li {
    display: block;
    overflow: hidden;
}
.jobmain_up {
    padding: 0 5%;
    height: 40px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.jobmain_up span {
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    transition: 0.35s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.job span:nth-child(1) {
    width: 19%;
}
.job span:nth-child(2) {
    width: 15%;
}
.job span:nth-child(3) {
    width: 26%;
}
.job span:nth-child(4) {
    width: 32%;
}
.jobmain_up span:nth-child(1) {
    width: 19%;
}
.jobmain_up span:nth-child(2) {
    width: 15%;
}
.jobmain_up span:nth-child(3) {
    width: 26%;
}
.jobmain_up span:nth-child(4) {
    width: 32%;
}
.jobmain_up span:last-child {
    float: right;
    width: 45px;
    text-align: center;
}
.jobmain_up i {
    display: block;
    width: 11px;
    height: 11px;
    margin: 16px 0 0 24px;
    position: relative;
}
.jobmain_up span i:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e60013;
    position: absolute;
    left: 0;
    top: 5px;
    transition: 0.3s;
}
.jobmain_up span i:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #e60013;
    position: absolute;
    left: 5px;
    top: 0;
    transition: 0.3s;
}
.jobmain_down {
    display: none;
    padding: 5%;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}
.jobmain_down dt {
    font-size: 15px;
    font-weight: bold;
    margin: 9px 0;
    line-height: 1em;
}
.jobmain_down dd {
    margin: 9px 0;
    font-size: 13px;
    color: #777;
    line-height: 20px;
    text-align: justify;
}
.jobmain_down .ljsq {
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: #666;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
}
.ljsq:hover {
    background: #e60013;
    color: #fff;
}
.job_on {
    background-color: #e60013;
    color: #fff;
}
.job_on span i:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    transition: 0.3s;
    z-index: 1
}
#search_box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.search_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 1;
}
.search_close::after {
    content: '\e61b';
    font-family: 'iconfont' !important;
    font-size: 24px;
    color: #f9f9f9;
}
.search_box {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    width: 94%;
    max-width: 550px;
    padding: 0 20px 10px;
    border-bottom: 1px solid #ddd;
}
.search_box form {
    width: 100%;
    overflow: hidden;
}
.search_box form input {
    background: none;
    -webkit-appearance: button;
    border: none;
    outline: none;
    padding: 0;
}
.search_box form input#text2 {
    color: #fff;
    font-size: 16px;
    width: calc(100% - 40px);
    float: left;
    line-height: 40px;
}
.search_box form input#text2::-webkit-input-placeholder {
 color: #ddd;
}
.search_box form input#submit2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../images/search.png) no-repeat center center;
    background-size: 25px;
    float: right;
}
.search_bg {
    position: absolute;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
.header-container {
    position: initial!important;
}
}

@media screen and (max-width: 768px) {
.wrap-news .news .item .pic {
    display: none;
}
.wrap-news .news .item .news_txt {
    width: 100%;
}
.apply_i_inp label {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
}
.msg_code label {
    width: 100%;
}
.wrap-news .news .text p {
    font-size: 18px;
}
.wrap-news .news .item p {
    -webkit-line-clamp: 2;
}
.wrap-news .news .item p {
    margin-top: 5px;
}
.wrap-news-show .news-show .news-right .newsinfo ul li {
    margin-top: 15px;
}
.job span:nth-child(1) {
    width: 80%;
}
.job span:nth-child(2) {
    display: none;
}
.job span:nth-child(3) {
    display: none;
}
.job span:nth-child(4) {
    display: none;
}
.jobmain_up span:nth-child(1) {
    width: 80%;
}
.jobmain_up span:nth-child(2) {
    display: none;
}
.jobmain_up span:nth-child(3) {
    display: none;
}
.jobmain_up span:nth-child(4) {
    display: none;
}
}

@media screen and (max-width: 767px) {
.wrap-news .news .item .news_txt {
    width: 100%;
}
.wrap-product .product .item {
    margin-top: 15px;
}
.wrap-right {
    margin-top: 20px;
}
.about_content {
    padding-top: 20px;
}
.wrap {
    padding: 30px 0;
}
.wrap-left .title-wrap b {
    font-size: 24px;
}
.wrap-news-show .news-show .news-left .title-news h1 {
    font-size: 18px;
}
.wrap-news-show .news-show .news-left .text img {
    display: block;
}
.box {
    padding: 30px 0;
}
.box-faq .right .text p {
    font-size: 16px;
}
}




