/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 900;
    font-style: normal;
    src: url('../images/HelveticaNeueLTPro-BlkCn.eot');
    src: local('Helvetica Neue LT Pro 97 Black Condensed'), local('HelveticaNeueLTPro-BlkCn'), url('../images/HelveticaNeueLTPro-BlkCn.eot?#iefix') format('embedded-opentype'), url('../images/HelveticaNeueLTPro-BlkCn.woff2') format('woff2'), url('../images/HelveticaNeueLTPro-BlkCn.woff') format('woff'), url('../images/HelveticaNeueLTPro-BlkCn.ttf') format('truetype'), url('../images/HelveticaNeueLTPro-BlkCn.svg#HelveticaNeueLTPro-BlkCn') format('svg');
    font-display: swap;
}
body {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots {
    font-size: 0;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}





@media (max-width: 1199px) {
    .slick-dots {
        margin-top: 20px;
    }
}
.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    vertical-align: top;
    border: 1px solid #31439c;
    border-radius: 50%;
    background-color: #31439c;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #fff;
}
.slick-arrow {
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    z-index: 7;
    top: 50%;
    left: -5%;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    border: none;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px) {
    .slick-arrow {
        line-height: 30px;
        left: 0;
        width: 30px;
        height: 30px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e678';
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: 0;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slick-arrow:hover {
    color: #fff;
    background-color: #31439c;
}
.header {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 130px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header {
        height: 100px;
    }
}
.header .container {
    width: 100%;
}
.header .header-top,
.header .header-nav {
    padding: 0 5%;
}
@media (max-width: 1470px) {
    .header .header-top,
    .header .header-nav {
        padding: 0;
    }
}
.header .header-top {
    height: 46px;
    text-align: right;
    background: url(../images/header_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .header .header-top {
        height: 30px;
    }
}
.header .header-top .link {
    float: left;
     
}
@media (max-width: 1199px) {
    .header .header-top .link {
        padding-left: 10%;
    }
}
@media (max-width: 767px) {
    .header .header-top .link {
        padding-left: 0;
    }
}
.header .header-top .link a {
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    height: 46px;
    padding: 0 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
    color: #fff;
}
@media (max-width: 1470px) {
    .header .header-top .link a {
        padding: 0 30px;
    }
}
@media (max-width: 1199px) {
    .header .header-top .link a {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .header .header-top .link a {
        font-size: 12px;
        padding: 0 8px;
    }
}
.header .header-top .link a:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
    content: '\e64a';
    vertical-align: middle;
}
@media (max-width: 767px) {
    .header .header-top .link a:before {
        font-size: 24px;
        margin-right: 4px;
    }
}
.header .header-top .link a.btn-contact:before {
    font-size: 24px;
    content: '\e65d';
}
@media (max-width: 767px) {
    .header .header-top .link a.btn-contact:before {
        font-size: 20px;
    }
}
.header .header-top .link a:hover {
    background-color: #31439c;
}
.header .header-top .share {
    display: inline-block;
}
@media(max-width:767px) {
    .header .header-top .share {
        display: none;
    }
    .header .header-top .container {
        padding: 0;
    }
}
.header .header-top .share span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
@media (max-width: 767px) {
    .header .header-top .share span {
        display: none;
    }
}
.header .header-top .share ul {
    font-size: 0;
    display: inline-block;
}
.header .header-top .share ul li {
    display: inline-block;
}
.header .header-top .share ul li a {
    font-size: 18px;
    line-height: 46px;
    display: block;
    width: 26px;
    margin: 0 4px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
}
@media (max-width: 1199px) {
    .header .header-top .share ul li a {
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .header .header-top .share ul li a {
        font-size: 16px;
        width: auto;
        margin-left: 6px;
    }
}
.header .header-top .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;
    display: inline-block;
    content: '\eec0';
    text-align: center;
    vertical-align: top;
}
.header .header-top .share ul li.facebook a:before {
    font-size: 15px;
}
@media (max-width: 767px) {
    .header .header-top .share ul li.facebook a:before {
        font-size: 13px;
    }
}
.header .header-top .share ul li.twitter a:before {
    content: '\e68b';
}
.header .header-top .share ul li.linkedin a:before {
    content: '\f1e7';
}
.header .header-top .share ul li.instagram a:before {
    content: '\e6b6';
}
.header .header-top .share ul li.youtube a:before {
    content: '\e618';
}
.header .header-top .share ul li.google a:before {
    content: '\e645';
}
.header .header-top .share ul li.amazon a:before {
    content: '\e6c1';
}
.header .header-top .share ul li:hover a {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.header .logo {
    display: inline-block;
    float: left;
    height: 80px;
    margin-top: 0px;     -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 90px;
        margin-top: -20px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        height: 70px;
        margin: 0;
    }
}
.header .logo img {
    position: relative;
    z-index: 2;
    height: 100%;
}
.header .inquiry-now {
    display: inline-block;
    float: right;
    margin-top: 22px;
    margin-left: 40px;
    vertical-align: middle;
}
@media (max-width: 1470px) {
    .header .inquiry-now {
        margin-left: 20px;
    }
}
@media (max-width: 1199px) {
    .header .inquiry-now {
        margin-top: 15px;
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .header .inquiry-now {
        margin-top: 20px;
    }
}
.header .inquiry-now a {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    padding: 0 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
    color: #fff;
    background-color: #222;
}
@media (max-width: 767px) {
    .header .inquiry-now a {
        font-size: 14px;
        line-height: 30px;
        padding: 0 14px;
    }
}
.header .inquiry-now a:hover {
    background-color: #31439c;
}
.header .pc-search {
    position: relative;
    display: inline-block;
    float: right;
    width: 300px;
    margin-top: 22px;
    vertical-align: middle;
}
@media (max-width: 1700px) {
    .header .pc-search {
        display: none;
    }
}
@media (max-width: 1350px) {
    .header .pc-search {
        width: 200px;
    }
}
@media (max-width: 1199px) {
    .header .pc-search {
        display: none;
    }
}
.header .pc-search input {
    line-height: 40px;
    width: 100%;
    padding: 0 40px 0 10px;
    border: 1px solid #d5d5d5;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
    color: #666;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
    color: #666;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
    color: #666;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
    color: #666;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search .submit {
    font-size: 25px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    border-radius: 0;
    outline: none;
    background: none;
    background-color: #31439c;
}
.header .pc-search .submit:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e66a';
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
}
.header .pc-search .submit:hover {
    background-color: #0b1f83;
}
.header .nav-collapse {
    position: relative;
    display: none;
    float: right;
    width: 20px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: inline-block;
        float: right;
        margin-top: 14px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 8px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #999 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
    .header .nav {
        display: inline-block !important;
        margin-left: 120px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav a:hover {
        color: #31439c;
    }
}
@media (min-width: 1200px) and (max-width: 1700px) {
    .header .nav {
        margin-left: 60px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav {
        margin-left: 30px;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 26px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background-color: #fff;
    }
    .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: 0 15px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1>li {
        display: inline-block;
        vertical-align: middle;
    }
    .header .nav .nav-list1>li>a {
        font-size: 18px;
        line-height: 84px;
        position: relative;
        display: inline-block;
        padding: 0 20px;
        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .nav .nav-list1>li>a:before {
        position: absolute;
        bottom: 20px;
        left: 50%;
        display: block;
        width: 0;
        height: 3px;
        content: '';
        -webkit-transition: all .6s;
        transition: all .6s;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 5px;
        background-color: #31439c;
    }
    .header .nav .nav-list1>li.more>a:after {
        font-family: 'iconfont' !important;
        display: inline-block;
        content: '\e602';
        vertical-align: middle;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #31439c;
    }
    .header .nav .nav-list1>li:hover>a:before,
    .header .nav .nav-list1>li.active>a:before {
        width: 20px;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        top: 100%;
        display: none;
        margin-left: 0 !important;
        background-color: #fafafa;
    }
    .header .nav .nav-list1 .nav-list2>li>a {
        font-size: 16px;
        line-height: 24px;
        display: block;
        padding: 10px 20px;
        -webkit-transition: all .2s;
        transition: all .2s;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 .nav-list2>li:hover>a {
        color: #fff;
        background-color: #31439c;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list2 {
        z-index: 50;
        left: 0;
        display: none;
        width: 100%;
        padding: 40px 0;
        word-break: break-word;
        color: #333;
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        background-color: #31439c;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list2>li {
        width: 550px;
        list-style: none;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list2>li>a {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        display: block;
        padding: 20px 10%;
        white-space: nowrap;
        text-transform: capitalize;
        color: #fff;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list2>li>a img {
        display: inline-block;
        width: 20px;
        margin-top: -2px;
        margin-right: 10px;
        vertical-align: middle;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list2>li:hover>a {
        font-style: italic;
        color: #31439c;
        background-color: #f1f1f1;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list2>li:hover>a img {
        -webkit-filter: none;
        filter: none;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 550px;
        display: none;
        width: -webkit-calc(100% - 550px);
        width: calc(100% - 550px);
        height: 100%;
        padding-bottom: 100px;
        text-align: center;
        text-align: left;
        color: #333;
        background-color: #fafafa;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item {
        font-size: 0;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-left,
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right {
        display: inline-block;
        vertical-align: top;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-left {
        width: 30%;
        padding: 60px 0 30px;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-left li a {
        font-size: 18px;
        line-height: 28px;
        display: block;
        padding: 10px 20%;
        text-transform: uppercase;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-left li.active a,
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-left li:hover a {
        font-weight: bold;
        text-decoration: underline;
        color: #31439c;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right {
        width: 70%;
        padding: 20px 8% 20px 0;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a {
        font-size: 0;
        display: none;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a:nth-child(1) {
        display: block;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a .pic,
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a .note {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a .pic {
        width: 45%;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a .note {
        width: 55%;
        padding-left: 5%;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a .img-box {
        padding-bottom: 86.11111111%;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a .img-box img {
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        display: -webkit-box;
        overflow: hidden;
        height: 30px;
        margin: 20px 0 10px;
        text-transform: uppercase;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a p {
        font-size: 15px;
        line-height: 24px;
        display: -webkit-box;
        overflow: hidden;
        max-height: 120px;
        margin: 0;
        color: #444;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a span.more {
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
        display: block;
        margin-top: 40px;
        text-decoration: underline;
        color: #31439c;
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a:hover span.more {
        text-decoration: underline;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li>a {
        font-size: 18px;
        padding: 0 14px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li:nth-child(1) .nav-list2>li {
        width: 400px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li:nth-child(1) .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav .nav-list1>li:nth-child(1) .nav-list2>li>a {
        font-size: 16px;
        padding: 15px 10%;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 {
        left: 400px;
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-left li a {
        font-size: 16px;
        padding: 10px 10%;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right {
        padding: 20px 5% 20px 0;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a h3 {
        font-size: 20px;
        margin: 10px 0;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav .nav-list1>li:nth-child(1) .nav-list3 .nav-item .nav-right a span.more {
        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        overflow: hidden;
        overflow-y: scroll;
        max-height: 100%;
        padding: 20px 0;
        vertical-align: top;
        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);
        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;
    }
}
.header .nav .nav-list2 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav .nav-list2 {
        overflow: hidden;
        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav .nav-list2>li {
        display: inline-block;
        vertical-align: top;
    }
    .header .nav .nav-list2>li>a {
        font-size: 15px;
        line-height: 24px;
        padding: 0 10px;
    }
    .header .nav .nav-list2>li>a:before {
        margin-right: 4px;
        content: '-';
    }
}
.header .nav .nav-list3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav .nav-list3 a {
        line-height: 30px;
        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before {
        margin-right: 4px;
        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a {
        display: inline-block;
        padding: 0 4px;
        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before {
        content: '·';
    }
}
.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;
        background-color: rgba(255, 255, 255, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p {
        font-size: 16px;
        position: relative;
        top: 0;
        display: block;
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        color: #fff;
    }
}
.header .nav-2 .nav-product,
.header .nav-3 .nav-product {
    display: none;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;
    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 18px;
        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%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul {
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    line-height: 30px;
    clear: both;
    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 {
    font-size: 16px;
    line-height: 2.2;
    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 15px;
}
.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>li {
        position: relative;
        margin: 20px 0;
        text-align: center;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -14px;
        content: '\e72f';
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 20px;
        font-weight: bold;
        line-height: 2.5;
        display: block;
        padding: 10px 0;
        text-transform: capitalize;
    }
    .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 .find {
    font-size: 18px;
    display: none;
    float: right;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 70px;
        display: inline-block;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 28px;
    display: inline-block;
    content: '\e66a';
    vertical-align: middle;
    color: #333;
}
@media (max-width: 1199px) {
    .header .find:before {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .header .find:before {
        font-size: 20px;
    }
}
.header .find:hover:before {
    color: #31439c;
}
.header .search-wrap {
    font-size: 14px;
    position: absolute;
    z-index: 9;
    top: 100%;
    right: 0;
    display: none;
    width: 300px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .search-wrap .search-box {
    position: relative;
}
.header .search-wrap input {
    line-height: 24px;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit {
    font-size: 20px;
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 38px;
    padding: 0;
    color: #fff;
    border-radius: 0;
    background-color: #0b1f83;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;
    content: '\e66a';
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.header.stuck {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    color: #fff;
    border: 1px solid #31439c;
    border-radius: 0;
    outline: none;
    display: none;
    background-color: #31439c;
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    display: inline-block;
    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.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: 8;
    top: 40%;
    right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
    text-align: center;
    background-color: rgba(120, 120, 120, .8);
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 50px;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}
.online-wrap .online a:last-child {
    border-bottom: none;
}
.online-wrap .online a:before {
    font-size: 40px;
    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #0b1f83;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@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-whatsapp:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;
    padding-left: 5px;
    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #0b1f83;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    display: none;
    width: 130px;
    height: 130px;
    padding-left: 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 .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;
    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;
    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;
    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;
    content: '\e908';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;
    content: '\e908';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;
    content: '\e616';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;
    content: '\e86a';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;
    
    content: '\e67c';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;
    content: '\e745';
}
.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;
    content: '\e61a';
}
.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;
    content: '\e666';
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;
    content: '\e614';
}
.xs-online {
    font-family: 'Times New Roman', Arial;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding-bottom: 0;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
    background-color: #EFB443;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
}
.xs-online ul li {
    float: left;
    width: 20%;
    list-style: none;
    border-right: 1px solid #EFB443;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.product>a:before {
    font-size: 16px;
    content: '\e7e9';
}
.xs-online ul li.mail>a:before {
    font-weight: normal;
    content: '\e634';
}
.xs-online ul li.map>a:before {
    font-weight: normal;
    content: '\e63e';
}
.xs-online ul li.feedback>a:before {
    font-weight: normal;
    content: '\e826';
}
.xs-online ul li.top>a:before {
    font-weight: normal;
    content: '\e60f';
}
.xs-online ul li.home>a:before {
    font-weight: normal;
    content: '\e6c8';
}
.xs-online ul li.message>a:before {
    font-size: 18px;
    font-weight: normal;
    content: '\e66b';
}
.xs-online ul li.tel>a:before {
    font-weight: normal;
    content: '\e61c';
}
.xs-online ul li.top>a:before {
    font-weight: normal;
    content: '\e60f';
}
.xs-online ul li.whatsapp>a:before {
    font-weight: normal;
    content: '\e751';
}
.xs-online ul li.contact>a:before {
    font-weight: normal;
    content: '\e609';
}
.xs-online ul li.skype>a:before {
    content: '\e752';
}
.xs-online ul li.facebook>a:before {
    content: '\e615';
}
.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner .item {
    position: relative;
}
@media (max-width: 991px) {
    .banner .slickbanner {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner .slick-dots {
    position: absolute;
    bottom: 30px;
    display: none !important;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
@media (max-width: 991px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots li {
    border-radius: 10px;
}
.banner .slick-dots .slick-active {
    width: 40px;
    border-color: #fff;
}
.banner .slick-arrow {
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}
@media (max-width: 991px) {
    .banner .slick-arrow {
        left: 12%;
        opacity: 0;
    }
}
.banner .slick-arrow.slick-next {
    left: auto;
}
@media (max-width: 991px) {
    .banner .slick-arrow.slick-next {
        right: 12%;
    }
}
.banner:hover .slick-arrow {
    left: 4%;
    opacity: 1;
}
.banner:hover .slick-arrow.slick-next {
    right: 4%;
    left: auto;
}
.banner .num-box {
    font-size: 18px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
@media (max-width: 767px) {
    .banner .num-box {
        bottom: 0;
    }
}
.banner .num-box .prev {
    font-weight: bold;
}
.banner .num-box .prev:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    content: '\e9b5';
    vertical-align: middle;
    border: 1px solid rgba(34, 34, 34, 0);
}
.banner .num-box .prev:after {
    margin: 0 10px;
    content: '/';
}
.banner .num-box .prev:hover:before {
    border: 1px solid #222;
}
.banner .num-box .next {
    font-weight: bold;
    color: #666;
}
.banner .num-box .next:after {
    font-family: 'iconfont' !important;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    content: '\e72f';
    vertical-align: middle;
    border: 1px solid rgba(34, 34, 34, 0);
}
.banner .num-box .next:hover:after {
    border: 1px solid #222;
}
.banner img {
    display: block;
    width: 100%;
}
.banner .banner-pic {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px) {
    .banner .banner-pic {
        bottom: 10px;
    }
}
.banner .banner-pic img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.banner-in {
    color: #fff;
}
.banner-in .slick-list {
    padding: 0 !important;
}
.banner-in .slick-slide {
    padding: 0;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1199px) {
    .banner-in .text-in {
        top: 50%;
    }
}
.banner-in .text-in:before {
    display: block;
    width: 36px;
    height: 3px;
    margin: 0 auto;
    margin-bottom: 20px;
    content: '';
    background-color: #fff;
}
.banner-in .text-in p {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 30px;
    line-height: 1.35;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 1199px) {
    .banner-in .text-in p {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .banner-in .text-in p {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .banner-in .text-in p {
        font-size: 14px;
    }
}
.banner .banner-arrow {
    position: absolute;
    z-index: 8;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .banner-arrow {
        bottom: 0;
    }
}
.banner .banner-arrow a {
    display: inline-block;
}
.banner .banner-arrow a:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    content: '\e770';
    color: #fff;
}
@-webkit-keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.zoomIn1 {
    -webkit-animation-name: narrow;
    animation-name: narrow;
}
.box {
    overflow: hidden;
    padding: 90px 0 60px 0;
    
    background: #ccc;
}
@media (max-width: 1199px) {
    .box {
        padding: 50px 0;
    }
}
.title,
.title-in {
    text-align: center;
}
.title h2,
.title-in h2,
.title h1,
.title-in h1 {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 36px;
    text-transform: capitalize;
}
@media (max-width: 1350px) {
    .title h2,
    .title-in h2,
    .title h1,
    .title-in h1 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title h2,
    .title-in h2,
    .title h1,
    .title-in h1 {
        font-size: 32px;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .title h2,
    .title-in h2,
    .title h1,
    .title-in h1 {
        font-size: 24px;
    }
}
.title h2:before,
.title-in h2:before,
.title h2:after,
.title-in h2:after,
.title h1:before,
.title-in h1:before,
.title h1:after,
.title-in h1:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 16px;
    height: 4px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
   
}
.title h2:before,
.title-in h2:before,
.title h1:before,
.title-in h1:before {
    left: 0;
}
.title h2:after,
.title-in h2:after,
.title h1:after,
.title-in h1:after {
    right: 0;
}
.title h3,
.title-in h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 20px;
    color: #333;
}
@media (max-width: 1199px) {
    .title h3,
    .title-in h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .title h3,
    .title-in h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .title h3,
    .title-in h3 {
        font-size: 16px;
    }
}
.title p,
.title-in p {
    font-size: 18px;
    line-height: 24px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 14px;
    color: #666;
}
@media (max-width: 991px) {
    .title p,
    .title-in p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .title p,
    .title-in p {
        font-size: 14px;
        line-height: 20px;
    }
}
.index-content {
    position: relative;
    z-index: 2;
}
.index-content .container {
    width: 100%;
    max-width: 1690px;
    margin: 0 auto;
}
.box-get {
    padding-bottom: 0;
    
    
    background: url(/images/vb.jpg);
}
.box-get .get {
    margin-top: 30px;
}
.box-get .get>ul {
    font-size: 0;
    margin: 0 -10px;
}
@media (max-width: 991px) {
    .box-get .get>ul {
        margin: 0 -5px;
    }
}
.box-get .get>ul>li {
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}
@media (max-width: 991px) {
    .box-get .get>ul>li {
        padding: 5px;
    }
}
.box-get .get>ul>li:nth-child(1),
.box-get .get>ul>li:nth-child(3),
.box-get .get>ul>li:nth-child(5) {
    width: 28.8%;
}
@media (max-width: 767px) {
    .box-get .get>ul>li:nth-child(1),
    .box-get .get>ul>li:nth-child(3),
    .box-get .get>ul>li:nth-child(5) {
        width: 40.5%;
    }
}
.box-get .get>ul>li:nth-child(1) .item .img-box,
.box-get .get>ul>li:nth-child(3) .item .img-box,
.box-get .get>ul>li:nth-child(5) .item .img-box {
    padding-bottom: 80.43478261%;
}
.box-get .get>ul>li:nth-child(2) {
    width: 42.4%;
}
@media (max-width: 767px) {
    .box-get .get>ul>li:nth-child(2) {
        width: 59.5%;
    }
}
.box-get .get>ul>li:nth-child(2) .item .img-box {
    padding-bottom: 53.62318841%;
}
@media (max-width: 767px) {
    .box-get .get>ul>li:nth-child(3),
    .box-get .get>ul>li:nth-child(5) {
        width: 45%;
    }
}
.box-get .get>ul>li:nth-child(4),
.box-get .get>ul>li:nth-child(6) {
    width: 35.6%;
}
@media (max-width: 767px) {
    .box-get .get>ul>li:nth-child(4),
    .box-get .get>ul>li:nth-child(6) {
        width: 55%;
    }
}
.box-get .get>ul>li:nth-child(4) .item .img-box,
.box-get .get>ul>li:nth-child(6) .item .img-box {
    padding-bottom: 64.45993031%;
}
.box-get .get>ul>li:nth-child(2) .item .note h3:before {
   
}
.box-get .get>ul>li:nth-child(3) .item .note h3:before {
    
}
.box-get .get>ul>li:nth-child(4) .item .note h3:before {
    
}
.box-get .get>ul>li:nth-child(5) .item .note h3:before {
    font-size: 30px;
    
}
@media (max-width: 991px) {
    .box-get .get>ul>li:nth-child(5) .item .note h3:before {
        font-size: 24px;
    }
}
.box-get .get>ul>li:nth-child(6) .item .note h3:before {
    font-size: 30px;
    
}
@media (max-width: 991px) {
    .box-get .get>ul>li:nth-child(6) .item .note h3:before {
        font-size: 24px;
    }
}
.box-get .get .item {
    position: relative;
    display: block;
}
.box-get .get .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-get .get .item:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}
.box-get .get .item .note {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    width: 100%;
    padding: 0 30px;
    color: #fff;
}
@media (max-width: 1199px) {
    .box-get .get .item .note {
        bottom: 20px;
        padding: 0 14px;
    }
}
@media (max-width: 767px) {
    .box-get .get .item .note {
        bottom: 10px;
        padding: 0 6px;
    }
}
.box-get .get .item .note h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    margin: 0;
    padding-left: 40px;
}
@media (max-width: 1350px) {
    .box-get .get .item .note h3 {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .box-get .get .item .note h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .box-get .get .item .note h3 {
        font-size: 18px;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .box-get .get .item .note h3 {
        font-size: 16px;
        line-height: 20px;
    }
}
.box-get .get .item .note h3:before {
    font-family: 'iconfont' !important;
    font-size: 36px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
   
}
@media (max-width: 991px) {
    .box-get .get .item .note h3:before {
        font-size: 30px;
    }
}
.box-get .get .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-about {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #f1f1f1));
    background-image: -webkit-linear-gradient(#fff 50%, #f1f1f1 50%);
    background-image: linear-gradient(#fff 50%, #f1f1f1 50%);
}
@media (max-width: 767px) {
    .box-about {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(60%, #f1f1f1));
        background-image: -webkit-linear-gradient(#fff 40%, #f1f1f1 60%);
        background-image: linear-gradient(#fff 40%, #f1f1f1 60%);
    }
}
.box-about .video {
    position: relative;
    margin-top: 50px;
    text-align: center;
}
@media (max-width: 991px) {
    .box-about .video {
        margin-top: 30px;
    }
}
.box-about .video img {
    width: 60%;
   
}
.box-about .video .play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: block;
    width: 124px;
    height: 125px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background: url(../images/play.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .box-about .video .play {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px) {
    .box-about .video .play {
        width: 60px;
        height: 60px;
    }
}
.box-about .video .play:hover {
    opacity: .9;
}
.box-about .number {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .box-about .number {
        margin-top: 20px;
        text-align: center;
    }
}
.box-about .number>ul {
    font-size: 0;
}
.box-about .number>ul>li {
    font-size: 14px;
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
@media (max-width: 767px) {
    .box-about .number>ul>li {
        width: 33.33333333%;
    }
}
.box-about .number .item {
    margin-top: 15px;
    text-align: center;
    display: block;
}
.box-about .number .item .iconfont {
    font-size: 40px;
    line-height: 40px;
    display: block;
    color: #31439c;
}
@media (max-width: 767px) {
    .box-about .number .item .iconfont {
        font-size: 30px;
        line-height: 30px;
    }
}
.box-about .number .item b {
    font-family: 'Helvetica Neue LT Pro', Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    color: #31439c;
}
@media (max-width: 1199px) {
    .box-about .number .item b {
        font-size: 38px;
    }
}
@media (max-width: 991px) {
    .box-about .number .item b {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .box-about .number .item b {
        font-size: 28px;
    }
}
.box-about .number .item b sub {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
}
@media (max-width: 1199px) {
    .box-about .number .item b sub {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .box-about .number .item b sub {
        font-size: 20px;
    }
}
.box-about .number .item p {
    font-size: 18px;
    line-height: 26px;
    max-width: 190px;
    margin: 0 auto;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .box-about .number .item p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-about .number .item p {
        font-size: 14px;
        line-height: 20px;
    }
}
.box-about .number .item:hover .iconfont {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-contact .title h2 {
    padding: 0;
}
.box-contact .title h2:before,
.box-contact .title h2:after {
    display: none;
}
.box-contact .link {
    margin-top: 30px;
    text-align: center;
}
.box-contact .link a {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    padding: 0 60px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background-color: #31439c;
}
.box-contact .link a:hover {
    background-color: #0b1f83;
}
.box-product {
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f1f1f1), color-stop(40%, #fff));
    background-image: -webkit-linear-gradient(#f1f1f1 60%, #fff 40%);
    background-image: linear-gradient(#f1f1f1 60%, #fff 40%);
}
.box-product .product {
    margin: 0 -10px;
    margin-top: 30px;
}
@media (max-width: 1470px) {
    .box-product .product {
        margin: 0;
        margin-top: 30px;
    }
}
.box-product .product .slick-slide {
    padding: 10px;
}
@media (max-width: 1470px) {
    .box-product .product .slick-slide {
        padding: 5px;
    }
}
.box-product .product .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-product .product .item .pic {
    position: relative;
    display: block;
}
.box-product .product .item .pic:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    border: 4px solid #31439c;
}
.box-product .product .item .img-box {
    padding-bottom: 96.66666667%;
}
.box-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product .item .note {
    position: relative;
    overflow: hidden;
    height: 100px;
    text-align: center;
}
.box-product .product .item .note h3 {
    font-family: 'Helvetica Neue LT Pro', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 100px;
    display: -webkit-box;
    overflow: hidden;
    height: 100px;
    margin: 0;
    padding: 0 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .box-product .product .item .note h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .box-product .product .item .note h3 {
        line-height: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .note h3 {
        font-size: 18px;
        line-height: 30px;
        -webkit-line-clamp: 2;
    }
}
.box-product .product .item .note .link {
    font-size: 0;
    background-color: #31439c;
}
.box-product .product .item .note .link a {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    width: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
    color: #fff;
}
@media (max-width: 767px) {
    .box-product .product .item .note .link a {
        font-size: 14px;
    }
}
.box-product .product .item .note .link a:hover {
    background-color: #6674b6;
}
.box-product .product .item:hover .pic:before {
    opacity: 1;
}
.box-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .product .item:hover .note {
    background-color: #31439c;
}
.box-product .product .item:hover .note h3 {
    line-height: 60px;
    height: 60px;
    color: #fff;
}
.box-faq .title {
    text-align: left;
}
.box-faq .title h2 {
    margin-bottom: 10px;
    padding: 0;
}
.box-faq .title h2:before,
.box-faq .title h2:after {
    display: none;
}
@media (min-width: 992px) {
    .box-faq .title h2 {
        font-size: 36px;
    }
}
.box-faq .title p {
    margin: 0;
}
.box-faq .faq {
    padding-right: 30px;
}
@media (max-width: 1199px) {
    .box-faq .faq {
        padding-right: 0;
    }
}
.box-faq .faq .faq-list>ul>li {
    margin-top: 20px;
    background-color: #f1f1f1;
}
.box-faq .faq .faq-list .title-faq {
    position: relative;
    padding: 20px 80px;
    cursor: pointer;
}
@media (max-width: 991px) {
    .box-faq .faq .faq-list .title-faq {
        padding: 14px 30px;
    }
}
.box-faq .faq .faq-list .title-faq:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 20px;
    left: 0;
    width: 80px;
    content: '\e666';
    text-align: center;
}
@media (max-width: 991px) {
    .box-faq .faq .faq-list .title-faq:before {
        font-size: 20px;
        top: 14px;
        width: 30px;
    }
}
.box-faq .faq .faq-list .title-faq:after {
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    top: 20px;
    right: 0;
    width: 80px;
    content: '\e625';
    text-align: center;
}
@media (max-width: 991px) {
    .box-faq .faq .faq-list .title-faq:after {
        top: 14px;
        width: 30px;
    }
}
.box-faq .faq .faq-list .title-faq h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 991px) {
    .box-faq .faq .faq-list .title-faq h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-faq .faq .faq-list .title-faq h3 {
        font-size: 16px;
        line-height: 24px;
    }
}
.box-faq .faq .faq-list .text {
    display: none;
    padding: 14px 80px 30px 80px;
}
@media (max-width: 991px) {
    .box-faq .faq .faq-list .text {
        padding: 14px 20px;
    }
}
.box-faq .faq .faq-list .text p {
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 72px;
    margin: 0;
    color: #444;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
    .box-faq .faq .faq-list .text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-faq .faq .faq-list .text p {
        font-size: 14px;
    }
}
.box-faq .faq .faq-list .current .title-faq {
    color: #fff;
    background-color: #31439c;
}
@media (max-width: 1199px) {
    .box-faq .tips {
        margin-top: 30px;
    }
}
.box-faq .tips .tips-list .item {
    font-size: 0;
    position: relative;
    margin-top: 20px;
    padding: 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .box-faq .tips .tips-list .item {
        padding: 10px;
    }
}
.box-faq .tips .tips-list .item .iconfont,
.box-faq .tips .tips-list .item h3,
.box-faq .tips .tips-list .item .number {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.box-faq .tips .tips-list .item .iconfont {
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #31439c;
}
@media (max-width: 767px) {
    .box-faq .tips .tips-list .item .iconfont {
        font-size: 24px;
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}
.box-faq .tips .tips-list .item h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    margin: 0;
    padding: 0 5%;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .box-faq .tips .tips-list .item h3 {
        padding: 0 3%;
    }
}
@media (max-width: 767px) {
    .box-faq .tips .tips-list .item h3 {
        font-size: 18px;
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}
.box-faq .tips .tips-list .item .number {
    font-family: Impact, Arial;
    font-size: 44px;
    line-height: 1;
    width: 60px;
    color: rgba(49, 67, 156, .1);
}
@media (max-width: 767px) {
    .box-faq .tips .tips-list .item .number {
        font-size: 30px;
        width: 30px;
    }
}
.box-faq .tips .tips-list .item:hover {
    color: #fff;
    background-color: #31439c;
}
.box-faq .tips .tips-list .item:hover .iconfont {
    color: #31439c;
    background-color: #fff;
}
.box-faq .tips .tips-list .item:hover .number {
    color: rgba(255, 255, 255, .1);
}
.box-business {
    font-size: 0;
    padding: 0;
    background-color: #f1f1f1;
}
.box-business .pic,
.box-business .business {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.box-business .pic {
    overflow: hidden;
    width: 46%;
}
@media (max-width: 991px) {
    .box-business .pic {
        width: 100%;
    }
    .box-business .pic img {
        width: 100%;
    }
}
.box-business .business {
    width: 54%;
    padding: 30px 6% 30px 5%;
}
@media (max-width: 991px) {
    .box-business .business {
        width: 100%;
        padding: 30px 15px;
    }
}
.box-business .business .title {
    text-align: left;
}
.box-business .business .title h2 {
    padding-left: 0;
}
.box-business .business .title h2:before {
    display: none;
}
.box-business .business form p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    margin: 20px 0 0 0;
    padding-left: 14px;
    color: #444;
}
@media (max-width: 991px) {
    .box-business .business form p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-business .business form p {
        font-size: 16px;
    }
}
.box-business .business form p:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 3px;
    height: 14px;
    content: '';
    background-color: #31439c;
}
.box-business .business form input,
.box-business .business form textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
    resize: vertical;
    border: 1px solid #aaa;
    background: none;
}
@media (max-width: 767px) {
    .box-business .business form input,
    .box-business .business form textarea {
        font-size: 14px;
        line-height: 24px;
        padding: 10px;
    }
}
.box-business .business form input::-webkit-input-placeholder,
.box-business .business form textarea::-webkit-input-placeholder {
    color: #555;
}
.box-business .business form input:-o-placeholder,
.box-business .business form textarea:-o-placeholder {
    color: #555;
}
.box-business .business form input::-moz-placeholder,
.box-business .business form textarea::-moz-placeholder {
    color: #555;
}
.box-business .business form input:-ms-input-placeholder,
.box-business .business form textarea:-ms-input-placeholder {
    color: #555;
}
.box-business .business form input:focus::-webkit-input-placeholder,
.box-business .business form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-business .business form input:focus::-o-placeholder,
.box-business .business form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-business .business form input:focus::-moz-placeholder,
.box-business .business form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-business .business form input:focus::-ms-input-placeholder,
.box-business .business form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-business .business form .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 30px;
    padding: 0 60px;
    color: #fff;
    border-radius: 0;
    background-color: #31439c;
}
.footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 55px;
    }
}
.footer .container {
    width: 100%;
    max-width: 1690px;
    margin: 0 auto;
}
.footer .foot {
    padding: 30px 0;
}
.footer .foot>ul {
    font-size: 0;
    padding: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot>ul:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: 0;
    content: '';
}
@media (max-width: 767px) {
    .footer .foot>ul:after {
        display: none;
    }
}
@media (max-width: 767px) {
    .footer .foot>ul {
        display: block;
        overflow: hidden;
    }
}
.footer .foot>ul>li {
    font-size: 14px;
    display: inline-block;
    max-width: 25%;
    text-align: left;
    vertical-align: top;
}
@media (max-width: 767px) {
    .footer .foot>ul>li {
        display: block;
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot>ul>li .item {
    margin-top: 20px;
    text-align: left;
}
@media (max-width: 767px) {
    .footer .foot>ul>li .item {
        margin-top: 14px;
    }
}
.footer .foot>ul>li .item .title-foot:after {
    display: block;
    width: 81px;
    height: 3px;
    margin-top: 14px;
    content: '';
    background: url(../images/line-1.png) no-repeat;
}
@media (max-width: 767px) {
    .footer .foot>ul>li .item .title-foot:after {
        display: none;
    }
}
.footer .foot>ul>li .item .title-foot h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .footer .foot>ul>li .item .title-foot h3 {
        font-size: 18px;
        text-decoration: none;
    }
    .footer .foot>ul>li .item .title-foot h3:after {
        font-family: 'iconfont' !important;
        float: right;
        content: '\e629';
    }
}
.footer .foot>ul>li .item-1 img {
    max-width: 100%;
    margin-bottom: 14px;
}
@media (max-width: 767px) {
    .footer .foot>ul>li .item-1 img {
        display: block;
        margin: 0 auto;
    }
}
.footer .foot>ul>li .item-1 p {
    font-size: 18px;
    line-height: 1.44444444;
    position: relative;
    margin: 0;
    padding-top:10px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-1 p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .footer .foot>ul>li .item-1 p {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0 0 0;
    }
}
.footer .foot>ul>li .item-1 .share {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-1 .share {
        margin-top: 10px;
        padding-top: 10px;
    }
}
.footer .foot>ul>li .item-1 .share ul {
    font-size: 0;
    display: inline-block;
}
.footer .foot>ul>li .item-1 .share ul li {
    display: inline-block;
    margin-right: 14px;
}
.footer .foot>ul>li .item-1 .share ul li a {
    font-size: 18px;
    line-height: 42px;
    display: block;
    width: 42px;
    height: 42px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #3b3b3b;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-1 .share ul li a {
        font-size: 14px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
}
.footer .foot>ul>li .item-1 .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;
    display: inline-block;
    content: '\e6d9';
    text-align: center;
    vertical-align: top;
}
.footer .foot>ul>li .item-1 .share ul li.twitter a:before {
    content: '\e68b';
}
.footer .foot>ul>li .item-1 .share ul li.linkedin a:before {
    content: '\f1e7';
}
.footer .foot>ul>li .item-1 .share ul li.instagram a:before {
    content: '\e6b6';
}
.footer .foot>ul>li .item-1 .share ul li.youtube a:before {
    content: '\e618';
}
.footer .foot>ul>li .item-1 .share ul li.google a:before {
    content: '\e645';
}
.footer .foot>ul>li .item-1 .share ul li.amazon a:before {
    content: '\e6c1';
}
.footer .foot>ul>li .item-1 .share ul li:hover a {
    color: #fff;
    background-color: #31439c;
}
.footer .foot>ul>li .item-2 p {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    margin: 10px 0;
    padding-left: 34px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-2 p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .footer .foot>ul>li .item-2 p {
        font-size: 14px;
        line-height: 24px;
        margin: 14px 0;
    }
}
.footer .foot>ul>li .item-2 p:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e635';
}
.footer .foot>ul>li .item-2 p.tel:before {
    content: '\e71b';
}
.footer .foot>ul>li .item-2 p.fax:before {
    font-size: 18px;
    content: '\e6e6';
}
.footer .foot>ul>li .item-2 p.email:before {
    content: '\e637';
}
.footer .foot>ul>li .item-2 p a:hover {
    text-decoration: underline;
}
.footer .foot>ul>li .item-3 a {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    display: block;
    padding: 5px 0 5px 14px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-14px);
    -ms-transform: translateX(-14px);
    transform: translateX(-14px);
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-3 a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .footer .foot>ul>li .item-3 a {
        font-size: 14px;
        line-height: 24px;
        display: inline-block;
        margin-right: 10px;
        padding: 0;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        vertical-align: top;
    }
}
.footer .foot>ul>li .item-3 a:before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    opacity: 0;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px) {
    .footer .foot>ul>li .item-3 a:before {
        display: none;
    }
}
.footer .foot>ul>li .item-3 a:hover {
    font-style: italic;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.footer .foot>ul>li .item-3 a:hover:before {
    opacity: 1;
}
.footer .foot>ul>li .info-down {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .footer .foot>ul>li .info-down {
        display: none;
    }
}
.footer .foot>ul>li.current .title-foot h3:after {
    content: '\e628';
}
.footer .copyright {
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0;
    background-color: #222;
}
@media (max-width: 1199px) {
    .footer .copyright {
        font-size: 14px;
        padding: 14px 0;
    }
}
.footer .copyright p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .footer .copyright p {
        line-height: 24px;
        display: block;
    }
}
.footer .copyright #google_translate_element {
    line-height: 20px;
    display: inline-block;
    float: right;
}
.footer .copyright a.sitemap {
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}
.footer .copyright a.sitemap:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    float: left;
    margin-right: 10px;
    content: '\e648';
}
.footer .copyright a:hover {
    text-decoration: underline;
}
.fixed-message {
    position: fixed;
    z-index: 9;
    top: 50%;
    left: 50%;
    display: none;
    width: 90%;
    max-width: 1170px;
    padding: 30px 8% 60px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background: url(../images/message_bg.jpg) no-repeat bottom center #fff;
    background-size: contain;
}
@media (max-width: 767px) {
    .fixed-message {
        padding: 30px 15px 60px;
    }
}
.fixed-message .title-message {
    text-align: center;
}
.fixed-message .title-message h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
    color: #31439c;
}
@media (max-width: 1199px) {
    .fixed-message .title-message h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .fixed-message .title-message h2 {
        font-size: 24px;
    }
}
.fixed-message .message {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .fixed-message .message {
        margin-top: 0;
    }
}
.fixed-message .message form p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    margin: 20px 0 0 0;
    padding-left: 14px;
    text-align: center;
    color: #444;
}
@media (max-width: 991px) {
    .fixed-message .message form p {
        font-size: 16px;
        margin: 10px 0 0 0;
    }
}
@media (max-width: 767px) {
    .fixed-message .message form p {
        font-size: 14px;
        line-height: 24px;
    }
}
.fixed-message .message form input,
.fixed-message .message form textarea {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    resize: vertical;
    border: 1px solid #dcdcdc;
    background: none;
}
@media (max-width: 767px) {
    .fixed-message .message form input,
    .fixed-message .message form textarea {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        padding: 10px;
    }
}
.fixed-message .message form input::-webkit-input-placeholder,
.fixed-message .message form textarea::-webkit-input-placeholder {
    color: #555;
}
.fixed-message .message form input:-o-placeholder,
.fixed-message .message form textarea:-o-placeholder {
    color: #555;
}
.fixed-message .message form input::-moz-placeholder,
.fixed-message .message form textarea::-moz-placeholder {
    color: #555;
}
.fixed-message .message form input:-ms-input-placeholder,
.fixed-message .message form textarea:-ms-input-placeholder {
    color: #555;
}
.fixed-message .message form input:focus::-webkit-input-placeholder,
.fixed-message .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.fixed-message .message form input:focus::-o-placeholder,
.fixed-message .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.fixed-message .message form input:focus::-moz-placeholder,
.fixed-message .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.fixed-message .message form input:focus::-ms-input-placeholder,
.fixed-message .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.fixed-message .message form .send {
    text-align: center;
}
.fixed-message .message form .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 30px;
    padding: 0 60px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #31439c;
}
@media (max-width: 767px) {
    .fixed-message .message form .submit {
        line-height: 40px;
        margin-top: 14px;
        padding: 0 40px;
    }
}
.fixed-message .message form .submit:hover {
    background-color: #0b1f83;
}
.inquire-sheet-box {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 50px;
    display: none;
    overflow: hidden;
    width: 480px;
    border-radius: 10px;
    background-color: #222;
}
@media (max-width: 1350px) {
    .inquire-sheet-box {
        top: -50px;
        width: 400px;
    }
}
@media (max-width: 1199px) {
    .inquire-sheet-box {
        /* display: none !important; */
    }
}
.inquire-sheet-box .j-title {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    background-color: #31439c;
}
.inquire-sheet-box .j-title h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    display: inline-block;
    margin: 0;
    color: #fff;
}
.inquire-sheet-box .j-title .inquire-close {
    line-height: 60px;
    display: inline-block;
    float: right;
    cursor: pointer;
    color: #fff;
}
@media (max-width: 1350px) {
    .inquire-sheet-box .j-title .inquire-close {
        line-height: 40px;
    }
}
.inquire-sheet-box .j-title .inquire-close:after {
    font-family: 'iconfont' !important;
    font-size: 22px;
    content: '\e61b';
}
.inquire-sheet-box .J-shoping-close {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.inquire-sheet-box .J-shoping-close::after {
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 68px;
    content: '\e632';
}
.inquire-sheet-box .J-shoping-close:hover {
    color: #b10c12;
}
.inquire-sheet-box .J-inquiry {
    color: #fff;
    background-color: #31439c;
}
.inquire-sheet-box .J-inquiry a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding: 30px 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}
@media (max-width: 1350px) {
    .inquire-sheet-box .J-inquiry a {
        padding: 15px 10px;
    }
}
.inquire-sheet-box .J-inquiry a:after {
    font-family: 'iconfont' !important;
    margin-left: 10px;
    content: '\e826';
}
.inquire-sheet-box .J-shoping-body {
    overflow-y: auto;
    max-height: 360px;
}
.inquire-sheet-box .list {
    overflow: hidden;
    padding: 10px 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
}
.inquire-sheet-box .list .pic {
    display: inline-block;
    overflow: hidden;
    width: 100px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}
.inquire-sheet-box .list .pic .img-box {
    padding-bottom: 96.66666667%;
}
.inquire-sheet-box .list p {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    display: -webkit-box;
    display: inline-block;
    overflow: hidden;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    max-height: 48px;
    margin: 0;
    padding: 0 10%;
    vertical-align: middle;
    text-transform: capitalize;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inquire-sheet-box .list:hover {
    background-color: #414141;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 8px;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-thumb {
    background-color: #31439c;
}
.cart {
    line-height: 30px;
    position: fixed;
    z-index: 8;
    top: -webkit-calc(40% - 50px);
    top: calc(40% - 50px);
    right: 0;
    display: block;
}
@media (max-width: 991px) {
    .cart {
        top: 40%;
    }
}
.cart a.cart-icon {
    font-size: 14px;
    line-height: 44px;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 2px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    background-color: rgba(120, 120, 120, .8);
}
@media (max-width: 991px) {
    .cart a.cart-icon {
        line-height: 34px;
        width: 40px;
        height: 40px;
    }
}
.cart a.cart-icon span {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: -8px;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
.cart a.cart-icon::before {
    font-family: 'iconfont';
    font-size: 22px;
    font-weight: normal;
    display: block;
    content: '\e603';
    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .cart a.cart-icon::before {
        font-size: 20px;
    }
}
.cart a.cart-icon:hover {
    background-color: #31439c;
}
.u-flyer {
    position: fixed;
    z-index: 9999;
    display: block;
    width: 50px;
    height: 50px;
    color: #31439c;
    border-radius: 50px;
}
.wrapper {
    clear: both;
}
.wrap {
    overflow: hidden;
    padding: 80px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 40px 0;
    }
}
@media (min-width: 1200px) {
    .wrap .title h2 {
        font-size: 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .wrap .title h2 {
        font-size: 36px;
    }
}
.title-in {
    text-align: left;
}
.title-in h2 {
    padding: 0;
}
.title-in h2:before,
.title-in h2:after {
    display: none;
}
@media (min-width: 1200px) {
    .title-in h2 {
        font-size: 40px;
    }
}
.title-in p {
    font-size: 16px;
    line-height: 1.625;
    color: #333;
}
@media (max-width: 767px) {
    .title-in p {
        font-size: 14px;
    }
}
.title-other h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}
@media (max-width: 1350px) {
    .title-other h2 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .title-other h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-other h2 {
        font-size: 20px;
    }
}
.title-other p {
    line-height: 1.4;
    margin: 6px 0 0 0;
    color: #666;
}
.wrap-text-top {
    padding: 40px 0;
}
@media (max-width: 1199px) {
    .wrap-text-top {
        padding: 20px 0;
    }
}
.wrap-text-top .text-top {
    padding: 0 15px;
    text-align: center;
}
.wrap-text-top .text-top h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    color: #31439c;
}
@media (max-width: 1199px) {
    .wrap-text-top .text-top h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-text-top .text-top h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-text-top .text-top h3 {
        font-size: 16px;
    }
}
.wrap-text-top.wrap-text-black {
    background-color: #f1f1f1;
}
@media (min-width: 1200px) {
    .wrap-text-top.wrap-text-black {
        padding: 40px 0 50px 0;
    }
}
.wrap-text-top.wrap-text-black .text-top h3 {
    color: #222;
}
@media (min-width: 1200px) {
    .wrap-text-top.wrap-text-black .text-top h3 {
        font-size: 20px;
        line-height: 1.8;
    }
}
.public-text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}
@media (max-width: 767px) {
    .public-text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-left {
    display: inline-block;
    float: left;
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
    padding-right: 30px;
}
@media (max-width: 1199px) {
    .wrap-left {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}
.wrap-right {
    display: inline-block;
    float: right;
    width: 210px;
}
@media (max-width: 1199px) {
    .wrap-right {
        display: block;
        float: none;
        width: 100%;
    }
}
.wrap-other-know {
    padding-top: 70px;
}
@media (max-width: 991px) {
    .wrap-other-know {
        padding-top: 40px;
    }
}
.wrap-other-know .other-know {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-other-know .other-know {
        margin-top: 20px;
    }
}
.wrap-other-know .other-know .slick-other-know {
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .wrap-other-know .other-know .slick-other-know {
        margin: 0 -8px;
    }
}
.wrap-other-know .other-know .slick-other-know .slick-slide {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .wrap-other-know .other-know .slick-other-know .slick-slide {
        padding: 0 8px;
    }
}
.wrap-other-know .other-know .itembox .item {
    padding: 14px 14px 0 14px;
    border: 3px solid #dcdcdc;
    border-bottom: none;
}
@media (max-width: 991px) {
    .wrap-other-know .other-know .itembox .item {
        padding: 6px 6px 0 6px;
    }
}
.wrap-other-know .other-know .itembox .img-box {
    padding-bottom: 74.28571429%;
}
.wrap-other-know .other-know .itembox .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-other-know .other-know .itembox .note {
    padding: 20px 0;
}
.wrap-other-know .other-know .itembox .note h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-other-know .other-know .itembox .note h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-other-know .other-know .itembox .note h3 {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
    }
}
.wrap-other-know .other-know .itembox .note .date {
    line-height: 24px;
    display: block;
    margin-top: 10px;
    color: #888;
}
.wrap-other-know .other-know .itembox .note .date:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    float: left;
    margin-right: 8px;
    content: '\e6ab';
    color: #31439c;
}
.wrap-other-know .other-know .itembox .note p {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .wrap-other-know .other-know .itembox .note p {
        line-height: 20px;
        height: 60px;
    }
}
.wrap-other-know .other-know .itembox .more {
    line-height: 50px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    background-color: #f1f1f1;
}
@media (max-width: 767px) {
    .wrap-other-know .other-know .itembox .more {
        line-height: 36px;
    }
}
.wrap-other-know .other-know .itembox:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-other-know .other-know .itembox:hover .more {
    color: #fff;
    background-color: #31439c;
}
.wrap-other-know .other-know .itembox:hover .note h3 {
    color: #31439c;
}
.arrow-height .slick-arrow {
    line-height: 100px;
    left: 15px;
    height: 100px;
    color: #fff;
    border: none;
    background-color: rgba(0, 0, 0, .4);
}
@media (max-width: 991px) {
    .arrow-height .slick-arrow {
        line-height: 60px;
        left: 8px;
        height: 60px;
    }
}
.arrow-height .slick-arrow.slick-next {
    right: 15px;
    left: auto;
}
@media (max-width: 991px) {
    .arrow-height .slick-arrow.slick-next {
        right: 8px;
    }
}
.arrow-height .slick-arrow:hover {
    background-color: rgba(49, 67, 156, .4);
}
.quotation {
    padding-top: 70px;
}
@media (max-width: 991px) {
    .quotation {
        padding-top: 40px;
    }
}
.quotation .title-in {
    text-align: center;
}
.quotation .btn-quotation {
    margin-top: 30px;
    text-align: center;
}
@media (max-width: 767px) {
    .quotation .btn-quotation {
        margin-top: 20px;
    }
}
.quotation .btn-quotation a {
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    padding: 0 60px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background-color: #31439c;
}
@media (max-width: 767px) {
    .quotation .btn-quotation a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 40px;
    }
}
.quotation .btn-quotation a:hover {
    background-color: #0b1f83;
}
.wrap-sidenav-main {
    position: relative;
    z-index: 2;
    margin-top: -30px;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .wrap-sidenav-main {
        margin-top: -25px;
        margin-bottom: 10px;
    }
}
.wrap-sidenav-main .sidenav-main>ul {
    font-size: 0;
    text-align: center;
    margin: 0 -15px;
}
@media (max-width: 1350px) {
    .wrap-sidenav-main .sidenav-main>ul {
        margin: 0 -8px;
    }
}
@media (max-width: 1199px) {
    .wrap-sidenav-main .sidenav-main>ul {
        margin: 0 -5px;
    }
}
.wrap-sidenav-main .sidenav-main>ul>li {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    padding: 0 15px;
    vertical-align: top;
}
@media (max-width: 1350px) {
    .wrap-sidenav-main .sidenav-main>ul>li {
        padding: 0 8px;
    }
}
@media (max-width: 1199px) {
    .wrap-sidenav-main .sidenav-main>ul>li {
        padding: 0 5px;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav-main .sidenav-main>ul>li {
        width: 50%;
        margin-bottom: 10px;
    }
}
.wrap-sidenav-main .sidenav-main>ul>li>a {
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding: 15px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    text-transform: capitalize;
    background-color: #f1f1f1;
}
@media (max-width: 1470px) {
    .wrap-sidenav-main .sidenav-main>ul>li>a {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .wrap-sidenav-main .sidenav-main>ul>li>a {
        font-size: 16px;
        padding: 10px 5px;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav-main .sidenav-main>ul>li>a {
        font-size: 14px;
    }
}
.wrap-sidenav-main .sidenav-main>ul>li>a .iconfont {
    font-size: 28px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .wrap-sidenav-main .sidenav-main>ul>li>a .iconfont {
        font-size: 24px;
        margin-right: 4px;
    }
}
.wrap-sidenav-main .sidenav-main>ul>li.active>a,
.wrap-sidenav-main .sidenav-main>ul>li:hover>a {
    color: #fff;
    background-color: #31439c;
}
.wrap-sidenav-application .sidenav-main>ul>li {
    width: 20%;
}
@media (max-width: 991px) {
    .wrap-sidenav-application .sidenav-main>ul>li {
        width: 33.33333333%;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav-application .sidenav-main>ul>li {
        width: 50%;
    }
}
.wrap-sidenav-deputy {
    position: relative;
    z-index: 8;
    min-height: 60px;
    text-align: center;
    background-color: #fff;
}
.wrap-sidenav-deputy .sidenav-deputy {
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.wrap-sidenav-deputy .sidenav-deputy>ul>li {
    display: inline-block;
    vertical-align: top;
}
.wrap-sidenav-deputy .sidenav-deputy>ul>li:after {
    display: inline-block;
    content: '|';
    vertical-align: middle;
    color: #dcdcdc;
}
.wrap-sidenav-deputy .sidenav-deputy>ul>li:last-child:after {
    display: none;
}
.wrap-sidenav-deputy .sidenav-deputy>ul>li>a {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    padding: 15px 46px;
    cursor: pointer;
    vertical-align: middle;
    text-transform: capitalize;
}
@media (max-width: 1470px) {
    .wrap-sidenav-deputy .sidenav-deputy>ul>li>a {
        font-size: 16px;
        padding: 15px 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-sidenav-deputy .sidenav-deputy>ul>li>a {
        padding: 10px 15px;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav-deputy .sidenav-deputy>ul>li>a {
        font-size: 14px;
        line-height: 24px;
        padding: 5px 10px;
    }
}
.wrap-sidenav-deputy .sidenav-deputy>ul>li.active>a {
    color: #31439c;
    background: url(../images/line-2.png) no-repeat bottom center;
}
.wrap-sidenav-deputy.sticky {
    border: 1px solid #dcdcdc;
}
.wrap-sidenav-deputy.sticky .sidenav-deputy {
    border: none;
}
.wrap-sidenav-right .sidenav-deputy {
    width: 210px;
}
@media (max-width: 1199px) {
    .wrap-sidenav-right .sidenav-deputy {
        width: 100%;
    }
}
.wrap-sidenav-right .sidenav-deputy>ul {
    margin: 0 -10px;
}
.wrap-sidenav-right .sidenav-deputy>ul>li {
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .wrap-sidenav-right .sidenav-deputy>ul>li {
        display: inline-block;
        margin: 0;
        padding: 5px;
        vertical-align: top;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav-right .sidenav-deputy>ul>li {
        padding: 4px;
    }
}
.wrap-sidenav-right .sidenav-deputy>ul>li>a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding: 10px 10px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #f1f1f1;
}
@media (max-width: 1199px) {
    .wrap-sidenav-right .sidenav-deputy>ul>li>a {
        font-size: 16px;
        line-height: 24px;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav-right .sidenav-deputy>ul>li>a {
        font-size: 14px;
        padding: 4px 8px;
    }
}
.wrap-sidenav-right .sidenav-deputy>ul>li.active>a {
    color: #fff;
    background-color: #31439c;
}
.wrap-sidenav-details .sidenav-deputy>ul>li:nth-child(1) {
    display: none;
}
.wrap-product-sidenav .title-sidenav {
    text-align: center;
}
@media (max-width: 991px) {
    .wrap-product-sidenav .title-sidenav {
        /* display: none; */
    }
    .wrap-product-sidenav .title-sidenav h2:after {
        font-family: "iconfont" !important;
        content: '\e68d';
        font-weight: normal;
        margin-left: 10px;
    }
}
.wrap-product-sidenav .title-sidenav h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
    color: #fff;
    background-color: #31439c;
}
.wrap-product-sidenav .sidenav {
    margin-top: 18px;
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav {
        margin: 0;
        display: none;
    }
}
.wrap-product-sidenav .sidenav .slevel-1>li {
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav .slevel-1>li {
        display: inline-block;
        vertical-align: top;
    }
}
.wrap-product-sidenav .sidenav .slevel-1>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 10px 40px 10px 20px;
    text-transform: uppercase;
    background-color: #ececec;
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav .slevel-1>li>a {
        line-height: 24px;
        padding: 5px 30px 5px 10px;
    }
}
.wrap-product-sidenav .sidenav .slevel-1>li>a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 20px;
    content: '\e61d';
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav .slevel-1>li>a:after {
        top: 5px;
        right: 10px;
    }
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav .slevel-1>li.active,
    .wrap-product-sidenav .sidenav .slevel-1>li:hover {
        display: block;
    }
}
.wrap-product-sidenav .sidenav .slevel-1>li.active>a,
.wrap-product-sidenav .sidenav .slevel-1>li:hover>a {
    color: #31439c;
}
.wrap-product-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-product-sidenav .sidenav .slevel-1>li:hover>a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wrap-product-sidenav .sidenav .slevel-1 .slevel-2 {
    display: none;
    border: 1px solid #dcdcdc;
}
.wrap-product-sidenav .sidenav .slevel-1 .slevel-2>li {
    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav .slevel-1 .slevel-2>li {
        display: inline-block;
        vertical-align: top;
        border-bottom: none;
    }
}
.wrap-product-sidenav .sidenav .slevel-1 .slevel-2>li:last-child {
    border-bottom: none;
}
.wrap-product-sidenav .sidenav .slevel-1 .slevel-2>li>a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 8px 20px;
}
@media (max-width: 1350px) {
    .wrap-product-sidenav .sidenav .slevel-1 .slevel-2>li>a {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav .slevel-1 .slevel-2>li>a {
        padding: 5px 10px;
    }
}
.wrap-product-sidenav .sidenav .slevel-1 .slevel-2>li.active>a,
.wrap-product-sidenav .sidenav .slevel-1 .slevel-2>li:hover>a {
    color: #31439c;
}
.wrap-want {
    background-color: #f1f1f1;
}
.wrap-want .want {
    margin-top: 10px;
}
.wrap-want .want>ul>li {
    margin-top: 30px;
}
.wrap-want .want>ul>li:nth-child(2n) .pic {
    right: 50%;
}
@media (max-width: 767px) {
    .wrap-want .want>ul>li:nth-child(2n) .pic {
        right: 0;
    }
}
.wrap-want .want>ul>li:nth-child(2n) .text {
    left: 50%;
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-want .want>ul>li:nth-child(2n) .text {
        left: 0;
        text-align: left;
    }
}
.wrap-want .want .item {
    font-size: 0;
    background-color: #fff;
}
.wrap-want .want .item .pic,
.wrap-want .want .item .text {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-want .want .item .pic,
    .wrap-want .want .item .text {
        width: 100%;
    }
}
.wrap-want .want .item .pic {
    overflow: hidden;
}
@media (max-width: 767px) {
    .wrap-want .want .item .pic img {
        width: 100%;
    }
}
.wrap-want .want .item .text {
    padding: 20px 3%;
}
@media (max-width: 767px) {
    .wrap-want .want .item .text {
        padding: 20px 15px;
    }
}
.wrap-want .want .item .text .title-want .iconfont {
    font-size: 32px;
    line-height: 40px;
}
.wrap-want .want .item .text .title-want h3 {
    font-family: 'Helvetica Neue LT Pro', Arial, Helvetica, sans-serif;
    line-height: 1.4;
    margin: 0;
}
.wrap-want .want .item .text .note {
    margin-top: 10px;
}
.wrap-want .want .item .text .note p {
    font-size: 18px;
}
@media (max-width: 1199px) {
    .wrap-want .want .item .text .note p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-want .want .item .text .note p {
        font-size: 14px;
    }
}
.wrap-want .want-text {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-want .want-text {
        margin-top: 30px;
    }
}
.wrap-want .want-text p {
    font-size: 18px;
}
@media (max-width: 1199px) {
    .wrap-want .want-text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-want .want-text p {
        font-size: 14px;
    }
}
.wrap-can .can {
    margin-top: 40px;
}
.wrap-can .can>ul {
    font-size: 0;
    margin: 0 -3px;
}
.wrap-can .can>ul>li {
    font-size: 14px;
    display: inline-block;
    width: 20%;
    padding: 3px;
    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-can .can>ul>li {
        width: 50%;
    }
}
.wrap-can .can .item {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.wrap-can .can .item:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .3)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
}
.wrap-can .can .item .img-box {
    padding-bottom: 175%;
}
.wrap-can .can .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-can .can .item .note {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.wrap-can .can .item .note h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-can .can .item .note h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-can .can .item .note h3 {
        font-size: 16px;
    }
}
.wrap-can .can .item .maskbg {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: rgba(0, 0, 0, .6);
}
.wrap-can .can .item .maskbg .mask {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrap-can .can .item .maskbg .mask h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}
.wrap-can .can .item .maskbg .mask span.more {
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
    margin-top: 30px;
    padding: 0 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #fff;
    border-radius: 40px;
}
.wrap-can .can .item .maskbg .mask span.more:hover {
    color: #333;
    background-color: #fff;
}
.wrap-can .can .item .maskbg .number {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, .28);
}
@media (min-width: 1200px) {
    .wrap-can .can .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-can .can .item:hover .note {
        -webkit-transform: translateY(150%);
        -ms-transform: translateY(150%);
        transform: translateY(150%);
    }
    .wrap-can .can .item:hover .maskbg {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.wrap-are {
    background-color: #f1f1f1;
}
.wrap-are .are-video,
.wrap-are .are-text {
    margin-top: 40px;
}
.wrap-are .are-video {
    position: relative;
    overflow: hidden;
}
@media (max-width: 991px) {
    .wrap-are .are-video img {
        width: 100%;
    }
}
.wrap-are .are-video .play {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 124px;
    height: 125px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: url(../images/play.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .wrap-are .are-video .play {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px) {
    .wrap-are .are-video .play {
        width: 60px;
        height: 60px;
    }
}
.wrap-are .are-video .play:hover {
    opacity: .9;
}
@media (max-width: 1350px) {
    .wrap-are .are-text p {
        line-height: 26px;
    }
}
@media (max-width: 1350px) and (max-width: 991px) {
    .wrap-are .are-text p {
        line-height: 24px;
    }
}
.wrap-uphold .uphold>ul {
    font-size: 0;
}
.wrap-uphold .uphold>ul>li {
    font-size: 14px;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.wrap-uphold .uphold .item {
    margin-top: 30px;
    text-align: center;
}
.wrap-uphold .uphold .item .img-box {
    padding-bottom: 36.23188406%;
}
.wrap-uphold .uphold .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-uphold .uphold .item .text {
    position: relative;
    z-index: 2;
    margin-top: -32px;
    padding: 0 10%;
}
@media (max-width: 767px) {
    .wrap-uphold .uphold .item .text {
        margin-top: -22px;
    }
}
.wrap-uphold .uphold .item .title-uphold {
    padding: 20px 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .wrap-uphold .uphold .item .title-uphold {
        padding: 10px;
    }
}
.wrap-uphold .uphold .item .title-uphold h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-uphold .uphold .item .title-uphold h3 {
        font-size: 18px;
    }
}
.wrap-uphold .uphold .item .note {
    margin-top: 20px;
}
.wrap-uphold .uphold .item .note p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #444;
}
@media (max-width: 1199px) {
    .wrap-uphold .uphold .item .note p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-uphold .uphold .item .note p {
        font-size: 15px;
    }
}
.wrap-uphold .uphold .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-uphold .uphold .item:hover .title-uphold {
    border-color: #31439c;
}
.wrap-honor {
    background-color: #f1f1f1;
}
.wrap-honor .slick-honor {
    margin: 0 -15px;
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-honor .slick-honor {
        margin-right: -8px;
        margin-left: -8px;
    }
}
.wrap-honor .slick-honor .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .wrap-honor .slick-honor .slick-slide {
        padding: 0 8px;
    }
}
.wrap-honor .slick-honor .item {
    display: block;
    text-align: center;
}
.wrap-honor .slick-honor .item .img-box {
    padding-bottom: 137.87878788%;
}
.wrap-honor .slick-honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .slick-honor .item p {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    margin: 14px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .wrap-honor .slick-honor .item p {
        font-size: 16px;
    }
}
.wrap-honor .slick-honor .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-business .business {
    height: 650px;
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .wrap-business .business {
        height: 500px;
    }
}
@media (max-width: 991px) {
    .wrap-business .business {
        height: 400px;
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-business .business {
        font-size: 12px !important;
        height: 200px;
    }
}
.wrap-know {
    overflow: hidden;
}
.wrap-know .know {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-know .know {
        margin-top: 20px;
    }
}
.wrap-know ul {
    margin: 0 !important;
}
.wrap-know ul li {
    padding: 0 !important;
}
.wrap-know .item {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
}
.wrap-know .item .img-box {
    padding-bottom: 47.91666667%;
}
.wrap-know .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-know .item .note {
    position: absolute;
    z-index: 2;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: rgba(0, 0, 0, .63);
}
@media (max-width: 767px) {
    .wrap-know .item .note {
        height: 34px;
    }
}
.wrap-know .item .note p {
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 0;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px) {
    .wrap-know .item .note p {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-know .item .note p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-know .item .note p {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
    }
}
.wrap-know .item .note span.more {
    font-size: 16px;
}
.wrap-know .item .note span.more:after {
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-left: 4px;
    content: '\eb90';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 1200px) {
    .wrap-know .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-know .item:hover .note {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.wrap-agent-world {
    margin-top: -62px;
    padding: 200px 0 480px;
    background: url(../images/world_bg.jpg) no-repeat top center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .wrap-agent-world {
        padding: 120px 0 300px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-world {
        margin-top: -120px;
    }
}
.wrap-agent-world .title-world {
    text-align: center;
    color: #fff;
}
.wrap-agent-world .title-world h2 {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 200px;
    line-height: 1;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
@media (max-width: 1470px) {
    .wrap-agent-world .title-world h2 {
        font-size: 180px;
    }
}
@media (max-width: 1350px) {
    .wrap-agent-world .title-world h2 {
        font-size: 120px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-world .title-world h2 {
        font-size: 60px;
    }
}
.wrap-agent-world .title-world h3 {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 72px;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
@media (max-width: 1350px) {
    .wrap-agent-world .title-world h3 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-world .title-world h3 {
        font-size: 30px;
    }
}
.wrap-agent-world .text {
    margin-top: 30px;
    text-align: center;
    color: #fff;
}
.wrap-agent-world .text p {
    font-size: 24px;
    line-height: 1.25;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-agent-world .text p {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-world .text p {
        font-size: 16px;
    }
}
.wrap-agent-world .btn-link {
    margin-top: 50px;
    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-agent-world .btn-link {
        margin-top: 30px;
    }
}
.wrap-agent-world .btn-link a {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    padding: 0 60px;
    color: #333;
    border: 4px solid #f3d32d;
    border-radius: 30px;
    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-agent-world .btn-link a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 40px;
    }
}
.wrap-agent-get {
    position: relative;
    z-index: 2;
    margin-top: -390px;
    padding-bottom: 0;
    background: url(../images/get3_bg.jpg) no-repeat center bottom;
}
@media (max-width: 1199px) {
    .wrap-agent-get {
        margin-top: -240px;
    }
}
.wrap-agent-get .get {
    position: relative;
    padding: 80px 30px;
    border-radius: 50px 50px 0 0;
    background: url(../images/get_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .wrap-agent-get .get {
        padding: 50px 20px;
    }
}
.wrap-agent-get .get:before {
    position: absolute;
    top: -30px;
    right: 5%;
    display: block;
    width: 262px;
    height: 255px;
    content: '';
    background: url(../images/get1_bg.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px) {
    .wrap-agent-get .get:before {
        right: -5%;
    }
}
@media (max-width: 767px) {
    .wrap-agent-get .get:before {
        width: 100px;
        height: 100px;
    }
}
.wrap-agent-get .get:after {
    position: absolute;
    bottom: 0;
    left: -60px;
    display: block;
    width: 594px;
    height: 274px;
    content: '';
    background: url(../images/get2_bg.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px) {
    .wrap-agent-get .get:after {
        width: 300px;
        height: 138px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-get .get:after {
        width: 200px;
        height: 80px;
    }
}
.wrap-agent-get .title-get {
    text-align: center;
    color: #fff;
}
.wrap-agent-get .title-get h2 {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 66px;
    margin: 0;
}
@media (max-width: 1350px) {
    .wrap-agent-get .title-get h2 {
        font-size: 56px;
    }
}
@media (max-width: 1199px) {
    .wrap-agent-get .title-get h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .wrap-agent-get .title-get h2 {
        font-size: 38px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-get .title-get h2 {
        font-size: 30px;
    }
}
.wrap-agent-get .get-list {
    max-width: 940px;
    margin: 0 auto;
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-agent-get .get-list {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-get .get-list {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .wrap-agent-get .get-list ul {
        font-size: 0;
    }
}
@media (max-width: 767px) {
    .wrap-agent-get .get-list ul li {
        font-size: 14px;
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
}
.wrap-agent-get .get-list ul li:nth-child(2) {
    -webkit-transform: translateX(8%);
    -ms-transform: translateX(8%);
    transform: translateX(8%);
}
@media (max-width: 1350px) {
    .wrap-agent-get .get-list ul li:nth-child(2) {
        -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
        transform: translateX(5%);
    }
}
@media (max-width: 1199px) {
    .wrap-agent-get .get-list ul li:nth-child(2) {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.wrap-agent-get .get-list ul li:nth-child(3) {
    -webkit-transform: translateX(16%);
    -ms-transform: translateX(16%);
    transform: translateX(16%);
}
@media (max-width: 1350px) {
    .wrap-agent-get .get-list ul li:nth-child(3) {
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%);
    }
}
@media (max-width: 1199px) {
    .wrap-agent-get .get-list ul li:nth-child(3) {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@media (max-width: 767px) {
    .wrap-agent-get .get-list ul li:nth-child(3) {
        width: 100%;
    }
}
.wrap-agent-get .get-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    background: url(../images/get-item.png) no-repeat;
    background-size: 100% 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .wrap-agent-get .get-list .item {
        display: block;
        margin-top: 14px;
        text-align: center;
        color: #fff;
        background: none;
    }
}
.wrap-agent-get .get-list .item .number {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 60px;
    width: 120px;
    padding-right: 10px;
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-agent-get .get-list .item .number {
        font-size: 40px;
        width: 100%;
        text-align: center;
    }
}
.wrap-agent-get .get-list .item .icon {
    font-size: 30px;
    line-height: 122px;
    display: inline-block;
    width: 140px;
    height: 122px;
    text-align: center;
    color: #fff;
    background: url(../images/get-icon.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 767px) {
    .wrap-agent-get .get-list .item .icon {
        line-height: 93px;
        width: 100px;
        height: 93px;
    }
}
.wrap-agent-get .get-list .item .note {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    padding: 10px 50px;
}
@media (max-width: 1199px) {
    .wrap-agent-get .get-list .item .note {
        padding: 10px 30px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-get .get-list .item .note {
        width: 100%;
        padding: 0 4px;
    }
}
.wrap-agent-get .get-list .item .note h3 {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 28px;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-agent-get .get-list .item .note h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-get .get-list .item .note h3 {
        font-size: 20px;
        margin: 10px 0;
    }
}
.wrap-agent-get .get-list .item .note p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #666;
}
@media (max-width: 1199px) {
    .wrap-agent-get .get-list .item .note p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-get .get-list .item .note p {
        color: #fff;
    }
}
.wrap-agent-get .become {
    padding-left: 40%;
}
@media (max-width: 1199px) {
    .wrap-agent-get .become {
        padding-left: 20%;
    }
}
@media (max-width: 767px) {
    .wrap-agent-get .become {
        padding-left: 0;
    }
}
.wrap-agent-get .become h3 {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 36px;
    position: relative;
    padding-left: 40px;
    color: #fff;
}
@media (max-width: 1350px) {
    .wrap-agent-get .become h3 {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-get .become h3 {
        font-size: 24px;
    }
}
.wrap-agent-get .become h3:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    content: '';
    background: url(../images/dot.png) no-repeat;
    background-size: cover;
}
.wrap-agent-get .become a.more {
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
    margin-top: 20px;
    margin-left: 40px;
    padding: 0 60px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
}
@media (max-width: 767px) {
    .wrap-agent-get .become a.more {
        font-size: 16px;
        line-height: 40px;
        padding: 0 40px;
    }
}
.wrap-agent-get .become a.more:hover {
    color: #31439c;
    background-color: #fff;
}
.wrap-agent-backing .title-backing,
.wrap-agent-application .title-backing,
.wrap-agent-message .title-backing,
.wrap-agent-backing .title-application,
.wrap-agent-application .title-application,
.wrap-agent-message .title-application,
.wrap-agent-backing .title-message,
.wrap-agent-application .title-message,
.wrap-agent-message .title-message {
    padding: 25px 20px;
    text-align: center;
    background: url(../images/title-backing.png) no-repeat center;
    background-size: 100% 100%;
}
@media (max-width: 767px) {
    .wrap-agent-backing .title-backing,
    .wrap-agent-application .title-backing,
    .wrap-agent-message .title-backing,
    .wrap-agent-backing .title-application,
    .wrap-agent-application .title-application,
    .wrap-agent-message .title-application,
    .wrap-agent-backing .title-message,
    .wrap-agent-application .title-message,
    .wrap-agent-message .title-message {
        padding: 15px 10px;
    }
}
.wrap-agent-backing .title-backing h2,
.wrap-agent-application .title-backing h2,
.wrap-agent-message .title-backing h2,
.wrap-agent-backing .title-application h2,
.wrap-agent-application .title-application h2,
.wrap-agent-message .title-application h2,
.wrap-agent-backing .title-message h2,
.wrap-agent-application .title-message h2,
.wrap-agent-message .title-message h2 {
    font-family: 'Helvetica Neue LT Pro', Arial;
    margin: 0;
    color: #fff;
}
.wrap-agent-backing {
    padding-bottom: 200px;
    background: url(../images/backing_bg.jpg) no-repeat bottom center #f2f8ff;
}
@media (max-width: 1199px) {
    .wrap-agent-backing {
        padding-bottom: 100px;
    }
}
.wrap-agent-backing .title-backing h2 {
    font-size: 66px;
}
@media (max-width: 1350px) {
    .wrap-agent-backing .title-backing h2 {
        font-size: 56px;
    }
}
@media (max-width: 1199px) {
    .wrap-agent-backing .title-backing h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-backing .title-backing h2 {
        font-size: 24px;
    }
}
.wrap-agent-backing .backing {
    margin-top: 40px;
    text-align: right;
}
@media (max-width: 1199px) {
    .wrap-agent-backing .backing {
        margin-top: 20px;
        text-align: center;
    }
}
.wrap-agent-backing .backing ul {
    font-size: 0;
}
.wrap-agent-backing .backing ul li {
    font-size: 14px;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.wrap-agent-backing .backing .item {
    margin-top: 30px;
    padding: 14px 8%;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-agent-backing .backing .item .number {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #357ed7;
    border-bottom: 1px solid #dcdcdc;
}
.wrap-agent-backing .backing .item .number:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #31439c;
}
.wrap-agent-backing .backing .item .number span {
    font-size: 56px;
}
@media (max-width: 1199px) {
    .wrap-agent-backing .backing .item .number span {
        font-size: 40px;
    }
}
.wrap-agent-backing .backing .item p {
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    color: #444;
}
@media (max-width: 1199px) {
    .wrap-agent-backing .backing .item p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-backing .backing .item p {
        font-size: 16px;
    }
}
.wrap-agent-application .title-application h2 {
    font-size: 48px;
}
@media (max-width: 1350px) {
    .wrap-agent-application .title-application h2 {
        font-size: 38px;
    }
}
@media (max-width: 1199px) {
    .wrap-agent-application .title-application h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-application .title-application h2 {
        font-size: 20px;
    }
}
.wrap-agent-application .slick-agent-application {
    margin: 0 -10px;
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-agent-application .slick-agent-application {
        margin-top: 20px;
    }
}
.wrap-agent-application .slick-agent-application .slick-slide {
    padding: 20px 10px;
}
.wrap-agent-application .slick-agent-application .item {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(49, 67, 156, .2);
}
.wrap-agent-application .slick-agent-application .item:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    border: 4px solid #357ed7;
    border-radius: 20px;
}
.wrap-agent-application .slick-agent-application .item .img-box {
    padding-bottom: 124.24242424%;
}
.wrap-agent-application .slick-agent-application .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-agent-application .slick-agent-application .item .note {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-agent-application .slick-agent-application .item .note h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .wrap-agent-application .slick-agent-application .item .note h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-application .slick-agent-application .item .note h3 {
        line-height: 40px;
        height: 40px;
    }
}
.wrap-agent-application .slick-agent-application .item:hover:before {
    opacity: 1;
}
.wrap-agent-application .slick-agent-application .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-agent-application .slick-agent-application .item:hover .note {
    color: #fff;
    background-color: #357ed7;
}
.wrap-agent-advantages {
    background: url(../images/advantages_bg.jpg) no-repeat top center #f2f8ff;
    background-size: 100%;
}
.wrap-agent-advantages .title-advantages {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-agent-advantages .title-advantages {
        max-width: 400px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-advantages .title-advantages {
        max-width: 240px;
    }
}
.wrap-agent-advantages .title-advantages h2 img {
    max-width: 100%;
}
.wrap-agent-advantages .advantages .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .wrap-agent-advantages .advantages .item {
        margin-top: 10px;
    }
}
.wrap-agent-advantages .advantages .item .number {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 60px;
    line-height: 135px;
    position: relative;
    z-index: 2;
    width: 145px;
    height: 135px;
    text-align: center;
    color: #fff;
    background: url(../images/duobianxing.png) no-repeat;
}
@media (max-width: 1199px) {
    .wrap-agent-advantages .advantages .item .number {
        font-size: 40px;
        line-height: 93px;
        width: 100px;
        height: 93px;
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .wrap-agent-advantages .advantages .item .number {
        font-size: 30px;
    }
}
.wrap-agent-advantages .advantages .item .note {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    margin-left: -60px;
    padding: 14px 5% 14px 12%;
    border-radius: 60px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .wrap-agent-advantages .advantages .item .note {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        padding-left: 20%;
    }
}
.wrap-agent-advantages .advantages .item .note p {
    font-size: 22px;
    line-height: 1.18181818;
    position: relative;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1470px) {
    .wrap-agent-advantages .advantages .item .note p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-agent-advantages .advantages .item .note p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-agent-advantages .advantages .item .note p {
        top: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.wrap-agent-message {
    background: url(../images/agent-message_bg.jpg) no-repeat center bottom;
}
.wrap-agent-message .title-message {
    background-size: contain;
}
@media (max-width: 767px) {
    .wrap-agent-message .title-message {
        background-size: 100% 100%;
    }
}
.wrap-agent-message .title-message h2 {
    font-size: 48px !important;
}
@media (max-width: 1350px) {
    .wrap-agent-message .title-message h2 {
        font-size: 38px !important;
    }
}
@media (max-width: 767px) {
    .wrap-agent-message .title-message h2 {
        font-size: 24px !important;
    }
}
.wrap-agent-message .message p {
    margin-bottom: 10px;
    text-align: center;
}
.wrap-agent-message .message p:before {
    display: none;
}
.wrap-agent-message .message form {
    margin-top: 20px;
}
.wrap-agent-message .message form input,
.wrap-agent-message .message form textarea {
    border: 1px solid #dcdcdc;
    background: none;
}
.wrap-agent-message .message form .submit {
    border-radius: 30px;
    background-color: #2470cb;
}
.wrap-factory-casting {
    padding: 0;
    background-color: #f1f1f1;
}
.wrap-factory-casting .casting {
    font-size: 0;
}
.wrap-factory-casting .casting .casting-video,
.wrap-factory-casting .casting .casting-text {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-factory-casting .casting .casting-video,
    .wrap-factory-casting .casting .casting-text {
        display: block;
        width: 100%;
    }
}
.wrap-factory-casting .casting .casting-video {
    position: relative;
    overflow: hidden;
}
.wrap-factory-casting .casting .casting-video img {
    width: 100%;
}
.wrap-factory-casting .casting .casting-video .play {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 124px;
    height: 125px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: url(../images/play.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .wrap-factory-casting .casting .casting-video .play {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px) {
    .wrap-factory-casting .casting .casting-video .play {
        width: 60px;
        height: 60px;
    }
}
.wrap-factory-casting .casting .casting-video .play:hover {
    opacity: .9;
}
.wrap-factory-casting .casting .casting-text {
    padding: 30px 12% 30px 30px;
}
@media (max-width: 1600px) {
    .wrap-factory-casting .casting .casting-text {
        padding-right: 5%;
    }
}
@media (max-width: 991px) {
    .wrap-factory-casting .casting .casting-text {
        padding: 30px 15px;
    }
}
.wrap-factory-casting .casting .casting-text .title {
    text-align: left;
}
.wrap-factory-casting .casting .casting-text .title h2 {
    padding: 0;
}
.wrap-factory-casting .casting .casting-text .title h2:before {
    display: none;
}
.wrap-factory-casting .casting .casting-text .title h2:after {
    position: relative;
    display: block;
    width: 32px;
    margin-top: 10px;
}
.wrap-factory-casting .casting .casting-text .note {
    margin-top: 20px;
}
.wrap-equipment {
    padding-bottom: 0;
}
.wrap-equipment .equipment {
    margin-top: 20px;
}
.wrap-equipment .equipment .slick-equipment {
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .wrap-equipment .equipment .slick-equipment {
        margin: 0 -8px;
    }
}
.wrap-equipment .equipment .slick-equipment .slick-slide {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .wrap-equipment .equipment .slick-equipment .slick-slide {
        padding: 0 8px;
    }
}
.wrap-equipment .equipment .item {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}
.wrap-equipment .equipment .item .img-box {
    padding-bottom: 127.27272727%;
}
.wrap-equipment .equipment .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-equipment .equipment .item .mask {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1199px) {
    .wrap-equipment .equipment .item .mask {
        height: 40px;
    }
}
.wrap-equipment .equipment .item .mask h3 {
    font-size: 20px;
    line-height: 60px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .wrap-equipment .equipment .item .mask h3 {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-equipment .equipment .item .mask h3 {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
}
.wrap-equipment .equipment .item .mask .note {
    display: -webkit-box;
    overflow: hidden;
    max-height: 144px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
.wrap-equipment .equipment .item .mask .note p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
@media (min-width: 1200px) {
    .wrap-equipment .equipment .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-equipment .equipment .item:hover .mask {
        height: 100%;
        padding-top: 10%;
        border-bottom: 6px solid #31439c;
    }
}
.wrap-process {
    margin-top: 90px;
    background-color: #f1f1f1;
}
@media (max-width: 991px) {
    .wrap-process {
        margin-top: 50px;
    }
}
.wrap-process .process {
    margin-top: 40px;
    padding-right: 30px;
    padding-bottom: 30px;
    background: url(../images/process_bg.png) no-repeat center;
    background-size: 100% 100%;
}
@media (max-width: 1199px) {
    .wrap-process .process {
        margin-top: 0;
        padding: 0;
        background: none;
    }
}
.wrap-process .process>ul {
    font-size: 0;
    margin: 0 -30px;
    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-process .process>ul {
        margin: 0 -8px;
    }
}
.wrap-process .process>ul>li {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    padding: 0 30px;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-process .process>ul>li {
        padding: 0 8px;
    }
}
@media (max-width: 767px) {
    .wrap-process .process>ul>li {
        width: 50%;
    }
}
.wrap-process .process>ul>li:nth-child(5) {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}
@media (max-width: 1199px) {
    .wrap-process .process>ul>li:nth-child(5) {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.wrap-process .process>ul>li:nth-child(7) {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
}
@media (max-width: 1199px) {
    .wrap-process .process>ul>li:nth-child(7) {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.wrap-process .process>ul>li:nth-child(5) .item,
.wrap-process .process>ul>li:nth-child(6) .item,
.wrap-process .process>ul>li:nth-child(7) .item {
    margin-top: 100px;
}
@media (max-width: 1199px) {
    .wrap-process .process>ul>li:nth-child(5) .item,
    .wrap-process .process>ul>li:nth-child(6) .item,
    .wrap-process .process>ul>li:nth-child(7) .item {
        margin-top: 20px;
    }
}
.wrap-process .process .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-process .process .item {
        margin-top: 20px;
    }
}
.wrap-process .process .item .img-box {
    padding-bottom: 120%;
}
.wrap-process .process .item .note {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 10px;
    -webkit-transition: all .6s;
    transition: all .6s;
    color: #fff;
    background-color: rgba(49, 67, 156, .7);
}
@media (max-width: 1199px) {
    .wrap-process .process .item .note {
        display: none;
    }
}
.wrap-process .process .item .note h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-process .process .item .note h3 {
        font-size: 18px;
    }
}
.wrap-process .process .item .mask {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10% 20px 20px 20px;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1199px) {
    .wrap-process .process .item .mask {
        position: relative;
        padding: 20px 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        color: #333;
        background: none;
    }
}
.wrap-process .process .item .mask .number {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    display: block;
}
@media (max-width: 1470px) {
    .wrap-process .process .item .mask .number {
        font-size: 24px;
    }
}
.wrap-process .process .item .mask h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-process .process .item .mask h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-process .process .item .mask h3 {
        font-size: 18px;
    }
}
.wrap-process .process .item .mask .desc {
    overflow-y: auto;
    max-height: 192px;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .wrap-process .process .item .mask .desc {
        max-height: 100%;
        margin: 0;
    }
}
.wrap-process .process .item .mask .desc p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-process .process .item .mask .desc p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .wrap-process .process .item .mask .desc p {
        font-size: 13px;
        line-height: 20px;
    }
}
.wrap-process .process .item:hover .note {
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
}
.wrap-process .process .item:hover .mask {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.wrap-factory-products {
    padding-bottom: 0;
}
.wrap-factory-products .factory-products {
    margin-top: 40px;
}
.wrap-factory-products .factory-products .slick-equipment {
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .wrap-factory-products .factory-products .slick-equipment {
        margin: 0 -8px;
    }
}
.wrap-factory-products .factory-products .slick-equipment .slick-slide {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .wrap-factory-products .factory-products .slick-equipment .slick-slide {
        padding: 0 8px;
    }
}
.wrap-factory-products .factory-products .item {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #dcdcdc;
}
.wrap-factory-products .factory-products .item:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 4px;
    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #31439c;
}
.wrap-factory-products .factory-products .item .img-box {
    /*padding-bottom: 96.66666667%;*/
    /*padding-bottom: 66.66666667%;*/
}
.wrap-factory-products .factory-products .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory-products .factory-products .item .note {
    padding: 20px;
}
@media (max-width: 991px) {
    .wrap-factory-products .factory-products .item .note {
        padding: 20px 10px;
    }
}
.wrap-factory-products .factory-products .item .note h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .wrap-factory-products .factory-products .item .note h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-factory-products .factory-products .item .note h3 {
        font-size: 16px;
    }
}
.wrap-factory-products .factory-products .item .note p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 10px 0 0 0;
    color: #444;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
    .wrap-factory-products .factory-products .item .note p {
        font-size: 14px;
    }
}
.wrap-factory-products .factory-products .item:hover:after {
    width: 100%;
}
.wrap-factory-products .factory-products .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-factory-products .factory-products .item:hover .note h3 {
    color: #31439c;
}
.wrap-message .title-message h2 {
    font-size: 26px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .wrap-message .title-message h2 {
        font-size: 22px;
    }
}
.wrap-message form p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    margin: 20px 0 0 0;
    padding-left: 14px;
    color: #444;
}
@media (max-width: 991px) {
    .wrap-message form p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-message form p {
        font-size: 16px;
    }
}
.wrap-message form p:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 3px;
    height: 14px;
    content: '';
    background-color: #31439c;
}
.wrap-message form input,
.wrap-message form textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
    resize: vertical;
    border: none;
    background: none;
    background-color: #ededed;
}
@media (max-width: 767px) {
    .wrap-message form input,
    .wrap-message form textarea {
        font-size: 14px;
        line-height: 24px;
        padding: 10px;
    }
}
.wrap-message form input::-webkit-input-placeholder,
.wrap-message form textarea::-webkit-input-placeholder {
    color: #555;
}
.wrap-message form input:-o-placeholder,
.wrap-message form textarea:-o-placeholder {
    color: #555;
}
.wrap-message form input::-moz-placeholder,
.wrap-message form textarea::-moz-placeholder {
    color: #555;
}
.wrap-message form input:-ms-input-placeholder,
.wrap-message form textarea:-ms-input-placeholder {
    color: #555;
}
.wrap-message form input:focus::-webkit-input-placeholder,
.wrap-message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-message form input:focus::-o-placeholder,
.wrap-message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-message form input:focus::-moz-placeholder,
.wrap-message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-message form input:focus::-ms-input-placeholder,
.wrap-message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-message form .read input {
    color: #fff;
    background-color: #31439c;
}
.wrap-message form .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 30px;
    padding: 0 60px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #31439c;
}
.wrap-message form .submit:hover {
    background-color: #0b1f83;
}
.wrap-message form .send {
    text-align: center;
}
.wrap-ceo .ceo {
    font-size: 0;
    overflow: hidden;
    padding: 40px 5% 60px;
    border-radius: 50px;
    background: url(../images/ceo_bg.jpg) no-repeat center #f1f1f1;
    background-size: cover;
}
@media (max-width: 1199px) {
    .wrap-ceo .ceo {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-ceo .ceo {
        padding: 30px 15px;
        border-radius: 20px;
    }
}
.wrap-ceo .ceo .pic,
.wrap-ceo .ceo .text {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-ceo .ceo .pic,
    .wrap-ceo .ceo .text {
        display: block;
    }
}
.wrap-ceo .ceo .pic {
    overflow: hidden;
    width: 200px;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .wrap-ceo .ceo .pic {
        width: 120px;
        margin: 0 auto;
    }
}
.wrap-ceo .ceo .text {
    position: relative;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    padding-left: 5%;
}
@media (max-width: 767px) {
    .wrap-ceo .ceo .text {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-ceo .ceo .text:before {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 200px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    content: '”';
    color: #ececec;
}
@media (max-width: 767px) {
    .wrap-ceo .ceo .text:before {
        font-size: 80px;
    }
}
.wrap-ceo .ceo .text .title-ceo {
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .wrap-ceo .ceo .text .title-ceo {
        text-align: center;
    }
}
.wrap-ceo .ceo .text .title-ceo h2 {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
    color: #31439c;
}
@media (max-width: 991px) {
    .wrap-ceo .ceo .text .title-ceo h2 {
        font-size: 30px;
    }
}
.wrap-ceo .ceo .text .ceo-name {
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.wrap-ceo .ceo .text .ceo-name h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-ceo .ceo .text .ceo-name h3 {
        font-size: 20px;
    }
}
.wrap-ceo .ceo .text .ceo-name h3:after {
    display: inline-block;
    width: 50px;
    height: 1px;
    margin-left: 14px;
    content: '';
    vertical-align: middle;
    background-color: #31439c;
}
.wrap-ceo .ceo .text .note {
    margin-top: 10px;
}
.wrap-ceo .ceo .text .note p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 767px) {
    .wrap-ceo .ceo .text .note p {
        font-size: 14px;
    }
}
.wrap-team {
    padding-top: 0;
}
.wrap-team .title-team h2 {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}
.wrap-team .team .slick-team {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .wrap-team .team .slick-team {
        margin: 0 -8px;
    }
}
.wrap-team .team .slick-team .slick-slide {
    padding: 30px 15px 45px;
}
@media (max-width: 767px) {
    .wrap-team .team .slick-team .slick-slide {
        padding: 20px 8px 45px;
    }
}
.wrap-team .team .item {
    position: relative;
    text-align: center;
}
.wrap-team .team .item .pic {
    position: relative;
    overflow: hidden;
}
.wrap-team .team .item .img-box {
    padding-bottom: 121.21212121%;
}
.wrap-team .team .item .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8% 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1199px) {
    .wrap-team .team .item .mask {
        display: none;
    }
}
.wrap-team .team .item .mask .title-mask {
    padding-bottom: 10px;
    border-bottom: 1px solid #7d7d7d;
}
.wrap-team .team .item .mask .title-mask h3,
.wrap-team .team .item .mask .title-mask h4 {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    height: 26px;
    margin: 0;
    text-transform: capitalize;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-team .team .item .mask .title-mask h4 {
    font-weight: bold;
}
.wrap-team .team .item .mask .desc {
    margin-top: 10px;
}
.wrap-team .team .item .mask .desc p {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 120px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.wrap-team .team .item .mask a.more {
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-top: 15%;
    cursor: pointer;
    color: #fff;
}
@media (max-width: 1470px) {
    .wrap-team .team .item .mask a.more {
        margin-top: 10%;
    }
}
.wrap-team .team .item .mask a.more:hover {
    text-decoration: underline;
}
.wrap-team .team .item .note {
    position: absolute;
    z-index: 3;
    bottom: -45px;
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1350px) {
    .wrap-team .team .item .note {
        padding: 15px 10px;
    }
}
@media (max-width: 1199px) {
    .wrap-team .team .item .note {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-team .team .item .note {
        left: 10px;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
}
.wrap-team .team .item .note h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px) {
    .wrap-team .team .item .note h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-team .team .item .note h3 {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
}
.wrap-team .team .item .note p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px) {
    .wrap-team .team .item .note p {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .wrap-team .team .item .note p {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
    }
}
.wrap-team .team .item .note a.more {
    font-size: 14px;
    line-height: 30px;
    display: block;
    color: #999;
}
.wrap-team .team .item:hover .mask {
    opacity: 1;
}
.wrap-team .team .open-team {
    display: none;
}
.open-team {
    max-width: 1200px;
}
@media (max-width: 1199px) {
    .open-team {
        max-width: 90%;
    }
}
.open-team h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    text-transform: capitalize;
}
.open-team .note {
    margin-top: 20px;
}
.wrap-oem {
    padding-top: 50px;
    padding-bottom: 0;
}
.wrap-oem .wrap-sidenav-right .container {
    padding: 0;
}
.wrap-oem .oem {
    padding: 90px 0;
    border-bottom: 1px solid #dcdcdc;
}
.wrap-oem .oem:nth-child(1) {
    padding-top: 0;
}
@media (max-width: 1199px) {
    .wrap-oem .oem:nth-child(1) {
        padding-top: 50px;
    }
}
@media (max-width: 1199px) {
    .wrap-oem .oem {
        padding: 50px 0;
    }
}
.wrap-oem .oem .oem-video {
    overflow: hidden;
}
.wrap-oem .oem .oem-video .video,
.wrap-oem .oem .oem-video .pic {
    margin-top: 30px;
}
.wrap-oem .oem .oem-video .video .img-box,
.wrap-oem .oem .oem-video .pic .img-box {
    padding-bottom: 68.42105263%;
}
.wrap-oem .oem .oem-video .video {
    position: relative;
}
.wrap-oem .oem .oem-video .video .play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: block;
    width: 90px;
    height: 90px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background: url(../images/play1.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .wrap-oem .oem .oem-video .video .play {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px) {
    .wrap-oem .oem .oem-video .video .play {
        width: 60px;
        height: 60px;
    }
}
.wrap-oem .oem .oem-video .video .play:hover {
    opacity: .8;
}
.wrap-oem .video-text {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-oem .video-text {
        margin-top: 20px;
    }
}
.wrap-oem .oem-related-products {
    padding-top: 70px;
}
@media (max-width: 991px) {
    .wrap-oem .oem-related-products {
        padding-top: 40px;
    }
}
.wrap-service {
    padding-top: 50px;
    padding-bottom: 0;
}
.wrap-service .service {
    padding: 90px 0;
    border-bottom: 1px solid #dcdcdc;
}
.wrap-service .service:nth-child(1) {
    padding-top: 0;
}
@media (max-width: 1199px) {
    .wrap-service .service:nth-child(1) {
        padding-top: 50px;
    }
}
@media (max-width: 1199px) {
    .wrap-service .service {
        padding: 50px 0;
    }
}
.wrap-service .service-philosophy .philosophy {
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-service .service-philosophy .philosophy>ul {
    margin: 0;
}
.wrap-service .service-philosophy .philosophy>ul>li {
    padding: 0;
}
.wrap-service .service-philosophy .philosophy>ul>li:nth-child(2n) .item .pic {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.wrap-service .service-philosophy .philosophy>ul>li:nth-child(2n) .item .text {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.wrap-service .service-philosophy .philosophy .item .pic,
.wrap-service .service-philosophy .philosophy .item .text {
    position: relative;
}
.wrap-service .service-philosophy .philosophy .item .pic .img-box {
    padding-bottom: 93.10344828%;
}
.wrap-service .service-philosophy .philosophy .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-service .service-philosophy .philosophy .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .wrap-service .service-philosophy .philosophy .item .text {
        padding: 0 10px;
    }
}
.wrap-service .service-philosophy .philosophy .item .text .iconfont {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    color: #31439c;
}
@media (max-width: 1199px) {
    .wrap-service .service-philosophy .philosophy .item .text .iconfont {
        font-size: 24px;
        line-height: 24px;
    }
}
.wrap-service .service-philosophy .philosophy .item .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .wrap-service .service-philosophy .philosophy .item .text h3 {
        font-size: 18px;
        line-height: 24px;
    }
}
.wrap-service .service-philosophy .philosophy .item .text p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-service .service-philosophy .philosophy .item .text p {
        font-size: 14px;
    }
}
.wrap-service .service-philosophy .philosophy .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-service .service-philosophy .philosophy .item:hover .text .iconfont {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-service .service-philosophy .video {
    position: relative;
    margin-top: 50px;
}
.wrap-service .service-philosophy .video .play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: block;
    width: 90px;
    height: 90px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background: url(../images/play1.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .wrap-service .service-philosophy .video .play {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px) {
    .wrap-service .service-philosophy .video .play {
        width: 60px;
        height: 60px;
    }
}
.wrap-service .service-philosophy .video .play:hover {
    opacity: .8;
}
.wrap-service .service-philosophy .video img {
    width: 100%;
}
.wrap-service .service-customizing .customizing .item {
    font-size: 0;
    margin-top: 30px;
    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-service .service-customizing .customizing .item {
        margin-top: 14px;
    }
}
.wrap-service .service-customizing .customizing .item .pic,
.wrap-service .service-customizing .customizing .item .text {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wrap-service .service-customizing .customizing .item .pic {
    width: 360px;
}
@media (max-width: 767px) {
    .wrap-service .service-customizing .customizing .item .pic {
        width: 100%;
    }
}
.wrap-service .service-customizing .customizing .item .pic .img-box {
    padding-bottom: 63.88888889%;
}
.wrap-service .service-customizing .customizing .item .text {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
    padding: 20px;
}
@media (max-width: 767px) {
    .wrap-service .service-customizing .customizing .item .text {
        width: 100%;
        padding: 10px;
    }
}
.wrap-service .service-customizing .customizing .item .text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 991px) {
    .wrap-service .service-customizing .customizing .item .text h3 {
        font-size: 18px;
        margin: 0;
    }
}
.wrap-service .service-customizing .customizing .item .text p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-service .service-customizing .customizing .item .text p {
        font-size: 14px;
    }
}
.wrap-service .service-manufacturing .manufacturing {
    margin-top: 30px;
}
.wrap-service .service-manufacturing .manufacturing .item {
    margin-top: 20px;
    padding: 40px 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-service .service-manufacturing .manufacturing .item {
        padding: 20px 10px;
    }
}
.wrap-service .service-manufacturing .manufacturing .item .iconfont {
    font-size: 50px;
    line-height: 50px;
    display: block;
    margin: 20px 0 40px;
}
@media (max-width: 991px) {
    .wrap-service .service-manufacturing .manufacturing .item .iconfont {
        font-size: 40px;
        line-height: 40px;
        margin: 10px 0;
    }
}
.wrap-service .service-manufacturing .manufacturing .item h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 991px) {
    .wrap-service .service-manufacturing .manufacturing .item h3 {
        font-size: 18px;
    }
}
.wrap-service .service-manufacturing .manufacturing .item p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-service .service-manufacturing .manufacturing .item p {
        font-size: 14px;
    }
}
.wrap-service .service-manufacturing .manufacturing .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-service .service-manufacturing .manufacturing .item:hover .iconfont {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-service .service-testing .testing {
    margin-top: 40px;
}
.wrap-service .service-testing .testing .slick-testing {
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .wrap-service .service-testing .testing .slick-testing {
        margin: 0 -8px;
    }
}
.wrap-service .service-testing .testing .slick-testing .slick-slide {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .wrap-service .service-testing .testing .slick-testing .slick-slide {
        padding: 0 8px;
    }
}
.wrap-service .service-testing .testing .item {
    border: 1px solid #dcdcdc;
}
.wrap-service .service-testing .testing .item .img-box {
    padding-bottom: 86.48648649%;
}
.wrap-service .service-testing .testing .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-service .service-testing .testing .item .note {
    padding: 20px;
}
.wrap-service .service-testing .testing .item .note h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}
.wrap-service .service-testing .testing .item .note p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-service .service-testing .testing .item .note p {
        font-size: 14px;
    }
}
.wrap-service .service-testing .testing .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-service .service-freighting .freighting .item {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-service .service-freighting .freighting .item {
        margin-top: 20px;
    }
}
.wrap-service .service-freighting .freighting .item .pic {
    position: relative;
    overflow: hidden;
}
.wrap-service .service-freighting .freighting .item .pic img {
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-service .service-freighting .freighting .item .title-freighting {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px 15px 18px 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, .35);
}
@media (max-width: 767px) {
    .wrap-service .service-freighting .freighting .item .title-freighting {
        padding: 10px 10px 10px 30px;
    }
}
.wrap-service .service-freighting .freighting .item .title-freighting:before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: '';
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-service .service-freighting .freighting .item .title-freighting:before {
        left: 10px;
    }
}
.wrap-service .service-freighting .freighting .item .title-freighting h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-service .service-freighting .freighting .item .title-freighting h3 {
        font-size: 18px;
        line-height: 24px;
    }
}
.wrap-service .service-freighting .freighting .item .note {
    margin-top: 20px;
}
.wrap-service .service-freighting .freighting .item .note p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}
@media (max-width: 767px) {
    .wrap-service .service-freighting .freighting .item .note p {
        font-size: 14px;
    }
}
.wrap-service .service-freighting .freighting .item:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-service .service-freighting .freighting .item:hover .title-freighting {
    background-color: rgba(49, 67, 156, .35);
}
.wrap-service .service-guaranteeing .guaranteeing {
    margin-top: 30px;
}
.wrap-service .service-guaranteeing .guaranteeing .item {
    position: relative;
    display: block;
    margin-top: 20px;
    text-align: center;
}
.wrap-service .service-guaranteeing .guaranteeing .item .img-box {
    padding-bottom: 86.48648649%;
}
.wrap-service .service-guaranteeing .guaranteeing .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-service .service-guaranteeing .guaranteeing .item .title-guaranteeing {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1199px) {
    .wrap-service .service-guaranteeing .guaranteeing .item .title-guaranteeing {
        padding: 10px;
    }
}
.wrap-service .service-guaranteeing .guaranteeing .item .title-guaranteeing h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-service .service-guaranteeing .guaranteeing .item .title-guaranteeing h3 {
        font-size: 18px;
        line-height: 24px;
    }
}
.wrap-service .service-guaranteeing .guaranteeing .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-service .service-guaranteeing .guaranteeing .item:hover .title-guaranteeing {
    background-color: rgba(49, 67, 156, .7);
}
.wrap-service .service-guaranteeing .hotline {
    margin-top: 40px;
}
.wrap-service .service-guaranteeing .hotline .title-hotline {
    padding: 15px 0;
    text-align: center;
    background-color: #f1f1f1;
}
.wrap-service .service-guaranteeing .hotline .title-hotline h2 {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    text-transform: capitalize;
}
.wrap-service .service-guaranteeing .hotline .list {
    margin-top: 30px;
}
.wrap-service .service-guaranteeing .hotline .list ul {
    font-size: 0;
}
@media (min-width: 1200px) {
    .wrap-service .service-guaranteeing .hotline .list ul {
        width: 100%;
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-service .service-guaranteeing .hotline .list ul:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: '';
    }
}
.wrap-service .service-guaranteeing .hotline .list ul li {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-service .service-guaranteeing .hotline .list ul li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-service .service-guaranteeing .hotline .list ul li {
        width: 100%;
    }
}
.wrap-service .service-guaranteeing .hotline .list .item {
    position: relative;
    min-height: 50px;
    padding-left: 80px;
}
@media (max-width: 767px) {
    .wrap-service .service-guaranteeing .hotline .list .item {
        padding-left: 60px;
    }
}
.wrap-service .service-guaranteeing .hotline .list .item:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 50px;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    content: '\e908';
    text-align: center;
    border-radius: 50%;
    background-color: #f1f1f1;
}
@media (max-width: 767px) {
    .wrap-service .service-guaranteeing .hotline .list .item:before {
        font-size: 20px;
    }
}
.wrap-service .service-guaranteeing .hotline .list .item-tel:before {
    content: '\e67c';
}
.wrap-service .service-guaranteeing .hotline .list .item-whatsapp:before {
    content: '\f263';
}
.wrap-service .service-guaranteeing .hotline .list .item p {
    font-size: 16px;
    line-height: 50px;
    margin: 0;
}
.wrap-service .service-guaranteeing .hotline .list .item a:hover {
    text-decoration: underline;
}
.wrap-service .service-guaranteeing .hotline .note {
    margin-top: 30px;
}
.wrap-service .service-guaranteeing .hotline .note p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}
.wrap-application {
    padding-top: 0;
}
.wrap-application .application-text {
    padding: 20px 30px;
    text-align: center;
    background-color: #f1f1f1;
}
@media (max-width: 991px) {
    .wrap-application .application-text {
        padding: 20px 10px;
    }
}
.wrap-application .application-text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-application .application .item,
.wrap-news .application .item,
.wrap-application .news .item,
.wrap-news .news .item {
    font-size: 0;
    display: table;
    width: 100%;
    margin-top: 30px;
}
.wrap-application .application .item .pic,
.wrap-news .application .item .pic,
.wrap-application .news .item .pic,
.wrap-news .news .item .pic,
.wrap-application .application .item .note,
.wrap-news .application .item .note,
.wrap-application .news .item .note,
.wrap-news .news .item .note {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}
.wrap-application .application .item .pic,
.wrap-news .application .item .pic,
.wrap-application .news .item .pic,
.wrap-news .news .item .pic {
    width: 48%;
}
.wrap-application .application .item .pic .img-box,
.wrap-news .application .item .pic .img-box,
.wrap-application .news .item .pic .img-box,
.wrap-news .news .item .pic .img-box {
    padding-bottom: 124.24242424%;
}
.wrap-application .application .item .pic .img-box img,
.wrap-news .application .item .pic .img-box img,
.wrap-application .news .item .pic .img-box img,
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-application .application .item .note,
.wrap-news .application .item .note,
.wrap-application .news .item .note,
.wrap-news .news .item .note {
    width: 52%;
    padding: 0 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #dcdcdc;
    border-left: none;
}
@media (max-width: 1199px) {
    .wrap-application .application .item .note,
    .wrap-news .application .item .note,
    .wrap-application .news .item .note,
    .wrap-news .news .item .note {
        padding: 0 14px;
    }
}
.wrap-application .application .item .note h3,
.wrap-news .application .item .note h3,
.wrap-application .news .item .note h3,
.wrap-news .news .item .note h3 {
    font-family: 'Helvetica Neue LT Pro', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px) {
    .wrap-application .application .item .note h3,
    .wrap-news .application .item .note h3,
    .wrap-application .news .item .note h3,
    .wrap-news .news .item .note h3 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .wrap-application .application .item .note h3,
    .wrap-news .application .item .note h3,
    .wrap-application .news .item .note h3,
    .wrap-news .news .item .note h3 {
        font-size: 18px;
    }
}
.wrap-application .application .item .note .date,
.wrap-news .application .item .note .date,
.wrap-application .news .item .note .date,
.wrap-news .news .item .note .date {
    line-height: 24px;
    display: block;
    margin-top: 10px;
    color: #888;
}
@media (max-width: 991px) {
    .wrap-application .application .item .note .date,
    .wrap-news .application .item .note .date,
    .wrap-application .news .item .note .date,
    .wrap-news .news .item .note .date {
        margin: 5px 0 0 0;
    }
}
.wrap-application .application .item .note .date:before,
.wrap-news .application .item .note .date:before,
.wrap-application .news .item .note .date:before,
.wrap-news .news .item .note .date:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    float: left;
    margin-right: 8px;
    content: '\e6ab';
    color: #31439c;
}
.wrap-application .application .item .note p,
.wrap-news .application .item .note p,
.wrap-application .news .item .note p,
.wrap-news .news .item .note p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 120px;
    margin: 14px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 991px) {
    .wrap-application .application .item .note p,
    .wrap-news .application .item .note p,
    .wrap-application .news .item .note p,
    .wrap-news .news .item .note p {
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        height: 72px;
        margin-top: 6px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.wrap-application .application .item .note a.more,
.wrap-news .application .item .note a.more,
.wrap-application .news .item .note a.more,
.wrap-news .news .item .note a.more {
    font-size: 16px;
    line-height: 44px;
    display: inline-block;
    margin-top: 35%;
    padding: 0 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #f1f1f1;
}
@media (max-width: 1350px) {
    .wrap-application .application .item .note a.more,
    .wrap-news .application .item .note a.more,
    .wrap-application .news .item .note a.more,
    .wrap-news .news .item .note a.more {
        margin-top: 20%;
    }
}
@media (max-width: 1199px) {
    .wrap-application .application .item .note a.more,
    .wrap-news .application .item .note a.more,
    .wrap-application .news .item .note a.more,
    .wrap-news .news .item .note a.more {
        margin-top: 10%;
    }
}
@media (max-width: 991px) {
    .wrap-application .application .item .note a.more,
    .wrap-news .application .item .note a.more,
    .wrap-application .news .item .note a.more,
    .wrap-news .news .item .note a.more {
        font-size: 14px;
        line-height: 34px;
        margin-top: 20px;
        padding: 0 20px;
    }
}
.wrap-application .application .item:hover .pic .img-box img,
.wrap-news .application .item:hover .pic .img-box img,
.wrap-application .news .item:hover .pic .img-box img,
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-application .application .item:hover .note,
.wrap-news .application .item:hover .note,
.wrap-application .news .item:hover .note,
.wrap-news .news .item:hover .note {
    border-color: #31439c;
}
@media (min-width: 1200px) {
    .wrap-application .application .item:hover .note,
    .wrap-news .application .item:hover .note,
    .wrap-application .news .item:hover .note,
    .wrap-news .news .item:hover .note {
        border-width: 4px;
    }
}
.wrap-application .application .item:hover .note h3,
.wrap-news .application .item:hover .note h3,
.wrap-application .news .item:hover .note h3,
.wrap-news .news .item:hover .note h3 {
    color: #31439c;
}
.wrap-application .application .item:hover .note a.more,
.wrap-news .application .item:hover .note a.more,
.wrap-application .news .item:hover .note a.more,
.wrap-news .news .item:hover .note a.more {
    color: #fff;
    background-color: #31439c;
}
.wrap-application-details {
    padding-top: 30px;
    padding-bottom: 0;
}
@media (max-width: 1199px) {
    .wrap-application-details {
        padding-top: 0;
    }
}
@media (max-width: 1199px) {
    .wrap-application-details .structural {
        margin-top: 30px;
    }
}
.wrap-application-details .structural .text {
    margin-top: 20px;
}
.wrap-application-details .structural .text p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-application-details .structural .text p {
        font-size: 14px;
    }
}
.wrap-application-details .structural .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-application-details .stage {
    padding-top: 40px;
}
.wrap-application-details .stage .title-stage h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .wrap-application-details .stage .title-stage h3 {
        font-size: 24px;
    }
}
.wrap-application-details .stage .item {
    display: table;
    width: 100%;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-application-details .stage .item {
        display: block;
    }
}
.wrap-application-details .stage .item .pic,
.wrap-application-details .stage .item .note {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-application-details .stage .item .pic,
    .wrap-application-details .stage .item .note {
        display: block;
        width: 100%;
    }
}
.wrap-application-details .stage .item .pic img {
    width: 100%;
}
.wrap-application-details .stage .item .note {
    padding: 30px;
    border: 1px solid #dcdcdc;
    border-right: 4px solid #31439c;
}
@media (max-width: 1350px) {
    .wrap-application-details .stage .item .note {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-application-details .stage .item .note {
        border-right: 1px solid #dcdcdc;
        border-bottom: 4px solid #31439c;
    }
}
.wrap-application-details .stage .item .note p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #666;
}
@media (max-width: 1350px) {
    .wrap-application-details .stage .item .note p {
        font-size: 14px;
    }
}
.wrap-user-evaluation {
    padding-top: 70px;
}
@media (max-width: 991px) {
    .wrap-user-evaluation {
        padding-top: 50px;
    }
}
.wrap-user-evaluation .evaluation>ul>li {
    padding: 30px 0;
    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
    .wrap-user-evaluation .evaluation>ul>li {
        padding: 18px 0;
    }
}
.wrap-user-evaluation .evaluation .item .title-evaluation h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}
@media (max-width: 767px) {
    .wrap-user-evaluation .evaluation .item .title-evaluation h3 {
        font-size: 18px;
    }
}
.wrap-user-evaluation .evaluation .item .star {
    margin-top: 6px;
    color: #ff9000;
}
.wrap-user-evaluation .evaluation .item .star i {
    margin-right: 4px;
}
.wrap-user-evaluation .evaluation .item .note {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-user-evaluation .evaluation .item .note {
        margin-top: 10px;
    }
}
.wrap-user-evaluation .evaluation .item .note p {
    line-height: 24px;
    color: #666;
}
.wrap-faq,
.wrap-faq-details {
    padding: 10px 0 0 0;
}
.wrap-faq .faq-text,
.wrap-faq-details .faq-text {
    text-align: center;
}
.wrap-faq .faq-text p,
.wrap-faq-details .faq-text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-faq .faq-text p,
    .wrap-faq-details .faq-text p {
        font-size: 14px;
    }
}
.wrap-faq .faq-sort>ul,
.wrap-faq-details .faq-sort>ul {
    margin: 0 -10px;
    text-align: center;
}
@media (max-width: 991px) {
    .wrap-faq .faq-sort>ul,
    .wrap-faq-details .faq-sort>ul {
        margin: 0 -5px;
    }
}
.wrap-faq .faq-sort>ul>li,
.wrap-faq-details .faq-sort>ul>li {
    display: inline-block;
    margin-top: 20px;
    padding: 0 10px;
    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-faq .faq-sort>ul>li,
    .wrap-faq-details .faq-sort>ul>li {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.wrap-faq .faq-sort>ul>li>a,
.wrap-faq-details .faq-sort>ul>li>a {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    padding: 10px 34px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #dcdcdc;
    background-color: #f1f1f1;
}
@media (max-width: 1199px) {
    .wrap-faq .faq-sort>ul>li>a,
    .wrap-faq-details .faq-sort>ul>li>a {
        font-size: 14px;
        padding: 4px 20px;
    }
}
.wrap-faq .faq-sort>ul>li:hover>a,
.wrap-faq-details .faq-sort>ul>li:hover>a,
.wrap-faq .faq-sort>ul>li.active>a,
.wrap-faq-details .faq-sort>ul>li.active>a {
    color: #fff;
    border-color: #31439c;
    background-color: #31439c;
}
.wrap-faq .faq {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-faq .faq {
        margin: 0;
    }
}
.wrap-faq .faq .item {
    margin-top: 30px;
}
.wrap-faq .faq .item .title-faq {
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #f1f1f1;
}
.wrap-faq .faq .item .title-faq h3 {
    font-size: 18px;
    line-height: 50px;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    margin: 0;
    padding: 0 10px 0 60px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-faq .faq .item .title-faq h3 {
        font-size: 16px;
        padding-left: 40px;
    }
}
.wrap-faq .faq .item .title-faq h3 a {
    display: block;
}
.wrap-faq .faq .item .title-faq h3:before {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    content: 'Q:';
    text-align: center;
}
@media (max-width: 991px) {
    .wrap-faq .faq .item .title-faq h3:before {
        font-size: 22px;
        width: 40px;
    }
}
.wrap-faq .faq .item .note {
    padding: 10px 60px 30px;
    border: 1px solid #fff;
}
@media (max-width: 1199px) {
    .wrap-faq .faq .item .note {
        padding: 10px 20px;
    }
}
.wrap-faq .faq .item .note p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
    .wrap-faq .faq .item .note p {
        font-size: 14px;
    }
}
.wrap-faq .faq .item:hover .title-faq {
    color: #fff;
    background-color: #31439c;
}
.wrap-faq .faq .item:hover .note {
    border-color: #dcdcdc;
}
.wrap-faq-details .faq-details .title-faq-details {
    margin-top: 40px;
}
.wrap-faq-details .faq-details .title-faq-details h1 {
    font-size: 24px;
    line-height: 1.25;
    position: relative;
    margin: 0;
    padding-left: 50px;
}
@media (max-width: 991px) {
    .wrap-faq-details .faq-details .title-faq-details h1 {
        font-size: 20px;
        padding-left: 40px;
    }
}
.wrap-faq-details .faq-details .title-faq-details h1::before {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 50px;
    content: 'Q:';
}
@media (max-width: 991px) {
    .wrap-faq-details .faq-details .title-faq-details h1::before {
        font-size: 24px;
        width: 40px;
    }
}
.wrap-faq-details .faq-details .note {
    margin-top: 20px;
    padding: 0 50px;
}
@media (max-width: 991px) {
    .wrap-faq-details .faq-details .note {
        padding: 0 0;
    }
}
.wrap-faq-details .faq-details .note p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-faq-details .faq-details .note p {
        font-size: 14px;
    }
}
.wrap-faq-details .prev-next {
    margin-top: 140px;
}
@media (max-width: 1199px) {
    .wrap-faq-details .prev-next {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-faq-details .prev-next {
        margin-top: 30px;
    }
}
.wrap-faq-details .prev-next a {
    font-size: 16px;
    line-height: 48px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin-top: 10px;
    padding: 0 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #f1f1f1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-faq-details .prev-next a {
        font-size: 14px;
        padding: 0 10px;
    }
}
.wrap-faq-details .prev-next a:hover {
    color: #fff;
    background-color: #31439c;
}
.wrap-faq-details .prev-next .return {
    text-align: center;
    color: #fff;
    background-color: #31439c;
}
.wrap-news {
    padding: 10px 0 0 0;
}
.wrap-news .news-text {
    text-align: center;
}
.wrap-news .news-text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-news .news-text p {
        font-size: 14px;
    }
}
.wrap-news-show {
    background-color: #f5f5f5;
}
.wrap-news-show .title-news-show {
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #d5d5d4;
}
.wrap-news-show .title-news-show h1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show span.date {
    line-height: 24px;
    display: inline-block;
    margin: 10px 0 0 0;
    vertical-align: middle;
    color: #666;
}
.wrap-news-show .title-news-show span.date:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    float: left;
    margin-right: 5px;
    content: '\e682';
    color: #31439c;
}
.wrap-news-show .news-show {
    margin-top: 20px;
}
.wrap-news-show .news-show p {
    font-size: 16px;
    line-height: 2.1875;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-news-show .news-show p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-news-show .news-show img {
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.wrap-news-show .news-relate {
    position: relative;
    margin-top: 30px;
    padding-top: 20px;
    padding-right: 100px;
    border-top: 1px solid #888;
}
@media (max-width: 767px) {
    .wrap-news-show .news-relate {
        padding-right: 0;
    }
}
.wrap-news-show .news-relate a.return {
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    top: 20px;
    right: 0;
    display: inline-block;
    padding: 0 16px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 30px;
    background-color: #31439c;
}
@media (max-width: 767px) {
    .wrap-news-show .news-relate a.return {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
    }
}
.wrap-news-show .news-relate a.return:hover {
    text-decoration: underline;
}
.wrap-news-show .news-relate ul {
    display: inline-block;
}
@media (max-width: 767px) {
    .wrap-news-show .news-relate ul {
        display: block;
    }
}
.wrap-news-show .news-relate ul li {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    height: 24px;
    padding-left: 16px;
}
.wrap-news-show .news-relate ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #31439c;
}
.wrap-news-show .news-relate ul li a {
    display: inline-block;
}
.wrap-news-show .news-relate ul li:hover {
    color: #31439c;
}
.wrap-news-show .news-relate ul li:hover:before {
    opacity: 1;
}
.wrap-news-show .news-relate ul li:hover a {
    text-decoration: underline;
}
.wrap-products .title h2:before,
.wrap-products-list .title h2:before,
.wrap-products .title h2:after,
.wrap-products-list .title h2:after {
    display: none;
}
.wrap-products .title p,
.wrap-products-list .title p {
    font-size: 16px;
}
@media (max-width: 767px) {
    .wrap-products .title p,
    .wrap-products-list .title p {
        font-size: 14px;
    }
}
.wrap-products .listbox,
.wrap-products-list .listbox,
.wrap-products .products-top,
.wrap-products-list .products-top {
    margin-top: 40px;
    background-color: #f1f1f1;
}
.wrap-products .product,
.wrap-products-list .product,
.wrap-products .products-top,
.wrap-products-list .products-top {
    font-size: 0;
    border: 1px solid #f1f1f1;
}
.wrap-products .product .text,
.wrap-products-list .product .text,
.wrap-products .products-top .text,
.wrap-products-list .products-top .text,
.wrap-products .product .pic,
.wrap-products-list .product .pic,
.wrap-products .products-top .pic,
.wrap-products-list .products-top .pic {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.wrap-products .product .text,
.wrap-products-list .product .text,
.wrap-products .products-top .text,
.wrap-products-list .products-top .text {
    width: -webkit-calc(100% - 440px);
    width: calc(100% - 440px);
    padding: 20px 30px 60px;
}
@media (max-width: 1199px) {
    .wrap-products .product .text,
    .wrap-products-list .product .text,
    .wrap-products .products-top .text,
    .wrap-products-list .products-top .text {
        width: -webkit-calc(100% - 380px);
        width: calc(100% - 380px);
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-products .product .text,
    .wrap-products-list .product .text,
    .wrap-products .products-top .text,
    .wrap-products-list .products-top .text {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-products .product .text,
    .wrap-products-list .product .text,
    .wrap-products .products-top .text,
    .wrap-products-list .products-top .text {
        width: 100%;
        padding: 20px 10px;
    }
}
.wrap-products .product .title-product h3,
.wrap-products-list .product .title-product h3,
.wrap-products .products-top .title-product h3,
.wrap-products-list .products-top .title-product h3 {
    font-family: 'Helvetica Neue LT Pro', Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-products .product .title-product h3,
    .wrap-products-list .product .title-product h3,
    .wrap-products .products-top .title-product h3,
    .wrap-products-list .products-top .title-product h3 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .wrap-products .product .title-product h3,
    .wrap-products-list .product .title-product h3,
    .wrap-products .products-top .title-product h3,
    .wrap-products-list .products-top .title-product h3 {
        font-size: 20px;
    }
}
.wrap-products .product .title-product:hover h3,
.wrap-products-list .product .title-product:hover h3,
.wrap-products .products-top .title-product:hover h3,
.wrap-products-list .products-top .title-product:hover h3 {
    color: #31439c;
}
.wrap-products .product .note,
.wrap-products-list .product .note,
.wrap-products .products-top .note,
.wrap-products-list .products-top .note {
    display: -webkit-box;
    overflow: hidden;
    height: 144px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
@media (max-width: 1199px) {
    .wrap-products .product .note,
    .wrap-products-list .product .note,
    .wrap-products .products-top .note,
    .wrap-products-list .products-top .note {
        margin-top: 10px;
    }
}
.wrap-products .product .note p,
.wrap-products-list .product .note p,
.wrap-products .products-top .note p,
.wrap-products-list .products-top .note p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 767px) {
    .wrap-products .product .note p,
    .wrap-products-list .product .note p,
    .wrap-products .products-top .note p,
    .wrap-products-list .products-top .note p {
        font-size: 15px;
    }
}
.wrap-products .product .desc h4,
.wrap-products-list .product .desc h4,
.wrap-products .products-top .desc h4,
.wrap-products-list .products-top .desc h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-products .product .desc h4,
    .wrap-products-list .product .desc h4,
    .wrap-products .products-top .desc h4,
    .wrap-products-list .products-top .desc h4 {
        font-size: 16px;
        line-height: 1.4;
    }
}
.wrap-products .product .pic,
.wrap-products-list .product .pic,
.wrap-products .products-top .pic,
.wrap-products-list .products-top .pic {
    position: relative;
    z-index: 2;
    width: 440px;
}
@media (max-width: 1199px) {
    .wrap-products .product .pic,
    .wrap-products-list .product .pic,
    .wrap-products .products-top .pic,
    .wrap-products-list .products-top .pic {
        width: 380px;
    }
}
@media (max-width: 991px) {
    .wrap-products .product .pic,
    .wrap-products-list .product .pic,
    .wrap-products .products-top .pic,
    .wrap-products-list .products-top .pic {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-products .product .pic,
    .wrap-products-list .product .pic,
    .wrap-products .products-top .pic,
    .wrap-products-list .products-top .pic {
        width: 100%;
    }
}
.wrap-products .product .pic .img-box,
.wrap-products-list .product .pic .img-box,
.wrap-products .products-top .pic .img-box,
.wrap-products-list .products-top .pic .img-box {
    padding-bottom: 62.22222222%;
}
.wrap-products .product .pic .img-box img,
.wrap-products-list .product .pic .img-box img,
.wrap-products .products-top .pic .img-box img,
.wrap-products-list .products-top .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-products .product .pic a.down,
.wrap-products-list .product .pic a.down,
.wrap-products .products-top .pic a.down,
.wrap-products-list .products-top .pic a.down {
    font-size: 16px;
    line-height: 50px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    background-color: #7d7d7d;
}
.wrap-products .product .pic a.down:after,
.wrap-products-list .product .pic a.down:after,
.wrap-products .products-top .pic a.down:after,
.wrap-products-list .products-top .pic a.down:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    content: '\e6ad';
    vertical-align: middle;
}
.wrap-products .product .pic:hover .img-box img,
.wrap-products-list .product .pic:hover .img-box img,
.wrap-products .products-top .pic:hover .img-box img,
.wrap-products-list .products-top .pic:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-products .product .pic:hover a.down,
.wrap-products-list .product .pic:hover a.down,
.wrap-products .products-top .pic:hover a.down,
.wrap-products-list .products-top .pic:hover a.down {
    background-color: #31439c;
}
.wrap-products .categorise,
.wrap-products-list .categorise {
    margin-top: -52px;
}
@media (max-width: 1199px) {
    .wrap-products .categorise,
    .wrap-products-list .categorise {
        margin: 0;
    }
}
.wrap-products .categorise-sort,
.wrap-products-list .categorise-sort {
    background-color: #d9d9d9;
    padding-right: 440px;
    font-size: 0;
}
@media(max-width:1199px) {
    .wrap-products .categorise-sort,
    .wrap-products-list .categorise-sort {
        padding-right: 0px;
    }
}
.wrap-products .categorise-sort>ul>li,
.wrap-products-list .categorise-sort>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-products .categorise-sort>ul>li,
    .wrap-products-list .categorise-sort>ul>li {
        max-width: 50%;
    }
}
.wrap-products .categorise-sort>ul>li>a,
.wrap-products-list .categorise-sort>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    padding: 10px 24px;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .wrap-products .categorise-sort>ul>li>a,
    .wrap-products-list .categorise-sort>ul>li>a {
        font-size: 15px;
        padding: 10px 14px;
    }
}
@media (max-width: 991px) {
    .wrap-products .categorise-sort>ul>li>a,
    .wrap-products-list .categorise-sort>ul>li>a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .wrap-products .categorise-sort>ul>li>a,
    .wrap-products-list .categorise-sort>ul>li>a {
        line-height: 24px;
        padding: 5px 10px;
    }
}
.wrap-products .categorise-sort>ul>li:after,
.wrap-products-list .categorise-sort>ul>li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    opacity: 0;
    background-color: #31439c;
}
.wrap-products .categorise-sort>ul>li:before,
.wrap-products-list .categorise-sort>ul>li:before {
    position: absolute;
    bottom: 3px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #31439c transparent;
}
.wrap-products .categorise-sort>ul>li.active:after,
.wrap-products-list .categorise-sort>ul>li.active:after,
.wrap-products .categorise-sort>ul>li.active:before,
.wrap-products-list .categorise-sort>ul>li.active:before {
    opacity: 1;
}
.wrap-products .categorise-info,
.wrap-products-list .categorise-info {
    font-size: 0;
    display: none;
    padding: 12px;
    border: 1px solid #8c8c8c;
}
@media (max-width: 767px) {
    .wrap-products .categorise-info,
    .wrap-products-list .categorise-info {
        padding: 8px;
    }
}
.wrap-products .categorise-info .pic,
.wrap-products-list .categorise-info .pic,
.wrap-products .categorise-info .text,
.wrap-products-list .categorise-info .text {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.wrap-products .categorise-info .pic,
.wrap-products-list .categorise-info .pic {
    width: 200px;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .wrap-products .categorise-info .pic,
    .wrap-products-list .categorise-info .pic {
        width: 140px;
    }
}
.wrap-products .categorise-info .pic .img-box,
.wrap-products-list .categorise-info .pic .img-box {
    padding-bottom: 96.66666667%;
}
.wrap-products .categorise-info .pic .img-box img,
.wrap-products-list .categorise-info .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-products .categorise-info .text,
.wrap-products-list .categorise-info .text {
    overflow: hidden;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    max-height: 104px;
    margin-top: 16px;
    padding-left: 3%;
}
@media (max-width: 1470px) {
    .wrap-products .categorise-info .text,
    .wrap-products-list .categorise-info .text {
        max-height: 156px;
    }
}
@media (max-width: 767px) {
    .wrap-products .categorise-info .text,
    .wrap-products-list .categorise-info .text {
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
        max-height: 132px;
        margin: 0;
    }
}
.wrap-products .categorise-info .text p,
.wrap-products-list .categorise-info .text p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-products .categorise-info .text p,
    .wrap-products-list .categorise-info .text p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .wrap-products .categorise-info .text p,
    .wrap-products-list .categorise-info .text p {
        line-height: 22px;
    }
}
.wrap-products-list .categorise-info {
    display: block;
}
.wrap-products-list .categorise-info .pic {
    position: relative;
}
.wrap-products-list .categorise-info .pic a.down {
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    background-color: #7d7d7d;
}
@media (max-width: 767px) {
    .wrap-products-list .categorise-info .pic a.down {
        font-size: 12px;
    }
}
.wrap-products-list .categorise-info .pic a.down:hover {
    background-color: #31439c;
}
.wrap-products-list .products-list .item {
    margin-top: 30px;
}
.wrap-oem .oem-related-products .slick-oem-products,
.wrap-products-list .oem-related-products .slick-oem-products,
.wrap-oem .products-list .slick-oem-products,
.wrap-products-list .products-list .slick-oem-products {
    margin: 0 -8px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-oem .oem-related-products .slick-oem-products,
    .wrap-products-list .oem-related-products .slick-oem-products,
    .wrap-oem .products-list .slick-oem-products,
    .wrap-products-list .products-list .slick-oem-products {
        margin-top: 20px;
    }
}
.wrap-oem .oem-related-products .slick-oem-products .slick-slide,
.wrap-products-list .oem-related-products .slick-oem-products .slick-slide,
.wrap-oem .products-list .slick-oem-products .slick-slide,
.wrap-products-list .products-list .slick-oem-products .slick-slide {
    padding: 0 8px;
}
.wrap-oem .oem-related-products .item,
.wrap-products-list .oem-related-products .item,
.wrap-oem .products-list .item,
.wrap-products-list .products-list .item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    border: 6px solid #f1f1f1;
}
@media (max-width: 991px) {
    .wrap-oem .oem-related-products .item,
    .wrap-products-list .oem-related-products .item,
    .wrap-oem .products-list .item,
    .wrap-products-list .products-list .item {
        border-width: 3px;
    }
}
.wrap-oem .oem-related-products .item .img-box,
.wrap-products-list .oem-related-products .item .img-box,
.wrap-oem .products-list .item .img-box,
.wrap-products-list .products-list .item .img-box {
    /*padding-bottom: 96.66666667%;*/
}
.wrap-oem .oem-related-products .item .note,
.wrap-products-list .oem-related-products .item .note,
.wrap-oem .products-list .item .note,
.wrap-products-list .products-list .item .note {
    background-color: #f1f1f1;
}
.wrap-oem .oem-related-products .item .note h3,
.wrap-products-list .oem-related-products .item .note h3,
.wrap-oem .products-list .item .note h3,
.wrap-products-list .products-list .item .note h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px) {
    .wrap-oem .oem-related-products .item .note h3,
    .wrap-products-list .oem-related-products .item .note h3,
    .wrap-oem .products-list .item .note h3,
    .wrap-products-list .products-list .item .note h3 {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-oem .oem-related-products .item .note h3,
    .wrap-products-list .oem-related-products .item .note h3,
    .wrap-oem .products-list .item .note h3,
    .wrap-products-list .products-list .item .note h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-oem .oem-related-products .item .note h3,
    .wrap-products-list .oem-related-products .item .note h3,
    .wrap-oem .products-list .item .note h3,
    .wrap-products-list .products-list .item .note h3 {
        font-size: 14px;
        -webkit-line-clamp: 2;
        line-height: 20px;
    }
}
.wrap-oem .oem-related-products .item .mask,
.wrap-products-list .oem-related-products .item .mask,
.wrap-oem .products-list .item .mask,
.wrap-products-list .products-list .item .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    color: #fff;
    background-color: rgba(49, 67, 156, .83);
}
@media (max-width: 1199px) {
    .wrap-oem .oem-related-products .item .mask,
    .wrap-products-list .oem-related-products .item .mask,
    .wrap-oem .products-list .item .mask,
    .wrap-products-list .products-list .item .mask {
        display: none;
    }
}
.wrap-oem .oem-related-products .item .mask h3,
.wrap-products-list .oem-related-products .item .mask h3,
.wrap-oem .products-list .item .mask h3,
.wrap-products-list .products-list .item .mask h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-oem .oem-related-products .item .mask .desc,
.wrap-products-list .oem-related-products .item .mask .desc,
.wrap-oem .products-list .item .mask .desc,
.wrap-products-list .products-list .item .mask .desc {
    display: -webkit-box;
    overflow: hidden;
    max-height: 96px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.wrap-oem .oem-related-products .item .mask .desc p,
.wrap-products-list .oem-related-products .item .mask .desc p,
.wrap-oem .products-list .item .mask .desc p,
.wrap-products-list .products-list .item .mask .desc p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.wrap-oem .oem-related-products .item .addcart,
.wrap-products-list .oem-related-products .item .addcart,
.wrap-oem .products-list .item .addcart,
.wrap-products-list .products-list .item .addcart {
    font-size: 20px;
    line-height: 42px;
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    color: #31439c;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .wrap-oem .oem-related-products .item .addcart,
    .wrap-products-list .oem-related-products .item .addcart,
    .wrap-oem .products-list .item .addcart,
    .wrap-products-list .products-list .item .addcart {
        right: 0;
        bottom: 40px;
        color: #fff;
        background-color: #31439c;
    }
}
@media (max-width: 767px) {
    .wrap-oem .oem-related-products .item .addcart,
    .wrap-products-list .oem-related-products .item .addcart,
    .wrap-oem .products-list .item .addcart,
    .wrap-products-list .products-list .item .addcart {
        font-size: 16px;
        line-height: 32px;
        width: 32px;
        height: 32px;
    }
}
.wrap-oem .oem-related-products .item .addcart:before,
.wrap-products-list .oem-related-products .item .addcart:before,
.wrap-oem .products-list .item .addcart:before,
.wrap-products-list .products-list .item .addcart:before {
    font-family: 'iconfont' !important;
    content: '\e647';
}
.wrap-oem .oem-related-products .item:hover,
.wrap-products-list .oem-related-products .item:hover,
.wrap-oem .products-list .item:hover,
.wrap-products-list .products-list .item:hover {
    border-color: #31439c;
}
.wrap-oem .oem-related-products .item:hover .mask,
.wrap-products-list .oem-related-products .item:hover .mask,
.wrap-oem .products-list .item:hover .mask,
.wrap-products-list .products-list .item:hover .mask {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.wrap-oem .oem-related-products .slick-arrow,
.wrap-products-list .oem-related-products .slick-arrow,
.wrap-oem .products-list .slick-arrow,
.wrap-products-list .products-list .slick-arrow {
    left: 8px;
}
.wrap-oem .oem-related-products .slick-arrow.slick-next,
.wrap-products-list .oem-related-products .slick-arrow.slick-next,
.wrap-oem .products-list .slick-arrow.slick-next,
.wrap-products-list .products-list .slick-arrow.slick-next {
    right: 8px;
    left: auto;
}
.wrap-product-show .location {
    font-size: 16px;
    line-height: 48px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 30px;
    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-product-show .location {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 14px;
        padding: 0 10px;
    }
}
.wrap-product-show .location .location-home {
    display: inline-block;
}
.wrap-product-show .location .location-home a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    color: #666;
}
@media (max-width: 767px) {
    .wrap-product-show .location .location-home a {
        font-size: 14px;
    }
}
.wrap-product-show .location .location-home a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    float: left;
    margin-right: 10px;
    content: '\e690';
}
.wrap-product-show .location .location-list {
    display: inline-block;
    float: right;
}
.wrap-product-show .location .location-list>ul>li {
    display: inline-block;
    vertical-align: top;
}
.wrap-product-show .location .location-list>ul>li:after {
    content: '>>';
}
.wrap-product-show .location .location-list>ul>li:last-child:after {
    display: none;
}
.wrap-product-show .location .location-list>ul>li a:hover {
    text-decoration: underline;
}
.wrap-product-show .carousel-wrap {
    margin-bottom: 30px;
}
@media(max-width:991px) {
    .wrap-product-show .carousel-wrap {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .carousel {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .item {
    position: relative;
    border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .item .img-box {
    /*padding-bottom: 96.66666667%;*/
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    font-size: 0;
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .slick-slide {
    padding: 0 4px;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .iframe,
.wrap-product-show .carousel-wrap .carousel .slider-for video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .slick-arrow {
    line-height: 50px;
    left: 0;
    display: none !important;
    width: 30px;
    height: 50px;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for .slick-arrow {
        display: block !important;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .slick-arrow:hover {
    background-color: #31439c;
}
.wrap-product-show .carousel-wrap .carousel .slider-for:hover .slick-arrow {
    display: block !important;
}
.wrap-product-show .carousel-wrap .slider-nav {
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide {
    padding: 0 4px;
    outline: none;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video {
    position: relative;
    background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box {
    opacity: .6;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 40px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    content: '\e644';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .slider-nav .item-video:after {
        font-size: 40px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item {
    border: 1px solid #31439c;
}
.wrap-product-show .carousel-wrap .info-box {
    position: relative;
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap .info-box {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    display: block;
    margin: 0;
    text-transform: capitalize;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 18px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .text h4 {
    font-weight: bold;
}
.wrap-product-show .carousel-wrap .info-box .text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .carousel-wrap .info-box .video {
    position: relative;
    margin-top: 30px;
    background-color: #000;
}
.wrap-product-show .carousel-wrap .info-box .video .img-box {
    padding-bottom: 60.60606061%;
    opacity: .7;
}
.wrap-product-show .carousel-wrap .info-box .video .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .carousel-wrap .info-box .video .play {
    font-size: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
}
.wrap-product-show .carousel-wrap .info-box .video .play:before {
    font-family: 'iconfont' !important;
    content: '\e642';
}
.wrap-product-show .carousel-wrap .info-box .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-show .carousel-wrap .info-box .share {
    margin-top: 50px;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .share {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .share p,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share p {
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .link a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 10px;
    text-align: center;
}
.wrap-product-show .carousel-wrap .info-box .link .addcart,
.wrap-product-show .carousel-wrap .info-box .link .btn-inquiry,
.wrap-product-show .carousel-wrap .info-box .link .btn-down {
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .link .addcart a,
.wrap-product-show .carousel-wrap .info-box .link .btn-inquiry a,
.wrap-product-show .carousel-wrap .info-box .link .btn-down a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-product-show .carousel-wrap .info-box .link .addcart a:after,
.wrap-product-show .carousel-wrap .info-box .link .btn-inquiry a:after,
.wrap-product-show .carousel-wrap .info-box .link .btn-down a:after {
    display: inline-block;
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .link .addcart a:hover,
.wrap-product-show .carousel-wrap .info-box .link .btn-inquiry a:hover,
.wrap-product-show .carousel-wrap .info-box .link .btn-down a:hover {
    color: #fff;
    border-color: #31439c;
    background-color: #31439c;
}
.wrap-product-show .carousel-wrap .info-box .link .addcart a {
    color: #fff;
    border: 2px solid #31439c;
    background-color: #31439c;
}
.wrap-product-show .carousel-wrap .info-box .link .addcart a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    margin-left: 10px;
    content: '\e647';
}
.wrap-product-show .carousel-wrap .info-box .link .btn-inquiry a {
    font-weight: bold;
    color: #31439c;
    border: 2px solid #31439c;
    background-color: #f1f1f1;
}
.wrap-product-show .carousel-wrap .info-box .link .btn-inquiry a:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    margin-left: 10px;
    content: '\e688';
}
.wrap-product-show .carousel-wrap .info-box .link .btn-down a {
    font-weight: bold;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
}
.wrap-product-show .carousel-wrap .info-box .link .btn-down a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;
    margin-left: 10px;
    content: '\e6ad';
}
.wrap-product-show .product-show-nav {
    z-index: 8;
    text-align: center;
    background-color: #ececec;
}
.wrap-product-show .product-show-nav .sidenav-deputy ul {
    margin: 0 -20px;
}
@media (max-width: 1470px) {
    .wrap-product-show .product-show-nav .sidenav-deputy ul {
        margin: 0 -10px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show-nav .sidenav-deputy ul {
        margin: 0;
    }
}
.wrap-product-show .product-show-nav .sidenav-deputy ul>li {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
}
@media (max-width: 1470px) {
    .wrap-product-show .product-show-nav .sidenav-deputy ul>li {
        padding: 0 10px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show-nav .sidenav-deputy ul>li {
        padding: 0;
    }
}
.wrap-product-show .product-show-nav .sidenav-deputy ul>li>a {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 10px;
    cursor: pointer;
    text-transform: capitalize;
}
@media (max-width: 1350px) {
    .wrap-product-show .product-show-nav .sidenav-deputy ul>li>a {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show-nav .sidenav-deputy ul>li>a {
        line-height: 24px;
        padding: 5px 10px;
    }
}
.wrap-product-show .product-show-nav .sidenav-deputy ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 2px;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #31439c;
}
@media (min-width: 1200px) {
    .wrap-product-show .product-show-nav .sidenav-deputy ul>li.active>a:after {
        width: 100%;
    }
}
.wrap-product-show .stickybox {
    padding-top: 60px;
}
.wrap-product-show .title-product-show {
    padding: 20px;
    background-color: #f1f1f1;
}
@media (max-width: 1199px) {
    .wrap-product-show .title-product-show {
        padding: 10px;
    }
}
.wrap-product-show .title-product-show h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    text-transform: capitalize;
}
@media (max-width: 1350px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 20px;
        line-height: 30px;
    }
}
.wrap-product-show .title-product-show h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}
.wrap-product-show .title-product-show img {
    width: 100%;
}
.wrap-product-show .specification .title-product-show {
    padding: 0;
    background: none;
}
.wrap-product-show .specification .info {
    margin-top: 20px;
}
.wrap-product-show .specification .info p {
    font-size: 16px;
    line-height: 1.875;
    color: #666;
}
.wrap-product-show .specification .info img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .specification .info table tr {
    transition: all .2s;
}
.wrap-product-show .specification .info table tr:hover {
    color: white;
    background-color: #cc0e0e;
}
.wrap-product-show .detiles .info {
    overflow: hidden;
    margin-top: 20px;
}
.wrap-product-show .detiles .detiles-item {
    font-size: 0;
    padding: 30px 0;
    border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 768px) {
    .wrap-product-show .detiles .detiles-item:nth-child(2n + 1) .pic {
        left: 55%;
    }
    .wrap-product-show .detiles .detiles-item:nth-child(2n + 1) .text {
        right: 45%;
        padding-right: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .detiles .detiles-item .pic,
.wrap-product-show .detiles .detiles-item .text {
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.wrap-product-show .detiles .detiles-item .pic {
    width: 47%;
}
@media (max-width: 767px) {
    .wrap-product-show .detiles .detiles-item .pic {
        width: 100%;
    }
}
.wrap-product-show .detiles .detiles-item .pic img {
    width: 100%;
}
.wrap-product-show .detiles .detiles-item .text {
    width: 53%;
    padding-left: 30px;
}
@media (max-width: 767px) {
    .wrap-product-show .detiles .detiles-item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-product-show .detiles .detiles-item .text .title-detiles {
    line-height: 30px;
    position: relative;
    padding-left: 24px;
}
.wrap-product-show .detiles .detiles-item .text .title-detiles h3 {
    line-height: 30px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .detiles .detiles-item .text .title-detiles h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .detiles .detiles-item .text .title-detiles h3 {
        font-size: 18px;
    }
}
.wrap-product-show .detiles .detiles-item .text .title-detiles:before {
    font-family: 'iconfont' !important;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e692';
    color: #31439c;
}
.wrap-product-show .detiles .detiles-item .text .note {
    display: -webkit-box;
    overflow: hidden;
    max-height: 150px;
    margin-top: 20px;
    color: #444;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 1199px) {
    .wrap-product-show .detiles .detiles-item .text .note {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .detiles .detiles-item .text .note {
        display: -webkit-box;
        overflow: hidden;
        max-height: 192px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
    }
}
.wrap-product-show .detiles .detiles-item .text .note p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-product-show .detiles .detiles-item .text .note p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .provider .title-product-show {
    padding: 0;
}
.wrap-product-show .provider .info {
    padding: 30px 8%;
    text-align: center;
    border: 1px solid #dcdcdc;
}
@media (max-width: 1199px) {
    .wrap-product-show .provider .info {
        padding: 30px 3%;
    }
}
.wrap-product-show .provider .info p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-product-show .provider .info p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .provider .info img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .provider .info h4 {
    font-weight: bold;
    line-height: 1.5;
    color: #31439c;
}
.wrap-product-show .process .title-product-show {
    padding: 30px 20px;
    text-align: center;
}
.wrap-product-show .process .title-product-show h2 {
    font-family: 'Helvetica Neue LT Pro', Arial;
}
.wrap-product-show .process .title-product-show h3 {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-product-show .process .title-product-show h3 {
        font-size: 16px;
        margin-top: 10px;
    }
}
.wrap-product-show .process .list {
    font-size: 0;
    margin: 0 -15px;
    text-align: center;
}
@media (max-width: 767px) {
    .wrap-product-show .process .list {
        margin: 0 -8px;
    }
}
.wrap-product-show .process .list>li {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 20%;
    margin-top: 30px;
    padding: 0 15px;
    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-product-show .process .list>li {
        width: 50%;
        margin-top: 14px;
        padding: 0 8px;
    }
}
.wrap-product-show .process .list>li:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: -15px;
    width: 30px;
    margin-top: -15px;
    content: '\e670';
    text-align: center;
    color: #cfcfcf;
}
@media (max-width: 767px) {
    .wrap-product-show .process .list>li:after {
        display: none;
    }
}
@media (min-width: 768px) {
    .wrap-product-show .process .list>li:nth-child(6) {
        -webkit-transform: translateX(300%);
        -ms-transform: translateX(300%);
        transform: translateX(300%);
    }
    .wrap-product-show .process .list>li:nth-child(7) {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .wrap-product-show .process .list>li:nth-child(8) {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .wrap-product-show .process .list>li:nth-child(9) {
        -webkit-transform: translateX(-300%);
        -ms-transform: translateX(-300%);
        transform: translateX(-300%);
    }
}
.wrap-product-show .process .list>li:nth-child(5):after,
.wrap-product-show .process .list>li:nth-child(6):after {
    display: none;
}
.wrap-product-show .process .list>li:nth-child(7):after,
.wrap-product-show .process .list>li:nth-child(8):after,
.wrap-product-show .process .list>li:nth-child(9):after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-product-show .process .list .item {
    padding: 10px 10px 30px 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    border: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
    .wrap-product-show .process .list .item {
        padding-bottom: 14px;
    }
}
.wrap-product-show .process .list .item .number {
    font-size: 20px;
    line-height: 1;
    display: block;
    text-align: right;
    color: #e2e4ee;
}
.wrap-product-show .process .list .item .icon {
    font-size: 36px;
    line-height: 40px;
    display: block;
    margin: 14px 0;
}
.wrap-product-show .process .list .item p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.wrap-product-show .process .list .item:hover {
    color: #31439c;
    border-color: #31439c;
}
.wrap-product-show .process .list .item:hover .number {
    color: #e2e4ee;
}
.wrap-product-show .process .list .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-product-show .process .desc {
    margin-top: 30px;
    text-align: center;
}
.wrap-product-show .process .desc p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-product-show .process .desc p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .process .desc p {
        font-size: 16px;
    }
}
.wrap-product-show .process .btn-business {
    margin-top: 30px;
    text-align: center;
}
.wrap-product-show .process .btn-business a {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 24px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    padding: 0 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background-color: #bb2525;
}
@media (max-width: 767px) {
    .wrap-product-show .process .btn-business a {
        font-size: 20px;
    }
}
.wrap-product-show .process .btn-business a:before,
.wrap-product-show .process .btn-business a:after {
    position: absolute;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 25px 0 25px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.wrap-product-show .process .btn-business a:before {
    left: 0;
}
.wrap-product-show .process .btn-business a:after {
    right: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.wrap-product-show .process .btn-business a:hover {
    background-color: #b40808;
}
.wrap-product-show .application .slick-application {
    margin: 0 -15px;
    margin-top: 30px;
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .wrap-product-show .application .slick-application {
        margin: 0 -8px;
        margin-top: 14px;
    }
}
.wrap-product-show .application .slick-application .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .wrap-product-show .application .slick-application .slick-slide {
        padding: 0 8px;
    }
}
.wrap-product-show .application .item {
    position: relative;
    display: block;
    border: 4px solid #31439c;
}
.wrap-product-show .application .item .img-box {
    padding-bottom: 124.24242424%;
}
.wrap-product-show .application .item .mask {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 0 10%;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    color: #fff;
    background-color: #31439c;
}
@media (max-width: 1350px) {
    .wrap-product-show .application .item .mask {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .application .item .mask {
        height: 40px;
        padding: 0 10px;
    }
}
.wrap-product-show .application .item .mask h3 {
    font-family: 'Helvetica Neue LT Pro', Arial;
    font-size: 24px;
    line-height: 60px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px) {
    .wrap-product-show .application .item .mask h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .application .item .mask h3 {
        font-size: 18px;
        line-height: 40px;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .application .item .mask h3 {
        font-size: 16px;
    }
}
.wrap-product-show .application .item .mask .note {
    display: -webkit-box;
    overflow: hidden;
    max-height: 168px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
.wrap-product-show .application .item .mask .note p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .application .item .mask .note p {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .wrap-product-show .application .item:hover .mask {
        height: 100%;
        padding-top: 10%;
        background-color: rgba(49, 67, 156, .8);
    }
}
.wrap-product-show .application .slick-arrow {
    top: auto;
    right: 80px;
    bottom: 0;
    left: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.wrap-product-show .application .slick-arrow.slick-next {
    right: 15px;
}
.wrap-product-show .wrap-user-evaluation .title-other {
    position: relative;
}
.wrap-product-show .wrap-user-evaluation .title-other:before {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #dcdcdc;
}
.wrap-product-show .wrap-user-evaluation .title-other h2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 40px;
    background-color: #fff;
}
.wrap-contact {
    padding-bottom: 0;
}
.wrap-contact .title h2:before,
.wrap-contact .title h2:after {
    display: none;
}
.wrap-contact .title-contact h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    text-transform: capitalize;
}
.wrap-contact .title-contact h3:after {
    display: inline-block;
    width: 16px;
    height: 4px;
    margin-left: 10px;
    content: '';
    vertical-align: middle;
  
}
@media (max-width: 991px) {
    .wrap-contact .title-contact h3 {
        font-size: 20px;
    }
}
.wrap-contact .contact {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        margin-top: 30px;
    }
}
.wrap-contact .contact .text .item {
    position: relative;
    min-height: 74px;
    margin-top: 30px;
    padding-left: 90px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item {
        min-height: 60px;
        margin-top: 20px;
        padding-left: 70px;
    }
}
.wrap-contact .contact .text .item .iconfont {
    font-size: 30px;
    line-height: 62px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 74px;
    height: 74px;
    text-align: center;
    color: #fff;
    border: 6px solid #e6e8f3;
    border-radius: 50%;
    background-color: #31439c;
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item .iconfont {
        font-size: 24px;
        line-height: 52px;
        width: 60px;
        height: 60px;
        border-width: 4px;
    }
}
.wrap-contact .contact .text .item b {
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding-top: 8px;
    text-transform: capitalize;
    color: #31439c;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .item b {
        font-size: 18px;
        padding-top: 0;
    }
}
.wrap-contact .contact .text .item p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .item p {
        font-size: 18px;
    }
}
.wrap-contact .contact .text .item a:hover {
    text-decoration: underline;
}
.wrap-contact .contact .share {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .share {
        margin-top: 20px;
    }
}
.wrap-contact .contact .share p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}
.wrap-contact .contact .share ul {
    font-size: 0;
    display: inline-block;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .share ul {
        margin-top: 10px;
    }
}
.wrap-contact .contact .share ul li {
    display: inline-block;
    margin-right: 14px;
}
.wrap-contact .contact .share ul li a {
    font-size: 18px;
    line-height: 42px;
    display: block;
    width: 42px;
    height: 42px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #3b3b3b;
    border: 1px solid #393939;
    border-radius: 50%;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .share ul li a {
        font-size: 14px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
}
.wrap-contact .contact .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;
    display: inline-block;
    content: '\e6d9';
    text-align: center;
    vertical-align: top;
}
.wrap-contact .contact .share ul li.twitter a:before {
    content: '\e68b';
}
.wrap-contact .contact .share ul li.linkedin a:before {
    content: '\f1e7';
}
.wrap-contact .contact .share ul li.instagram a:before {
    content: '\e6b6';
}
.wrap-contact .contact .share ul li.youtube a:before {
    content: '\e618';
}
.wrap-contact .contact .share ul li.google a:before {
    content: '\e645';
}
.wrap-contact .contact .share ul li.amazon a:before {
    content: '\e6c1';
}
.wrap-contact .contact .share ul li:hover a {
    color: #fff;
    border-color: #31439c;
    background-color: #31439c;
}
.wrap-contact .wrap-map .map-content {
    height: 450px;
    margin-top: 50px;
}
@media (max-width: 767px) {
    .wrap-contact .wrap-map .map-content {
        height: 300px;
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .wrap-message {
        margin-top: 30px;
    }
}
.wrap-contact .wrap-message form input,
.wrap-contact .wrap-message form textarea {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    resize: vertical;
    border: 1px solid #dcdcdc;
    background: none;
}
@media (max-width: 767px) {
    .wrap-contact .wrap-message form input,
    .wrap-contact .wrap-message form textarea {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        padding: 10px;
    }
}
.wrap-contact .wrap-message form input::-webkit-input-placeholder,
.wrap-contact .wrap-message form textarea::-webkit-input-placeholder {
    color: #555;
}
.wrap-contact .wrap-message form input:-o-placeholder,
.wrap-contact .wrap-message form textarea:-o-placeholder {
    color: #555;
}
.wrap-contact .wrap-message form input::-moz-placeholder,
.wrap-contact .wrap-message form textarea::-moz-placeholder {
    color: #555;
}
.wrap-contact .wrap-message form input:-ms-input-placeholder,
.wrap-contact .wrap-message form textarea:-ms-input-placeholder {
    color: #555;
}
.wrap-contact .wrap-message form input:focus::-webkit-input-placeholder,
.wrap-contact .wrap-message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .wrap-message form input:focus::-o-placeholder,
.wrap-contact .wrap-message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .wrap-message form input:focus::-moz-placeholder,
.wrap-contact .wrap-message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .wrap-message form input:focus::-ms-input-placeholder,
.wrap-contact .wrap-message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .wrap-message form .send {
    text-align: left;
}
.wrap-inquiry {
    padding-bottom: 0;
}
.wrap-inquiry .title-inquiry h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 24px;
    }
}
.wrap-inquiry .title-inquiry p {
    font-weight: 500;
    line-height: 24px;
    margin: 10px 0 0 0;
    color: #666;
}
.wrap-inquiry .inquiry-info {
    font-size: 0;
    width: 100%;
    border-collapse: collapse;
}
.wrap-inquiry .inquiry-info .title-inquiry-info {
    text-transform: capitalize;
    background-color: #ebebeb;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .title-inquiry-info {
        padding: 0;
    }
}
.wrap-inquiry .inquiry-info .title-inquiry-info>div {
    font-size: 16px;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .title-inquiry-info>div {
        font-size: 14px;
        padding: 0 10px;
    }
}
.wrap-inquiry .inquiry-info .inquiry-list {
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiry .inquiry-info .checkbox,
.wrap-inquiry .inquiry-info .pimg,
.wrap-inquiry .inquiry-info .pname,
.wrap-inquiry .inquiry-info .number,
.wrap-inquiry .inquiry-info .Operation {
    font-size: 14px;
    display: inline-block;
    padding: 20px 3%;
    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px) {
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
.wrap-inquiry .inquiry-info .checkbox {
    width: 10%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .checkbox {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .Operation {
    width: 14%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .Operation {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .pimg {
    width: 18%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}
.wrap-inquiry .inquiry-info .pimg .img-box {
    padding-bottom: 96.66666667%;
}
.wrap-inquiry .inquiry-info .number {
    width: 20%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .number {
        width: -webkit-calc(56% - 30px);
        width: calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiry .inquiry-info .pname {
    width: 38%;
}
.wrap-inquiry .inquiry-info .check-all .substitite {
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .check-all span {
        display: none;
    }
}
.wrap-inquiry .inquiry-info .all,
.wrap-inquiry .inquiry-info span {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.wrap-inquiry .inquiry-info .check-all {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.wrap-inquiry .inquiry-info .Each,
.wrap-inquiry .inquiry-info .all {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
}
.wrap-inquiry .inquiry-info .Each:checked::after,
.wrap-inquiry .inquiry-info .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;
    position: absolute;
    top: -12px;
    left: 0;
    content: '\e656';
    color: #31439c;
}
.wrap-inquiry .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;
    position: absolute;
    top: -12px;
    left: 0;
    content: '\e656';
    color: #31439c;
}
.wrap-inquiry .inquiry-info input {
    font-size: 16px;
    line-height: 34px;
    position: relative;
    width: 60px;
    height: 34px;
    text-align: center;
    vertical-align: top;
    border: none;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry-info input {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info input {
        font-size: 14px;
        line-height: 25px;
        width: 25px;
        height: 25px;
        border-right: none;
        border-left: none;
    }
}
.wrap-inquiry .inquiry-info .del1,
.wrap-inquiry .inquiry-info .add1 {
    font-size: 20px;
    line-height: 34px;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .del1,
    .wrap-inquiry .inquiry-info .add1 {
        line-height: 25px;
        position: relative;
        z-index: 8;
        width: 25px;
        height: 25px;
        margin: 0 auto;
        border-radius: 2px;
    }
}
.wrap-inquiry .inquiry-info .del1:hover,
.wrap-inquiry .inquiry-info .add1:hover {
    color: #fff;
    border-color: #31439c;
    background-color: #31439c;
}
.wrap-inquiry .inquiry-info .pic {
    border: 1px solid #dcdcdc;
}
.wrap-inquiry .inquiry-info p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info p {
        font-size: 13px;
        margin-bottom: 4px;
    }
}
.wrap-inquiry .close {
    float: none;
    cursor: pointer;
    text-align: center;
    opacity: 1;
}
.wrap-inquiry .close::after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;
    content: '\e632';
    color: #787878;
}
@media (max-width: 767px) {
    .wrap-inquiry .close::after {
        font-size: 16px;
    }
}
.wrap-inquiry .close:hover::after {
    color: #31439c;
}
.wrap-sitemap .title-in {
    text-align: left;
}
.wrap-sitemap .sitemap {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;
    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    min-width: 240px;
    padding: 10px 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
    border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;
        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    color: #fff;
    background-color: #31439c;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;
    background-color: #31439c;
}
.wrap-sitemap .sitemap>ul>li>ul {
    position: relative;
    padding: 10px 0;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        margin: 0 -10px;
        margin-top: 10px;
        padding: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    display: block;
    padding: 5px 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul>li>a {
        font-size: 14px;
        line-height: 30px;
        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>a:hover>a {
    text-decoration: underline;
    color: #31439c;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul {
    padding: 0 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul>li>ul {
        padding: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
    line-height: 30px;
    display: block;
    padding: 0 10px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
        font-size: 13px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover a {
    text-decoration: underline;
    color: #31439c;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;
    color: #31439c;
}
.wrap-search {
    padding-bottom: 0;
}
.wrap-search .title-in {
    text-align: center;
}
.wrap-search .search-message {
    position: relative;
    max-width: 690px;
    margin: 0 auto;
    margin-top: 26px;
    border: 1px solid #dcdcdc;
}
.wrap-search .search-message input {
    line-height: 46px;
    width: 100%;
    padding: 0 16px;
}
.wrap-search .search-message input::-webkit-input-placeholder,
.wrap-search .search-message textarea::-webkit-input-placeholder {
    color: #888;
}
.wrap-search .search-message input:-o-placeholder,
.wrap-search .search-message textarea:-o-placeholder {
    color: #888;
}
.wrap-search .search-message input::-moz-placeholder,
.wrap-search .search-message textarea::-moz-placeholder {
    color: #888;
}
.wrap-search .search-message input:-ms-input-placeholder,
.wrap-search .search-message textarea:-ms-input-placeholder {
    color: #888;
}
.wrap-search .search-message input:focus::-webkit-input-placeholder,
.wrap-search .search-message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-search .search-message input:focus::-o-placeholder,
.wrap-search .search-message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-search .search-message input:focus::-moz-placeholder,
.wrap-search .search-message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-search .search-message input:focus::-ms-input-placeholder,
.wrap-search .search-message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-search .search-message .submit {
    font-size: 20px;
    line-height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 46px;
    padding: 0;
    color: #666;
    outline: none;
    background: none;
}
.wrap-search .search-message .submit:before {
    display: inline-block;
    float: left;
    width: 1px;
    height: 18px;
    margin-top: 14px;
    content: '';
    vertical-align: middle;
    background-color: #dcdcdc;
}
.wrap-search .search-message .submit:after {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e66a';
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
}
.wrap-search .search-message .submit:hover {
    color: #31439c;
}
.wrap-search .search-nav {
    margin-top: 30px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-search .search-nav {
        margin: 0;
        box-shadow: 0 0 10px #eeeeee;
    }
}
.wrap-search .search-nav>ul>li {
    margin-top: 10px;
}
@media (max-width: 991px) {
    .wrap-search .search-nav>ul>li {
        display: inline-block;
        vertical-align: top;
    }
}
@media (max-width: 767px) {
    .wrap-search .search-nav>ul>li {
        margin-top: 4px;
    }
}
.wrap-search .search-nav>ul>li>a {
    font-size: 18px;
    line-height: 50px;
    position: relative;
    display: block;
    padding: 0 70px 0 60px;
    text-transform: capitalize;
    color: #666;
    border: 1px solid #dcdcdc;
}
@media (max-width: 1350px) {
    .wrap-search .search-nav>ul>li>a {
        font-size: 16px;
        padding: 0 50px 0 40px;
    }
}
@media (max-width: 991px) {
    .wrap-search .search-nav>ul>li>a {
        font-size: 14px;
        line-height: 40px;
    }
}
@media (max-width:767px) {
    .wrap-search .search-nav>ul>li>a {
        font-size: 13px;
        line-height: 30px;
        padding: 0 40px 0 30px;
    }
}
.wrap-search .search-nav>ul>li>a .number {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    text-align: center;
    border-left: 1px solid #dcdcdc;
}
@media (max-width: 1350px) {
    .wrap-search .search-nav>ul>li>a .number {
        width: 40px;
    }
}
@media (max-width:767px) {
    .wrap-search .search-nav>ul>li>a .number {
        width: 30px;
    }
}
.wrap-search .search-nav>ul>li>a:before {
    position: absolute;
    top: 17px;
    left: 20px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
@media (max-width: 1350px) {
    .wrap-search .search-nav>ul>li>a:before {
        left: 10px;
    }
}
@media (max-width: 991px) {
    .wrap-search .search-nav>ul>li>a:before {
        top: 12px;
    }
}
@media (max-width: 767px) {
    .wrap-search .search-nav>ul>li>a:before {
        top: 7px;
    }
}
.wrap-search .search-nav>ul>li>a:after {
    position: absolute;
    top: 21px;
    left: 24px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    opacity: 0;
    border-radius: 50%;
    background-color: #31439c;
}
@media (max-width: 1350px) {
    .wrap-search .search-nav>ul>li>a:after {
        left: 14px;
    }
}
@media (max-width: 991px) {
    .wrap-search .search-nav>ul>li>a:after {
        top: 16px;
    }
}
@media (max-width:767px) {
    .wrap-search .search-nav>ul>li>a:after {
        top: 11px;
    }
}
.wrap-search .search-nav>ul>li.active>a:after {
    opacity: 1;
}
.wrap-search .search {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-search .search {
        margin-top: 20px;
    }
}
.wrap-search .search .item {
    margin-top: 30px;
    border: 1px solid #d7d7d7;
}
.wrap-search .search .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-search .search .item-product,
.wrap-search .search .item-application,
.wrap-search .search .item-news {
    font-size: 0;
}
.wrap-search .search .item-product .pic,
.wrap-search .search .item-application .pic,
.wrap-search .search .item-news .pic,
.wrap-search .search .item-product .note,
.wrap-search .search .item-application .note,
.wrap-search .search .item-news .note {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.wrap-search .search .item-product .pic,
.wrap-search .search .item-application .pic,
.wrap-search .search .item-news .pic {
    width: 26%;
}
@media (max-width: 767px) {
    .wrap-search .search .item-product .pic,
    .wrap-search .search .item-application .pic,
    .wrap-search .search .item-news .pic {
        width: 34%;
    }
}
.wrap-search .search .item-product .note,
.wrap-search .search .item-application .note,
.wrap-search .search .item-news .note {
    width: 74%;
    padding: 30px;
}
@media (max-width: 1350px) {
    .wrap-search .search .item-product .note,
    .wrap-search .search .item-application .note,
    .wrap-search .search .item-news .note {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-search .search .item-product .note,
    .wrap-search .search .item-application .note,
    .wrap-search .search .item-news .note {
        width: 66%;
        padding: 10px;
    }
}
.wrap-search .search .item-product .note h3,
.wrap-search .search .item-application .note h3,
.wrap-search .search .item-news .note h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    color: #000030;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px) {
    .wrap-search .search .item-product .note h3,
    .wrap-search .search .item-application .note h3,
    .wrap-search .search .item-news .note h3 {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .wrap-search .search .item-product .note h3,
    .wrap-search .search .item-application .note h3,
    .wrap-search .search .item-news .note h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-search .search .item-product .note h3,
    .wrap-search .search .item-application .note h3,
    .wrap-search .search .item-news .note h3 {
        font-size: 16px;
    }
}
.wrap-search .search .item-product .note h3 span,
.wrap-search .search .item-application .note h3 span,
.wrap-search .search .item-news .note h3 span {
    display: inline-block;
}
.wrap-search .search .item-product .pic .img-box {
    padding-bottom: 96.66666667%;
}
.wrap-search .search .item-product .desc {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 96px;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
    .wrap-search .search .item-product .desc {
        display: -webkit-box;
        overflow: hidden;
        max-height: 72px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.wrap-search .search .item-product .desc p {
    font-size: 16px;
    margin: 0;
}
@media (max-width: 767px) {
    .wrap-search .search .item-product .desc p {
        font-size: 14px;
    }
}
.wrap-search .search .item-application .pic .img-box,
.wrap-search .search .item-news .pic .img-box {
    padding-bottom: 124.24242424%;
}
.wrap-search .search .item-application .note p,
.wrap-search .search .item-news .note p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 96px;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
    .wrap-search .search .item-application .note p,
    .wrap-search .search .item-news .note p {
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        max-height: 72px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.wrap-search .search .item-news .note .date {
    line-height: 24px;
    display: block;
    margin: 10px 0;
    color: #888;
}
@media (max-width: 991px) {
    .wrap-search .search .item-news .note .date {
        margin: 5px 0;
    }
}
@media (max-width: 767px) {
    .wrap-search .search .item-news .note .date {
        margin: 0;
    }
}
.wrap-search .search .item-news .note .date:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    float: left;
    margin-right: 8px;
    content: '\e6ab';
    color: #31439c;
}
.wrap-search .search .item-faq .title-faq {
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #f1f1f1;
}
.wrap-search .search .item-faq .title-faq h3 {
    font-size: 18px;
    line-height: 50px;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    margin: 0;
    padding: 0 10px 0 60px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-search .search .item-faq .title-faq h3 {
        font-size: 16px;
        padding-left: 40px;
    }
}
.wrap-search .search .item-faq .title-faq h3:before {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    content: 'Q:';
    text-align: center;
}
@media (max-width: 991px) {
    .wrap-search .search .item-faq .title-faq h3:before {
        font-size: 22px;
        width: 40px;
    }
}
.wrap-search .search .item-faq .note {
    padding: 10px 60px 30px;
    border: 1px solid #fff;
}
@media (max-width: 1199px) {
    .wrap-search .search .item-faq .note {
        padding: 10px 20px;
    }
}
.wrap-search .search .item-faq .note p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
    .wrap-search .search .item-faq .note p {
        font-size: 14px;
    }
}
.wrap-search .search .item-faq:hover .title-faq {
    color: #fff;
    background-color: #31439c;
}
.wrap-search .search .item-faq:hover .note {
    border-color: #dcdcdc;
}
.wrap-search .search .item .note h3 span,
.wrap-search .search .item .title-faq h3 span {
    color: #f4182d;
}
.wrap-search .search .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
nav {
    text-align: right;
}
.pagination {
    margin: 60px 0 0 0;
}
@media (max-width: 767px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li.prev a:before,
.pagination li.next a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    display: inline-block;
    content: '\eb90';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pagination li.prev a:after,
.pagination li.next a:after {
    display: none;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
    color: #fff;
    background-color: #31439c;
}
.pagination li.next a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.pagination li a {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    color: #999;
    border: 1px solid #e5e5e5;
    background: none;
}
@media (max-width: 767px) {
    .pagination li a {
        font-size: 14px;
        line-height: 30px;
        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border: none;
    background-color: #31439c;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border: none;
    background-color: #31439c;
}
@media (max-width: 1199px) {
    .skiptranslate iframe {
        display: none;
    }
    .google-translation .skiptranslate {
        display: inline-block;
    }
    body {
        top: 0 !important;
    }
}
@media(max-width:767px) {
    .inquire-sheet-box {
        width: 250px;
    }
    .inquire-sheet-box .list .pic {
        width: 60px;
    }
    .inquire-sheet-box .list p {
        width: calc(100% - 98px);
        padding: 0 10px;
    }
}
.sticky {
    background-color: #fff;
    z-index: 8;
    box-shadow: 0 0 10px #eeeeee;
}
@media(max-width:991px) {
    .wrap-product-show .col-md-3 .sticky {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    .wrap-product-show .col-md-3 .sticky-spacer {
        display: none !important;
    }
}
.wrap-search .search-nav .btn-search {
    text-align: center;
    border: 1px solid #dcdcdc;
}
.wrap-search .search-nav .btn-search h3 {
    font-size: 18px;
    margin: 0;
    line-height: 2;
    font-weight: bold;
}
@media(max-width:991px) {
    .wrap-search .search-nav ul {
        display: none;
    }
}
@media(min-width:1200px) {
    .wrap-products-list .products-list ul li {
        width: 20%;
    }
}
#inquiry-fixed-down {
    max-width: 800px;
    padding: 30px 3% 60px;
}
.header .translate {
    display: inline-block;
    vertical-align: middle;
}
@media(max-width:1199px) {
    .zsiq_theme1.zsiq_floatmain {
        margin-bottom: 50px;
    }
}
.language {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-left: 20px;
    margin-top: 24px;
}
.language a {
    font-size: 16px;
    line-height: 30px;
}
.language a:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/language.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 8px;
}
.language a.en:before {
    background-position: -30px 0;
}
@media(max-width:1199px) {
    .language {
        margin: 20px 10px 20px 0;
    }
}
@media(max-width:767px) {
    .header .inquiry-now {
     display: none;
    }
}
.fszero {
    display: none;
}
.share-cn {
    display: none;
}
&[lang=zh-CN] {
    .share-cn {
        display: block;
    }
    .share-other {
        display: none;
    }
}



.fen li {
    width: 80px;
    height: 25px;
    line-height: 25px;
    float: left;
    margin: 5px;
    text-align: center;
    border: 1px solid #ccc;
}


.fen li a {
    display: inline-block;
    width: 82px;
    height: 27px;
}
@media (max-width: 767px){
.box-get .get .item .note h4{
 display: none;
}
    
}
 
 @media (max-width: 767px){
.box-get .get .item .note {
  bottom:0 !important;
  line-height: 15px !important;
}
    
}
 
 
 @media (max-width: 767px){
.box-get .get .item .note h5{
 display: block !important;
}
    
}
 
 .online-wrap .online a:hover a::befor{
     color: #ccc !important;
 }
 
 
 
 
 
 