/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
@font-face {
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@font-face {
    font-family: 'Century Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/hinted-CenturyGothic.eot');
    src: local('Century Gothic'), local('CenturyGothic'), url('../fonts/hinted-CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-CenturyGothic.woff2') format('woff2'), url('../fonts/hinted-CenturyGothic.woff') format('woff'), url('../fonts/hinted-CenturyGothic.ttf') format('truetype'), url('../fonts/hinted-CenturyGothic.svg#CenturyGothic') format('svg');
}
@-ms-viewport {
    width: auto !important;
}
body {
    font-family: 'Century Gothic', Arial, 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
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 (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;

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

    -webkit-appearance: none;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    resize: none;

    border: none;
    outline: none;
}
a {
    text-decoration: none;

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

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

    color: inherit;
}
.img-box {
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
.header {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 80px;

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

    background-color: rgba(0, 0, 0, .8);
}
@media (max-width: 1199px) {
    .header {
        height: 70px;

        background-color: rgba(0, 0, 0, .9);
    }
}
.header .logo {
    position: relative;

    float: left;

    height: 48px;
    margin-top: 16px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .logo {
        margin-top: 11px;
    }
}
.header .logo a {
    display: block;

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

    height: 100%;

    vertical-align: middle;
}
.header .logo p {
    line-height: 1.71428571;

    display: inline-block;

    margin: 0 0 0 10px;

    vertical-align: middle;

    color: #fff;
}
@media (max-width: 991px) {
    .header .logo p {
        display: none;
    }
}
.header .pc-search {
    line-height: 36px;

    position: relative;

    float: right;

    width: 158px;
    margin-top: 22px;
    margin-left: 14px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .pc-search {
        margin-top: 17px;
    }
}
@media (max-width: 767px) {
    .header .pc-search {
        width: 140px;
    }
}
.header .pc-search:after {
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    width: 36px;

    content: '\e660';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
}
.header .pc-search form {
    position: relative;

    float: right;
}
.header .pc-search input {
    font-size: 0;
    line-height: 36px;

    position: relative;
    z-index: 2;

    float: right;

    width: 36px;
    height: 36px;
    padding: 0 10px 0 34px;

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

    opacity: 0;
    color: #fff;
    border: 1px solid rgba(153, 153, 153, 0);
    border-radius: 30px;
    background: none;
}
.header .pc-search .submit {
    font-size: 20px;
    line-height: 36px;

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

    width: 36px;
    padding: 0;

    opacity: 0;
    color: #fff;
    outline: none;
    background: none;
}
.header .pc-search .submit:after {
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .pc-search.search-active:after {
    opacity: 0;
}
.header .pc-search.search-active input {
    font-size: 14px;

    width: 100%;

    opacity: 1;
    border: 1px solid rgba(153, 153, 153, .8);
}
.header .pc-search.search-active .submit {
    z-index: 3;

    -webkit-animation: fadeInRight .6s 0s ease both;
    animation: fadeInRight .6s 0s ease both;

    opacity: 1;
}
.header .nav-collapse {
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 10px;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;

        margin-top: 9px;

        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
    .header .nav {
        display: inline-block;
        float: right;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .tbl {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1>li {
        float: left;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        line-height: 80px;

        position: relative;

        display: block;

        padding: 0 14px;

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

        color: #fff;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #aaa;
    }
    .header .nav .nav-list1 .nav-list2 {
        font-size: 0;

        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        max-width: 420px;
        padding: 20px 0;

        -webkit-transform: translateX(-34%);
        -ms-transform: translateX(-34%);
        transform: translateX(-34%);
        text-align: left;

        background-color: rgba(0, 0, 0, .8);
    }
    .header .nav .nav-list1 .nav-list2 li {
        position: relative;

        display: inline-block;

        width: 50%;

        list-style: none;

        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 16px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        margin: 5px 0;
        padding: 0 20px;

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

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        color: #aaa;
    }
    .header .nav .nav-list1 .nav-list2 li img {
        max-width: 400px;
    }
    .header .nav .nav-list1>li:nth-child(2) .nav-list2 {
        max-width: 600px;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        min-width: 200px;
        padding: 20px 0;

        text-align: left;

        background-color: rgba(0, 0, 0, .86);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li>a {
        line-height: 30px;

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

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

        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}
@media (max-height: 580px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 18px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 17px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 19px;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 20px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .language {
    line-height: 28px;

    float: right;

    width: 28px;
    margin-top: 26px;
    margin-left: 30px;

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

    border: 1px solid #999;
    border-radius: 30px;
}
@media (max-width: 1199px) {
    .header .language {
        margin-top: 21px;
        margin-right: 30px;
        margin-left: 10px;
    }
}
.header .language a {
    font-size: 12px;

    display: block;

    color: #aaa;
}
.header .language ul {
    display: none;
}
.header .language ul li a {
    color: #fff;
}
.header .language ul li a:hover {
    color: #aaa;
}
.header .language:hover {
    border-radius: 30px;
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.header.fixed-header {
    height: 60px;
}
.header.fixed-header .logo {
    margin-top: 6px;
}
.header.fixed-header .nav .nav-list1>li>a {
    line-height: 60px;
}
.header.fixed-header .pc-search {
    margin-top: 12px;
}
.header.fixed-header .language {
    margin-top: 16px;
}
.header.fixed-header .nav-collapse {
    margin-top: 4px;
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
    transition: right .3s;
}
@media (max-width: 991px) {
    .online-wrap .online {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px 0;

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

    border-radius: 6px;
    background-color: #000;
}
.online-wrap .online a:before {
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: rgba(8, 96, 160, .7);
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #063381;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before {
    font-size: 24px;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;
    font-size: 24px !important;

    content: '\e6a4';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;

    content: '\e6b7';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e614';
}
.banner {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px) {
    .banner {
        padding-top: 70px;
    }
}
.banner .slick-arrow {
    line-height: 60px;

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

    width: 40px;
    padding: 0;

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

    color: rgba(255, 255, 255, .4);
    background: none;
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e601';
}
.banner .slick-arrow.slick-next {
    right: 2%;
    left: auto;
}
.banner .slick-arrow.slick-next:before {
    content: '\e827';
}
.banner .slick-arrow:hover {
    color: #fff;
}
.banner .slick-slide {
    overflow: hidden;
}
@media (min-width: 1200px) {}
.banner:hover .slick-arrow {
    display: block !important;
}
.banner img {
    display: block;

    width: 100%;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px) {
    .banner-in .text-in {
        top: 60%;
    }
}
.banner-in .text-in b {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px) {
    .banner-in .text-in b {
        font-size: 24px;
    }
}
@-webkit-keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1 {
    -webkit-animation-name: narrow;
    animation-name: narrow;
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-about {
    overflow: hidden;

    margin-top: -160px;
    padding-bottom: 70px;
}
@media (max-width: 991px) {
    .box-about {
        margin-top: 20px;
        padding-bottom: 50px;
    }
}
.box-about .item {
    position: relative;

    background-color: #292931;
}
@media (max-width: 991px) {
    .box-about .item {
        margin-top: 30px;
    }
}
.box-about .item .img-box {
    padding-bottom: 60%;

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

    opacity: .5;
}
.box-about .item .mask {
    position: absolute;
    top: 15%;

    display: block;

    width: 100%;
    padding: 0 10%;

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

    color: #fff;
}
@media (max-width: 1350px) {
    .box-about .item .mask {
        padding: 0 6%;
    }
}
.box-about .item .mask:before {
    font-family: 'iconfont' !important;
    font-size: 34px;
    line-height: 50px;

    display: block;

    margin-bottom: 24px;

    content: '\e6d4';

    color: #ccc;
}
@media (max-width: 991px) {
    .box-about .item .mask:before {
        margin-bottom: 20px;
    }
}
.box-about .item .mask span.counter {
    font-size: 64px;
    line-height: 1;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1350px) {
    .box-about .item .mask span.counter {
        font-size: 58px;
    }
}
@media (max-width: 991px) {
    .box-about .item .mask span.counter {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    .box-about .item .mask span.counter {
        font-size: 40px;
    }
}
.box-about .item .mask sup {
    font-size: 24px;

    top: 0;

    display: inline-block;

    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: top;
}
.box-about .item .mask b {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;

    display: block;

    margin-top: 24px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 991px) {
    .box-about .item .mask b {
        margin-top: 18px;
    }
}
.box-about .item .mask p {
    display: none;
    overflow: hidden;

    height: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.box-about .item .mask .more {
    display: inline-block;
    overflow: hidden;

    height: 0;
}
.box-about .item .mask .more:hover {
    color: #333;
    background-color: #fff;
}
.box-about .item .mask.xs-mask {
    display: none;
}
@media (max-width: 1199px) {
    .box-about .item .mask.lg-mask {
        display: none;
    }
    .box-about .item .mask.xs-mask {
        display: block;
    }
}
.box-about .item-user .mask:before {
    content: '\e61a';
}
.box-about .item-products .mask:before {
    content: '\e618';
}
@media (min-width: 1200px) {
    .box-about .item:hover .img-box {
        opacity: 1;
    }
    .box-about .item:hover .mask {
        top: 5%;
    }
    .box-about .item:hover .mask:before {
        margin-bottom: 6px;
    }
    .box-about .item:hover .mask span.counter {
        font-size: 48px;
    }
    .box-about .item:hover .mask sup {
        -webkit-animation: rotateIn1 1s 0s ease both;
        animation: rotateIn1 1s 0s ease both;
    }
    .box-about .item:hover .mask p {
        line-height: 24px;

        display: block;

        height: 72px;
        margin: 0;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .box-about .item:hover .mask b {
        overflow: hidden;

        height: 0;
        margin: 0;
    }
    .box-about .item:hover .mask a.more {
        line-height: 28px;

        height: 30px;
        margin-top: 16px;
        padding: 0 26px;

        -webkit-animation: fadeInUp .6s 0s ease both;
        animation: fadeInUp .6s 0s ease both;

        border: 1px solid #fff;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .box-about .item:hover .mask span.counter {
        font-size: 38px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .box-about .item:hover .mask p {
        line-height: 22px;

        height: 66px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .box-about .item:hover .mask a.more {
        margin-top: 10px;
    }
}
@-webkit-keyframes rotateIn1 {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
        transform-origin: center;

        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center;

        opacity: 1;
    }
}
@keyframes rotateIn1 {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -600deg);
        transform: rotate3d(0, 0, 1, -600deg);
        -webkit-transform-origin: center;
        transform-origin: center;

        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center;

        opacity: 1;
    }
}
.rotateIn1 {
    -webkit-animation-name: rotateIn1;
    animation-name: rotateIn1;
}
.footer {
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #f6f6f6;
}
.footer .foot {
    padding: 50px 0;
}
@media (max-width: 1199px) {
    .footer .foot {
        display: none;
    }
}
.footer .foot>ul {
    font-size: 0;

    margin: 0 -15px;
}
.footer .foot>ul>li {
    display: inline-block;

    width: 20%;
    padding: 0 15px;

    vertical-align: top;
}
.footer .foot .item {
    font-size: 14px;
}
.footer .foot .item img {
    max-width: 100%;
}
.footer .foot .item b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}
.footer .foot .item .item-text,
.footer .foot .item .item-nav,
.footer .foot .item .item-message {
    margin-top: 20px;
}
.footer .foot .item .item-text p {
    font-size: 16px;
    line-height: 1.875;

    position: relative;

    margin: 0;
    padding-left: 30px;

    word-break: break-word;

    color: #666;
}
.footer .foot .item .item-text p:before {
    font-family: 'iconfont' !important;

    position: absolute;
    left: 0;

    content: '\e625';
}
.footer .foot .item .item-text p.fax:before {
    content: '\e678';
}
.footer .foot .item .item-text p.address:before {
    font-size: 18px;

    content: '\e62b';
}
.footer .foot .item .item-text p.email:before {
    content: '\e62a';
}
.footer .foot .item .item-text p a {
    display: block;
}
.footer .foot .item .item-text p a:hover {
    color: #000;
}
.footer .foot .item .item-nav a {
    font-size: 16px;
    line-height: 1.875;

    display: block;

    word-break: break-word;

    color: #666;
}
.footer .foot .item .item-nav a:hover:hover {
    color: #000;
}
.footer .foot .item .item-message input,
.footer .foot .item .item-message textarea {
    line-height: 24px;

    width: 100%;
    min-height: 42px;
    margin-bottom: 10px;
    padding: 4px 14px;

    background-color: #fff;
}
.footer .foot .item .item-message input::-webkit-input-placeholder,
.footer .foot .item .item-message textarea::-webkit-input-placeholder {
    color: #555655;
}
.footer .foot .item .item-message input:-o-placeholder,
.footer .foot .item .item-message textarea:-o-placeholder {
    color: #555655;
}
.footer .foot .item .item-message input::-moz-placeholder,
.footer .foot .item .item-message textarea::-moz-placeholder {
    color: #555655;
}
.footer .foot .item .item-message input:-ms-input-placeholder,
.footer .foot .item .item-message textarea:-ms-input-placeholder {
    color: #555655;
}
.footer .foot .item .item-message input:focus::-webkit-input-placeholder,
.footer .foot .item .item-message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .item .item-message input:focus::-o-placeholder,
.footer .foot .item .item-message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot .item .item-message input:focus::-moz-placeholder,
.footer .foot .item .item-message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot .item .item-message input:focus::-ms-input-placeholder,
.footer .foot .item .item-message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .item .item-message .submit {
    line-height: 42px;

    height: 42px;
    padding: 0 50px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #292931;
}
.footer .foot .item .item-message .submit:hover {
    background-color: #000;
}
.footer .foot .share {
    margin-top: 10px;
}
.footer .foot .share .at-resp-share-element .at-share-btn {
    margin: 0 4px 5px;

    outline: none;
}
.footer .foot .share .at-svc-linkedin:hover {
    background-color: #0673ae !important;
}
.footer .foot .share .at-svc-facebook:hover {
    background-color: #3c5a99 !important;
}
.footer .foot .share .at-svc-twitter:hover {
    background-color: #21a1f1 !important;
}
.footer .foot .share .at-svc-google:hover {
    background-color: #e94335 !important;
}
.footer .foot .share .at-svc-compact:hover {
    background-color: #333 !important;
}
.footer .copyright {
    padding: 10px 0;

    background-color: #1e1e23;
}
@media(max-width: 991px) {
    .footer .copyright {
        text-align: center;
    }
}
.footer .copyright .foot-nav {
    display: inline-block;
}
.footer .copyright .foot-nav a {
    font-size: 14px;
    line-height: 24px;

    display: inline-block;

    color: #adadad;
}
.footer .copyright .foot-nav a:after {
    margin: 0 4px;

    content: '|';
}
.footer .copyright .foot-nav a:last-child:after {
    display: none;
}
.footer .copyright .foot-nav a:hover {
    color: #fff;
}
.footer .copyright p {
    font-size: 14px;
    line-height: 28px;

    display: inline-block;
    float: right;

    margin: 0;

    color: #adadad;
}
.footer .copyright p a {
    display: inline-block;

    margin-left: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 767px) {
    .footer .copyright p a {
        display: block;

        margin-left: 0;
    }
}
.footer .copyright p a:hover {
    color: #fff;
}
.wrapper {
    overflow: hidden;
}
.wrap {
    padding: 40px 0;
}
.title-in {
    text-align: center;
}
.title-in:after {
    display: block;

    width: 60px;
    height: 1px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background-color: #000;
}
.title-in b {
    font-size: 32px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 991px) {
    .title-in b {
        font-size: 24px;
    }
}
.relate-product {
    overflow: hidden;

    padding: 50px 0;

    box-shadow: 0 -5px 10px rgba(0, 0, 0, .1);
}
.relate-product .slick-relate-product {
    margin: 0 -15px;
    margin-top: 30px;
}
.relate-product .slick-relate-product .slick-slide {
    padding: 15px;
}
.relate-product .item {
    position: relative;

    display: block;
    overflow: hidden;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.relate-product .item .img-box {
    padding-bottom: 91.66666667%;
}
.relate-product .item p {
    line-height: 40px;

    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;
    height: 40px;
    margin: 0;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center;

    color: #fff;
    background-color: rgba(8, 96, 160, .89);
}
.relate-product .item:hover p {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.relate-product .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -50px;

    padding: 0;

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

    background: none;
}
@media (max-width: 1560px) {
    .relate-product .slick-arrow {
        left: 10px;
    }
}
.relate-product .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e601';

    color: #c8c8c8;
}
.relate-product .slick-arrow.slick-next {
    right: -50px;
    left: auto;
}
@media (max-width: 1560px) {
    .relate-product .slick-arrow.slick-next {
        right: 10px;
    }
}
.relate-product .slick-arrow.slick-next:before {
    content: '\e827';
}
.relate-product .slick-arrow:hover:before {
    color: #1c4b9c;
}
.inside-nav {
    position: relative;

    overflow: hidden;

    margin-top: 50px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
.inside-nav .nav-wrap {
    position: relative;
    z-index: 2;
}
.inside-nav ul {
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0 -28px;
}
@media (max-width: 991px) {
    .inside-nav ul {
        margin: 0 -16px;
    }
}
.inside-nav ul li {
    display: inline-block;
}
.inside-nav ul li a {
    font-size: 16px;
    line-height: 36px;

    position: relative;

    display: inline-block;

    padding: 0 28px;

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

    color: #666;
}
@media (max-width: 991px) {
    .inside-nav ul li a {
        font-size: 15px;

        padding: 0 16px;
    }
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a {
    color: #000;
}
.wrap-about .pic {
    overflow: hidden;
}
@media (max-width: 991px) {
    .wrap-about .pic img {
        max-width: 100%;
    }
}
.wrap-about .about-number ul {
    font-size: 0;

    margin: 0 -15px;
}
.wrap-about .about-number ul li {
    display: inline-block;

    width: 33.33333333%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-about .about-number ul li {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-about .about-number ul li {
        width: 100%;
    }
}
.wrap-about .about-number .item {
    font-size: 14px;

    padding: 20px;

    text-align: center;

    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.wrap-about .about-number .item b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 1470px) {
    .wrap-about .about-number .item b {
        font-size: 20px;
    }
}
@media (max-width: 1350px) {
    .wrap-about .about-number .item b {
        font-size: 16px;
    }
}
.wrap-about .about-number .item b span {
    font-size: 48px;
}
@media (max-width: 1470px) {
    .wrap-about .about-number .item b span {
        font-size: 40px;
    }
}
@media (max-width: 1350px) {
    .wrap-about .about-number .item b span {
        font-size: 34px;
    }
}
.wrap-about .about-number .item p {
    font-size: 16px;
    line-height: 1.5;

    margin: 4px 0 0 0;
}
.wrap-about .about-categories {
    margin-top: 30px;
    padding: 60px 0 20px;

    text-align: center;

    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.wrap-about .about-categories .title-about b {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
}
.wrap-about .about-categories ul.list {
    font-size: 0;
}
.wrap-about .about-categories ul.list li {
    display: inline-block;

    width: 33.33333333%;
    margin-top: 14px;
    padding: 0 30px;

    vertical-align: top;
}
@media (max-width: 1470px) {
    .wrap-about .about-categories ul.list li {
        padding: 0 20px;
    }
}
@media (max-width: 1350px) {
    .wrap-about .about-categories ul.list li {
        padding: 0 6px;
    }
}
@media (max-width: 767px) {
    .wrap-about .about-categories ul.list li {
        width: 100%;
        padding: 0 15px;
    }
}
.wrap-about .about-categories .item {
    font-size: 14px;

    position: relative;
}
.wrap-about .about-categories .item span.num {
    font-size: 80px;
    font-weight: bold;
    line-height: 1;

    display: block;

    color: rgba(0, 0, 0, .05);
}
.wrap-about .about-categories .item p {
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrap-about .about-text {
    margin-top: 24px;
    padding: 30px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .wrap-about .about-text {
        padding: 30px 15px;
    }
}
.wrap-about .about-text p {
    line-height: 1.71428571;

    margin: 0;
}
.wrap-history .history {
    padding: 70px 0;

    background: url(../images/history_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-history .slick-history-nav {
    margin-top: 80px;
}
.wrap-history .slick-history-nav .slick-list:after {
    position: absolute;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    right: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}
.wrap-history .slick-history-nav .itembox {
    position: relative;

    padding: 130px 0;
}
.wrap-history .slick-history-nav .itembox:before,
.wrap-history .slick-history-nav .itembox:after {
    position: absolute;
    top: -webkit-calc(50% - 16px);
    top: calc(50% - 16px);
    left: 0;

    display: block;

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

    content: '';

    background-color: #000;
}
@media (max-width: 1470px) {
    .wrap-history .slick-history-nav .itembox:before,
    .wrap-history .slick-history-nav .itembox:after {
        width: -webkit-calc(100% - 88px);
        width: calc(100% - 88px);
    }
}
@media (max-width: 1350px) {
    .wrap-history .slick-history-nav .itembox:before,
    .wrap-history .slick-history-nav .itembox:after {
        width: -webkit-calc(100% - 82px);
        width: calc(100% - 82px);
    }
}
.wrap-history .slick-history-nav .itembox:after {
    right: 0;
    left: auto;
}
.wrap-history .slick-history-nav .itembox .item-note {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    left: -webkit-calc(100% - 94px);
    left: calc(100% - 94px);

    width: 290px;
    height: 96px;

    opacity: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
}
@media (max-width: 1470px) {
    .wrap-history .slick-history-nav .itembox .item-note {
        left: -webkit-calc(100% - 88px);
        left: calc(100% - 88px);
    }
}
@media (max-width: 1350px) {
    .wrap-history .slick-history-nav .itembox .item-note {
        left: -webkit-calc(100% - 82px);
        left: calc(100% - 82px);
    }
}
.wrap-history .slick-history-nav .itembox .item-note .note-desc {
    overflow-y: auto;

    height: 100%;
    padding: 18px 20px;
}
.wrap-history .slick-history-nav .itembox .item-note .note-desc::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 4px;
}
.wrap-history .slick-history-nav .itembox .item-note .note-desc::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.wrap-history .slick-history-nav .itembox .item-note .note-desc::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.wrap-history .slick-history-nav .itembox .item-note:after {
    position: absolute;
    bottom: -8px;
    left: 20px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 8px 4px 0 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.wrap-history .slick-history-nav .itembox .item-note b {
    font-size: 24px;
    line-height: 1;

    display: block;

    color: #006fc0;
}
.wrap-history .slick-history-nav .itembox .item-note p {
    line-height: 1.71428571;

    margin: 4px 0 0 0;
}
.wrap-history .slick-history-nav .itembox .note p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 6px 0 0 0;
}
.wrap-history .slick-history-nav .slick-current .itembox .item-note {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;

    opacity: 1;
}
.wrap-history .slick-history-nav .slick-current .item:before {
    -webkit-animation: rotateInhistory 2s ease both;
    animation: rotateInhistory 2s ease both;
}
.wrap-history .slick-history-nav .slick-slide:nth-child(2n) .itembox .item-note {
    top: auto;
    bottom: 10px;
}
.wrap-history .slick-history-nav .slick-slide:nth-child(2n) .itembox .item-note:after {
    position: absolute;
    top: -8px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 4px 8px 4px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.wrap-history .slick-history-nav .slick-slide:nth-child(2n).slick-current .itembox .item-note {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;

    opacity: 1;
}
.wrap-history .slick-history-nav .slick-slide:nth-child(10) .itembox .item-note,
.wrap-history .slick-history-nav .slick-slide:nth-child(11) .itembox .item-note {
    right: -webkit-calc(100% - 94px);
    right: calc(100% - 94px);
    left: auto;
}
@media (max-width: 1470px) {
    .wrap-history .slick-history-nav .slick-slide:nth-child(10) .itembox .item-note,
    .wrap-history .slick-history-nav .slick-slide:nth-child(11) .itembox .item-note {
        right: -webkit-calc(100% - 88px);
        right: calc(100% - 88px);
    }
}
@media (max-width: 1350px) {
    .wrap-history .slick-history-nav .slick-slide:nth-child(10) .itembox .item-note,
    .wrap-history .slick-history-nav .slick-slide:nth-child(11) .itembox .item-note {
        right: -webkit-calc(100% - 82px);
        right: calc(100% - 82px);
    }
}
.wrap-history .slick-history-nav .slick-slide:nth-child(10) .itembox .item-note:after,
.wrap-history .slick-history-nav .slick-slide:nth-child(11) .itembox .item-note:after {
    right: 20px;
    left: auto;
}
.wrap-history .slick-history-nav .item {
    position: relative;

    display: block;

    text-align: center;
}
.wrap-history .slick-history-nav .item:before {
    display: block;

    width: 60px;
    height: 60px;
    margin: 0 auto;

    content: '';

    background: url(../images/round-1.png) no-repeat center;
}
.wrap-history .slick-history-nav .item:after {
    position: absolute;
    top: 8px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);

    display: block;

    width: 44px;
    height: 44px;

    content: '';

    background: url(../images/history.png) no-repeat;
    background-size: cover;
}
.wrap-history .slick-history-nav .item-2:after,
.wrap-history .slick-history-nav .item-3:after,
.wrap-history .slick-history-nav .item-6:after {
    background-position: -44px 0;
}
.wrap-history .slick-history-nav .item-4:after {
    background-position: -88px 0;
}
.wrap-history .slick-history-nav .item-5:after {
    background-position: -132px 0;
}
.wrap-history .slick-history-nav .item-7:after,
.wrap-history .slick-history-nav .item-8:after,
.wrap-history .slick-history-nav .item-10:after {
    background-position: -176px 0;
}
.wrap-history .slick-history-nav .item-11:after {
    background-position: -264px 0;
}
@media (max-width: 1199px) {
    .wrap-history .lg-slick-history-nav {
        display: none;
    }
}
.wrap-history .xs-slick-history-nav {
    font-size: 0;

    display: none;
}
@media (max-width: 1199px) {
    .wrap-history .xs-slick-history-nav {
        display: block;
    }
}
.wrap-history .xs-slick-history-nav>div {
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-history .xs-slick-history-nav>div {
        width: 100%;
    }
}
.wrap-history .xs-slick-history-nav .note {
    display: none;
}
.wrap-history .xs-slick-history-nav .note p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 6px 0 0 0;
}
.wrap-history .xs-slick-history-nav .note-desc {
    padding-top: 10px;
}
.wrap-history .xs-slick-history-nav .note-desc b {
    font-size: 24px;
    line-height: 1;

    display: block;

    color: #1c4b9c;
}
@media (max-width: 767px) {
    .wrap-history .xs-slick-history-nav .note-desc b {
        font-size: 22px;
    }
}
.wrap-history .xs-slick-history-nav .note-desc p {
    font-size: 14px;
    line-height: 1.71428571;

    margin: 4px 0 0 0;
}
.wrap-history .xs-slick-history-nav .itembox {
    position: relative;

    min-height: 60px;
    margin-top: 30px;
    padding-left: 70px;
}
.wrap-history .xs-slick-history-nav .item {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    text-align: center;
}
.wrap-history .xs-slick-history-nav .item:before {
    display: block;

    width: 60px;
    height: 60px;
    margin: 0 auto;

    content: '';
    -webkit-animation: rotateInhistory 2s linear infinite;
    animation: rotateInhistory 2s linear infinite;

    background: url(../images/round-1.png) no-repeat center;
}
.wrap-history .xs-slick-history-nav .item:after {
    position: absolute;
    top: 8px;
    left: 8px;

    display: block;

    width: 44px;
    height: 44px;

    content: '';

    background: url(../images/history.png) no-repeat;
    background-size: cover;
}
.wrap-history .xs-slick-history-nav .item-2:after,
.wrap-history .xs-slick-history-nav .item-3:after,
.wrap-history .xs-slick-history-nav .item-6:after {
    background-position: -44px 0;
}
.wrap-history .xs-slick-history-nav .item-4:after {
    background-position: -88px 0;
}
.wrap-history .xs-slick-history-nav .item-5:after {
    background-position: -132px 0;
}
.wrap-history .xs-slick-history-nav .item-7:after,
.wrap-history .xs-slick-history-nav .item-8:after,
.wrap-history .xs-slick-history-nav .item-10:after {
    background-position: -176px 0;
}
.wrap-history .xs-slick-history-nav .item-11:after {
    background-position: -264px 0;
}
@-webkit-keyframes rotateInhistory {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -360deg);
        transform: rotate3d(0, 0, 1, -360deg);
        -webkit-transform-origin: center;
        transform-origin: center;

        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center;

        opacity: 1;
    }
}
@keyframes rotateInhistory {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -360deg);
        transform: rotate3d(0, 0, 1, -360deg);
        -webkit-transform-origin: center;
        transform-origin: center;

        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center;

        opacity: 1;
    }
}
.rotateInhistory {
    -webkit-animation-name: rotateInhistory;
    animation-name: rotateInhistory;
}
.wrap-history .slick-history-nav .item {
    cursor: pointer;
}
/* .slick-history-nav .slick-track {
   -webkit-transform: translate3d(0px, 0px, 0px) !important;
   transform: translate3d(0px, 0px, 0px) !important;
} */
.wrap-culture .vision {
    font-size: 0;

    padding-bottom: 50px;
}
.wrap-culture .vision .item {
    margin-top: 30px;
}
.wrap-culture .vision .pic {
    display: inline-block;

    width: 68%;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-culture .vision .pic {
        overflow: hidden;

        width: 100%;
    }
}
.wrap-culture .vision .pic img {
    max-width: 100%;
}
@media (max-width: 767px) {
    .wrap-culture .vision .pic img {
        width: 140%;
        max-width: 140%;
    }
}
.wrap-culture .vision .text {
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;
    margin-left: -18%;
    padding: 40px 10% 40px 8%;

    vertical-align: middle;

    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
}
@media (max-width: 1199px) {
    .wrap-culture .vision .text {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-culture .vision .text {
        width: 100%;
        margin: 0;
    }
}
.wrap-culture .vision .text:before {
    position: absolute;
    top: 0;
    left: -140px;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 152px 140px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
@media (max-width: 1199px) {
    .wrap-culture .vision .text:before {
        border-width: 0 0 112px 140px;
    }
}
.wrap-culture .vision .text p {
    font-size: 24px;
    line-height: 36px;

    margin: 0;

    text-indent: 2em;
}
@media (max-width: 1199px) {
    .wrap-culture .vision .text p {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .wrap-culture .vision .text p {
        display: -webkit-box;
        overflow: hidden;

        max-height: 72px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 767px) {
    .wrap-culture .vision .text p {
        font-size: 16px;
        line-height: 2;

        text-indent: 0;
    }
}
.wrap-culture .mission {
    padding: 50px 0;

    background-color: #f6f6f6;
}
.wrap-culture .mission .item {
    font-size: 0;

    margin-top: 30px;
}
.wrap-culture .mission .pic {
    display: inline-block;

    width: 68%;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-culture .mission .pic {
        overflow: hidden;

        width: 100%;
    }
}
.wrap-culture .mission .pic img {
    max-width: 100%;
}
@media (max-width: 767px) {
    .wrap-culture .mission .pic img {
        width: 140%;
        max-width: 140%;
        margin-left: -40%;
    }
}
.wrap-culture .mission .text {
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 50%;
    margin-right: -18%;
    padding: 40px 10% 40px 4%;

    vertical-align: middle;

    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
}
@media (max-width: 1199px) {
    .wrap-culture .mission .text {
        padding: 20px;
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-culture .mission .text {
        width: 100%;
    }
}
.wrap-culture .mission .text:before {
    position: absolute;
    top: 0;
    right: -140px;

    width: 0;
    height: 0;

    content: '';

    border-width: 152px 0 0 140px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
@media (max-width: 1199px) {
    .wrap-culture .mission .text:before {
        border-width: 112px 0 0 140px;
    }
}
@media (max-width: 767px) {
    .wrap-culture .mission .text:before {
        display: none;
    }
}
.wrap-culture .mission .text p {
    font-size: 24px;
    line-height: 36px;

    margin: 0;

    text-indent: 4em;
}
@media (max-width: 1199px) {
    .wrap-culture .mission .text p {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .wrap-culture .mission .text p {
        display: -webkit-box;
        overflow: hidden;

        max-height: 72px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 767px) {
    .wrap-culture .mission .text p {
        font-size: 16px;
        line-height: 2;

        text-indent: 0;
    }
}
.wrap-culture .value {
    padding-top: 50px;
}
.wrap-culture .value .pic {
    margin-top: 30px;
}
.wrap-culture .value .pic img {
    max-width: 100%;
}
.wrap-culture .value .note {
    position: relative;
    z-index: 2;

    max-width: 720px;
    margin: 0 auto;
    margin-top: -76px;
    padding: 38px 8%;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
}
@media (max-width: 1199px) {
    .wrap-culture .value .note {
        max-width: 500px;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-culture .value .note {
        margin-top: 0;
        padding: 30px 15px;
    }
}
.wrap-culture .value .note b {
    font-size: 24px;
    line-height: 1.3;

    display: block;

    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .wrap-culture .value .note b {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-culture .value .note b {
        font-size: 18px;
    }
}
.wrap-culture .value .note p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-culture .value .note p {
        font-size: 15px;
    }
}
.wrap-honor .honor-text {
    margin-top: 40px;
    padding: 30px;

    background-color: #f6f6f6;
}
@media (max-width: 991px) {
    .wrap-honor .honor-text {
        padding: 10px;
    }
}
.wrap-honor .honor-text p {
    line-height: 1.85714286;

    margin: 0;
}
.wrap-honor .honor-text .text {
    padding-top: 10px;
}
.wrap-honor .honor-text .pic img {
    max-width: 100%;
}
.wrap-honor .honor .row {
    margin: 0 -30px;
}
@media (max-width: 991px) {
    .wrap-honor .honor .row {
        margin: 0 -15px;
    }
}
@media (max-width: 767px) {
    .wrap-honor .honor .row {
        margin: 0 -8px;
    }
}
.wrap-honor .honor .itembox {
    padding: 0 30px;
}
@media (max-width: 991px) {
    .wrap-honor .honor .itembox {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .wrap-honor .honor .itembox {
        padding: 0 8px;
    }
}
.wrap-honor .honor .item {
    margin-top: 40px;

    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 141.93548387%;
}
.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .honor .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-social .social {
    font-size: 0;

    background: url(../images/social_bg.jpg) no-repeat center;
}
@media (max-width: 991px) {
    .wrap-social .social {
        background-size: cover;
    }
}
.wrap-social .social .pic,
.wrap-social .social .text {
    display: inline-block;

    vertical-align: middle;
}
.wrap-social .social .pic {
    width: 27%;
    padding: 0 12px;
}
@media (max-width: 1470px) {
    .wrap-social .social .pic {
        width: 30%;
    }
}
@media (max-width: 1350px) {
    .wrap-social .social .pic {
        width: 34%;
    }
}
@media (max-width: 991px) {
    .wrap-social .social .pic {
        width: 100%;

        text-align: center;
    }
}
.wrap-social .social .pic img {
    max-width: 100%;
}
.wrap-social .social .text {
    font-size: 14px;

    width: 73%;
    padding-left: 10px;
}
@media (max-width: 1470px) {
    .wrap-social .social .text {
        width: 70%;
    }
}
@media (max-width: 1350px) {
    .wrap-social .social .text {
        width: 66%;
    }
}
@media (max-width: 991px) {
    .wrap-social .social .text {
        width: 100%;
        padding: 30px 10px;
    }
}
.wrap-social .social .text p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}
@media (max-width: 1350px) {
    .wrap-social .social .text p {
        font-size: 14px;
    }
}
.wrap-social .social-list {
    margin-top: 30px;
}
.wrap-social .social-list .item {
    position: relative;

    margin-top: 30px;
}
.wrap-social .social-list .item:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .8), transparent, rgba(0, 0, 0, .8));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .8), transparent, rgba(0, 0, 0, .8));
}
.wrap-social .social-list .item:after {
    position: absolute;
    z-index: 3;
    right: -20px;
    bottom: 0;

    display: block;

    width: 156px;
    height: 120px;

    content: '';

    background: url(../images/social.png) no-repeat center;
}
.wrap-social .social-list .item .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-social .social-list .item .mask {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    padding: 20px;
}
@media (max-width: 1199px) {
    .wrap-social .social-list .item .mask {
        padding: 10px;
    }
}
.wrap-social .social-list .item .mask p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px) {
    .wrap-social .social-list .item .mask p {
        font-size: 14px;
    }
}
.wrap-working .working-top .title-working {
    text-align: center;
}
.wrap-working .working-top .title-working b {
    font-size: 64px;
    line-height: 1;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 991px) {
    .wrap-working .working-top .title-working b {
        font-size: 30px;
    }
}
.wrap-working .working-top .pic {
    margin-top: 50px;

    text-align: center;
}
.wrap-working .working-top .pic img {
    max-width: 100%;
}
.wrap-working .working {
    margin-top: 70px;

    background-color: #f6f6f6;
}
.wrap-working .item {
    font-size: 0;

    padding: 40px 0;
}
.wrap-working .item .text,
.wrap-working .item .pic {
    display: inline-block;

    vertical-align: middle;
}
.wrap-working .item .pic {
    overflow: hidden;

    width: 46%;
}
@media (max-width: 767px) {
    .wrap-working .item .pic {
        width: 100%;
    }
}
.wrap-working .item .pic img {
    max-width: 100%;
}
.wrap-working .item .text {
    font-size: 14px;

    width: 54%;
    padding: 0 4%;
}
@media (max-width: 1470px) {
    .wrap-working .item .text {
        padding: 0 4% 0 2%;
    }
}
@media (max-width: 767px) {
    .wrap-working .item .text {
        width: 100%;
        padding: 0 15px 30px 15px;
    }
}
.wrap-working .item .text b {
    font-size: 64px;
    line-height: 1;

    display: block;

    margin-bottom: 40px;

    text-transform: uppercase;
    word-break: break-word;
}
@media (max-width: 1470px) {
    .wrap-working .item .text b {
        font-size: 50px;

        margin-bottom: 20px;
    }
}
@media (max-width: 1350px) {
    .wrap-working .item .text b {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .wrap-working .item .text b {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-working .item .text b {
        font-size: 26px;
    }
}
.wrap-working .item .text p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px) {
    .wrap-working .item .text p {
        font-size: 14px;
    }
}
.wrap-working .item:nth-child(2n) .text {
    padding: 0 4%;
}
@media (max-width: 1470px) {
    .wrap-working .item:nth-child(2n) .text {
        padding: 0 2% 0 4%;
    }
}
@media (max-width: 767px) {
    .wrap-working .item:nth-child(2n) .text {
        width: 100%;
        padding: 30px 15px 0 15px;
    }
}
.wrap-news .news {
    margin-top: -20px;
}
.wrap-news .news .item {
    font-size: 0;

    position: relative;

    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-news .news .item {
        margin-top: 30px;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .text {
    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic {
    width: 50%;

    background-color: #000;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .pic {
        width: 50%;
    }
}
@media (max-width: 1350px) {
    .wrap-news .news .item .pic {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;

    opacity: .7;
}
.wrap-news .news .item .text {
    font-size: 14px;

    width: 50%;
    padding-left: 24px;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .text {
        width: 50%;
    }
}
@media (max-width: 1350px) {
    .wrap-news .news .item .text {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
.wrap-news .news .item .text a {
    display: block;
}
.wrap-news .news .item .text b {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-news .news .item .text b {
        height: auto;
        max-height: 48px;
    }
}
.wrap-news .news .item .text p {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 8px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .text p {
        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .item .text p {
        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-news .news .item .text span.date {
    line-height: 24px;

    display: block;

    margin: 10px 0 0 0;
}
.wrap-news .news .item-new:before {
    position: absolute;
    z-index: 2;
    top: -5px;
    left: -5px;

    display: block;

    width: 98px;
    height: 67px;

    content: '';

    background: url(../images/mask-news.png) no-repeat;
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .text b {
    color: #1c4b9c;
}
.wrap-news-show .title-news {
    padding-bottom: 20px;

    border-bottom: 1px solid #eee;
}
.wrap-news-show .title-news h1 {
    font-size: 28px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news h1 {
        font-size: 20px;
    }
}
.wrap-news-show .title-news span {
    display: block;

    margin: 12px 0 0 0;

    color: #1c4b9c;
}
.wrap-news-show .title-news span:before {
    display: inline-block;

    width: 4px;
    height: 4px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: #1c4b9c;
}
.wrap-news-show .news-show {
    margin-top: 20px;
}
.wrap-news-show .news-show p {
    line-height: 1.85714286;

    margin: 0;
}
.wrap-news-show .news-show img {
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.wrap-news-show .relate {
    margin-top: 30px;
}
.wrap-news-show .relate a {
    line-height: 48px;

    position: relative;

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

    height: 48px;
    padding: 0 24px;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .relate a:before {
    font-family: 'iconfont' !important;
    font-size: 12px;

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

    content: '\e601';
}
.wrap-news-show .relate a:hover {
    color: #000;
}
.wrap-news-show .relate .next a:before {
    content: '\e827';
}
.wrap-product .product .item {
    position: relative;

    display: block;
    overflow: hidden;
}
.wrap-product .product .item .pic {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 991px) {
    .wrap-product .product .item .pic {
        display: none;
    }
}
.wrap-product .product .item .note {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 5%;

    width: 50%;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .wrap-product .product .item .note {
        right: 0;

        width: 100%;
    }
}
.wrap-product .product .item .note-desc {
    padding: 40px 6% 40px 20px;

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

    background-color: #fff;
}
@media (max-width: 1199px) {
    .wrap-product .product .item .note-desc {
        padding: 30px 15px;
    }
}
@media (max-width: 991px) {
    .wrap-product .product .item .note-desc {
        text-align: right;

        background: none;
    }
}
.wrap-product .product .item .note-desc:before {
    position: absolute;
    top: 0;
    left: -140px;

    width: 0;
    height: 0;

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

    border-width: 0 0 158px 140px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
@media (max-width: 1199px) {
    .wrap-product .product .item .note-desc:before {
        border-width: 0 0 138px 140px;
    }
}
@media (max-width: 991px) {
    .wrap-product .product .item .note-desc:before {
        display: none;
    }
}
.wrap-product .product .item .note-desc b {
    font-size: 32px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;

    text-indent: 2em;
    text-transform: uppercase;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .wrap-product .product .item .note-desc b {
        font-size: 26px;
    }
}
@media (max-width: 1350px) {
    .wrap-product .product .item .note-desc b {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-product .product .item .note-desc b {
        font-size: 20px;
        line-height: 30px;

        height: 30px;

        text-indent: 0;

        color: #fff;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item .note-desc b {
        font-size: 18px;
    }
}
.wrap-product .product .item .note-desc p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 14px 0 0 0;

    /*text-transform: uppercase;*/

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-product .product .item .note-desc p {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item .note-desc p {
        font-size: 14px;

        margin: 6px 0 0 0;
    }
}
@media (min-width: 1200px) {
    .wrap-product .product .item:hover .pic {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .wrap-product .product .item:hover .note {
        right: -30px;
    }
    .wrap-product .product .item:hover .note .note-desc {
        background-color: rgba(255, 255, 255, 0);
    }
    .wrap-product .product .item:hover .note .note-desc:before {
        opacity: 0;
    }
    .wrap-product .product .item:hover .note b,
    .wrap-product .product .item:hover .note p {
        color: #fff;
    }
    .wrap-product .product .item:hover .note b {
        text-indent: 0;
    }
}
.wrap-product .product ul li {
    margin-top: 30px;
}
.wrap-product .product ul li:nth-child(2n) .item .pic {
    right: 0;
    left: auto;

    text-align: right;
}
.wrap-product .product ul li:nth-child(2n) .item .note {
    right: auto;
    left: 5%;
}
@media (max-width: 991px) {
    .wrap-product .product ul li:nth-child(2n) .item .note {
        left: 0;
    }
}
.wrap-product .product ul li:nth-child(2n) .item .note .note-desc {
    padding: 40px 20px 40px 10%;
}
@media (max-width: 1199px) {
    .wrap-product .product ul li:nth-child(2n) .item .note .note-desc {
        padding: 30px 15px;
    }
}
@media (max-width: 991px) {
    .wrap-product .product ul li:nth-child(2n) .item .note .note-desc {
        text-align: left;
    }
}
.wrap-product .product ul li:nth-child(2n) .item .note .note-desc:before {
    right: -140px;
    left: auto;

    border-width: 158px 0 0 140px;
    border-color: transparent transparent transparent #fff;
}
@media (max-width: 1199px) {
    .wrap-product .product ul li:nth-child(2n) .item .note .note-desc:before {
        border-width: 138px 0 0 140px;
    }
}
@media (max-width: 991px) {
    .wrap-product .product ul li:nth-child(2n) .item .note .note-desc b {
        text-indent: 0;
    }
}
@media (min-width: 1200px) {
    .wrap-product .product ul li:nth-child(2n) .item:hover .pic {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .wrap-product .product ul li:nth-child(2n) .item:hover .note {
        right: auto;
        left: -30px;
    }
}
.wrap-product-show .item-desc {
    margin-top: 20px;
    padding: 30px 15px;

    text-align: center;

    background-color: #f6f6f6;
}
.wrap-product-show .item-desc .title-desc b {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.07142857;

    position: relative;
    top: 50%;

    display: block;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .wrap-product-show .item-desc .title-desc b {
        font-size: 20px;
    }
}
.wrap-product-show .item-desc p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
.wrap-product-show .product-show-top .item {
    position: relative;

    display: block;
    overflow: hidden;
}
.wrap-product-show .product-show-top .item .pic {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show-top .item .pic {
        display: none;
    }
}
.wrap-product-show .product-show-top .item .note {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;

    width: 50%;
    padding: 0 40px;

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

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show-top .item .note {
        right: 0;

        width: 100%;
    }
}
.wrap-product-show .product-show-top .item .note b {
    font-size: 32px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;

    text-transform: uppercase;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-show .product-show-top .item:hover .pic {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
@media (max-width: 1470px) {
    .wrap-product-show .product-show-top .item .note b {
        font-size: 26px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .product-show-top .item .note b {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .product-show-top .item .note b {
        font-size: 20px;
        line-height: 30px;

        height: 30px;

        color: #fff;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-show-top .item .note b {
        font-size: 18px;
    }
}
.wrap-product-show .product-show-top .item .note p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 14px 0 0 0;

    /*text-transform: uppercase;*/

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show-top .item .note p {
        font-size: 14px;

        margin: 6px 0 0 0;
    }
}
.wrap-product-show .product-show-top .text-1 {
    margin-top: 30px;
}
.wrap-product-show .product-show-top .text-1 p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.wrap-product-show .product-show-top .info {
    margin-top: 40px;
}
.wrap-product-show .product-show-top .info .info-desc p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
.wrap-product-show .product-show-top .text-2 {
    margin-top: 30px;
}
.wrap-product-show .product-show-top .text-2 p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.wrap-product-show .product-show-top .text-2 p span {
    font-size: 32px;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show-top .text-2 p span {
        font-size: 24px;
    }
}
.wrap-product-show .product-show .picbox .item-1 {
    position: relative;
}
.wrap-product-show .product-show .picbox .item-1 img {
    max-width: 100%;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .picbox .item-1 img {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.wrap-product-show .product-show .picbox .item-1 .note {
    position: absolute;
    top: 50%;
    right: -30px;

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

    background-color: rgba(8, 96, 160, .8);
}
.wrap-product-show .product-show .picbox .item-1 .note:before {
    position: absolute;
    top: 0;
    left: -90px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 100px 90px;
    border-style: solid;
    border-color: transparent transparent rgba(8, 96, 160, .8) transparent;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .picbox .item-1 .note:before {
        left: -60px;

        border-width: 0 0 60px 60px;
    }
}
.wrap-product-show .product-show .picbox .item-1 .note p {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    height: 100px;
    margin: 0;
    padding: 30px 50px;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .picbox .item-1 .note p {
        font-size: 20px;

        height: 60px;
        padding: 10px 30px;
    }
}
.wrap-product-show .product-show .picbox .item {
    margin-top: 30px;
}
.wrap-product-show .product-show .picbox .item .img-box {
    padding-bottom: 39.13043478%;
}
.wrap-product-show .product-show>ul>li {
    padding: 60px 0;

    border-bottom: 1px solid #333;
}
.wrap-product-show .product-show>ul>li:last-child {
    padding-bottom: 0;

    border-bottom: none;
}
.wrap-product-show .product-show>ul>li:nth-child(2n) .picbox .item-1 .note {
    position: absolute;
    top: 50%;
    right: auto;
    left: -30px;

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

    background-color: rgba(8, 96, 160, .8);
}
.wrap-product-show .product-show>ul>li:nth-child(2n) .picbox .item-1 .note:before {
    position: absolute;
    right: -90px;
    left: auto;

    width: 0;
    height: 0;

    border-width: 100px 0 0 90px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(8, 96, 160, .8);
}
@media (max-width: 991px) {
    .wrap-product-show .product-show>ul>li:nth-child(2n) .picbox .item-1 .note:before {
        right: -60px;

        border-width: 60px 0 0 60px;
    }
}
.wrap-sitemap .sitemap>ul {
    font-size: 0;

    margin: 0 -6px;
}
.wrap-sitemap .sitemap>ul>li {
    display: inline-block;

    width: 20%;
    padding: 0 6px;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap>ul>li {
        width: 33.33333333%;
        margin: 6px 0;
    }
}
@media (max-width: 991px) {
    .wrap-sitemap .sitemap>ul>li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        width: 100%;
    }
}
.wrap-sitemap .sitemap>ul>li .title-sitemap {
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    background-color: #292931;
}
.wrap-sitemap .sitemap>ul>li .title-sitemap b {
    font-size: 16px;
    font-weight: normal;

    display: block;

    color: #fff;
}
.wrap-sitemap .sitemap>ul>li .title-sitemap b a {
    line-height: 30px;

    display: block;

    padding: 10px;
}
.wrap-sitemap .sitemap>ul>li .list {
    padding: 20px 0;

    background-color: #f6f6f6;
}
.wrap-sitemap .sitemap>ul>li .list a {
    font-size: 14px;
    line-height: 30px;

    display: block;

    margin: 6px 0;
    padding: 0 20px;

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

    color: #666;
}
.wrap-sitemap .sitemap>ul>li .list a:hover {
    color: #000;
}
.wrap-sitemap .sitemap>ul>li:hover .title-sitemap {
    background-color: #1c4b9c;
}
.wrap-privacyitem .text,
.wrap-lawexplain .text {
    padding-bottom: 50px;
}
.wrap-privacyitem .text .item,
.wrap-lawexplain .text .item {
    position: relative;

    margin-top: 60px;
    padding-left: 120px;
}
@media (max-width: 991px) {
    .wrap-privacyitem .text .item,
    .wrap-lawexplain .text .item {
        margin-top: 30px;
        padding-left: 80px;
    }
}
@media (max-width: 767px) {
    .wrap-privacyitem .text .item,
    .wrap-lawexplain .text .item {
        padding-left: 0;
    }
}
.wrap-privacyitem .text .item .number,
.wrap-lawexplain .text .item .number {
    font-size: 30px;
    line-height: 70px;

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

    display: block;

    width: 70px;
    height: 70px;

    text-align: center;

    border: 1px solid #292931;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .wrap-privacyitem .text .item .number,
    .wrap-lawexplain .text .item .number {
        font-size: 24px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-privacyitem .text .item .number,
    .wrap-lawexplain .text .item .number {
        position: relative;

        display: inline-block;
        float: left;

        margin-right: 10px;
    }
}
.wrap-privacyitem .text .item .number b,
.wrap-lawexplain .text .item .number b {
    font-weight: normal;
}
.wrap-privacyitem .text .item .note h3,
.wrap-lawexplain .text .item .note h3 {
    font-size: 20px;
    line-height: 1.6;

    display: block;

    margin: 0 0 10px 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-privacyitem .text .item .note h3,
    .wrap-lawexplain .text .item .note h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-privacyitem .text .item .note h3,
    .wrap-lawexplain .text .item .note h3 {
        margin: 0;
        padding: 10px 0 20px;
    }
}
.wrap-privacyitem .text .item .note p,
.wrap-lawexplain .text .item .note p {
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-privacyitem .text .item .note p,
    .wrap-lawexplain .text .item .note p {
        font-size: 14px;
    }
}
.wrap-lawexplain .lawexplain-top {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-lawexplain .lawexplain-top .note {
        margin-top: 30px;
    }
}
.wrap-lawexplain .lawexplain-top .note p {
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-lawexplain .lawexplain-top .note p {
        font-size: 14px;
    }
}
.wrap-lawexplain .lawexplain-top .pic img {
    max-width: 100%;
}
.wrap-contact .contact-text {
    margin-top: 44px;
}
.wrap-contact .contact-text p {
    line-height: 1.85714286;

    margin: 0;
}
.wrap-contact .contact-text img {
    max-width: 100%;
}
.wrap-contact .contact-list .contact-left {
    float: right;
}
.wrap-contact .contact-list .item {
    position: relative;
    z-index: 2;

    margin-top: 28px;
    padding: 34px;

    background-color: #f6f6f6;
}
@media (max-width: 991px) {
    .wrap-contact .contact-list .item {
        padding: 30px 10px;
    }
}
.wrap-contact .contact-list .item b {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;

    display: block;
}
@media (max-width: 991px) {
    .wrap-contact .contact-list .item b {
        font-size: 18px;
    }
}
.wrap-contact .contact-list .item .note {
    margin-top: 20px;
}
.wrap-contact .contact-list .item .note p {
    line-height: 30px;

    position: relative;

    margin: 0;
    padding-left: 40px;
}
.wrap-contact .contact-list .item .note p:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    width: 40px;

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

    color: #666;
}
.wrap-contact .contact-list .item .note p.name:before {
    font-size: 22px;

    content: '\e62e';
}
.wrap-contact .contact-list .item .note p.tel:before {
    font-size: 20px;

    content: '\e625';
}
.wrap-contact .contact-list .item .note p.fax:before {
    content: '\e678';
}
.wrap-contact .contact-list .item .note p.address:before {
    content: '\e62b';
}
.wrap-contact .contact-list .item .note p a {
    cursor: default;
}
.wrap-contact .contact-list .item .note p a:hover {
    /* color: #1c4b9c; */
}
.wrap-contact .contact-list .item-1 .note p {
    color: #666;
}
.wrap-contact .contact-list .map {
    height: 300px;
    margin-top: 30px;
}
.page {
    margin-top: 30px;

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

    vertical-align: top;
}
.page li a {
    font-size: 16px;
    line-height: 30px;

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

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

    color: #666;
    border-radius: 50%;
}
.page li a:after {
    display: block;

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

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

    opacity: 0;
    border-radius: 50%;
    background-color: #1c4b9c;
}
.page li a {
    display: block;
}
.page li.omit a {
    color: #333;
    border-color: #fff;
    background-color: #fff;
}
.page li.omit:hover a {
    color: #333;
    border-color: #fff;
    background: none;
}
.page li.active a:after,
.page li:hover a:after {
    opacity: 1;
}
.lazy {
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}

.wrap-product-show .product-show-top .item-desc p {
    min-height: 48px;
}

/**
 * Date : 2020年5月8日14:51:47
 * @author HSM
 * @toDo 删分享加社交
 */
.share {
    font-weight: 500;

    color: #fff;
}
.share a {
    display: inline-block;
    overflow: hidden;

    margin-left: 7px;

    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
.share a:first-child {
    margin-left: 0;
}
.share a:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

    color: #fff;
    border-radius: 50%;
}
.share a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.share.color .icon-facebook:before {
    background-color: #3b5998;
    content: "\e615";
}
.share.color .icon-tuite:before {
    background-color: #55acee;
    content: "\e60b";
}
.share.color .icon-linkedin:before {
    background-color: #006a9a;
    content: "\e6f0";
}
.share.color .icon-youtube:before {
    background-color: #c4302b;
    content: "\e6d7";
}
.share.color .icon-instagram:before {
    background-color: #6b3d2e;
    content: "\e607";
}
.share.color .icon-google:before {
    background-color: #dc4e41;
}

/**
* Date : 2024年03月12日
* @author HSM
* @toDo 修改banner
*/

.num-wrap {
    overflow: hidden;
}
.num-box {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.num-box>li {
    width: 16.66667%;
    margin-top: 35px;
    text-align: center;
    position: relative;
    padding: 0 15px;
    border-left: 1px solid #DBE4EF;
}
.num-box>li:first-child {
    border-left: none;
}
@media (max-width: 1199.98px) {
    .num-box>li {
        width: 33.333%;
    }
}
@media (max-width: 767.98px) {
    .num-box>li {
        width: 50%;
    }
}
.num-box .icon-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 56px;
}
.num-box .icon-box img {
    width: 100%;
}
@media (max-width: 991.98px) {
    .num-box .icon-box {
        width: 50px;
    }
}
@media (max-width: 767.98px) {
    .num-box .icon-box {
        width: 40px;
    }
}
.num-box .number {
    white-space: nowrap;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    align-items: flex-end;
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 20px;
}
.num-box .number span {
    position: relative;
    z-index: 10;
    line-height: 1;
}
.num-box .number .sizesmall {
    font-size: 32px;
}
@media (max-width: 1469.98px) {
    .num-box .number {
        font-size: 50px;
    }
}
@media (max-width: 991.98px) {
    .num-box .number {
        font-size: 44px;
    }
}
@media (max-width: 767.98px) {
    .num-box .number {
        font-size: 38px;
    }
}
@media (max-width: 767.98px) {
    .num-box .number {
        margin-bottom: 10px;
    }
}
.num-box sub,
.num-box sup {
    line-height: 1;
}
.num-box sub {
    bottom: 2px;
    align-self: flex-end;
    font-size: 0.59259259em;
}
.num-box sup {
    font-size: 1em;
    top: 0em;
}
.num-box .square {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}
.num-box .square:after {
    content: '2';
    font-size: 0.45em;
}
.num-box .tit {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
    .num-box .tit {
        font-size: 17px;
    }
}
@media (max-width: 991.98px) {
    .num-box .tit {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .num-box .tit {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .num-box .tit {
        margin-bottom: 10px;
    }
}
.num-box p {
    margin: 0;
    line-height: 1.6;
    color: #666;
}
@media (max-width: 767.98px) {
    .num-box p {
        font-size: 13px;
    }
}

.network-wrap {
    margin-top: 30px;
}
.network-wrap .intro-box .tit {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
    .network-wrap .intro-box .tit {
        font-size: 30px;
    }
}
@media (max-width: 991.98px) {
    .network-wrap .intro-box .tit {
        font-size: 28px;
    }
}
@media (max-width: 767.98px) {
    .network-wrap .intro-box .tit {
        font-size: 25px;
    }
}
@media (max-width: 575.98px) {
    .network-wrap .intro-box .tit {
        font-size: 23px;
    }
}
@media (max-width: 767.98px) {
    .network-wrap .intro-box .tit {
        margin-bottom: 5px;
    }
}
.network-wrap .intro-box .intro {
    width: 860px;
    max-width: 100%;
    margin: 0 auto;
}
.network-wrap .intro-box .intro p {
    font-size: 16px;
}
@media (max-width: 991.98px) {
    .network-wrap .intro-box .intro p {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .network-wrap .intro-box .intro p {
        font-size: 14px;
    }
}
.network-wrap .intro-box .pic {
    margin-top: 40px;
}
@media (max-width: 767.98px) {
    .network-wrap .intro-box .pic {
        margin-top: 25px;
    }
}
.network-wrap .intro-box .pic img {
    max-width: 100%;
}
.network-wrap .intro-box .pic {
    position: relative;
}
.network-wrap .intro-box .pic .pic-top {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}
.banner.hide-video video {
    display: none !important;
}
.banner-video-box {
    position: relative;

    display: block;

    padding-bottom: 50%;

    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play {
    background-color: #ab000d !important;
}
.banner .mobile-video {
    position: relative;

    display: block;
}
.banner .mobile-video:after {
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before {
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    font-family: "iconfont" !important;
    content: '\e617';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
@media (max-width: 767px) {

    .header .pc-search {
        width: 80px;
    }
    .banner .slick-arrow {
        top: 60%;
    }
}

.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}
.fancybox-slide--video video {
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px) {
    .fancybox-slide--video video {
        max-width: 95%;
    }
}
.fancybox-slide>video {
    padding: 0;
}
.box-about .item .img-box {
    opacity: .8;
}
.box-about .item:hover .img-box {
    opacity: .9;
}
.wrap-news .news .item .pic .img-box img {
    opacity: 1;
}
.header,
.header .nav .nav-list1 .nav-list2 {
    background-color: rgba(0, 0, 0, .14);
}
.footer .copyright {
    background-color: #e9e9e9;
}
.banner-in .text-in {
    display: none;
}

.box-about .item .img-box {
    opacity: .8;
}
.box-about .item:hover .img-box {
    opacity: .9;
}
.wrap-news .news .item .pic .img-box img {
    opacity: 1;
}
.header,
.header .nav .nav-list1 .nav-list2 {
    background-color: rgba(0, 0, 0, .14);
}
.footer .copyright {
    background-color: #e9e9e9;
}
.banner-in .text-in {
    display: none;
}

/* 2024/8/22新加页面 */
.box-about .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-about .item-factory {
    margin-top: 50px;
    display: block;
}
.box-about .item-factory .mask:before {
    display: block;

    width: 34px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 24px;

    content: '';

    background: url(../images/factory-icon.svg) no-repeat;
}
.box-about .item-co2 {
    margin-top: 50px;
    display: block;
}
.box-about .item-co2 .mask:before {
    display: block;

    width: 55px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 24px;

    content: '';

    background: url(../images/co2-icon.svg) no-repeat;
    background-size: cover;
}
.title-other {
    text-align: center;
}
.title-other b {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;

    display: block;
}
@media (max-width: 1199px) {
    .title-other b {
        font-size: 24px;
    }
}
.wrap-factory .factory-text {
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-factory .factory-text {
        margin-top: 20px;
    }
}
.wrap-factory .factory-text p {
    font-size: 18px;
    line-height: 2.33333333;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-factory .factory-text p {
        font-size: 16px;
        line-height: 2;
    }
}
@media (max-width: 767px) {
    .wrap-factory .factory-text p {
        font-size: 14px;
        line-height: 1.8;

        margin: 0;
    }
}
.wrap-factory .factory>ul>li {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .wrap-factory .factory>ul>li {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .wrap-factory .factory>ul>li {
        margin-top: 30px;
    }
}
.wrap-factory .factory>ul>li:nth-child(2n) .item .title-factory {
    right: -40px;
    left: auto;
}
@media (max-width: 767px) {
    .wrap-factory .factory>ul>li:nth-child(2n) .item .title-factory {
        right: 0;
    }
}
.wrap-factory .factory>ul>li:nth-child(2n) .item .title-factory:after {
    right: auto;
    left: -100px;

    border-width: 0 0 100px 100px;
    border-color: transparent transparent rgba(8, 96, 160, .82) transparent;
}
@media (max-width: 1470px) {
    .wrap-factory .factory>ul>li:nth-child(2n) .item .title-factory:after {
        left: -70px;

        border-width: 0 0 70px 70px;
    }
}
.wrap-factory .factory .item {
    position: relative;
}
.wrap-factory .factory .item .pic img {
    width: 100%;
}
.wrap-factory .factory .item .title-factory {
    line-height: 1.42857143;

    position: absolute;
    z-index: 4;
    top: 50%;
    left: -40px;

    min-width: 500px;
    padding: 30px 5%;

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

    color: #fff;
    background-color: rgba(8, 96, 160, .82);
}
@media (max-width: 1470px) {
    .wrap-factory .factory .item .title-factory {
        line-height: 1.25;

        min-width: 400px;
        padding: 20px 5%;
    }
}
@media (max-width: 1199px) {
    .wrap-factory .factory .item .title-factory {
        line-height: 1.65;

        min-width: 300px;
    }
}
@media (max-width: 767px) {
    .wrap-factory .factory .item .title-factory {
        position: relative;
        top: 0;
        left: 0;

        min-width: auto;
        padding: 10px;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.wrap-factory .factory .item .title-factory:after {
    position: absolute;
    top: 0;
    right: -100px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 100px 0 0 100px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(8, 96, 160, .82);
}
@media (max-width: 1470px) {
    .wrap-factory .factory .item .title-factory:after {
        right: -70px;

        border-width: 70px 0 0 70px;
    }
}
@media (max-width: 767px) {
    .wrap-factory .factory .item .title-factory:after {
        display: none;
    }
}
.wrap-factory .factory .item .title-factory b {
    font-size: 28px;

    display: block;
}
@media (max-width: 1470px) {
    .wrap-factory .factory .item .title-factory b {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-factory .factory .item .title-factory b {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-factory .factory .item .title-factory b {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-factory .factory .item .title-factory b {
        font-size: 16px;
    }
}
.wrap-co2 .co2-text {
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-co2 .co2-text {
        margin-top: 20px;
    }
}
.wrap-co2 .co2-text p {
    font-size: 18px;
    line-height: 2.33333333;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-co2 .co2-text p {
        font-size: 16px;
        line-height: 2;
    }
}
@media (max-width: 767px) {
    .wrap-co2 .co2-text p {
        font-size: 14px;
        line-height: 1.8;

        margin: 0;
    }
}
.wrap-co2 .co2>ul>li {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .wrap-co2 .co2>ul>li {
        margin-top: 30px;
    }
}
.wrap-co2 .co2 .item img {
    width: 100%;
}
.wrap-jhpp .jhpp-text {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-jhpp .jhpp-text {
        max-width: 100%;
        margin-top: 20px;
    }
}
.wrap-jhpp .jhpp-text p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-jhpp .jhpp-text p {
        font-size: 14px;
    }
}
.wrap-jhpp .jhpp-1 {
    margin-top: 40px;
}
.wrap-jhpp .jhpp-1 img {
    max-width: 100%;
}
.wrap-jhpp .jhpp-1 h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;

    color: #1c4b9c;
}
@media (max-width: 1470px) {
    .wrap-jhpp .jhpp-1 h3 {
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    .wrap-jhpp .jhpp-1 h3 {
        font-size: 22px;
    }
}
.wrap-jhpp-strategical {
    background: #f6f6f6;
}
.wrap-jhpp-strategical .strategical .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;
    margin-top: 30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-jhpp-strategical .strategical .item .pic,
.wrap-jhpp-strategical .strategical .item .text {
    width: 50%;
    padding: 0 15px;
}
@media (max-width: 767px) {
    .wrap-jhpp-strategical .strategical .item .pic,
    .wrap-jhpp-strategical .strategical .item .text {
        width: 100%;
    }
}
.wrap-jhpp-strategical .strategical .item .pic {
    position: relative;

    height: 100%;
}
.wrap-jhpp-strategical .strategical .item .pic:before {
    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}
.wrap-jhpp-strategical .strategical .item .pic img {
    width: 100%;
}
.wrap-jhpp-strategical .strategical .item .pic b {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;

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

    width: 100%;
    padding: 0 5%;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-jhpp-strategical .strategical .item .pic b {
        font-size: 14px;

        bottom: 10px;
    }
}
.wrap-jhpp-strategical .strategical .item .text {
    padding: 30px 5%;

    background-color: #fff;
}
.wrap-jhpp-strategical .strategical .item .text h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;

    color: #1c4b9c;
}
@media (max-width: 1470px) {
    .wrap-jhpp-strategical .strategical .item .text h3 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-jhpp-strategical .strategical .item .text h3 {
        font-size: 20px;
    }
}
.wrap-jhpp-strategical .strategical .item .text ul,
.wrap-jhpp-strategical .strategical .item .text ol {
    padding-left: 1em;
}
.wrap-jhpp-strategical .strategical .item .text ul li,
.wrap-jhpp-strategical .strategical .item .text ol li {
    list-style: inherit;
}
.wrap-jhpp-strategical .strategical .item .text ul li::marker,
.wrap-jhpp-strategical .strategical .item .text ol li::marker {
    color: #1c4b9c;
}
.wrap-jhpp-strategical .strategical .item .text p {
    font-size: 16px;
    line-height: 1.5;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-jhpp-strategical .strategical .item .text p {
        font-size: 14px;
    }
}
.wrap-jhpp-strategical .strategical .item .text img {
    max-width: 100%;
}
.wrap-jhpp-strategical .strategical .item:nth-child(2n) {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-jhpp-equipment .equipment>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-jhpp-equipment .equipment>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-jhpp-equipment .equipment>ul>li {
        margin-top: 15px;
    }
}
.wrap-jhpp-equipment .equipment .item {
    height: 100%;

    text-align: center;

    background: #f6f6f6;
}
.wrap-jhpp-equipment .equipment .item .img-box {
    padding-bottom: 104.54545455%;
}
.wrap-jhpp-equipment .equipment .item .title-equipment {
    padding: 20px 3%;
}
.wrap-jhpp-equipment .equipment .item .title-equipment b {
    font-size: 24px;
    line-height: 1.25;

    color: #1c4b9c;
}
@media (max-width: 1199px) {
    .wrap-jhpp-equipment .equipment .item .title-equipment b {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-jhpp-equipment .equipment .item .title-equipment b {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-jhpp-equipment .equipment .item .title-equipment b {
        font-size: 16px;
    }
}
.wrap-jhpp-equipment .equipment .item .title-equipment p {
    font-size: 16px;
    line-height: 1.5;

    margin: 5px 0 0 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-jhpp-equipment .equipment .item .title-equipment p {
        font-size: 14px;
    }
}
.wrap-jhpp-plant .plant {
    position: relative;

    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-jhpp-plant .plant {
        margin-top: 30px;
    }
}
.wrap-jhpp-plant .plant img {
    width: 100%;
}
.wrap-jhpp-plant .plant .text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -40px;

    max-width: 80%;
    padding: 50px 10% 50px 80px;

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

    color: #fff;
    background-color: rgba(8, 96, 160, .82);
}
@media (max-width: 1199px) {
    .wrap-jhpp-plant .plant .text {
        left: -30px;

        padding: 30px 8% 30px 60px;
    }
}
@media (min-width: 768px) {
    .wrap-jhpp-plant .plant .text {
        -webkit-clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
    }
}
@media (max-width: 767px) {
    .wrap-jhpp-plant .plant .text {
        position: relative;
        top: 0;
        left: 0;

        width: 100%;
        max-width: 100%;
        padding: 20px 14px;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.wrap-jhpp-plant .plant .text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin-top: 0;
}
@media (max-width: 1199px) {
    .wrap-jhpp-plant .plant .text h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-jhpp-plant .plant .text h3 {
        font-size: 18px;
    }
}
.wrap-jhpp-plant .plant .text p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-jhpp-plant .plant .text p {
        font-size: 14px;
    }
}
.wrap-jhpp-plant-table {
    background: #f6f6f6;
}
.wrap-jhpp-plant-table .plant-table img {
    width: 100%;
}
.wrap-jhpp-status .status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-jhpp-status .status .video {
    position: relative;

    width: 65%;
    height: 100%;
}
@media (max-width: 991px) {
    .wrap-jhpp-status .status .video {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .wrap-jhpp-status .status .video {
        width: 100%;
    }
}
.wrap-jhpp-status .status .video img {
    width: 100%;
}
.wrap-jhpp-status .status .video .play {
    font-size: 50px;

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

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.wrap-jhpp-status .status .video .play .icon {
    font-size: 50px;
}
.wrap-jhpp-status .status .text {
    width: 35%;
    padding: 30px 5%;

    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-jhpp-status .status .text {
        width: 45%;
    }
}
@media (max-width: 767px) {
    .wrap-jhpp-status .status .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
.wrap-jhpp-status .status .text h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;

    margin-top: 0;

    color: #1c4b9c;
}
@media (max-width: 1199px) {
    .wrap-jhpp-status .status .text h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-jhpp-status .status .text h3 {
        font-size: 20px;

        margin: 0;
    }
}
.wrap-jhpp-status .status .text ul,
.wrap-jhpp-status .status .text ol {
    padding-left: 1em;
}
.wrap-jhpp-status .status .text ul li,
.wrap-jhpp-status .status .text ol li {
    list-style: inherit;
}
.wrap-jhpp-status .status .text ul li::marker,
.wrap-jhpp-status .status .text ol li::marker {
    color: #1c4b9c;
}
.wrap-jhpp-status .status .text p {
    font-size: 16px;
    line-height: 1.5;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-jhpp-status .status .text p {
        font-size: 14px;
    }
}
.wrap-jhpp-status .workshop {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-jhpp-status .workshop {
        margin-top: 0;
    }
}
.wrap-jhpp-status .workshop>ul>li {
    margin-top: 30px;
}
.wrap-jhpp-status .workshop .item {
    position: relative;
}
.wrap-jhpp-status .workshop .item .img-box {
    padding-bottom: 71.01449275%;
}
.wrap-jhpp-status .workshop .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-jhpp-status .workshop .item .title-workshop {
    position: absolute;
    z-index: 4;
    bottom: 30px;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-jhpp-status .workshop .item .title-workshop {
        bottom: 10px;
    }
}
.wrap-jhpp-status .workshop .item .title-workshop p {
    font-size: 24px;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-jhpp-status .workshop .item .title-workshop p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-jhpp-status .workshop .item .title-workshop p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-jhpp-status .workshop .item .title-workshop p {
        font-size: 16px;
    }
}
.wrap-jhpp-status .building {
    position: relative;

    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-jhpp-status .building {
        margin-top: 30px;
    }
}
.wrap-jhpp-status .building img {
    width: 100%;
}
.wrap-jhpp-status .building .text {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -40px;

    max-width: 80%;
    padding: 30px 80px 30px 15%;

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

    color: #fff;
    background-color: rgba(8, 96, 160, .82);
}
@media (min-width: 768px) {
    .wrap-jhpp-status .building .text {
        -webkit-clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@media (max-width: 767px) {
    .wrap-jhpp-status .building .text {
        position: relative;
        top: 0;
        right: 0;

        width: 100%;
        max-width: 100%;
        padding: 20px 14px;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.wrap-jhpp-status .building .text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin-top: 0;
}
@media (max-width: 1199px) {
    .wrap-jhpp-status .building .text h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-jhpp-status .building .text h3 {
        font-size: 18px;
    }
}
.wrap-jhpp-status .building .text p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-jhpp-status .building .text p {
        font-size: 14px;
    }
}
.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 80%;
    max-height: 80%;
    margin: 0;
}
.wrap-jhpp-history {
    background: #f6f6f6;
}
.wrap-jhpp-history .history ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .wrap-jhpp-history .history ul {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.wrap-jhpp-history .history ul li {
    width: 14.28571429%;
}
@media (max-width: 991px) {
    .wrap-jhpp-history .history ul li {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .wrap-jhpp-history .history ul li {
        width: 40%;
        margin: 20px 0;
    }
}
@media (min-width: 768px) {
    .wrap-jhpp-history .history ul li:nth-child(4n+3) .item {
        flex-direction: column-reverse;

        margin-top: 0;
        margin-bottom: 110px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .wrap-jhpp-history .history ul li:nth-child(4n+3) .item {
        margin-bottom: 80px;
    }
}
@media (max-width: 991px) {
    .wrap-jhpp-history .history ul li:nth-child(2n) {
        width: 6%;
    }
}
@media (max-width: 767px) {
    .wrap-jhpp-history .history ul li:nth-child(2n) {
        width: 10%;
        padding-top: 40px;
    }
}
.wrap-jhpp-history .history ul li:nth-child(2n) .item {
    margin-top: 0;
}
.wrap-jhpp-history .history .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    margin-top: 110px;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (max-width: 1199px) {
    .wrap-jhpp-history .history .item {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    .wrap-jhpp-history .history .item {
        margin-top: 0;
    }
}
.wrap-jhpp-history .history .item img {
    max-width: 100%;
}
.wrap-jhpp-history .history .item .icon {
    width: 110px;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    .wrap-jhpp-history .history .item .icon {
        width: 80px;
    }
}
.wrap-jhpp-history .history .item .icon img {
    width: 100%;
}
.wrap-jhpp-history .history .item h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;

    margin: 10px 0;

    color: #1c4b9c;
}
@media (max-width: 1470px) {
    .wrap-jhpp-history .history .item h3 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-jhpp-history .history .item h3 {
        font-size: 20px;
    }
}
.wrap-jhpp-history .history .item p {
    font-size: 16px;
    line-height: 1.5;

    height: 48px;
    margin: 0;

    color: #666;
}
@media (max-width: 1199px) {
    .wrap-jhpp-history .history .item p {
        font-size: 14px;
        line-height: 1.42857143;

        height: 40px;
    }
}
@media (min-width: 1200px) {
    .wrap {
        padding: 80px 0;
    }
}
.wrap-jhpp-employee {
    padding-bottom: 0;
}
.wrap-jhpp-employee .employee ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-jhpp-employee .employee ul li {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-jhpp-employee .employee ul li {
        margin-top: 20px;
    }
}
.wrap-jhpp-employee .employee .item {
    height: 100%;
    padding: 100px 5% 50px;

    text-align: center;

    background: #f6f6f6;
}
@media (max-width: 1199px) {
    .wrap-jhpp-employee .employee .item {
        padding: 60px 3% 40px;
    }
}
.wrap-jhpp-employee .employee .item b {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 120px;
    font-weight: normal;
    line-height: 1;

    color: rgba(78, 78, 78, .08);
}
@media (max-width: 1470px) {
    .wrap-jhpp-employee .employee .item b {
        font-size: 100px;
    }
}
@media (max-width: 1199px) {
    .wrap-jhpp-employee .employee .item b {
        font-size: 80px;
    }
}
@media (max-width: 991px) {
    .wrap-jhpp-employee .employee .item b {
        font-size: 60px;
    }
}
.wrap-jhpp-employee .employee .item p {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;

    margin: -50px 0 0 0;
}
@media (max-width: 1199px) {
    .wrap-jhpp-employee .employee .item p {
        font-size: 30px;

        margin-top: -34px;
    }
}
@media (max-width: 991px) {
    .wrap-jhpp-employee .employee .item p {
        font-size: 24px;

        margin-top: -20px;
    }
}
@media (max-width: 767px) {
    .wrap-jhpp-employee .employee .item p {
        font-size: 20px;
    }
}
.wrap-jhpp-employee .employee .item p span {
    display: block;
}
.wrap-jhpp-certification .certification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .wrap-jhpp-certification .certification {
        margin-top: 30px;
    }
}
.wrap-jhpp-certification .pic {
    width: 55%;
}
@media (max-width: 767px) {
    .wrap-jhpp-certification .pic {
        width: 100%;
    }
}
.wrap-jhpp-certification .pic img {
    width: 100%;
}
.wrap-jhpp-certification .text {
    width: 45%;
    padding-left: 3%;
}
@media (max-width: 767px) {
    .wrap-jhpp-certification .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-jhpp-certification .text ul,
.wrap-jhpp-certification .text ol {
    padding-left: 1em;
}
.wrap-jhpp-certification .text ul li,
.wrap-jhpp-certification .text ol li {
    list-style: inherit;
}
.wrap-jhpp-certification .text ul li::marker,
.wrap-jhpp-certification .text ol li::marker {
    color: #1c4b9c;
}
.wrap-jhpp-certification .text p {
    font-size: 24px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-jhpp-certification .text p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-jhpp-certification .text p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-jhpp-certification .text p {
        font-size: 16px;
    }
}
.wrap-map {
    overflow: hidden;

    max-width: 1920px;
    margin: 0 auto;
}
.wrap-map img {
    width: 100%;
}
.wrap-seiko .seiko-text {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-seiko .seiko-text {
        max-width: 100%;
        margin-top: 20px;
    }
}
.wrap-seiko .seiko-text p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-seiko .seiko-text p {
        font-size: 14px;
    }
}
.wrap-seiko .seiko {
    margin-top: 40px;
}
.wrap-seiko .seiko img {
    max-width: 100%;
}
.wrap-seiko-department {
    padding-bottom: 0;

    background: #f6f6f6;
}
.wrap-seiko-department .department>ul>li {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-seiko-department .department>ul>li {
        margin-top: 30px;
    }
}
.wrap-seiko-department .department .item {
    min-height: 578px;
    padding: 40px 20px;

    text-align: center;

    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .25);
}
@media (max-width: 1470px) {
    .wrap-seiko-department .department .item {
        min-height: 530px;
    }
}
@media (max-width: 991px) {
    .wrap-seiko-department .department .item {
        min-height: auto;
    }
}
@media (max-width: 767px) {
    .wrap-seiko-department .department .item {
        padding: 30px 15px;
    }
}
.wrap-seiko-department .department .item .title-department b {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .wrap-seiko-department .department .item .title-department b {
        font-size: 20px;
    }
}
.wrap-seiko-department .department .item .note {
    margin-top: 16px;
}
.wrap-seiko-department .department .item .note p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-seiko-department .department .item .note p {
        font-size: 14px;
    }
}
.wrap-seiko-department .department .item .note img {
    max-width: 100%;
    margin: 10px 0;
}
.wrap-seiko-equipment {
    background: #f6f6f6;
}
@media (max-width: 767px) {
    .wrap-seiko-equipment .equipment>ul {
        margin-top: 15px;
    }
}
.wrap-seiko-equipment .equipment>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-seiko-equipment .equipment>ul>li {
        margin-top: 15px;
    }
}
.wrap-seiko-equipment .equipment .item .img-box {
    padding-bottom: 68.26923077%;
}
.wrap-seiko-application {
    padding-bottom: 0;
}
.wrap-seiko-application .application-text {
    padding: 50px 0;

    text-align: center;
}
.wrap-seiko-application .application-text img {
    max-width: 100%;
}
.wrap-seiko-application .application-text h3 {
    font-size: 28px;
    line-height: 1.42857143;

    color: #666;
}
@media (max-width: 1560px) {
    .wrap-seiko-application .application-text h3 {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .wrap-seiko-application .application-text h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-seiko-application .application-text h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-seiko-application .application-text h3 {
        font-size: 16px;
    }
}
.wrap-seiko-application .application {
    background-color: #f6f6f6;
}
.wrap-seiko-application .application .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 30px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-seiko-application .application .item .pic {
    overflow: hidden;

    width: 42%;

    border-radius: 50%;
}
@media (max-width: 767px) {
    .wrap-seiko-application .application .item .pic {
        width: 60%;
        margin: 0 auto;
    }
}
.wrap-seiko-application .application .item .text {
    width: 58%;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .wrap-seiko-application .application .item .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;

        text-align: center;
    }
}
.wrap-seiko-application .application .item .title-application {
    font-size: 64px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 1560px) {
    .wrap-seiko-application .application .item .title-application {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .wrap-seiko-application .application .item .title-application {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .wrap-seiko-application .application .item .title-application {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-seiko-application .application .item .title-application {
        font-size: 24px;
    }
}
.wrap-seiko-application .application .item .note {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-seiko-application .application .item .note {
        margin-top: 10px;
    }
}
.wrap-seiko-application .application .item .note p {
    font-size: 16px;
    line-height: 1.5;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-seiko-application .application .item .note p {
        font-size: 14px;
    }
}
.wrap-seiko-application .application .item:nth-child(2n+1) {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-seiko-application .application .item:nth-child(2n+1) .text {
    padding-right: 5%;
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-seiko-application .application .item:nth-child(2n+1) .text {
        padding: 0;
    }
}
.wrap-seiko-solution {
    padding-bottom: 0;
}
.wrap-seiko-solution .solution-text {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 991px) {
    .wrap-seiko-solution .solution-text {
        margin-top: 20px;
    }
}
.wrap-seiko-solution .solution-text p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-seiko-solution .solution-text p {
        font-size: 14px;
    }
}
.wrap-seiko-solution .pic {
    margin-top: 30px;
}
.wrap-seiko-solution .pic img {
    max-width: 100%;
}
.wrap-seiko-organization {
    padding-bottom: 0;
}
.wrap-seiko-organization .organization>ul>li {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-seiko-organization .organization>ul>li {
        margin-top: 20px;
    }
}
.wrap-seiko-organization .organization .item {
    padding: 40px;

    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .25);
}
@media (max-width: 1199px) {
    .wrap-seiko-organization .organization .item {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-seiko-organization .organization .item {
        padding: 20px;
    }
}
.wrap-seiko-quality {
    padding-bottom: 0;
}
.wrap-seiko-quality .quality-text {
    text-align: center;
}
.wrap-seiko-quality .quality-text h3 {
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .wrap-seiko-quality .quality-text h3 {
        font-size: 18px;
    }
}
.wrap-seiko-quality .quality-text p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-seiko-quality .quality-text p {
        font-size: 14px;
    }
}
.wrap-seiko-quality .quality {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 50px;
    padding: 80px 5%;

    background: #f6f6f6;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .wrap-seiko-quality .quality {
        padding: 60px 3%;
    }
}
@media (max-width: 767px) {
    .wrap-seiko-quality .quality {
        padding: 30px 15px;
    }
}
.wrap-seiko-quality .quality .text {
    max-width: 220px;
    padding-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-seiko-quality .quality .text {
        max-width: 200px;
    }
}
@media (max-width: 991px) {
    .wrap-seiko-quality .quality .text {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .wrap-seiko-quality .quality .text {
        max-width: 100%;
    }
}
.wrap-seiko-quality .quality .text h3 {
    font-size: 30px;
    line-height: 1.25;

    margin-top: 0;
}
@media (max-width: 1470px) {
    .wrap-seiko-quality .quality .text h3 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-seiko-quality .quality .text h3 {
        font-size: 20px;
    }
}
.wrap-seiko-quality .quality .text ul,
.wrap-seiko-quality .quality .text ol {
    padding-left: 1em;
}
.wrap-seiko-quality .quality .text ul li,
.wrap-seiko-quality .quality .text ol li {
    list-style: inherit;
}
.wrap-seiko-quality .quality .text ul li::marker,
.wrap-seiko-quality .quality .text ol li::marker {
    color: #1c4b9c;
}
.wrap-seiko-quality .quality .text p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-seiko-quality .quality .text p {
        font-size: 14px;
    }
}
.wrap-seiko-quality .quality .text img {
    max-width: 100%;
}
.wrap-seiko-quality .quality .pic {
    max-width: 50%;
    padding: 0 3%;
}
@media (max-width: 991px) {
    .wrap-seiko-quality .quality .pic {
        max-width: 40%;
    }
}
@media (max-width: 767px) {
    .wrap-seiko-quality .quality .pic {
        max-width: 30%;
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .wrap-seiko-quality .quality .pic {
        max-width: 100%;
        margin: 20px 0;
    }
}
.wrap-seiko-quality .quality .pic img {
    width: 100%;
}
.wrap-seiko-honor .honor>ul>li {
    margin: 10px 0;
}
.wrap-seiko-honor .honor .item .img-box {
    padding-bottom: 140%;
}