/**
 * style.less
 * 层叠样式表
 */
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/HelveticaNeue-CondensedBold.eot');
    src: url('../fonts/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'), url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff'), url('../fonts/HelveticaNeue-CondensedBold.ttf') format('truetype'), url('../fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold') format('svg');
}

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

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

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/HelveticaNeueMedium.eot');
    src: url('../fonts/HelveticaNeueMedium.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueMedium.woff2') format('woff2'), url('../fonts/HelveticaNeueMedium.woff') format('woff'), url('../fonts/HelveticaNeueMedium.ttf') format('truetype'), url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/HelveticaNeue-BlackCondensed.eot');
    src: url('../fonts/HelveticaNeue-BlackCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-BlackCondensed.woff2') format('woff2'), url('../fonts/HelveticaNeue-BlackCondensed.woff') format('woff'), url('../fonts/HelveticaNeue-BlackCondensed.ttf') format('truetype'), url('../fonts/HelveticaNeue-BlackCondensed.svg#HelveticaNeue-BlackCondensed') format('svg');
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: normal;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 1320px) {
    .container {
        width: 1320px;
    }
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }

    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}

li,
ol,
ul {
    list-style: none;
}

a {
    color: inherit;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

ul {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    resize: none;
    border: none;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:visited,
a:link {
    text-decoration: none;
    color: inherit;
}

.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}

.header {
    z-index: 99;
    width: 100%;
    height: 150px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .header {
        height: 70px;
    }
}

.header .top {
    font-size: 12px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
    .header .top {
        display: none;
    }
}

.header .top .text {
    float: left;
}

.header .top .text p {
    line-height: 40px;
    display: inline-block;
    height: 40px;
    margin: 0 20px 0 0;
    color: #999;
}

.header .top .text a:hover {
    text-decoration: underline;
}

.header .top .share {
    float: left;
    margin-left: 20px;
}

.header .top .share ul {
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.header .top .share li {
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-right: 6px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.header .top .share li a {
    display: block;
}

.header .top .share li a::after {
    font-family: 'iconfont';
    font-size: 15px;
    display: inline-block;
    float: left;
    content: '\e6c2';
    color: #b5b5b5;
}

.header .top .share li:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.header .top .share .twitter a::after {
    content: '\e6c3';
}

.header .top .share .linkedin a::after {
    content: '\e6f0';
}

.header .top .share .wechat a::after {
    margin-top: 2px;
    content: '\e693';
}

.header .top .share .youtube a::after {
    content: '\e6c4';
}

.header .top .top-nav {
    float: right;
}

.header .top .top-nav a {
    line-height: 40px;
    display: inline-block;
    color: #999;
}

.header .top .top-nav a::after {
    float: right;
    margin: 0 10px;
    content: '|';
    color: #eee;
}

.header .top .top-nav a:last-child::after {
    display: none;
}

.header .top .top-nav a:hover {
    text-decoration: underline;
}

.header .logo {
    position: relative;
    float: left;
    overflow: hidden;
    height: 110px;
}

@media (max-width: 991px) {
    .header .logo {
        height: 70px;
    }
}

.header .logo a {
    background-color: #fff;
}

@media (max-width: 1440px) {
    .header .logo a {
        padding-top: 10px;
    }
}

.header .logo img {
    display: block;
    height: 100%;
}

.header .cart-box {
    line-height: 40px;
    position: relative;
    float: right;
    height: 40px;
    margin: 34px 10px 0 20px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 767px) {
    .header .cart-box {
        display: none;
    }
}

@media (max-width: 1560px) {
    .header .cart-box {
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    .header .cart-box {
        margin-top: 22px;
    }
}

.header .cart-box p {
    margin-bottom: 0;
}

.header .cart-box a {
    font-size: 16px;
    display: block;
}

.header .cart-box .num {
    font-size: 13px;
    line-height: 21px;
    position: absolute;
    top: 0;
    right: -10px;
    display: inline-block;
    width: 21px;
    height: 21px;
    color: #fff;
    border-radius: 50%;
    background-color: #e50113;
}

@media (max-width: 1199px) {
    .header .cart-box {
        display: none;
    }
}

.header .cart-box a {
    position: relative;
}

.header .cart-box a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    content: '\e608';
}

.header .lang {
    position: relative;
    float: right;
    margin-left: 20px;
    padding: 38px 0;
    color: #999;
}

@media (max-width: 1199px) {
    .header .lang {
        display: none;
    }
}

.header .lang>div {
    margin: 0;
    cursor: pointer;
}

.header .lang>div::after {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    content: '';
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.header .lang a::before {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 20px;
    height: 12px;
    margin-top: 4px;
    margin-right: 8px;
    content: '';
    background: url(../images/flags.png) no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.header .lang .zh a::before {
    background-position: -20px 0;
}

.header .lang ul {
    position: absolute;
    z-index: 999;
    top: 70px;
    display: none;
    width: 120px;
    margin-left: -12px;
    padding: 10px 16px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
}

.header .lang li {
    line-height: 29px;
    width: 100%;
    height: 29px;
    margin: 5px 0;
    list-style: none;
}

.header .lang li a::before {
    margin-top: 4px;
}

.header .lang li:hover {
    color: #e50113;
}

@media (max-width: 991px) {
    .header .lang {
        display: none;
    }
}

.header .c-search {
    position: relative;
    float: right;
    overflow: hidden;
    width: 200px;
    height: 35px;
    margin-top: 30px;
    margin-right: 0;
}

.header .c-search form {
    float: left;
    width: 200px;
    border-radius: 100px;
    background-color: #ededed;
}

@media (max-width: 991px) {
    .header .c-search {
        display: none;
    }
}

.header .c-search .btn {
    position: absolute;
    top: 0;
    right: 20px;
    width: 22px;
    height: 35px;
    border: 0;
    outline: none;
    background: none;
}

.header .c-search .btn::after {
    font-family: 'iconfont';
    content: '\e72f';
    color: #a5a5a5;
}

.header .c-search input {
    line-height: 36px;
    width: 100%;
    height: 35px;
    padding: 0 40px 0 20px;
    border: none;
    outline: none;
    background: none;
}

.header .c-search ::-webkit-input-placeholder {
    color: #c4c4c4;
}

@media (max-width: 1199px) {
    .header .c-search {
        display: none;
    }
}

.header .nav-collapse {
    position: relative;
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
    background: none;
}

@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;
        margin-top: 33px;
    }

    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 10px;
        border: none;
    }

    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}

@media (max-width: 991px) {
    .header .nav-collapse {
        margin-top: 16px;
    }
}

@media (max-width: 360px) {
    .header .nav-collapse {
        position: absolute;
        right: 0;
    }
}

@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: #292929;
}

.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: #292929;
}

.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);
}

.header .center {
    position: relative;
}

@media (min-width: 1200px) {
    .header .nav {
        float: right;
    }
}

@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 50px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background: #292929;
    }

    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 100%;
    }

    .header .nav .tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}

.header .nav.left-100 {
    left: -100%;
}

.header .nav.left-200 {
    left: -200%;
}

@media (min-width: 1200px) {
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }

    .header .nav .nav-list1>li {
        float: left;
    }

    .header .nav .nav-list1>li>a {
        font-weight: 600;
        position: relative;
        display: block;
        padding: 44px 16px;
        text-transform: uppercase;
    }

    .header .nav .nav-list1>li>a::after {
        display: block;
        width: 0;
        height: 2px;
        content: '';
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        background-color: #1c1e83;
    }

    .header .nav .nav-list1>li:hover>a::after,
    .header .nav .nav-list1>li.active>a::after {
        width: 100%;
    }

    .header .nav .nav-list1 .nav-list2 {
        display: none;
        background-color: #fff;
    }

    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 106px;
        left: 0;
        width: 100%;
        padding: 20px 40px;
        text-align: center;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .08);
    }

    .header .nav .nav-list1 .nav-list2 li {
        display: inline-block;
    }

    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 13px;
        line-height: 30px;
        position: relative;
        z-index: 1;
        display: block;
        padding: 0 14px;
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        color: #000;
    }

    .header .nav .nav-list1 .nav-list2 li>a:hover {
        text-decoration: underline;
        color: #1e2084;
    }

    .header .nav .nav-list1 .nav-list2 li .pic {
        max-width: 260px;
        margin-left: 40px;
    }

    .header .nav .nav-list1 .nav-list2 li .pic img {
        max-width: 100%;
    }

    .header .nav .nav-list1 .nav-list2 li .pic .img-box {
        padding-bottom: 69.23076923%;
    }

    .header .nav .nav-list1 .nav-list2 li.more>a:after {
        font-family: 'iconfont';
        position: absolute;
        top: 50%;
        right: 20px;
        content: '\e9b4';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #e50113;
    }

    .header .nav .nav-list1 .nav-list2.pronav-list2 {
        right: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;
        border-bottom: 40px solid #fff;
    }

    .header .nav .nav-list1 .nav-list2.pronav-list2>li {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding: 0 25px 0 15px;
        padding-bottom: 999px;
        border-left: 1px solid #e7e7e7;
    }

    .header .nav .nav-list1 .nav-list2.pronav-list2>li .pic {
        max-width: 130px;
        margin-left: 0;
    }

    .header .nav .nav-list1 .nav-list2.pronav-list2>li h4 {
        font-size: 13px;
        font-weight: bold;
        margin-top: 24px;
    }

    .header .nav .nav-list1 .nav-list3 li>a {
        font-size: 12px;
        line-height: 2;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .header .nav .nav-list1>li>a {
        padding: 44px 4px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .header .nav .nav-list1>li>a {
        padding: 44px 4px;
    }
}

@media (min-width: 1200px) and (max-width: 1199px) {
    .header .nav .nav-list1 .nav-list2 li .pic {
        display: none;
    }
}

@media (max-width: 1560px) {
    .header .nav .nav-list1>li {
        margin: 0 10px;
    }
}

@media (max-width: 1330px) {
    .header .nav .nav-list1>li {
        margin: 0 6px;
    }
}

@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;
        opacity: 0;
    }

    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);
        opacity: 0;
    }

    .header .nav .nav-list1>a {
        font-size: 20px;
        color: #fff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header .nav .nav-list1>li {
        margin: 0 12px;
    }
}

@media (max-width: 1199px) {

    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }

    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;
        margin-top: 5px;
        color: #fff;
    }
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}

@media (max-height: 580px) {

    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}

.header .nav-2,
.header .nav-3 {
    display: none;
}

@media (max-width: 1199px) {

    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        color: #fff;
        background: #292929;
    }
}

.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;
    content: '\e9d7';
}

.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
    font-size: 30px;
    margin: 0;
}

@media (max-width: 767px) {

    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2 {
        font-size: 20px;
        width: 100%;
    }
}

.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
    margin-top: 12%;
}

.header .nav-2 .content h2,
.header .nav-3 .content h2 {
    font-size: 19px;
    position: relative;
    margin-bottom: 20px;
    padding: 0 14px;
    text-align: left;
}

.header .nav-2 .content h2 a,
.header .nav-3 .content h2 a {
    display: block;
}

.header .nav-2 .content h2::after,
.header .nav-3 .content h2::after {
    font-family: 'iconfont';
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    content: '\e625';
}

@media (max-width: 767px) {

    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 20px;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    margin: 10px 0;
    padding: 0 10px;
    text-align: left;
    border: 1px solid #fff;
}

@media (max-width: 767px) {

    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin-right: 10px;
    }
}

.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: '\e625';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    display: block;
}

.header .nav-2 {
    left: 100%;
}

.header .nav-3 {
    left: 200%;
}

.header .nav-3 .content ul li {
    font-size: 19px;
}

.header .fade-out ul {
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}

@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }

    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }

    .header .fade-out ul.nav-list1>li {
        position: relative;
        margin: 20px 0;
    }

    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: 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: '\e625';
        color: #fff;
    }

    .header .fade-out ul.nav-list1>li>a {
        font-size: 18px;
        line-height: 2.08333333;
        display: block;
    }

    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}

@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}

@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}

.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}

.header .xs-language {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}

@media (min-width: 1200px) {
    .header .xs-language {
        display: none;
    }
}

.header .xs-language a {
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
    color: #fff;
}

.header .xs-language span {
    margin: 0 5px;
    color: #fff;
}

@media (min-width: 992px) {
    .header .cart-box-xs {
        display: none;
    }
}

@media (max-width: 991px) {
    .header .cart-box-xs {
        font-size: 24px;
        position: absolute;
        top: 25px;
        left: 0;
        left: 30px;
        color: #fff;
    }

    .header .cart-box-xs span {
        font-size: 16px;
        line-height: 26px;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 10px;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        text-align: center;
        border: 2px solid #fff;
        border-radius: 50%;
    }
}

.header .search-box {
    display: none;
    margin-top: 20px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .header .search-box {
        position: absolute;
        z-index: 888;
        top: 100%;
        left: 0;
        width: 100%;
        height: 86px;
        margin-top: 0;
        padding: 0 4%;
        background-color: #fff;
    }
}

.header .search-box .search {
    line-height: 40px;
    overflow: hidden;
    zoom: 1;
    width: 240px;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
}

.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.header .search-box .input-text {
    float: left;
    width: 78%;
    height: 38px;
    padding-left: 10%;
    background: none;
}

@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}

.header .search-box .input-submit {
    line-height: 36px;
    float: right;
    width: 50px;
    background: none;
}

.header .search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e72f';
    color: #fff;
}

@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.header .search-box.search-xs {
    width: 100%;
    margin: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}

.header .search-box.search-xs.show {
    z-index: 66;
}

.header .search-box.search-xs.show .search {
    left: 0;
}

.header .search-box.search-xs .search {
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;
    width: 100%;
    -webkit-transition: left .3s;
    transition: left .3s;
    border-color: #fff;
    background: #fff;
}

@media (min-width: 1200px) {
    .header .search-box.search-xs {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;
        display: inline-block;
        height: 34px;
    }
}

@media (max-width: 360px) {
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}

@media (max-width: 767px) {
    .header .search-box.search-xs .input-text {
        padding-left: 5%;
    }
}

.header .search-box.search-xs .input-submit {
    line-height: 34px;
    background: #fff;
}

.header .search-box.search-xs .input-submit:before {
    color: #e50113;
}

.header .search-icon {
    display: none;
}

@media (max-width: 1199px) {
    .header .search-icon {
        position: fixed;
        right: 50px;
        bottom: 30px;
        display: inline-block;
        cursor: pointer;
    }

    .header .search-icon:before {
        font-family: 'iconfont' !important;
        font-size: 18px;
        content: '\e72f';
        color: #fff;
    }
}

@media (max-width: 767px) {
    .header .search-icon {
        right: 35px;
    }
}

.header .search-lg {
    top: 0;
}

@media (min-width: 768px) {
    .header .search-lg .logo {
        margin-top: 20px;
    }

    .header .search-lg .search {
        position: relative;
        float: right;
        width: 70%;
        margin-top: 20px;
        border: none;
        border-bottom: 1px solid #dbdbdb;
        border-radius: 0;
    }

    .header .search-lg .input-text {
        font-size: 20px;
        padding: 0;
    }

    .header .search-lg .input-submit {
        right: auto;
        left: 0;
        display: none;
    }

    .header .search-lg .close-btn {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .header .search-lg .close-btn:before {
        font-size: 20px;
        content: '\2716';
    }
}

@media (max-width: 1199px) {
    .header .search-lg .search {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .header .search-lg .search {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .header .search-lg {
        display: none;
    }
}

.header .right {
    float: right;
}

.header .find {
    line-height: 55px;
    float: right;
    margin: 15px 0 15px 20px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 1560px) {
    .header .find {
        margin-left: 10px;
    }
}

.header .find::after {
    font-family: 'iconfont';
    font-size: 20px;
    content: '\e72f';
}

@media (max-width: 1199px) {
    .header .find {
        display: none;
    }
}

@media (max-width: 767px) {
    .header .find {
        display: none;
    }
}

.nav-list1::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 0;
}

.nav-list1::-webkit-scrollbar-track {
    background-color: #414141;
}

.nav-list1::-webkit-scrollbar-thumb {
    background-color: #f0e6db;
}

.online {
    position: fixed;
    z-index: 99;
    right: 15px;
    width: 50px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

@media (max-width: 1440px) {
    .online {
        right: 5px;
    }
}

@media (min-width: 992px) {
    .online {
        top: 40%;
    }
}

@media (max-width: 991px) {
    .online {
        bottom: -340px;
    }
}

.online.active {
    right: 5px;
    bottom: 100px;
}

.online a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 2px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
    background: url(../images/online.png) no-repeat rgba(0, 0, 0, .7);
}

.online a:last-child {
    border-bottom: none;
}

.online a.online-email {
    background-position: 0 0;
}

.online a.online-email:hover {
    background-color: #b4961a;
}

.online a.online-skype {
    background-position: 0 -50px;
}

.online a.online-skype:hover {
    background-color: #3dbb2a;
}

.online a.online-tel {
    background-position: 0 -100px;
}

.online a.online-tel:hover {
    background-color: #00affb;
}

.online a.online-weixin {
    background-position: 0 -150px;
}

.online a.online-weixin:hover {
    background-color: #3b589b;
}

.online a.online-wechat {
    background-position: 0 -200px;
}

.online a.online-wechat:hover {
    background-color: #33d055;
}

.online a.online-top {
    background-position: 0 -250px;
}

.online a.online-top:hover {
    background-color: #000;
}

.online a.online-tel p {
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 54px;
    display: none;
    width: 160px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online a.online-wechat .erweima {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;
    display: block;
    display: none;
    width: 130px;
    height: 160px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online a.online-wechat .erweima img {
    width: 100%;
}

.online a.online-wechat .erweima p {
    font-size: 13px;
    margin: 8px 0 0 0;
    text-align: center;
    color: #888;
}

.icon-online {
    font-size: 30px;
    line-height: 40px;
    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 50px;
    display: none;
    width: 46px;
    height: 46px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #292929;
}

@media (max-width: 991px) {
    .icon-online {
        display: block;
    }
}

.icon-online.icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner {
    position: relative;
    z-index: 9;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 1199px) {
    .banner .owl-theme {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

@media (max-width: 991px) {
    .banner .owl-theme {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}

@media (max-width: 767px) {
    .banner .owl-theme {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}

.banner .owl-theme .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    width: 100%;
    margin: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    .banner .owl-theme .owl-pagination {
        bottom: 14px;
        text-align: center;
    }
}

.banner .owl-theme .owl-pagination .owl-page {
    display: inline-block;
}

.banner .owl-theme .owl-pagination .owl-page span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    opacity: 1;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
}

.banner .owl-theme .owl-pagination .owl-page.active span {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: none;
}

.banner .owl-theme .owl-buttons {
    display: none;
}

.banner .text {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
    .banner .text {
        width: 50%;
    }
}

.banner .text h3 {
    font-size: 48px;
    margin: 0;
}

@media (max-width: 991px) {
    .banner .text h3 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .banner .text h3 {
        font-size: 24px;
    }
}

.banner .text h3::after {
    font-family: 'iconfont';
    display: block;
    content: '\e605';
}

.banner .text a.more {
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    margin-top: 60px;
    padding: 0 54px;
    border: 2px solid #fff;
    border-radius: 50px;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 991px) {
    .banner .text a.more {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .banner .text a.more {
        line-height: 40px;
        height: 40px;
        margin-top: 20px;
        padding: 0 40px;
        border: 1px solid #fff;
    }
}

.banner .active .text h3 {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.banner .active .text a.more {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}

.wrap-search,
.fixed-search {
    /*margin-top: -100px;*/
    margin-top: 1px;
    margin-bottom: 1px;
}

@media (max-width: 991px) {

    .wrap-search,
    .fixed-search {
        display: none;
        margin-top: -80px;
    }
}

@media (max-width: 767px) {

    .wrap-search,
    .fixed-search {
        margin-top: 0;
    }
}

.wrap-search .search,
.fixed-search .search {
    position: relative;
    z-index: 9;
    bottom: 0;
    /*overflow: hidden;*/
    width: 100%;
}

.wrap-search .search form,
.fixed-search .search form {
    position: relative;
}

.wrap-search .search .send,
.fixed-search .search .send {
    position: absolute;
    right: -1px;
    padding: 0;
    margin: 0;
    background: none;
    top: -1px;
    outline: none;
    box-shadow: none;
}

.wrap-search .search .send:after,
.fixed-search .search .send:after {
    font-family: "iconfont";
    content: '\e672';
    line-height: 39px;
    height: 39px;
    width: 39px;
    color: #ffffff;
    display: block;
    background-color: #cccccc;
}

@media (max-width: 767px) {

    .wrap-search .search,
    .fixed-search .search {
        position: relative;
    }

    .wrap-search .search .container,
    .fixed-search .search .container {
        padding: 0;
    }
}

.wrap-search .search .left,
.fixed-search .search .left {
    float: left;
    width: 16%;
    height: 100px;
    padding: 0 30px;
    vertical-align: top;
    background-color: #e50113;
}

@media (max-width: 1199px) {

    .wrap-search .search .left,
    .fixed-search .search .left {
        width: 20%;
        padding: 0 12px;
    }
}

@media (max-width: 991px) {

    .wrap-search .search .left,
    .fixed-search .search .left {
        height: 80px;
    }
}

@media (max-width: 767px) {

    .wrap-search .search .left,
    .fixed-search .search .left {
        width: 100%;
        height: 40px;
    }
}

.wrap-search .search .left h3,
.fixed-search .search .left h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 100px;
    margin: 0;
    color: #fff;
}

@media (max-width: 991px) {

    .wrap-search .search .left h3,
    .fixed-search .search .left h3 {
        font-size: 24px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {

    .wrap-search .search .left h3,
    .fixed-search .search .left h3 {
        font-size: 22px;
        line-height: 40px;
        text-align: center;
    }
}

.wrap-search .search .left h3::before,
.fixed-search .search .left h3::before {
    font-family: 'iconfont';
    font-weight: normal;
    margin-right: 12px;
    content: '\e72f';
}

.wrap-search .search .right,
.fixed-search .search .right {
    float: left;
    width: 84%;
    height: 100px;
    padding: 31px 62px;
    vertical-align: top;
    background-color: #292929;
    background-image: linear-gradient(#29a7e1, #68b6e7);
}

@media (max-width: 1199px) {

    .wrap-search .search .right,
    .fixed-search .search .right {
        width: 80%;
    }
}

@media (max-width: 991px) {

    .wrap-search .search .right,
    .fixed-search .search .right {
        height: 80px;
        padding: 25px 10px;
    }
}

@media (max-width: 767px) {

    .wrap-search .search .right,
    .fixed-search .search .right {
        width: 100%;
        height: 60px;
        padding: 15px 4px;
    }
}

.wrap-search .search .right ul li,
.fixed-search .search .right ul li {
    display: inline-block;
    width: 33.33333333%;
    margin-right: -4px;
    padding: 0 8px;
}

@media (max-width: 767px) {

    .wrap-search .search .right ul li,
    .fixed-search .search .right ul li {
        padding: 0 4px;
    }
}

.wrap-search .search .right ul li select,
.fixed-search .search .right ul li select,
.wrap-search .search .right ul li input,
.fixed-search .search .right ul li input {
    font-size: 12px;
    line-height: 24px;
    width: 100%;
    height: 39px;
    padding: 7px 20px;
    cursor: pointer;
    color: #666;
    border: none;
    border-radius: 2px;
    outline: none;
    background: url(../images/selectbg.png) no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 767px) {

    .wrap-search .search .right ul li select,
    .fixed-search .search .right ul li select,
    .wrap-search .search .right ul li input,
    .fixed-search .search .right ul li input {
        line-height: 30px;
        height: 30px;
        padding: 0 10px;
        background: url(../images/selectbg1.png) no-repeat right #fff;
    }
}

.wrap-search .search .right ul li input,
.fixed-search .search .right ul li input {
    background: #fff;
}

.box {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}

.box-product .sort {
    text-align: center;
}

.box-product .sort ul li {
    font-size: 16px;
    display: inline-block;
}

@media (max-width: 767px) {
    .box-product .sort ul li {
        font-size: 14px;
    }
}

.box-product .sort ul li a {
    font-weight: 500;
    line-height: 1.875;
    display: inline-block;
    color: #999;
}

.box-product .sort ul li a::after {
    font-family: 'iconfont';
    float: right;
    margin: 0 20px;
    content: '\e63d';
}

@media (max-width: 767px) {
    .box-product .sort ul li a::after {
        margin: 0 5px;
    }
}

.box-product .sort ul li:hover a,
.box-product .sort ul li.active a {
    text-decoration: underline;
    color: #333;
}

.box-product .sort ul li:last-child a::after {
    display: none;
}

.box-product .info {
    display: none;
}

.box-product .info .item {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .box-product .info .item {
        margin-top: 30px;
    }
}

.box-product .info .item .img-box {
    padding-bottom: 66.66666667%;
    border: 1px solid #ebebeb;
}

.box-product .info .item .img-box img {
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.box-product .info .item p {
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    margin: 25px 0 0 0;
    text-align: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.box-product .info .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-num {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.box-num .info {
    overflow: hidden;
}

.box-num ul {
    overflow: hidden;
    padding: 0 -40px;
}

.box-num ul li {
    float: left;
    width: 20%;
    padding: 0 40px;
}

@media (max-width: 1199px) {
    .box-num ul li {
        width: 33.33333333%;
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .box-num ul li {
        width: 50%;
        padding: 0 10px;
    }
}

.box-num ul li h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    color: #424242;
}

@media (max-width: 1199px) {
    .box-num ul li h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .box-num ul li h3 {
        font-size: 24px;
    }
}

.box-num ul li p {
    font-size: 13px;
    line-height: 1.53846154;
    max-width: 190px;
    margin: 14px 0 0 0;
    color: #666;
}

.box-item .info {
    margin-top: -30px;
}

.box-item .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.box-item .item .pic .img-box img {
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.box-item .item .pic-1 .img-box {
    padding-bottom: 73.17073171%;
}

.box-item .item .pic-2 .img-box {
    padding-bottom: 121.95121951%;
}

.box-item .item .note {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0 0 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff;
}

.box-item .item .note h3 {
    font-size: 30px;
    font-weight: 600;
    display: -webkit-box;
    max-width: 150px;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, .48);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
    .box-item .item .note h3 {
        font-size: 24px;
    }
}

.box-item .item .note p {
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    max-width: 210px;
    margin: 0 12px 0 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, .48);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box-item .item .note a.more {
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    margin-top: 24px;
    padding: 0 20px;
    opacity: 0;
    background-color: #292929;
}

.box-item .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
}

.box-item .item:hover .note {
    background-color: rgba(0, 0, 0, .3);
}

.box-item .item:hover .note a.more {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.box-item .owl-controls {
    display: none;
    margin: 0;
}

.box-item .owl-controls .owl-pagination {
    display: none;
}

.box-item .owl-controls .owl-buttons {
    display: none;
}

.box-choose {
    /* background: url(../images/choosebg.jpg) no-repeat center; */
    background-size: cover;
    background-image: linear-gradient(#29a7e1, #68b6e7);
}

.box-choose .title {
    text-align: center;
}

.box-choose .title h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.box-choose .title p {
    font-weight: normal;
    line-height: 1.71428571;
    margin: 20px 0 0 0;
    color: #fff;
}

.box-choose .info ul {
    overflow: hidden;
    margin-top: 50px;
}

.box-choose .info ul li {
    padding: 0;
}

.box-choose .info ul li .item {
    position: relative;
    padding: 45px 30px 66px 30px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-right: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    background-color: rgba(255, 255, 255, .06);
}

.box-choose .info ul li .item:hover {
    background-color: rgba(255, 255, 255, .01);
}

.box-choose .info ul li .item:hover .text::after {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}

.box-choose .info ul li .item-3,
.box-choose .info ul li .item-6 {
    border-right: none;
}

.box-choose .info ul li .item-4,
.box-choose .info ul li .item-5,
.box-choose .info ul li .item-6 {
    border-bottom: none;
}

@media (max-width: 767px) {

    .box-choose .info ul li .item-4,
    .box-choose .info ul li .item-5,
    .box-choose .info ul li .item-6 {
        border-bottom: 1px solid rgba(255, 255, 255, .06);
    }
}

.box-choose .info ul li .item .text::after {
    font-family: 'iconfont';
    font-size: 32px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    content: '\e6e1';
    color: #e50113;
}

.box-choose .info ul li .item-2 .text::after {
    content: '\e605';
}

.box-choose .info ul li .item-3 .text::after {
    content: '\e68e';
}

.box-choose .info ul li .item-4 .text::after {
    font-size: 35px;
    content: '\e661';
}

.box-choose .info ul li .item-5 .text::after {
    content: '\e62c';
}

.box-choose .info ul li .item-6 .text::after {
    content: '\e635';
}

.box-choose .info ul li h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #fff;
}

.box-choose .info ul li .note {
    height: 96px;
}

@media (max-width: 480px) {
    .box-choose .info ul li .note {
        height: auto;
    }
}

.box-choose .info ul li p {
    line-height: 1.71428571;
    margin: 0;
    /* color: #a6a6a6; */
    color: #fff;
}

.box-choose .info ul li p::before {
    font-size: 12px;
    margin-right: 10px;
    content: '◇';
}

.box-choose .owl-controls {
    display: none;
    margin: 0;
}

.box-choose .owl-controls .owl-pagination {
    display: none;
}

.box-choose .owl-controls .owl-buttons {
    display: none;
}

.box-about {
    padding: 50px 0 20px 0;
}

.box-about .about {
    overflow: hidden;
}

.box-about .about .text {
    float: left;
    width: 60%;
    margin-top: 40px;
    padding-right: 40px;
}

@media (max-width: 991px) {
    .box-about .about .text {
        width: 100%;
        padding-right: 0;
    }
}

.box-about .about .text .title h2 {
    font-size: 60px;
    font-weight: 600;
    margin: 0;
    color: #ececec;
}

@media (max-width: 991px) {
    .box-about .about .text .title h2 {
        font-size: 40px;
    }
}

.box-about .about .text .title p {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    margin-top: -30px;
}

.box-about .about .text .note {
    margin-top: 40px;
}

.box-about .about .text .note p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.73333333;
    margin: 0;
    color: #666;
}

.box-about .about .text .more {
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    margin-top: 50px;
    color: #fff;
    background-color: #1e2087;
}

.box-about .about .text .more a {
    display: block;
    padding: 0 46px;
}

.box-about .about .text .more a::after {
    font-family: 'iconfont';
    font-size: 12px;
    display: inline-block;
    margin-left: 14px;
    content: '\eb92';
}

.box-about .about .text .more:hover a::after {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.box-about .about .pic {
    float: left;
    width: 40%;
}

@media (max-width: 991px) {
    .box-about .about .pic {
        width: 100%;
        margin-top: 30px;
    }
}

.box-about .about .pic img {
    max-width: 100%;
}

.box-video {
    overflow: hidden;
    width: 100%;
}

.box-video .info {
    margin: 0 -1px;
}

.box-video ul {
    overflow: hidden;
}

.box-video ul li {
    float: left;
    width: 33.33333333%;
    padding: 0 1px;
}

@media (max-width: 767px) {
    .box-video ul li {
        width: 100%;
    }
}

.box-video .video {
    position: relative;
    overflow: hidden;
    /*margin-top: 40px;*/
    text-align: center;
    background-color: #000;
}

@media (max-width: 767px) {
    .box-video .video {
        margin-top: 2px;
    }
}

.box-video .video .img-box {
    z-index: 0;
    padding-bottom: 58.06451613%;
}

.box-video .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .9;
}

.box-video .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.box-video .video .iframe {
    display: none;
    width: 100%;
}

.box-video .video .play {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    display: inline-block;
    margin: auto;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    color: #fff;
}

.box-video .video .play::before {
    font-family: 'iconfont';
    font-size: 36px;
    position: relative;
    top: 4px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    margin-right: 20px;
    content: '\e633';
    background-size: cover;
}

.box-video .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5;
}

.box-video .video:hover .play {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.box-video .owl-controls {
    display: none;
    margin: 0;
}

.box-video .owl-controls .owl-pagination {
    display: none;
}

.box-video .owl-controls .owl-buttons {
    display: none;
}

.box-message .message {
    text-align: center;
}

.box-message .message .title p {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.47058824;
    margin: 0;
}

@media (max-width: 767px) {
    .box-message .message .title p {
        font-size: 24px;
    }
}

.box-message .message .title p span {
    color: #e50113;
}

.box-message .message form {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 44px;
}

@media (max-width: 767px) {
    .box-message .message form {
        margin-top: 30px;
    }
}

.box-message .message form::before {
    font-family: 'iconfont';
    font-size: 12px;
    position: absolute;
    top: 22px;
    left: 20px;
    content: '\e617';
    color: #dadada;
}

.box-message .message form input {
    line-height: 15px;
    width: 100%;
    height: 60px;
    padding: 15px 0 15px 50px;
    color: #666;
    border: 1px solid #e5e5e5;
}

.box-message .message form input::-webkit-input-placeholder,
.box-message .message form textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

.box-message .message form input:-o-placeholder,
.box-message .message form textarea:-o-placeholder {
    color: #b3b3b3;
}

.box-message .message form input::-moz-placeholder,
.box-message .message form textarea::-moz-placeholder {
    color: #b3b3b3;
}

.box-message .message form input:-ms-input-placeholder,
.box-message .message form textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

.box-message .message form input:focus::-webkit-input-placeholder,
.box-message .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.box-message .message form input:focus::-o-placeholder,
.box-message .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.box-message .message form input:focus::-moz-placeholder,
.box-message .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.box-message .message form input:focus::-ms-input-placeholder,
.box-message .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.box-message .message form button {
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 0;
    background-color: #1e2087;
}

.box-message .message form button:hover {
    background-color: rgba(30, 32, 135, .9);
}

.footer {
    padding: 40px 0;
    background-color: #dedede;
}

.footer .foot-nav {
    overflow: hidden;
}

.footer .foot-nav ul {
    overflow: hidden;
    margin: 0 -29px;
}

@media (max-width: 991px) {
    .footer .foot-nav ul {
        margin: 0 -10px;
    }
}

.footer .foot-nav ul li {
    display: inline-block;
    max-width: 10.28571429%;
    margin: 30px 29px 0 29px;
    vertical-align: top;
}

@media (max-width: 991px) {
    .footer .foot-nav ul li {
        width: 25%;
        max-width: 100%;
        margin: 30px -4px 0 0;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .footer .foot-nav ul li {
        width: 50%;
    }
}

.footer .foot-nav ul li h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.footer .foot-nav ul li a {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.84615385;
    display: block;
    color: #333;
}

.footer .foot-nav ul li a:hover {
    text-decoration: underline;
    color: #999;
}

.footer .foot-nav ul li .proo:hover {
    text-decoration: none !important;
    color: #333 !important;
}

.copyright {
    overflow: hidden;
    padding: 25px 0;
}

@media (max-width: 991px) {
    .copyright {
        padding-bottom: 100px;
    }
}

.copyright .c-logo {
    float: left;
    width: 40%;
    /*width: 50%;*/
    height: 90px;
}

@media (max-width: 767px) {
    .copyright .c-logo {
        width: 100%;
    }
}

.copyright .c-logo img {
    float: left;
    height: 100%;
    margin-right: 20px;
}

.copyright .c-logo p {
    font-weight: 600;
    line-height: 1.53846154;
    margin: 0;
    padding-top: 33px;
}

@media (max-width: 767px) {
    .copyright .c-logo p {
        padding-top: 14px;
    }
}

.copyright .c-logo p a {
    display: block;
}

.copyright .c-logo p a:hover {
    color: #e50113;
}

.copyright .share {
    float: right;
    width: 30%;
    /*width: 50%;*/
}

@media (max-width: 767px) {
    .copyright .share {
        width: 100%;
        margin-top: -30px;
        padding-left: 110px;
    }
}

@media (max-width: 490px) {
    .copyright .share {
        margin-top: -10px;
    }
}

.copyright .share ul {
    height: 30px;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: right;
}

@media (max-width: 767px) {
    .copyright .share ul {
        margin: 0 0 20px 0;
        text-align: left;
    }
}

.copyright .share li {
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    margin-right: 6px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    text-align: center;
    background-color: #b9b9b9;
}

@media (max-width: 375px) {
    .copyright .share li {
        margin-right: 0;
    }
}

.copyright .share li a {
    display: block;
}

.copyright .share li a::after {
    font-family: 'iconfont';
    font-size: 16px;
    display: inline-block;
    content: '\e6c2';
    color: #fff;
}

.copyright .share li:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    background-color: #3b5998;
}

.copyright .share .twitter a::after {
    content: '\e6c3';
}

.copyright .share .twitter:hover {
    background-color: #1da1f3;
}

.copyright .share .linkedin:hover {
    background-color: #006a9a;
}

.copyright .share .linkedin a::after {
    content: '\e6f0';
}

.copyright .share .wechat a::after {
    content: '\e693';
}

.copyright .share .wechat:hover {
    background-color: #9eda2c;
}

.copyright .share .youtube a::after {
    content: '\e6c4';
}

.copyright .share .youtube:hover {
    background-color: #db2725;
}

.fixed-search {
    position: fixed;
    z-index: 99;
    bottom: 0;
    display: none;
    width: 100%;
}

@media (max-width: 767px) {
    .fixed-search {
        display: block;
    }
}

.fixed-search .search .left {
    height: 36px;
}

.fixed-search .search .left h3 {
    font-size: 20px;
    line-height: 36px;
}

.fixed-search .search .right {
    height: 50px;
    padding: 10px 4px;
}

.wrapper {
    overflow: hidden;
    clear: both;
}

.search-in {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    height: 120px;
    background: url(../images/searchbg1.jpg) no-repeat center;
}

.search-in .container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .search-in {
        height: 100px;
    }
}

@media (min-width: 1320px) {
    .search-in .container {
        width: 1250px;
    }
}

@media (max-width: 767px) {
    .search-in .container {
        padding: 0;
        display: block;
    }
}

.search-in .left {
    display: inline-block;
    float: left;
    width: 12%;
    height: 120px;
    padding: 0 30px;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .search-in .left {
        width: 20%;
        height: 80px;
        padding: 0 12px;
    }
}

.search-in form {
    position: relative;
}

.search-in .send {
    position: absolute;
    right: -1px;
    padding: 0;
    margin: 0;
    background: none;
    top: -1px;
    outline: none;
    box-shadow: none;
}

.search-in .send:focus {
    outline: 0;
}

.search-in .send:after {
    font-family: "iconfont";
    content: '\e672';
    line-height: 39px;
    height: 39px;
    width: 39px;
    color: #ffffff;
    display: block;
    background-color: #cccccc;
}

@media (max-width: 767px) {
    .search-in .left {
        line-height: 40px;
        width: 100%;
        height: 40px;
        margin-top: 14px;
        text-align: center;
    }

    .search-in .send:after {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.search-in .left h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 120px;
    margin: 0;
    color: #fff;
}

@media (max-width: 991px) {
    .search-in .left h3 {
        font-size: 24px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .search-in .left h3 {
        font-size: 22px;
        line-height: 40px;
    }
}

.search-in .left h3::before {
    font-family: 'iconfont';
    font-weight: normal;
    margin-right: 12px;
    content: '\e72f';
}

.search-in .right {
    float: left;
    width: 88%;
    height: 118px;
    padding: 40px 62px;
}

@media (max-width: 1199px) {
    .search-in .right {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .search-in .right {
        height: 80px;
        padding: 25px 10px;
    }
}

@media (max-width: 767px) {
    .search-in .right {
        width: 100%;
        padding: 0 4px;
        text-align: center;
    }
}

.search-in .right ul {
    /*overflow: hidden;*/
}

.search-in .right ul li {
    display: inline-block;
    /*    float: left;*/
    margin-right: -4px;
    width: 33.33333333%;
    padding: 0 8px;
}

@media (max-width: 767px) {
    .search-in .right ul li {
        padding: 0 4px;
    }
}

.search-in .right ul li select,
.search-in .right ul li input {
    font-size: 12px;
    line-height: 24px;
    width: 100%;
    height: 39px;
    padding: 7px 20px;
    cursor: pointer;
    color: #666;
    border: none;
    border-radius: 2px;
    outline: none;
    background: url(../images/selectbg.png) no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 767px) {

    .search-in .right ul li select,
    .search-in .right ul li input {
        line-height: 30px;
        height: 30px;
        padding: 0 10px;
        background: url(../images/selectbg1.png) no-repeat right #fff;
    }
}

.search-in .right ul li input {
    background: #fff;
}

.wrap {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .wrap {
        padding: 0 0 50px 0;
    }
}

.wrap .title-in {
    text-align: center;
}

.wrap .title-in h2 {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .wrap .title-in h2 {
        font-size: 24px;
    }
}

.wrap .title-in p {
    font-size: 16px;
    margin: 25px 0 0 0;
    color: #666;
}

@media (max-width: 991px) {
    .wrap .nav-title {
        display: none;
    }
}

.wrap .title-wrap {
    text-align: center;
}

.wrap .title-wrap h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.wrap .title-wrap p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.875;
    margin: 30px 0 0 0;
    color: #666;
}

.wrap .sidebar {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 991px) {
    .wrap .sidebar {
        display: none;
    }
}

.wrap .sidebar ul {
    margin-top: 30px;
}

.wrap .sidebar ul li {
    display: inline-block;
    margin-top: 10px;
}

.wrap .sidebar ul li::after {
    content: '|';
    color: #999;
}

.wrap .sidebar ul li:last-child::after {
    display: none;
}

.wrap .sidebar ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0 30px;
    padding-bottom: 20px;
    color: #666;
}

.wrap .sidebar ul li a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    content: '';
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #e50113;
}

.wrap .sidebar ul li.active a,
.wrap .sidebar ul li:hover a {
    color: #e50113;
}

.wrap .sidebar ul li.active a::after,
.wrap .sidebar ul li:hover a::after {
    width: 100%;
}

.wrap-about .about {
    padding: 80px 0;
    text-align: center;
}

@media (max-width: 991px) {
    .wrap-about .about {
        padding: 40px 0;
    }
}

.wrap-about .about h3 {
    font-size: 45px;
    font-weight: 900;
    overflow: hidden;
    margin: 0 0 40px 0;
    padding: 26px 0;
    color: #fff;
    background-color: #1e2087;
}

@media (max-width: 991px) {
    .wrap-about .about h3 {
        font-size: 35px;
        padding: 16px 0;
    }
}

@media (max-width: 767px) {
    .wrap-about .about h3 {
        font-size: 24px;
        padding: 12px 0;
    }
}

.wrap-about .about p {
    font-size: 16px;
    line-height: 1.875;
    max-width: 850px;
    margin: 0 auto;
    color: #666;
}

.wrap-about .range {
    padding: 80px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #f7f7f7;
    stext-align: center;
}

@media (max-width: 991px) {
    .wrap-about .range {
        padding: 50px 0;
    }
}

.wrap-about .range .note {
    margin-top: 30px;
}

.wrap-about .range .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}

.wrap-about .service {
    border-bottom: 1px solid #eaeaea;
}

.wrap-about .service ul {
    overflow: hidden;
}

.wrap-about .service li {
    float: left;
    overflow: hidden;
    width: 50%;
    margin-bottom: -949px;
    padding: 80px 50px 80px 15%;
    padding-bottom: 999px;
    border-right: 1px solid #eaeaea;
}

@media (max-width: 1560px) {
    .wrap-about .service li {
        padding-left: 9%;
    }
}

@media (max-width: 767px) {
    .wrap-about .service li {
        width: 100%;
        margin: 0;
        padding: 30px 15px;
    }
}

.wrap-about .service li:nth-child(2) {
    padding: 80px 15% 80px 50px;
}

@media (max-width: 1560px) {
    .wrap-about .service li:nth-child(2) {
        padding-right: 9%;
    }
}

@media (max-width: 767px) {
    .wrap-about .service li:nth-child(2) {
        width: 100%;
        margin: 0;
        padding: 0 15px 30px 15px;
    }
}

.wrap-about .service li .pic {
    float: left;
    width: 24%;
}

@media (max-width: 767px) {
    .wrap-about .service li .pic {
        width: 32%;
    }
}

.wrap-about .service li .pic .img-box {
    overflow: hidden;
    border-radius: 50%;
}

.wrap-about .service li .pic .img-box img {
    border-radius: 50%;
}

.wrap-about .service li .text {
    float: left;
    width: 76%;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .wrap-about .service li .text {
        width: 68%;
        padding-left: 10px;
    }
}

.wrap-about .service li .text h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #e50113;
}

.wrap-about .service li .text h3::before {
    margin-right: 16px;
    content: '•';
}

.wrap-about .service li .text .note {
    margin-top: 20px;
}

.wrap-about .service li .text .note p {
    line-height: 1.71428571;
    margin: 0;
}

.wrap-about .service li .text .note p span {
    display: inline-block;
    width: 50%;
}

@media (max-width: 767px) {
    .wrap-about .service li .text .note p span {
        display: block;
        width: 100%;
    }
}

.wrap-about .equipment {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .wrap-about .equipment {
        padding: 50px 0;
    }
}

.wrap-about .equipment .info {
    overflow: hidden;
}

.wrap-about .equipment ul {
    overflow: hidden;
    margin: 0 -44px;
}

@media (max-width: 1199px) {
    .wrap-about .equipment ul {
        margin: 0 -20px;
    }
}

.wrap-about .equipment ul li {
    float: left;
    width: 33.33333333%;
    padding: 0 44px;
}

@media (max-width: 1199px) {
    .wrap-about .equipment ul li {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .wrap-about .equipment ul li {
        width: 100%;
        margin-top: 30px;
    }

    .wrap-about .equipment ul li:first-child {
        margin-top: 0;
    }
}

.wrap-about .equipment ul li h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    border-radius: 0 20px 20px 0;
    /* background-color: #4c4c4c; */
    background-image: linear-gradient(#62b4dc, #8fc4ec);
}

.wrap-about .equipment ul li .note {
    margin-top: 20px;
}

.wrap-about .equipment ul li .note p {
    line-height: 1.71428571;
    position: relative;
    margin: 0;
    padding-left: 22px;
    color: #666;
}

.wrap-about .equipment ul li .note p span {
    font-weight: 600;
    position: absolute;
    left: 0;
    margin-right: 15px;
    color: #e50113;
}

.wrap-about .database {
    padding: 80px 0;
    /* background: url(../images/aboutbg.jpg) no-repeat; */
    background-image: linear-gradient(#62b4dc, #8fc4ec);
}

@media (max-width: 991px) {
    .wrap-about .database {
        padding: 50px 0;
    }
}

.wrap-about .database .title-in h2 {
    color: #fff;
}

.wrap-about .database .info {
    border-bottom: 1px solid #555;
}

.wrap-about .database .info ul {
    overflow: hidden;
    padding: 60px 0;
}

@media (max-width: 991px) {
    .wrap-about .database .info ul {
        padding: 40px 0;
    }
}

.wrap-about .database .info ul li {
    float: left;
    width: 33.33333333%;
    text-align: center;
}

.wrap-about .database .info ul li h3 {
    font-size: 36px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    margin: 0;
    /* color: #e50113; */
}

@media (max-width: 767px) {
    .wrap-about .database .info ul li h3 {
        font-size: 24px;
    }
}

.wrap-about .database .info ul li h3::after {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: -8px;
    right: -14px;
    content: '+';
}

.wrap-about .database .info ul li p {
    font-size: 16px;
    margin: 20px 0 0 0;
    /* color: #b0b0b0; */
}

@media (max-width: 767px) {
    .wrap-about .database .info ul li p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }
}

.wrap-about .database .text {
    max-width: 820px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 767px) {
    .wrap-about .database .text {
        margin-top: 30px;
    }
}

.wrap-about .database .text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66666667;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .wrap-about .database .text p {
        font-size: 16px;
    }
}

.wrap-about .philosophy {
    padding: 80px 0 0 0;
}

@media (max-width: 991px) {
    .wrap-about .philosophy {
        padding: 50px 0 0 0;
    }
}

.wrap-about .philosophy .text {
    margin-top: 30px;
    text-align: center;
}

.wrap-about .philosophy .text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}

.wrap-about .philosophy .text img {
    max-width: 100%;
}

.wrap-history .history {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-history .history {
        padding-top: 50px;
    }
}

.wrap-history .history .info ul {
    position: relative;
    overflow: hidden;
    padding: 120px 0 0 0;
}

@media (max-width: 991px) {
    .wrap-history .history .info ul {
        padding-top: 80px;
    }
}

.wrap-history .history .info ul li {
    float: left;
    width: 50%;
    list-style: none;
}

.wrap-history .history .info ul li .note {
    width: 100%;
}

.wrap-history .history .info ul li .text {
    margin-top: 15px;
    padding: 25px 35px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}

.wrap-history .history .info ul li .text p {
    font-weight: normal;
    line-height: 1.71428571;
    margin: 0;
}

.wrap-history .history .info ul li:nth-child(2n+1) .note {
    position: relative;
    right: -1px;
    padding-right: 50px;
    text-align: right;
    border-right: 2px solid #e9e9e9;
}

.wrap-history .history .info ul li:nth-child(2n+1) .note::before {
    position: absolute;
    z-index: 8;
    top: 78px;
    right: -8px;
    display: block;
    width: 64px;
    width: 14px;
    height: 80px;
    height: 14px;
    content: '';
    border: 2px solid #e9e9e9;
    border-radius: 100%;
    background: #fff;
}

@media (max-width: 480px) {
    .wrap-history .history .info ul li:nth-child(2n+1) .note {
        padding-right: 20px;
    }
}

.wrap-history .history .info ul li:nth-child(2n+1) .note .text {
    position: relative;
}

.wrap-history .history .info ul li:nth-child(2n+1) .note .text::before {
    position: absolute;
    top: 25px;
    right: -14px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #fff;
}

.wrap-history .history .info ul li:nth-child(2n+1) .note .text::after {
    position: absolute;
    z-index: -1;
    top: 25px;
    right: -16px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #fff;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .1));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .1));
}

.wrap-history .history .info ul li:nth-child(2n) .note {
    position: relative;
    left: -1px;
    float: right;
    padding-top: 100px;
    padding-left: 50px;
    border-right: 0;
    border-left: 2px solid #e9e9e9;
}

.wrap-history .history .info ul li:nth-child(2n) .note::before {
    position: relative;
    top: 90px;
    left: -58px;
    display: block;
    width: 64px;
    width: 14px;
    height: 80px;
    height: 14px;
    content: '';
    border: 2px solid #e9e9e9;
    border-radius: 100%;
    background: #fff;
}

.wrap-history .history .info ul li:nth-child(2n) .note img {
    margin-bottom: 10px;
}

.wrap-history .history .info ul li:nth-child(2n) .note .text {
    position: relative;
}

.wrap-history .history .info ul li:nth-child(2n) .note .text::before {
    position: absolute;
    top: 25px;
    left: -14px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-top: 12px solid transparent;
    border-right: 16px solid #fff;
    border-bottom: 12px solid transparent;
}

.wrap-history .history .info ul li:nth-child(2n) .note .text::after {
    position: absolute;
    z-index: -1;
    top: 25px;
    left: -16px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-top: 12px solid transparent;
    border-right: 16px solid #fff;
    border-bottom: 12px solid transparent;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .1));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .1));
}

@media (max-width: 480px) {
    .wrap-history .history .info ul li:nth-child(2n) .note {
        padding-left: 20px;
    }

    .wrap-history .history .info ul li:nth-child(2n) .note::before {
        left: -25px;
    }

    .wrap-history .history .info ul li:nth-child(2n) .note img {
        margin-bottom: 30px;
    }
}

.wrap-history .history .info ul li:first-child .note::after {
    position: absolute;
    top: -50px;
    right: -2px;
    display: block;
    float: right;
    width: 2px;
    height: 50px;
    content: '';
    background-color: #e9e9e9;
}

.wrap-history .history .info ul li:last-child .note {
    padding-bottom: 80px;
}

.wrap-history .history .info ul li h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33333333;
    margin: 0 0 0 0;
    color: #e50113;
}

.wrap-honor .honor {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-honor .honor {
        padding-top: 50px;
    }
}

.wrap-honor .honor .waterfall {
    margin-top: 40px;
}

.wrap-honor .honor .item {
    margin-top: 30px;
}

.wrap-honor .honor .item .pic {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

.wrap-honor .honor .item img {
    width: 100%;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.wrap-honor .honor .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-team .team {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-team .team {
        padding-top: 50px;
    }
}

.wrap-team .team .info .item {
    margin-top: 70px;
    padding: 15px;
    background-color: #f5f5f5;
}

@media (max-width: 991px) {
    .wrap-team .team .info .item {
        margin-top: 40px;
    }
}

.wrap-team .team .info .item .pic .img-box {
    padding-bottom: 88.88888889%;
}

.wrap-team .team .info .item .pic .img-box img {
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.wrap-team .team .info .item .note {
    margin-top: 20px;
}

.wrap-team .team .info .item .note h3 {
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wrap-team .team .info .item .note p {
    display: -webkit-box;
    overflow: hidden;
    margin: 4px 0 10px 0;
    color: #999;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wrap-team .team .info .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-team .team .team-scroll {
    margin-top: 70px;
}

@media (max-width: 991px) {
    .wrap-team .team .team-scroll {
        margin-top: 50px;
    }
}

.wrap-team .team .team-scroll .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    width: 100%;
    margin: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    .wrap-team .team .team-scroll .owl-pagination {
        bottom: 14px;
        text-align: center;
    }
}

.wrap-team .team .team-scroll .owl-pagination .owl-page {
    display: inline-block;
}

.wrap-team .team .team-scroll .owl-pagination .owl-page span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    opacity: 1;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
}

.wrap-team .team .team-scroll .owl-pagination .owl-page.active span {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: none;
}

@media (max-width: 767px) {
    .wrap-team .team .team-scroll .owl-buttons {
        display: none;
    }
}

.wrap-team .team .team-scroll .owl-buttons .owl-prev,
.wrap-team .team .team-scroll .owl-buttons .owl-next {
    position: absolute;
    z-index: 9;
    top: 43%;
    margin: 0;
    padding: 0;
    opacity: 1;
    border-radius: 0;
    background: none;
}

.wrap-team .team .team-scroll .owl-buttons .owl-prev::after,
.wrap-team .team .team-scroll .owl-buttons .owl-next::after {
    font-family: 'iconfont';
    font-size: 28px;
    line-height: 60px;
    display: block;
    width: 60px;
    height: 60px;
    content: '\e9d7';
    background-color: rgba(0, 0, 0, .8);
}

.wrap-team .team .team-scroll .owl-buttons .owl-prev {
    left: 0;
}

.wrap-team .team .team-scroll .owl-buttons .owl-prev:hover {
    opacity: .8;
}

.wrap-team .team .team-scroll .owl-buttons .owl-next {
    right: 0;
}

.wrap-team .team .team-scroll .owl-buttons .owl-next::after {
    content: '\e672';
}

.wrap-team .team .team-scroll .owl-buttons .owl-next:hover {
    opacity: .8;
}

.wrap-team .team .team-scroll .text {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
}

@media (max-width: 991px) {
    .wrap-team .team .team-scroll .text {
        margin-top: 50px;
    }
}

.wrap-team .team .team-scroll .text p {
    font-size: 20px;
    font-weight: 600;
}

.wrap-location .location {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-location .location {
        padding-top: 50px;
    }
}

.wrap-location .location .text {
    margin-top: 70px;
    text-align: center;
}

@media (max-width: 991px) {
    .wrap-location .location .text {
        margin-top: 50px;
    }
}

.wrap-location .location .text img {
    max-width: 100%;
}

.wrap-location .location .text p {
    font-size: 20px;
    line-height: 1.8;
    max-width: 1150px;
    margin: 0 auto;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-location .location .text p {
        font-size: 16px;
    }
}

/**
 * page
 */
.page {
    clear: both;
    overflow: hidden;
    margin-top: 70px;
    text-align: center;
}

@media (max-width: 767px) {
    .page {
        margin-top: 50px;
    }
}

.page a {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    color: #999;
    border-radius: 50%;
}

.page a.omit {
    background-color: #fff;
}

.page a.omit:hover {
    color: #7c7c7c;
    background-color: #fff;
}

.page a.first-child,
.page a.last-child {
    font-size: 12px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
}

.page a.first-child::after,
.page a.last-child::after {
    // font-family: 'iconfont';
    // content: '\e9d7';
}

.page a.first-child:hover,
.page a.last-child:hover {
    text-decoration: none;
    color: #fff;
    border-color: #e50113;
    background-color: #e50113;
}

.page a.first-child {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .page a.first-child {
        margin-right: 6px;
    }
}

.page a.last-child {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .page a.last-child {
        margin-left: 6px;
    }
}

.page a.last-child::after {
    // font-family: 'iconfont';
    // content: '\e9d9';
}

.page a.active,
.page a:hover {
    text-decoration: underline;
    color: #e50113;
}

@media (max-width: 767px) {
    .page a {
        line-height: 34px;
        width: 34px;
        height: 34px;
    }

    .page a.first-child,
    .page a.last-child {
        margin: 0 5px;
    }
}

.wrap-product {
    padding-bottom: 0;
}

.wrap-product .product .pic {
    margin-top: 50px;
}

.wrap-product .product .pic img {
    max-width: 100%;
}

.wrap-product .product .info {
    overflow: hidden;
    margin-top: 60px;
}

@media (max-width: 767px) {
    .wrap-product .product .info {
        margin-top: 40px;
    }
}

.wrap-product .product .info .pro-nav {
    float: left;
    width: 20%;
    padding: 0 4px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .wrap-product .product .info .pro-nav {
        display: none;
    }
}

.wrap-product .product .info .pro-nav ul {
    margin-bottom: -9999px;
    padding-top: 40px;
    padding-bottom: 9999px;
    border-left: 1px solid #ededed;
}

.wrap-product .product .info .pro-nav ul li {
    font-weight: normal;
    line-height: 36px;
    color: #666;
}

.wrap-product .product .info .pro-nav ul li::before {
    display: inline-block;
    float: left;
    width: 8px;
    height: 8px;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: -5px;
    content: '';
    border: 1px solid rgba(229, 1, 19, 0);
    border-radius: 50%;
}

.wrap-product .product .info .pro-nav ul li a {
    display: block;
}

.wrap-product .product .info .pro-nav ul li.active,
.wrap-product .product .info .pro-nav ul li:hover {
    color: #e50113;
}

.wrap-product .product .info .pro-nav ul li.active::before,
.wrap-product .product .info .pro-nav ul li:hover::before {
    border-color: #e50113;
    background-color: #fff;
}

.wrap-product .product .info .pro-text {
    float: left;
    width: 60%;
    padding: 0 45px;
    padding-bottom: 80px;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

@media (max-width: 1199px) {
    .wrap-product .product .info .pro-text {
        padding: 0 20px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .wrap-product .product .info .pro-text {
        width: 70%;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .wrap-product .product .info .pro-text {
        width: 100%;
        padding: 0;
        padding-bottom: 50px;
        border: none;
    }
}

.wrap-product .product .info .pro-text h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #000;
}

.wrap-product .product .info .pro-text p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
    color: #666;
}

.wrap-product .product .info .pro-text img {
    max-width: 100%;
}

.wrap-product .product .info .pro-relate {
    float: left;
    width: 20%;
    padding: 4px 4px 0 40px;
    padding-bottom: 80px;
}

@media (max-width: 1199px) {
    .wrap-product .product .info .pro-relate {
        padding: 4px 4px 0 20px;
    }
}

@media (max-width: 991px) {
    .wrap-product .product .info .pro-relate {
        width: 30%;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .wrap-product .product .info .pro-relate {
        width: 100%;
        padding: 4px;
        padding-bottom: 50px;
    }
}

.wrap-product .product .info .pro-relate ul li {
    margin-top: 24px;
    padding: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}

.wrap-product .product .info .pro-relate ul li:first-child {
    margin-top: 0;
}

.wrap-product .product .info .pro-relate ul li .img-box {
    padding-bottom: 84.61538462%;
    border-bottom: 1px solid #f5f5f5;
}

.wrap-product .product .info .pro-relate ul li .img-box img {
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.wrap-product .product .info .pro-relate ul li .note {
    text-align: center;
}

.wrap-product .product .info .pro-relate ul li .note h3 {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wrap-product .product .info .pro-relate ul li .note p {
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    color: #bebebe;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wrap-product .product .info .pro-relate ul li:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
}

.wrap-product .product .info .pro-relate ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product .product .info .pro-relate ul li:hover .note h3 {
    color: #e50113;
}

.wrap-product-list {
    padding-bottom: 0;
}

.wrap-product-list .product-list .pro-nav {
    float: left;
    width: 20%;
    padding: 0 4px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .wrap-product-list .product-list .pro-nav {
        display: none;
    }
}

.wrap-product-list .product-list .pro-nav ul {
    margin-bottom: -9999px;
    padding-top: 40px;
    padding-bottom: 9999px;
    border-left: 1px solid #ededed;
}

.wrap-product-list .product-list .pro-nav ul li {
    font-weight: normal;
    line-height: 36px;
    color: #666;
}

.wrap-product-list .product-list .pro-nav ul li::before {
    display: inline-block;
    float: left;
    width: 8px;
    height: 8px;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: -5px;
    content: '';
    border: 1px solid rgba(229, 1, 19, 0);
    border-radius: 50%;
}

.wrap-product-list .product-list .pro-nav ul li a {
    display: block;
}

.wrap-product-list .product-list .pro-nav ul li.active,
.wrap-product-list .product-list .pro-nav ul li:hover {
    color: #e50113;
}

.wrap-product-list .product-list .pro-nav ul li.active::before,
.wrap-product-list .product-list .pro-nav ul li:hover::before {
    border-color: #e50113;
    background-color: #fff;
}

.wrap-product-list .product-list .info {
    overflow: hidden;
    padding-left: 45px;
    border-left: 1px solid #ededed;
}

@media (max-width: 1199px) {
    .wrap-product-list .product-list .info {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .wrap-product-list .product-list .info {
        margin-top: 50px;
        padding-left: 0;
        border: none;
    }
}

.wrap-product-list .product-list .info .pic h3 {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 20px 0;
}

.wrap-product-list .product-list .info .pic img {
    max-width: 100%;
}

.wrap-product-list .product-list .info .pro-content {
    overflow: hidden;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .wrap-product-list .product-list .info .pro-content {
        margin-top: 40px;
    }
}

.wrap-product-list .product-list .info .pro-text {
    float: left;
    width: 74%;
    padding-bottom: 80px;
}

@media (max-width: 1199px) {
    .wrap-product-list .product-list .info .pro-text {
        padding: 0 20px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .wrap-product-list .product-list .info .pro-text {
        width: 70%;
        padding-bottom: 50px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .wrap-product-list .product-list .info .pro-text {
        width: 100%;
        padding: 0;
        padding-bottom: 50px;
        border: none;
    }
}

.wrap-product-list .product-list .info .pro-text h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #000;
}

.wrap-product-list .product-list .info .pro-text p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
    color: #666;
}

.wrap-product-list .product-list .info .pro-text b {
    color: #e50113;
}

.wrap-product-list .product-list .info .pro-text img {
    max-width: 100%;
}

.wrap-product-list .product-list .info .pro-relate {
    float: left;
    width: 26%;
    padding: 4px 4px 0 40px;
    padding-bottom: 80px;
}

@media (max-width: 1199px) {
    .wrap-product-list .product-list .info .pro-relate {
        padding: 4px 4px 0 20px;
    }
}

@media (max-width: 991px) {
    .wrap-product-list .product-list .info .pro-relate {
        width: 30%;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .wrap-product-list .product-list .info .pro-relate {
        width: 100%;
        padding: 4px;
        padding-bottom: 50px;
    }
}

.wrap-product-list .product-list .info .pro-relate ul li {
    margin-top: 24px;
    padding: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}

.wrap-product-list .product-list .info .pro-relate ul li:first-child {
    margin-top: 0;
}

.wrap-product-list .product-list .info .pro-relate ul li .img-box {
    padding-bottom: 84.61538462%;
    border-bottom: 1px solid #f5f5f5;
}

.wrap-product-list .product-list .info .pro-relate ul li .img-box img {
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.wrap-product-list .product-list .info .pro-relate ul li .note {
    text-align: center;
}

.wrap-product-list .product-list .info .pro-relate ul li .note h3 {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wrap-product-list .product-list .info .pro-relate ul li .note p {
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    color: #bebebe;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wrap-product-list .product-list .info .pro-relate ul li:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
}

.wrap-product-list .product-list .info .pro-relate ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product-list .product-list .info .pro-relate ul li:hover .note h3 {
    color: #e50113;
}

.wrap-product-show .return {
    border-bottom: 1px solid #dfdfdf;
}

@media (max-width: 991px) {
    .wrap-product-show .return {
        margin-top: 50px;
    }
}

.wrap-product-show .return a {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    color: #e50113;
}

.wrap-product-show .return a::before {
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
    content: '\ec63';
}

.wrap-product-show .product-show {
    overflow: hidden;
}

.wrap-product-show .product-show .left {
    position: relative;
    float: left;
    width: 50%;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .wrap-product-show .product-show .left {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .product-show .left {
        margin-top: 30px;
    }
}

.wrap-product-show .product-show .left .swiper-container {
    vertical-align: top;
}

.wrap-product-show .product-show .left .swiper-wrapper {
    height: 200px;
}

.wrap-product-show .product-show .left .swiper-container-l {
    display: inline-block;
    float: left;
    width: 100px;
    height: 400px;
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
    .wrap-product-show .product-show .left .swiper-container-l {
        width: 100%;
        height: 100px;
        margin-top: 30px;
    }
}

@media (max-width: 375px) {
    .wrap-product-show .product-show .left .swiper-container-l {
        height: 80px;
    }
}

.wrap-product-show .product-show .left .swiper-container-l .synced {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap-product-show .product-show .left .swiper-container-l .synced .img-box {
    border: 1px solid #e50113;
}

.wrap-product-show .product-show .left .swiper-container-l .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    left: 10px;
}

.wrap-product-show .product-show .left .swiper-container-l .swiper-slide {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .wrap-product-show .product-show .left .swiper-container-l .swiper-slide {
        padding: 0 5px;
    }
}

.wrap-product-show .product-show .left .swiper-container-l .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    cursor: pointer;
    opacity: .8;
    border: 1px solid #fff;
    border-radius: 8px;
    background: #222;
}

.wrap-product-show .product-show .left .swiper-container-l .swiper-visible-switch {
    background: #aaa;
}

.wrap-product-show .product-show .left .swiper-container-l .swiper-active-switch {
    background: #fff;
}

.wrap-product-show .product-show .left .swiper-container-l .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 84.61538462%;
    border: 1px solid #e5e5e5;
}

.wrap-product-show .product-show .left .swiper-container-l .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wrap-product-show .product-show .left .swiper-container-r {
    display: inline-block;
    width: 520px;
    height: 444px;
    margin-left: 20px;
    border: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .wrap-product-show .product-show .left .swiper-container-r {
        width: 100%;
        height: auto;
        margin: 0;
        border: none;
    }
}

@media (max-width: 375px) {
    .wrap-product-show .product-show .left .swiper-container-r {
        height: 290px;
    }
}

@media (max-width: 320px) {
    .wrap-product-show .product-show .left .swiper-container-r {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .product-show .left .swiper-container-r .swiper-slide {
        padding: 0 5px;
    }
}

.wrap-product-show .product-show .left .swiper-container-r .img-box {
    padding-bottom: 84.61538462%;
}

@media (max-width: 767px) {
    .wrap-product-show .product-show .left .swiper-container-r .img-box {
        border: 1px solid #e5e5e5;
    }
}

.wrap-product-show .product-show .left .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 50px;
}

@media (max-width: 767px) {
    .wrap-product-show .product-show .left .btn-wrap {
        display: none;
    }
}

.wrap-product-show .product-show .left .btn-wrap span {
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    text-align: center;
}

.wrap-product-show .product-show .left .btn-wrap span:before {
    font-family: 'iconfont';
    font-size: 20px;
    display: inline-block;
    margin-left: -10px;
    content: '\e625';
    vertical-align: middle;
    color: #bcbcbc;
}

.wrap-product-show .product-show .left .btn-wrap .prev::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.wrap-product-show .product-show .left .btn-wrap .next {
    display: block;
}

.wrap-product-show .product-show .left .btn-wrap .next::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wrap-product-show .product-show .right {
    float: left;
    width: 50%;
    margin-top: 50px;
    padding-left: 50px;
}

@media (max-width: 1199px) {
    .wrap-product-show .product-show .right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.wrap-product-show .product-show .right h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 30px 0 0 0;
}

@media (max-width: 767px) {
    .wrap-product-show .product-show .right h3 {
        margin-top: 10px;
    }
}

.wrap-product-show .product-show .right h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #bebebe;
}

.wrap-product-show .product-show .right .share {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 60px;
}

.wrap-product-show .product-show .right .share::before {
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    position: absolute;
    left: 0;
    float: left;
    content: 'Share:';
    color: #999;
}

.wrap-product-show .product-show .right .at-share-btn-elements {
    float: left;
}

.wrap-product-show .product-show .right .at-share-btn-elements a {
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 0 4px;
    text-align: center;
    border-radius: 50% !important;
    outline: none;
}

.wrap-product-show .product-show .right .at-share-btn-elements a svg {
    padding: 6px;
}

.wrap-product-show .product-show .right .note {
    margin-top: 25px;
    padding: 35px 0;
    border-top: 1px solid #c9c9c9;
}

.wrap-product-show .product-show .right .note p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #666;
}

.wrap-product-show .product-show .right .link a {
    line-height: 40px;
    display: inline-block;
    height: 40px;
}

.wrap-product-show .product-show .right .link .inquiry {
    font-weight: 500;
    margin-top: 10px;
    margin-right: 20px;
    padding: 0 60px;
    color: #fff;
    border: 1px solid #e50113;
    background-color: #e50113;
}

.wrap-product-show .product-show .right .link .inquiry:hover {
    color: #e50113;
    background-color: #fff;
}

.wrap-product-show .product-show .right .link .addcart {
    font-weight: 500;
    margin-top: 10px;
    padding: 0 30px;
    color: #e50113;
    border: 1px solid #e50113;
}

.wrap-product-show .product-show .right .link .addcart::before {
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-right: 8px;
    content: '\e608';
}

.wrap-product-show .product-show .right .link .addcart:hover {
    color: #fff;
    background-color: #e50113;
}

.wrap-product-show .parameter .list {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .wrap-product-show .parameter .list {
        margin-top: 30px;
    }
}

.wrap-product-show .parameter .list .p-title h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 48px;
    height: 48px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #dfdfdf;
    background-color: #f2f2f2;
}

.wrap-product-show .parameter .list .text {
    padding: 40px;
    border: 1px solid #dfdfdf;
    border-top: none;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter .list .text {
        padding: 30px 15px;
    }
}

.wrap-product-show .parameter .list .text p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #666;
}

.wrap-product-show .parameter .list .text img {
    max-width: 100%;
}

.wrap-product-show .parameter .list .text form {
    overflow: hidden;
    max-width: 860px;
    margin-top: 14px;
}

.wrap-product-show .parameter .list .text form ul {
    margin: 0 -10px;
}

.wrap-product-show .parameter .list .text form ul li {
    float: left;
    width: 50%;
    margin-top: 20px;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .wrap-product-show .parameter .list .text form ul li {
        width: 100%;
    }
}

.wrap-product-show .parameter .list .text form ul li:first-child {
    width: 100%;
}

.wrap-product-show .parameter .list .text form ul li:nth-child(6),
.wrap-product-show .parameter .list .text form ul li:nth-child(7) {
    width: 100%;
}

.wrap-product-show .parameter .list .text form input,
.wrap-product-show .parameter .list .text form textarea {
    line-height: 30px;
    width: 100%;
    min-height: 44px;
    padding: 7px 20px;
    border: 1px solid #e2e2e2;
}

.wrap-product-show .parameter .list .text form input:focus,
.wrap-product-show .parameter .list .text form textarea:focus {
    border: 1px solid rgba(226, 226, 226, .6);
}

.wrap-product-show .parameter .list .text form input::-webkit-input-placeholder,
.wrap-product-show .parameter .list .text form textarea::-webkit-input-placeholder {
    color: #999;
}

.wrap-product-show .parameter .list .text form input:-o-placeholder,
.wrap-product-show .parameter .list .text form textarea:-o-placeholder {
    color: #999;
}

.wrap-product-show .parameter .list .text form input::-moz-placeholder,
.wrap-product-show .parameter .list .text form textarea::-moz-placeholder {
    color: #999;
}

.wrap-product-show .parameter .list .text form input:-ms-input-placeholder,
.wrap-product-show .parameter .list .text form textarea:-ms-input-placeholder {
    color: #999;
}

.wrap-product-show .parameter .list .text form input:focus::-webkit-input-placeholder,
.wrap-product-show .parameter .list .text form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .parameter .list .text form input:focus::-o-placeholder,
.wrap-product-show .parameter .list .text form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .parameter .list .text form input:focus::-moz-placeholder,
.wrap-product-show .parameter .list .text form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .parameter .list .text form input:focus::-ms-input-placeholder,
.wrap-product-show .parameter .list .text form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .parameter .list .text form .read input:focus {
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
}

.wrap-product-show .parameter .list .text form .read input::-webkit-input-placeholder {
    font-weight: 500;
    color: #333;
}

.wrap-product-show .parameter .list .text form .read input:-o-placeholder {
    font-weight: 500;
    color: #333;
}

.wrap-product-show .parameter .list .text form .read input::-moz-placeholder {
    font-weight: 500;
    color: #333;
}

.wrap-product-show .parameter .list .text form .read input:-ms-input-placeholder {
    font-weight: 500;
    color: #333;
}

.wrap-product-show .parameter .list .text form .read input:focus::-webkit-input-placeholder {
    color: #333;
}

.wrap-product-show .parameter .list .text form .read input:focus::-o-placeholder {
    color: #333;
}

.wrap-product-show .parameter .list .text form .read input:focus::-moz-placeholder {
    color: #333;
}

.wrap-product-show .parameter .list .text form .read input:focus::-ms-input-placeholder {
    color: #333;
}

.wrap-product-show .parameter .list .text form .btn {
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    margin-top: 15px;
    padding: 0 60px;
    color: #fff;
    border-radius: 0;
    background-color: #1e2087;
}

.wrap-product-show .parameter .list .text form .btn:hover {
    background-color: rgba(30, 32, 135, .9);
}

.wrap-news .news {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-news .news {
        padding-top: 50px;
    }
}

.wrap-news .news .info {
    overflow: hidden;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .wrap-news .news .info {
        margin-top: 10px;
    }
}

.wrap-news .news .info ul {
    overflow: hidden;
    margin: 0 -10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.wrap-news .news .info li {
    position: relative;
    float: left;
    width: 25%;
    margin-top: 50px;
    padding: 0 10px;
}

@media (max-width: 1199px) {
    .wrap-news .news .info li {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-news .news .info li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .info li {
        width: 100%;
    }
}

.wrap-news .news .info li a {
    display: block;
}

.wrap-news .news .info li .img-box img {
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.wrap-news .news .info li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-news .news .info li:hover .note h3 {
    color: #e50113;
}

.wrap-news .news .info .item-1 {
    width: 100%;
}

.wrap-news .news .info .item-1 .img-box {
    padding-bottom: 34.88372093%;
}

.wrap-news .news .info .item-1 .note {
    position: absolute;
    top: 30px;
    right: 0;
    width: 40%;
    padding: 50px 45px 75px 45px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-color: rgba(255, 255, 255, .9);
}

@media (max-width: 1199px) {
    .wrap-news .news .info .item-1 .note {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .info .item-1 .note {
        position: relative;
        top: 0;
        width: 100%;
        padding: 20px 0;
    }
}

.wrap-news .news .info .item-1 .note h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    max-height: 52px;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .wrap-news .news .info .item-1 .note h3 {
        font-size: 18px;
    }
}

.wrap-news .news .info .item-1 .note span {
    font-size: 12px;
    line-height: 35px;
    display: inline-block;
    height: 35px;
    margin-top: 10px;
    padding: 0 30px;
    color: #fff;
    background-color: #e50113;
}

.wrap-news .news .info .item-1 .note p {
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    max-height: 72px;
    margin: 0;
    margin-top: 45px;
    color: #666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
    .wrap-news .news .info .item-1 .note p {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-news .news .info .item-1 .note p {
        margin-top: 10px;
    }
}

.wrap-news .news .info .item-1:hover .note {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98);
}

@media (max-width: 767px) {
    .wrap-news .news .info .item-1:hover .note {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.wrap-news .news .info .item-2 .note,
.wrap-news .news .info .item-4 .note {
    overflow: hidden;
    min-height: 326px;
    padding: 40px 20px;
    background-color: #f7f7f7;
}

@media (max-width: 1199px) {

    .wrap-news .news .info .item-2 .note,
    .wrap-news .news .info .item-4 .note {
        min-height: 230px;
        padding: 20px;
    }
}

@media (max-width: 991px) {

    .wrap-news .news .info .item-2 .note,
    .wrap-news .news .info .item-4 .note {
        min-height: 369px;
    }
}

@media (max-width: 767px) {

    .wrap-news .news .info .item-2 .note,
    .wrap-news .news .info .item-4 .note {
        min-height: auto;
    }
}

.wrap-news .news .info .item-2 .note h3,
.wrap-news .news .info .item-4 .note h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22222222;
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrap-news .news .info .item-2 .note span,
.wrap-news .news .info .item-4 .note span {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin: 10px 0 0 0;
    color: #999;
}

.wrap-news .news .info .item-2 .note p,
.wrap-news .news .info .item-4 .note p {
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    max-height: 120px;
    margin: 0;
    margin-top: 20px;
    color: #666;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {

    .wrap-news .news .info .item-2 .note p,
    .wrap-news .news .info .item-4 .note p {
        max-height: 72px;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 991px) {

    .wrap-news .news .info .item-2 .note p,
    .wrap-news .news .info .item-4 .note p {
        max-height: 120px;
        -webkit-line-clamp: 5;
    }
}

.wrap-news .news .info .item-2 .note a.more,
.wrap-news .news .info .item-4 .note a.more {
    font-weight: normal;
    display: block;
    margin: 16px 0 0 0;
    color: #e50113;
}

.wrap-news .news .info .item-2:hover .note a.more,
.wrap-news .news .info .item-4:hover .note a.more {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.wrap-news .news .info .item-3 .pic .img-box,
.wrap-news .news .info .item-5 .pic .img-box {
    padding-bottom: 106.25%;
}

.wrap-news .news .info .item-3 .note,
.wrap-news .news .info .item-5 .note {
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

.wrap-news .news .info .item-3 .note span,
.wrap-news .news .info .item-5 .note span {
    font-weight: 500;
    line-height: 35px;
    display: inline-block;
    height: 35px;
    padding: 0 25px;
    color: #fff;
    background-color: rgba(229, 1, 19, .9);
}

.wrap-news .news .info .item-3 .note h3,
.wrap-news .news .info .item-5 .note h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    width: 84%;
    margin: 0;
    padding: 10px 25px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
}

.wrap-news .news .info .item-3 .note h3 a,
.wrap-news .news .info .item-5 .note h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrap-news .news .info .item-3:hover .note h3,
.wrap-news .news .info .item-5:hover .note h3 {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
    color: #fff;
}

.wrap-news .news .info .item-3:hover .note span,
.wrap-news .news .info .item-5:hover .note span {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.wrap-news .news .info .newsmore {
    position: relative;
    margin-top: 80px;
    padding-bottom: 70px;
    text-align: center;
}

@media (max-width: 767px) {
    .wrap-news .news .info .newsmore {
        margin-top: 40px;
    }
}

.wrap-news .news .info .newsmore a {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.wrap-news .news .info .newsmore a::after {
    font-family: 'iconfont';
    font-size: 40px;
    font-weight: normal;
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    content: '\e60e';
    -webkit-animation: jump 1s infinite;
    animation: jump 1s infinite;
    color: #c2c2c2;
}

@media (max-width: 767px) {
    .wrap-news .news .info .newsmore a::after {
        font-size: 34px;
    }
}

.wrap-news .news .info .newsmore a:hover::after {
    color: #e50113;
}

@-webkit-keyframes jump {
    0% {
        bottom: 16px;
        -webkit-animation-timing-function: ease-in;
    }

    50% {
        bottom: 10px;
        -webkit-animation-timing-function: ease-out;
    }

    55% {
        bottom: 10px;
        -webkit-animation-timing-function: ease-in;
    }

    65% {
        bottom: 10px;
        -webkit-animation-timing-function: ease-out;
    }

    95% {
        bottom: 16px;
        -webkit-animation-timing-function: ease-in;
    }

    100% {
        bottom: 16px;
        -webkit-animation-timing-function: ease-in;
    }
}

@keyframes jump {
    0% {
        bottom: 16px;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    50% {
        bottom: 10px;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    55% {
        bottom: 10px;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    65% {
        bottom: 10px;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        bottom: 16px;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        bottom: 16px;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.wrap-news-show .news-show {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-news-show .news-show {
        padding-top: 50px;
    }
}

.wrap-news-show .news-show .news-title {
    text-align: center;
}

.wrap-news-show .news-show .news-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.wrap-news-show .news-show .news-title span {
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    height: 28px;
    margin: 20px 0 0 0;
    padding: 0 15px;
    color: #8f8f8f;
    border: 1px solid #eaeaea;
    border-radius: 2px;
}

.wrap-news-show .news-show .text {
    margin-top: 38px;
}

.wrap-news-show .news-show .text img {
    max-width: 100%;
}

.wrap-news-show .news-show .text p {
    font-size: 15px;
    line-height: 1.73333333;
    margin: 0;
    color: #666;
}

.wrap-news-show .share {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding: 25px 0;
    padding-left: 66px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.wrap-news-show .share::before {
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    position: absolute;
    left: 0;
    float: left;
    margin-left: 14px;
    content: 'Share:';
    color: #999;
}

.wrap-news-show .at-share-btn-elements {
    display: inline-block;
    float: left;
}

.wrap-news-show .at-share-btn-elements a {
    line-height: 35px;
    width: 35px;
    height: 35px;
    margin: 0 7px;
    text-align: center;
    border-radius: 50% !important;
    outline: none;
}

.wrap-news-show .at-share-btn-elements a svg {
    padding: 4px;
}

.wrap-trade .trade {
    overflow: hidden;
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-trade .trade {
        padding-top: 50px;
    }
}

.wrap-trade .trade .text {
    float: left;
    width: 58%;
    padding-right: 80px;
}

@media (max-width: 991px) {
    .wrap-trade .trade .text {
        width: 100%;
        padding-right: 0;
    }
}

.wrap-trade .trade .text h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #e50113;
}

.wrap-trade .trade .text p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
    color: #666;
}

.wrap-trade .trade .pic {
    float: left;
    width: 42%;
}

@media (max-width: 991px) {
    .wrap-trade .trade .pic {
        width: 100%;
        margin-top: 40px;
    }
}

.wrap-trade .trade .pic img {
    max-width: 100%;
}

.wrap-catalogue .catalogue {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-catalogue .catalogue {
        padding-top: 50px;
    }
}

.wrap-catalogue .catalogue .text img {
    float: left;
    max-width: 100%;
    margin-right: 50px;
}

@media (max-width: 1199px) {
    .wrap-catalogue .catalogue .text img {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

.wrap-catalogue .catalogue .text h3 {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    padding-top: 30px;
}

@media (max-width: 1199px) {
    .wrap-catalogue .catalogue .text h3 {
        padding-top: 0;
    }
}

@media (max-width: 1199px) {
    .wrap-catalogue .catalogue .text br {
        display: none;
    }
}

.wrap-catalogue .catalogue .text h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.28571429;
}

.wrap-catalogue .catalogue .text p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
    color: #666;
}

@media (max-width: 1199px) {
    .wrap-catalogue .catalogue .text p {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .wrap-searchin .title-wrap {
        padding-top: 50px;
    }
}

.wrap-searchin .search form {
    max-width: 580px;
    margin: 0 auto;
    margin-top: 35px;
    padding: 0 15px;
}

.wrap-searchin .search form ul li {
    text-align: center;
}

.wrap-searchin .search form ul li p {
    font-size: 16px;
    margin: 26px 0 0 0;
    color: #666;
}

.wrap-searchin .search form select {
    line-height: 30px;
    width: 100%;
    margin-top: 25px;
    padding: 8px 25px;
    cursor: pointer;
    color: #666;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    outline: none;
    background: url(../images/selectbg.png) no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wrap-searchin .search form .btn {
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    margin-top: 40px;
    padding: 0 50px;
    color: #fff;
    border-radius: 2px;
    background-color: #1e2087;
}

.wrap-searchin .search form .btn:hover {
    background-color: rgba(30, 32, 135, .9);
}

.wrap-search-result {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .wrap-search-result {
        margin-top: 50px;
    }
}

.wrap-search-result .search-result .s-title {
    border-bottom: 1px solid #dfdfdf;
}

.wrap-search-result .search-result .s-title h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    color: #999;
}

.wrap-search-result .search-result .info {
    overflow: hidden;
}

.wrap-search-result .search-result .info .screening {
    float: left;
    width: 26%;
    margin-bottom: -9999px;
    padding-top: 50px;
    padding-bottom: 9999px;
    border-right: 1px solid #dfdfdf;
}

@media (max-width: 1199px) {
    .wrap-search-result .search-result .info .screening {
        width: 30%;
    }
}

@media (max-width: 991px) {
    .wrap-search-result .search-result .info .screening {
        width: 100%;
        margin: 0;
        padding: 50px 0 0 0;
        border: none;
    }
}

.wrap-search-result .search-result .info .screening h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.wrap-search-result .search-result .info .screening ul {
    margin-top: 20px;
}

.wrap-search-result .search-result .info .screening ul li {
    margin-top: 12px;
}

@media (max-width: 991px) {
    .wrap-search-result .search-result .info .screening ul li {
        display: inline-block;
    }
}

.wrap-search-result .search-result .info .screening ul li a {
    font-size: 13px;
    line-height: 45px;
    display: inline-block;
    height: 45px;
    padding: 0 18px;
    border: 1px solid #c9c9c9;
}

@media (max-width: 991px) {
    .wrap-search-result .search-result .info .screening ul li a {
        line-height: 35px;
        height: 35px;
    }
}

.wrap-search-result .search-result .info .screening ul li a::after {
    font-family: 'iconfont';
    margin-left: 20px;
    content: '\e64c';
    color: #888;
}

.wrap-search-result .search-result .info .screening ul li a:hover {
    color: #e50113;
    border-color: #e50113;
}

.wrap-search-result .search-result .info .screening ul li a:hover::after {
    color: #e50113;
}

.wrap-search-result .search-result .info .list {
    float: left;
    width: 74%;
    padding-right: 4px;
    padding-bottom: 90px;
    padding-left: 40px;
}

@media (max-width: 1199px) {
    .wrap-search-result .search-result .info .list {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .wrap-search-result .search-result .info .list {
        width: 100%;
        padding: 0 4px 50px 4px;
    }
}

.wrap-search-result .search-result .info .list ul {
    margin-top: 60px;
}

.wrap-search-result .search-result .info .list ul li {
    overflow: hidden;
    margin-top: 40px;
    padding: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
}

@media (max-width: 480px) {
    .wrap-search-result .search-result .info .list ul li {
        padding: 15px;
    }
}

.wrap-search-result .search-result .info .list ul li .pic {
    float: left;
    width: 30%;
}

@media (max-width: 480px) {
    .wrap-search-result .search-result .info .list ul li .pic {
        width: 40%;
    }
}

.wrap-search-result .search-result .info .list ul li .pic .img-box {
    padding-bottom: 84.61538462%;
}

.wrap-search-result .search-result .info .list ul li .pic .img-box img {
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.wrap-search-result .search-result .info .list ul li .note {
    float: left;
    width: 70%;
    padding: 0 40px;
}

@media (max-width: 480px) {
    .wrap-search-result .search-result .info .list ul li .note {
        width: 60%;
        padding: 0 15px;
    }
}

.wrap-search-result .search-result .info .list ul li .note h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.wrap-search-result .search-result .info .list ul li .note h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 480px) {
    .wrap-search-result .search-result .info .list ul li .note h3 {
        font-size: 24px;
        margin: 0;
    }
}

.wrap-search-result .search-result .info .list ul li .note h4 {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    padding-bottom: 12px;
    color: #bebebe;
    border-bottom: 1px solid #c9c9c9;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 480px) {
    .wrap-search-result .search-result .info .list ul li .note h4 {
        font-size: 16px;
    }
}

.wrap-search-result .search-result .info .list ul li .note p {
    line-height: 1.57142857;
    display: -webkit-box;
    overflow: hidden;
    margin: 20px 0;
    color: #666;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 480px) {
    .wrap-search-result .search-result .info .list ul li .note p {
        margin: 10px 0;
    }
}

.wrap-search-result .search-result .info .list ul li .note a.inquiry {
    line-height: 30px;
    display: inline-block;
    height: 30px;
    padding: 0 20px;
    color: #fff;
    background-color: #e50113;
}

.wrap-search-result .search-result .info .list ul li .note a.inquiry:hover {
    background-color: rgba(229, 1, 19, .9);
}

.wrap-search-result .search-result .info .list ul li:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
}

.wrap-search-result .search-result .info .list ul li:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-inquiry .inquiry-title {
    padding: 24px 0;
    background-color: #e50113;
}

@media (max-width: 991px) {
    .wrap-inquiry .inquiry-title {
        margin-top: 50px;
    }
}

.wrap-inquiry .inquiry-title ul {
    text-align: center;
}

.wrap-inquiry .inquiry-title ul li {
    position: relative;
    display: inline-block;
    padding: 0 50px;
}

@media (max-width: 767px) {
    .wrap-inquiry .inquiry-title ul li {
        padding: 0 5px;
    }
}

.wrap-inquiry .inquiry-title ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    color: #fff;
}

@media (max-width: 767px) {
    .wrap-inquiry .inquiry-title ul li a {
        font-size: 16px;
    }
}

.wrap-inquiry .inquiry-title ul li a span {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 8px;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #fff;
}

.wrap-inquiry .inquiry-title ul li.active a,
.wrap-inquiry .inquiry-title ul li:hover a {
    text-decoration: underline;
}

.wrap-inquiry .inquiry-title ul li.active::after,
.wrap-inquiry .inquiry-title ul li:hover::after {
    position: absolute;
    bottom: -24px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
}

.wrap-inquiry .inquiry {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-inquiry .inquiry {
        padding-top: 50px;
    }
}

.wrap-inquiry .inquiry .i-title {
    overflow: hidden;
    padding: 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 767px) {
    .wrap-inquiry .inquiry .i-title {
        padding: 0 0 10px 0;
    }
}

.wrap-inquiry .inquiry .i-title h2 {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

.wrap-inquiry .inquiry .i-title h3 {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    float: right;
    margin: 0;
}

.wrap-inquiry .inquiry ul li {
    display: table;
    overflow: hidden;
    width: 100%;
    padding: 20px 30px;
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 767px) {
    .wrap-inquiry .inquiry ul li {
        padding: 20px 0;
    }
}

.wrap-inquiry .inquiry ul li .pic {
    display: table-cell;
    width: 8%;
    border: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
    .wrap-inquiry .inquiry ul li .pic {
        width: 10%;
    }
}

@media (max-width: 991px) {
    .wrap-inquiry .inquiry ul li .pic {
        width: 14%;
    }
}

@media (max-width: 767px) {
    .wrap-inquiry .inquiry ul li .pic {
        width: 26%;
    }
}

.wrap-inquiry .inquiry ul li .pic .img-box {
    padding-bottom: 84.61538462%;
}

.wrap-inquiry .inquiry ul li .note {
    display: table-cell;
    width: 87%;
    padding: 0 30px;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .wrap-inquiry .inquiry ul li .note {
        width: 84%;
    }
}

@media (max-width: 991px) {
    .wrap-inquiry .inquiry ul li .note {
        width: 78%;
    }
}

@media (max-width: 767px) {
    .wrap-inquiry .inquiry ul li .note {
        width: 64%;
        padding: 0 10px;
    }
}

.wrap-inquiry .inquiry ul li .note h3 {
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wrap-inquiry .inquiry ul li .note p {
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #bebebe;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wrap-inquiry .inquiry ul li a.i-close {
    display: table-cell;
    width: 5%;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .wrap-inquiry .inquiry ul li a.i-close {
        width: 6%;
    }
}

@media (max-width: 991px) {
    .wrap-inquiry .inquiry ul li a.i-close {
        width: 8%;
    }
}

@media (max-width: 767px) {
    .wrap-inquiry .inquiry ul li a.i-close {
        width: 10%;
    }
}

.wrap-inquiry .inquiry ul li a.i-close::after {
    font-family: 'iconfont';
    font-size: 18px;
    content: '\e697';
    color: #bdbdbd;
}

.wrap-inquiry .inquiry ul li a.i-close:hover::after {
    color: #e50113;
}

.wrap-inquiry .fill {
    margin-top: 60px;
    text-align: right;
}

@media (max-width: 991px) {
    .wrap-inquiry .fill {
        margin-top: 40px;
    }
}

.wrap-inquiry .fill a {
    font-size: 15px;
    font-weight: bold;
    line-height: 55px;
    display: inline-block;
    height: 55px;
    padding: 0 64px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff;
    background-color: #1e2087;
}

.wrap-inquiry .fill a:hover {
    background-color: rgba(30, 32, 135, .9);
}

.wrap-inquiry-fill .inquiry-title {
    padding: 24px 0;
    background-color: #e50113;
}

@media (max-width: 991px) {
    .wrap-inquiry-fill .inquiry-title {
        margin-top: 50px;
    }
}

.wrap-inquiry-fill .inquiry-title ul {
    text-align: center;
}

.wrap-inquiry-fill .inquiry-title ul li {
    position: relative;
    display: inline-block;
    padding: 0 50px;
}

@media (max-width: 767px) {
    .wrap-inquiry-fill .inquiry-title ul li {
        padding: 0 5px;
    }
}

.wrap-inquiry-fill .inquiry-title ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    color: #fff;
}

@media (max-width: 767px) {
    .wrap-inquiry-fill .inquiry-title ul li a {
        font-size: 16px;
    }
}

.wrap-inquiry-fill .inquiry-title ul li a span {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 8px;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #fff;
}

.wrap-inquiry-fill .inquiry-title ul li.active a,
.wrap-inquiry-fill .inquiry-title ul li:hover a {
    text-decoration: underline;
}

.wrap-inquiry-fill .inquiry-title ul li.active::after,
.wrap-inquiry-fill .inquiry-title ul li:hover::after {
    position: absolute;
    bottom: -24px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
}

.wrap-inquiry-fill .inquiry-fill {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-inquiry-fill .inquiry-fill {
        padding-top: 50px;
    }
}

.wrap-inquiry-fill .inquiry-fill .i-title {
    overflow: hidden;
    padding: 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 767px) {
    .wrap-inquiry-fill .inquiry-fill .i-title {
        padding: 0 0 10px 0;
    }
}

.wrap-inquiry-fill .inquiry-fill .i-title h2 {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

.wrap-inquiry-fill .inquiry-fill .i-title h3 {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    float: right;
    margin: 0;
}

.wrap-inquiry-fill .inquiry-fill .info {
    padding: 45px 0 0 0;
}

@media (max-width: 767px) {
    .wrap-inquiry-fill .inquiry-fill .info {
        padding-top: 30px;
    }
}

.wrap-inquiry-fill .inquiry-fill .info p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding: 0 30px;
    color: #666;
}

@media (max-width: 767px) {
    .wrap-inquiry-fill .inquiry-fill .info p {
        padding: 0;
    }
}

.wrap-inquiry-fill .inquiry-fill .info form {
    overflow: hidden;
    margin-top: 14px;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .wrap-inquiry-fill .inquiry-fill .info form {
        padding: 0 4px;
    }
}

.wrap-inquiry-fill .inquiry-fill .info form ul {
    margin: 0 -10px;
}

.wrap-inquiry-fill .inquiry-fill .info form ul li {
    float: left;
    width: 50%;
    margin-top: 20px;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .wrap-inquiry-fill .inquiry-fill .info form ul li {
        width: 100%;
    }
}

.wrap-inquiry-fill .inquiry-fill .info form ul li:first-child {
    width: 100%;
}

.wrap-inquiry-fill .inquiry-fill .info form ul li:nth-child(6),
.wrap-inquiry-fill .inquiry-fill .info form ul li:nth-child(7) {
    width: 100%;
}

.wrap-inquiry-fill .inquiry-fill .info form input,
.wrap-inquiry-fill .inquiry-fill .info form textarea {
    line-height: 30px;
    width: 100%;
    min-height: 44px;
    padding: 7px 20px;
    border: 1px solid #e2e2e2;
}

.wrap-inquiry-fill .inquiry-fill .info form input:focus,
.wrap-inquiry-fill .inquiry-fill .info form textarea:focus {
    border: 1px solid rgba(226, 226, 226, .6);
}

.wrap-inquiry-fill .inquiry-fill .info form input::-webkit-input-placeholder,
.wrap-inquiry-fill .inquiry-fill .info form textarea::-webkit-input-placeholder {
    color: #999;
}

.wrap-inquiry-fill .inquiry-fill .info form input:-o-placeholder,
.wrap-inquiry-fill .inquiry-fill .info form textarea:-o-placeholder {
    color: #999;
}

.wrap-inquiry-fill .inquiry-fill .info form input::-moz-placeholder,
.wrap-inquiry-fill .inquiry-fill .info form textarea::-moz-placeholder {
    color: #999;
}

.wrap-inquiry-fill .inquiry-fill .info form input:-ms-input-placeholder,
.wrap-inquiry-fill .inquiry-fill .info form textarea:-ms-input-placeholder {
    color: #999;
}

.wrap-inquiry-fill .inquiry-fill .info form input:focus::-webkit-input-placeholder,
.wrap-inquiry-fill .inquiry-fill .info form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-inquiry-fill .inquiry-fill .info form input:focus::-o-placeholder,
.wrap-inquiry-fill .inquiry-fill .info form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-inquiry-fill .inquiry-fill .info form input:focus::-moz-placeholder,
.wrap-inquiry-fill .inquiry-fill .info form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-inquiry-fill .inquiry-fill .info form input:focus::-ms-input-placeholder,
.wrap-inquiry-fill .inquiry-fill .info form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-inquiry-fill .inquiry-fill .info form .read input:focus {
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
}

.wrap-inquiry-fill .inquiry-fill .info form .read input::-webkit-input-placeholder {
    font-weight: 500;
    color: #333;
}

.wrap-inquiry-fill .inquiry-fill .info form .read input:-o-placeholder {
    font-weight: 500;
    color: #333;
}

.wrap-inquiry-fill .inquiry-fill .info form .read input::-moz-placeholder {
    font-weight: 500;
    color: #333;
}

.wrap-inquiry-fill .inquiry-fill .info form .read input:-ms-input-placeholder {
    font-weight: 500;
    color: #333;
}

.wrap-inquiry-fill .inquiry-fill .info form .read input:focus::-webkit-input-placeholder {
    color: #333;
}

.wrap-inquiry-fill .inquiry-fill .info form .read input:focus::-o-placeholder {
    color: #333;
}

.wrap-inquiry-fill .inquiry-fill .info form .read input:focus::-moz-placeholder {
    color: #333;
}

.wrap-inquiry-fill .inquiry-fill .info form .read input:focus::-ms-input-placeholder {
    color: #333;
}

.wrap-inquiry-fill .inquiry-fill .info form .btn {
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    margin-top: 15px;
    padding: 0 60px;
    color: #fff;
    border-radius: 0;
    background-color: #1e2087;
}

.wrap-inquiry-fill .inquiry-fill .info form .btn:hover {
    background-color: rgba(30, 32, 135, .9);
}

.wrap-contact {
    padding-bottom: 4px;
}

.wrap-contact .contact {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .wrap-contact .contact {
        padding-top: 50px;
    }
}

.wrap-contact .contact .text {
    overflow: hidden;
    margin-top: 80px;
    background-color: #f7f7f7;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text {
        margin-top: 50px;
    }
}

.wrap-contact .contact .text .pic {
    float: left;
    overflow: hidden;
    width: 50%;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text .pic {
        width: 100%;
    }
}

.wrap-contact .contact .text .pic img {
    height: 100%;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text .pic img {
        width: 100%;
        height: auto;
    }
}

.wrap-contact .contact .text .note {
    float: left;
    width: 50%;
    padding: 40px 70px;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text .note {
        width: 100%;
        padding: 30px 15px;
    }
}

.wrap-contact .contact .text .note p {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    max-width: 470px;
    margin-bottom: 24px;
    padding-left: 40px;
    color: #666;
}

.wrap-contact .contact .text .note p media(max-width: 991px) {
    margin-bottom: 20px;
}

.wrap-contact .contact .text .note p::before {
    font-family: 'iconfont';
    font-size: 19px;
    position: absolute;
    left: 0;
    content: '\e643';
    color: #c2c2c2;
}

.wrap-contact .contact .text .note p.tel::before {
    content: '\e607';
}

.wrap-contact .contact .text .note p.fax::before {
    content: '\e68c';
}

.wrap-contact .contact .text .note p.email::before {
    content: '\ea1f';
}

.wrap-contact .contact .text .note p.web::before {
    content: '\e696';
}

.wrap-contact .contact .text .note p.wechat::before {
    content: '\e693';
}

.wrap-contact .contact .text .note p.skype::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/skype-fill.svg) no-repeat center;
    background-size: cover;
}

.wrap-contact .contact .text .note p:last-child {
    margin-bottom: 0;
}

.wrap-contact .contact .text .note p a:hover {
    text-decoration: underline;
}

.wrap-contact .message {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .wrap-contact .message {
        padding: 50px 0;
    }
}

.wrap-contact .message form {
    overflow: hidden;
}

.wrap-contact .message form ul {
    overflow: hidden;
    margin: 0 -55px;
}

@media (max-width: 991px) {
    .wrap-contact .message form ul {
        margin: 0 -15px;
    }
}

.wrap-contact .message form ul li {
    float: left;
    width: 50%;
    margin-top: 40px;
    padding: 0 55px;
}

.wrap-contact .message form ul li:nth-child(7) {
    margin-top: 70px;
}

@media (max-width: 991px) {
    .wrap-contact .message form ul li {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .wrap-contact .message form ul li {
        width: 100%;
        margin-top: 20px;
    }

    .wrap-contact .message form ul li:nth-child(7) {
        margin-top: 20px;
    }
}

.wrap-contact .message form ul li:nth-child(7),
.wrap-contact .message form ul li:nth-child(8) {
    width: 100%;
}

.wrap-contact .message form ul li:nth-child(8) {
    text-align: center;
}

.wrap-contact .message form ul li input {
    line-height: 30px;
    width: 100%;
    padding: 7px 20px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    background: none;
}

@media (max-width: 767px) {
    .wrap-contact .message form ul li input {
        text-align: center;
    }
}

.wrap-contact .message form ul li input::-webkit-input-placeholder,
.wrap-contact .message form ul li textarea::-webkit-input-placeholder {
    color: #999;
}

.wrap-contact .message form ul li input:-o-placeholder,
.wrap-contact .message form ul li textarea:-o-placeholder {
    color: #999;
}

.wrap-contact .message form ul li input::-moz-placeholder,
.wrap-contact .message form ul li textarea::-moz-placeholder {
    color: #999;
}

.wrap-contact .message form ul li input:-ms-input-placeholder,
.wrap-contact .message form ul li textarea:-ms-input-placeholder {
    color: #999;
}

.wrap-contact .message form ul li input:focus::-webkit-input-placeholder,
.wrap-contact .message form ul li textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message form ul li input:focus::-o-placeholder,
.wrap-contact .message form ul li textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message form ul li input:focus::-moz-placeholder,
.wrap-contact .message form ul li textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message form ul li input:focus::-ms-input-placeholder,
.wrap-contact .message form ul li textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message form ul li .btn {
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    padding: 0 60px;
    color: #fff;
    border-radius: 0;
    background-color: #1e2087;
}

.wrap-contact .message form ul li .btn:hover {
    background-color: rgba(30, 32, 135, .8);
}

.wrap-contact .map {
    overflow: hidden;
    height: 520px;
}

.wrap-contact .map img {
    height: 100%;
}

.stuck {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    margin-top: 0;
    /* background-color: #292929; */
    background-image: linear-gradient(#29a7e1, #68b6e7);
}

@media (max-width: 767px) {
    .stuck {
        position: relative;
    }
}

.stuck .search .left {
    height: 80px;
}

@media (max-width: 767px) {
    .stuck .search .left {
        width: 100%;
        height: 40px;
    }
}

.stuck .search .left h3 {
    line-height: 80px;
}

@media (max-width: 767px) {
    .stuck .search .left h3 {
        line-height: 40px;
    }
}

.stuck .search .right {
    height: 80px;
    padding: 21px 62px;
}

@media (max-width: 767px) {
    .stuck .search .right {
        width: 100%;
        height: 60px;
        padding: 15px 4px;
    }
}

.stuck .left {
    height: 80px;
}

@media (max-width: 767px) {
    .stuck .left {
        width: 100%;
        height: 40px;
    }
}

.stuck .left h3 {
    line-height: 80px;
}

@media (max-width: 767px) {
    .stuck .left h3 {
        line-height: 40px;
    }
}

.stuck .right {
    height: 80px;
    padding: 21px 62px;
}

@media (max-width: 767px) {
    .stuck .right {
        width: 100%;
        height: 60px;
        padding: 15px 4px;
    }
}

.table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}

table {
    width: 100%;
    max-width: 98%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

table tr,
table td {
    width: auto !important;
    height: auto !important;
}

table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

table td {
    padding: 8px !important;
    border: 1px solid #ccc !important;
}

table tr p,
table tr span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.first {
    font-weight: bold;
}

.wrap-search .search .right ul li,
.fixed-search .search .right ul li,
.search-in .right ul li {
    position: relative;
}

.wrap-search .search .right ul li .item-1,
.fixed-search .search .right ul li .item-1,
.search-in .right ul li .item-1 {
    position: absolute;
    top: -27px;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.wrap-search .search .right ul li .item-1 p,
.fixed-search .search .right ul li .item-1 p,
.search-in .right ul li .item-1 p {
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    font-size: 12px;
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
}

.wrap-search .search .right ul li .item-1 p:after,
.fixed-search .search .right ul li .item-1 p:after,
.search-in .right ul li .item-1 p:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

.wrap-search .search .right ul li:hover .item-1,
.fixed-search .search .right ul li:hover .item-1,
.search-in .right ul li:hover .item-1 {
    opacity: 1;
}

.wrap-search .search .right ul li .item-2,
.fixed-search .search .right ul li .item-2,
.search-in .right ul li .item-2 {
    position: absolute;
    top: 45px;
    width: 94%;
    text-align: center;
}

.wrap-search .search .right ul li .item-2 h4,
.fixed-search .search .right ul li .item-2 h4,
.search-in .right ul li .item-2 h4 {
    line-height: 30px;
    height: 30px;
    margin: 0;
    font-size: 14px;
    background-color: #cccccc;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}

.wrap-search .search .right ul li .item-2 p,
.fixed-search .search .right ul li .item-2 p,
.search-in .right ul li .item-2 p {
    line-height: 20px;
    padding: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    margin: 0;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 0 0 6px 6px;
}

.wrap-search .search .right ul li .item-2:before,
.fixed-search .search .right ul li .item-2:before,
.search-in .right ul li .item-2:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #cccccc;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

.wrap-search .search .right ul li .item-2,
.fixed-search .search .right ul li .item-2,
.search-in .right ul li .item-2 {
    display: none;
}

.box-data {
    padding: 0;
    border-bottom: 1px solid #dcdcdc;
}

.box-data .database .info ul {
    overflow: hidden;
    padding: 60px 0;
}

@media (max-width: 991px) {
    .box-data .database .info ul {
        padding: 40px 0;
    }
}

.box-data .database .info ul li {
    float: left;
    width: 33.33333333%;
    text-align: center;
}

.box-data .database .info ul li h3 {
    font-size: 32px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    margin: 0;
    color: #e50113;
}

@media (max-width: 767px) {
    .box-data .database .info ul li h3 {
        font-size: 24px;
    }
}

.box-data .database .info ul li h3::after {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: -8px;
    right: -14px;
    content: '+';
}

.box-data .database .info ul li p {
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #666666;
}

@media (max-width: 767px) {
    .box-data .database .info ul li p {
        font-size: 14px;
        margin: 10px 0 0 0;
    }
}

.top-language,
.center-language {
    display: inline-block;
    float: right;
    margin-top: 6px;
    margin-right: 10px;
}

.top-language a,
.center-language a {
    padding: 0 10px;
    line-height: 26px;
    border: 1px solid #e50113;
    color: #e50113;
    display: block;
    border-radius: 4px;
}

.top-language a:hover,
.center-language a:hover {
    background-color: #e50113;
    color: #ffffff;
}

.center-language {
    display: none;
}

@media(max-width: 1199px) {
    .center-language {
        display: block;
        margin-top: 24px;
        margin-right: 0;
    }

    .beian {
        display: none;
    }
}

.fszero {
    display: none !important;
}

.product-common-text {
    text-align: center;
    display: none;
}

.product-common-text p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

.search-in.stuck {
    background-color: #fff !important;
}

.pro-level-2 li a {
    margin-left: 40px;
    font-size: 12px;
    margin-top: -38px;
}

.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}