.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Oswald-Bold';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Oswald-Bold.eot');
    src: local('Oswald Bold'), local('Oswald-Bold'), url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype'), url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-display: swap;
}
body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
    font-size: 20px;
    line-height: 44px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -5%;

    width: 44px;
    height: 44px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #666;
    border: none;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media (max-width: 767px) {
    .slick-arrow {
        line-height: 30px;

        left: -10px;

        width: 30px;
        height: 30px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;

    display: block;

    content: '\eb60';
}
.slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -10px;
    }
}
.slick-arrow.slick-next:before {
    content: '\e625';
}
.slick-arrow:hover {
    color: #fff;
    border-color: #fff;
    background-color: #3151d3;
}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;

    width: 30px;
    height: 8px;
    margin: 0 5px;

    vertical-align: top;

    border-radius: 4px;
    background-color: #f5f5f5;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    width: 50px;

    background-color: #3151d3;
}
.flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pt-130 {
    padding-top: 130px;
}
@media (max-width: 1199px) {
    .pt-130 {
        padding-top: 90px;
    }
}
.header {
    position: fixed;
    z-index: 9;
    top: 30px;
    left: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 100px;
    padding: 0 30px;

    -webkit-transition: all .4s;
    transition: all .4s;

    border-radius: 15px;
    background-color: #fff;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1350px) {
    .header {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .header {
        top: 0;
        left: auto;

        width: 100%;
        height: 60px;

        border-radius: 0;
    }
}
.header .logo {
    position: relative;

    height: 90px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1400px) {
    .header .logo {
        height: 80px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
    }
}
.header .logo img {
    display: inline-block;

    height: 100%;
    vertical-align: middle;
}
.header .logo h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
    letter-spacing: 6px;
}
@media (max-width: 1660px) {
    .header .logo h3 {
        font-size: 22px;
    }
}
@media (max-width: 1400px) {
    .header .logo h3 {
        font-size: 18px;
    }
}
@media (max-width: 1300px) {
    .header .logo h3 {
        font-size: 0;
    }
}
.header .logo h3 span {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;

    display: block;

    letter-spacing: 0;
    text-transform: uppercase;
}
@media (max-width: 1660px) {
    .header .logo h3 span {
        font-size: 13px;
    }
}
@media (max-width: 1400px) {
    .header .logo h3 span {
        font-size: 12px;
    }
}
@media (max-width: 1300px) {
    .header .logo h3 span {
        font-size: 0;
    }
}
.header .email {
    line-height: 40px;

    height: 40px;
    margin: 0;
}
@media (max-width: 1199px) {
    .header .email {
        line-height: 30px;

        height: 30px;
    }
}
.header .email .icon {
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;
}
.header .email a:hover {
    text-decoration: underline;
}
.header .top-nav {
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .header .top-nav {
        display: none;
    }
}
.header .top-nav>ul>li {
    display: inline-block;

    vertical-align: middle;
}
.header .top-nav>ul>li>a {
    line-height: 40px;

    display: block;

    height: 40px;
    padding: 0 25px;

    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .header .top-nav>ul>li>a {
        line-height: 30px;

        height: 30px;
    }
}
.header .top-nav>ul>li>a:hover {
    text-decoration: underline;
}
.header .language {
    display: inline-block;

    margin-left: 30px;

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1560px) {
    .header .language {
        margin-left: 10px;
    }
}
.header .language:after {
    display: inline-block;

    margin: 0 30px;

    content: '|';
    vertical-align: middle;

    color: #d4d4d4;
}
@media (max-width: 1560px) {
    .header .language:after {
        margin: 0 10px;
    }
}
.header .language a {
    font-size: 14px;
    line-height: 38px;

    display: inline-block;

    width: 38px;
    height: 38px;

    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #3151d3;
}
.header .language a:hover {
    background-color: #1b33d6;
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
@media (min-width: 1200px) {
    .header .pc-nav {
        display: inline-block;

        vertical-align: middle;
    }
    .header .pc-nav>ul>li {
        position: relative;

        display: inline-block;

        padding: 0 26px;

        vertical-align: top;
    }
    .header .pc-nav>ul>li>a {
        font-size: 16px;
        line-height: 100px;

        position: relative;

        display: block;

        -webkit-transition: all .2s;
        transition: all .2s;
        text-transform: uppercase;
    }
    .header .pc-nav>ul>li>a:after {
        position: absolute;
        bottom: -2px;
        left: 50%;

        display: block;

        width: 0;
        height: 3px;

        content: '';
        -webkit-transition: all .6s;
        transition: all .6s;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);

        background-color: #3151d3;
    }
    .header .pc-nav>ul>li.active>a,
    .header .pc-nav>ul>li:hover>a {
        color: #3151d3;
    }
    .header .pc-nav>ul>li.active>a:after,
    .header .pc-nav>ul>li:hover>a:after {
        width: 100%;
    }
    .header .pc-nav .nav-list2 {
        position: absolute;
        z-index: 9;
        top: 100%;

        display: none;

        min-width: 100%;
        padding: 10px 0;

        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .pc-nav .nav-list2>li>a {
        font-size: 14px;
        line-height: 30px;

        display: block;

        padding: 5px 20px;

        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .pc-nav .nav-list2>li.active>a,
    .header .pc-nav .nav-list2>li:hover>a {
        color: #3151d3;
    }
    .header .pc-nav .nav-list3 {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        min-width: 100%;
        min-height: 100%;
        padding: 10px 0;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .pc-nav .nav-list3>li>a {
        font-size: 14px;
        line-height: 30px;

        display: block;

        padding: 5px 10px;

        white-space: nowrap;
    }
    .header .pc-nav .nav-list3>li.active>a,
    .header .pc-nav .nav-list3>li:hover>a {
        color: #3151d3;
    }
}
@media (min-width: 1200px) and (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1700px) {
    .header .pc-nav>ul>li {
        padding: 0 18px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px) {
    .header .pc-nav>ul>li {
        padding: 0 6px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .pc-nav>ul>li>a {
        font-size: 15px;
    }
}
.header .btn-menu {
    position: relative;

    display: none;

    width: 30px;
    height: 60px;
}
@media (max-width: 1199px) {
    .header .btn-menu {
        display: inline-block;

        height: 50px;
        margin-left: 16px;

        vertical-align: middle;
    }
}
.header .btn-menu a {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .btn-menu a:before,
.header .btn-menu a:after {
    display: block;

    height: 2px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background: #666;
}
.header .btn-menu a span {
    display: block;

    height: 2px;
    margin: 7px 0;

    -webkit-transition: all .4s;
    transition: all .4s;

    background: #666;
}
.header .serach-part {
    display: inline-block;

    vertical-align: middle;
}
.header .pc-search {
    font-size: 14px;
    line-height: 38px;

    display: inline-block;

    width: 210px;
    height: 40px;

    vertical-align: middle;

    border: 1px solid #888;
    border-radius: 19px;
}
@media (max-width: 1400px) {
    .header .pc-search {
        font-size: 18px;

        width: 160px;
    }
}
@media (max-width: 1199px) {
    .header .pc-search {
        display: none;
    }
}
.header .pc-search form {
    position: relative;

    overflow: hidden;

    padding-left: 40px;
}
.header .pc-search .submit {
    line-height: 38px;

    position: absolute;
    top: 0;
    left: 0;

    width: 38px;
    height: 38px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    background: none;
}
.header .pc-search .submit .icon {
    font-size: 18px;
}
.header .pc-search input {
    font-size: 12px;
    line-height: 38px;

    width: 100%;
    height: 38px;

    background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
    color: #888;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
    color: #888;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
    color: #888;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
    color: #888;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.header .find {
    font-size: 14px;

    position: relative;

    display: none;

    padding: 0 26px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 60px;

        display: inline-block;

        height: 60px;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 24px;

    display: inline-block;

    margin-top: -4px;

    content: '\e86e';
    vertical-align: middle;
}
.header .find:after {
    position: absolute;
    right: 0;

    display: inline-block;

    content: '|';
    vertical-align: middle;
}
.header .find:hover {
    color: #3151d3;
}
.header .tel {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;

    color: #3151d3;
}
@media (max-width: 1700px) {
    .header .tel {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .header .tel {
        font-size: 0;
    }
}
.header .tel p {
    margin: 0;
}
.header .tel .icon {
    font-size: 24px;

    display: inline-block;

    vertical-align: middle;
}
.header .header-right {
    position: relative;
}
.header .search-wrap {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    right: 0;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header .search-wrap {
        top: 100%;
        right: 0;
    }
}
.header .search-wrap .search-box {
    position: relative;
}
.header .search-wrap input {
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    color: #666;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit {
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #3151d3;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.stuck {
    top: 0;
    left: 0;

    width: 100%;

    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.mm-menu {
    font-size: 16px;

    text-align: left;
}
.mm-menu.mm-right {
    width: 60%;
}
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 60%;
}
.mm-list>li>a,
.mm-list>li>span {
    white-space: normal;
}
.mm-opening .header .btn-menu {
    margin-left: 0;
}
.mm-opening .header .btn-menu a span {
    opacity: 0;
}
.mm-opening .header .btn-menu a:before {
    -webkit-transform: rotate(45deg) translateX(43%);
    -ms-transform: rotate(45deg) translateX(43%);
    transform: rotate(45deg) translateX(43%);
}
.mm-opening .header .btn-menu a:after {
    -webkit-transform: rotate(-45deg) translateX(43%);
    -ms-transform: rotate(-45deg) translateX(43%);
    transform: rotate(-45deg) translateX(43%);
}
@media (max-width: 767px) {
    .mm-opening .header .translate {
        position: fixed;
        top: 10px;
        right: 0;

        max-width: 200px;
    }
}
@media (max-width: 1199px) {
    .mm-list>li {
        display: block !important;

        text-transform: capitalize;
    }
    .mm-list>li .overview {
        display: none;
    }
    .mm-list>li .navright {
        display: none;
    }
    .mm-menu .mm-list {
        padding: 40px 0 80px 0;
    }
    .mm-menu .mm-list .mm-list {
        padding: 0 20px;
    }
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #3151d3;
    border-radius: 0;
    outline: none;
    background-color: #3151d3;
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 8;
    top: 40%;
    right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    text-align: center;
}
@media (max-width: 1199px) {
    .online-wrap .online {
        right: 0;
    }
}
.online-wrap .online.onlineshow {
    right: 0;
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.onlineshow {
        right: -60px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .3);
}
.online-wrap .online a:before {
    font-size: 24px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #3151d3;
    }
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #3151d3;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e918';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e72e';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-cart:before {
    font-family: 'iconfont' !important;

    content: '\e62a';
}
.online-wrap .icon-cart span {
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #3151d3;
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e605';
}
.xs-online {
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #3151d3;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #003569;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.xs-online-product>a:before {
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail>a:before {
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map>a:before {
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback>a:before {
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home>a:before {
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.xs-online-tel>a:before {
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp>a:before {
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.xs-online-skype>a:before {
    font-weight: normal;

    content: '\e616';
}
.xs-online ul li.xs-online-contact>a:before {
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}
.xs-online ul li.xs-online-wechat>a {
    position: relative;
}
.xs-online ul li.xs-online-wechat>a:hover img {
    display: block;
}
.xs-online ul li.wechat>a img {
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook>a:before {
    content: '\e615';
}
.banner {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100vh;
}
@media (max-width: 1199px) {
    .banner {
        height: auto;
        padding-top: 60px;
    }
}
.banner img {
    display: block;
}
@media (min-width: 1200px) {
    .banner img {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 1199px) {
    .banner img {
        width: 100%;
    }
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .item img {
    display: block;

    width: 100%;
}
.banner .item a {
    display: block;

    width: 100%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}
.banner.hide-video video {
    display: none !important;
}
.banner-video-box {
    position: relative;

    display: block;

    padding-bottom: 50%;

    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play {
    background-color: #4a6b60 !important;
}
.banner .mobile-video {
    position: relative;

    display: block;
}
.banner .mobile-video:after {
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before {
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    font-family: 'iconfont' !important;
    content: '\e644';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 4.5%;
    left: 0;

    width: auto;
    width: 100%;

    text-align: center;
}
.banner .swiper-pagination-bullet {
    font-size: 20px;
    font-weight: bold;

    width: auto;
    width: 48px;
    height: 6px;
    margin: 0 5px !important;

    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 1;
    border-radius: 10px;
    outline: none;
    background: none;
    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px) {
    .banner .swiper-pagination-bullet {
        width: 30px;
    }
}
.banner .swiper-pagination-bullet-active {
    background-color: #fff;
}
.banner .slick-arrow {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

    top: auto;
    bottom: 5%;
    left: 5%;

    text-align: center;

    opacity: .6;
    border-width: 2px;
    border-color: #fff;
}
@media (max-width: 767px) {
    .banner .slick-arrow {
        line-height: 30px;
    }
}
.banner .slick-arrow.slick-next {
    left: -webkit-calc(5% + 80px);
    left: calc(5% + 80px);
}
@media (max-width: 767px) {
    .banner .slick-arrow.slick-next {
        left: -webkit-calc(5% + 40px);
        left: calc(5% + 40px);
    }
}
.banner .slick-arrow:before {
    color: #fff;
}
.banner .slick-arrow:hover {
    opacity: 1;
    background: none;
}
.banner-in {
    position: relative;

    overflow: hidden;
}
@media (max-width: 1199px) {
    .banner-in {
        padding-top: 60px;
    }
}
.banner-in img {
    width: 100%;
}
@media (max-width: 767px) {
    .banner-in img {
        width: 140%;
        margin-left: -20%;
    }
}
.banner-in .text-in {
    position: absolute;
    z-index: 2;
    top: -webkit-calc(50% + 50px);
    top: calc(50% + 50px);

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-in .text-in {
        top: -webkit-calc(50% + 35px);
        top: calc(50% + 35px);
    }
}
.banner-in .text-in h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1199px) {
    .banner-in .text-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-in .text-in h2 {
        font-size: 24px;
    }
}
.title h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title p {
    font-size: 15px;
    line-height: 2;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px) {
    .title p {
        font-size: 14px;
    }
}
.box {
    overflow: hidden;

    padding-top: 100px;
}
@media (max-width: 1199px) {
    .box {
        padding: 50px 0;
    }
}
.box .more {
    margin-top: 40px;
}
.box .more a {
    font-size: 15px;
    line-height: 46px;

    position: relative;

    display: inline-block;

    padding: 0 70px;

    color: #fff;
    background-color: #3151d3;
}
@media (max-width: 991px) {
    .box .more a {
        font-size: 14px;

        padding: 0 30px;
    }
}
.box .more a::before {
    position: absolute;
    z-index: -1;
    top: -2em;
    right: -2em;
    bottom: -2em;
    left: -2em;

    content: '';
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    background-image: -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, white 20%, transparent 20%), -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%),
        /*  */
        -webkit-radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, white 20%, transparent 20%), -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, #3151d3 20%, transparent 20%), -webkit-radial-gradient(circle, transparent 10%, white 20%, transparent 20%);
    background-image: radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, white 20%, transparent 20%), radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%),
        /*  */
        radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, white 20%, transparent 20%), radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #3151d3 20%, transparent 20%), radial-gradient(circle, #3151d3 20%, transparent 20%), radial-gradient(circle, transparent 10%, white 20%, transparent 20%);
    background-repeat: no-repeat;
    background-position: 18% 40%, 20% 31%, 30% 30%, 40% 30%, 50% 30%, 57% 30%,
        65% 30%, 80% 32%, 15% 60%, 83% 60%, 18% 70%, 25% 70%, 41% 70%, 50% 70%,
        64% 70%, 80% 71%;
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
        10% 10%, 18% 18%, 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%,
        20% 20%;
}
.box .more a:hover:before {
    -webkit-transition: background-position .5s ease-in-out, background-size .75s ease-in-out;
    transition: background-position .5s ease-in-out, background-size .75s ease-in-out;

    background-position: 5% 44%, -5% 20%, 7% 5%, 23% 0, 37% 0, 58% -2%, 80% 0, 100% -2%, -5% 80%, 100% 55%, 2% 100%, 23% 100%, 42% 100%, 60% 95%, 70% 96%, 100% 100%;
    background-size: 0 0;
}
.fp-scrollable {
    height: auto;
}
.section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-about {
    background-position: bottom left;
    background-size: auto;
}
.box-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .box-about {
        display: block;

        padding-right: 15px;
        padding-left: 15px;
    }
}
.box-about .about-left {
    margin-top: -webkit-calc(2% + 50px);
    margin-top: calc(2% + 50px);
    padding: 0 8%;
}
@media (max-width: 1470px) {
    .box-about .about-left {
        padding: 0 4%;
    }
}
@media (max-width: 1199px) {
    .box-about .about-left {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }
}
.box-about .about-left .title {
    text-align: left;
}
.box-about .about-left .title h3 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;

    color: rgba(49, 81, 211, .17);
}
@media (max-width: 1470px) {
    .box-about .about-left .title h3 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .box-about .about-left .title h3 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .box-about .about-left .title h3 {
        font-size: 30px;
    }
}
.box-about .about-left .title h2 {
    margin: 20px 0 0 0;
}
@media (max-width: 991px) {
    .box-about .about-left .title h2 {
        margin-top: 10px;
    }
}
.box-about .about-left .text {
    max-width: 700px;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-about .about-left .text {
        margin-top: 20px;
    }
}
.box-about .about-left .text h4 {
    font-size: 18px;
    line-height: 1.66666667;

    color: #1b33d6;
}
@media (max-width: 991px) {
    .box-about .about-left .text h4 {
        font-size: 16px;
    }
}
.box-about .about-left .text p {
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #555;
}
@media (max-width: 767px) {
    .box-about .about-left .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-about .about-left .more {
    margin-top: 80px;
}
@media (max-width: 1470px) {
    .box-about .about-left .more {
        margin-top: 40px;
    }
}
.box-about .about-number {
    min-width: 270px;
    padding-top: 2%;
}
@media (max-width: 1199px) {
    .box-about .about-number {
        min-width: 100%;
        padding-top: 0;
    }
}
@media (max-width: 1199px) {
    .box-about .about-number ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 1199px) {
    .box-about .about-number ul li {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .box-about .about-number ul li {
        width: 50%;
        margin-top: 10px;
    }
}
.box-about .about-number ul li:nth-child(3) .item h3 {
    font-size: 16px;
}
.box-about .about-number .item {
    margin: 50px 0;
}
@media (max-width: 1560px) {
    .box-about .about-number .item {
        margin: 20px 0;
    }
}
@media (max-width: 767px) {
    .box-about .about-number .item {
        margin: 20px 0 0 0;
    }
}
.box-about .about-number .item h3 {
    font-size: 24px;
}
@media (max-width: 1470px) {
    .box-about .about-number .item h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .box-about .about-number .item h3 {
        margin-top: 0;
    }
}
.box-about .about-number .item h3 span {
    font-family: 'Oswald-Bold';
    font-size: 40px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 1470px) {
    .box-about .about-number .item h3 span {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .box-about .about-number .item h3 span {
        font-size: 30px;
    }
}
.box-about .about-number .item p {
    font-size: 15px;
    line-height: 30px;

    color: #555;
}
@media (max-width: 1470px) {
    .box-about .about-number .item p {
        font-size: 14px;
    }
}
.box-about .about-number .item p .icon {
    font-size: 30px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    color: #3151d3;
}
.box-about .about-right {
    position: relative;
}
@media (max-width: 1199px) {
    .box-about .about-right {
        width: 100%;
        height: 300px;
        margin-top: 30px;
    }
}
.box-about .about-right img {
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
}
@media (max-width: 1199px) {
    .box-about .about-right img {
        width: 100%;
        height: auto;
    }
}
.box-about .about-right .play {
    line-height: 50px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.box-about .about-right .play span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #fff;
    border-radius: 50%;
}
.box-about .about-right .play .icon {
    font-size: 50px;
}
.box-about .about-right .play::before,
.box-about .about-right .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.box-about .about-right .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.box-about .about-right .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@-webkit-keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}
@keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}
@media (max-width: 1199px) {
    .box-category {
        padding-bottom: 0;
    }
}
.box-category .slick-category {
    font-size: 0;
}
.box-category .item {
    position: relative;

    display: block;
    overflow: hidden;

    max-height: -webkit-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
}
@media (max-width: 1199px) {
    .box-category .item {
        max-height: auto;
    }
}
.box-category .item .pic .img-box {
    padding-bottom: 153.125%;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.box-category .item .mask {
    position: absolute;
    z-index: 2;
    top: 50%;

    padding: 30px 15%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 1199px) {
    .box-category .item .mask {
        padding: 30px 10%;
    }
}
@media (max-width: 767px) {
    .box-category .item .mask {
        padding: 30px 5%;
    }
}
.box-category .item .mask .title-category:before {
    display: block;

    width: 36px;
    height: 3px;

    content: '';

    background-color: #fff;
}
.box-category .item .mask .title-category h3 {
    font-size: 24px;
    font-weight: bold;

    margin: 70px 0 0 0;
}
@media (max-width: 1470px) {
    .box-category .item .mask .title-category h3 {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .box-category .item .mask .title-category h3 {
        font-size: 20px;
    }
}
.box-category .item .mask .title-category h4 {
    font-size: 16px;
    line-height: 24px;

    margin: 20px 0 60px 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .box-category .item .mask .title-category h4 {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .box-category .item .mask .title-category h4 {
        font-size: 14px;
    }
}
.box-category .item .mask .category-item {
    overflow: hidden;

    max-width: 400px;
    max-height: 0;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 1470px) {
    .box-category .item .mask .category-item {
        max-width: 300px;
    }
}
.box-category .item .mask .category-item .img-box {
    padding-bottom: 100%;
}
.box-category .item .mask .mask-more {
    font-size: 30px;

    display: block;

    margin-top: 30px;
}
.box-category .item .mask .mask-more:before {
    font-family: 'iconfont' !important;

    content: '\e726';
}
.box-category .item:hover .pic .img-box {
    opacity: .1;
}
.box-category .item:hover .mask {
    color: #222;
}
.box-category .item:hover .mask .title-category:before {
    background-color: #222;
}
.box-category .item:hover .mask .category-item {
    max-height: 400px;
}
.box-category .item:hover .mask .mask-more {
    color: #3151d3;
}
.box-customer .customer {
    position: relative;

    text-align: center;
}
@media (min-width: 1200px) {
    .box-customer .customer .title {
        position: absolute;
        top: 50%;
        left: 50%;

        max-width: 28%;

        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .box-customer .customer .title {
        max-width: 26%;
    }
}
@media (max-width: 1199px) {
    .box-customer .customer .pc-pic {
        display: none;
    }
}
.box-customer .customer .phone-pic {
    display: none;

    margin-top: 30px;
}
@media (max-width: 1199px) {
    .box-customer .customer .phone-pic {
        display: block;
    }
}
.box-customer .customer img {
    max-width: 100%;
}
@media (max-width: 1400px) {
    .box-customer .customer .more {
        margin-top: 20px;
    }
    .box-customer .customer .more a {
        padding: 0 40px;
    }
}
.box-news {
    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;
}
@media (max-width: 767px) {
    .box-news {
        display: block;
    }
}
.box-news .news-left {
    width: 45%;
    padding: 0 10%;
}
@media (max-width: 1470px) {
    .box-news .news-left {
        padding: 0 4%;
    }
}
@media (max-width: 1199px) {
    .box-news .news-left {
        width: 30%;
    }
}
@media (max-width: 767px) {
    .box-news .news-left {
        width: 100%;
        padding: 0 15px;
    }
}
.box-news .news-left .news-nav {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .box-news .news-left .news-nav {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .box-news .news-left .news-nav {
        margin-top: 20px;
    }
}
.box-news .news-left .news-nav ul li {
    margin: 10px 0;
}
@media (max-width: 767px) {
    .box-news .news-left .news-nav ul li {
        display: inline-block;

        margin-right: 20px;

        vertical-align: middle;
    }
}
.box-news .news-left .news-nav ul li a {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;
}
.box-news .news-left .news-nav ul li.active a {
    color: #3151d3;
}
.box-news .news-left .more {
    margin-top: 15%;
}
@media (max-width: 1199px) {
    .box-news .news-left .more {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .box-news .news-left .more {
        display: none;
    }
}
.box-news .news-right {
    width: 55%;
}
@media (max-width: 1199px) {
    .box-news .news-right {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .box-news .news-right {
        width: 100%;
        margin-top: 30px;
    }
}
.box-news .news-right .more {
    display: none;
}
@media (max-width: 767px) {
    .box-news .news-right .more {
        display: block;

        text-align: center;
    }
}
.box-news .news-right .slick-news {
    width: 110%;
}
@media (max-width: 767px) {
    .box-news .news-right .slick-news {
        width: 100%;
    }
}
.box-news .news-right .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    min-height: -webkit-calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    padding: 0 30px;

    border-right: 1px solid #d4d8e0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .box-news .news-right .slick-slide {
        min-height: auto;
    }
}
@media (max-width: 767px) {
    .box-news .news-right .slick-slide {
        padding: 0 15px;
    }
}
.box-news .news-right .item .title-news:after {
    display: block;

    width: 34px;
    height: 2px;
    margin-top: 20px;

    content: '';

    background-color: #3151d3;
}
.box-news .news-right .item .title-news h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .box-news .news-right .item .title-news h3 {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
.box-news .news-right .item p {
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 20px 0 0 0;

    color: #555;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .box-news .news-right .item p {
        font-size: 14px;

        margin-top: 10px;
    }
}
.box-news .news-right .item .date {
    position: relative;
    z-index: 2;

    width: 68px;
    margin-top: 20px;
    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #3151d3;
}
.box-news .news-right .item .date b {
    font-family: 'Oswald-Bold', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .box-news .news-right .item .date b {
        font-size: 24px;
    }
}
.box-news .news-right .item .date p {
    line-height: 24px;

    margin: 0;
}
.box-news .news-right .item .pic {
    margin-top: -40px;
}
.box-news .news-right .item .pic .img-box {
    padding-bottom: 127.27272727%;
}
.box-news .news-right .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news-right .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news-right .item:hover h3 {
    color: #3151d3;
}
.box-news .slick-arrow {
    top: 70%;
}
@media (max-width: 767px) {
    .box-news .slick-arrow {
        left: 5px;

        background-color: #fff;
    }
    .box-news .slick-arrow.slick-next {
        right: 5px;
        left: auto;
    }
}
.active .box-about .about-left {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.active .box-about .about-number {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.active .box-about .about-right {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.active .box-category .item .mask .title-category {
    -webkit-animation: fadeInUp 1s .2s ease both;
    animation: fadeInUp 1s .2s ease both;
}
.active .box-customer .customer .pc-pic {
    -webkit-animation: zoomIn 1.5s 0s ease both;
    animation: zoomIn 1.5s 0s ease both;
}
.active .box-news .news-left {
    -webkit-animation: fadeInUp 1s .2s ease both;
    animation: fadeInUp 1s .2s ease both;
}
.active .box-news .news-right {
    -webkit-animation: fadeInDown 1s .2s ease both;
    animation: fadeInDown 1s .2s ease both;
}
.leave .box-about .about-left {
    -webkit-animation: fadeOutUp 1s 0s ease both;
    animation: fadeOutUp 1s 0s ease both;
}
.leave .box-about .about-number {
    -webkit-animation: fadeOutDown 1s 0s ease both;
    animation: fadeOutDown 1s 0s ease both;
}
.leave .box-about .about-right {
    -webkit-animation: fadeOutUp 1s 0s ease both;
    animation: fadeOutUp 1s 0s ease both;
}
.leave .box-customer .customer .pc-pic {
    -webkit-animation: zoomOut 1.5s 0s ease both;
    animation: zoomOut 1.5s 0s ease both;
}
.leave .box-news .news-left {
    -webkit-animation: fadeOutUp 1s .2s ease both;
    animation: fadeOutUp 1s .2s ease both;
}
.leave .box-news .news-right {
    -webkit-animation: fadeOutDown 1s .2s ease both;
    animation: fadeOutDown 1s .2s ease both;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    width: 26px;
    height: 26px;
    margin: 20px 0;

    border-radius: 50%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 10px;
    height: 10px;
    margin: 0 auto;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    background-color: #3151d3;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 10px;
    height: 10px;
    margin: 0;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    margin: 0;
}
#fp-nav ul li:hover a,
#fp-nav ul li a.active {
    background: url(../images/fp-nav.png) no-repeat center;
    background-size: cover;
}
.fp-viewing-iproduct #fp-nav,
.fp-viewing-ibanner #fp-nav {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.box-footer {
    color: #aeb0bb;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .box-footer {
        padding-bottom: 55px;
    }
}
.box-footer .foot-logo {
    padding: 20px 0;

    color: #fff;
    border-bottom: 1px solid #3a436a;
}
@media (max-width: 1470px) {
    .box-footer .foot-logo {
        padding: 10px 0;
    }
}
.box-footer .foot-logo img {
    display: inline-block;

    height: 100%;
    max-height: 80px;
    margin-right: 20px;
    filter: brightness(0) invert(1);
    vertical-align: middle;
}
.box-footer .foot-logo h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
    letter-spacing: 6px;
}
@media (max-width: 991px) {
    .box-footer .foot-logo h3 {
        font-size: 22px;
    }
}
.box-footer .foot-logo h3 span {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;

    display: block;

    letter-spacing: 0;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .box-footer .foot-logo h3 span {
        font-size: 12px;
    }
}
.box-footer .foot-logo .text {
    display: inline-block;

    margin-left: 20px;
    padding-left: 20px;

    vertical-align: middle;

    border-left: 1px solid #3a436a;
}
@media (max-width: 767px) {
    .box-footer .foot-logo .text {
        display: block;

        margin-left: 0;
        padding-left: 0;

        border: none;
    }
}
.box-footer .foot-logo .text h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    letter-spacing: 5px;
}
@media (max-width: 767px) {
    .box-footer .foot-logo .text h4 {
        font-size: 16px;
    }
}
.box-footer .foot-logo .text p {
    font-size: 13px;
    line-height: 24px;

    margin: 0;

    color: #8087a3;
}
@media (max-width: 767px) {
    .box-footer .foot-logo .text p {
        font-size: 12px;
    }
}
.box-footer .foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .box-footer .foot {
        display: block;

        padding: 30px 0;
    }
}
.box-footer .foot .foot-left,
.box-footer .foot .foot-right {
    padding: 60px 0;
}
@media (max-width: 1470px) {
    .box-footer .foot .foot-left,
    .box-footer .foot .foot-right {
        padding: 40px 0;
    }
}
.box-footer .foot .title-foot h3 {
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 767px) {
    .box-footer .foot .title-foot h3 {
        font-size: 18px;
    }
}
.box-footer .foot .foot-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 70%;
    padding-right: 5%;

    border-right: 1px solid #3a436a;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1470px) {
    .box-footer .foot .foot-left {
        width: 66%;
        padding-right: 3%;
    }
}
@media (max-width: 991px) {
    .box-footer .foot .foot-left {
        width: 100%;
        padding: 0;

        border: none;
    }
}
@media (max-width: 767px) {
    .box-footer .foot .foot-left {
        display: block;
    }
}
.box-footer .foot .foot-message {
    width: 330px;
}
@media (max-width: 767px) {
    .box-footer .foot .foot-message {
        width: 100%;
    }
}
.box-footer .foot .foot-message form {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-footer .foot .foot-message form {
        margin-top: 10px;
    }
}
.box-footer .foot .foot-message form input,
.box-footer .foot .foot-message form textarea {
    line-height: 24px;

    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;

    resize: vertical;

    color: #fff;
    border: 1px solid #3a436a;
    background: none;
}
.box-footer .foot .foot-message form input::-webkit-input-placeholder,
.box-footer .foot .foot-message form textarea::-webkit-input-placeholder {
    color: #aeb0bb;
}
.box-footer .foot .foot-message form input:-o-placeholder,
.box-footer .foot .foot-message form textarea:-o-placeholder {
    color: #aeb0bb;
}
.box-footer .foot .foot-message form input::-moz-placeholder,
.box-footer .foot .foot-message form textarea::-moz-placeholder {
    color: #aeb0bb;
}
.box-footer .foot .foot-message form input:-ms-input-placeholder,
.box-footer .foot .foot-message form textarea:-ms-input-placeholder {
    color: #aeb0bb;
}
.box-footer .foot .foot-message form input:focus::-webkit-input-placeholder,
.box-footer .foot .foot-message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-footer .foot .foot-message form input:focus::-o-placeholder,
.box-footer .foot .foot-message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-footer .foot .foot-message form input:focus::-moz-placeholder,
.box-footer .foot .foot-message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-footer .foot .foot-message form input:focus::-ms-input-placeholder,
.box-footer .foot .foot-message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-footer .foot .foot-message form .submit {
    display: block;

    width: 100%;
    margin-top: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #cfd1d8;
    border-radius: 0;
    background-color: #2e3656;
}
.box-footer .foot .foot-message form .submit:hover {
    background-color: rgba(255, 255, 255, .8);
}
@media (max-width: 767px) {
    .box-footer .foot .foot-nav {
        margin-top: 20px;
    }
}
.box-footer .foot .foot-nav .foot-info {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .box-footer .foot .foot-nav .foot-info {
        margin: 0;
    }
}
.box-footer .foot .foot-nav .foot-info a {
    font-size: 15px;
    line-height: 2;

    display: block;

    padding: 10px 0;
}
@media (max-width: 767px) {
    .box-footer .foot .foot-nav .foot-info a {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.box-footer .foot .foot-nav .foot-info a:hover {
    text-decoration: underline;

    color: #fff;
}
.box-footer .foot .foot-right {
    width: 30%;
    padding-left: 5%;
}
@media (max-width: 1470px) {
    .box-footer .foot .foot-right {
        width: 34%;
        padding-left: 3%;
    }
}
@media (max-width: 991px) {
    .box-footer .foot .foot-right {
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }
}
.box-footer .foot .foot-right .foot-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-footer .foot .foot-right .foot-info {
        margin-top: 10px;
    }
}
.box-footer .foot .foot-right .foot-info .pic {
    display: inline-block;

    margin-right: 30px;

    vertical-align: middle;
}
.box-footer .foot .foot-right .foot-info .pic img {
    width: 104px;
}
.box-footer .foot .foot-right .foot-info .tel {
    display: inline-block;

    vertical-align: middle;
}
.box-footer .foot .foot-right .foot-info .tel h4 {
    font-size: 15px;
    line-height: 38px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #3151d3;
}
@media (max-width: 1199px) {
    .box-footer .foot .foot-right .foot-info .tel h4 {
        font-size: 14px;

        padding: 0 10px;
    }
}
.box-footer .foot .foot-right .foot-info .tel h4 .icon {
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.box-footer .foot .foot-right .foot-info .tel h4:hover {
    background-color: #1b33d6;
}
.box-footer .foot .foot-right .foot-info .tel p {
    font-size: 15px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px) {
    .box-footer .foot .foot-right .foot-info .tel p {
        font-size: 14px;
    }
}
.box-footer .foot .foot-right .foot-info .tel p a {
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 1199px) {
    .box-footer .foot .foot-right .foot-info .tel p a {
        font-size: 16px;
    }
}
.box-footer .foot .foot-right .foot-info .tel p a:hover {
    text-decoration: underline;
}
.box-footer .copyright {
    padding: 15px 0;

    text-align: center;

    border-top: 1px solid #3a436a;
}
.box-footer .copyright p {
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.box-footer .copyright a {
    display: inline-block;

    vertical-align: middle;
}
.box-footer .copyright a:hover {
    text-decoration: underline;
}
.box-footer .copyright .sitemap {
    text-decoration: underline;
}
.box-footer .copyright .sitemap:hover {
    color: #fff;
}
.wrapper {
    background-color: #f7fafd;
}
.wrap {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 40px 0;
    }
}
.wrap .wrap-right {
    padding-left: 3%;
}
.title-in {
    text-align: center;
}
.title-in h2 {
    font-size: 34px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px) {
    .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 24px;
    }
}
.title-in h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.125;

    margin: 14px 0 0 0;

    color: #3151d3;
}
.title-in p {
    font-size: 16px;
    line-height: 2;

    max-width: 550px;
    margin: 10px 0 0 0;

    color: #444;
}
@media (max-width: 767px) {
    .title-in p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav-industry .sidenav>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wrap-sidenav-industry .sidenav>ul>li {
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .wrap-sidenav-industry .sidenav>ul>li {
        display: inline-block;

        vertical-align: top;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav-industry .sidenav>ul>li {
        width: 50%;
    }
}
.wrap-sidenav-industry .sidenav>ul>li>a {
    font-size: 17px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 10px 10px 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #fff;
}
@media (max-width: 1470px) {
    .wrap-sidenav-industry .sidenav>ul>li>a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav-industry .sidenav>ul>li>a {
        font-size: 14px;
        line-height: 40px;

        display: -webkit-box;
        overflow: hidden;

        height: 40px;
        padding: 0 0 0 30px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.wrap-sidenav-industry .sidenav>ul>li>a:before {
    position: absolute;
    top: 50%;
    left: 15px;

    display: block;

    width: 12px;
    height: 12px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #3151d3;
    box-shadow: 0 0 10px #3151d3;
}
@media (max-width: 767px) {
    .wrap-sidenav-industry .sidenav>ul>li>a:before {
        left: 5px;
    }
}
.wrap-sidenav-industry .sidenav>ul>li.active>a,
.wrap-sidenav-industry .sidenav>ul>li:hover>a {
    color: #fff;
    background-color: #3151d3;
}
.wrap-sidenav-industry .sidenav>ul>li.active>a:before,
.wrap-sidenav-industry .sidenav>ul>li:hover>a:before {
    border-color: #3151d3;
    background-color: #fff;
    box-shadow: 0 0 10px #fff;
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .sidenav .slevel-1>li {
    overflow: hidden;

    margin-bottom: 10px;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 40px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;

    background: #f7fafd;
}
@media (max-width: 1470px) {
    .wrap-sidenav .sidenav .slevel-1>li>a {
        padding-left: 40px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 40px;

    content: '\e726';
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    color: #fff;
    background-color: #3151d3;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
    content: '\e657';
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;

    padding: 20px 0;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    font-size: 15px;
    line-height: 30px;

    display: block;

    padding: 5px 40px;

    color: #444;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    color: #3151d3;
}
.wrap-location .location {
    position: relative;

    padding: 10px 0;
    padding-left: 30px;

    border-bottom: 1px solid #c8d2f3;
}
.wrap-location .location .icon {
    font-size: 22px;
    line-height: 30px;

    position: absolute;
    top: 12px;
    left: 0;
}
.wrap-location .location>ul>li {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-location .location>ul>li {
        font-size: 14px;
    }
}
.wrap-location .location>ul>li:after {
    display: inline-block;

    margin: 0 4px;

    content: '>';
    vertical-align: middle;
}
.wrap-location .location>ul>li:last-child:after {
    display: none;
}
.wrap-location .location>ul>li>a {
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location>ul>li>a:hover {
    text-decoration: underline;

    color: #3151d3;
}
.xs-product-nav {
    overflow: hidden;

    margin-bottom: 20px;
}
.xs-product-nav>ul {
    margin: 0 -10px;
}
.xs-product-nav>ul>li {
    display: inline-block;

    vertical-align: top;
}
.xs-product-nav>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    padding: 0 10px;
}
@media (max-width: 767px) {
    .xs-product-nav>ul>li>a {
        font-size: 14px;
    }
}
.xs-product-nav>ul>li>a:before {
    margin-right: 4px;

    content: '-';
}
.xs-product-nav>ul>li.active>a {
    color: #3151d3;
}
.inside-nav {
    position: relative;

    overflow: hidden;
    overflow-x: auto;

    height: 101px;
    padding-top: 60px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;

    -webkit-overflow-scrolling: touch;
    /*瀹氫箟婊氬姩鏉¤建閬� 鍐呴槾褰�+鍦嗚*/
    /*瀹氫箟婊戝潡 鍐呴槾褰�+鍦嗚*/
    /*婊戝潡鏁堟灉*/
}
@media (max-width: 1199px) {
    .inside-nav {
        height: 60px;
        padding-top: 10px;
    }
}
.inside-nav::-webkit-scrollbar {
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav::-webkit- scrollbar-track {
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav::-webkit- scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap {
    position: relative;
    z-index: 2;
}
.inside-nav .nav-wrap ul {
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0;
    margin: 0 -15px;
    padding: 0;

    vertical-align: top;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .inside-nav .nav-wrap ul {
        margin: 0 -5px;
    }
}
.inside-nav .nav-wrap ul li {
    position: relative;

    display: inline-block;

    padding: 0 15px;
}
@media (max-width: 991px) {
    .inside-nav .nav-wrap ul li {
        padding: 0 5px;
    }
}
@media (max-width: 1199px) {
    .inside-nav .nav-wrap ul li {
        line-height: 60px;
    }
}
.inside-nav .nav-wrap ul li a {
    font-size: 17px;
    line-height: 44px;

    position: relative;

    display: block;

    min-width: 170px;
    height: 44px;

    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #fff;
}
@media (max-width: 991px) {
    .inside-nav .nav-wrap ul li a {
        font-size: 16px;

        min-width: 140px;
    }
}
@media (max-width: 767px) {
    .inside-nav .nav-wrap ul li a {
        min-width: 120px;
    }
}
.inside-nav .nav-wrap ul li.active a,
.inside-nav .nav-wrap ul li:hover a {
    color: #fff;
    background-color: #3151d3;
}
.wrap-about {
    background: url(../images/about_in_bg.png) no-repeat right bottom;
}
.wrap-about .about {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-about .about {
        margin-top: 30px;
    }
}
.wrap-about .about p {
    font-size: 15px;
    line-height: 2.26666667;

    margin: 0;

    color: #444;
}
@media (max-width: 767px) {
    .wrap-about .about p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about .number {
    margin-top: 100px;
}
@media (max-width: 1199px) {
    .wrap-about .number {
        margin-top: 50px;
    }
}
.wrap-about .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-about .number ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 1199px) {
    .wrap-about .number ul li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .wrap-about .number ul li {
        width: 50%;
    }
}
.wrap-about .number ul li.line {
    width: 1px;
    height: 56px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#3151d3), to(#fff));
    background-image: -webkit-linear-gradient(#fff, #3151d3, #fff);
    background-image: linear-gradient(#fff, #3151d3, #fff);
}
@media (max-width: 1199px) {
    .wrap-about .number ul li.line {
        display: none;
    }
}
.wrap-about .number ul li:nth-child(5) .item h3 {
    font-size: 16px;
}
.wrap-about .number .item {
    -webkit-transition: all .6s;
    transition: all .6s;
}
.wrap-about .number .item h3 {
    font-size: 24px;
}
@media (max-width: 1470px) {
    .wrap-about .number .item h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-about .number .item h3 {
        margin-top: 0;
    }
}
.wrap-about .number .item h3 span {
    font-family: 'Oswald-Bold';
    font-size: 40px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 1470px) {
    .wrap-about .number .item h3 span {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .wrap-about .number .item h3 span {
        font-size: 30px;
    }
}
.wrap-about .number .item p {
    font-size: 15px;
    line-height: 30px;

    color: #555;
}
@media (max-width: 1470px) {
    .wrap-about .number .item p {
        font-size: 14px;
    }
}
.wrap-about .number .item p .icon {
    font-size: 30px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    color: #3151d3;
}
.wrap-about .number .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
@keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}
.wrap-video {
    position: relative;

    overflow: hidden;
}
.wrap-video img {
    width: 100%;
}
.wrap-video .play {
    line-height: 50px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.wrap-video .play span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #fff;
    border-radius: 50%;
}
.wrap-video .play .icon {
    font-size: 50px;
}
.wrap-video .play::before,
.wrap-video .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.wrap-video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.wrap-video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.wrap-history {
    background-color: #fff;
}
.wrap-history .text {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-history .text {
        margin-top: 30px;
    }
}
.wrap-history .text p {
    font-size: 15px;
    line-height: 2.26666667;

    margin: 0;

    color: #444;
}
@media (max-width: 767px) {
    .wrap-history .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-history .history {
    position: relative;

    margin-top: 100px;
}
@media (max-width: 1199px) {
    .wrap-history .history {
        margin-top: 50px;
    }
}
.wrap-history .history:after {
    position: absolute;
    top: -webkit-calc(50% - 22px);
    top: calc(50% - 22px);
    right: 0;

    display: block;

    width: 3px;
    height: 42px;

    content: '';
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    background: rgba(49, 81, 211, .6);
}
.wrap-history .history .slick-slide {
    padding: 0 4px;
}
.wrap-history .history .slick-slide:nth-child(2n+1) {
    margin-top: 156px;
}
.wrap-history .history .slick-slide:nth-child(2n+1) .item:after {
    display: none;
}
.wrap-history .history .slick-slide:nth-child(2n+1) .item:before {
    display: block;

    width: 100%;
    height: 42px;
    margin-bottom: 40px;

    content: '';

    background: url(../images/line_bg.png) no-repeat left center;
    background-size: 100%;
}
.wrap-history .history .slick-arrow {
    font-weight: bold;

    color: #b8b8b8;
    border: 2px solid #b8b8b8;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .wrap-history .history .slick-arrow {
        line-height: 28px;

        width: 30px;
        height: 30px;
    }
}
.wrap-history .history .slick-arrow:hover {
    color: #fff;
    border-color: #3151d3;
    background-color: #3151d3;
}
.wrap-history .history .slick-arrow.slick-disabled {
    opacity: 0;
}
@media (max-width: 1199px) {
    .wrap-history .history .slick-arrow.slick-disabled {
        opacity: 1;
    }
}
.wrap-history .history .item:after {
    display: block;

    width: 100%;
    height: 42px;
    margin-top: 40px;

    content: '';

    background: url(../images/line_bg.png) no-repeat left center;
    background-size: 100%;
}
.wrap-history .history .item .item-info {
    position: relative;

    padding-left: 20px;
}
.wrap-history .history .item .item-info:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 8px;
    height: 107px;

    content: '';

    background: url(../images/line-top.png) no-repeat top left;
}
.wrap-history .history .item .year {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;

    margin: 0;

    color: #444;
}
.wrap-history .history .item .note {
    overflow-y: auto;

    height: 72px;
    margin-top: 10px;
}
.wrap-history .history .item .note::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 4px;
}
.wrap-history .history .item .note::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.wrap-history .history .item .note::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.wrap-history .history .item .note p {
    line-height: 24px;

    margin: 0;

    color: #444;
}
.wrap-history .history .item:hover .year {
    color: #3151d3;
}
.wrap-choose .title-in {
    text-align: left;
}
.wrap-choose .choose .item {
    position: relative;

    overflow: hidden;

    margin-top: 30px;
    padding: 40px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .wrap-choose .choose .item {
        padding: 0;
    }
}
.wrap-choose .choose .item:before {
    position: absolute;
    top: -80px;
    left: -60px;

    display: block;

    width: 296px;
    height: 344px;

    content: '';

    background: url(../images/choose_bg.png) no-repeat center;
    background-size: cover;
}
.wrap-choose .choose .item .icon {
    position: relative;
    z-index: 2;

    width: 98px;
    margin-bottom: 140px;
}
@media (max-width: 1199px) {
    .wrap-choose .choose .item .icon {
        margin-bottom: 30px;
    }
}
.wrap-choose .choose .item .icon img {
    width: 100%;
}
.wrap-choose .choose .item .icon .hover {
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
}
.wrap-choose .choose .item h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .wrap-choose .choose .item h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-choose .choose .item h3 {
        margin-bottom: 10px;
    }
}
.wrap-choose .choose .item p {
    line-height: 24px;

    position: relative;
    z-index: 2;

    margin: 0;

    color: #555;
}
@media (min-width: 1200px) {
    .wrap-choose .choose .item:hover {
        background-color: #3151d3;
        box-shadow: 0 20px 30px rgba(49, 81, 211, .3);
    }
    .wrap-choose .choose .item:hover .icon .now {
        opacity: 0;
    }
    .wrap-choose .choose .item:hover .icon .hover {
        opacity: 1;
    }
    .wrap-choose .choose .item:hover h3,
    .wrap-choose .choose .item:hover p {
        color: #fff;
    }
}
.wrap-organization .organization {
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-organization .organization {
        margin-top: 20px;
    }
}
.wrap-organization .organization img {
    max-width: 100%;
}
.wrap-culture .title-in p {
    font-weight: normal;
}
.wrap-culture .culture-top {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-culture .culture-top {
        margin-top: 0;
    }
}
.wrap-culture .culture-top .item {
    margin-top: 30px;
    padding: 40px 8%;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;

    background: url(../images/culture_bg.png) no-repeat bottom right #fff;
}
@media (max-width: 1199px) {
    .wrap-culture .culture-top .item {
        padding: 30px;
    }
}
.wrap-culture .culture-top .item p {
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #444;
}
@media (max-width: 767px) {
    .wrap-culture .culture-top .item p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-culture .culture-top .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-culture .culture {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .wrap-culture .culture {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-culture .culture {
        margin-top: 0;
    }
}
.wrap-culture .culture .item {
    max-width: 240px;
    margin: 0 auto;
    margin-top: 30px;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}
.wrap-culture .culture .item .icon {
    font-size: 40px;
    line-height: 1;

    display: block;

    color: #3151d3;
}
.wrap-culture .culture .item h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 20px 0 10px 0;
}
.wrap-culture .culture .item p {
    font-size: 15px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-culture .culture .item p {
        font-size: 14px;
    }
}
.wrap-culture .culture .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-culture .culture .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-honor .honor-menu {
    margin-top: 40px;

    text-align: center;

    border-bottom: 1px solid #c8d2f3;
}
@media (max-width: 767px) {
    .wrap-honor .honor-menu {
        margin-top: 20px;
    }
}
.wrap-honor .honor-menu>ul {
    margin: 0 -36px;
}
@media (max-width: 991px) {
    .wrap-honor .honor-menu>ul {
        margin: 0 -20px;
    }
}
.wrap-honor .honor-menu>ul>li {
    display: inline-block;
}
.wrap-honor .honor-menu>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

    position: relative;

    display: block;

    padding: 0 36px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .wrap-honor .honor-menu>ul>li>a {
        padding: 0 20px;
    }
}
.wrap-honor .honor-menu>ul>li>a:after {
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #3151d3;
}
.wrap-honor .honor-menu>ul>li.active>a,
.wrap-honor .honor-menu>ul>li:hover>a {
    color: #3151d3;
}
.wrap-honor .honor-menu>ul>li.active>a:after,
.wrap-honor .honor-menu>ul>li:hover>a:after {
    width: 26px;
}
.wrap-honor .honor {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-honor .honor {
        margin-top: 30px;
    }
}
.wrap-honor .honor .item {
    display: block;

    margin-top: 30px;

    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
    text-decoration: none;
}
@media (max-width: 991px) {
    .wrap-honor .honor .item {
        margin-top: 14px;
    }
}
.wrap-honor .honor .item h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-honor .honor .item h3 {
        font-size: 16px;
    }
}
.wrap-honor .honor .item .pic {
    margin-top: 20px;
    padding: 0 14%;
}
@media (max-width: 767px) {
    .wrap-honor .honor .item .pic {
        margin-top: 10px;
    }
}
.wrap-honor .honor .item .pic .img-box {
    padding-bottom: 68.33333333%;
}
.wrap-honor .honor .item .honor-bg img {
    width: 100%;
}
.wrap-honor .honor .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-honor .honor .item:hover h3 {
    color: #3151d3;
}
.wrap-honor .certificate .item .pic .img-box {
    padding-bottom: 146.42857143%;
}
.wrap-industry .industry {
    padding-left: 8%;
}
@media (max-width: 1199px) {
    .wrap-industry .industry {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-industry .industry .title-industry h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 1199px) {
    .wrap-industry .industry .title-industry h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-industry .industry .title-industry h2 {
        font-size: 20px;
    }
}
.wrap-industry .industry .industry-text {
    padding: 20px 0 50px;

    border-bottom: 1px solid #c8d2f3;
}
@media (max-width: 991px) {
    .wrap-industry .industry .industry-text {
        padding: 0 0 30px;
    }
}
.wrap-industry .industry .industry-text p {
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-industry .industry .industry-text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-industry .industry .industry-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .wrap-industry .industry .industry-contact {
        margin-top: 30px;
    }
}
.wrap-industry .industry .industry-contact p {
    font-size: 16px;
    line-height: 1.875;

    display: inline-block;
}
@media (max-width: 991px) {
    .wrap-industry .industry .industry-contact p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-industry .industry .industry-contact a:hover {
    text-decoration: underline;
}
.wrap-industry .industry .industry-tel .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
    padding: 30px 5%;

    background: url(../images/tel_bg.jpg) no-repeat bottom right;
    background-size: cover;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-industry .industry .industry-tel .item .pic {
    overflow: hidden;

    width: 106px;

    border-radius: 50%;
}
.wrap-industry .industry .industry-tel .item .text {
    width: -webkit-calc(100% - 106px);
    width: calc(100% - 106px);
    padding-left: 5%;
}
.wrap-industry .industry .industry-tel .item .text h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    color: #3151d3;
}
.wrap-industry .industry .industry-tel .item .text p {
    font-size: 16px;
    line-height: 30px;

    margin: 20px 0 0 0;
}
.wrap-industry .industry .industry-tel .item .text a:hover {
    text-decoration: underline;
}
.wrap-industry .industry .industry-erweima {
    margin-top: 28px;
}
.wrap-industry .industry .industry-erweima img {
    width: 104px;
}
.wrap-industry .industry .industry-pic {
    margin-top: 30px;
}
.wrap-industry .industry .industry-pic ul {
    margin: 0 -8px;
}
.wrap-industry .industry .industry-pic ul li {
    padding: 0 8px;
}
.wrap-industry .industry .industry-pic .item {
    display: block;

    margin-top: 16px;

    cursor: pointer;
}
.wrap-industry .industry .industry-pic .item .img-box {
    padding-bottom: 68.33333333%;
}
.wrap-industry .industry .industry-pic .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-industry .industry .industry-pic .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-cases .cases .item {
    display: block;

    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-cases .cases .item {
        margin-top: 20px;
    }
}
.wrap-cases .cases .item .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-cases .cases .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-cases .cases .item .text {
    margin-top: 20px;
}
.wrap-cases .cases .item .text h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    padding-left: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-cases .cases .item .text h3 {
        font-size: 16px;
    }
}
.wrap-cases .cases .item .text h3:before {
    position: absolute;
    top: 50%;
    left: 5px;

    display: block;

    width: 12px;
    height: 12px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #3151d3;
    box-shadow: 0 0 10px #3151d3;
}
.wrap-cases .cases .item .text p {
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .wrap-cases .cases .item .text p {
        font-size: 14px;
    }
}
.wrap-cases .cases .item .more {
    line-height: 30px;

    margin-top: 20px;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-cases .cases .item .more {
        margin-top: 10px;
    }
}
.wrap-cases .cases .item .more .icon,
.wrap-cases .cases .item .more span {
    display: inline-block;

    vertical-align: middle;
}
.wrap-cases .cases .item .more .icon {
    font-size: 18px;
}
.wrap-cases .cases .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-cases .cases .item:hover .text h3 {
    color: #3151d3;
}
.wrap-cases .cases .item:hover .more {
    color: #3151d3;
}
.wrap-news .news {
    margin-top: -60px;
}
@media (max-width: 1199px) {
    .wrap-news .news {
        margin-top: -30px;
    }
}
.wrap-news .news .item {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-news .news .item {
        margin-top: 30px;
    }
}
.wrap-news .news .item .title-news {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .title-news {
        margin-top: 20px;
    }
}
.wrap-news .news .item .title-news:after {
    display: block;

    width: 34px;
    height: 2px;
    margin-top: 20px;

    content: '';

    background-color: #3151d3;
}
.wrap-news .news .item .title-news h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-news .news .item .title-news h3 {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
.wrap-news .news .item p {
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 20px 0 0 0;

    color: #555;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .wrap-news .news .item p {
        font-size: 14px;

        margin-top: 10px;
    }
}
.wrap-news .news .item .date {
    position: relative;
    z-index: 2;

    width: 68px;
    margin-top: -40px;
    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #3151d3;
}
.wrap-news .news .item .date b {
    font-family: 'Oswald-Bold', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .wrap-news .news .item .date b {
        font-size: 24px;
    }
}
.wrap-news .news .item .date p {
    line-height: 24px;

    margin: 0;
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 127.27272727%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover h3 {
    color: #3151d3;
}
.wrap-details .title-details h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-details .title-details h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-details .title-details h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-details .title-details h2 {
        font-size: 20px;
    }
}
.wrap-details .title-details .date {
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #3151d3;
}
.wrap-details .title-details .date .icon {
    font-size: 26px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-details .details .text {
    margin-top: 30px;
}
.wrap-details .details .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-details .details .text p {
        font-size: 14px;
    }
}
.wrap-details .details .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share {
    margin-top: 30px;
}
.wrap-details .share p {
    font-size: 16px;

    margin: 0;

    text-transform: capitalize;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit {
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details {
    font-size: 0;

    margin-top: 70px;

    border-top: 1px solid #c7cdd4;
    border-bottom: 1px solid #c7cdd4;
}
@media (max-width: 991px) {
    .wrap-details .relate-details {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a {
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    height: 40px;
    padding-left: 38px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-details .relate-details a {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\eb60';

    color: #999;
}
.wrap-details .relate-details a.prev:after {
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a.next {
    padding-right: 38px;
    padding-left: 0;

    text-align: right;
}
.wrap-details .relate-details a.next:before {
    right: 0;
    left: auto;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-details .relate-details a:hover {
    color: #3151d3;
}
.wrap-details .relate-details a:hover:before {
    color: #3151d3;
}
.wrap-product .product,
.wrap-nosearch .product,
.wrap-product-show .relate-product .product {
    margin-top: -30px;
}
.wrap-product .product ul,
.wrap-nosearch .product ul,
.wrap-product-show .relate-product .product ul {
    font-size: 0;
}
.wrap-product .product ul li,
.wrap-nosearch .product ul li,
.wrap-product-show .relate-product .product ul li {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-product .item,
.wrap-nosearch .item,
.wrap-product-show .relate-product .item {
    display: block;

    margin-top: 30px;
    padding: 12px 12px 0 12px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border: 1px solid #c8d2f3;
}
@media (max-width: 767px) {
    .wrap-product .item,
    .wrap-nosearch .item,
    .wrap-product-show .relate-product .item {
        padding: 6px 6px 0 6px;
    }
}
.wrap-product .item .img-box,
.wrap-nosearch .item .img-box,
.wrap-product-show .relate-product .item .img-box {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-product .item .img-box img,
.wrap-nosearch .item .img-box img,
.wrap-product-show .relate-product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .item .note h3,
.wrap-nosearch .item .note h3,
.wrap-product-show .relate-product .item .note h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-product .item .note h3,
    .wrap-nosearch .item .note h3,
    .wrap-product-show .relate-product .item .note h3 {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
@media (min-width: 1200px) {
    .wrap-product .item:hover,
    .wrap-nosearch .item:hover,
    .wrap-product-show .relate-product .item:hover {
        background-color: #3151d3;
    }
    .wrap-product .item:hover .img-box img,
    .wrap-nosearch .item:hover .img-box img,
    .wrap-product-show .relate-product .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-product .item:hover .note h3,
    .wrap-nosearch .item:hover .note h3,
    .wrap-product-show .relate-product .item:hover .note h3 {
        color: #fff;
    }
}
.wrap-product-show .carousel-wrap {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel {
    position: relative;

    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    font-size: 0;

    position: relative;

    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
    z-index: 2;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item-video {
    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item-video .img-box {
    opacity: .5;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play {
    font-size: 80px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for .play {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before {
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrap-product-show .carousel-wrap .carousel .slider-for .slick-arrow {
    left: 0;

    width: 36px;
    height: 70px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, .25);
}
.wrap-product-show .carousel-wrap .carousel .slider-for .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .slick-arrow:hover {
    background-color: #3151d3;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 0 2px;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;

    overflow: hidden;

    border: 2px solid rgba(128, 128, 128, .1);
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video {
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video .img-box {
    opacity: .6;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav .item-video:after {
        font-size: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border-color: #3151d3;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow {
    font-size: 24px;
    font-size: 22px;
    line-height: 90px;

    top: 50%;
    left: 0;

    width: 24px;
    height: 90px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #333;
    border-radius: 5px;
    background: none;
    background-color: #fff;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow {
        line-height: 60px;

        height: 60px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow {
        line-height: 40px;

        height: 40px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow:hover {
    color: #fff;
    background-color: #3151d3;
}
.wrap-product-show .carousel-wrap .carousel:hover .slider-for .slick-arrow {
    opacity: 1;
}
.wrap-product-show .info-box {
    padding-left: 3%;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info {
    margin-top: 30px;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .title-info {
        margin-top: 0;
    }
}
.wrap-product-show .info-box .title-info h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;

    display: block;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info h2 {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text {
    margin-top: 30px;
}
.wrap-product-show .info-box .text h4 {
    font-size: 16px;
}
.wrap-product-show .info-box .text p {
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .info-box .link {
    margin-top: 40px;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .link {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .btn-cart {
    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .btn-cart a {
    font-size: 15px;
    line-height: 46px;

    display: inline-block;

    height: 46px;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #3151d3;
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .btn-cart a {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a .icon,
.wrap-product-show .info-box .link .btn-cart a .icon {
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .btn-cart a:hover {
    background-color: #1b33d6;
}
.wrap-product-show .info-box .link .btn-inquiry {
    margin-right: 30px;
}
.wrap-product-show .info-box .link .btn-cart a {
    background-color: #000;
}
.wrap-product-show .info-box .share {
    margin-top: 50px;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .share {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .a2a_kit {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .info-box .share p {
    font-size: 15px;

    color: #333;
}
.wrap-product-show .info-box .prev-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-product-show .info-box .prev-next a {
    font-size: 15px;
    line-height: 30px;

    position: relative;

    width: 50%;
    padding: 0 20px;
}
.wrap-product-show .info-box .prev-next a:before {
    position: absolute;
    top: 9px;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 7px 10px 7px 0;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
}
.wrap-product-show .info-box .prev-next a.next {
    text-align: right;
}
.wrap-product-show .info-box .prev-next a.next:before {
    right: 0;
    left: auto;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-product-show .info-box .prev-next a:hover {
    color: #3151d3;
}
.wrap-product-show .info-box .prev-next a:hover:before {
    border-color: transparent #3151d3 transparent transparent;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .product-size,
.wrap-product-show .relate-product {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .product-size,
    .wrap-product-show .relate-product {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .title,
.wrap-product-show .inquiry .title,
.wrap-product-show .product-size .title,
.wrap-product-show .relate-product .title {
    text-align: left;
}
.wrap-product-show .parameter .text {
    margin-top: 30px;
}
.wrap-product-show .parameter .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text .pmargin {
    margin: 0 -10px;
}
.wrap-product-show .parameter .text p {
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .parameter .text h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;

    margin-top: 10px;

    color: #222;
}
.wrap-product-show .parameter .slogn {
    margin-top: 30px;
    padding: 30px 20px;

    background-color: #f7fafd;
}
.wrap-product-show .parameter .slogn .icon,
.wrap-product-show .parameter .slogn h4 {
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .parameter .slogn .icon {
    font-size: 30px;

    margin-right: 10px;

    color: #3151d3;
}
.wrap-product-show .parameter .slogn h4 {
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #3151d3;
}
.wrap-product-show .parameter .table-box {
    font-size: 15px;
    line-height: 2;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 30px;

    color: #333;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .table-box {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box table {
    line-height: 1.2;

    width: 100%;
    max-width: 70%;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table tr:nth-child(odd) {
    background-color: #f5f5f7;
}
.wrap-product-show .parameter .table-box table tr:nth-child(even) {
    background-color: #fff;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
    font-weight: normal;

    padding: 10px !important;

    border: 1px solid #e0e0e0;
}
@media (max-width: 480px) {
    .wrap-product-show .parameter .table-box table td,
    .wrap-product-show .parameter .table-box table th {
        padding: 8px !important;
    }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .parameter .table-box table th {
    text-align: center;
}
.wrap-product-show .title-product-show h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 22px;
    }
}
.wrap-product-show .title-product-show p {
    font-size: 14px;
    line-height: 24px;

    margin: 8px 0 0 0;

    color: #888;
}
.wrap-product-show .relate-product .slick-relate-product {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-relate-product {
        margin: 0 -5px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-relate-product .slick-slide {
        padding: 0 5px;
    }
}
.wrap-product-show .relate-product .slick-arrow {
    font-size: 14px;
    line-height: 30px;

    top: -30px;
    right: 80px;
    left: auto;

    width: 30px;
    height: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    color: #666;
    border: none;
    border-radius: 50%;
    background: #c8d2f3;
}
.wrap-product-show .relate-product .slick-arrow.slick-next {
    right: 15px;
}
.wrap-product-show .relate-product .slick-arrow:hover {
    color: #fff;
    background-color: #3151d3;
}
.wrap-product-show .inquiry ul {
    margin: 0 -6px;
}
.wrap-product-show .inquiry ul li {
    padding: 0 6px;
}
.wrap-product-show .inquiry form {
    margin-top: 20px;
}
.wrap-product-show .inquiry .read input {
    font-size: 15px;
    line-height: 30px;

    width: 100%;
    padding: 10px 20px;

    color: #fff;
    background-color: #3151d3;
}
.wrap-product-show .inquiry .input-group {
    position: relative;

    margin-top: 20px;
}
.wrap-product-show .inquiry .input {
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    padding: 10px 20px;

    -webkit-transition: border 150ms cubic-bezier(.4, 0, .2, 1);
    transition: border 150ms cubic-bezier(.4, 0, .2, 1);

    color: #333;
    background-color: #f6f7f8;
}
.wrap-product-show .inquiry .user-label {
    position: absolute;
    left: 15px;

    -webkit-transition: 150ms cubic-bezier(.4, 0, .2, 1);
    transition: 150ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    pointer-events: none;

    color: #333;
}
.wrap-product-show .inquiry .input:focus,
.wrap-product-show .inquiry input:valid {
    outline: none;
}
.wrap-product-show .inquiry .input:focus~label,
.wrap-product-show .inquiry input:valid~label {
    padding: 0 .2em;

    -webkit-transform: translateY(-50%) scale(.8);
    -ms-transform: translateY(-50%) scale(.8);
    transform: translateY(-50%) scale(.8);

    color: #999;
}
.wrap-product-show .inquiry .submit-group {
    text-align: center;
}
.wrap-product-show .inquiry .submit {
    font-size: 15px;
    line-height: 46px;

    margin-top: 30px;
    padding: 0 70px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #3151d3;
}
.wrap-product-show .inquiry .submit:hover {
    background-color: #1b33d6;
}
.wrap-contact {
    position: relative;
    z-index: 2;

    margin-top: -100px;
    padding: 0 0 10px 0;
}
@media (max-width: 1199px) {
    .wrap-contact {
        margin-top: -30px;
    }
}
.wrap-contact .contact {
    padding: 20px 10%;

    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(49, 81, 211, .17);
}
@media (max-width: 1470px) {
    .wrap-contact .contact {
        padding: 20px 5%;
    }
}
.wrap-contact .contact .item {
    margin: 10px 0;

    text-align: center;
}
.wrap-contact .contact .item .icon {
    font-size: 20px;
    line-height: 48px;

    display: block;

    width: 48px;
    height: 48px;
    margin: 0 auto;

    text-align: center;

    color: #3151d3;
    border: 1px dashed #c8d2f3;
    border-radius: 50%;
}
.wrap-contact .contact .item h3 {
    font-size: 16px;
    font-weight: bold;

    margin-top: 20px;
}
.wrap-contact .contact .item p {
    font-size: 15px;
    line-height: 30px;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-contact .contact .item p {
        font-size: 14px;
    }
}
.wrap-contact .contact .item p a:hover {
    text-decoration: underline;

    color: #3151d3;
}
.wrap-contact .contact .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-message {
    padding: 60px 0;
}
.wrap-message .title {
    text-align: center;
}
.wrap-message .title h2 {
    font-size: 24px;
}
.wrap-message .title p {
    font-size: 14px;
}
.wrap-message .message {
    padding: 0 10%;
}
@media (max-width: 1470px) {
    .wrap-message .message {
        padding: 0 5%;
    }
}
@media (max-width: 767px) {
    .wrap-message .message {
        padding: 0;
    }
}
.wrap-message .message ul {
    margin: 0 -6px;
}
.wrap-message .message ul li {
    padding: 0 6px;
}
.wrap-message .message form {
    margin-top: 14px;
}
.wrap-message .message .input-group {
    position: relative;

    margin-top: 20px;
}
.wrap-message .message .input {
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    padding: 10px 20px;

    -webkit-transition: border 150ms cubic-bezier(.4, 0, .2, 1);
    transition: border 150ms cubic-bezier(.4, 0, .2, 1);

    color: #666;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .wrap-message .message .input {
        padding: 10px 20px;
    }
}
.wrap-message .message .user-label {
    position: absolute;
    left: 15px;

    -webkit-transition: 150ms cubic-bezier(.4, 0, .2, 1);
    transition: 150ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    pointer-events: none;

    color: #999;
}
.wrap-message .message .input:focus,
.wrap-message .message input:valid {
    outline: none;
}
.wrap-message .message .input:focus~label,
.wrap-message .message input:valid~label {
    padding: 0 .2em;

    -webkit-transform: translateY(-50%) scale(.8);
    -ms-transform: translateY(-50%) scale(.8);
    transform: translateY(-50%) scale(.8);

    color: #ddd;
    background-color: #fff;
}
.wrap-message .message .submit-group {
    text-align: center;
}
.wrap-message .message .submit {
    line-height: 46px;

    display: inline-block;

    height: 46px;
    margin-top: 30px;
    padding: 0 70px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #3151d3;
}
.wrap-message .message .submit:hover {
    background-color: #1b33d6;
}
.wrap-map {
    overflow: hidden;
}
.wrap-map .title-map {
    text-align: center;
}
.wrap-map .title-map h2 {
    font-size: 30px;

    text-transform: capitalize;
}
.wrap-map .map {
    position: relative;

    margin-top: 20px;
}
.wrap-map .map-content {
    height: 540px;
}
@media (max-width: 767px) {
    .wrap-map .map-content {
        height: 320px;
    }
}
.gm-style .gm-style-iw-d {
    max-width: 300px;
}
.wrap-sitemap .sitemap {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    color: #fff;
    background-color: #3151d3;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    background-color: #3151d3;
}
.wrap-sitemap .sitemap>ul>li>ul {
    font-size: 0;

    margin-top: 20px;
}
.wrap-sitemap .sitemap>ul>li>ul>li {
    position: relative;

    list-style: none;

    vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
    font-size: 14px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a:before {
    content: '-';
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover>a {
    color: #3151d3;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    color: #3151d3;
}
.wrap-nosearch .nosearch {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .wrap-nosearch .nosearch {
        margin-bottom: 20px;
    }
}
.wrap-nosearch .nosearch h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-nosearch .nosearch p {
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
nav {
    text-align: right;
}
.pagination {
    display: block;

    margin: 60px 0 0 0;
}
@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li {
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .pagination li {
        margin: 0 4px;
    }
}
.pagination li.prev a,
.pagination li.next a {
    border: none;
    border-radius: 50%;
}
.pagination li.prev a:before,
.pagination li.next a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\e9b5';
}
.pagination li.prev:hover a,
.pagination li.next:hover a {
    color: #fff;
    border: none;
    background-color: #3151d3;
}
.pagination li.next a:before {
    content: '\e72f';
}
.pagination li a {
    font-size: 16px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border: none;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 767px) {
    .pagination li a {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination li a span {
    border-radius: 0;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #3151d3;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #3151d3;
}
@media (max-width: 1199px) {
    .skiptranslate iframe {
        display: none;
    }
    .google-translation .skiptranslate {
        display: inline-block;
    }
    body {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.map-content label {
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.fszero {
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1 {
    margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: none;
    }
}
.online-cn {
    display: none !important;
}
[lang=zh-CN] .online-cn {
    display: block !important;
}
[lang=zh-CN] .online-other {
    display: none !important;
}
.share-cn {
    display: none;
}
[lang=zh-CN] .share-cn {
    display: block;
}
[lang=zh-CN] .share-other {
    display: none;
}

.auto-adjust-img img {

    max-width: 100% !important;
    height: auto !important;

}
.auto-adjust-img.is-mobile img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}

.auto-adjust-img p.contains-pictures {
    padding: 0;
    margin: 0 -5px !important;
    font-size: 0 !important;
    overflow-x: hidden;

}
@media (min-width: 768px) {
    .auto-adjust-img p.contains-pictures {
        white-space: nowrap;
    }
}
.auto-adjust-img p.contains-pictures>img {
    display: inline-block;
    margin: 5px;
}