/**
 * style.less
 * 层叠样式表
 */
:root {
    --pad: -webkit-calc(50vw - 705px);
    --pad: calc(50vw - 705px);
}
@media (max-width: 1470px) {
    :root {
        --pad: -webkit-calc(50vw - 650px);
        --pad: calc(50vw - 650px);
    }
}
@media (max-width: 1400px) {
    :root {
        --pad: -webkit-calc(50vw - 585px);
        --pad: calc(50vw - 585px);
    }
}
@media (max-width: 1199px) {
    :root {
        --pad: 6vw;
    }
}
@media (max-width: 991px) {
    :root {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px) {
    :root {
        --pad: 15px;
    }
}
.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;

    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;

    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;

    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Akzidenz-Grotesk BQ Extra Conde';
    font-weight: bold;
    font-style: normal;

    src: local('AkzidenzGroteskBQ-XBdCnd'), url('../fonts/AkzidenzGroteskBQ-XBdCnd.woff2') format('woff2'), url('../fonts/AkzidenzGroteskBQ-XBdCnd.woff') format('woff'), url('../fonts/AkzidenzGroteskBQ-XBdCnd.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Anek Gurmukhi';
    font-weight: 600;
    font-style: normal;

    src: local('Anek Gurmukhi SemiBold'), local('AnekGurmukhi-SemiBold'), url('../fonts/AnekGurmukhi-SemiBold.woff2') format('woff2'), url('../fonts/AnekGurmukhi-SemiBold.woff') format('woff'), url('../fonts/AnekGurmukhi-SemiBold.ttf') format('truetype');
    font-display: swap;
}
ul.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus {
    outline: none !important;
}
.slick-slide a {
    outline: none !important;
}
.header a,
.footer a {
    color: inherit;
}
.header ul,
.footer ul {
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li {
    list-style: none;
}
.header button,
.footer button {
    border: none;
    outline: none;
}
@-ms-viewport {
    width: auto !important;
}
body {
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Heiti SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: normal;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1400px) {
    .container {
        width: 1300px;
    }
}
@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}
@media (max-width: 767px) {
    .col-xs-6:nth-child(2n + 1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
ul {
    margin: 0;
    padding: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
a:active,
a:link,
a:visited,
a:focus {
    text-decoration: none;

    color: inherit;
}
.imgw {
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.imgw img[src=''],
.imgw img:not([src]) {
    opacity: 0;
    border: 0;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
.slick-dots {
    font-size: 0;

    margin-top: 30px;

    text-align: center;
}
.slick-dots li {
    display: inline-block;

    width: 14px;
    height: 14px;
    margin: 0 8px;

    vertical-align: middle;

    border-radius: 50%;
    background: #e6e6e6;
}
@media (max-width: 767px) {
    .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #024c9a;
}
.slick-arrow {
    font-size: 0;
    line-height: 50px;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: -5%;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #024c9a;
    border: none;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    outline: none;
}
@media (max-width: 991px) {
    .slick-arrow {
        line-height: 40px;

        left: 0;

        width: 40px;
        height: 40px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: 0;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slick-arrow:hover {
    color: #fff;
    background-color: #002260;
}
.arrow-button {
    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;
}
.arrow-button .slick-arrow {
    position: relative;
    top: 0;
    left: 0;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.arrow-button .slick-next {
    margin-left: 10px;
}
.right-arrow .slick-arrow {
    position: relative;
    top: 0;
    left: 0;

    display: inline-block;

    margin-right: 10px;

    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    vertical-align: middle;
}
.right-arrow .slick-arrow.slick-next {
    right: 0;

    margin-right: 0;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.slick-list {
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .slick-list {
        margin: 0 -10px;
    }
}
@media (max-width: 767px) {
    .slick-list {
        margin: 0 -5px;
    }
}
.slick-list .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .slick-list .slick-slide {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .slick-list .slick-slide {
        padding: 0 5px;
    }
}
.hyh-form {
    margin-top: 30px;
}
.hyh-form ul {
    margin: 0 -7px;
}
.hyh-form ul li {
    padding: 0 7px;
}
.hyh-form .form-group input,
.hyh-form .form-group textarea {
    font-size: 16px;
    line-height: 24px;

    width: 100%;
    padding: 8px 20px;

    resize: vertical;

    color: #666;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    outline: none;
    background: rgba(255, 255, 255, .8);
}
.hyh-form .form-group input::-webkit-input-placeholder,
.hyh-form .form-group textarea::-webkit-input-placeholder {
    color: #666;
}
.hyh-form .form-group input:-o-placeholder,
.hyh-form .form-group textarea:-o-placeholder {
    color: #666;
}
.hyh-form .form-group input::-moz-placeholder,
.hyh-form .form-group textarea::-moz-placeholder {
    color: #666;
}
.hyh-form .form-group input:-ms-input-placeholder,
.hyh-form .form-group textarea:-ms-input-placeholder {
    color: #666;
}
.hyh-form .form-group input:focus::-webkit-input-placeholder,
.hyh-form .form-group textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.hyh-form .form-group input:focus::-o-placeholder,
.hyh-form .form-group textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.hyh-form .form-group input:focus::-moz-placeholder,
.hyh-form .form-group textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.hyh-form .form-group input:focus::-ms-input-placeholder,
.hyh-form .form-group textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.hyh-form .form-group-read input {
    background-color: #fff;
}
.hyh-form .form-group-read input::-webkit-input-placeholder,
.hyh-form .form-group-read textarea::-webkit-input-placeholder {
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input:-o-placeholder,
.hyh-form .form-group-read textarea:-o-placeholder {
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input::-moz-placeholder,
.hyh-form .form-group-read textarea::-moz-placeholder {
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input:-ms-input-placeholder,
.hyh-form .form-group-read textarea:-ms-input-placeholder {
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input:focus::-webkit-input-placeholder,
.hyh-form .form-group-read textarea:focus::-webkit-input-placeholder {
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input:focus::-o-placeholder,
.hyh-form .form-group-read textarea:focus::-o-placeholder {
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input:focus::-moz-placeholder,
.hyh-form .form-group-read textarea:focus::-moz-placeholder {
    color: rgba(0, 45, 130, .8);
}
.hyh-form .form-group-read input:focus::-ms-input-placeholder,
.hyh-form .form-group-read textarea:focus::-ms-input-placeholder {
    color: rgba(0, 45, 130, .8);
}
.hyh-form .send-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.hyh-form .send {
    font-size: 18px;
    font-weight: 500;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 26px;

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

    color: #024c9a;
    border: 1px solid #024c9a;
    border-radius: 15px;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .hyh-form .send {
        font-size: 16px;

        border-radius: 5px;
    }
}
.hyh-form .send .iconfont {
    font-weight: bold;
    line-height: 30px;

    width: 30px;
    height: 30px;
    margin-left: 15px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #024c9a;
}
.hyh-form .send:hover {
    color: #fff;
    background-color: #002260;
}
.hyh-form .send:hover .iconfont {
    color: #024c9a;
    background-color: #fff;
}
.header {
    /* position: -webkit-sticky;
    position: sticky; */
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
@media (max-width: 1199px) {
    .header {
        position: -webkit-sticky;
        position: sticky;
    }
}
.header .header-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .logo {
    display: block;

    height: 64px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
        padding: 5px 0;
    }
}
@media (max-width: 767px) {
    .header .logo {
        padding: 10px 0;
    }
}
.header .logo a {
    display: block;

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

    height: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.header .nav {
    display: inline-block;

    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .nav {
        display: none;
    }
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 {
        display: flex;
    }
    .header .nav .nav-list1>li {
        position: relative;

        display: inline-block;

        padding: 0 20px;

        vertical-align: middle;
    }
    .header .nav .nav-list1>li>a {
        font-size: 18px;
        font-weight: 500;
        height: 100px;
        line-height: 30px;
        position: relative;

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

        height: 100px;

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

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .nav .nav-list1>li>a:after {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 3px;

        content: '';
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);

        background-color: #024c9a;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #024c9a;
    }
    .header .nav .nav-list1>li:hover>a:after,
    .header .nav .nav-list1>li.active>a:after {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 96%;
        left: 0;

        display: none;

        min-width: 100%;
        padding: 10px 0;

        color: #666;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2>li {
        position: relative;
    }
    .header .nav .nav-list1 .nav-list2>li>a {
        font-size: 16px;
        line-height: 32px;

        display: block;

        padding: 0 20px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2>li>a:hover {
        text-decoration: underline;

        color: #024c9a;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        min-width: 100%;
        padding: 10px 0;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3>li {
        position: relative;
    }
    .header .nav .nav-list1 .nav-list3>li>a {
        font-size: 16px;
        line-height: 32px;

        display: block;

        padding: 0 20px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list3>li>a:hover {
        text-decoration: underline;

        color: #024c9a;
    }
}
.header .nav-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .nav-right {
        height: 60px;
    }
}
.header .language {
    position: relative;
}
.header .language p {
    margin: 0;
}
.header .language p a {
    line-height: 40px;

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

    padding: 0 14px;

    color: #fff;
    border-radius: 5px;
    background: -webkit-linear-gradient(332deg, #046fb8 21.57%, #024c9a 72.91%);
    background: linear-gradient(118deg, #046fb8 21.57%, #024c9a 72.91%);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .language p a .iconfont {
    font-size: 20px;

    margin-left: 4px;
}
.header .language ul {
    position: absolute;
    top: 100%;
    left: 50%;

    display: none;

    min-width: 100%;
    padding: 10px 0;

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

    color: #fff;
    border-radius: 5px;
    background: -webkit-linear-gradient(332deg, #046fb8 21.57%, #024c9a 72.91%);
    background: linear-gradient(118deg, #046fb8 21.57%, #024c9a 72.91%);
}
.header .language ul li a {
    font-weight: normal;
    line-height: 1.71428571;

    display: block;

    padding: 5px 10px;
}
.header .language ul li a:hover {
    text-decoration: underline;
}
.header .find {
    line-height: 40px;

    padding: 0 40px 0 20px;
}
@media (max-width: 1199px) {
    .header .find {
        padding: 0 20px 0 0;
    }
}
.header .find .iconfont {
    font-size: 20px;
}
.header .open-search {
    font-size: 14px;

    position: fixed;
    z-index: 2;
    top: 100px;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    padding: 50px 0;

    background-color: rgba(255, 255, 255, .96);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header .open-search {
        top: 60px;
    }
}
.header .open-search form {
    position: relative;

    display: block;

    width: 90%;
    margin: 0 auto;

    border-bottom: 1px solid #000;
}
@media (max-width: 1199px) {
    .header .open-search form {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .header .open-search form {
        width: 90%;
    }
}
.header .open-search form input {
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    padding: 15px 50px 15px 0;

    color: #333;
    border: none;
    outline: none;
    background: none;
}
.header .open-search form input::-webkit-input-placeholder,
.header .open-search form textarea::-webkit-input-placeholder {
    color: #999;
}
.header .open-search form input:-o-placeholder,
.header .open-search form textarea:-o-placeholder {
    color: #999;
}
.header .open-search form input::-moz-placeholder,
.header .open-search form textarea::-moz-placeholder {
    color: #999;
}
.header .open-search form input:-ms-input-placeholder,
.header .open-search form textarea:-ms-input-placeholder {
    color: #999;
}
.header .open-search form input:focus::-webkit-input-placeholder,
.header .open-search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.header .open-search form input:focus::-o-placeholder,
.header .open-search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.header .open-search form input:focus::-moz-placeholder,
.header .open-search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.header .open-search form input:focus::-ms-input-placeholder,
.header .open-search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
@media (max-width: 991px) {
    .header .open-search form input::-webkit-input-placeholder,
    .header .open-search form textarea::-webkit-input-placeholder {
        color: #666;
    }
    .header .open-search form input:-o-placeholder,
    .header .open-search form textarea:-o-placeholder {
        color: #666;
    }
    .header .open-search form input::-moz-placeholder,
    .header .open-search form textarea::-moz-placeholder {
        color: #666;
    }
    .header .open-search form input:-ms-input-placeholder,
    .header .open-search form textarea:-ms-input-placeholder {
        color: #666;
    }
    .header .open-search form input:focus::-webkit-input-placeholder,
    .header .open-search form textarea:focus::-webkit-input-placeholder {
        color: #c5c5c5;
    }
    .header .open-search form input:focus::-o-placeholder,
    .header .open-search form textarea:focus::-o-placeholder {
        color: #c5c5c5;
    }
    .header .open-search form input:focus::-moz-placeholder,
    .header .open-search form textarea:focus::-moz-placeholder {
        color: #c5c5c5;
    }
    .header .open-search form input:focus::-ms-input-placeholder,
    .header .open-search form textarea:focus::-ms-input-placeholder {
        color: #c5c5c5;
    }
}
.header .open-search form .submit {
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 0;

    width: 50px;
    padding: 0;

    text-align: center;

    outline: none;
    background: none;
}
@media (max-width: 1199px) {
    .header .open-search form .submit {
        font-size: 18px;
        line-height: 40px;

        top: 10px;
    }
}
.header .open-search form .submit .icon {
    font-size: 24px;
}
.header .open-search form .submit:hover {
    color: #222;
}
.header .open-search .search-close {
    font-size: 30px;
    line-height: 60px;

    position: absolute;
    top: -50px;
    right: -30px;

    width: 40px;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 1199px) {
    .header .open-search .search-close {
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .header .open-search .search-close {
        right: 10px;
    }
}
.header .open-search .search-close:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e629';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.header .open-menu {
    position: relative;

    display: none;

    width: 30px;
    height: 30px;
}
@media (max-width: 1199px) {
    .header .open-menu {
        display: inline-block;

        margin-left: 10px;

        vertical-align: middle;
    }
}
.header .open-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 .open-menu a:before,
.header .open-menu a:after {
    display: block;

    height: 2px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background: #666;
}
.header .open-menu a span {
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #666;
}
.header.fixedh {
    color: #333;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.header.header-color {
    color: #333;
}
.header.header-color .logo img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.header.header-color .nav .nav-list1>li>a img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.hc-mobile-nav .nav-container {
    width: 100%;
}
.hc-mobile-nav .nav-wrapper {
    background: -webkit-linear-gradient(332deg, #046fb8 21.57%, #024c9a 72.91%);
    background: linear-gradient(118deg, #046fb8 21.57%, #024c9a 72.91%);
}
.banner {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .b-itempack {
    position: relative;
}
.banner .banner-shuff {
    overflow: hidden;
}
.banner .imgw {
    padding-bottom: 47.39583333%;
}
.banner .imgw .video-box {
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .imgw video {
    object-fit: cover;
}
.banner .banner-itempack {
    position: relative;
}
@media (min-width: 1200px) {
    .banner .banner-itempack {
        height: 100vh;
        width: 100%;
        overflow: hidden;
    }
    .banner .banner-itempack img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.banner .banner-text {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 10%;

    width: 80%;
    max-width: 1000px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .banner-text:before {
    position: absolute;
    top: -10%;
    left: 30px;

    display: block;

    width: 10px;
    height: 50%;

    content: '';
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);

    background-color: rgba(4, 111, 184, .9);
}
@media (max-width: 991px) {
    .banner .banner-text:before {
        display: none;
    }
}
.banner .banner-text:after {
    position: absolute;
    right: -30px;
    bottom: 10%;

    display: block;

    width: 20px;
    height: 50%;

    content: '';
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);

    background-color: rgba(4, 111, 184, .9);
}
@media (max-width: 991px) {
    .banner .banner-text:after {
        display: none;
    }
}
.banner .banner-text .line {
    position: absolute;
    right: -45px;
    bottom: -5%;

    display: block;

    width: 5px;
    height: 50%;

    content: '';
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);

    background-color: rgba(4, 111, 184, .9);
}
@media (max-width: 991px) {
    .banner .banner-text .line {
        display: none;
    }
}
.banner .banner-text .txt {
    width: 100%;
    padding: 60px 130px;

    color: #fff;
    background-image: -webkit-linear-gradient(337deg, rgba(4, 111, 184, .9) 25.43%, rgba(2, 76, 154, .9) 69.51%);
    background-image: linear-gradient(113deg, rgba(4, 111, 184, .9) 25.43%, rgba(2, 76, 154, .9) 69.51%);

    -webkit-clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);
    clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);
}
@media (max-width: 1560px) {
    .banner .banner-text .txt {
        padding: 60px 100px;
    }
}
@media (max-width: 1400px) {
    .banner .banner-text .txt {
        padding: 60px 80px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text .txt {
        padding: 60px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text .txt {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text .txt {
        padding: 10px 30px;
    }
}
.banner .banner-text .txt h2 {
    font-family: 'Akzidenz-Grotesk BQ Extra Conde';
    font-size: 80px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1560px) {
    .banner .banner-text .txt h2 {
        font-size: 70px;
    }
}
@media (max-width: 1470px) {
    .banner .banner-text .txt h2 {
        font-size: 60px;
    }
}
@media (max-width: 1400px) {
    .banner .banner-text .txt h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text .txt h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text .txt h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text .txt h2 {
        font-size: 24px;
    }
}
.banner .banner-text .txt h3 {
    font-family: 'Anek Gurmukhi';
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;

    margin: 14px 0 0 0;
}
@media (max-width: 1560px) {
    .banner .banner-text .txt h3 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text .txt h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text .txt h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text .txt h3 {
        font-size: 16px;
    }
}
.banner .banner-text .txt .hyh-more {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .banner .banner-text .txt .hyh-more {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text .txt .hyh-more {
        margin-top: 10px;
    }
}
.banner img {
    display: block;

    width: 100%;
}
@media (max-width: 767px) {
    .banner img {
        width: 120%;
        margin-left: -10%;
    }
}
.banner .swiper-slide-active .banner-text .txt h2 {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.banner .swiper-slide-active .banner-text .txt h3,
.banner .swiper-slide-active .banner-text .txt .hyh-more {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.banner .banner-swiper-pagination-top {
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    z-index: 6;
    bottom: -webkit-calc(5% + 20px);
    bottom: calc(5% + 20px);
    left: 10%;

    color: rgba(255, 255, 255, .7);
}
.banner .banner-swiper-pagination-top .swiper-pagination-current {
    font-size: 20px;

    color: #fff;
}
.banner .banner-swiper-pagination-bottom {
    position: absolute;
    z-index: 6;
    bottom: 5%;
    left: 10%;
}
.banner .banner-swiper-pagination-bottom span {
    position: relative;

    width: 50px;
    height: 6px;

    opacity: 1;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .4);
}
.banner .banner-swiper-pagination-bottom span:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 100%;

    content: '';

    background-color: #024c9a;
}
.banner .banner-swiper-pagination-bottom .swiper-pagination-bullet-active {
    background-color: #fff;
}
.banner .banner-swiper-pagination-bottom .swiper-pagination-bullet-active:before {
    width: 100%;

    -webkit-transition: all 4s;
    transition: all 4s;
}
.banner-inpage {
    position: relative;

    overflow: hidden;
}

.banner-inpage .b-itempack img {
    width: 100%;
}
@media (max-width: 767px) {
    .banner-inpage .b-itempack img {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inpage .ban-txt {
    position: absolute;
    z-index: 4;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.banner-inpage .ban-txt h2 {
    font-family: 'Akzidenz-Grotesk BQ Extra Conde';
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
}
@media (min-width: 1200px) {
    .banner-inpage .ban-txt h2 {
        white-space: nowrap;
    }
}
@media (max-width: 1560px) {
    .banner-inpage .ban-txt h2 {
        font-size: 70px;
    }
}
@media (max-width: 1470px) {
    .banner-inpage .ban-txt h2 {
        font-size: 60px;
    }
}
@media (max-width: 1400px) {
    .banner-inpage .ban-txt h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner-inpage .ban-txt h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner-inpage .ban-txt h2 {
        font-size: 30px;
    }
}
.banner-inpage .ban-txt .ban-loc {
    margin-top: 10px;
}
.banner-inpage .ban-txt .ban-loc>ul>li {
    display: inline-block;

    vertical-align: top;
}
.banner-inpage .ban-txt .ban-loc>ul>li:after {
    display: inline-block;

    margin: 0 4px;

    content: '/';
    vertical-align: middle;
}
.banner-inpage .ban-txt .ban-loc>ul>li:last-child:after {
    display: none;
}
.banner-inpage .ban-txt .ban-loc>ul>li>a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .banner-inpage .ban-txt .ban-loc>ul>li>a {
        font-size: 16px;
    }
}
.banner-inpage .ban-txt .ban-loc>ul>li>a:hover {
    text-decoration: underline;
}
.banner-inpage .ban-txt-black {
    color: #000;
}
.banner-inpage .hyh-location {
    position: absolute;
    top: 130px;
    left: 0;

    width: 100%;

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-inpage .hyh-location {
        top: 30px;
    }
}
.banner-inpage .banner-product {
    position: absolute;
    z-index: 6;
    top: 56%;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-inpage .banner-product .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner-inpage .banner-product .t-index {
    width: -webkit-calc(100% - 430px);
    width: calc(100% - 430px);
    padding-right: 10%;
}
@media (max-width: 991px) {
    .banner-inpage .banner-product .t-index {
        width: 100%;
        padding-right: 0;
    }
}
.banner-inpage .banner-product .t-index h2 {
    color: #fff;
}
.banner-inpage .banner-product .message {
    width: 430px;
    padding: 40px;

    border-radius: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
@media (max-width: 1199px) {
    .banner-inpage .banner-product .message {
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .banner-inpage .banner-product .message {
        display: none;
    }
}
.banner-inpage .banner-product .message .t-message h3 {
    font-family: 'Akzidenz-Grotesk BQ Extra Conde';
    font-size: 32px;
    font-weight: bold;

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-inpage .banner-product .message .t-message h3 {
        font-size: 24px;
    }
}
.banner-inpage .banner-product .message .send-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner-inpage .banner-product .message .send {
    background-color: #fff;
    color: #004ab9;

}
.banner-inpage .banner-product .message .send .iconfont {
    background-color: #024c9a;
    color: #fff;
}
.banner-inpage .banner-product .message .send:hover {
    text-decoration: underline;
}
.banner-inpage-product {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@-webkit-keyframes mouse {
    0% {
        top: 0;

        opacity: 0;
    }
    50% {
        top: 50%;

        opacity: 1;
    }
    100% {
        top: 100%;

        opacity: 0;
    }
}
@keyframes mouse {
    0% {
        top: 0;

        opacity: 0;
    }
    50% {
        top: 50%;

        opacity: 1;
    }
    100% {
        top: 100%;

        opacity: 0;
    }
}
.index {
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px) {
    .index {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .index {
        padding: 50px 0;
    }
}
.hyh-txt {
    font-size: 18px;
    line-height: 26px;
}
.hyh-txt p {
    font-size: 18px;
    line-height: 26px;

    margin: 0;

    color: #666;
}
@media (max-width: 1560px) {
    .hyh-txt {
        font-size: 16px;
    }
    .hyh-txt p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hyh-txt {
        font-size: 14px;
    }
    .hyh-txt p {
        font-size: 14px;
        line-height: 20px;
    }
}
.hyh-txt.fz-20 p {
    font-size: 20px;
    line-height: 1.4;
}
@media (max-width: 1560px) {
    .hyh-txt.fz-20 p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .hyh-txt.fz-20 p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hyh-txt.fz-20 p {
        font-size: 14px;
        line-height: 20px;
    }
}
.hyh-txt.fz-16 p {
    font-size: 16px;
    line-height: 22px;
}
@media (max-width: 767px) {
    .hyh-txt.fz-16 p {
        font-size: 14px;
        line-height: 20px;
    }
}
.t-index h2 {
    font-family: 'Akzidenz-Grotesk BQ Extra Conde';
    font-size: 64px;
    font-weight: bold;
    line-height: 1.09375;

    color: #024c9a;
}
@media (max-width: 1560px) {
    .t-index h2 {
        font-size: 56px;
    }
}
@media (max-width: 1470px) {
    .t-index h2 {
        font-size: 50px;
    }
}
@media (max-width: 1400px) {
    .t-index h2 {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .t-index h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .t-index h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .t-index h2 {
        font-size: 24px;
    }
}
.t-index h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}
@media (max-width: 1560px) {
    .t-index h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .t-index h3 {
        font-size: 18px;
    }
}
.t-index .hyh-txt {
    margin-top: 16px;
}
.hyh-more {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hyh-more a,
.hyh-more span {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 28px;

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

    color: #024c9a;
    border: 1px solid #024c9a;
    border-radius: 15px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1470px) {
    .hyh-more a,
    .hyh-more span {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 15px;
    }
}
.hyh-more a .iconfont,
.hyh-more span .iconfont {
    font-weight: bold;
    line-height: 30px;

    width: 30px;
    height: 30px;
    margin-left: 8px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #024c9a;
}
@media (max-width: 991px) {
    .hyh-more a .iconfont,
    .hyh-more span .iconfont {
        line-height: 24px;

        width: 24px;
        height: 24px;
    }
}
.hyh-more a:hover,
.hyh-more span:hover {
    color: #fff;
    background-color: #024c9a;
}
.hyh-more a:hover .iconfont,
.hyh-more span:hover .iconfont {
    color: #024c9a;
    background-color: #fff;
}
.hyh-more.white a,
.hyh-more.white span {
    color: #024c9a;
    background-color: #fff;
}
.hyh-more.white a .iconfont,
.hyh-more.white span .iconfont {
    color: #fff;
    background-color: #024c9a;
}
.hyh-more.white a:hover,
.hyh-more.white span:hover {
    color: #fff;
    background-color: #002260;
}
.hyh-more.white a:hover .iconfont,
.hyh-more.white span:hover .iconfont {
    color: #024c9a;
    background-color: #fff;
}
.hyh-more.whiteborder a,
.hyh-more.whiteborder span {
    color: #fff;
    border-color: #fff;
}
.hyh-more.whiteborder a .iconfont,
.hyh-more.whiteborder span .iconfont {
    color: #024c9a;
    background-color: #fff;
}
.hyh-more.whiteborder a:hover,
.hyh-more.whiteborder span:hover {
    color: #024c9a;
    background-color: #fff;
}
.hyh-more.whiteborder a:hover .iconfont,
.hyh-more.whiteborder span:hover .iconfont {
    color: #fff;
    background-color: #024c9a;
}
.hyh-more.blueborder a,
.hyh-more.blueborder span {
    color: #024c9a;
    border-color: #024c9a;
}
.hyh-more.blueborder a .iconfont,
.hyh-more.blueborder span .iconfont {
    color: #fff;
    background-color: #024c9a;
}
.hyh-more.blueborder a:hover,
.hyh-more.blueborder span:hover {
    color: #fff;
    background-color: #024c9a;
}
.hyh-more.blueborder a:hover .iconfont,
.hyh-more.blueborder span:hover .iconfont {
    color: #024c9a;
    background-color: #fff;
}
.index-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .index-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.index-top .hyh-txt {
    width: 60%;
}
@media (max-width: 767px) {
    .index-top .hyh-txt {
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .index-top .hyh-more {
        margin-top: 14px;
    }
}
.hyh-p-itempack {
    padding: 20px;

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

    border: 1px solid rgba(217, 217, 217, .6);
}
@media (max-width: 1400px) {
    .hyh-p-itempack {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .hyh-p-itempack {
        padding: 5px;
    }
}
.hyh-p-itempack .p-pic {
    border: 1px solid #fff;
}
.hyh-p-itempack .p-pic .imgw {
    padding-bottom: 66.27906977%;
}
.hyh-p-itempack .p-pic .imgw img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hyh-p-itempack .p-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .hyh-p-itempack .p-title {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hyh-p-itempack .p-title {
        font-size: 16px;
    }
}
.hyh-p-itempack .hyh-txt {
    display: -webkit-box;
    overflow: hidden;

    height: 88px;
    margin-top: 8px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
    .hyh-p-itempack .hyh-txt {
        height: 80px;
    }
}
.hyh-p-itempack .more-apply {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 24px;

    -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;
}
@media (max-width: 767px) {
    .hyh-p-itempack .more-apply {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hyh-p-itempack .more-apply .more,
.hyh-p-itempack .more-apply .apply {
    line-height: 26px;

    padding: 10px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #666;
    border: 1px solid #024c9a;
}
@media (max-width: 1470px) {
    .hyh-p-itempack .more-apply .more,
    .hyh-p-itempack .more-apply .apply {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .hyh-p-itempack .more-apply .more,
    .hyh-p-itempack .more-apply .apply {
        line-height: 20px;

        width: 100%;

        border-radius: 5px;
    }
}
.hyh-p-itempack .more-apply .more:hover,
.hyh-p-itempack .more-apply .apply:hover {
    text-decoration: underline;
}
.hyh-p-itempack .more-apply .more {
    width: 110px;

    color: #fff;
    border-radius: 15px 0 0 15px;
    background: #024c9a;
}
@media (max-width: 1470px) {
    .hyh-p-itempack .more-apply .more {
        width: 90px;
    }
}
@media (max-width: 1199px) {
    .hyh-p-itempack .more-apply .more {
        border-radius: 5px 0 0 5px;
    }
}
@media (max-width: 767px) {
    .hyh-p-itempack .more-apply .more {
        width: 100%;

        border-radius: 5px;
    }
}
.hyh-p-itempack .more-apply .apply {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);

    border-radius: 0 15px 15px 0;
}
@media (max-width: 1470px) {
    .hyh-p-itempack .more-apply .apply {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }
}
@media (max-width: 1199px) {
    .hyh-p-itempack .more-apply .apply {
        border-radius: 0 5px 5px 0;
    }
}
@media (max-width: 767px) {
    .hyh-p-itempack .more-apply .apply {
        width: 100%;

        border-radius: 5px;
    }
}
@media (min-width: 1200px) {
    .hyh-p-itempack:hover {
        background: rgba(217, 217, 217, .6);
    }
    .hyh-p-itempack:hover .p-pic {
        border-color: #024c9a;
    }
    .hyh-p-itempack:hover .p-pic .imgw img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .hyh-p-itempack:hover .more-apply .more,
    .hyh-p-itempack:hover .more-apply .apply {
        color: #fff;
        background-color: #024c9a;
    }
}
.i-products .t-index {
    text-align: center;
}
.i-products .products-menu {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .i-products .products-menu {
        margin-top: 20px;
    }
}
.i-products .products-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;

    -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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .i-products .products-menu ul {
        margin: 0 -5px;
    }
}
.i-products .products-menu ul li {
    margin-top: 10px;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .i-products .products-menu ul li {
        padding: 0 5px;
    }
}
.i-products .products-menu ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;

    display: block;

    min-width: 280px;
    padding: 15px 10px;

    text-align: center;

    color: #fff;
    border-radius: 15px;
    background-color: #024c9a;
}
@media (max-width: 1199px) {
    .i-products .products-menu ul li a {
        font-size: 18px;

        min-width: auto;
        padding: 10px 15px;

        border-radius: 5px;
    }
}
@media (max-width: 767px) {
    .i-products .products-menu ul li a {
        font-size: 16px;
    }
}
.i-products .products-menu ul li.active a {
    background: -webkit-linear-gradient(332deg, #046fb8 21.57%, #024c9a 72.91%);
    background: linear-gradient(118deg, #046fb8 21.57%, #024c9a 72.91%);
}
.i-products .products-list {
    margin-top: 20px;
}
.i-products .products-list>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .i-products .products-list>ul>li {
        margin-top: 20px;
    }
}
.i-products .hyh-more {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .i-products .hyh-more {
        margin-top: 30px;
    }
}
.i-products .hyh-more a {
    margin: 0 auto;
}
.i-about {
    background: -webkit-linear-gradient(271deg, rgba(255, 255, 255, 0) -35.39%, #f4f9ff -2.07%, #c5d5e8 97.88%);
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) -35.39%, #f4f9ff -2.07%, #c5d5e8 97.88%);
}
.i-about .about-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.i-about .about-left {
    width: 54%;
    padding-right: 5%;
}
@media (max-width: 991px) {
    .i-about .about-left {
        width: 100%;
        padding-right: 0;
    }
}
.i-about .about-left .hyh-txt {
    margin-top: 20px;
}
.i-about .about-left .hyh-txt h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}
@media (max-width: 991px) {
    .i-about .about-left .hyh-txt h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .i-about .about-left .hyh-txt h3 {
        font-size: 18px;
    }
}
.i-about .about-left .hyh-more {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .i-about .about-left .hyh-more {
        margin-top: 20px;
    }
}
.i-about .about-right {
    position: relative;

    width: 46%;
    height: 100%;
    margin-top: 30px;
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .i-about .about-right {
        width: 100%;
        padding-bottom: 50px;
    }
}
.i-about .about-right .img {
    position: relative;

    width: 80%;
    margin-left: 20%;
}
.i-about .about-right .img:before {
    position: absolute;
    top: 10px;
    right: -10px;

    display: block;

    width: 50%;
    height: 100%;

    content: '';

    border-radius: 20px 20px 20px 0;
    background-color: #024c9a;
}
@media (max-width: 1199px) {
    .i-about .about-right .img:before {
        border-radius: 10px;
    }
}
.i-about .about-right .img img {
    position: relative;
    z-index: 6;

    width: 100%;

    border-radius: 20px;
}
@media (max-width: 1199px) {
    .i-about .about-right .img img {
        border-radius: 10px;
    }
}
.i-about .about-right .bofang {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;

    width: 40%;
}
@media (max-width: 767px) {
    .i-about .about-right .bofang {
        width: 60%;
    }
}
.i-about .about-right .bofang:before {
    position: absolute;
    top: -10px;
    right: -10px;

    display: block;

    width: 50%;
    height: 50%;

    content: '';

    border-radius: 0 20px 0 0;
    background: rgba(255, 255, 255, .4);

    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.i-about .about-right .bofang img {
    position: relative;
    z-index: 6;

    width: 100%;

    border-radius: 20px;
}
@media (max-width: 1199px) {
    .i-about .about-right .bofang img {
        border-radius: 10px;
    }
}
.i-about .about-right .bofang .play {
    line-height: 68px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;

    width: 68px;
    height: 68px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(302deg, #046fb8 3.79%, #024c9a 66.01%);
    background-image: linear-gradient(148deg, #046fb8 3.79%, #024c9a 66.01%);
}
@media (max-width: 767px) {
    .i-about .about-right .bofang .play {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.i-about .about-right .bofang .play:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3.79%, #046fb8), color-stop(66.01%, #024c9a));
    background-image: -webkit-linear-gradient(top, #046fb8 3.79%, #024c9a 66.01%);
    background-image: linear-gradient(180deg, #046fb8 3.79%, #024c9a 66.01%);
}
.i-about .number {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .i-about .number {
        margin-top: 30px;
    }
}
.i-about .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -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) {
    .i-about .number ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.i-about .number ul li {
    max-width: 20%;
    margin-top: 30px;
}
@media (max-width: 991px) {
    .i-about .number ul li {
        width: 33.33333333%;
        max-width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .i-about .number ul li {
        width: 50%;
        max-width: 50%;
    }
}
.i-about .number .num-itempack {
    position: relative;
}
.i-about .number .num-itempack .icon {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -30px;

    width: 60px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 767px) {
    .i-about .number .num-itempack .icon {
        left: -20px;

        width: 40px;
    }
}
.i-about .number .num-itempack .icon img {
    width: 100%;
}
.i-about .number .num-itempack .num-box {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;

    position: relative;
    z-index: 4;

    color: #024c9a;
}
@media (max-width: 1560px) {
    .i-about .number .num-itempack .num-box {
        font-size: 62px;
    }
}
@media (max-width: 1400px) {
    .i-about .number .num-itempack .num-box {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .i-about .number .num-itempack .num-box {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .i-about .number .num-itempack .num-box {
        font-size: 30px;
    }
}
.i-about .number .num-itempack .num-box sub {
    font-size: 24px;
    font-weight: normal;

    bottom: 0;
}
@media (max-width: 1560px) {
    .i-about .number .num-itempack .num-box sub {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .i-about .number .num-itempack .num-box sub {
        font-size: 18px;
    }
}
.i-about .number .num-itempack p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    margin: 10px 0 0 0;
}
@media (max-width: 1560px) {
    .i-about .number .num-itempack p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .i-about .number .num-itempack p {
        font-size: 16px;
    }
}
.i-about .number .num-itempack:hover .icon {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.i-applications .applications {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .i-applications .applications {
        margin-top: 0;
    }
}
.i-applications .applications ul li {
    margin-top: 30px;
}
.i-applications .applications .a-itempack {
    position: relative;

    overflow: hidden;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.i-applications .applications .a-itempack .img .imgw {
    padding-bottom: 66.66666667%;
}
.i-applications .applications .a-itempack .img .imgw img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.i-applications .applications .a-itempack .a-mask {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;
    padding: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    opacity: 0;
    color: #fff;
    background-color: rgba(2, 76, 154, .8);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .i-applications .applications .a-itempack .a-mask {
        position: relative;

        padding: 10px 0;

        opacity: 1;
        color: #000;
        background: none;
    }
}
.i-applications .applications .a-itempack .a-mask .icon {
    width: 80px;
    height: 80px;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .i-applications .applications .a-itempack .a-mask .icon {
        width: 50px;
        height: 50px;

        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.i-applications .applications .a-itempack .a-mask .icon img {
    width: 100%;
}
.i-applications .applications .a-itempack .a-mask p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

    margin: 20px 0 0 0;
}
@media (max-width: 1199px) {
    .i-applications .applications .a-itempack .a-mask p {
        font-size: 20px;

        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .i-applications .applications .a-itempack .a-mask p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .i-applications .applications .a-itempack .a-mask p {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .i-applications .applications .a-itempack:hover {
        border-radius: 20px;
    }
    .i-applications .applications .a-itempack:hover .img .imgw img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .i-applications .applications .a-itempack:hover .a-mask {
        opacity: 1;
    }
}
.i-certificate {
    background: url(../imgs/certificate_bg.webp) no-repeat center;
    background-size: cover;
}
.i-certificate .t-index {
    text-align: center;
}
.i-certificate .certificate {
    position: relative;

    margin-top: 40px;
}
.i-certificate .certificate .swiper {
    overflow: visible;

    width: 360px;
    margin: 0 auto;
}
@media (max-width: 1560px) {
    .i-certificate .certificate .swiper {
        width: 300px;
    }
}
@media (max-width: 1400px) {
    .i-certificate .certificate .swiper {
        width: 240px;
    }
}
@media (max-width: 991px) {
    .i-certificate .certificate .swiper {
        width: 180px;
    }
}
@media (max-width: 767px) {
    .i-certificate .certificate .swiper {
        width: 160px;
    }
}
.i-certificate .certificate .swiper-slide-prev {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.i-certificate .certificate .swiper-slide-next {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.i-certificate .certificate .c-itempack {
    cursor: pointer;
    text-align: center;
}
.i-certificate .certificate .c-itempack .imgw {
    padding-bottom: 138.70967742%;
}
.i-certificate .certificate .c-itempack .imgw img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.i-certificate .certificate .c-itempack .title-certificate {
    font-size: 24px;
    font-weight: 600;

    margin: 20px 0 0 0;

    opacity: 0;
}
@media (max-width: 1560px) {
    .i-certificate .certificate .c-itempack .title-certificate {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .i-certificate .certificate .c-itempack .title-certificate {
        font-size: 18px;
    }
}
.i-certificate .certificate .c-itempack:hover .imgw img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.i-certificate .certificate .slick-arrow {
    top: 45%;
    left: -7%;

    background-color: #fff;
}
@media (max-width: 1560px) {
    .i-certificate .certificate .slick-arrow {
        left: -4%;
    }
}
@media (max-width: 1400px) {
    .i-certificate .certificate .slick-arrow {
        left: 0;
    }
}
.i-certificate .certificate .slick-arrow.slick-next {
    right: -7%;
    left: auto;
}
@media (max-width: 1560px) {
    .i-certificate .certificate .slick-arrow.slick-next {
        right: -4%;
    }
}
@media (max-width: 1400px) {
    .i-certificate .certificate .slick-arrow.slick-next {
        right: 0;
    }
}
.i-certificate .certificate .slick-arrow:hover {
    border-color: #024c9a;
    background-color: #024c9a;
}
.i-certificate .certificate .swiper-slide-active .title-certificate {
    opacity: 1;
}
.i-certificate .certificate .swiper-certificate-title {
    overflow: hidden;

    width: 100%;
    max-width: 330px;
    margin: 0 auto;

    text-align: center;
}
.i-certificate .certificate .swiper-certificate-title .swiper-slide {
    background-color: #fff;
}
.i-certificate .certificate .swiper-certificate-title .note {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.i-certificate .certificate .swiper-certificate-title .note h3 {
    font-size: 22px;
    line-height: 30px;

    margin-top: 30px;

    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .i-certificate .certificate .swiper-certificate-title .note h3 {
        font-size: 18px;

        margin-top: 20px;
    }
}
.i-certificate .certificate .swiper-certificate-title .note p {
    font-size: 15px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .i-certificate .certificate .swiper-certificate-title .note p {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.i-news .news {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .i-news .news {
        margin-top: 30px;
    }
}
.i-news .news .news-itempack {
    display: block;
    overflow: hidden;

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

    border-radius: 20px;
    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .i-news .news .news-itempack {
        border-radius: 10px;
    }
}
.i-news .news .news-itempack .news-img {
    overflow: hidden;

    border-radius: 20px 20px 0 0;
}
@media (max-width: 1199px) {
    .i-news .news .news-itempack .news-img {
        border-radius: 10px 10px 0 0;
    }
}
.i-news .news .news-itempack .imgw {
    padding-bottom: 66.27906977%;
}
.i-news .news .news-itempack .imgw img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.i-news .news .news-itempack .desc {
    padding: 30px;
}
@media (max-width: 991px) {
    .i-news .news .news-itempack .desc {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .i-news .news .news-itempack .desc {
        padding: 20px 14px;
    }
}
.i-news .news .news-itempack .date {
    font-weight: 600;
    line-height: 1.5;

    color: #024c9a;
}
.i-news .news .news-itempack .title-news {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .i-news .news .news-itempack .title-news {
        font-size: 18px;

        margin-top: 10px;
    }
}
.i-news .news .news-itempack .hyh-txt {
    display: -webkit-box;
    overflow: hidden;

    height: 52px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (min-width: 1200px) {
    .i-news .news .news-itempack:hover {
        color: #fff;
        background-color: #024c9a;
    }
    .i-news .news .news-itempack:hover .imgw img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .i-news .news .news-itempack:hover .hyh-txt p {
        color: #fff;
    }
    .i-news .news .news-itempack:hover .date {
        color: #fff;
    }
}
.i-news .news-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .i-news .news-button {
        margin-top: 30px;
    }
}
.i-news .news-button .news-scrollbar {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    height: 6px;

    border-radius: 10px;
    background-color: #d9d9d9;
}
.i-news .news-button .news-scrollbar .swiper-scrollbar-drag {
    background-color: #024c9a;
}
.i-news .news-button .news-right-button {
    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;
}
.i-news .news-button .slick-arrow {
    position: relative;
    top: 0;
    right: 0;
    left: 0;

    margin-left: 10px;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer-box {
    font-size: 18px;
    line-height: 1.44444444;

    overflow: hidden;

    color: #666;
    background: url(../imgs/footer_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .footer-box {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .footer-box {
        font-size: 14px;
    }
}
.footer-box .foot-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 60px 0;

    -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: 767px) {
    .footer-box .foot-flex {
        padding: 30px 0;
    }
}
.footer-box .foot-flex>li {
    width: 46%;
}
@media (max-width: 767px) {
    .footer-box .foot-flex>li {
        width: 100%;
    }
}
.footer-box .t-foot {
    position: relative;

    margin-top: 20px;
}
.footer-box .t-foot h3 {
    font-family: 'Akzidenz-Grotesk BQ Extra Conde';
    font-size: 32px;
    font-weight: bold;

    color: #024c9a;
}
@media (max-width: 1560px) {
    .footer-box .t-foot h3 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .footer-box .t-foot h3 {
        font-size: 24px;
    }
}
.footer-box .foot-text {
    margin-top: 20px;
}
.footer-box .foot-text .f-txt {
    line-height: 30px;

    position: relative;

    margin-top: 14px;
    padding-left: 44px;
}
.footer-box .foot-text .f-txt .iconfont {
    font-size: 26px;

    position: absolute;
    top: 0;
    left: 0;

    color: #024c9a;
}
.footer-box .foot-text p {
    margin: 0;
}
.footer-box .foot-text p a:hover {
    text-decoration: underline;

    color: #024c9a;
}
.footer-box .foot-logo img {
    height: 70px;
}
@media (max-width: 991px) {
    .footer-box .foot-logo img {
        height: 50px;
    }
}
@media (max-width: 767px) {
    .footer-box .foot-logo img {
        height: 40px;
    }
}
.footer-box .copyright-share {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .footer-box .copyright-share {
        width: 100%;
    }
}
.footer-box .copyright-share ul {
    margin: 0 -10px;
}
@media (max-width: 767px) {
    .footer-box .copyright-share ul {
        margin: 0 -5px;

        text-align: center;
    }
}
.footer-box .copyright-share ul li {
    display: inline-block;

    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .footer-box .copyright-share ul li {
        padding: 0 5px;
    }
}
.footer-box .copyright-share ul li a {
    position: relative;

    display: block;

    color: #666;
}
.footer-box .copyright-share ul li a .icon {
    font-size: 24px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
    background-color: rgba(217, 217, 217, .8);
}
@media (max-width: 991px) {
    .footer-box .copyright-share ul li a .icon {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.footer-box .copyright-share ul li a:hover {
    color: #fff;
}
.footer-box .copyright-share ul li a:hover .icon {
    background-color: #024c9a;
}
.footer-box .hyh-form {
    width: 100%;
}
@media (max-width: 767px) {
    .footer-box .hyh-form {
        margin-top: 20px;
    }
}
.footer-box .copyright {
    font-size: 16px;
    line-height: 36px;

    padding: 20px 0;

    color: #999;
    border-top: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
    .footer-box .copyright {
        font-size: 14px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .footer-box .copyright {
        line-height: 24px;

        padding: 10px 0;
    }
}
.footer-box .copyright .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-box .copyright .copyright-right {
    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) {
    .footer-box .copyright .copyright-right {
        width: 100%;
        margin-top: 10px;
    }
}
.footer-box .copyright p {
    margin: 0;
}
.footer-box .copyright p a:hover {
    text-decoration: underline;

    color: #024c9a;
}
.footer-box .copyright .sitemap {
    line-height: 30px;

    margin-left: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer-box .copyright .sitemap:hover {
    text-decoration: underline;
}
.online-message {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: -400px;

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

    width: 400px;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .online-message {
        right: -300px;

        width: 300px;
    }
}
.online-message .title-online {
    position: relative;

    padding: 20px;

    text-align: center;

    color: #fff;
    background-color: #002260;
}
.online-message .title-online h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;

    text-transform: capitalize;
}
.online-message .title-online .message-close {
    font-weight: bold;
    line-height: 40px;

    position: absolute;
    top: 10px;
    right: 10px;

    width: 40px;
    height: 40px;

    cursor: pointer;
    text-align: center;

    color: #002260;
    border-radius: 50%;
    background-color: #fff;
}
.online-message .message {
    padding: 30px;
}
@media (max-width: 767px) {
    .online-message .message {
        padding: 20px 14px;
    }
}
.online-message .title-message h3 {
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px) {
    .online-message .title-message h3 {
        font-size: 20px;
    }
}
.online-message .title-message p {
    font-size: 12px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.online-message .col-xs-12 {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .online-message .col-xs-12 {
        margin-top: 10px;
    }
}
.online-message span {
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #666;
}
@media (max-width: 767px) {
    .online-message span {
        font-size: 14px;
        line-height: 24px;
    }
}
.online-message input,
.online-message textarea {
    font-size: 14px;
    line-height: 24px;

    width: 100%;
    padding: 10px 20px;

    resize: vertical;

    border: 1px solid #ccc;
    outline: none;
}
@media (max-width: 991px) {
    .online-message input,
    .online-message textarea {
        padding: 10px 15px;
    }
}
@media (max-width: 767px) {
    .online-message input,
    .online-message textarea {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.online-message input::-webkit-input-placeholder,
.online-message textarea::-webkit-input-placeholder {
    color: #999;
}
.online-message input:-o-placeholder,
.online-message textarea:-o-placeholder {
    color: #999;
}
.online-message input::-moz-placeholder,
.online-message textarea::-moz-placeholder {
    color: #999;
}
.online-message input:-ms-input-placeholder,
.online-message textarea:-ms-input-placeholder {
    color: #999;
}
.online-message input:focus::-webkit-input-placeholder,
.online-message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.online-message input:focus::-o-placeholder,
.online-message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.online-message input:focus::-moz-placeholder,
.online-message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.online-message input:focus::-ms-input-placeholder,
.online-message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.online-message .send {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    text-align: center;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .online-message .send {
        margin-top: 20px;
    }
}
.online-message .submit,
.online-message .reset {
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    width: 45%;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;

    border: 1px solid #999;
    border-radius: 0;
    outline: none;
    background-color: #fff;
}
@media (max-width: 767px) {
    .online-message .submit,
    .online-message .reset {
        font-size: 14px;
        line-height: 40px;

        width: 150px;
    }
}
.online-message .submit:hover,
.online-message .reset:hover {
    text-decoration: underline;

    color: #fff;
    background-color: #024c9a;
}
.online-message .reset {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .online-message .reset {
        margin-right: 10px;
    }
}
.online-message .submit {
    color: #fff;
    background-color: #1a1a1a;
}
.online-message.active {
    right: 0;
}
.inpage {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .inpage {
        padding: 40px 0;
    }
}
.t-inpage h2 {
    font-family: 'Akzidenz-Grotesk BQ Extra Conde';
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    color: #024c9a;
}
@media (max-width: 1560px) {
    .t-inpage h2 {
        font-size: 40px;
    }
}
@media (max-width: 1470px) {
    .t-inpage h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .t-inpage h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .t-inpage h2 {
        font-size: 24px;
    }
}
.t-inpage p {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 767px) {
    .t-inpage p {
        font-size: 14px;
    }
}
.t-inpage-line h2 {
    padding-bottom: 20px;

    border-bottom: 1px solid rgba(217, 217, 217, .4);
}
.pad-top-240 {
    padding-top: 240px;
}
@media (max-width: 1199px) {
    .pad-top-240 {
        padding-top: 130px;
    }
}
@media (max-width: 767px) {
    .pad-top-240 {
        padding-top: 90px;
    }
}
.hyh-location .location>ul>li {
    display: inline-block;

    vertical-align: top;
}
.hyh-location .location>ul>li:after {
    display: inline-block;

    content: '/';
    vertical-align: middle;
}
.hyh-location .location>ul>li>a {
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .hyh-location .location>ul>li>a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .hyh-location .location>ul>li>a {
        font-size: 14px;
    }
}
.hyh-location .location>ul>li:last-child:after {
    display: none;
}
.hyh-location .location>ul>li:hover>a {
    color: #024c9a;
}
.inpage-l {
    position: relative;
    left: 320px;

    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    padding-left: 5%;
}
@media (max-width: 991px) {
    .inpage-l {
        left: 0;

        width: 100%;
        padding-left: 0;
    }
}
.inpage-r {
    position: relative;
    right: -webkit-calc(100% - 320px);
    right: calc(100% - 320px);

    width: 320px;
}
@media (max-width: 991px) {
    .inpage-r {
        right: 0;

        width: 100%;
        margin-top: 30px;
    }
}
.inpage-r .detail-search,
.inpage-r .detail-posts,
.inpage-r .inpage-form {
    position: relative;

    margin-bottom: 30px;

    border: 1px solid #ededed;
    background: #fff;
}
@media (max-width: 1560px) {
    .inpage-r .detail-search,
    .inpage-r .detail-posts,
    .inpage-r .inpage-form {
        margin-bottom: 40px;
    }
}
.inpage-r .t-inpage-r {
    padding: 12px 20px;

    border: 1px solid #ededed;
    border-left: 3px solid #024c9a;
    background: #f5f5f5;
}
.inpage-r .t-inpage-r h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .inpage-r .t-inpage-r h3 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .inpage-r .t-inpage-r h3 {
        font-size: 20px;
    }
}
.inpage-r .detail-search form {
    position: relative;

    overflow: hidden;

    padding-right: 50px;

    border-left: 3px solid #024c9a;
    background: #fff;
}
@media (max-width: 767px) {
    .inpage-r .detail-search form {
        margin-top: 20px;
    }
}
.inpage-r .detail-search form input {
    line-height: 60px;

    width: 100%;
    height: 60px;
    padding: 0 20px;

    border: none;
    outline: none;
}
@media (max-width: 767px) {
    .inpage-r .detail-search form input {
        line-height: 50px;

        height: 50px;
    }
}
.inpage-r .detail-search form input::-webkit-input-placeholder,
.inpage-r .detail-search form textarea::-webkit-input-placeholder {
    color: #838383;
}
.inpage-r .detail-search form input:-o-placeholder,
.inpage-r .detail-search form textarea:-o-placeholder {
    color: #838383;
}
.inpage-r .detail-search form input::-moz-placeholder,
.inpage-r .detail-search form textarea::-moz-placeholder {
    color: #838383;
}
.inpage-r .detail-search form input:-ms-input-placeholder,
.inpage-r .detail-search form textarea:-ms-input-placeholder {
    color: #838383;
}
.inpage-r .detail-search form input:focus::-webkit-input-placeholder,
.inpage-r .detail-search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.inpage-r .detail-search form input:focus::-o-placeholder,
.inpage-r .detail-search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.inpage-r .detail-search form input:focus::-moz-placeholder,
.inpage-r .detail-search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.inpage-r .detail-search form input:focus::-ms-input-placeholder,
.inpage-r .detail-search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.inpage-r .detail-search form .send {
    line-height: 60px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 50px;
    height: 60px;
    padding: 0;

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

    border: none;
    background: none;
}
@media (max-width: 767px) {
    .inpage-r .detail-search form .send {
        line-height: 50px;

        height: 50px;
    }
}
.inpage-r .detail-search form .send .icon {
    font-size: 20px;
}
.inpage-r .detail-search form .send:hover {
    color: #024c9a;
}
.inpage-r .detail-posts .posts-list {
    padding: 20px;
}
@media (max-width: 991px) {
    .inpage-r .detail-posts .posts-list {
        padding: 10px;
    }
}
.inpage-r .detail-posts .posts-list ul li {
    padding: 20px 0;

    border-bottom: 1px solid #eee;
}
.inpage-r .detail-posts .posts-list ul li:last-child {
    border: none;
}
.inpage-r .detail-posts .posts-list .posts-itempack {
    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;
}
.inpage-r .detail-posts .posts-list .posts-itempack .img {
    overflow: hidden;

    width: 80px;
    height: 100%;

    border-radius: 10px;
}
.inpage-r .detail-posts .posts-list .posts-itempack .img .imgw {
    padding-bottom: 95%;
}
.inpage-r .detail-posts .posts-list .posts-itempack .img .imgw img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inpage-r .detail-posts .posts-list .posts-itempack .txt {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-left: 14px;
}
.inpage-r .detail-posts .posts-list .posts-itempack .txt p {
    font-size: 14px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 40px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inpage-r .detail-posts .posts-list .posts-itempack .txt .date {
    font-size: 12px;
    line-height: 30px;

    display: block;

    color: #707070;
}
.inpage-r .detail-posts .posts-list .posts-itempack .txt .date:before {
    display: inline-block;

    width: 25px;
    height: 1px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: #acacac;
}
.inpage-r .detail-posts .posts-list .posts-itempack:hover .img .imgw img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inpage-r .detail-posts .posts-list .posts-itempack:hover .txt p {
    color: #024c9a;
}
.inpage-r .detail-posts .posts-list1 {
    padding: 20px;
}
@media (max-width: 991px) {
    .inpage-r .detail-posts .posts-list1 {
        padding: 10px;
    }
}
.inpage-r .detail-posts .posts-list1 ul li {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .inpage-r .detail-posts .posts-list1 ul li {
        display: inline-block;

        margin-top: 10px;
        margin-right: 10px;

        vertical-align: top;
    }
}
.inpage-r .detail-posts .posts-list1 a {
    font-size: 18px;
    line-height: 24px;

    position: relative;

    display: block;

    padding-left: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .inpage-r .detail-posts .posts-list1 a {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .inpage-r .detail-posts .posts-list1 a {
        font-size: 16px;
    }
}
.inpage-r .detail-posts .posts-list1 a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\eec1';

    color: #024c9a;
}
.inpage-r .detail-posts .posts-list1 a:hover {
    color: #024c9a;
}
.inpage-r .inpage-form form {
    padding: 20px;
}
.inpage-r .inpage-form form input,
.inpage-r .inpage-form form textarea {
    line-height: 24px;

    width: 100%;
    margin-top: 16px;
    padding: 5px 10px;

    resize: vertical;

    border: 1px solid #eee;
    outline: none;
}
.inpage-r .inpage-form form input::-webkit-input-placeholder,
.inpage-r .inpage-form form textarea::-webkit-input-placeholder {
    color: #999;
}
.inpage-r .inpage-form form input:-o-placeholder,
.inpage-r .inpage-form form textarea:-o-placeholder {
    color: #999;
}
.inpage-r .inpage-form form input::-moz-placeholder,
.inpage-r .inpage-form form textarea::-moz-placeholder {
    color: #999;
}
.inpage-r .inpage-form form input:-ms-input-placeholder,
.inpage-r .inpage-form form textarea:-ms-input-placeholder {
    color: #999;
}
.inpage-r .inpage-form form input:focus::-webkit-input-placeholder,
.inpage-r .inpage-form form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.inpage-r .inpage-form form input:focus::-o-placeholder,
.inpage-r .inpage-form form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.inpage-r .inpage-form form input:focus::-moz-placeholder,
.inpage-r .inpage-form form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.inpage-r .inpage-form form input:focus::-ms-input-placeholder,
.inpage-r .inpage-form form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.inpage-r .inpage-form form .send {
    font-size: 18px;
    line-height: 36px;

    width: 100%;
    height: 36px;
    margin-top: 10px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    background-color: #024c9a;
}
.inpage-r .inpage-form form .send:hover {
    background-color: #002260;
}
.inpage-about {
    background: url(../imgs/about_bg.png) no-repeat bottom left;
}
@media (max-width: 767px) {
    .inpage-about {
        background-size: 100% auto;
    }
}
.inpage-about .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-about .about-l {
    width: 37%;
    padding-right: 3%;
}
@media (max-width: 991px) {
    .inpage-about .about-l {
        width: 100%;
        padding-right: 0;
    }
}
.inpage-about .about-l .t-index h2 {
    max-width: 300px;
}
.inpage-about .about-r {
    width: 63%;
    height: 100%;
}
@media (max-width: 991px) {
    .inpage-about .about-r {
        width: 100%;
        margin-top: 20px;
    }
}
.inpage-number {
    background: -webkit-linear-gradient(271deg, rgba(255, 255, 255, 0) -35.39%, #f4f9ff -2.07%, #c5d5e8 97.88%);
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) -35.39%, #f4f9ff -2.07%, #c5d5e8 97.88%);
}
.inpage-number .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -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) {
    .inpage-number .number ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.inpage-number .number ul li {
    max-width: 20%;
    margin: 20px 0;
    padding: 0 10px;
}
@media (max-width: 991px) {
    .inpage-number .number ul li {
        width: 33.33333333%;
        max-width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .inpage-number .number ul li {
        width: 50%;
        max-width: 50%;
    }
}
.inpage-number .number .num-itempack {
    position: relative;
}
.inpage-number .number .num-itempack .icon {
    display: inline-block;
}
.inpage-number .number .num-itempack .icon .iconfont {
    font-size: 30px;
    line-height: 1;

    color: #666;
}
.inpage-number .number .num-itempack .num-box {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;

    position: relative;
    z-index: 4;

    padding: 10px 0;

    color: #024c9a;
    border-bottom: 1px solid rgba(102, 102, 102, .4);
}
@media (max-width: 1560px) {
    .inpage-number .number .num-itempack .num-box {
        font-size: 62px;
    }
}
@media (max-width: 1400px) {
    .inpage-number .number .num-itempack .num-box {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .inpage-number .number .num-itempack .num-box {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .inpage-number .number .num-itempack .num-box {
        font-size: 30px;
    }
}
.inpage-number .number .num-itempack .num-box sub {
    font-size: 24px;
    font-weight: normal;

    bottom: 0;
}
@media (max-width: 1560px) {
    .inpage-number .number .num-itempack .num-box sub {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .inpage-number .number .num-itempack .num-box sub {
        font-size: 18px;
    }
}
.inpage-number .number .num-itempack p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    margin: 20px 0 0 0;
}
@media (max-width: 1560px) {
    .inpage-number .number .num-itempack p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .inpage-number .number .num-itempack p {
        font-size: 16px;
    }
}
.inpage-number .number .num-itempack:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.inpage-number .video-box {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .inpage-number .video-box {
        margin-top: 0;
    }
}
.inpage-number .video-box>ul>li {
    margin-top: 30px;
}
.inpage-number .video-box .v-itempack {
    position: relative;

    overflow: hidden;

    border-radius: 20px;
}
@media (max-width: 1199px) {
    .inpage-number .video-box .v-itempack {
        border-radius: 10px;
    }
}
.inpage-number .video-box .v-itempack .imgw {
    padding-bottom: 64.70588235%;
}
.inpage-number .video-box .v-itempack .play {
    line-height: 68px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;

    width: 68px;
    height: 68px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(302deg, #046fb8 3.79%, #024c9a 66.01%);
    background-image: linear-gradient(148deg, #046fb8 3.79%, #024c9a 66.01%);
}
@media (max-width: 767px) {
    .inpage-number .video-box .v-itempack .play {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.inpage-number .video-box .v-itempack .play:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3.79%, #046fb8), color-stop(66.01%, #024c9a));
    background-image: -webkit-linear-gradient(top, #046fb8 3.79%, #024c9a 66.01%);
    background-image: linear-gradient(180deg, #046fb8 3.79%, #024c9a 66.01%);
}
.inpage-factory .factory>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .inpage-factory .factory>ul>li {
        margin-top: 20px;
    }
}
.inpage-factory .factory .f-itempack {
    cursor: pointer;
}
.inpage-factory .factory .f-itempack .imgw {
    padding-bottom: 66.66666667%;
}
.inpage-factory .factory .f-itempack .imgw img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 1200px) {
    .inpage-factory .factory .f-itempack:hover .imgw img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.inpage-culture {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inpage-culture .culture {
    max-width: 50%;
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .inpage-culture .culture {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .inpage-culture .culture {
        max-width: 100%;
    }
}
.inpage-culture .culture h3 {
    font-size: 24px;
    font-weight: 600;

    color: #024c9a;
}
@media (max-width: 1199px) {
    .inpage-culture .culture h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .inpage-culture .culture h3 {
        font-size: 18px;
    }
}
.inpage-choose .t-index {
    text-align: center;
}
.inpage-choose .choose>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .inpage-choose .choose>ul>li {
        margin-top: 20px;
    }
}
.inpage-choose .choose .c-itempack {
    height: 100%;
    padding: 40px;

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

    border: 2px solid #024c9a;
    border-radius: 15px;
}
@media (max-width: 1560px) {
    .inpage-choose .choose .c-itempack {
        padding: 20px;
    }
}
@media (max-width: 1199px) {
    .inpage-choose .choose .c-itempack {
        border-radius: 5px;
    }
}
.inpage-choose .choose .c-itempack .title-choose {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;

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

    margin: 0;

    color: #024c9a;
}
@media (max-width: 1560px) {
    .inpage-choose .choose .c-itempack .title-choose {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .inpage-choose .choose .c-itempack .title-choose {
        font-size: 18px;
    }
}
.inpage-choose .choose .c-itempack .title-choose .iconfont {
    font-size: 30px;
    font-weight: normal;

    margin-right: 10px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.inpage-choose .choose .c-itempack .hyh-txt {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .inpage-choose .choose .c-itempack:hover {
        color: #fff;
        background-color: #024c9a;
    }
    .inpage-choose .choose .c-itempack:hover .title-choose {
        color: #fff;
    }
    .inpage-choose .choose .c-itempack:hover .hyh-txt p {
        color: #fff;
    }
}
.inpage-honor {
    background: -webkit-linear-gradient(271deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, #c5d5e8 97.88%);
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, #c5d5e8 97.88%);
}
.inpage-honor .t-index {
    text-align: center;
}
.inpage-honor .honor {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .inpage-honor .honor {
        margin-top: 30px;
    }
}
.inpage-honor .honor .h-itempack {
    cursor: pointer;
    text-align: center;
}
.inpage-honor .honor .h-itempack .img {
    padding: 60px 40px;

    border: 2px solid rgba(2, 76, 154, .3);
    border-radius: 15px;
    background: rgba(197, 213, 232, .4);
}
@media (max-width: 1560px) {
    .inpage-honor .honor .h-itempack .img {
        padding: 30px 20px;
    }
}
@media (max-width: 1199px) {
    .inpage-honor .honor .h-itempack .img {
        padding: 20px 15px;
    }
}
@media (max-width: 767px) {
    .inpage-honor .honor .h-itempack .img {
        padding: 10px;
    }
}
.inpage-honor .honor .h-itempack .img .imgw {
    padding-bottom: 138.70967742%;
}
.inpage-honor .honor .h-itempack .img .imgw img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inpage-honor .honor .h-itempack .title-honor {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;

    margin: 20px 0 0 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .inpage-honor .honor .h-itempack .title-honor {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .inpage-honor .honor .h-itempack .title-honor {
        font-size: 16px;

        margin-top: 10px;
    }
}
.inpage-honor .honor .h-itempack .title-honor span {
    display: block;
}
@media (min-width: 1200px) {
    .inpage-honor .honor .h-itempack:hover .img .imgw img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .inpage-honor .honor .h-itempack:hover .title-honor {
        color: #024c9a;
    }
}
.inpage-partner .t-index {
    text-align: center;
}
.inpage-partner .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.inpage-partner .partner {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .inpage-partner .partner {
        margin-top: 30px;
    }
}
.inpage-partner .partner .p-itempack {
    overflow: hidden;

    border: 2px solid #d9d9d9;
    border-radius: 15px;
    background: #fff;
}
@media (max-width: 1199px) {
    .inpage-partner .partner .p-itempack {
        border-radius: 5px;
    }
}
.inpage-partner .partner .p-itempack .imgw {
    padding-bottom: 50%;
}
.inpage-partner .partner-right {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .inpage-partner .partner-right {
        margin-top: 20px;
    }
}
.inpage-partner .partner-right .swiper-partner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.inpage-partner .partner-right .swiper-partner .swiper-slide {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.hyh-menu {
    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) {
    .hyh-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .hyh-menu .menu {
        width: 100%;
    }
}
.hyh-menu .menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hyh-menu .menu ul li {
    padding: 0 10px;
}
@media (max-width: 991px) {
    .hyh-menu .menu ul li {
        margin: 5px 0;
    }
}
.hyh-menu .menu ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;

    display: block;

    min-width: 190px;
    padding: 15px 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #024c9a;
    border: 1px solid #024c9a;
    border-radius: 15px;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .hyh-menu .menu ul li a {
        border-radius: 5px;
    }
}
@media (max-width: 991px) {
    .hyh-menu .menu ul li a {
        font-size: 16px;
        line-height: 24px;

        min-width: auto;
        padding: 10px 15px;
    }
}
.hyh-menu .menu ul li.active a,
.hyh-menu .menu ul li:hover a {
    color: #fff;
    background-color: #024c9a;
}
.hyh-menu .search {
    width: 450px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1470px) {
    .hyh-menu .search {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .hyh-menu .search {
        width: 100%;
        margin-top: 20px;
    }
}
.hyh-menu .search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    border: 2px solid #d9d9d9;
    border-radius: 15px;
    background: #fff;
}
@media (max-width: 1199px) {
    .hyh-menu .search form {
        border-radius: 5px;
    }
}
.hyh-menu .search form input {
    font-size: 18px;
    font-weight: 500;
    line-height: 54px;

    width: 100%;
    padding: 0 30px;

    border: none;
    border-radius: 100px;
    outline: none;
}
@media (max-width: 1470px) {
    .hyh-menu .search form input {
        font-size: 16px;
        line-height: 40px;

        padding: 0 20px;
    }
}
.hyh-menu .search form input::-webkit-input-placeholder,
.hyh-menu .search form textarea::-webkit-input-placeholder {
    color: rgba(102, 102, 102, .5);
}
.hyh-menu .search form input:-o-placeholder,
.hyh-menu .search form textarea:-o-placeholder {
    color: rgba(102, 102, 102, .5);
}
.hyh-menu .search form input::-moz-placeholder,
.hyh-menu .search form textarea::-moz-placeholder {
    color: rgba(102, 102, 102, .5);
}
.hyh-menu .search form input:-ms-input-placeholder,
.hyh-menu .search form textarea:-ms-input-placeholder {
    color: rgba(102, 102, 102, .5);
}
.hyh-menu .search form input:focus::-webkit-input-placeholder,
.hyh-menu .search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.hyh-menu .search form input:focus::-o-placeholder,
.hyh-menu .search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.hyh-menu .search form input:focus::-moz-placeholder,
.hyh-menu .search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.hyh-menu .search form input:focus::-ms-input-placeholder,
.hyh-menu .search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.hyh-menu .search form .send {
    width: 80px;
    height: 54px;

    color: #fff;
    border: none;
    outline: none;
    background-color: #024c9a;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .hyh-menu .search form .send {
        width: 40px;
        height: 40px;
    }
}
.hyh-menu .search form .send .iconfont {
    font-size: 24px;
}
.inpage-news .news {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .inpage-news .news {
        margin-top: 30px;
    }
}
.inpage-news .news>ul>li {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .inpage-news .news>ul>li {
        margin-top: 20px;
    }
}
.inpage-news .news .news-itempack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px;

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

    border: 2px solid #f5f5f5;
    background: #f5f5f5;

    -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) {
    .inpage-news .news .news-itempack {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .inpage-news .news .news-itempack {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;

        padding: 10px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.inpage-news .news .news-itempack .news-img {
    overflow: hidden;

    width: 430px;

    border-radius: 15px;
}
@media (max-width: 1560px) {
    .inpage-news .news .news-itempack .news-img {
        width: 380px;
    }
}
@media (max-width: 1199px) {
    .inpage-news .news .news-itempack .news-img {
        width: 250px;

        border-radius: 5px;
    }
}
@media (max-width: 767px) {
    .inpage-news .news .news-itempack .news-img {
        width: 100%;

        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
.inpage-news .news .news-itempack .imgw {
    padding-bottom: 66.27906977%;
}
.inpage-news .news .news-itempack .imgw img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inpage-news .news .news-itempack .news-txt {
    width: -webkit-calc(100% - 590px);
    width: calc(100% - 590px);
    padding: 20px 5%;
}
@media (max-width: 1560px) {
    .inpage-news .news .news-itempack .news-txt {
        width: -webkit-calc(100% - 540px);
        width: calc(100% - 540px);
    }
}
@media (max-width: 1199px) {
    .inpage-news .news .news-itempack .news-txt {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
        padding: 0 3%;
    }
}
@media (max-width: 767px) {
    .inpage-news .news .news-itempack .news-txt {
        width: 100%;
        padding: 0;

        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}
.inpage-news .news .news-itempack .title-news {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin-top: 10px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .inpage-news .news .news-itempack .title-news {
        font-size: 18px;
    }
}
.inpage-news .news .news-itempack .hyh-txt {
    display: -webkit-box;
    overflow: hidden;

    height: 78px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.inpage-news .news .news-itempack .hyh-txt p {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.inpage-news .news .news-itempack .date {
    width: 160px;
}
@media (max-width: 1560px) {
    .inpage-news .news .news-itempack .date {
        width: 100px;
    }
}
@media (max-width: 767px) {
    .inpage-news .news .news-itempack .date {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        margin-top: 10px;

        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.inpage-news .news .news-itempack .date b {
    font-size: 72px;
    font-weight: 600;
    line-height: 1;

    display: block;

    color: #666;
}
@media (max-width: 1560px) {
    .inpage-news .news .news-itempack .date b {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .inpage-news .news .news-itempack .date b {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .inpage-news .news .news-itempack .date b {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .inpage-news .news .news-itempack .date b {
        font-size: 30px;

        margin-right: 10px;
    }
}
.inpage-news .news .news-itempack .date span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;

    color: #666;
}
@media (max-width: 991px) {
    .inpage-news .news .news-itempack .date span {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .inpage-news .news .news-itempack:hover {
        background-color: #fff;
        box-shadow: 0 0 20px 0 rgba(2, 76, 154, .4);
    }
    .inpage-news .news .news-itempack:hover .imgw img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .inpage-news .news .news-itempack:hover .title-news {
        color: #024c9a;
    }
    .inpage-news .news .news-itempack:hover .date b,
    .inpage-news .news .news-itempack:hover .date span {
        color: #024c9a;
    }
}
.inpage-faqs .faqs>ul>li {
    margin-top: 40px;
}
.inpage-faqs .faqs .faqs-itempack {
    padding: 30px 5%;

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

    border: 2px solid #f5f5f5;
    background: #f5f5f5;
}
@media (max-width: 767px) {
    .inpage-faqs .faqs .faqs-itempack {
        padding: 20px 0;
    }
}
.inpage-faqs .faqs .faqs-itempack .title-faqs {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;

    position: relative;

    padding: 30px 150px 30px 100px;
}
@media (max-width: 1560px) {
    .inpage-faqs .faqs .faqs-itempack .title-faqs {
        padding-left: 80px;
    }
}
@media (max-width: 1400px) {
    .inpage-faqs .faqs .faqs-itempack .title-faqs {
        padding-left: 60px;
    }
}
@media (max-width: 1199px) {
    .inpage-faqs .faqs .faqs-itempack .title-faqs {
        font-size: 20px;

        padding-right: 80px;
    }
}
@media (max-width: 991px) {
    .inpage-faqs .faqs .faqs-itempack .title-faqs {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .inpage-faqs .faqs .faqs-itempack .title-faqs {
        font-size: 18px;

        padding: 15px 40px 15px 30px;
    }
}
.inpage-faqs .faqs .faqs-itempack .title-faqs:before {
    font-size: 72px;
    font-weight: 600;
    line-height: 1;

    position: absolute;
    top: 20px;
    left: 0;

    content: 'Q:';

    color: #666;
}
@media (max-width: 1560px) {
    .inpage-faqs .faqs .faqs-itempack .title-faqs:before {
        font-size: 60px;

        top: 30px;
    }
}
@media (max-width: 1400px) {
    .inpage-faqs .faqs .faqs-itempack .title-faqs:before {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .inpage-faqs .faqs .faqs-itempack .title-faqs:before {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .inpage-faqs .faqs .faqs-itempack .title-faqs:before {
        font-size: 24px;

        top: 18px;
    }
}
.inpage-faqs .faqs .faqs-itempack .title-faqs:after {
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;

    position: absolute;
    top: 40px;
    right: 0;

    display: block;

    width: 50px;
    height: 50px;

    content: '+';
    text-align: center;

    color: #024c9a;
    border: 1px solid #024c9a;
    background-color: #fff;
}
@media (max-width: 991px) {
    .inpage-faqs .faqs .faqs-itempack .title-faqs:after {
        top: 20px;
    }
}
@media (max-width: 767px) {
    .inpage-faqs .faqs .faqs-itempack .title-faqs:after {
        line-height: 30px;

        top: 15px;
        right: 5px;

        width: 30px;
        height: 30px;
    }
}
.inpage-faqs .faqs .faqs-itempack .desc {
    position: relative;

    padding: 30px 150px 30px 100px;
}
@media (max-width: 1560px) {
    .inpage-faqs .faqs .faqs-itempack .desc {
        padding-left: 80px;
    }
}
@media (max-width: 1400px) {
    .inpage-faqs .faqs .faqs-itempack .desc {
        padding-left: 60px;
    }
}
@media (max-width: 1199px) {
    .inpage-faqs .faqs .faqs-itempack .desc {
        padding-right: 80px;
    }
}
@media (max-width: 991px) {
    .inpage-faqs .faqs .faqs-itempack .desc {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .inpage-faqs .faqs .faqs-itempack .desc {
        padding: 15px 10px 15px 30px;
    }
}
.inpage-faqs .faqs .faqs-itempack .desc:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    height: 1px;

    content: '';

    background-color: rgba(102, 102, 102, .4);
}
@media (max-width: 1199px) {
    .inpage-faqs .faqs .faqs-itempack .desc:before {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}
@media (max-width: 767px) {
    .inpage-faqs .faqs .faqs-itempack .desc:before {
        width: 100%;
    }
}
.inpage-faqs .faqs .faqs-itempack .desc:after {
    font-size: 72px;
    font-weight: 600;
    line-height: 1;

    position: absolute;
    top: 30px;
    left: 0;

    content: 'A:';

    color: #666;
}
@media (max-width: 1560px) {
    .inpage-faqs .faqs .faqs-itempack .desc:after {
        font-size: 60px;
    }
}
@media (max-width: 1400px) {
    .inpage-faqs .faqs .faqs-itempack .desc:after {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .inpage-faqs .faqs .faqs-itempack .desc:after {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .inpage-faqs .faqs .faqs-itempack .desc:after {
        font-size: 24px;

        top: 15px;
    }
}
.inpage-faqs .faqs .current .faqs-itempack {
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(2, 76, 154, .4);
}
.inpage-faqs .faqs .current .faqs-itempack .title-faqs {
    color: #024c9a;
}
.inpage-faqs .faqs .current .faqs-itempack .title-faqs:before {
    color: #024c9a;
}
.inpage-faqs .faqs .current .faqs-itempack .title-faqs:after {
    content: '-';

    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
.hyh-news-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -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;
}
.hyh-news-content .news-left {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
    padding-right: 8%;
}
@media (max-width: 1470px) {
    .hyh-news-content .news-left {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding-right: 5%;
    }
}
@media (max-width: 991px) {
    .hyh-news-content .news-left {
        width: 100%;
        padding-right: 0;
    }
}
.hyh-news-content .news-left-info {
    padding-right: 5%;
}
@media (max-width: 991px) {
    .hyh-news-content .news-left-info {
        padding-right: 0;
    }
}
.hyh-news-content .news-right {
    width: 360px;
}
@media (max-width: 1470px) {
    .hyh-news-content .news-right {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .hyh-news-content .news-right {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
    }
}
.hyh-news-content .news-right .t-inpage h2 {
    font-size: 32px;
}
@media (max-width: 1560px) {
    .hyh-news-content .news-right .t-inpage h2 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .hyh-news-content .news-right .t-inpage h2 {
        font-size: 24px;
    }
}
.hyh-product-category {
    overflow: hidden;
}
@media (max-width: 1199px) {
    .hyh-product-category {
        border-radius: 10px;
    }
}
.hyh-product-category .t-inpage {
    padding: 12px 30px;

    border: 1px solid #024c9a;
    border-radius: 15px 15px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
@media (max-width: 767px) {
    .hyh-product-category .t-inpage {
        padding: 15px 12px;
    }
}
.hyh-product-category .t-inpage h2 {
    color: #fff;
}
.hyh-product-category .category {
    overflow: hidden;

    padding: 0 30px 30px;

    border: 2px solid #d9d9d9;
    border-radius: 0 0 15px 15px;
}
@media (max-width: 1199px) {
    .hyh-product-category .category {
        padding: 0 15px 30px 15px;

        border-radius: 0 0 10px 10px;
    }
}
.hyh-product-category .category>ul>li {
    border-bottom: 1px solid #d9d9d9;
}
.hyh-product-category .category>ul>li>a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    padding: 20px 0;

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

    color: #666;
}
@media (max-width: 1560px) {
    .hyh-product-category .category>ul>li>a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hyh-product-category .category>ul>li>a {
        font-size: 16px;

        padding: 10px 0;
    }
}
.hyh-product-category .category>ul>li.active>a,
.hyh-product-category .category>ul>li:hover>a {
    color: #024c9a;
}
.hyh-hot-articles,
.hyh-message {
    margin-top: 40px;
}
.hyh-hot-articles .t-inpage {
    padding: 12px 30px;

    border: 1px solid #024c9a;
    border-radius: 15px 15px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
@media (max-width: 767px) {
    .hyh-hot-articles .t-inpage {
        padding: 15px 12px;
    }
}
.hyh-hot-articles .t-inpage h2 {
    color: #fff;
}
.hyh-hot-articles .hot-articles {
    overflow: hidden;

    padding: 0 30px 30px;

    border: 2px solid #d9d9d9;
    border-radius: 0 0 15px 15px;
}
@media (max-width: 1199px) {
    .hyh-hot-articles .hot-articles {
        padding: 0 15px 30px 15px;

        border-radius: 0 0 10px 10px;
    }
}
.hyh-hot-articles .hot-articles>ul>li {
    padding: 20px 0;

    border-bottom: 1px solid #d9d9d9;
}
.hyh-hot-articles .hot-articles .articles-itempack {
    font-size: 18px;
    font-weight: 500;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .hyh-hot-articles .hot-articles .articles-itempack {
        font-size: 16px;
    }
}
.hyh-hot-articles .hot-articles .articles-itempack .date {
    color: #666;
}
.hyh-hot-articles .hot-articles .articles-itempack p {
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .hyh-hot-articles .hot-articles .articles-itempack p {
        line-height: 24px;

        max-height: 48px;
    }
}
.hyh-hot-articles .hot-articles .articles-itempack:hover {
    color: #024c9a;
}
.hyh-message {
    padding: 30px;

    border-radius: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
@media (max-width: 1199px) {
    .hyh-message {
        padding: 20px;

        border-radius: 5px;
    }
}
.hyh-message .t-inpage h2 {
    color: #fff;
}
.hyh-message .send-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hyh-message .send {
    background-color: #fff;
}
.inpage-details-show {
    padding-top: 0;
}
.inpage-details-show .details-top {
    padding: 40px 0;

    background: url(../imgs/detail_top_bg.webp) no-repeat center;
    background-size: cover;
}
.inpage-details-show .details-top .t-inpage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-width: 930px;
    margin-top: 40px;
    padding: 40px 0;

    border-bottom: 1px solid rgba(102, 102, 102, .4);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .inpage-details-show .details-top .t-inpage {
        margin-top: 0;
    }
}
.inpage-details-show .details-top .date {
    margin-right: 40px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .inpage-details-show .details-top .date {
        margin-right: 20px;
    }
}
.inpage-details-show .details-top .date b {
    font-size: 64px;
    font-weight: 600;
    line-height: 1;

    display: block;

    color: #024c9a;
}
@media (max-width: 1560px) {
    .inpage-details-show .details-top .date b {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .inpage-details-show .details-top .date b {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .inpage-details-show .details-top .date b {
        font-size: 30px;
    }
}
.inpage-details-show .details-top .date span {
    font-weight: 500;
    line-height: 1.5;

    display: block;

    color: #024c9a;
}
.inpage-details-show .details-top h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
}
@media (max-width: 1560px) {
    .inpage-details-show .details-top h1 {
        font-size: 28px;
    }
}
@media (max-width: 1400px) {
    .inpage-details-show .details-top h1 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .inpage-details-show .details-top h1 {
        font-size: 20px;
    }
}
.inpage-details-show .details-top .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .inpage-details-show .details-top .share {
        width: 100%;
    }
}
.inpage-details-show .details-top .share ul {
    margin: 0 -10px;
}
@media (max-width: 767px) {
    .inpage-details-show .details-top .share ul {
        margin: 0 -5px;

        text-align: center;
    }
}
.inpage-details-show .details-top .share ul li {
    display: inline-block;

    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .inpage-details-show .details-top .share ul li {
        padding: 0 5px;
    }
}
.inpage-details-show .details-top .share ul li a {
    position: relative;

    display: block;

    color: #666;
}
.inpage-details-show .details-top .share ul li a .icon {
    font-size: 24px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
    background-color: rgba(217, 217, 217, .8);
}
@media (max-width: 991px) {
    .inpage-details-show .details-top .share ul li a .icon {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.inpage-details-show .details-top .share ul li a:hover {
    color: #fff;
}
.inpage-details-show .details-top .share ul li a:hover .icon {
    background-color: #024c9a;
}
.inpage-details-show .hyh-news-content {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .inpage-details-show .hyh-news-content {
        margin-top: 30px;
    }
}
.inpage-details-show .details-show {
    margin-top: 30px;
}
.inpage-details-show .details-show {
    line-height: 1.66666667;
}
.inpage-details-show .details-show p {
    font-size: 18px;
    line-height: 1.66666667;

    color: #666;
}
@media (max-width: 1560px) {
    .inpage-details-show .details-show p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .inpage-details-show .details-show p {
        font-size: 14px;
    }
}
.inpage-details-show .details-show img {
    max-width: 100%;
    height: auto !important;
}
.inpage-details-show .related-detials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 50px;
    padding-top: 30px;

    border-top: 1px solid #dcdcdc;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .inpage-details-show .related-detials {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.inpage-details-show .related-detials .prev,
.inpage-details-show .related-detials .next {
    font-size: 18px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 60px;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .inpage-details-show .related-detials .prev,
    .inpage-details-show .related-detials .next {
        font-size: 16px;
    }
}
.inpage-details-show .related-detials .prev:hover,
.inpage-details-show .related-detials .next:hover {
    color: #024c9a;
}
.inpage-details-show .related-detials .return {
    font-weight: 500;
    line-height: 50px;

    display: block;

    width: 140px;
    height: 50px;
    margin: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #024c9a;
    border: 1px solid #024c9a;
    border-radius: 50px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .inpage-details-show .related-detials .return {
        margin: 10px 0;
    }
}
.inpage-details-show .related-detials .return .iconfont {
    line-height: 30px;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin-left: 10px;

    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #024c9a;
}
.inpage-details-show .related-detials .return:hover {
    color: #fff;
    background-color: #024c9a;
}
.inpage-details-show .related-detials .return:hover .iconfont {
    color: #024c9a;
    background-color: #fff;
}
.inpage-product {
    overflow: hidden;
}
.inpage-product-top .product-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    width: 100%;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.inpage-product-top .product-top .product-top-l {
    width: 50%;
}
@media (max-width: 991px) {
    .inpage-product-top .product-top .product-top-l {
        width: 100%;
    }
}
.inpage-product-top .product-top .product-top-l .product-itempack {
    overflow: hidden;

    border-radius: 20px;
}
@media (max-width: 1199px) {
    .inpage-product-top .product-top .product-top-l .product-itempack {
        border-radius: 10px;
    }
}
.inpage-product-top .product-top .product-top-l .product-itempack .img .imgw {
    padding-bottom: 66.66666667%;
}
.inpage-product-top .product-top .product-top-l .slick-dots>li {
    position: relative;

    width: 12px;
    height: 12px;
    margin: 0 8px;

    opacity: 1;
    border-radius: 10px;
    background: #d9d9d9;
}
@media (max-width: 767px) {
    .inpage-product-top .product-top .product-top-l .slick-dots>li {
        width: 8px;
        height: 8px;
    }
}
.inpage-product-top .product-top .product-top-l .slick-dots>li.slick-active {
    width: 60px;

    background-color: #024c9a;
}
@media (max-width: 767px) {
    .inpage-product-top .product-top .product-top-l .slick-dots>li.slick-active {
        width: 30px;
    }
}
.inpage-product-top .product-top .product-top-l .slick-arrow {
    left: 2%;

    color: #fff;
    background: none;
}
.inpage-product-top .product-top .product-top-l .slick-arrow.slick-next {
    right: 2%;
    left: auto;
}
.inpage-product-top .product-top .product-top-l .slick-arrow:hover {
    color: #024c9a;
    background-color: #fff;
}
.inpage-product-top .product-top .product-top-r {
    width: 50%;
    padding-right: 6%;
}
@media (max-width: 991px) {
    .inpage-product-top .product-top .product-top-r {
        width: 100%;
        margin-top: 30px;
    }
}
.inpage-product-top .product-top .product-top-r .t-index h2 {
    font-size: 48px;

    margin: 0;
}
@media (max-width: 1560px) {
    .inpage-product-top .product-top .product-top-r .t-index h2 {
        font-size: 40px;
    }
}
@media (max-width: 1470px) {
    .inpage-product-top .product-top .product-top-r .t-index h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .inpage-product-top .product-top .product-top-r .t-index h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .inpage-product-top .product-top .product-top-r .t-index h2 {
        font-size: 24px;
    }
}
.inpage-product-top .product-top .product-top-r .hyh-txt {
    margin-top: 30px;
}
.inpage-product-series {
    background: -webkit-linear-gradient(271deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
}
.inpage-product-series .t-index {
    text-align: center;
}
.inpage-product-series .product-series>ul>li {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .inpage-product-series .product-series>ul>li {
        margin-top: 20px;
    }
}
.inpage-product-series .product-series .ps-itempack {
    overflow: hidden;

    height: 100%;

    text-align: center;

    border-radius: 20px;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .inpage-product-series .product-series .ps-itempack {
        border-radius: 10px;
    }
}
.inpage-product-series .product-series .ps-itempack .img .imgw {
    padding-bottom: 66.27906977%;
}
.inpage-product-series .product-series .ps-itempack .img .imgw img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inpage-product-series .product-series .ps-itempack .txt {
    padding: 30px;
}
@media (max-width: 767px) {
    .inpage-product-series .product-series .ps-itempack .txt {
        padding: 20px 14px;
    }
}
.inpage-product-series .product-series .ps-itempack .txt .t-ps {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .inpage-product-series .product-series .ps-itempack .txt .t-ps {
        font-size: 18px;
        line-height: 24px;
    }
}
.inpage-product-series .product-series .ps-itempack .txt .hyh-txt {
    margin-top: 8px;
}
@media (min-width: 1200px) {
    .inpage-product-series .product-series .ps-itempack:hover .img .imgw img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .inpage-product-series .product-series .ps-itempack:hover .txt .t-ps {
        text-decoration: underline;

        color: #024c9a;
    }
}
.inpage-product-desc .product-desc {
    padding-top: 60px;
}
@media (max-width: 767px) {
    .inpage-product-desc .product-desc {
        padding-top: 30px;
    }
}
.inpage-product-desc .product-desc:nth-child(1) {
    padding-top: 0;
}
.inpage-product-desc .product-desc .table_over {
    overflow-x: auto;

    margin-bottom: 20px;
}
.inpage-product-desc .product-desc table {
    font-size: 18px;
    line-height: 1.44444444;

    width: 100% !important;
    max-width: 100% !important;
}
@media (max-width: 991px) {
    .inpage-product-desc .product-desc table {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .inpage-product-desc .product-desc table {
        font-size: 14px;
    }
}
.inpage-product-desc .product-desc table th {
    color: #fff;
    border: 1px solid #024c9a;
    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
.inpage-product-desc .product-desc table th p {
    color: #fff;
}
.inpage-product-desc .product-desc table th,
.inpage-product-desc .product-desc table td {
    padding: 12px 30px;

    border: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
    .inpage-product-desc .product-desc table th,
    .inpage-product-desc .product-desc table td {
        padding: 10px 15px;
    }
}
.inpage-product-desc .product-desc img {
    max-width: 100%;
}
.inpage-product-desc .product-desc-txt {
    padding-top: 30px;
}
.inpage-product-desc .product-desc-txt ul li {
    position: relative;

    margin: 12px 0;
    padding-left: 30px;
}
.inpage-product-desc .product-desc-txt ul li:before {
    position: absolute;
    top: 5px;
    left: 0;

    display: block;

    width: 12px;
    height: 12px;

    content: '';

    border-radius: 50%;
    background-color: #024c9a;
}
.inpage-product-desc .product-desc-txt ul li p strong {
    color: #000;
}
.inpage-product-desc .product-desc-txt .application ul li {
    margin: 20px 0;
    padding-left: 15px;
}
@media (max-width: 767px) {
    .inpage-product-desc .product-desc-txt .application ul li {
        margin: 10px 0;
    }
}
.inpage-product-desc .product-desc-txt .application ul li:before {
    display: none;
}
.inpage-product-desc .product-desc-txt .application .a-itempack {
    cursor: pointer;
    text-align: center;
}
.inpage-product-desc .product-desc-txt .application .a-itempack .imgw {
    padding-bottom: 66.66666667%;
}
.inpage-product-desc .product-desc-txt .application .a-itempack .imgw img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inpage-product-desc .product-desc-txt .application .a-itempack .t-itempack {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .inpage-product-desc .product-desc-txt .application .a-itempack .t-itempack {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .inpage-product-desc .product-desc-txt .application .a-itempack:hover .imgw img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .inpage-product-desc .product-desc-txt .application .a-itempack:hover .t-itempack {
        color: #024c9a;
    }
}
.inpage-product-quote {
    background: -webkit-gradient(linear, left top, right top, from(rgba(2, 76, 154, .3)), to(rgba(2, 76, 154, 0)));
    background: -webkit-linear-gradient(left, rgba(2, 76, 154, .3) 0%, rgba(2, 76, 154, 0) 100%);
    background: linear-gradient(90deg, rgba(2, 76, 154, .3) 0%, rgba(2, 76, 154, 0) 100%);
}
.inpage-product-quote .product-quote .t-inpage p {
    font-weight: bold;
}
@media (min-width: 1200px) {
    .inpage-product-quote .product-quote .t-inpage p {
        font-size: 20px;
    }
}
.inpage-product-quote .product-quote .hyh-more {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .inpage-product-quote .product-quote .hyh-more {
        margin-top: 20px;
    }
}
.inpage-product-quote .product-quote .hyh-more a {
    background-color: #fff;
}
.inpage-product-quote .product-quote .hyh-more a:hover {
    background-color: #024c9a;
}
.inpage-product-why .t-inpage {
    text-align: center;
}
.inpage-product-why .why>ul>li {
    margin-top: 90px;
}
@media (max-width: 767px) {
    .inpage-product-why .why>ul>li {
        margin-top: 50px;
    }
}
.inpage-product-why .why .why-itempack {
    position: relative;

    height: 100%;
    padding: 50px 10% 30px;

    text-align: center;

    border: 2px solid #d9d9d9;
    border-radius: 15px;
    background: #fff;
}
@media (max-width: 1560px) {
    .inpage-product-why .why .why-itempack {
        padding-top: 35px;
    }
}
@media (max-width: 767px) {
    .inpage-product-why .why .why-itempack {
        padding: 30px 15px 20px;
    }
}
.inpage-product-why .why .why-itempack .icon {
    line-height: 88px;

    position: absolute;
    top: -44px;
    left: 50%;

    width: 88px;
    height: 88px;
    margin-left: -44px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #024c9a;
}
@media (max-width: 1560px) {
    .inpage-product-why .why .why-itempack .icon {
        line-height: 70px;

        width: 70px;
        height: 70px;
        margin-left: -35px;
    }
}
@media (max-width: 767px) {
    .inpage-product-why .why .why-itempack .icon {
        line-height: 60px;

        top: -30px;

        width: 60px;
        height: 60px;
        margin-left: -30px;
    }
}
.inpage-product-why .why .why-itempack .icon .iconfont {
    font-size: 50px;
}
@media (max-width: 1560px) {
    .inpage-product-why .why .why-itempack .icon .iconfont {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .inpage-product-why .why .why-itempack .icon .iconfont {
        font-size: 30px;
    }
}
.inpage-product-why .why .why-itempack .title-why {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .inpage-product-why .why .why-itempack .title-why {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .inpage-product-why .why .why-itempack .title-why {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .inpage-product-why .why .why-itempack:hover .icon {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
    }
}
.inpage-product-process {
    background: -webkit-linear-gradient(271deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
}
.inpage-product-process .t-inpage {
    width: 120%;
}
.inpage-product-process .hyh-more {
    margin-top: 40px;
}
.inpage-product-process .process>ul {
    margin: 0 -80px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .inpage-product-process .process>ul {
        margin: 0 -40px;
    }
}
.inpage-product-process .process>ul>li {
    position: relative;

    margin: 40px 0;
    padding: 0 80px;
}
@media (max-width: 1560px) {
    .inpage-product-process .process>ul>li {
        margin: 20px 0;
        padding: 0 40px;
    }
}
.inpage-product-process .process>ul>li:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 40px;

    position: absolute;
    top: 50%;
    right: -20px;

    width: 40px;
    height: 40px;

    content: '';
    content: '\e647';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #024c9a;
}
.inpage-product-process .process>ul>li:nth-child(1):after {
    display: none;
}
@media (max-width: 991px) {
    .inpage-product-process .process>ul>li:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.inpage-product-process .process>ul>li:nth-child(2):after {
    top: auto;
    bottom: -80px;
    left: 50%;

    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}
@media (max-width: 1560px) {
    .inpage-product-process .process>ul>li:nth-child(2):after {
        bottom: -40px;
    }
}
@media (max-width: 991px) {
    .inpage-product-process .process>ul>li:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}
@media (min-width: 992px) {
    .inpage-product-process .process>ul>li:nth-child(3):after {
        top: auto;
        bottom: -80px;
        left: 50%;

        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
    }
}
@media (min-width: 992px) and (max-width: 1560px) {
    .inpage-product-process .process>ul>li:nth-child(3):after {
        bottom: -50px;
    }
}
@media (max-width: 991px) {
    .inpage-product-process .process>ul>li:nth-child(3):after {
        right: -40px;

        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
    .inpage-product-process .process>ul>li:nth-child(3):after {
        top: auto;
        bottom: -40px;
        left: 50%;

        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
    }
}
.inpage-product-process .process>ul>li:nth-child(4) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
@media (max-width: 991px) {
    .inpage-product-process .process>ul>li:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}
@media (min-width: 992px) {
    .inpage-product-process .process>ul>li:nth-child(4):after {
        display: none;

        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
}
@media (max-width: 991px) {
    .inpage-product-process .process>ul>li:nth-child(4):after {
        top: auto;
        bottom: -40px;
        left: 50%;

        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
    }
}
.inpage-product-process .process>ul>li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
@media (max-width: 991px) {
    .inpage-product-process .process>ul>li:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
}
@media (max-width: 767px) {
    .inpage-product-process .process>ul>li:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}
.inpage-product-process .process>ul>li:nth-child(5):after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991px) {
    .inpage-product-process .process>ul>li:nth-child(5):after {
        display: none;
    }
}
@media (max-width: 767px) {
    .inpage-product-process .process>ul>li:nth-child(5):after {
        top: auto;
        bottom: -40px;
        left: 50%;

        display: block;

        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
    }
}
.inpage-product-process .process>ul>li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
@media (max-width: 991px) {
    .inpage-product-process .process>ul>li:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}
@media (max-width: 767px) {
    .inpage-product-process .process>ul>li:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
}
.inpage-product-process .process>ul>li:nth-child(6):after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.inpage-product-process .process .process-itempack {
    position: relative;

    padding: 30px 100px 30px 30px;

    border: 2px solid #d9d9d9;
    border-radius: 15px;
    background: #fff;
}
@media (max-width: 1560px) {
    .inpage-product-process .process .process-itempack {
        padding-right: 80px;
    }
}
@media (max-width: 1400px) {
    .inpage-product-process .process .process-itempack {
        padding-right: 70px;
    }
}
@media (max-width: 1199px) {
    .inpage-product-process .process .process-itempack {
        padding-right: 60px;
    }
}
@media (max-width: 767px) {
    .inpage-product-process .process .process-itempack {
        padding: 20px 60px 20px 20px;
    }
}
.inpage-product-process .process .process-itempack .p-num {
    font-size: 80px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    right: 5px;
    bottom: 0;

    color: #fff;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(2, 76, 154, .4);
}
@media (max-width: 1560px) {
    .inpage-product-process .process .process-itempack .p-num {
        font-size: 70px;
    }
}
@media (max-width: 1400px) {
    .inpage-product-process .process .process-itempack .p-num {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .inpage-product-process .process .process-itempack .p-num {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .inpage-product-process .process .process-itempack .p-num {
        font-size: 40px;
    }
}
.inpage-product-process .process .process-itempack .title-process {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
.inpage-product-process .process .process-itempack .hyh-txt {
    min-height: 52px;
    margin-top: 5px;
}
.inpage-product-relate .t-inpage {
    text-align: center;
}
.inpage-product-relate .product-relate {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .inpage-product-relate .product-relate .slick-arrow {
        top: 25%;
    }
}
.inpage-product-faqs {
    border: 2px solid #f5f5f5;
    background: #f5f5f5;
}
.inpage-product-faqs .faqs {
    margin-top: 46px;
}
@media (max-width: 767px) {
    .inpage-product-faqs .faqs {
        margin-top: 20px;
    }
}
.inpage-product-faqs .faqs>ul>li {
    margin-top: 26px;
}
@media (max-width: 767px) {
    .inpage-product-faqs .faqs>ul>li {
        margin-top: 16px;
    }
}
.inpage-product-faqs .faqs .f-itempack {
    padding: 20px 5%;

    border: 2px solid #fff;
    border-radius: 20px;
    background: #fff;
}
@media (max-width: 767px) {
    .inpage-product-faqs .faqs .f-itempack {
        padding: 10px 15px;

        border-radius: 10px;
    }
}
.inpage-product-faqs .faqs .f-itempack .t-faqs {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;

    position: relative;
    cursor: pointer;
    padding: 8px;
    padding-left: 40px;

}
.inpage-product-faqs .faqs .f-itempack .t-faqs:after {
    content: '+';
    position: absolute;
    right: 10px;
}
.inpage-product-faqs .faqs .current .f-itempack .t-faqs:after {
    content: '-';
}
@media (max-width: 991px) {
    .inpage-product-faqs .faqs .f-itempack .t-faqs {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .inpage-product-faqs .faqs .f-itempack .t-faqs {
        font-size: 18px;
    }
}
.inpage-product-faqs .faqs .f-itempack .t-faqs:before {
    font-size: 32px;

    position: absolute;
    top: 8px;
    left: 0;

    content: 'Q:';

    color: #024c9a;
}
@media (max-width: 991px) {
    .inpage-product-faqs .faqs .f-itempack .t-faqs:before {
        font-size: 26px;
    }
}
.inpage-product-faqs .faqs .f-itempack .hyh-txt {
    position: relative;
    display: none;
    padding: 8px 0 8px 40px;
    border-top: 1px solid rgba(217, 217, 217, .4);
}
.inpage-product-faqs .faqs .f-itempack .hyh-txt:before {
    font-size: 32px;

    position: absolute;
    top: 8px;
    left: 0;

    content: 'A:';

    color: #666;
}
@media (max-width: 991px) {
    .inpage-product-faqs .faqs .f-itempack .hyh-txt:before {
        font-size: 26px;
    }
}
.inpage-product-message {
    padding-bottom: 0;
}
.inpage-product-message-other {
    background: #f5f5f5;
}
.inpage-product-message .product-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.inpage-product-message .product-message-l {
    width: 50%;
}
@media (max-width: 991px) {
    .inpage-product-message .product-message-l {
        width: 100%;
    }
}
.inpage-product-message .product-message-l .top-img {
    margin-bottom: 20px;
}
.inpage-product-message .product-message-l .top-img img {
    max-width: 100%;
}
.inpage-product-message .product-message-c {
    position: relative;

    padding: 100px 5% 100px 0;

    color: #fff;
}
@media (max-width: 1560px) {
    .inpage-product-message .product-message-c {
        padding: 70px 5% 70px 0;
    }
}
@media (max-width: 991px) {
    .inpage-product-message .product-message-c {
        padding: 40px 0;
    }
}
.inpage-product-message .product-message-c:before {
    position: absolute;
    top: 0;
    left: 0;
    left: -200%;

    display: block;

    width: 500%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
.inpage-product-message .product-message-c .hyh-txt {
    position: relative;
    z-index: 6;
}
.inpage-product-message .product-message-c .hyh-txt h2 {
    font-family: 'Akzidenz-Grotesk BQ Extra Conde';
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1560px) {
    .inpage-product-message .product-message-c .hyh-txt h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .inpage-product-message .product-message-c .hyh-txt h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .inpage-product-message .product-message-c .hyh-txt h2 {
        font-size: 24px;
    }
}
.inpage-product-message .product-message-c .hyh-txt p {
    color: #fff;
}
.inpage-product-message .product-message-c .hyh-txt h3 {
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .inpage-product-message .product-message-c .hyh-txt h3 {
        font-size: 18px;
    }
}
.inpage-product-message .product-message-c .hyh-txt ul li {
    position: relative;

    padding-left: 20px;
}
.inpage-product-message .product-message-c .hyh-txt ul li:before {
    position: absolute;
    top: 7px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.inpage-product-message .product-message-r {
    position: relative;
    z-index: 6;

    width: 50%;
    padding: 80px;

    background: #fff;
    box-shadow: 0 0 20px 0 rgba(2, 76, 154, .4);
}
@media (max-width: 1560px) {
    .inpage-product-message .product-message-r {
        padding: 80px 50px;
    }
}
@media (max-width: 991px) {
    .inpage-product-message .product-message-r {
        width: 100%;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .inpage-product-message .product-message-r {
        padding: 30px 15px;
    }
}
.inpage-product-message .product-message-r form .send-group {
    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .inpage-product-message .product-message-r form .send-group {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.inpage-product-message .product-message-r form .file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .inpage-product-message .product-message-r form .file {
        width: 100%;
    }
}
.inpage-product-message .product-message-r form .file p {
    margin: 0 10px 0 0;

    color: #666;
}
.inpage-product-message .product-message-r form .file .file-upload {
    position: relative;

    cursor: pointer;
}
.inpage-product-message .product-message-r form .file .file-upload input[type='file'] {
    /*display: none;*/
}
.inpage-product-message .product-message-r form .file .file-upload .custom-file-upload {
    font-weight: normal;
    line-height: 30px;

    z-index: 2;
    top: 0;
    left: 0;

    width: 142px;
    height: 30px;

    text-align: center;

    color: #666;
    border-radius: 5px;
    background: #f5f5f5;
}
.screen-reader-response{
    display: none;
}
.inpage-product-message .product-message-r form .file .file-name {
    width: 100%;
    margin: 10px 0;

    color: #666;
}
.inpage-product-message .product-message-r form .file .file-error {
    color: #024c9a;
}
.inpage-product-available {
    background: -webkit-linear-gradient(271deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
}
.inpage-product-available .product-available>ul>li {
    margin-top: 30px;
}
.inpage-product-available .product-available>ul>li:nth-child(5),
.inpage-product-available .product-available>ul>li:nth-child(6) {
    width: 50%;
}
@media (max-width: 991px) {
    .inpage-product-available .product-available>ul>li:nth-child(5),
    .inpage-product-available .product-available>ul>li:nth-child(6) {
        width: 100%;
    }
}
.inpage-product-available .product-available>ul>li:nth-child(5) .hyh-p-itempack,
.inpage-product-available .product-available>ul>li:nth-child(6) .hyh-p-itempack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-product-available .product-available>ul>li:nth-child(5) .hyh-p-itempack .p-pic,
.inpage-product-available .product-available>ul>li:nth-child(6) .hyh-p-itempack .p-pic {
    width: 50%;
}
@media (max-width: 767px) {
    .inpage-product-available .product-available>ul>li:nth-child(5) .hyh-p-itempack .p-pic,
    .inpage-product-available .product-available>ul>li:nth-child(6) .hyh-p-itempack .p-pic {
        width: 100%;
    }
}
.inpage-product-available .product-available>ul>li:nth-child(5) .hyh-p-itempack .p-txt,
.inpage-product-available .product-available>ul>li:nth-child(6) .hyh-p-itempack .p-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    padding-left: 3%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .inpage-product-available .product-available>ul>li:nth-child(5) .hyh-p-itempack .p-txt,
    .inpage-product-available .product-available>ul>li:nth-child(6) .hyh-p-itempack .p-txt {
        width: 100%;
        margin-top: 20px;
    }
}
.inpage-product-available .product-available>ul>li:nth-child(5) .hyh-p-itempack .p-txt .p-title,
.inpage-product-available .product-available>ul>li:nth-child(6) .hyh-p-itempack .p-txt .p-title {
    margin-top: 0;
}
.inpage-product-features {
    padding-bottom: 40px;
}
.inpage-product-features .features {
    margin-top: 40px;
}
.inpage-product-features .features>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-product-features .features>ul>li {
    width: 25%;
    margin-top: -1px;
    margin-left: -1px;
}
@media (max-width: 767px) {
    .inpage-product-features .features>ul>li {
        width: 50%;
    }
}
.inpage-product-features .features .f-itempack {
    height: 100%;
    padding: 30px 30px 60px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border: 1px solid rgba(51, 51, 51, .1);
}
@media (max-width: 1199px) {
    .inpage-product-features .features .f-itempack {
        padding: 30px 15px;
    }
}
.inpage-product-features .features .f-itempack .icon {
    width: 64px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .inpage-product-features .features .f-itempack .icon {
        width: 50px;
    }
}
.inpage-product-features .features .f-itempack .icon img {
    width: 100%;
}
.inpage-product-features .features .f-itempack .t-features {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;
}
@media (min-width: 1200px) {
    .inpage-product-features .features .f-itempack:hover {
        color: #fff;
        background-color: #024c9a;
    }
    .inpage-product-features .features .f-itempack:hover .icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .inpage-product-features .features .f-itempack:hover .hyh-txt p {
        color: #fff;
    }
}
.inpage-product-features .features-txt {
    margin-top: 60px;
}
@media (max-width: 1560px) {
    .inpage-product-features .features-txt {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .inpage-product-features .features-txt {
        margin-top: 20px;
    }
}
.inpage-product-features .features-txt ul li {
    position: relative;

    margin: 12px 0;
    padding-left: 30px;
}
.inpage-product-features .features-txt ul li:before {
    position: absolute;
    top: 5px;
    left: 0;

    display: block;

    width: 12px;
    height: 12px;

    content: '';

    border-radius: 50%;
    background-color: #024c9a;
}
.inpage-product-features .features-txt ul li p strong {
    color: #000;
}
.inpage-product-specifications {
    background: url(../imgs/product-specifications_bg.webp) no-repeat right center;
    background-size: cover;
}
.inpage-product-specifications .product-specifications {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-product-specifications .product-specifications-l {
    width: 65%;
}
@media (max-width: 767px) {
    .inpage-product-specifications .product-specifications-l {
        width: 100%;
    }
}
.inpage-product-specifications .product-specifications-r {
    width: 35%;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .inpage-product-specifications .product-specifications-r {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.inpage-product-specifications .product-specifications-r img {
    width: 40vw;
}
@media (max-width: 767px) {
    .inpage-product-specifications .product-specifications-r img {
        width: 100%;
    }
}
.inpage-product-applications {
    background: -webkit-linear-gradient(271deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
}
.inpage-product-applications .product-applications ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .inpage-product-applications .product-applications ul {
        margin: 0 -8px;
    }
}
.inpage-product-applications .product-applications ul li {
    width: 50%;
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .inpage-product-applications .product-applications ul li {
        margin-top: 16px;
        padding: 0 8px;
    }
}
@media (max-width: 767px) {
    .inpage-product-applications .product-applications ul li {
        width: 100%;
        margin-top: 20px;
    }
}
.inpage-product-applications .product-applications ul li:nth-child(-n + 3) {
    width: 33.33333333%;
}
@media (max-width: 767px) {
    .inpage-product-applications .product-applications ul li:nth-child(-n + 3) {
        width: 100%;
    }
}
.inpage-product-applications .product-applications .product-applications-itempack {
    position: relative;
}
.inpage-product-applications .product-applications .product-applications-itempack .img {
    position: relative;

    overflow: hidden;
}
.inpage-product-applications .product-applications .product-applications-itempack .img:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .4);
}
.inpage-product-applications .product-applications .product-applications-itempack .img img {
    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.inpage-product-applications .product-applications .product-applications-itempack .txt {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 20px;

    color: #fff;
}
@media (max-width: 1199px) {
    .inpage-product-applications .product-applications .product-applications-itempack .txt {
        padding: 10px;
    }
}
.inpage-product-applications .product-applications .product-applications-itempack .txt .t-product-applications {
    font-size: 24px;
    font-weight: bold;

    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
@media (max-width: 1199px) {
    .inpage-product-applications .product-applications .product-applications-itempack .txt .t-product-applications {
        font-size: 20px;
    }
}
.inpage-product-applications .product-applications .product-applications-itempack .txt .hyh-txt p {
    color: #fff;
}
@media (min-width: 1200px) {
    .inpage-product-applications .product-applications .product-applications-itempack:hover .img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.inpage-product-customization .product-customization ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .inpage-product-customization .product-customization ul {
        margin: 0 -8px;
    }
}
.inpage-product-customization .product-customization ul li {
    width: 33.33333333%;
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .inpage-product-customization .product-customization ul li {
        margin-top: 16px;
        padding: 0 8px;
    }
}
@media (max-width: 767px) {
    .inpage-product-customization .product-customization ul li {
        width: 100%;
        margin-top: 20px;
    }
}
.inpage-product-customization .product-customization .product-customization-itempack {
    position: relative;
}
.inpage-product-customization .product-customization .product-customization-itempack .img {
    position: relative;

    overflow: hidden;
}
.inpage-product-customization .product-customization .product-customization-itempack .img:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .4);
}
.inpage-product-customization .product-customization .product-customization-itempack .img img {
    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.inpage-product-customization .product-customization .product-customization-itempack .txt {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 20px;

    color: #fff;
}
@media (max-width: 1199px) {
    .inpage-product-customization .product-customization .product-customization-itempack .txt {
        padding: 10px;
    }
}
.inpage-product-customization .product-customization .product-customization-itempack .txt .t-product-customization {
    font-size: 24px;
    font-weight: bold;

    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
@media (max-width: 1199px) {
    .inpage-product-customization .product-customization .product-customization-itempack .txt .t-product-customization {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .inpage-product-customization .product-customization .product-customization-itempack .txt .t-product-customization {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .inpage-product-customization .product-customization .product-customization-itempack:hover .img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.inpage-product-quote-other {
    position: relative;

    overflow: visible;

    background: url(../imgs/product-quote_bg.webp) no-repeat center;
    background-size: cover;
}
.inpage-product-quote-other .product-quote {
    max-width: 70%;
}
@media (max-width: 991px) {
    .inpage-product-quote-other .product-quote {
        max-width: 100%;
    }
}
.inpage-product-quote-other .product-quote .hyh-txt {
    margin-top: 30px;
}
.inpage-product-quote-other .product-quote .hyh-txt p {
    font-weight: 500;

    color: #000;
}
.inpage-product-quote-other .product-quote-img {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;

    width: 30%;
}
@media (max-width: 767px) {
    .inpage-product-quote-other .product-quote-img {
        display: none;
    }
}
.inpage-product-quality {
    background: #f9fbfd;
}
.inpage-product-quality ul li {
    margin: 20px 0;
}
.inpage-product-quality .q-itempack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.inpage-product-quality .q-itempack .t-inpage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.inpage-product-quality .q-itempack .t-inpage .icon {
    line-height: 56px;

    width: 56px;
    height: 56px;
    margin-right: 10px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #024c9a;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .inpage-product-quality .q-itempack .t-inpage .icon {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.inpage-product-quality .q-itempack .t-inpage .icon .iconfont {
    font-size: 30px;
}
@media (max-width: 767px) {
    .inpage-product-quality .q-itempack .t-inpage .icon .iconfont {
        font-size: 24px;
    }
}
.inpage-product-quality .q-itempack .t-inpage h2 {
    font-size: 40px;
}
@media (max-width: 1560px) {
    .inpage-product-quality .q-itempack .t-inpage h2 {
        font-size: 34px;
    }
}
@media (max-width: 1470px) {
    .inpage-product-quality .q-itempack .t-inpage h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .inpage-product-quality .q-itempack .t-inpage h2 {
        font-size: 24px;
    }
}
.inpage-product-quality .q-itempack .hyh-txt {
    overflow: hidden;

    padding: 20px 40px;

    border-radius: 15px;
    background: rgba(2, 76, 154, .1);

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .inpage-product-quality .q-itempack .hyh-txt {
        padding: 20px;
    }
}
.inpage-product-quality .q-itempack-video {
    position: relative;

    overflow: hidden;

    border-radius: 20px;
}
@media (max-width: 1199px) {
    .inpage-product-quality .q-itempack-video {
        border-radius: 10px;
    }
}
.inpage-product-quality .q-itempack-video img {
    width: 100%;
    height: auto;
}
.inpage-product-quality .q-itempack-video .play {
    line-height: 68px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;

    width: 68px;
    height: 68px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(302deg, #046fb8 3.79%, #024c9a 66.01%);
    background-image: linear-gradient(148deg, #046fb8 3.79%, #024c9a 66.01%);
}
@media (max-width: 767px) {
    .inpage-product-quality .q-itempack-video .play {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.inpage-product-quality .q-itempack-video .play:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3.79%, #046fb8), color-stop(66.01%, #024c9a));
    background-image: -webkit-linear-gradient(top, #046fb8 3.79%, #024c9a 66.01%);
    background-image: linear-gradient(180deg, #046fb8 3.79%, #024c9a 66.01%);
}
.inpage-product-what .product-what {
    margin-top: 40px;
}
.inpage-product-what .product-what .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.inpage-product-what .product-what .slick-track .slick-slide {
    height: auto;
}
.inpage-product-what .product-what .slick-track .slick-slide>div,
.inpage-product-what .product-what .slick-track .slick-slide>div>div {
    height: 100%;
}
.inpage-product-what .product-what .product-what-itempack {
    height: 100%;
    padding: 30px 20px;

    border-radius: 20px;
    background: #f6f6f6;
}
@media (max-width: 1199px) {
    .inpage-product-what .product-what .product-what-itempack {
        border-radius: 10px;
    }
}
.inpage-product-what .product-what .product-what-itempack .title-what {
    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;
}
.inpage-product-what .product-what .product-what-itempack .title-what .img {
    width: 60px;
    height: 60px;
    margin-right: 20px;

    border-radius: 50%;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.inpage-product-what .product-what .product-what-itempack .title-what .img img {
    width: 100%;
}
.inpage-product-what .product-what .product-what-itempack .title-what b {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
.inpage-product-what .product-what .product-what-itempack .hyh-txt {
    margin-top: 20px;
}
.inpage-product-what .product-what .product-what-itempack .hyh-txt p {
    color: #333;
}
.inpage-product-what .product-what .product-what-itempack .name {
    font-size: 20px;
    font-weight: 500;

    margin-top: 24px;

    color: #999;
}
@media (max-width: 1199px) {
    .inpage-product-what .product-what .product-what-itempack .name {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .inpage-product-what .product-what .product-what-itempack .name {
        font-size: 16px;
    }
}
.inpage-product-what .product-what .slick-arrow {
    top: -90px;
    right: 60px;
    left: auto;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    border: 1px solid #024c9a;
    background-color: #fff;
}
@media (max-width: 767px) {
    .inpage-product-what .product-what .slick-arrow {
        top: -40px;
    }
}
.inpage-product-what .product-what .slick-arrow.slick-next {
    right: 0;
}
.inpage-product-what .product-what .slick-arrow:hover {
    background-color: #024c9a;
}
.inpage-contact .contact-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-contact .contact {
    width: 54%;
    padding-right: 10%;
}
@media (max-width: 991px) {
    .inpage-contact .contact {
        width: 100%;
    }
}
.inpage-contact .contact .list {
    position: relative;

    margin-top: 30px;
    padding: 80px 0;

    color: #fff;
}
@media (max-width: 1199px) {
    .inpage-contact .contact .list {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .inpage-contact .contact .list {
        padding: 30px 0;
    }
}
.inpage-contact .contact .list:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -1000px;

    width: 3000px;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
.inpage-contact .contact .f-txt {
    line-height: 30px;

    position: relative;
    z-index: 6;

    margin-top: 14px;
    padding-left: 44px;
}
.inpage-contact .contact .f-txt .iconfont {
    font-size: 26px;

    position: absolute;
    top: 0;
    left: 0;
}
.inpage-contact .contact p {
    margin: 0;
}
.inpage-contact .contact p a:hover {
    text-decoration: underline;
}
.inpage-contact .message {
    position: relative;
    z-index: 6;

    width: 46%;
    padding: 80px 8%;

    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(2, 76, 154, .4);
}
@media (max-width: 1199px) {
    .inpage-contact .message {
        padding: 50px 5%;
    }
}
@media (max-width: 991px) {
    .inpage-contact .message {
        width: 100%;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .inpage-contact .message {
        padding: 30px 15px;
    }
}
.side-online {
    position: fixed;
    z-index: 8;
    top: 40%;
    right: 0;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 1199px) {
    .side-online {
        top: auto;
        bottom: 0;
    }
}
.side-online.active {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
}
.side-online .side-close {
    line-height: 64px;

    position: absolute;
    top: 50%;
    left: -15px;

    width: 15px;
    height: 64px;

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

    color: #fff;
    background: #024c9a;

    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
}
.side-online ul {
    width: 50px;
}
@media (max-width: 767px) {
    .side-online ul {
        width: 40px;
    }
}
.side-online ul li {
    position: relative;

    width: 100%;
}
.side-online ul li p.show {
    line-height: 30px;

    position: absolute;
    z-index: 1;
    top: 0;
    right: -200px;

    margin: 0;
    padding: 10px 50px 10px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;

    color: #fff;
    border-radius: 5px;
    background-color: #024c9a;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.side-online ul li:hover p.show {
    right: 30px;
}
@media (max-width: 767px) {
    .side-online ul li:hover p.show {
        right: 40px;
    }
}
.side-online ul li:hover .online-message {
    right: 0;
}
.side-online a {
    line-height: 50px;

    position: relative;
    z-index: 2;

    display: block;

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

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #024c9a;
    border: 1px solid #024c9a;
    border-radius: 5px;
    background: #fff;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(2, 76, 154, .4);
}
@media (max-width: 767px) {
    .side-online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.side-online a .icon {
    font-size: 24px;
}
.side-online a:hover {
    color: #fff;
    background-color: #024c9a;
}
.side-online .online-message {
    position: fixed;
    top: 0;
    right: -460px;

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

    width: 460px;
    height: 100vh;
    padding: 30px;

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

    border-top: 80px solid #024c9a;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .side-online .online-message {
        right: -300px;

        width: 300px;
        padding: 20px 10px;

        border-top-width: 30px;
    }
}
.side-online .online-message .title-online h3 {
    font-family: 'Garamond';
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1470px) {
    .side-online .online-message .title-online h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .side-online .online-message .title-online h3 {
        font-size: 24px;
    }
}
.side-online .online-message .title-online p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .side-online .online-message form {
        margin-top: 20px;
    }
}
.side-online .online-message .col-xs-12 {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .side-online .online-message .col-xs-12 {
        margin-top: 10px;
    }
}
.side-online .online-message span {
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #666;
}
@media (max-width: 767px) {
    .side-online .online-message span {
        font-size: 14px;
        line-height: 24px;
    }
}
.side-online .online-message input,
.side-online .online-message textarea {
    font-size: 15px;
    line-height: 30px;

    width: 100%;
    padding: 10px 20px;

    resize: vertical;

    border: 1px solid #ccc;
    outline: none;
}
@media (max-width: 991px) {
    .side-online .online-message input,
    .side-online .online-message textarea {
        padding: 10px 15px;
    }
}
@media (max-width: 767px) {
    .side-online .online-message input,
    .side-online .online-message textarea {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.side-online .online-message input::-webkit-input-placeholder,
.side-online .online-message textarea::-webkit-input-placeholder {
    color: #999;
}
.side-online .online-message input:-o-placeholder,
.side-online .online-message textarea:-o-placeholder {
    color: #999;
}
.side-online .online-message input::-moz-placeholder,
.side-online .online-message textarea::-moz-placeholder {
    color: #999;
}
.side-online .online-message input:-ms-input-placeholder,
.side-online .online-message textarea:-ms-input-placeholder {
    color: #999;
}
.side-online .online-message input:focus::-webkit-input-placeholder,
.side-online .online-message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.side-online .online-message input:focus::-o-placeholder,
.side-online .online-message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.side-online .online-message input:focus::-moz-placeholder,
.side-online .online-message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.side-online .online-message input:focus::-ms-input-placeholder,
.side-online .online-message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.side-online .online-message .send {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    text-align: center;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.side-online .online-message .submit,
.side-online .online-message .reset {
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

    width: 45%;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;

    border: 1px solid #999;
    border-radius: 0;
    outline: none;
    background-color: #fff;
}
@media (max-width: 767px) {
    .side-online .online-message .submit,
    .side-online .online-message .reset {
        font-size: 14px;
        line-height: 40px;

        width: 150px;
    }
}
.side-online .online-message .submit:hover,
.side-online .online-message .reset:hover {
    text-decoration: underline;

    color: #fff;
    background-color: #024c9a;
}
.side-online .online-message .reset {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .side-online .online-message .reset {
        margin-right: 10px;
    }
}
.side-online .online-message .submit {
    color: #fff;
    background-color: #1a1a1a;
}
.inpage-map {
    width: 100%;
    margin-top: 70px;
}
@media (max-width: 1199px) {
    .inpage-map {
        margin-top: 50px;
    }
}
.inpage-map iframe {
    width: 100%;
    height: 600px;
}
@media (max-width: 1400px) {
    .inpage-map iframe {
        height: 500px;
    }
}
@media (max-width: 991px) {
    .inpage-map iframe {
        height: 400px;
    }
}
.inpage-sitemap {
    min-height: 70vh;
}
.inpage-sitemap .sitemap>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: 767px) {
    .inpage-sitemap .sitemap>ul>li {
        width: 100%;
        margin: 10px 0;
    }
}
.inpage-sitemap .sitemap>ul>li>a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px) {
    .inpage-sitemap .sitemap>ul>li>a {
        font-size: 18px;
    }
}
.inpage-sitemap .sitemap>ul>li>ul {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .inpage-sitemap .sitemap>ul>li>ul>li {
        display: inline-block;

        margin-right: 20px;

        vertical-align: top;
    }
}
.inpage-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 2;

    display: block;

    color: #666;
}
.inpage-sitemap .sitemap>ul>li>ul>li>a:hover {
    color: #024c9a;
}
.wp-pagenavi {
    position: relative;

    width: 100%;
    margin: 60px 0 0 0;
    padding: 0;

    text-align: center;
    display: flex;
    justify-content: center;
}
@media (max-width: 991px) {
    .wp-pagenavi {
        margin-top: 30px;
    }
}
.wp-pagenavi span,
.wp-pagenavi a {
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #024c9a;
    border: none;
    border: 1px solid #024c9a;
    border-radius: 5px;
}
.wp-pagenavi a:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
.wp-pagenavi span {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
@media (max-width: 991px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 18px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wp-pagenavi li a .icon {
    font-size: 20px;
    font-weight: bold;
}
.wp-pagenavi>.active>a,
.wp-pagenavi>.active>a:focus,
.wp-pagenavi>.active>a:hover,
.wp-pagenavi>.active>span,
.wp-pagenavi>.active>span:focus,
.wp-pagenavi>.active>span:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
.wp-pagenavi>li>a:focus,
.wp-pagenavi>li>a:hover,
.wp-pagenavi>li>span:focus,
.wp-pagenavi>li>span:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
.inpage-application-trusted {
    padding-bottom: 0;

    background: url(../imgs/product-specifications_bg.webp) no-repeat right center;
    background-size: cover;
}
.inpage-application-trusted .application-trusted {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-application-trusted .application-trusted-l {
    width: 70%;
    padding-bottom: 50px;
}
@media (max-width: 767px) {
    .inpage-application-trusted .application-trusted-l {
        width: 100%;
        padding-bottom: 0;
    }
}
.inpage-application-trusted .features {
    margin-top: 40px;
}
.inpage-application-trusted .features>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-application-trusted .features>ul>li {
    width: 33.33333333%;
    margin-top: -1px;
    margin-left: -1px;
}
@media (max-width: 767px) {
    .inpage-application-trusted .features>ul>li {
        width: 50%;
    }
}
.inpage-application-trusted .features .f-itempack {
    height: 100%;
    padding: 30px 30px 60px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border: 1px solid rgba(51, 51, 51, .1);
}
@media (max-width: 1199px) {
    .inpage-application-trusted .features .f-itempack {
        padding: 30px 15px;
    }
}
.inpage-application-trusted .features .f-itempack .icon {
    width: 64px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .inpage-application-trusted .features .f-itempack .icon {
        width: 50px;
    }
}
.inpage-application-trusted .features .f-itempack .icon img {
    width: 100%;
}
.inpage-application-trusted .features .f-itempack .t-features {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;
}
@media (min-width: 1200px) {
    .inpage-application-trusted .features .f-itempack:hover {
        color: #fff;
        background-color: #024c9a;
    }
    .inpage-application-trusted .features .f-itempack:hover .icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .inpage-application-trusted .features .f-itempack:hover .hyh-txt p {
        color: #fff;
    }
}
.inpage-application-trusted .application-trusted-r {
    width: 30%;
    padding-left: 10%;
}
@media (max-width: 767px) {
    .inpage-application-trusted .application-trusted-r {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.inpage-application-trusted .application-trusted-r img {
    width: 25vw;
}
@media (max-width: 767px) {
    .inpage-application-trusted .application-trusted-r img {
        width: 100%;
    }
}
.inpage-application-menu {
    padding: 10px 0;

    color: #fff;
    background-color: #024c9a;
}
.inpage-application-menu .application-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-application-menu .application-menu>ul>li {
    padding: 5px;
}
.inpage-application-menu .application-menu>ul>li>a {
    font-size: 20px;
    line-height: 30px;

    display: block;

    padding: 15px 30px;

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

    background: #4a6b9c;
}
@media (max-width: 1560px) {
    .inpage-application-menu .application-menu>ul>li>a {
        padding: 10px 20px;
    }
}
@media (max-width: 1199px) {
    .inpage-application-menu .application-menu>ul>li>a {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 991px) {
    .inpage-application-menu .application-menu>ul>li>a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .inpage-application-menu .application-menu>ul>li>a {
        font-size: 14px;

        padding: 5px 10px;
    }
}
.inpage-application-menu .application-menu>ul>li>a:hover {
    background-color: #0062c9;
}
.inpage-application-fitness {
    background: rgba(197, 213, 232, .1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
}
.inpage-application-fitness ul li {
    padding: 25px 0;
    display: none;
}
.inpage-application-fitness ul li:nth-child(-n+4) {
    display: list-item;
}
.inpage-application-fitness ul li:nth-child(2n) .application-fitness {
    flex-direction: row-reverse;
}
.inpage-application-fitness ul li:nth-child(2n) .application-fitness-l {
    padding-right: 0;
    padding-left: 5%;
}
.inpage-application-fitness .application-fitness {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-application-fitness .application-fitness-l {
    width: 60%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .inpage-application-fitness .application-fitness-l {
        width: 100%;
        padding-right: 0;
    }
    .inpage-application-fitness ul li:nth-child(2n) .application-fitness-l {
        padding-left: 0;
    }
}
.inpage-application-fitness .application-fitness-l .hyh-txt {
    margin-top: 30px;
}
.inpage-application-fitness .application-fitness-l .hyh-txt h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .inpage-application-fitness .application-fitness-l .hyh-txt h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .inpage-application-fitness .application-fitness-l .hyh-txt h3 {
        font-size: 18px;
    }
}
.inpage-application-fitness .application-fitness-r {
    width: 40%;
}
@media (max-width: 767px) {
    .inpage-application-fitness .application-fitness-r {
        width: 100%;
        margin-top: 30px;
    }
}
.inpage-application-fitness .application-fitness-r img {
    width: 100%;
}
.inpage-application-industries .application-industries>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.inpage-application-industries .application-industries>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .inpage-application-industries .application-industries>ul>li {
        margin-top: 20px;
    }
}
.inpage-application-industries .application-industries .industries-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.inpage-application-industries .application-industries .industries-group .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 100%;
    padding: 30px 100px 30px 30px;

    background: rgba(197, 213, 232, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1400px) {
    .inpage-application-industries .application-industries .industries-group .desc {
        padding: 20px 80px 20px 20px;
    }
}
@media (max-width: 767px) {
    .inpage-application-industries .application-industries .industries-group .desc {
        padding: 20px 50px 20px 15px;
    }
}
.inpage-application-industries .application-industries .industries-group .desc h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1400px) {
    .inpage-application-industries .application-industries .industries-group .desc h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .inpage-application-industries .application-industries .industries-group .desc h3 {
        font-size: 18px;
    }
}
.inpage-application-industries .application-industries .industries-group .desc p {
    font-size: 14px;
    line-height: 1.5;

    margin: 10px 0 0 0;
}
.inpage-application-industries .application-industries .industries-group .desc:after {
    display: block;

    width: 34px;
    height: 34px;
    margin-top: 30px;

    content: '';

    background: url(../imgs/yinhao.webp) no-repeat center;
    background-size: 100% auto;
}
.inpage-application-industries .application-industries .industries-group .icon {
    position: relative;
    z-index: 6;

    width: 110px;
    height: 110px;
    margin-left: -70px;
    padding: 20px;

    border-radius: 10px;
    background-color: #024c9a;
}
@media (max-width: 1400px) {
    .inpage-application-industries .application-industries .industries-group .icon {
        width: 90px;
        height: 90px;
        margin-left: -50px;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .inpage-application-industries .application-industries .industries-group .icon {
        width: 70px;
        height: 70px;
        margin-left: -30px;
        padding: 15px;
    }
}
.inpage-application-industries .application-industries .industries-group .icon img {
    width: 100%;
}
.inpage-service-custom .t-inpage {
    max-width: 60%;
}
@media (max-width: 991px) {
    .inpage-service-custom .t-inpage {
        max-width: 100%;
    }
}
.inpage-service-custom .service-custom {
    margin-top: 30px;
}
.inpage-service-custom .service-custom>ul {
    margin: 0 -5px;
}
.inpage-service-custom .service-custom>ul>li {
    margin-top: 10px;
    padding: 0 5px;
}
.inpage-service-custom .service-custom img {
    width: 100%;

    border: 2px solid rgba(51, 51, 51, .1);
}
.inpage-service-what {
    background: -webkit-linear-gradient(271deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
}
.inpage-service-what .service-what>ul>li {
    margin-top: 30px;
}
@media (min-width: 1560px) {
    .inpage-service-what .service-what>ul {
        margin: 0 -30px;
    }
    .inpage-service-what .service-what>ul>li {
        padding: 0 30px;
    }
}
.inpage-service-what .service-what .what-itempack {
    overflow: hidden;

    height: 100%;

    border-radius: 20px;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .inpage-service-what .service-what .what-itempack {
        border-radius: 10px;
    }
}
.inpage-service-what .service-what .what-itempack .img .imgw {
    padding-bottom: 66.27906977%;
}
.inpage-service-what .service-what .what-itempack .img .imgw img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inpage-service-what .service-what .what-itempack .txt {
    padding: 15px 30px;
}
@media (max-width: 991px) {
    .inpage-service-what .service-what .what-itempack .txt {
        padding: 15px;
    }
}
.inpage-service-what .service-what .what-itempack .title-service {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .inpage-service-what .service-what .what-itempack .title-service {
        font-size: 18px;
    }
}
.inpage-service-what .service-what .what-itempack .hyh-txt {
    margin-top: 10px;
}
.inpage-service-what .service-what .what-itempack .hyh-txt p {
    font-size: 16px;
}
@media (max-width: 767px) {
    .inpage-service-what .service-what .what-itempack .hyh-txt p {
        font-size: 14px;
    }
}
.inpage-service-what .service-what .what-itempack .hyh-txt p strong {
    color: #222;
}
@media (min-width: 1200px) {
    .inpage-service-what .service-what .what-itempack:hover .img .imgw img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .inpage-service-what .service-what .what-itempack:hover .title-service {
        text-decoration: underline;

        color: #024c9a;
    }
}
.inpage-service-stainless .service-stainless {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-service-stainless .service-stainless-l {
    width: 64%;
    padding-right: 3%;
}
@media (max-width: 767px) {
    .inpage-service-stainless .service-stainless-l {
        width: 100%;
    }
}
.inpage-service-stainless .service-stainless-l .product-desc-txt {
    padding-top: 0;
}
.inpage-service-stainless .service-stainless-r {
    width: 36%;
}
@media (max-width: 767px) {
    .inpage-service-stainless .service-stainless-r {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.inpage-service-stainless .service-stainless-r img {
    width: 100%;
}
.inpage-service-design {
    background: -webkit-linear-gradient(271deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
}
.inpage-service-design .service-design>ul {
    margin: 0 -60px;
}
@media (max-width: 1199px) {
    .inpage-service-design .service-design>ul {
        margin: 0 -30px;
    }
}
.inpage-service-design .service-design>ul>li {
    position: relative;

    margin-top: 40px;
    padding: 0 60px;
}
@media (max-width: 1199px) {
    .inpage-service-design .service-design>ul>li {
        padding: 0 30px;
    }
}
.inpage-service-design .service-design>ul>li:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    top: 50%;
    right: -15px;

    width: 30px;

    content: '\e647';
    text-align: center;

    color: #024c9a;
}
@media (max-width: 767px) {
    .inpage-service-design .service-design>ul>li:after {
        top: auto;
        bottom: -50px;
        left: 50%;

        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
    }
}
.inpage-service-design .service-design>ul>li:nth-child(3):after {
    top: auto;
    bottom: -50px;
    left: 50%;

    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}
.inpage-service-design .service-design>ul>li:nth-child(4) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
@media (max-width: 767px) {
    .inpage-service-design .service-design>ul>li:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
}
.inpage-service-design .service-design>ul>li:nth-child(4):after {
    display: none;
}
@media (max-width: 767px) {
    .inpage-service-design .service-design>ul>li:nth-child(4):after {
        display: block;
    }
}
.inpage-service-design .service-design>ul>li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.inpage-service-design .service-design>ul>li:nth-child(5):after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .inpage-service-design .service-design>ul>li:nth-child(5):after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.inpage-service-design .service-design>ul>li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
@media (max-width: 767px) {
    .inpage-service-design .service-design>ul>li:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .inpage-service-design .service-design>ul>li:nth-child(6):after {
        display: none;
    }
}
.inpage-service-design .service-design>ul>li:nth-child(6):after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.inpage-service-design .service-design .service-design-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.inpage-service-design .service-design .service-design-group .servicenum {
    font-size: 80px;
    font-weight: bold;
    line-height: 1;

    color: rgba(255, 255, 255, 0);

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #024c9a;
}
@media (max-width: 1199px) {
    .inpage-service-design .service-design .service-design-group .servicenum {
        font-size: 70px;
    }
}
@media (max-width: 991px) {
    .inpage-service-design .service-design .service-design-group .servicenum {
        font-size: 60px;
    }
}
.inpage-service-design .service-design .service-design-group .txt {
    position: relative;
    z-index: 6;

    margin-top: -30px;
    padding: 20px 30px;

    border: 2px solid #d9d9d9;
    border-radius: 15px;
    background: #fff;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .inpage-service-design .service-design .service-design-group .txt {
        margin-top: -20px;
        padding: 20px;
    }
}
.inpage-service-design .service-design .service-design-group .txt .title-design {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .inpage-service-design .service-design .service-design-group .txt .title-design {
        font-size: 18px;
    }
}
.inpage-service-design .service-design .service-design-group .txt .hyh-txt {
    margin-top: 8px;
}
.inpage-service-design .service-design .service-design-group .txt .hyh-txt p {
    line-height: 1.44444444;
}
.inpage-service-projects .service-projects {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .inpage-service-projects .service-projects {
        margin-top: 30px;
    }
}
.inpage-service-projects .service-projects>ul>li:nth-child(2n) .service-projects-itempack {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.inpage-service-projects .service-projects .service-projects-itempack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -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;
}
.inpage-service-projects .service-projects .service-projects-itempack .img {
    width: 50%;
}
@media (max-width: 767px) {
    .inpage-service-projects .service-projects .service-projects-itempack .img {
        width: 100%;
    }
}
.inpage-service-projects .service-projects .service-projects-itempack .img img {
    width: 100%;
}
.inpage-service-projects .service-projects .service-projects-itempack .txt {
    width: 50%;
    padding: 30px 5%;
}
@media (max-width: 991px) {
    .inpage-service-projects .service-projects .service-projects-itempack .txt {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .inpage-service-projects .service-projects .service-projects-itempack .txt {
        width: 100%;
        padding: 20px 0;
    }
}
.inpage-service-projects .service-projects .service-projects-itempack .txt .title-service-projects {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33333333;

    color: #024c9a;
}
@media (max-width: 1560px) {
    .inpage-service-projects .service-projects .service-projects-itempack .txt .title-service-projects {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .inpage-service-projects .service-projects .service-projects-itempack .txt .title-service-projects {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .inpage-service-projects .service-projects .service-projects-itempack .txt .title-service-projects {
        font-size: 18px;
    }
}
.inpage-service-projects .service-projects .service-projects-itempack .txt .hyh-txt {
    margin: 20px 0 0 0;
}
.inpage-service-projects .service-projects .service-projects-itempack .txt .hyh-txt p {
    margin: 8px 0 0 0;
}
.inpage-service-projects .service-projects .service-projects-itempack .txt .hyh-txt p strong {
    color: #222;
}
.inpage-service-faqs {
    background: -webkit-linear-gradient(271deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) -35.39%, rgba(244, 249, 255, .6) -2.07%, rgba(197, 213, 232, .6) 97.88%);
}
@media (min-width: 1200px) {
    .inpage-product-all {
        overflow: visible;
    }
}
.inpage-product-all .product-all-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-product-all .product-all-top-l {
    width: 330px;
}
@media (max-width: 1400px) {
    .inpage-product-all .product-all-top-l {
        width: 280px;
    }
}
@media (max-width: 1199px) {
    .inpage-product-all .product-all-top-l {
        width: 100%;
    }
}
.inpage-product-all .product-all-top-r {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
    padding-left: 3%;
}
@media (max-width: 1400px) {
    .inpage-product-all .product-all-top-r {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
    }
}
@media (max-width: 1199px) {
    .inpage-product-all .product-all-top-r {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.inpage-product-all .product-all-menu {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 100px;
}
.inpage-product-all .product-all-menu .all-menu1>li>a {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;

    display: block;

    padding: 20px 40px;

    color: #fff;
    background-color: #024c9a;
}
@media (max-width: 1400px) {
    .inpage-product-all .product-all-menu .all-menu1>li>a {
        font-size: 18px;

        padding: 20px;
    }
}
@media (max-width: 1199px) {
    .inpage-product-all .product-all-menu .all-menu1>li>a {
        padding: 10px;
    }
}
.inpage-product-all .product-all-menu .all-menu2 {
    margin-top: 20px;
    padding: 20px;

    background: rgba(197, 213, 232, .2);
}
@media (max-width: 1400px) {
    .inpage-product-all .product-all-menu .all-menu2 {
        margin-top: 10px;
    }
}
@media (max-width: 1199px) {
    .inpage-product-all .product-all-menu .all-menu2 {
        padding: 10px;
    }
}
@media (max-width: 1199px) {
    .inpage-product-all .product-all-menu .all-menu2>li {
        display: inline-block;

        vertical-align: top;
    }
}
.inpage-product-all .product-all-menu .all-menu2>li>a {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;

    display: block;

    padding: 15px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1400px) {
    .inpage-product-all .product-all-menu .all-menu2>li>a {
        font-size: 18px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .inpage-product-all .product-all-menu .all-menu2>li>a {
        font-size: 16px;
        line-height: 24px;
    }
}
.inpage-product-all .product-all-menu .all-menu2>li.active>a,
.inpage-product-all .product-all-menu .all-menu2>li:hover>a {
    color: #fff;
    background-color: #024c9a;
}
.inpage-product-all-what {
    position: relative;

    padding-bottom: 0;
}
.inpage-product-all-what:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 60%;

    content: '';

    background-color: #024c9a;
}
.inpage-product-all-what .t-inpage {
    position: relative;
    z-index: 6;

    padding-left: 15px;
}
.inpage-product-all-what .t-inpage:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 3px;
    height: 31px;

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

    background-color: #fff;
}
.inpage-product-all-what .t-inpage h2 {
    color: #fff;
}
.inpage-product-all-what .product-txt {
    position: relative;
    z-index: 6;

    margin-top: 20px;
}
.inpage-product-all-what .product-txt p {
    line-height: 1.75;

    color: #fff;
}
.inpage-product-all-what .product-all-what {
    position: relative;
    z-index: 6;

    margin-top: 50px;
}
@media (max-width: 1199px) {
    .inpage-product-all-what .product-all-what {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .inpage-product-all-what .product-all-what {
        margin-top: 20px;
    }
}
.inpage-product-all-what .product-all-what>ul>li {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .inpage-product-all-what .product-all-what>ul>li {
        margin-top: 20px;
    }
}
.inpage-product-all-what .product-all-what .what-group {
    overflow: hidden;

    height: 100%;

    border-radius: 20px 20px 0 0;
    background: #f6f6f6;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}
.inpage-product-all-what .product-all-what .what-group .imgw {
    padding-bottom: 52.17391304%;
}
.inpage-product-all-what .product-all-what .what-group .imgw img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inpage-product-all-what .product-all-what .what-group .txt {
    padding: 20px 40px;
}
@media (max-width: 1199px) {
    .inpage-product-all-what .product-all-what .what-group .txt {
        padding: 20px;
    }
}
.inpage-product-all-what .product-all-what .what-group .txt .title-what {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1199px) {
    .inpage-product-all-what .product-all-what .what-group .txt .title-what {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .inpage-product-all-what .product-all-what .what-group .txt .title-what {
        font-size: 18px;
    }
}
.inpage-product-all-what .product-all-what .what-group .txt .hyh-txt {
    margin-top: 8px;
}
.inpage-product-all-what .product-all-what .what-group .txt .hyh-txt p {
    font-size: 16px;
}
@media (max-width: 991px) {
    .inpage-product-all-what .product-all-what .what-group .txt .hyh-txt p {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .inpage-product-all-what .product-all-what .what-group:hover .imgw img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.inpage-product-all-about .product-all-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-product-all-about .product-all-about-l {
    width: 65%;
    padding-right: 3%;
}
@media (max-width: 767px) {
    .inpage-product-all-about .product-all-about-l {
        width: 100%;
        padding-right: 0;
    }
}
.inpage-product-all-about .product-all-about-l .hyh-txt {
    margin-top: 20px;
}
.inpage-product-all-about .product-all-about-r {
    width: 35%;
}
@media (max-width: 767px) {
    .inpage-product-all-about .product-all-about-r {
        width: 100%;
        margin-top: 20px;
    }
}
.inpage-product-all-about .product-all-about-r img {
    width: 100%;
}
.inpage-product-all-possible {
    border: 2px solid #f5f5f5;
    background: #f5f5f5;
}
.inpage-product-all-possible .product-all-possible {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .inpage-product-all-possible .product-all-possible {
        margin-top: 30px;
    }
}
.inpage-product-all-possible .product-all-possible .possible-itempack {
    position: relative;
}
.inpage-product-all-possible .product-all-possible .possible-itempack .imgw {
    padding-bottom: 83.82352941%;
}
.inpage-product-all-possible .product-all-possible .possible-itempack .play {
    line-height: 68px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;

    width: 68px;
    height: 68px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(302deg, #046fb8 3.79%, #024c9a 66.01%);
    background-image: linear-gradient(148deg, #046fb8 3.79%, #024c9a 66.01%);
}
@media (max-width: 767px) {
    .inpage-product-all-possible .product-all-possible .possible-itempack .play {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.inpage-product-all-possible .product-all-possible .possible-itempack .play:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3.79%, #046fb8), color-stop(66.01%, #024c9a));
    background-image: -webkit-linear-gradient(top, #046fb8 3.79%, #024c9a 66.01%);
    background-image: linear-gradient(180deg, #046fb8 3.79%, #024c9a 66.01%);
}
.inpage-product-stainless .features-txt {
    margin-top: 30px;
}
.inpage-product-materials .hyh-txt {
    margin-top: 20px;
}
.inpage-product-choose {
    padding-bottom: 0;
}
.inpage-product-show {
    background: #f8f8f8;
    padding-top: 160px;
}
.inpage-product-show .product-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-product-show .product-show-left {
    width: 40%;
}
@media (max-width: 1199px) {
    .inpage-product-show .product-show-left {
        width: 100%;
    }
}
.inpage-product-show .product-show-left .p-itempack .imgw {
    padding-bottom: 66.27906977%;
}
.inpage-product-show .product-show-left .slick-list {
    margin: 0 -5px;
}
.inpage-product-show .product-show-left .slick-slide {
    padding: 0 5px;
}
.inpage-product-show .product-show-left .product-show-small .slick-arrow {
    left: -10%;

    color: #333;
    border: none;
    background: none;
}
@media (max-width: 1199px) {
    .inpage-product-show .product-show-left .product-show-small .slick-arrow {
        left: -5%;
    }
}
@media (max-width: 767px) {
    .inpage-product-show .product-show-left .product-show-small .slick-arrow {
        left: -25px;
    }
}
.inpage-product-show .product-show-left .product-show-small .slick-arrow.slick-next {
    right: -10%;
    left: auto;
}
@media (max-width: 1199px) {
    .inpage-product-show .product-show-left .product-show-small .slick-arrow.slick-next {
        right: -5%;
    }
}
@media (max-width: 767px) {
    .inpage-product-show .product-show-left .product-show-small .slick-arrow.slick-next {
        right: -25px;
    }
}
.inpage-product-show .product-show-left .product-show-small .slick-arrow:before {
    font-size: 30px;
}
@media (max-width: 767px) {
    .inpage-product-show .product-show-left .product-show-small .slick-arrow:before {
        font-size: 24px;
    }
}
.inpage-product-show .product-show-left .product-show-small .slick-arrow:hover {
    color: #024c9a;
}
.inpage-product-show .product-show-left .product-show-small .p-itempack {
    border: 1px solid #fff;
}
.inpage-product-show .product-show-left .product-show-small .slick-current .p-itempack {
    border-color: #024c9a;
}
.inpage-product-show .product-show-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 60%;
    padding-left: 8%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .inpage-product-show .product-show-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.inpage-product-show .product-show-right .title-product-show {
    position: relative;

    padding-left: 30px;
}
@media (max-width: 991px) {
    .inpage-product-show .product-show-right .title-product-show {
        padding-left: 20px;
    }
}
.inpage-product-show .product-show-right .title-product-show:before {
    position: absolute;
    top: 5px;
    left: 0;

    display: block;

    width: 2px;
    height: 36px;

    content: '';

    background-color: #024c9a;
}
@media (max-width: 991px) {
    .inpage-product-show .product-show-right .title-product-show:before {
        height: 26px;
    }
}
.inpage-product-show .product-show-right .title-product-show h1 {
    font-family: 'Akzidenz-Grotesk BQ Extra Conde';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 991px) {
    .inpage-product-show .product-show-right .title-product-show h1 {
        font-size: 24px;
    }
}
.inpage-product-show .product-show-right .txt-top {
    margin-top: 30px;
    padding: 16px 30px;

    background-color: #fff;
}
.inpage-product-show .product-show-right .txt-top p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
.inpage-product-show .product-show-right .txt-top p strong {
    color: #222;
}
.inpage-product-show .product-show-right .txt {
    margin-top: 30px;
}
.inpage-product-show .product-show-right .txt p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
.inpage-product-show .product-show-right .txt p strong {
    color: #222;
}
.inpage-product-show .link-share {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inpage-product-show .link-inquiry a {
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    padding: 0 30px;

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

    color: #fff;
    background-color: #024c9a;
}
.inpage-product-show .link-inquiry a .iconfont {
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.inpage-product-show .link-inquiry a:hover {
    background-color: #002260;
}
.inpage-product-show .share {
    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) {
    .inpage-product-show .share {
        margin-top: 10px;
    }
}
.inpage-product-show .share p {
    font-size: 18px;

    margin: 0;
}
@media (max-width: 767px) {
    .inpage-product-show .share p {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .inpage-product-show-content {
        overflow: hidden;
    }
}
.inpage-product-show-content .wrap-show-menu {
    position: -webkit-sticky;
    position: sticky;
    z-index: 8;
    top: 100px;

    color: #fff;
    background-color: #0f3d82;
}
@media (max-width: 1199px) {
    .inpage-product-show-content .wrap-show-menu {
        top: 0;
    }
}
@media (max-width: 767px) {
    .inpage-product-show-content .wrap-show-menu {
        padding: 10px 0;
    }
}
.inpage-product-show-content .wrap-show-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .inpage-product-show-content .wrap-show-menu ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.inpage-product-show-content .wrap-show-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 30px;
}
@media (max-width: 991px) {
    .inpage-product-show-content .wrap-show-menu ul li a {
        line-height: 24px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .inpage-product-show-content .wrap-show-menu ul li a {
        font-size: 14px;

        padding: 5px 10px;
    }
}
.inpage-product-show-content .wrap-show-menu ul li.active a {
    background-color: #004ab9;
}
.inpage-product-show-content .inpage-product-manfacturing {
    padding-bottom: 0;

    background: none;
}
.inpage-product-show-content .inpage-product-materials .product-desc {
    padding-top: 30px;
}
.inpage-product-show-content .inpage-product-materials .product-desc table tr:nth-child(odd) {
    background-color: #eff2f7;
}
.inpage-product-show-content .inpage-product-parameter {
    padding-bottom: 0;
}
.inpage-product-show-content .inpage-product-parameter .product-desc {
    padding-top: 30px;
}
.inpage-product-show-content .inpage-product-relate .t-inpage {
    text-align: left;
}
.lazy {
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px !important;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
}
@-webkit-keyframes Mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes Mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.fancybox-slide--iframe .fancybox-content {
    width: 50% !important;
    height: 60% !important;
}
@media (max-width: 991px) {
    .fancybox-slide--iframe .fancybox-content {
        width: 90% !important;
        height: 400px !important;
    }
}
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.uploadbtn {
    display: none;
}
.inpage-product-show .open-message .message ul li {
    box-shadow: none;
}

.inpage-product-available .hyh-more a {
    margin: 0 auto;
}

.open-message {
    width: 96%;
    padding: 40px;
    max-width: 800px;
    display: none;
}
@media (max-width: 767px) {
    .open-message {
        padding: 20px;
    }
}
.product-logo {
    margin-top: 20px;
}
.product-logo img {
    width: 100%;
}

.inpage-details-show .details-show .table_over {
    overflow-x: auto;

    margin: 10px 0;
}
.inpage-details-show .details-show table {
    font-size: 16px;
    line-height: 1.44444444;

    width: 100% !important;
    max-width: 100% !important;
}
@media (max-width: 991px) {
    .inpage-details-show .details-show table {}
}
@media (max-width: 767px) {
    .inpage-details-show .details-show table {
        font-size: 14px;
    }
}
.inpage-details-show .details-show table th {
    color: #fff;
    border: 1px solid #024c9a;
    background: -webkit-gradient(linear, left top, left bottom, from(#046fb8), to(#024c9a));
    background: -webkit-linear-gradient(top, #046fb8 0%, #024c9a 100%);
    background: linear-gradient(180deg, #046fb8 0%, #024c9a 100%);
}
.inpage-details-show .details-show table th p {
    color: #fff;
}
.inpage-details-show .details-show table th,
.inpage-details-show .details-show table td {
    padding: 12px 30px;

    border: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
    .inpage-details-show .details-show table th,
    .inpage-details-show .details-show table td {
        padding: 10px 15px;
    }
}

.trp-ls-shortcode-current-language {
  width: fit-content !important;
  padding: 5px 0;
}
.trp-ls-shortcode-current-language a {
  color: #000 !important;
}
.inTop .trp-ls-shortcode-current-language a {
  color: #000 !important;
}
.trp_language_switcher_shortcode {
  /*position: absolute;*/
  /*right: 0;*/
  margin-left: 25px;
}
.trp_language_switcher_shortcode a {
  color: #000;
  display: flex!important;
  align-items: center;
  width: fit-content;
  margin-left: 0!important;
  transition: all 0.35s;
}
.trp_language_switcher_shortcode a:hover {
  color: #E95B8B;
}
.trp_language_switcher_shortcode a img {
  margin-right: 5px;
  margin-bottom: 5px;
}
.trp-language-switcher {
  position: relative;
}
.trp-language-switcher:hover .trp-ls-shortcode-language {
  transform: translateX(-50%) translateY(0) scale(1);
  opacity: 1;
}
.trp-ls-shortcode-language {
  position: absolute;
  display: flex!important;
  flex-direction: column;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.15);
  padding: 15px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  width: fit-content !important;
  opacity: 0;
  transition: all 0.35s;
}

.search {
  padding: 100px 0 0;
}
.search .search-tool {
  display: flex;
  justify-content: center;
}
.search .search-tool form {
  max-width: 500px;
  display: flex;
  position: relative;
  width: 100%;
}
.search .search-tool input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  box-sizing: border-box;
  font-size: 16px;
  transition: all 0.35s;
}
.search .search-tool input:focus {
  outline: none;
  border-color: #024c9a;
}
.search .search-tool button {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  background: transparent;
  border: 0;
  justify-content: center;
  align-items: center;
}
.search .search-tool button i {
  font-size: 24px;
  color: #000;
}
.search .search-all {
  padding: 40px 0 80px;
}
.search .search-all .search-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.search .search-all .search-nav .nav-btn {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 50px;
  position: relative;
  cursor: pointer;
  padding: 10px 0;
}
.search .search-all .search-nav .nav-btn:after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #024c9a;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.35s;
}
.search .search-all .search-nav .nav-btn.active:after {
  width: 85%;
}
.search .search-all .search-nav .nav-btn:hover:after {
  width: 100%;
}
.search .search-all .results .search-list {
  display: none;
  opacity: 0;
}
.search .search-all .results .search-list.active {
  display: block;
  opacity: 1;
}
.search .search-all .results .search-list .fixed {
  display: flex;
  align-items: center;
}
.search .search-all .results .search-list ul {
  padding: 0;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.search .search-all .results .search-list ul > p {
  padding: 0 15px;
}
.search .search-all .results .search-list li {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  width: 25%;
}
.search .search-all .results .search-list li:nth-child(n+5) {
  margin-top: 20px;
}
.search .search-all .results .search-list .search-img {
  display: flex;
  width: 100%;
}
.search .search-all .results .search-list .search-img .img-box{
    position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.search .search-all .results .search-list .search-img .img-box img{
    position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.search .search-all .results .search-list .search-img div {
  width: 100%;
}
.search .search-all .results .search-list .li-inner {
  padding: 20px 20px;
  box-shadow: 0 1px 11px 2px rgba(0, 0, 0, 0.05);
  flex-direction: column;
  transition: all 0.35s;
}
.search .search-all .results .search-list .li-inner:hover {
  transform: translateY(-10px);
}
.search .search-all .results .search-list .img-text {
  padding-top: 15px;
  width: 100%;
}
.search .search-all .results .search-list .img-text .type {
  font-size: 14px;
  color: #024c9a;
  line-height: 1;
  margin-bottom: 10px;
}
.search .search-all .results .search-list .img-text .t {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
  color: #330313;
  min-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search .search-all .results .search-list .img-text .t a {
  color: inherit;
}
.search .search-all .results .search-list .img-text .d {
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 15px;
  min-height: 68px;
}
.search .search-all .results .search-list .img-text .d p {
  margin: 0;
}
.search .search-all .results .search-list .img-text .see-more {
  display: flex;
  width: fit-content;
  background-color: #024c9a;
  color: #fff;
  padding: 5px 18px 2px;
  border-radius: 14px;
}