/**
 * style.less
 * 层叠样式表
 */

.ff {
    font-family: 'iconfont' !important;
}

@font-face {
    font-family: 'DINCond';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/DINCond-Regular.eot');
    src: local('DINCond-Regular'), url('../fonts/DINCond-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCond-Regular.woff2') format('woff2'), url('../fonts/DINCond-Regular.woff') format('woff'), url('../fonts/DINCond-Regular.ttf') format('truetype'), url('../fonts/DINCond-Regular.svg#DINCond-Regular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Staatliches';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Staatliches-Regular.eot');
    src: local('Staatliches Regular'), local('Staatliches-Regular'), url('../fonts/Staatliches-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Staatliches-Regular.woff2') format('woff2'), url('../fonts/Staatliches-Regular.woff') format('woff'), url('../fonts/Staatliches-Regular.ttf') format('truetype'), url('../fonts/Staatliches-Regular.svg#Staatliches-Regular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/Cinzel-Bold.eot');
    src: local('Cinzel Bold'), local('Cinzel-Bold'), url('../fonts/Cinzel-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Cinzel-Bold.woff2') format('woff2'), url('../fonts/Cinzel-Bold.woff') format('woff'), url('../fonts/Cinzel-Bold.ttf') format('truetype'), url('../fonts/Cinzel-Bold.svg#Cinzel-Bold') format('svg');
    font-display: swap;
}

body {
    font-family: ' ', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
    width: auto !important;
}

li,
ol,
ul {
    list-style: none;
}

a {
    color: inherit;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

ul {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    border: none;
    outline: none;
}

a[data-fancybox] {
    outline: none;
}

a[data-fancybox] img {
    outline: none !important;
}

.slick-slide {
    outline: none;
}

.slick-slide a {
    outline: none !important;
}

@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}

.lazy {
    /* background-image: url(../js/slick/ajax-loader.gif); */
    background-repeat: no-repeat;
    background-position: center;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}

.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}

.slick-disabled {
    cursor: no-drop;
    opacity: .5;
}

body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}

@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}

@media (min-width: 1630px) {
    .container {
        width: 1600px;
    }
}

@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;
    }
}

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;
}

.ibox {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.ibox img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.fancybox-slide--iframe .fancybox-content {
    width: 733px !important;
    max-width: 80%;
    height: 500px !important;
    max-height: 50% !important;
    margin: 0;
}

.fancybox-caption {
    font-size: 16px;
    text-align: center;
    border: none;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.tranform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}

.fp-auto-height {
    height: auto;
}

.fp-scrollable {
    height: auto;
}

.slick-arrow {
    font-size: 36px;
    line-height: 1;
    line-height: 70px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    overflow: hidden;
    width: 40px;
    height: 70px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    border: none;
    outline: none;
    background: none;
}

@media (max-width: 767px) {
    .slick-arrow {
        font-size: 20px;
        line-height: 50px;
        width: 30px;
        height: 50px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}

.slick-arrow:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\eb60';
}

.slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-arrow:hover {
    opacity: .6;
}

.slick-dots {
    margin-top: 70px;
    text-align: center;
}

@media (max-width: 991px) {
    .slick-dots {
        margin-top: 30px;
    }
}

.slick-dots li {
    display: inline-block;
    width: 70px;
    height: 1px;
    margin: 0 auto;
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, .3);
}

@media (max-width: 1470px) {
    .slick-dots li {
        width: 50px;
    }
}

@media (max-width: 991px) {
    .slick-dots li {
        width: 20px;
        height: 2px;
    }
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    width: 170px;
    height: 3px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .slick-dots li.slick-active {
        width: 60px;
    }
}

.header-box {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0 3%;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
}

@media (max-width: 1199px) {
    .header-box {
        position: fixed;
        height: 60px;
        padding: 0 15px;
    }
}

.header-box .logo,
.header-box .logo-nav {
    display: inline-block;
    float: left;
    height: 50px;
    margin-top: 25px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: left;
}

@media (max-width: 1199px) {
    .header-box .logo,
    .header-box .logo-nav {
        height: 40px;
        margin-top: 10px;
    }
}

.header-box .logo a,
.header-box .logo-nav a {
    display: block;
    height: 100%;
    color: #fff;
}

.header-box .logo img,
.header-box .logo-nav img,
.header-box .logo p,
.header-box .logo-nav p {
    display: inline-block;
    vertical-align: middle;
}

.header-box .logo .black,
.header-box .logo-nav .black {
    display: none;
}

.header-box .logo img,
.header-box .logo-nav img {
    height: 100%;
}

.header-box .logo p,
.header-box .logo-nav p {
    font-size: 28px;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1199px) {
    .header-box .logo p,
    .header-box .logo-nav p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .header-box .logo p,
    .header-box .logo-nav p {
        font-size: 18px;
    }
}

.header-box .logo p span,
.header-box .logo-nav p span {
    font-size: 12px;
    display: block;
}

.header-box .logo p i,
.header-box .logo-nav p i {
    font-style: normal;
    color: #c00;
}

.header-box .logo-nav a {
    color: #000;
}

.header-box .logo-nav a p {
    font-size: 26px;
    font-weight: bold;
}

.header-box .logo-nav a p span {
    font-weight: normal;
}

.header-box .button-menu {
    display: none;
    width: 30px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: right;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .header-box .button-menu {
        display: inline-block;
        float: right;
        margin-top: 17px;
    }
}

.header-box .button-menu span {
    display: block;
    width: 30px;
    height: 3px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 10px;
    background-color: #fff;
}

.header-box .button-menu span.mline2 {
    width: 20px;
    margin: 6px 0 6px 10px;
}

.header-box .whatsapp {
    display: inline-block;
    float: right;
}

@media (max-width: 1199px) {
    .header-box .whatsapp {
        display: none;
    }
}

.header-box .whatsapp h3 {
    font-family: 'DINCond';
    font-size: 30px;
    line-height: 100px;
    margin: 0;
}

.header-box .whatsapp h3 img {
    display: inline-block;
    width: 34px;
    margin-right: 10px;
    margin-top: -8px;
    vertical-align: middle;
}

.header-box .whatsapp h3 .blue {
    display: none;
}

.header-box .nav-box {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .header-box .nav-box {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        color: #fff;
        background: url(../images/xsmenu_bg.jpg) no-repeat center;
        background-size: cover;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -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;
        display: none;
    }
}

@media (max-width: 1199px) {
    .header-box .nav-box ul.nav-leve1 {
        margin: 20px 0;
    }
}

.header-box .nav-box ul.nav-leve1>li {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .header-box .nav-box ul.nav-leve1>li {
        display: block;
    }
}

.header-box .nav-box ul.nav-leve1>li>a {
    font-size: 18px;
    line-height: 100px;
    display: inline-block;
    padding: 0 24px;
}

@media (max-width: 1470px) {
    .header-box .nav-box ul.nav-leve1>li>a {
        padding: 0 16px;
    }
}

@media (max-width: 1350px) {
    .header-box .nav-box ul.nav-leve1>li>a {
        font-size: 16px;
        padding: 0 14px;
    }
}

@media (max-width: 1199px) {
    .header-box .nav-box ul.nav-leve1>li>a {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
        padding: 10px;
        letter-spacing: 20px;
    }
}

.header-box .nav-box ul.nav-leve1>li.active>a,
.header-box .nav-box ul.nav-leve1>li:hover>a {
    color: #00a2ff;
}

.header-box .nav-box ul.nav-leve1>li:hover>a {
    color: #fff;
    background-color: rgba(22, 57, 127, .8);
}

@media (max-width: 1199px) {
    .header-box .nav-box ul.nav-leve1>li:hover>a {
        background: none;
    }
}

.header-box .nav-box .nav-level2 {
    position: absolute;
    top: 100%;
    display: none;
    padding: 20px;
    text-align: left;
    background-color: rgba(22, 57, 127, .8);
}

.header-box .nav-box .nav-level2 li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header-box .nav-box .nav-level2 li>a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    min-width: 180px;
    padding: 15px 10px;
    color: #bcc1d0;
}

.header-box .nav-box .nav-level2 li:hover>a {
    color: #fff;
}

.header-box .nav-box .nav-level2-about {
    left: 0;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.header-box .nav-box .nav-level2-about>li {
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
}

.header-box .nav-box .nav-level2-about>li>a {
    font-size: 18px;
    padding: 0 30px;
}

.header-box .nav-box .nav-level2-about>li>a img,
.header-box .nav-box .nav-level2-about>li>a span {
    display: inline-block;
    vertical-align: middle;
}

.header-box .nav-box .nav-level2-about>li>a img {
    width: 50px;
    margin-right: 10px;
}

.header-box .nav-box .nav-level2-about>li:hover>a {
    color: rgba(255, 255, 255, .8);
}

.header-box .nav-box .nav-level2-about>li:hover>a img {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}

.header-box .nav-box .nav-level2-product {
    left: 0;
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

.header-box .nav-box .nav-level2-product .nav-left {
    display: inline-block;
    max-width: 430px;
    text-align: left;
    vertical-align: middle;
}

.header-box .nav-box .nav-level2-product .nav-left li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header-box .nav-box .nav-level2-product .nav-left li>a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 15px 30px 15px 10px;
    color: #ffffff;
    position: relative;
}

.header-box .nav-box .nav-level2-product .nav-left li>a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0;
    line-height: 54px;
    width: 30px;
    content: '\e687';
    opacity: 0;
}

.header-box .nav-box .nav-level2-product .nav-left li.active>a {
    color: #fff;
}

.header-box .nav-box .nav-level2-product .nav-left li.active>a:after {
    opacity: 1;
}

.header-box .nav-box .nav-level2-product .nav-right {
    display: inline-block;
    width: 550px;
    margin-left: 100px;
    vertical-align: middle;
}

.header-box .nav-box .nav-level2-product .nav-right .nav-pic {
    display: none;
}

.header-box .nav-box .nav-level2-product .nav-right .nav-pic:nth-child(1) {
    display: block;
}

.header-box .nav-box .nav-level2-product .nav-right img {
    width: 100%;
    max-width: 370px;
}

.header-box .tel-nav h3 {
    font-size: 18px;
    letter-spacing: 9px;
    color: #999;
}

.header-box .tel-nav p {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 24px;
    color: #fff;
}

.header-box .tel-nav p .icon {
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.header-box .language {
    display: inline-block;
    float: right;
    margin-top: 32px;
    margin-left: 20px;
}

@media (max-width: 1199px) {
    .header-box .language {
        position: absolute;
        top: 0;
        right: 60px;
        margin-top: 12px;
    }
}

.header-box .language a {
    font-family: 'DINCond';
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #fff;
}

.menu-open {
    overflow: hidden;
}

.menu-open .header-box .button-menu {
    font-size: 0;
    position: fixed;
    z-index: 10;
    top: 20px;
    right: 15px;
    height: 30px;
}

.menu-open .header-box .button-menu span {
    position: absolute;
    top: 0;
    text-align: center;
    background-color: #fff;
}

.menu-open .header-box .button-menu span.mline2 {
    display: none;
    margin: 0;
}

.menu-open .header-box .button-menu span.mline1 {
    left: 0;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
}

.menu-open .header-box .button-menu span.mline3 {
    right: 0;
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
}

.menu-open .header-box .nav-box {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #010e2e;
}

.fp-viewing-section7 .header-box {
    color: #333;
    background-color: #fff;
}

.fp-viewing-section7 .header-box .logo .white {
    display: none;
}

.fp-viewing-section7 .header-box .logo .black {
    display: block;
}

.fp-viewing-section7 .header-box .whatsapp {
    color: #010e2e;
}

.fp-viewing-section7 .header-box .whatsapp .white {
    display: none;
}

.fp-viewing-section7 .header-box .whatsapp .blue {
    display: inline-block;
}

.fp-viewing-section7 .header-box .language a {
    color: #010e2e;
    border-color: #010e2e;
}

.stuck-header {
    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.stuck-header .logo .white {
    display: none;
}

.stuck-header .logo .black {
    display: block;
}

.stuck-header .whatsapp {
    color: #010e2e;
}

.stuck-header .whatsapp .white {
    display: none;
}

.stuck-header .whatsapp .blue {
    display: inline-block !important;
}

.stuck-header .language a {
    color: #010e2e;
    border-color: #010e2e;
}

.stuck-header .button-menu span {
    background-color: #333;
}

.customer-service {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.customer-service ul li {
    margin: 2px 0;
}

.customer-service a {
    position: relative;
    display: block;
    color: #fff;
}

.customer-service a .icon {
    font-size: 30px;
    line-height: 60px;
    position: relative;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 6px;
    background-color: #010e2e;
}

.customer-service a .icon img {
    width: 30px;
    margin: 0 auto;
}

.customer-service a p {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 50px;
    margin: 0;
    padding: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    white-space: nowrap;
    background-color: #010e2e;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.customer-service .service-wechat p {
    background-color: #010e2e;
}

.xs-customer-service {
    position: fixed;
    z-index: 9;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #010e2e;
}

.xs-customer-service ul {
    font-size: 0;
}

.xs-customer-service ul li {
    display: inline-block;
    width: 33.33333333%;
    vertical-align: top;
}

.xs-customer-service a {
    display: block;
    padding: 4px;
    color: #fff;
}

.xs-customer-service a .icon {
    font-size: 30px;
    line-height: 1;
    display: block;
}

.xs-customer-service a span {
    font-size: 14px;
    line-height: 1.5;
    display: block;
}

.banner-box {
    font-size: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 767px) {
    .banner-box .banner {
        width: 140%;
        margin-left: -20%;
    }
}

.banner-box .item {
    position: relative;
    overflow: hidden;
}

.banner-box .item img {
    display: block;
}

.banner-box .item .img {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .banner-box .item .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .banner-box .item .img img {
        width: 100%;
    }
}

.banner-box .shui1 {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 20%;
}

@media (max-width: 1199px) {
    .banner-box .shui1 img {
        width: 80px;
    }
}

.banner-box .jiqi {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 5%;
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .banner-box .jiqi {
        left: 10%;
    }
}

.banner-box .jiqi img {
    max-width: 60%;
}

@media (max-width: 1199px) {
    .banner-box .jiqi img {
        max-width: 50%;
    }
}

.banner-box .jiqi2 {
    position: absolute;
    z-index: 2;
    bottom: -10%;
    left: 50%;
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}

.banner-box .jiqi2 img {
    max-width: 50%;
}

@media (max-width: 767px) {
    .banner-box .jiqi2 img {
        max-width: 40%;
    }
}

.banner-box .shui2 {
    position: absolute;
    z-index: 3;
    right: 34%;
    bottom: 0;
}

@media (max-width: 1199px) {
    .banner-box .shui2 img {
        width: 60px;
    }
}

.banner-box .shui3 {
    position: absolute;
    z-index: 1;
    bottom: 30%;
    left: 30%;
}

@media (max-width: 1199px) {
    .banner-box .shui3 img {
        width: 50px;
    }
}

.banner-box .shui4 {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 20%;
}

@media (max-width: 1199px) {
    .banner-box .shui4 img {
        width: 80px;
    }
}

.banner-box .shui5 {
    position: absolute;
    z-index: 3;
    right: 38%;
    bottom: 20%;
}

@media (max-width: 1199px) {
    .banner-box .shui5 img {
        width: 80px;
    }
}

.banner-box .shui6 {
    position: absolute;
    z-index: 3;
    right: 14%;
    bottom: 8%;
}

@media (max-width: 1199px) {
    .banner-box .shui6 img {
        width: 50px;
    }
}

.banner-box .text {
    font-size: 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 8%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

@media (max-width: 1199px) {
    .banner-box .text {
        padding: 0 5%;
    }
}

@media (max-width: 767px) {
    .banner-box .text {
        padding: 0 15%;
    }
}

.banner-box .text img {
    max-width: 100%;
}

.banner-box .text h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0;
    -webkit-transition: all .8s .2s;
    transition: all .8s .2s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

@media (max-width: 1470px) {
    .banner-box .text h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .banner-box .text h2 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .banner-box .text h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .banner-box .text h2 {
        font-size: 20px;
    }
}

.banner-box .text h3 {
    font-family: 'DINCond';
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    -webkit-transition: all .8s .4s;
    transition: all .8s .4s;
    text-transform: uppercase;
}

@media (max-width: 1470px) {
    .banner-box .text h3 {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .banner-box .text h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .banner-box .text h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

.banner-box .text h3 span {
    font-size: 24px;
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #ba0000;
}

.banner-box .text-1 h3 span {
    margin-top: -6px;
}

@media (max-width: 991px) {
    .banner-box .text h3 span {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .banner-box .text h3 span {
        font-size: 18px;
    }
}

.banner-box .text .iconlist {
    -webkit-transition: all .8s .3s;
    transition: all .8s .3s;
}

@media (max-width: 767px) {
    .banner-box .text .iconlist {
        display: none;
    }
}

.banner-box .text .iconlist>ul {
    margin: 0 -30px;
}

@media (max-width: 1199px) {
    .banner-box .text .iconlist>ul {
        margin: 0 -15px;
    }
}

.banner-box .text .iconlist>ul>li {
    display: inline-block;
    margin-top: 30px;
    padding: 0 30px;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .banner-box .text .iconlist>ul>li {
        margin-top: 20px;
        padding: 0 15px;
    }
}

.banner-box .text .iconlist .subjecticon {
    font-size: 14px;
}

.banner-box .text .iconlist .subjecticon .icon {
    display: block;
    width: 70px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .banner-box .text .iconlist .subjecticon .icon {
        width: 50px;
    }
}

.banner-box .text .iconlist .subjecticon .icon img {
    width: 100%;
}

.banner-box .text .iconlist .subjecticon p {
    font-size: 18px;
    line-height: 24px;
    margin: 14px 0 0 0;
}

@media (max-width: 1199px) {
    .banner-box .text .iconlist .subjecticon p {
        font-size: 16px;
    }
}

.banner-box .text h2,
.banner-box .text h3,
.banner-box .text h4,
.banner-box .text .iconlist {
    opacity: 0;
}

.banner-box .text-1 {
    top: 45%;
    text-align: right;
}

.banner-box .text-2 h3 {
    font-size: 24px;
}

.banner-box .text-3 {
    text-align: center;
}

.banner-box .text-3 h2 {
    font-size: 60px;
    letter-spacing: 4px;
}

@media (max-width: 1470px) {
    .banner-box .text-3 h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .banner-box .text-3 h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .banner-box .text-3 h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .banner-box .text-3 h2 {
        font-size: 24px;
    }
}

.banner-box .text-3 h4 {
    font-size: 22px;
    line-height: 50px;
    display: inline-block;
    padding: 0 60px;
    -webkit-transition: all .8s .4s;
    transition: all .8s .4s;
    letter-spacing: 26px;
    border-radius: 10px;
    background-color: rgba(31, 44, 97, .8);
}

@media (max-width: 1470px) {
    .banner-box .text-3 h4 {
        letter-spacing: 18px;
    }
}

@media (max-width: 991px) {
    .banner-box .text-3 h4 {
        font-size: 18px;
        padding: 0 40px;
        letter-spacing: 8px;
    }
}

@media (max-width: 767px) {
    .banner-box .text-3 h4 {
        font-size: 16px;
        margin-top: 0;
        padding: 0 20px;
    }
}

.banner-box .slick-current .jiqi,
.banner-box .active-class .jiqi {
    -webkit-animation: fadeInLeft1 4s 0s ease both;
    animation: fadeInLeft1 4s 0s ease both;
}

.banner-box .slick-current .jiqi2,
.banner-box .active-class .jiqi2 {
    -webkit-animation: fadeInRight1 4s 0s ease both;
    animation: fadeInRight1 4s 0s ease both;
}

.banner-box .slick-current .shui1 img,
.banner-box .active-class .shui1 img,
.banner-box .slick-current .shui4 img,
.banner-box .active-class .shui4 img {
    -webkit-animation: shui 5s 0s ease both;
    animation: shui 5s 0s ease both;
}

.banner-box .slick-current .shui2 img,
.banner-box .active-class .shui2 img,
.banner-box .slick-current .shui6 img,
.banner-box .active-class .shui6 img {
    -webkit-animation: shui 4s 0s ease both;
    animation: shui 4s 0s ease both;
}

.banner-box .slick-current .shui3 img,
.banner-box .active-class .shui3 img,
.banner-box .slick-current .shui5 img,
.banner-box .active-class .shui5 img {
    -webkit-animation: shui 4s 0s ease both;
    animation: shui 4s 0s ease both;
}

.banner-box .slick-current .text h2,
.banner-box .active-class .text h2,
.banner-box .slick-current .text h3,
.banner-box .active-class .text h3,
.banner-box .slick-current .text .iconlist,
.banner-box .active-class .text .iconlist,
.banner-box .slick-current .text h4,
.banner-box .active-class .text h4 {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.banner-box .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 5%;
    width: 110px;
    height: 110px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: rgba(1, 14, 46, .3);
}

@media (max-width: 1199px) {
    .banner-box .slick-arrow {
        bottom: 20px;
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .banner-box .slick-arrow {
        bottom: 0;
        left: 15%;
        width: 50px;
        height: 50px;
    }
}

.banner-box .slick-arrow:before {
    line-height: 50px;
    display: block;
    content: '\e687';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1199px) {
    .banner-box .slick-arrow:before {
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .banner-box .slick-arrow:before {
        line-height: 24px;
    }
}

.banner-box .slick-arrow:after {
    font-size: 14px;
    line-height: 24px;
    display: block;
    content: 'PREV';
}

@media (max-width: 767px) {
    .banner-box .slick-arrow:after {
        line-height: 20px;
    }
}

.banner-box .slick-arrow.slick-next {
    left: -webkit-calc(5% + 130px);
    left: calc(5% + 130px);
}

@media (max-width: 1199px) {
    .banner-box .slick-arrow.slick-next {
        left: -webkit-calc(5% + 70px);
        left: calc(5% + 70px);
    }
}

@media (max-width: 767px) {
    .banner-box .slick-arrow.slick-next {
        left: -webkit-calc(15% + 70px);
        left: calc(15% + 70px);
    }
}

.banner-box .slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.banner-box .slick-arrow.slick-next:after {
    content: 'NEXT';
}

.banner-box .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}

.banner-products {
    overflow: hidden;
    height: 100px;
}

@media (max-width: 1199px) {
    .banner-products {
        height: 60px;
    }
}

.banner-products .item {
    height: 100%;
}

.banner-products img {
    width: 100%;
}

@media (max-width: 1920px) {
    .banner-products img {
        width: 100%;
        height: 100%;
    }
}

@-webkit-keyframes shui {
    from {
        -webkit-transform: translate3d(0%, 20%, 0);
        transform: translate3d(0%, 20%, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        opacity: 1;
    }
}

@keyframes shui {
    from {
        -webkit-transform: translate3d(0%, 20%, 0);
        transform: translate3d(0%, 20%, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        opacity: 1;
    }
}

.shui {
    -webkit-animation-name: shui;
    animation-name: shui;
}

@-webkit-keyframes fadeInLeft1 {
    from {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInLeft1 {
    from {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes fadeInRight1 {
    from {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInRight1 {
    from {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.banner-inner {
    position: relative;
}

.banner-inner .item {
    overflow: hidden;
}

.banner-inner .item img {
    width: 100%;
}

@media (max-width: 767px) {
    .banner-inner .item img {
        width: 140%;
        margin-left: -20%;
    }
}

.banner-inner .text-inner {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
    .banner-inner .text-inner {
        top: 55%;
    }
}

.banner-inner .text-inner h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 991px) {
    .banner-inner .text-inner h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .banner-inner .text-inner h2 {
        font-size: 24px;
    }
}

.banner-inner .text-inner h2:after {
    display: block;
    width: 90px;
    height: 1px;
    margin: 14px auto;
    content: '';
    background-color: #fff;
}

@media (max-width: 767px) {
    .banner-inner .text-inner h2:after {
        margin: 0 auto;
    }
}

.banner-inner .text-inner h3 {
    font-family: 'DINCond';
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .banner-inner .text-inner h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .banner-inner .text-inner h3 {
        font-size: 20px;
    }
}

.banner-inner .inner-nav {
    overflow: hidden;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .banner-inner .inner-nav {
        margin-top: 20px;
    }
}

.banner-inner .inner-nav ul {
    margin: 0 -60px;
}

@media (max-width: 991px) {
    .banner-inner .inner-nav ul {
        margin: 0 -30px;
    }
}

@media (max-width: 767px) {
    .banner-inner .inner-nav ul {
        margin: 0 -10px;
    }
}

.banner-inner .inner-nav ul li {
    display: inline-block;
    padding: 0 60px;
    vertical-align: top;
}

@media (max-width: 991px) {
    .banner-inner .inner-nav ul li {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .banner-inner .inner-nav ul li {
        padding: 0 10px;
    }
}

.banner-inner .inner-nav ul li:before,
.banner-inner .inner-nav ul li:after {
    display: block;
    width: 0%;
    height: 1px;
    content: '';
    background-color: #fff;
    transition: all .4s;
    margin: 0 auto;
}

.banner-inner .inner-nav ul li a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding: 10px;
    color: rgba(255, 255, 255, .5);
}

@media (max-width: 767px) {
    .banner-inner .inner-nav ul li a {
        font-size: 16px;
        line-height: 24px;
        padding: 5px;
    }
}

.banner-inner .inner-nav ul li.active a,
.banner-inner .inner-nav ul li:hover a {
    color: #fff;
}

.banner-inner .inner-nav ul li.active:before,
.banner-inner .inner-nav ul li.active:after,
.banner-inner .inner-nav ul li:hover:before,
.banner-inner .inner-nav ul li:hover:after {
    width: 100%;
}

.section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.part .more {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .part .more {
        margin-top: 20px;
    }
}

.part .more a {
    font-size: 16px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0 44px;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(231, 231, 231, .5);
}

@media (max-width: 991px) {
    .part .more a {
        line-height: 44px;
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .part .more a {
        font-size: 14px;
        line-height: 36px;
        padding: 0 20px;
    }
}

.part .more a span {
    position: relative;
    z-index: 5;
    display: block;
}

.part .more a:before {
    position: absolute;
    top: -110%;
    left: -10%;
    display: block;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    content: '';
    -webkit-transform: translateY(68%) scale3d(0, 0, 0);
    transform: translateY(68%) scale3d(0, 0, 0);
    border-radius: 50%;
    background: #0c2e71;
}

.part .more a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    transition: transform .25s cubic-bezier(.1, 0, .3, 1);
    transition: transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translateY(-102%);
    -ms-transform: translateY(-102%);
    transform: translateY(-102%);
    background: #0c2e71;
}

.part .more a:hover:before {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    transition: transform .25s cubic-bezier(.1, 0, .3, 1);
    transition: transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
}

.part .more a:hover:after {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 31.25ms;
    transition-duration: 31.25ms;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.part .more a:hover span {
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
    animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
    color: #fff;
}

.part .section-more {
    margin-top: 5%;
}

.part .section-more a {
    line-height: 56px;
    display: block;
    width: 56px;
    height: 56px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .56);
    border-radius: 50%;
}

.part .section-more a .icon {
    font-size: 26px;
}

.part .section-more a .icon:before {
    font-family: 'iconfont' !important;
    content: '\e62f';
}

.part .section-more a:hover {
    border-color: #010e2e;
    background-color: #010e2e;
}

.title-part h3 {
    font-family: 'DINCond';
    font-size: 48px;
    line-height: 1;
}

@media (max-width: 1470px) {
    .title-part h3 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .title-part h3 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .title-part h3 {
        font-size: 30px;
    }
}

.title-part h3 span {
    font-size: 24px;
    display: block;
}

.title-part h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1199px) {
    .title-part h2 {
        font-size: 20px;
    }
}

.part {
    overflow: hidden;
    padding: 100px 5% 0;
}

@media (max-width: 1199px) {
    .part {
        padding: 30px 15px;
    }
}

.part-about {
    font-size: 0;
}

.part-about .about,
.part-about .number {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.part-about .about {
    width: 48%;
    padding-right: 5%;
    color: #fff;
}

@media (max-width: 767px) {
    .part-about .about {
        width: 100%;
        padding-right: 0;
    }
}

.part-about .desc {
    display: -webkit-box;
    overflow: hidden;
    max-height: 150px;
    margin-top: 5%;
    opacity: .6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media (max-width: 1199px) {
    .part-about .desc {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .part-about .desc {
        margin-top: 20px;
    }
}

.part-about .desc p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 991px) {
    .part-about .desc p {
        font-size: 14px;
    }
}

.part-about .number {
    width: 52%;
    padding: 100px;
    background-color: rgba(22, 57, 127, .5);
}

@media (max-width: 1470px) {
    .part-about .number {
        padding: 60px;
    }
}

@media (max-width: 991px) {
    .part-about .number {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .part-about .number {
        width: 100%;
        margin-top: 30px;
        padding: 10px;
    }
}

.part-about .number ul {
    font-size: 0;
}

@media (max-width: 767px) {
    .part-about .number ul {
        margin: 0 -6px;
    }
    .part-about .desc p {
        font-size: 14px;
    }
}

.part-about .number ul li {
    font-size: 14px;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 767px) {
    .part-about .number ul li {
        padding: 0 6px;
    }
}

.part-about .number ul li:nth-child(2n) {
    border-right: none;
}

.part-about .number ul li:nth-child(1) .itempack,
.part-about .number ul li:nth-child(2) .itempack {
    padding-top: 0;
}

.part-about .number ul li:nth-child(3),
.part-about .number ul li:nth-child(4) {
    border-bottom: none;
}

.part-about .number ul li:nth-child(3) .itempack,
.part-about .number ul li:nth-child(4) .itempack {
    padding-bottom: 0;
}

.part-about .number .itempack {
    padding: 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .part-about .number .itempack {
        padding: 20px 15px;
    }
}

.part-about .number .itempack h3 {
    font-family: 'DINCond';
    font-size: 90px;
    margin: 0;
    color: #fff;
}

@media (max-width: 1470px) {
    .part-about .number .itempack h3 {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .part-about .number .itempack h3 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .part-about .number .itempack h3 {
        font-size: 40px;
    }
}

.part-about .number .itempack p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: rgba(255, 255, 255, .7);
}

@media (max-width: 991px) {
    .part-about .number .itempack p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .part-about .number .itempack p {
        font-size: 13px;
    }
}

.part-product .title-part h2,
.part-product .title-part h3 {
    color: #fff;
}

.part-product .product {
    font-size: 0;
    margin-top: 60px;
}

@media (max-width: 1470px) {
    .part-product .product {
        margin-top: 30px;
    }
}

.part-product .product .product-catalog,
.part-product .product .product-info {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.part-product .product .product-catalog {
    width: 370px;
}

@media (max-width: 1350px) {
    .part-product .product .product-catalog {
        width: 280px;
    }
}

@media (max-width: 1199px) {
    .part-product .product .product-catalog {
        width: 100%;
    }
}

.part-product .product .product-catalog ul {
    font-size: 0;
}

@media (max-width: 1199px) {
    .part-product .product .product-catalog ul {
        margin: 0 -10px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .part-product .product .product-catalog ul {
        margin: 0 -5px;
    }
}

.part-product .product .product-catalog ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 1199px) {
    .part-product .product .product-catalog ul li {
        display: inline-block;
        vertical-align: top;
    }
}

.part-product .product .product-catalog a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 20px 30px 20px 14px;
    color: rgba(255, 255, 255, .5);
}

@media (max-width: 1470px) {
    .part-product .product .product-catalog a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.part-product .product .product-catalog a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 0;
    width: 30px;
    content: '\e687';
}

@media (max-width: 1470px) {
    .part-product .product .product-catalog a:after {
        top: 10px;
    }
}

.part-product .product .product-catalog .active a {
    color: #fff;
    background-color: rgba(32, 48, 112, .6);
}

.part-product .product .product-info {
    overflow: hidden;
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
    padding-left: 5%;
}

@media (max-width: 1350px) {
    .part-product .product .product-info {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
    }
}

@media (max-width: 1199px) {
    .part-product .product .product-info {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .part-product .product .product-info {
        padding-left: 0;
    }
}

.part-product .product .product-info .product-slide {
    margin: 0 -26px;
    padding-bottom: 80px;
}

@media (max-width: 1470px) {
    .part-product .product .product-info .product-slide {
        margin: 0 -15px;
    }
}

@media (max-width: 767px) {
    .part-product .product .product-info .product-slide {
        margin: 0 -6px;
    }
}

.part-product .product .product-info .product-slide .slick-slide {
    padding: 0 26px;
}

@media (max-width: 1470px) {
    .part-product .product .product-info .product-slide .slick-slide {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .part-product .product .product-info .product-slide .slick-slide {
        padding: 0 6px;
    }
}

.part-product .product .product-info .itembox {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.part-product .product .product-info .itembox .img {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .16);
}

.part-product .product .product-info .itembox .img .ibox {
    padding-bottom: 75%;
}

.part-product .product .product-info .itembox .note {
    position: relative;
    padding: 14px 40px 14px 0;
}

.part-product .product .product-info .itembox .note .icon {
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.part-product .product .product-info .itembox .note h3 {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.part-product .product .product-info .itembox .note p {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 0;
    color: rgba(255, 255, 255, .5);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.part-cases {
    position: relative;
    height: 100%;
}

@media (max-width: 1199px) {
    .part-cases {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .part-cases .cases-big-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .part-cases .cases-big-slide .slick-list,
    .part-cases .cases-big-slide .slick-track,
    .part-cases .cases-big-slide .slick-slide {
        height: 100%;
    }
    .part-cases .cases-big-slide .slick-list>div,
    .part-cases .cases-big-slide .slick-track>div,
    .part-cases .cases-big-slide .slick-slide>div {
        height: 100%;
    }
    .part-cases .cases-big-slide .slick-list>div>div,
    .part-cases .cases-big-slide .slick-track>div>div,
    .part-cases .cases-big-slide .slick-slide>div>div {
        height: 100%;
    }
    .part-cases .cases-big-slide .slick-list>div>div>div,
    .part-cases .cases-big-slide .slick-track>div>div>div,
    .part-cases .cases-big-slide .slick-slide>div>div>div {
        height: 100%;
    }
}

.part-cases .cases-big-slide .cases-bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .part-cases .cases-big-slide .cases-bgimg {
        padding-bottom: 160px;
    }
}

.part-cases .cases-big-slide .cases-bgimg .desc {
    position: relative;
    z-index: 2;
    padding-top: 10%;
    color: #fff;
}

.part-cases .cases-big-slide .cases-bgimg .title-part {
    max-width: 660px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.part-cases .cases-big-slide .cases-bgimg .note {
    display: -webkit-box;
    overflow: hidden;
    max-width: 660px;
    max-height: 90px;
    margin-top: 20px;
    opacity: .8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.part-cases .cases-big-slide .cases-bgimg .note p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.cases-small-slide {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 8%;
    background-color: rgba(255, 255, 255, .05);
}

.cases-small-slide .cases-subject {
    padding: 40px 10px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 1470px) {
    .cases-small-slide .cases-subject {
        padding: 20px 10px;
    }
}

.cases-small-slide .cases-subject h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    color: #fff;
}

.cases-small-slide .cases-subject h3 img {
    display: inline-block;
    width: 60px;
    margin-right: 14px;
    filter: brightness(0) invert(1);
    vertical-align: middle;
}

@media (max-width: 1470px) {
    .cases-small-slide .cases-subject h3 img {
        width: 50px;
    }
}

.cases-small-slide .cases-subject h3 span {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .cases-small-slide .slick-current .cases-subject {
        color: #fff;
        background-color: #0c2e71;
    }
}

.cases-small-slide .slick-arrow {
    left: 3%;
}

@media (max-width: 767px) {
    .cases-small-slide .slick-arrow {
        left: 0;
    }
}

.cases-small-slide .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}

@media (max-width: 767px) {
    .cases-small-slide .slick-arrow.slick-next {
        right: 0;
    }
}

.part-customers,
.part-news {
    font-size: 0;
}

.part-customers .title-part,
.part-news .title-part,
.part-customers .customers,
.part-news .customers,
.part-customers .news,
.part-news .news {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.part-customers .title-part,
.part-news .title-part {
    width: 350px;
    padding-top: 50px;
    color: #fff;
}

@media (max-width: 991px) {
    .part-customers .title-part,
    .part-news .title-part {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .part-customers .title-part,
    .part-news .title-part {
        width: 100%;
        padding-top: 0;
    }
}

.part-customers .customers,
.part-news .customers,
.part-customers .news,
.part-news .news {
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
}

@media (max-width: 991px) {
    .part-customers .customers,
    .part-news .customers,
    .part-customers .news,
    .part-news .news {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
    }
}

@media (max-width: 767px) {
    .part-customers .customers,
    .part-news .customers,
    .part-customers .news,
    .part-news .news {
        width: 100%;
        margin-top: 20px;
    }
}

.part-customers .slick-arrow,
.part-product .slick-arrow {
    line-height: 44px;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 44px;
    -webkit-transform: translateY(0);
    -webkit-transform: translateX(-90px);
    -ms-transform: translateY(0);
    -ms-transform: translateX(-90px);
    transform: translateY(0);
    transform: translateX(-90px);
    color: rgba(255, 255, 255, .5);
    background-color: rgba(1, 14, 46, .6);
}

.part-customers .slick-arrow.slick-next,
.part-product .slick-arrow.slick-next {
    right: 50%;
    left: auto;
    -webkit-transform: translateX(90px);
    -ms-transform: translateX(90px);
    transform: translateX(90px);
}

.part-customers .customers {
    padding: 50px 40px 80px;
    background-color: rgba(1, 14, 46, .2);
}

@media (max-width: 1470px) {
    .part-customers .customers {
        padding: 40px 30px 80px;
    }
}

@media (max-width: 767px) {
    .part-customers .customers {
        padding: 10px;
    }
}

.part-customers .customers .subject {
    margin: 15px;
    padding: 10px;
    background-color: #efefef;
}

@media (max-width: 767px) {
    .part-customers .customers .subject {
        padding: 5px;
    }
}

.part-customers .customers .subject .ibox {
    padding-bottom: 50%;
    border: 1px solid #ebebeb;
}

.part-customers .slick-arrow {
    bottom: -50px;
}

.section-news {
    background-color: #f9f9f9;
}

.part-news .news-slide {
    margin: 0 -35px;
    margin-top: 5%;
}

@media (max-width: 1470px) {
    .part-news .news-slide {
        margin: 0 -15px;
        margin-top: 5%;
    }
}

@media (max-width: 1199px) {
    .part-news .news-slide {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .part-news .news-slide {
        margin-top: 0;
        margin-right: -5px;
        margin-left: -5px;
    }
}

.part-news .news-slide .slick-slide {
    padding: 0 35px;
}

@media (max-width: 1470px) {
    .part-news .news-slide .slick-slide {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .part-news .news-slide .slick-slide {
        padding: 0 5px;
    }
}

.part-news .news-slide .itempack {
    display: block;
    border: 1px solid rgba(231, 231, 231, .16);
}

.part-news .news-slide .itempack .img {
    padding: 10px 10px 0 10px;
}

.part-news .news-slide .itempack .ibox {
    padding-bottom: 75%;
}

.part-news .news-slide .itempack .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.part-news .news-slide .itempack .tt {
    padding: 20px;
    border-bottom: 1px solid rgba(231, 231, 231, .16);
}

.part-news .news-slide .itempack .tt h3 {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .part-news .news-slide .itempack .tt h3 {
        font-size: 16px;
    }
}

.part-news .news-slide .itempack .tt p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 10px 0 0 0;
    color: #666;
    color: rgba(255, 255, 255, .5);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
    .part-news .news-slide .itempack .tt p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin: 0;
    }
}

.part-news .news-slide .itempack .link {
    font-size: 0;
}

.part-news .news-slide .itempack .date,
.part-news .news-slide .itempack .more {
    font-size: 14px;
    line-height: 70px;
    display: inline-block;
    width: 50%;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, .3);
}

.part-news .news-slide .itempack .date {
    border-right: 1px solid rgba(231, 231, 231, .16);
}

.part-news .news-slide .itempack:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.part-news .slick-dots {
    margin-top: 50px;
}

.part-news .slick-dots li {
    width: 20px;
    height: 16px;
    margin: 0 7px;
    border-radius: 30px;
    background-color: #d7d7d7;
}

.part-news .slick-dots li.slick-active {
    width: 70px;
    background-color: #010e2e;
}

.part-footer .footer,
.inside-footer .footer {
    padding: 60px 5%;
    color: #fff;
}

@media (max-width: 1199px) {
    .part-footer .footer,
    .inside-footer .footer {
        padding: 30px 15px;
    }
}

.part-footer .footer>ul,
.inside-footer .footer>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;
}

@media (max-width: 1199px) {
    .part-footer .footer>ul,
    .inside-footer .footer>ul {
        display: block;
    }
}

.part-footer .footer .foot-logo img,
.inside-footer .footer .foot-logo img {
    max-height: 50px;
}

@media (max-width: 767px) {
    .part-footer .footer .foot-logo img,
    .inside-footer .footer .foot-logo img {
        display: inline-block;
        max-height: 50px;
        vertical-align: middle;
    }
}

.part-footer .footer .foot-logo h3,
.inside-footer .footer .foot-logo h3 {
    font-family: 'DINCond';
    font-size: 26px;
    margin-top: 30px;
    color: #fff;
}

@media (max-width: 1470px) {
    .part-footer .footer .foot-logo h3,
    .inside-footer .footer .foot-logo h3 {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .part-footer .footer .foot-logo h3,
    .inside-footer .footer .foot-logo h3 {
        font-size: 23px;
        margin-top: 20px;
    }
}

.part-footer .footer .foot-logo h3 img,
.inside-footer .footer .foot-logo h3 img {
    display: inline-block;
    max-height: 35px;
    margin-right: 10px;
    margin-top: -8px;
    vertical-align: middle;
}

.part-footer .footer .foot-nav>ul>li,
.inside-footer .footer .foot-nav>ul>li {
    display: inline-block;
    padding: 0 40px;
    vertical-align: top;
}

@media (max-width: 1470px) {
    .part-footer .footer .foot-nav>ul>li,
    .inside-footer .footer .foot-nav>ul>li {
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .part-footer .footer .foot-nav>ul>li,
    .inside-footer .footer .foot-nav>ul>li {
        display: block;
        margin-top: 10px;
        padding: 0;
    }
}

.part-footer .footer .foot-nav>ul>li>a,
.inside-footer .footer .foot-nav>ul>li>a {
    font-size: 18px;
    line-height: 30px;
    display: block;
}

@media (max-width: 991px) {
    .part-footer .footer .foot-nav>ul>li>a,
    .inside-footer .footer .foot-nav>ul>li>a {
        font-size: 16px;
    }
}

.part-footer .footer .foot-nav>ul>li>ul,
.inside-footer .footer .foot-nav>ul>li>ul {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .part-footer .footer .foot-nav>ul>li>ul,
    .inside-footer .footer .foot-nav>ul>li>ul {
        margin-top: 0;
    }
}

.part-footer .footer .foot-nav>ul>li>ul>li,
.inside-footer .footer .foot-nav>ul>li>ul>li {
    max-width: 170px;
}

@media (max-width: 1199px) {
    .part-footer .footer .foot-nav>ul>li>ul>li,
    .inside-footer .footer .foot-nav>ul>li>ul>li {
        display: inline-block;
        max-width: 100%;
        margin-right: 10px;
        vertical-align: top;
        opacity: .8;
    }
}

.part-footer .footer .foot-nav>ul>li>ul>li>a,
.inside-footer .footer .foot-nav>ul>li>ul>li>a {
    font-size: 14px;
    line-height: 20px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .5;
}

.part-footer .footer .foot-nav>ul>li>ul>li>a:hover,
.inside-footer .footer .foot-nav>ul>li>ul>li>a:hover {
    text-decoration: underline;
    opacity: 1;
}

@media (max-width: 1199px) {
    .part-footer .footer .foot-erweima,
    .inside-footer .footer .foot-erweima {
        margin-top: 20px;
    }
}

.part-footer .footer .foot-erweima img,
.inside-footer .footer .foot-erweima img {
    width: 120px;
}

.part-footer .copyright,
.inside-footer .copyright {
    padding: 30px 5%;
    text-align: center;
    color: #fff;
    background-color: rgba(1, 14, 46, .5);
}

@media (max-width: 1199px) {
    .part-footer .copyright,
    .inside-footer .copyright {
        padding: 15px;
    }
}

.part-footer .copyright p,
.inside-footer .copyright p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.inside-footer {
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}

.active .part-product .title-part {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.active .part-product .product .product-catalog {
    -webkit-animation: fadeInLeft 1.5s 0s ease both;
    animation: fadeInLeft 1.5s 0s ease both;
}

.active .part-product .product .product-info {
    -webkit-animation: fadeInRight 1.5s 0s ease both;
    animation: fadeInRight 1.5s 0s ease both;
}

.active .part-customers .title-part {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.active .part-customers .customers {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}

.active .part-about .title-part,
.active .part-about .desc,
.active .part-about .section-more {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.active .part-about .number {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}

.active .part-news .title-part {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.active .part-news .news-slide {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}

.leave .part-product .title-part {
    -webkit-animation: fadeOutUpBig 1.5s 0s ease both;
    animation: fadeOutUpBig 1.5s 0s ease both;
}

.leave .part-product .product .product-catalog {
    -webkit-animation: fadeOutLeftBig 1.5s 0s ease both;
    animation: fadeOutLeftBig 1.5s 0s ease both;
}

.leave .part-product .product .product-info {
    -webkit-animation: fadeOutRightBig 1.5s 0s ease both;
    animation: fadeOutRightBig 1.5s 0s ease both;
}

.leave .part-customers .title-part {
    -webkit-animation: fadeOutUpBig 1.5s 0s ease both;
    animation: fadeOutUpBig 1.5s 0s ease both;
}

.leave .part-customers .customers {
    -webkit-animation: fadeOutDownBig 1.5s 0s ease both;
    animation: fadeOutDownBig 1.5s 0s ease both;
}

.leave .part-about .title-part,
.leave .part-about .desc,
.leave .part-about .section-more {
    -webkit-animation: fadeOutUpBig 1.5s 0s ease both;
    animation: fadeOutUpBig 1.5s 0s ease both;
}

.leave .part-about .number {
    -webkit-animation: fadeOutDownBig 1.5s 0s ease both;
    animation: fadeOutDownBig 1.5s 0s ease both;
}

.gettop {
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 30px;
    display: none;
    cursor: pointer;
    color: #010e2e;
}

.gettop .icon {
    font-size: 40px;
    display: block;
    width: 60px;
    -webkit-animation: Mouse 1.6s linear infinite;
    animation: Mouse 1.6s linear infinite;
    text-align: center;
}

@-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);
    }
}

.inner-wrap .container {
    max-width: 1530px;
    margin: 0 auto;
}

.inner {
    overflow: hidden;
    padding: 80px 0;
}

@media (max-width: 991px) {
    .inner {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .inner {
        padding: 40px 0;
    }
}

.inner .slick-arrow {
    font-size: 50px;
    left: -30px;
    width: 50px;
    text-align: center;
    color: #010e2e;
    box-shadow: none;
}

@media (max-width: 767px) {
    .inner .slick-arrow {
        font-size: 30px;
    }
}

.inner .slick-arrow.slick-next {
    right: -30px;
    left: auto;
}

.title-inner {
    text-align: center;
}

.title-inner h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    margin-top: -40px;
    color: #16397f;
}

@media (max-width: 767px) {
    .title-inner h2 {
        font-size: 26px;
    }
}

.title-inner h2:after {
    display: block;
    width: 66px;
    height: 3px;
    margin: 0 auto;
    margin-top: 16px;
    content: '';
    background-color: #16397f;
}

.title-inner h3 {
    font-family: 'D-DIN Condensed';
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    color: #f5f5f5;
    background: url(../images/line1.png) no-repeat center;
}

@media (max-width: 1199px) {
    .title-inner h3 {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .title-inner h3 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .title-inner h3 {
        font-size: 50px;
    }
}

.inner-menu {
    overflow: hidden;
    background-color: #ececec;
}

.inner-menu .menu-nav {
    text-align: center;
}

.inner-menu .menu-nav>ul>li {
    display: inline-block;
    vertical-align: top;
}

.inner-menu .menu-nav>ul>li>a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding: 25px 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media (max-width: 991px) {
    .inner-menu .menu-nav>ul>li>a {
        font-size: 16px;
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .inner-menu .menu-nav>ul>li>a {
        font-size: 14px;
        padding: 10px 10px;
    }
}

.inner-menu .menu-nav>ul>li.active>a,
.inner-menu .menu-nav>ul>li:hover>a {
    color: #fff;
    background-color: #010e2e;
}

.inner-location .title-inner {
    display: inline-block;
}

@media (max-width: 767px) {
    .inner-location .title-inner {
        display: block;
    }
}

.inner-location .title-inner h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    color: #333;
}

@media (max-width: 767px) {
    .inner-location .title-inner h2 {
        font-size: 20px;
    }
}

.inner-location .title-inner h2:after {
    display: none;
}

.inner-location .location {
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .inner-location .location {
        display: block;
        float: none;
        margin-top: 10px;
        text-align: center;
    }
}

.inner-location .location .icon {
    font-size: 20px;
    color: #010e2e;
}

.inner-location .location .icon,
.inner-location .location span,
.inner-location .location ul {
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
}

.inner-location .location ul {
    color: #666;
}

.inner-location .location ul li {
    display: inline-block;
    vertical-align: top;
}

.inner-location .location ul li:after {
    display: inline-block;
    content: '>';
    vertical-align: top;
}

.inner-location .location ul li:last-child:after {
    display: none;
}

.inner-location .location ul li a {
    display: inline-block;
    vertical-align: top;
}

.inner-location .location ul li a:hover {
    color: #010e2e;
}

.catalog {
    margin-top: 30px;
    padding: 40px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(53, 121, 197, .1);
}

@media (max-width: 991px) {
    .catalog {
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .catalog {
        padding: 6px;
    }
}

.catalog .menu ul.menunav-1>li {
    position: relative;
    margin-bottom: 5px;
}

.catalog .menu ul.menunav-1>li .open-menu {
    font-size: 20px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
}

@media (max-width: 991px) {
    .catalog .menu ul.menunav-1>li .open-menu {
        font-size: 18px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

.catalog .menu ul.menunav-1>li .open-menu:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e689';
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.catalog .menu ul.menunav-1>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    padding: 15px 60px 15px 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #16397f;
    border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 991px) {
    .catalog .menu ul.menunav-1>li>a {
        font-size: 15px;
        padding: 5px 50px 5px 10px;
    }
}

@media (max-width: 767px) {
    .catalog .menu ul.menunav-1>li>a {
        font-size: 14px;
    }
}

.catalog .menu ul.menunav-1>li ul.menunav-2 {
    display: none;
}

.catalog .menu ul.menunav-1>li ul.menunav-2>li {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .catalog .menu ul.menunav-1>li ul.menunav-2>li {
        display: inline-block;
        vertical-align: top;
    }
}

.catalog .menu ul.menunav-1>li ul.menunav-2>li>a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 10px 10px 10px 36px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #666;
}

@media (max-width: 991px) {
    .catalog .menu ul.menunav-1>li ul.menunav-2>li>a {
        font-size: 14px;
        line-height: 24px;
        padding: 4px 14px 4px 20px;
    }
}

.catalog .menu ul.menunav-1>li ul.menunav-2>li>a:before {
    font-family: 'iconfont' !important;
    position: absolute;
    left: 10px;
    content: '\e687';
}

@media (max-width: 991px) {
    .catalog .menu ul.menunav-1>li ul.menunav-2>li>a:before {
        left: 0;
    }
}

.catalog .menu ul.menunav-1>li.current .open-menu:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.catalog .menu ul.menunav-1>li:hover .open-menu,
.catalog .menu ul.menunav-1>li.active .open-menu,
.catalog .menu ul.menunav-1>li.current .open-menu {
    color: #fff;
}

.catalog .menu ul.menunav-1>li:hover>a,
.catalog .menu ul.menunav-1>li.active>a,
.catalog .menu ul.menunav-1>li.current>a {
    color: #fff;
    background-color: #16397f;
}

@media (min-width: 1350px) {
    .inner-left {
        width: 28%;
    }
    .inner-right {
        width: 72%;
    }
}

.inner-applications-show .catalog .menu ul.menunav-1>li>a:before {
    font-family: 'iconfont' !important;
    position: absolute;
    right: 10px;
    display: inline-block;
    content: '\e689';
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #959595;
}

.inner-applications-show .catalog .menu ul.menunav-1>li:hover>a:before,
.inner-applications-show .catalog .menu ul.menunav-1>li.active>a:before,
.inner-applications-show .catalog .menu ul.menunav-1>li.current>a:before {
    color: #fff;
}

.inner-about {
    background: url(../images/about_in_bg.jpg) no-repeat bottom center;
}

@media (max-width: 991px) {
    .inner-about {
        background: none;
    }
}

.inner-about .about {
    font-size: 0;
    margin-top: 60px;
}

@media (max-width: 767px) {
    .inner-about .about {
        margin-top: 30px;
    }
}

.inner-about .about .a-left,
.inner-about .about .a-right {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.inner-about .about .a-left {
    position: relative;
    width: 40%;
    text-align: right;
}

@media (max-width: 991px) {
    .inner-about .about .a-left {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
}

.inner-about .about .a-left:before {
    position: absolute;
    top: -34px;
    right: -34px;
    display: block;
    width: 68px;
    height: 68px;
    content: '';
    background-color: #16397f;
}

@media (max-width: 991px) {
    .inner-about .about .a-left:before {
        display: none;
    }
}

.inner-about .about .a-left img {
    max-width: 100%;
}

.inner-about .about .a-right {
    width: 60%;
    margin-top: 50px;
    padding-left: 4%;
}

@media (max-width: 1350px) {
    .inner-about .about .a-right {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .inner-about .about .a-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.inner-about .about .a-right p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
    color: #555;
}

@media (max-width: 1470px) {
    .inner-about .about .a-right p {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .inner-about .about .a-right p {
        font-size: 14px;
    }
}

.inner-culture {
    padding: 80px 0 150px;
    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}

@media (min-width: 1200px) {
    .inner-culture {
        padding: 80px 0 150px;
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    .inner-culture {
        padding: 50px 0 80px;
    }
}

.inner-culture .culture {
    margin-top: 150px;
}

@media (max-width: 1350px) {
    .inner-culture .culture {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .inner-culture .culture {
        margin-top: 50px;
    }
}

.inner-culture .culture ul {
    font-size: 0;
}

.inner-culture .culture ul li {
    font-size: 14px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.inner-culture .culture .subject {
    max-width: 190px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    color: #fff;
}

.inner-culture .culture .subject .icon {
    display: block;
    width: 90px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .inner-culture .culture .subject .icon {
        width: 70px;
    }
}

.inner-culture .culture .subject .icon img {
    width: 100%;
}

.inner-culture .culture .subject h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 30px 0 0 0;
}

.inner-culture .culture .subject p {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 0 0;
    color: rgba(255, 255, 255, .5);
}

.inner-culture .culture .subject:hover .icon img {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}

.inner-honor .honor-slide {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .inner-honor .honor-slide {
        margin-top: 30px;
    }
}

.inner-honor .honor-slide .slick-slide {
    padding: 0 40px;
}

@media (max-width: 1350px) {
    .inner-honor .honor-slide .slick-slide {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .inner-honor .honor-slide .slick-slide {
        padding: 0 8px;
    }
}

.inner-honor .honor-slide .subject {
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    background-color: #f6f6f6;
}

.inner-honor .honor-slide .subject .ibox {
    padding-bottom: 75%;
    border: 1px solid #e7e7e7;
}

.inner-honor .honor-slide .subject .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-honor .honor-slide .subject p {
    font-size: 18px;
    line-height: 70px;
    display: -webkit-box;
    overflow: hidden;
    height: 70px;
    margin: 0;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1350px) {
    .inner-honor .honor-slide .subject p {
        font-size: 16px;
        line-height: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .inner-honor .honor-slide .subject p {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
}

.inner-honor .honor-slide .subject:hover {
    color: #fff;
    background-color: #010e2e;
}

.inner-honor .honor-slide .subject:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-culture .title-inner,
.inner-partner .title-inner {
    text-align: center;
}

.inner-culture .title-inner h2,
.inner-partner .title-inner h2 {
    color: #fff;
}

.inner-culture .title-inner h2:after,
.inner-partner .title-inner h2:after {
    background-color: #fff;
}

.inner-culture .title-inner h3,
.inner-partner .title-inner h3 {
    color: rgba(255, 255, 255, .03);
    background-image: url(../images/line2.png);
}

.inner-partner {
    padding: 80px 0 150px;
    background: url(../images/partner_bg.jpg) no-repeat center;
    background-size: cover;
}

@media (min-width: 1200px) {
    .inner-partner {
        padding: 80px 0 150px;
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    .inner-partner {
        padding: 50px 0 80px;
    }
}

.inner-partner .partner-slide {
    margin: 0 -14px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .inner-partner .partner-slide {
        margin: 0 -8px;
        margin-top: 30px;
    }
}

.inner-partner .partner-slide .slick-slide {
    padding: 0 14px;
}

@media (max-width: 767px) {
    .inner-partner .partner-slide .slick-slide {
        padding: 0 8px;
    }
}

.inner-partner .partner-slide .subject {
    display: block;
    margin: 14px 0;
    padding: 6px;
    background-color: #efefef;
}

.inner-partner .partner-slide .subject .ibox {
    padding-bottom: 50%;
}

.inner-team .team-slide {
    margin: 0 -26px;
    margin-top: 60px;
}

@media (max-width: 1350px) {
    .inner-team .team-slide {
        margin: 0 -14px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .inner-team .team-slide {
        margin: 0 -8px;
        margin-top: 30px;
    }
}

.inner-team .team-slide .slick-slide {
    padding: 0 26px;
}

@media (max-width: 1350px) {
    .inner-team .team-slide .slick-slide {
        padding: 0 14px;
    }
}

@media (max-width: 767px) {
    .inner-team .team-slide .slick-slide {
        padding: 0 8px;
    }
}

.inner-team .team-slide .subjectbox {
    display: block;
    padding-bottom: 30px;
    color: #fff;
    background-color: #16397f;
}

.inner-team .team-slide .subjectbox .subject {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 108px 10px;
}

@media (max-width: 767px) {
    .inner-team .team-slide .subjectbox .subject {
        padding: 5px 5px 108px 5px;
    }
}

.inner-team .team-slide .subjectbox .ibox {
    padding-bottom: 142.42424242%;
}

.inner-team .team-slide .subjectbox .s-info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 108px;
    padding: 20px 10px 0 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: rgba(22, 57, 127, .9);
}

.inner-team .team-slide .subjectbox .s-info::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 4px;
}

.inner-team .team-slide .subjectbox .s-info::-webkit-scrollbar-track {
    background-color: #010e2e;
}

.inner-team .team-slide .subjectbox .s-info::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.inner-team .team-slide .subjectbox .s-info .t-info h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 10px;
}

.inner-team .team-slide .subjectbox .s-info .n-info p {
    line-height: 24px;
    color: rgba(255, 255, 255, .6);
}

.inner-team .team-slide .subjectbox:hover .s-info {
    overflow-y: auto;
    height: 100%;
}

.inner-partner .partner-slide,
.inner-team .partner-slide,
.inner-partner .team-slide,
.inner-team .team-slide {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .inner-partner .partner-slide,
    .inner-team .partner-slide,
    .inner-partner .team-slide,
    .inner-team .team-slide {
        padding-bottom: 40px;
    }
}

.inner-partner .slick-arrow,
.inner-team .slick-arrow {
    line-height: 44px;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 44px;
    -webkit-transform: translateY(0);
    -webkit-transform: translateX(-90px);
    -ms-transform: translateY(0);
    -ms-transform: translateX(-90px);
    transform: translateY(0);
    transform: translateX(-90px);
    color: rgba(255, 255, 255, .5);
}

.inner-partner .slick-arrow:before,
.inner-team .slick-arrow:before {
    display: inline-block;
    content: '\e687';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.inner-partner .slick-arrow.slick-next,
.inner-team .slick-arrow.slick-next {
    right: 50%;
    left: auto;
    -webkit-transform: translateX(90px);
    -ms-transform: translateX(90px);
    transform: translateX(90px);
}

.inner-partner .slick-arrow.slick-next:before,
.inner-team .slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.inner-team .slick-arrow {
    color: #333;
}

#about-about,
#about-culture,
#about-honor,
#about-partner,
#about-team {
    position: relative;
    top: -60px;
}

.inner-products {
    background-color: #f8faff;
}

.inner-products .products .subject {
    display: block;
    margin-top: 30px;
    text-align: center;
    background-color: #fff;
}

.inner-products .products .subject .img {
    display: block;
    padding: 26px 12px;
}

@media (max-width: 767px) {
    .inner-products .products .subject .img {
        padding: 0;
    }
}

.inner-products .products .subject .ibox {
    padding-bottom: 75%;
}

.inner-products .products .subject .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-products .products .subject .desc {
    display: block;
    padding-bottom: 20px;
}

.inner-products .products .subject .desc .t-desc:after {
    display: block;
    width: 90px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
    content: '';
    background-color: #000;
}

@media (max-width: 767px) {
    .inner-products .products .subject .desc .t-desc:after {
        width: 60px;
    }
}

.inner-products .products .subject .desc .t-desc h3 {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 0;
    color: #16397f;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .inner-products .products .subject .desc .t-desc h3 {
        font-size: 16px;
    }
}

.inner-products .products .subject .desc .t-not {
    margin-top: 14px;
    padding: 0 30px;
}

@media (max-width: 991px) {
    .inner-products .products .subject .desc .t-not {
        padding: 0 10px;
    }
}

.inner-products .products .subject .desc .t-not p {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.inner-products .products .subject .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 14px;
    border-top: 1px solid #eee;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .inner-products .products .subject .link {
        padding: 0 10px;
    }
}

.inner-products .products .subject .link a.p-con,
.inner-products .products .subject .link .more {
    line-height: 60px;
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #999;
}

@media (max-width: 767px) {
    .inner-products .products .subject .link a.p-con,
    .inner-products .products .subject .link .more {
        line-height: 40px;
    }
}

.inner-products .products .subject .link a.p-con:hover,
.inner-products .products .subject .link .more:hover {
    color: #16397f;
}

.inner-products .products .subject .link .more .icon {
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    background-color: #ededed;
}

.inner-products .products .subject:hover .link .more .icon {
    color: #fff;
    background-color: #16397f;
}

.inner-products .products .subject:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-products .products .subject:hover .text h3 {
    color: #010e2e;
}

.inner-products,
.inner-product-show {
    padding-top: 50px;
}

.inner-product-show {
    background-color: #f8faff;
}

.inner-product-show .product-show-info {
    margin-top: 30px;
    padding: 30px 5%;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .inner-product-show .product-show-info {
        padding: 20px 14px;
    }
}

.inner-product-show .title-product-show h1 {
    font-size: 20px;
    font-weight: bold;
    color: #16397f;
}

.inner-product-show .product-show {
    margin-top: 30px;
}

.inner-product-show .product-show .ibox {
    padding-bottom: 75%;
}

.inner-product-show .product-show .products-show-big-scroll {
    font-size: 0;
    border: 1px solid #e7e7e7;
}

.inner-product-show .product-show .products-show-big-scroll .itempack {
    cursor: crosshair;
}

.inner-product-show .product-show .products-show-small-scroll {
    padding: 20px 30px;
    background-color: #f8f8f8;
}

.inner-product-show .product-show .products-show-small-scroll .slick-slide {
    padding: 0 5px;
}

.inner-product-show .product-show .products-show-small-scroll .item {
    border: 1px solid #e8e8e8;
}

.inner-product-show .product-show .products-show-small-scroll .slick-arrow {
    font-size: 30px;
    left: 0;
    width: 30px;
    color: #929292;
    background: none;
}

.inner-product-show .product-show .products-show-small-scroll .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.inner-product-show .product-show .title-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 1199px) {
    .inner-product-show .product-show .title-info {
        margin-top: 30px;
    }
}

.inner-product-show .product-show .title-info h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    color: #16397f;
}

.inner-product-show .product-show .desc {
    min-height: 350px;
    margin-top: 20px;
}

@media (max-width: 1660px) {
    .inner-product-show .product-show .desc {
        min-height: 324px;
    }
}

@media (max-width: 1470px) {
    .inner-product-show .product-show .desc {
        min-height: 280px;
    }
}

@media (max-width: 1350px) {
    .inner-product-show .product-show .desc {
        min-height: 250px;
    }
}

@media (max-width: 1199px) {
    .inner-product-show .product-show .desc {
        min-height: auto;
    }
}

.inner-product-show .product-show .desc p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: #777;
}

@media (max-width: 991px) {
    .inner-product-show .product-show .desc p {
        font-size: 14px;
        line-height: 24px;
    }
}

.inner-product-show .product-show .link {
    margin-top: 20px;
}

.inner-product-show .product-show .link .btn-contact,
.inner-product-show .product-show .link .btn-feedback {
    display: inline-block;
    vertical-align: top;
}

.inner-product-show .product-show .link a {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #f4f4f4;
}

.inner-product-show .product-show .link a:hover {
    color: #fff;
    background-color: #16397f;
}

.inner-product-show .product-show .link .btn-contact {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .inner-product-show .product-show .link .btn-contact {
        margin-right: 10px;
    }
}

.inner-product-show .product-show .link .btn-contact a {
    color: #fff;
    background-color: #16397f;
}

.inner-product-show .details {
    padding-top: 40px;
}

@media (max-width: 767px) {
    .inner-product-show .details {
        padding-top: 30px;
    }
}

.inner-product-show .details .title-pro-details {
    margin: 20px 0;
    padding: 10px 0 10px 20px;
    background: #f5f5f5;
}

.inner-product-show .details .title-pro-details h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    color: #333;
}

.inner-product-show .details .title-details {
    padding: 10px 0;
    border-bottom: 1px solid #16397f;
}

.inner-product-show .details .title-details h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    color: #16397f;
}

.inner-product-show .details .title-details h3:before {
    font-family: 'iconfont' !important;
    margin-right: 10px;
    content: '\e688';
}

.inner-product-show .details .details-list {
    overflow: hidden;
    padding: 30px 14px;
}

.inner-product-show .details-text .details-list p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .inner-product-show .details-text .details-list p {
        font-size: 14px;
    }
}

.inner-product-show .details-text .details-list img {
    max-width: 100%;
    height: auto !important;
}

.inner-product-show .details-text .details-list table {
    width: 100%;
}

.inner-product-show .details-text .details-list table td,
.inner-product-show .details-text .details-list table th {
    padding: 10px;
    border: 1px solid #dcdcdc;
}

.inner-product-show .details-feature .details-list ul li {
    border-bottom: 1px solid #eee;
}

.inner-product-show .details-feature .details-list ul li:last-child {
    border-bottom: none;
}

.inner-product-show .details-feature .details-list .subject {
    font-size: 0;
    padding: 30px 0;
}

.inner-product-show .details-feature .details-list .subject .s-icon,
.inner-product-show .details-feature .details-list .subject .s-txt {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.inner-product-show .details-feature .details-list .subject .s-icon {
    width: 78px;
}

.inner-product-show .details-feature .details-list .subject .s-icon img {
    width: 100%;
}

.inner-product-show .details-feature .details-list .subject .s-txt {
    width: -webkit-calc(100% - 78px);
    width: calc(100% - 78px);
    padding-left: 30px;
}

@media (max-width: 767px) {
    .inner-product-show .details-feature .details-list .subject .s-txt {
        padding-left: 10px;
    }
}

.inner-product-show .details-feature .details-list .subject .s-txt h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 0;
    color: #16397f;
}

.inner-product-show .details-feature .details-list .subject .s-txt p {
    line-height: 24px;
    margin: 0;
}

.inner-product-show .details-field .details-list ul {
    margin: 0 -4px;
}

@media (max-width: 1199px) {
    .inner-product-show .details-field .details-list ul {
        margin: 0 -4px;
    }
}

.inner-product-show .details-field .details-list ul li {
    display: inline-block;
    padding: 0 4px;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .inner-product-show .details-field .details-list ul li {
        padding: 0 4px;
    }
}

.inner-product-show .details-field .details-list .subject {
    line-height: 30px;
    margin: 5px 0;
    padding: 8px 30px;
    font-size: 14px;
    border: 1px solid #e9efff;
    background-color: #f8faff;
}

@media (max-width: 991px) {
    .inner-product-show .details-field .details-list .subject {
        line-height: 24px;
        padding: 10px;
    }
}

.inner-product-show .details-field .details-list .subject p {
    font-size: 14px;
    margin: 0;
    color: #16397f;
}

@media (max-width: 767px) {
    .inner-product-show .details-field .details-list .subject p {
        font-size: 14px;
    }
}

.inner-product-show .details-field .details-list .subject p:before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    border-radius: 50%;
    background-color: #16397f;
}

.inner-product-show .details-cases .cases-slide {
    margin: 0 -15px;
}

.inner-product-show .details-cases .cases-slide .slick-slide {
    padding: 0 15px;
}

.inner-product-show .details-cases .cases-slide .subject {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.inner-product-show .details-cases .cases-slide .subject .ibox {
    padding-bottom: 74.19354839%;
}

.inner-product-show .details-cases .cases-slide .subject .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-product-show .details-cases .cases-slide .subject .t-details {
    background-color: #f7f7f7;
}

.inner-product-show .details-cases .cases-slide .subject .t-details h3 {
    font-size: 16px;
    line-height: 60px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.inner-product-show .details-cases .cases-slide .subject .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    color: #fff;
    background-color: rgba(22, 57, 127, .8);
}

.inner-product-show .details-cases .cases-slide .subject .mask h3 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.inner-product-show .details-cases .cases-slide .subject .mask .tt {
    display: -webkit-box;
    overflow: hidden;
    max-height: 120px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.inner-product-show .details-cases .cases-slide .subject .mask .tt p {
    line-height: 24px;
    margin: 0;
}

.inner-product-show .details-cases .cases-slide .subject:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-product-show .details-cases .cases-slide .subject:hover .t-details {
    opacity: 0;
}

.inner-product-show .details-cases .cases-slide .subject:hover .mask {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

@media (min-width: 1200px) {
    .inner-applications .applications ul {
        margin: 0 -28px;
    }
    .inner-applications .applications ul li {
        padding: 0 28px;
    }
}

.inner-applications .applications .subject {
    display: block;
    margin: 30px 0;
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .inner-applications .applications .subject {
        margin: 30px 0 0 0;
    }
}

.inner-applications .applications .subject .ibox {
    padding-bottom: 50%;
}

.inner-applications .applications .subject .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-applications .applications .subject .desc {
    padding: 14px 0;
}

.inner-applications .applications .subject .t-desc {
    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;
}

.inner-applications .applications .subject .t-desc h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    color: #16397f;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .inner-applications .applications .subject .t-desc h3 {
        font-size: 16px;
    }
}

.inner-applications .applications .subject .t-desc h3 img {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .inner-applications .applications .subject .t-desc h3 img {
        font-size: 24px;
    }
}

.inner-applications .applications .subject .t-desc .icon {
    font-size: 24px;
    display: block;
    color: #16397f;
}

.inner-applications .applications .subject .t-not p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 16px 0 0 0;
    color: #777;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
    .inner-applications .applications .subject .t-not p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
}

.inner-applications .applications .subject:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-applications-show {
    background-color: #f8faff;
}

.inner-applications-show .applications-show-info {
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .inner-applications-show .applications-show-info {
        padding: 20px 14px;
    }
}

.inner-applications-show .title-applications-show {
    padding: 15px 20px;
    background-color: #f3f3f3;
}

.inner-applications-show .title-applications-show h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}

.inner-applications-show .applications-show {
    padding: 20px 0 40px;
}

.inner-applications-show .applications-show p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .inner-applications-show .applications-show p {
        font-size: 14px;
        line-height: 24px;
    }
}

.inner-applications-show .applications-show img {
    max-width: 100%;
    height: auto !important;
}

.inner-applications-show .details {
    padding-top: 20px;
    font-size: 16px;
    line-height: 2;
    color: #666666;
}

.inner-applications-show .details .title-app-details {
    margin: 20px 0;
    padding: 10px 0;
    border-bottom: 1px solid #16397f;
}

.inner-applications-show .details .title-app-details h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    color: #16397f;
}

.inner-applications-show .details .title-app-details h3:before {
    font-family: 'iconfont' !important;
    margin-right: 10px;
    content: '\e688';
}

.inner-applications-show .details .details-list {
    overflow: hidden;
    padding: 30px 14px;
}

.inner-applications-show .details-text .details-list p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .inner-applications-show .details-text .details-list p {
        font-size: 14px;
    }
}

.inner-applications-show .details-text .details-list img {
    max-width: 100%;
    height: auto !important;
}

.inner-applications-show .details-text .details-list table {
    width: 100%;
}

.inner-applications-show .details-text .details-list table td,
.inner-applications-show .details-text .details-list table th {
    padding: 10px;
    border: 1px solid #dcdcdc;
}

.inner-applications-show .details-relate-product .relate-product-slide {
    margin: 0 -20px;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .inner-applications-show .details-relate-product .relate-product-slide {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.inner-applications-show .details-relate-product .slick-slide {
    padding: 10px 20px;
}

@media (max-width: 991px) {
    .inner-applications-show .details-relate-product .slick-slide {
        padding: 10px;
    }
}

.inner-applications-show .details-relate-product .subject {
    display: block;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.inner-applications-show .details-relate-product .subject .img {
    display: block;
    padding: 26px 12px;
}

@media (max-width: 767px) {
    .inner-applications-show .details-relate-product .subject .img {
        padding: 0;
    }
}

.inner-applications-show .details-relate-product .subject .ibox {
    padding-bottom: 75%;
}

.inner-applications-show .details-relate-product .subject .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-applications-show .details-relate-product .subject .desc {
    display: block;
    padding-bottom: 20px;
}

.inner-applications-show .details-relate-product .subject .desc .t-desc:after {
    display: block;
    width: 90px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
    content: '';
    background-color: #000;
}

@media (max-width: 767px) {
    .inner-applications-show .details-relate-product .subject .desc .t-desc:after {
        width: 60px;
    }
}

.inner-applications-show .details-relate-product .subject .desc .t-desc h3 {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 0;
    color: #16397f;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .inner-applications-show .details-relate-product .subject .desc .t-desc h3 {
        font-size: 16px;
    }
}

.inner-applications-show .details-relate-product .subject .desc .t-not {
    margin-top: 14px;
    padding: 0 30px;
}

@media (max-width: 991px) {
    .inner-applications-show .details-relate-product .subject .desc .t-not {
        padding: 0 10px;
    }
}

.inner-applications-show .details-relate-product .subject .desc .t-not p {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.inner-applications-show .details-relate-product .subject .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 14px;
    border-top: 1px solid #eee;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .inner-applications-show .details-relate-product .subject .link {
        padding: 0 10px;
    }
}

.inner-applications-show .details-relate-product .subject .link a.p-con,
.inner-applications-show .details-relate-product .subject .link .more {
    line-height: 60px;
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #999;
}

@media (max-width: 767px) {
    .inner-applications-show .details-relate-product .subject .link a.p-con,
    .inner-applications-show .details-relate-product .subject .link .more {
        line-height: 40px;
    }
}

.inner-applications-show .details-relate-product .subject .link a.p-con:hover,
.inner-applications-show .details-relate-product .subject .link .more:hover {
    color: #16397f;
}

.inner-applications-show .details-relate-product .subject .link .more .icon {
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    background-color: #ededed;
}

.inner-applications-show .details-relate-product .subject:hover .link .more .icon {
    color: #fff;
    background-color: #16397f;
}

.inner-applications-show .details-relate-product .subject:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-applications-show .details-relate-product .subject:hover .text h3 {
    color: #010e2e;
}

.inner-applications-show .details-relate-product .slick-arrow {
    left: 0;
}

.inner-applications-show .details-relate-product .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

@media (min-width: 1200px) {
    .inner-news .news ul {
        margin: 0 -25px;
    }
    .inner-news .news ul li {
        padding: 0 25px;
    }
}

.inner-news .news .itempack {
    display: block;
    margin-top: 40px;
    border: 1px solid #eee;
}

@media (max-width: 767px) {
    .inner-news .news .itempack {
        margin-top: 20px;
    }
}

.inner-news .news .itempack .img {
    padding: 10px 10px 0 10px;
}

.inner-news .news .itempack .ibox {
    padding-bottom: 75%;
}

.inner-news .news .itempack .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-news .news .itempack .tt {
    padding: 20px;
    border-bottom: 1px solid rgba(231, 231, 231, .16);
}

.inner-news .news .itempack .tt h3 {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .inner-news .news .itempack .tt h3 {
        font-size: 16px;
    }
}

.inner-news .news .itempack .tt p {
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 10px 0 0 0;
    color: #777;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
    .inner-news .news .itempack .tt p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin: 0;
    }
}

.inner-news .news .itempack .link {
    font-size: 0;
    background-color: #f8f8f8;
}

.inner-news .news .itempack .date,
.inner-news .news .itempack .more {
    font-size: 14px;
    line-height: 70px;
    display: inline-block;
    width: 50%;
    margin: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;
    color: #999;
}

@media (max-width: 767px) {
    .inner-news .news .itempack .date,
    .inner-news .news .itempack .more {
        line-height: 40px;
    }
}

.inner-news .news .itempack .date:hover,
.inner-news .news .itempack .more:hover {
    color: #fff;
    background-color: #16397f;
}

.inner-news .news .itempack .date {
    border-right: 1px solid #eee;
}

.inner-news .news .itempack .more {
    color: #16397f;
}

.inner-news .news .itempack:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-news-show .title-news-show {
    /* margin-top: 30px; */
}

.inner-news-show .title-news-show h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .inner-news-show .title-news-show h1 {
        font-size: 18px;
    }
}

.inner-news-show .title-news-show p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #999;
}

.inner-news-show .title-news-show p span {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .inner-news-show .title-news-show p span {
        margin-right: 10px;
    }
}

.inner-news-show .title-news-show .txt-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -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) {
    .inner-news-show .title-news-show .txt-share {
        display: block;
    }
    .inner-news-show .title-news-show .txt-share .social-share {
        margin-top: 10px;
    }
}

.inner-news-show .wechat-qrcode {
    top: 40px;
}

.inner-news-show .wechat-qrcode:after {
    top: -13px;
    bottom: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.inner-news-show .text-top {
    overflow: hidden;
    margin-top: 30px;
    padding: 10px 5%;
    color: #aaa;
    background-color: #f9f9f9;
}

.inner-news-show .text-top p {
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .inner-news-show .text-top p {
        font-size: 14px;
    }
}

.inner-news-show .text {
    margin-top: 30px;
}

.inner-news-show .text p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    color: #666;
}

@media (max-width: 767px) {
    .inner-news-show .text p {
        font-size: 14px;
    }
}

.inner-news-show .text img {
    max-width: 100%;
    height: auto !important;
}

.inner-news-show .button-news {
    margin-top: 50px;
}

.inner-news-show .button-news a {
    font-size: 16px;
    line-height: 60px;
    position: relative;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin-top: 10px;
    padding: 0 10px 0 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #666;
    background-color: #f5f5f5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.inner-news-show .button-news a:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    content: '\eb60';
    text-align: center;
}

.inner-news-show .button-news a.next {
    padding: 0 50px 0 10px;
    text-align: right;
}

@media (max-width: 767px) {
    .inner-news-show .button-news a.next {
        padding: 0 10px 0 50px;
        text-align: left;
    }
}

.inner-news-show .button-news a.next:before {
    right: 0;
    left: auto;
    content: '\e625';
}

@media (max-width: 767px) {
    .inner-news-show .button-news a.next:before {
        right: auto;
        left: 0;
    }
}

.inner-news-show .button-news a:hover {
    color: #fff;
    background-color: #010e2e;
}

.inner-contact .contact ul {
    font-size: 0;
}

@media (min-width: 1200px) {
    .inner-contact .contact ul {
        width: 100%;
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .inner-contact .contact ul:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: '';
    }
}

.inner-contact .contact ul li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.inner-contact .contact ul li:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .inner-contact .contact ul li {
        width: 50%;
        margin: 14px 0;
    }
}

@media (max-width: 767px) {
    .inner-contact .contact ul li {
        width: 100%;
    }
}

.inner-contact .contact .itempack {
    font-size: 0;
    text-align: left;
}

.inner-contact .contact .itempack .icon,
.inner-contact .contact .itempack .not {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.inner-contact .contact .itempack .icon {
    line-height: 86px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #16397f;
}

@media (max-width: 767px) {
    .inner-contact .contact .itempack .icon {
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}

.inner-contact .contact .itempack .icon img {
    width: 100%;
    padding: 20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
    .inner-contact .contact .itempack .icon img {
        padding: 15px;
    }
}

.inner-contact .contact .itempack .not {
    width: -webkit-calc(100% - 86px);
    width: calc(100% - 86px);
    padding-left: 30px;
}

@media (max-width: 767px) {
    .inner-contact .contact .itempack .not {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        padding-left: 10px;
    }
}

.inner-contact .contact .itempack .not h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
    color: #16397f;
}

@media (max-width: 767px) {
    .inner-contact .contact .itempack .not h3 {
        margin-bottom: 4px;
    }
}

.inner-contact .contact .itempack .not p {
    font-size: 16px;
    max-width: 300px;
    color: #777;
}

@media (max-width: 1350px) {
    .inner-contact .contact .itempack .not p {
        font-size: 14px;
        max-width: 200px;
    }
}

@media (max-width: 1199px) {
    .inner-contact .contact .itempack .not p {
        max-width: 100%;
    }
}

.inner-contact .contact .itempack .not p a:hover {
    text-decoration: underline;
    color: #010e2e;
}

.inner-map {
    position: relative;
    padding: 0;
}

@media (max-width: 1199px) {
    .inner-map {
        height: auto;
    }
}

@media (max-width: 991px) {
    .inner-map {
        margin-top: 30px;
    }
}

.inner-map .mapwrap {
    height: 850px;
}

@media (max-width: 1199px) {
    .inner-map .mapwrap {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .inner-map .mapwrap {
        height: 300px;
    }
}

.inner-map .feedbook {
    padding: 30px;
}

@media (min-width: 1200px) {
    .inner-map .feedbook {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 550px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, .9);
    }
}

@media (max-width: 1199px) {
    .inner-map .feedbook {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}

@media (max-width: 767px) {
    .inner-map .feedbook {
        padding: 20px 14px;
    }
}

.inner-map .feedbook .title-feedbook h3 {
    font-size: 18px;
    font-weight: bold;
}

.inner-map .feedbook form .itempack {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .inner-map .feedbook form .itempack {
        margin-top: 14px;
    }
}

.inner-map .feedbook form .itempack input,
.inner-map .feedbook form .itempack textarea {
    line-height: 28px;
    width: 100%;
    padding: 15px;
    resize: vertical;
    border: 1px solid #ebebe9;
    outline: none;
    background-color: #fafafa;
}

@media (max-width: 767px) {
    .inner-map .feedbook form .itempack input,
    .inner-map .feedbook form .itempack textarea {
        font-size: 14px;
        line-height: 24px;
    }
}

.inner-map .feedbook form .itempack input::-webkit-input-placeholder,
.inner-map .feedbook form .itempack textarea::-webkit-input-placeholder {
    color: #999;
}

.inner-map .feedbook form .itempack input:-o-placeholder,
.inner-map .feedbook form .itempack textarea:-o-placeholder {
    color: #999;
}

.inner-map .feedbook form .itempack input::-moz-placeholder,
.inner-map .feedbook form .itempack textarea::-moz-placeholder {
    color: #999;
}

.inner-map .feedbook form .itempack input:-ms-input-placeholder,
.inner-map .feedbook form .itempack textarea:-ms-input-placeholder {
    color: #999;
}

.inner-map .feedbook form .itempack input:focus::-webkit-input-placeholder,
.inner-map .feedbook form .itempack textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.inner-map .feedbook form .itempack input:focus::-o-placeholder,
.inner-map .feedbook form .itempack textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.inner-map .feedbook form .itempack input:focus::-moz-placeholder,
.inner-map .feedbook form .itempack textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.inner-map .feedbook form .itempack input:focus::-ms-input-placeholder,
.inner-map .feedbook form .itempack textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.inner-map .feedbook form .submit {
    font-size: 16px;
    line-height: 58px;
    padding: 0 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #16397f;
}

@media (max-width: 767px) {
    .inner-map .feedbook form .submit {
        font-size: 14px;
        line-height: 40px;
    }
}

.inner-map .feedbook form .submit:hover {
    background-color: #010e2e;
}

nav {
    text-align: center;
}

.pagination {
    margin: 50px 0 0 0;
    padding: 0;
}

@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}

.pagination li.prev a,
.pagination li.next a {
    border-radius: 50%;
}

.pagination li.prev a span:before,
.pagination li.next a span:before {
    font-family: 'iconfont' !important;
    content: '\eb60';
}

.pagination li.next a span:before {
    content: '\e625';
}

.pagination li a {
    line-height: 36px;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #666;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}

@media (max-width: 991px) {
    .pagination li a {
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #010e2e;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #010e2e;
}

.footer {
    font-size: 0;
    position: relative;
    overflow: hidden;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}

@media (max-width: 767px) {
    .footer {
        padding-bottom: 60px;
    }
}

.footer .foot {
    overflow: hidden;
    padding: 50px 3%;
    color: #fff;
}

@media (max-width: 767px) {
    .footer .foot {
        padding: 15px;
    }
}

.footer .foot>ul {
    font-size: 0;
    margin: 0 -15px;
}

@media (max-width: 1199px) {
    .footer .foot>ul {
        margin: 0 -10px;
    }
}

@media (min-width: 992px) {
    .footer .foot>ul {
        width: 100%;
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot>ul:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: '';
    }
}

.footer .foot>ul>li {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 767px) {
    .footer .foot>ul>li {
        width: 100%;
        margin: 4px 0;
    }
}

@media (max-width: 1199px) {
    .footer .foot>ul>li {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .footer .foot>ul>li {
        display: block;
    }
}

.footer .foot .title-foot h3 {
    line-height: 30px;
    margin: 0;
}

.footer .foot .title-foot h3 a {
    font-size: 18px;
    line-height: 24px;
    opacity: 1;
}

@media (max-width: 767px) {
    .footer .foot .title-foot h3 a {
        font-size: 16px;
    }
}

.footer .foot .text {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .footer .foot .text {
        margin: 0;
        padding: 0 0 10px;
    }
}

@media (max-width: 1350px) {
    .footer .foot .foot-logo img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .footer .foot .foot-logo img {
        display: block;
    }
}

.footer .foot .foot-logo h3 {
    font-family: 'DINCond';
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 1470px) {
    .footer .foot .foot-logo h3 {
        font-size: 30px;
    }
}

.footer .foot .foot-logo h3 img {
    width: 80px;
}

.footer .foot .foot-logo p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

.footer .foot .foot-logo a:hover {
    text-decoration: underline;
}

.footer .foot .item-nav a {
    font-size: 15px;
    line-height: 24px;
    display: block;
    opacity: .7;
}

@media (max-width: 1360px) {
    .footer .foot .item-nav a {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .footer .foot .item-nav a {
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .footer .foot .item-nav a {
        display: inline-block;
        margin-right: 14px;
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .footer .foot .item-nav a {
        display: inline-block;
        max-width: 100%;
        margin-right: 10px;
        vertical-align: top;
    }
}

.footer .foot .item-nav a:hover {
    text-decoration: underline;
    opacity: 1;
}

.footer .foot .item-erweima {
    text-align: center;
}

@media (max-width: 1199px) {
    .footer .foot .item-erweima {
        margin-top: 10px;
        text-align: left;
    }
}

.footer .foot .item-erweima .erweima {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.footer .foot .item-erweima .erweima img {
    max-width: 150px;
}

@media (max-width: 1350px) {
    .footer .foot .item-erweima .erweima img {
        max-width: 120px;
    }
}

.footer .foot .item-erweima .erweima p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0 0;
    color: #666;
}

@media (max-width: 767px) {
    .footer .foot .item-erweima .erweima p {
        font-size: 14px;
    }
}

.footer .copyright {
    padding: 25px 3%;
    color: #fff;
    background-color: #034180;
}

.footer .copyright p {
    font-size: 15px;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 1199px) {
    .footer .copyright p {
        font-size: 14px;
        line-height: 24px;
    }
}

.footer .copyright p span {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .footer .copyright p span {
        display: block;
        margin: 0;
    }
}

.footer .copyright p a {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .footer .copyright p a {
        display: block;
        margin-left: 0;
    }
}

.footer .copyright p a:hover {
    text-decoration: underline;
    color: #fff;
}

.zoom:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 33px;
    height: 33px;
    content: '';
    background: url(../images/icon.png);
}

.zoom img {
    display: block;
}

.zoom img::-moz-selection {
    background-color: transparent;
}

.zoom img::selection {
    background-color: transparent;
}

.inner-contact .contact ul li .itempack .not .desc {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.inner-contact .contact ul li .itempack .not .desc .txt {
    margin-right: 20px;
}

.inner-contact .contact ul li .itempack .not .desc .txt,
.inner-contact .contact ul li .itempack .not .desc p {
    display: inline-block;
    vertical-align: middle;
}

.inner-contact .contact ul li .itempack .not .desc p .img {
    display: inline-block;
    margin-right: 20px;
}

.inner-contact .contact ul li .itempack .not .desc p img {
    box-shadow: 0 0 10px #dcdcdc;
}

.inner-contact .contact ul li .itempack .not .desc p i {
    display: block;
    font-style: normal;
    font-size: 14px;
    margin: 10px 0 0 0;
    text-align: center;
}

@media(max-width:767px) {
    .inner-contact .contact ul li .itempack .not .desc {
        margin-right: 0;
    }
    .inner-contact .contact ul li .itempack .not .desc p .img {
        margin-right: 5px;
    }
    .inner-contact .contact ul li .itempack .not .desc .txt {
        display: block;
    }
    .inner-contact .contact .itempack .icon,
    .inner-contact .contact .itempack .not {
        vertical-align: top;
    }
}

.inner-news,
.inner-news-show,
.inner-applications,
.inner-applications-show {
    padding-top: 40px;
}

.part-footer .footer .foot-erweima img,
.inside-footer .footer .foot-erweima img {
    width: 120px;
}

.part-footer .footer .foot-erweima p,
.inside-footer .footer .foot-erweima p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    max-width: 120px;
    margin-top: 20px;
}


/* 2023.10.27 */

.header-box .whatsapp {
    padding: 10px 0;
}

.header-box .whatsapp h3 {
    line-height: 40px;
    font-size: 24px;
}

.header-box .whatsapp h3 img {
    width: 30px;
    margin-top: -10px;
}


/*PAGES*/

.page_info {
    text-align: center;
    width: 100%;
    margin: 10px auto;
    padding: 50px 0;
    color: #999;
    clear: both;
    font-size: 1.4rem!important;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    clear: both;
    letter-spacing: 0;
    font-size: 10px;
    margin: 50px auto;
    padding: 50px 0;
    clear: both;
    width: 100%;
}

.page_list a {
    display: inline-block;
    color: #898989;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    text-align: center;
    padding: 0 8px;
    margin: 0 1px;
}

.page_list a:hover {
    color: #fff;
    border: 1px solid #898989;
    background: #898989;
}

.page_list a.on {
    color: #333;
    border: 1px solid #ccc;
    background: #E5EDF2;
}

.table_a table {
    border-right: 1px solid #9ac4f1;
    border-bottom: 1px solid #9ac4f1;
    width: 100%;
}

.table_a table td {
    border-left: 1px solid #9ac4f1;
    border-top: 1px solid #9ac4f1;
    text-align: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    font-family: " ";
}

.table_a table tr:nth-child(odd) {
    background: #f5f5f5;
}

.table_a table th {
    border-left: 1px solid #9ac4f1;
    border-top: 1px solid #9ac4f1;
    background: #eef8fa;
    color: #004fa3;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    font-family: " ";
}

.biao2 {
    background: #f1f1f1;
}

@media(max-width:1199px) {
    .table_a {
        overflow-x: scroll;
    }
    .table_a table td {
        font-size: 14px;
    }
}