@charset "UTF-8";
.c-flex {
    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;
}
.page-main {
    overflow: hidden;

    position: relative;
    z-index: 1;
    background: #fff;
    min-height: calc(100vh - 158px);

}

.page-main.not-pdtop {
    padding-top: 0;
}

.bsBox {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.lmtool-dropdown-content {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.c-imghover {
    overflow: hidden;
}

.c-imghover .c-imghover-item {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.inside-banner .img {
    width: 100%;
}

.inside-banner .img-m {
    width: 100%;
    display: none;
}

.crumb-nav {
    padding: 24px 0;
    font-size: 13px;
}

.crumb-nav-link {
    color: #999;
    padding-right: 16px;
    margin-right: 6px;
    position: relative;
    max-width: 160px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.crumb-nav-link::after {
    content: '>';
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    color: #ccc;
}

.crumb-nav-active {
    color: #0064bc;
    max-width: 160px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.editor-detail {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
}

.editor-detail ul {
    list-style: none;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
}

.editor-detail ul li:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: "•";
    display: inline-block;
    font-size: 14px;
    margin-left: -58px;
    padding-right: 15px;
    text-align: right;
    font-weight: 700;
    width: 58px;
}

.editor-detail ol {
    list-style: decimal;
}

.editor-detail li {
    margin-left: 30px;
    padding-top: 2px;
}

.editor-detail a {
    text-decoration: underline;
}

.editor-detail blockquote {
    background-color: #f2f5fb;
    padding: 5px 20px;
    margin-left: 0;
    margin-right: 0;
    color: #243342;
    border-left: 5px solid #d0d6dc;
}

.editor-detail img {
    max-width: 100%;
}

.editor-detail.img-center img {
    display: block;
    margin: 0 auto;
}

.editor-detail.img-mg img {
    display: block;
    margin: 15px auto;
}

.editor-detail.word-type {
    text-indent: 2em;
}

.editor-detail.word-type p {
    margin: 15px 0;
}

.editor-detail.word-type p img {
    display: block;
    margin: 0 auto;
}

.editor-detail.word-type p:first-of-type {
    margin-top: 0;
}

.editor-detail.no-spacing p {
    margin: 0;
}

.c-btn-a {
    width: 180px;
    line-height: 40px;
    color: #333;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s, border-color .3s;
    -o-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px #333 solid;
}

.c-btn-a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0064bc;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
            transform: scale3d(1, 2, 1);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
         -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
            transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.c-btn-a.type-white {
    color: #fff;
    border-color: #fff;
}

.c-btn-b {
    width: 140px;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s, border-color .3s, background-color .3s;
    -o-transition: color .3s, border-color .3s, background-color .3s;
    transition: color .3s, border-color .3s, background-color .3s;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #0064bc;
}

.c-btn-b::after {
    content: '';
    width: 16px;
    height: 8px;
    background: url(../img/jt01-w.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 8px;
    -webkit-transition: background-image .3s;
    -o-transition: background-image .3s;
    transition: background-image .3s;
}

.c-btn-b.type-white {
    background-color: transparent;
    border: 1px #fff solid;
}

.c-btn-b.type-blue {
    color: #0064bc;
    background-color: transparent;
    border: 1px #0064bc solid;
}

.c-btn-b.type-blue::after {
    background-image: url(../img/jt01-b.png);
}

.title-typea {
    margin-bottom: 28px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
}

.title-typea .title-typea-title {
    color: #333;
}

.title-typea .title-typea-tit {
    font-size: 14px;
    color: #0064bc;
    margin: 6px auto 0;
    position: relative;
    padding: 0 28px;
    display: none;
}

.title-typea .title-typea-tit::after, .title-typea .title-typea-tit::before {
    content: '';
    width: 14px;
    height: 1px;
    background-color: #0064bc;
    position: absolute;
    z-index: 0;
    top: 50%;
}

.title-typea .title-typea-tit::after {
    right: 0;
}

.title-typea .title-typea-tit::before {
    left: 0;
}

.title-typeb .title-typeb-tit {
    color: #333;
    margin: 0 auto;
    position: relative;
    padding: 0 64px;
}

.title-typeb .title-typeb-tit::after, .title-typeb .title-typeb-tit::before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #333;
    position: absolute;
    z-index: 0;
    top: 50%;
}

.title-typeb .title-typeb-tit::after {
    right: 0;
}

.title-typeb .title-typeb-tit::before {
    left: 0;
}

.page-dw {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.pswp .pswp__bg {
    background-color: rgba(0, 0, 0, 0.6);
}

.pswp .pswp__top-bar {
    background-color: transparent !important;
    opacity: 1 !important;
}

@media only screen and (min-width: 961px) {
    .c-imghover:hover .c-imghover-item {
        -webkit-transition: -webkit-transform 1.2s ease-out;
        transition: -webkit-transform 1.2s ease-out;
        -o-transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .c-btn-a:hover {
        color: #fff;
        border-color: #0064bc;
    }
    .c-btn-a:hover::before {
        -webkit-transform: scale3d(9, 9, 1);
                transform: scale3d(9, 9, 1);
    }
    .c-btn-b.type-white:hover {
        color: #0064bc;
        background-color: #fff;
    }
    .c-btn-b.type-white:hover::after {
        background-image: url(../img/jt01-b.png);
    }
    .c-btn-b.type-blue:hover {
        color: #fff;
        background-color: #0064bc;
    }
    .c-btn-b.type-blue:hover::after {
        background-image: url(../img/jt01-w.png);
    }
}

@media only screen and (max-width: 1600px) {
    .page-main {
        padding-top: 84px;
    }
    .page-dw {
        top: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .title-typea {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .page-main {
        padding-top: 80px;
    }
    .page-dw {
        top: -80px;
    }
}

@media only screen and (max-width: 960px) {
    .crumb-nav {
        padding: 16px 0;
    }
    .inside-banner .img {
        display: none;
    }
    .inside-banner .img-m {
        display: block;
    }
    .page-dw {
        top: -54px;
    }
    .editor-detail.img-mg img {
        margin: 12px auto;
    }
    .editor-detail.word-type p {
        margin: 12px 0;
    }
    .title-typea {
        margin-bottom: 20px;
    }
    .title-typea .title-typea-tit {
        font-size: 12px;
        margin-top: 3px;
        padding: 0 18px;
    }
    .title-typea .title-typea-tit::after, .title-typea .title-typea-tit::before {
        width: 10px;
    }
    .title-typeb .title-typeb-tit {
        padding: 0 40px;
    }
    .title-typeb .title-typeb-tit::after, .title-typeb .title-typeb-tit::before {
        width: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .page-main {
        padding-top: 52px;
    }
    .page-dw {
        top: -52px;
    }
    .crumb-nav {
        padding: 12px 0;
    }
    .editor-detail.img-mg img {
        margin: 10px auto;
    }
    .editor-detail.word-type p {
        margin: 10px 0;
    }
    .c-btn-a {
        width: 118px;
        font-size: 12px;
        line-height: 32px;
    }
}

.page-pd {
    padding: 60px 0;
}

.page-pd-big {
    padding: 80px 0;
}

.page-pd-plus {
    padding: 100px 0;
}

@media only screen and (max-width: 960px) {
    .page-pd {
        padding: 48px 0;
    }
    .page-pd-big {
        padding: 60px 0;
    }
    .page-pd-plus {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 640px) {
    .page-pd {
        padding: 32px 0;
    }
    .page-pd-big {
        padding: 40px 0;
    }
    .page-pd-plus {
        padding: 48px 0;
    }
}

.index-page01 {
    background-color: #f9f9f9;
}

.index-page01 .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 28px;
}

.index-page01 .header .item {
    padding: 6px 24px;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.index-page01 .header .item.active {
    background-color: #0064bc;
    color: #fff;
}

.index-page01 .main .item {
    display: none;
}

.index-page01 .main .item.active {
    display: block;
}

.index-page01 .main .more {
    margin: 20px auto 0;
}

.index-product {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.index-product .item-l,
.index-product .item-r {
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.index-product .item-l .sitem:nth-of-type(1) {
    width: 100%;
}

.index-product .item-l .sitem:nth-of-type(1) .img {
    width: 50%;
}

.index-product .item-r .sitem:nth-of-type(3) {
    width: 100%;
}

.index-product .item-r .sitem:nth-of-type(3) .img {
    width: 50%;
}

.index-product .item-r {
    margin-left: auto;
}

.index-product .sitem {
    width: calc(50% - 10px);
    border: 1px #e8e8e8 solid;
    background-color: #fff;
    padding: 32px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.index-product .bg {
    width: 100%;
}

.index-product .img {
    width: 78%;
    max-width: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.index-product .title {
    color: #333;
    margin-top: 24px;
}

.index-product .content {
    margin-top: 8px;
    color: #666;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.index-product .text {
    width: 88%;
    max-width: 250px;
    margin: 0 auto;
}

.index-product .btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.index-page02 .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 28px;
}

.index-page02 .header .item {
    width: 15.83%;
    padding: 20px 24px 16px;
    margin-right: 1%;
    background-color: #f6f6f6;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    font-weight: 300;
}

.index-page02 .header .item:nth-of-type(6n) {
    margin-right: 0;
}

.index-page02 .header .item.active {
    background-color: #0064bc;
    color: #fff;
}

.index-page02 .header .item.active .img:nth-of-type(1) {
    opacity: 0;
}

.index-page02 .header .item.active .img:nth-of-type(2) {
    opacity: 1;
}

.index-page02 .header .icon {
    margin: 0 auto 12px;
    height: 38px;
    position: relative;
}

.index-page02 .header .img {
    height: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.index-page02 .header .img:nth-of-type(2) {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
}

.index-page02 .main .item {
    display: none;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
    text-align: center;
}

.index-page02 .main .item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.index-page02 .main .item.active {
    display: block;
}

.index-page02 .main .more {
    margin: 48px auto 0;
}

.index-page02 .main .box {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.index-page02 .main .tit {
    margin-bottom: 16px;
}

.index-page02 .main .text {
    line-height: 22px;
    height: 66px;
    margin: 0 auto 24px;
    overflow: hidden;
}

.index-page02 .main .img-box {
    overflow: hidden;
}

.index-page02 .main .img {
    width: 100%;
}

.index-page02 .main .title {
    padding: 20px;
    background-color: #fff;
    color: #333;
}

.index-page02 .main .link {
    width: 31.5%;
    margin-right: 2.75%;
}

.index-page02 .main .link:nth-of-type(3) {
    margin-right: 0;
}

.index-page03 {
    color: #fff;
    position: relative;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.index-page03::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.index-page03 .main {
    position: relative;
    z-index: 1;
    max-width: 1060px;
}

.index-page03 .title {
    padding-bottom: 16px;
    margin-bottom: 20px;
    position: relative;
}

.index-page03 .title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    background-color: #fff;
    margin-left: -20px;
    width: 40px;
    height: 1px;
}

.index-page03 .content {
    line-height: 1.6;
  	text-align: justify;
}

.index-page03 .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.33%;
    padding: 12px 4%;
    border-right: 1px #ccc dashed;
}

.index-page03 .item:last-of-type {
    border-right: none;
}

.index-page03 .num {
    font-size: 50px;
    line-height: 1;
    font-family: bebas;
}

.index-page03 .tit {
    position: relative;
}

.index-page03 .text {
    width: 100%;
    margin-top: 12px;
}

.index-page03 .plus {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    right: -20px;
}

.index-page03 .plus::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #fff;
}

.index-page03 .plus::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -1px;
    background-color: #fff;
}

.index-page03 .more {
    margin: 0 auto;
}

.index-page04 .main {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.index-page04 .item {
    width: 31%;
    padding: 12px 4% 12px 48px;
    border-right: 1px #e5e5e5 solid;
    margin-left: 4%;
    background: url(../img/icon04.png) no-repeat left top 12px;
    background-size: 36px;
}

.index-page04 .item:nth-of-type(2) {
    background-image: url(../img/icon05.png);
}

.index-page04 .item:first-of-type {
    margin-left: 0;
}

.index-page04 .title {
    color: #333;
    margin-bottom: 6px;
}

.index-page04 .content {
    font-size: 12px;
    line-height: 1.6;
}

.index-page04 .other {
    width: 34%;
    padding-left: 4%;
}

.index-page04 .tit {
    width: 88px;
    line-height: 26px;
    color: #fff;
    background-color: #0064bc;
    border-radius: 12px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 12px;
}

.social-contact {
    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;
}

.social-contact-item {
    margin-right: 12px;
    cursor: pointer;
    position: relative;
    -webkit-transition: background-image .3s;
    -o-transition: background-image .3s;
    transition: background-image .3s;
    border: 1px #fff solid;
    border-radius: 50%;
}

.social-contact-item .icon {
    width: 32px;
    height: 32px;
}

.social-contact-item.weibo {
    background: url(../img/weibo-w.png) no-repeat center;
    background-size: 20px;
}

.social-contact-item.weixin {
    background: url(../img/weixin-w.png) no-repeat center;
    background-size: 20px;
}

.social-contact-img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -120px;
    width: 120px;
    margin-left: -60px;
    background: #fff;
    border: 1px #ddd solid;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.social-contact-img::after, .social-contact-img::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    z-index: 1;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ccc;
}

.social-contact-img::after {
    bottom: -7px;
    z-index: 2;
    border-top-color: #fff;
}

.social-contact-img .img {
    width: 100%;
}

.social-contact-item.hasimg:hover .social-contact-img {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 961px) {
    .index-page01 .header .item:hover {
        background-color: #0064bc;
        color: #fff;
    }
    .index-page02 .header .item:hover {
        background-color: #0064bc;
        color: #fff;
    }
    .index-page02 .header .item:hover .img:nth-of-type(1) {
        opacity: 0;
    }
    .index-page02 .header .item:hover .img:nth-of-type(2) {
        opacity: 1;
    }
    .index-product .sitem:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .index-product .sitem:hover .content {
        opacity: 0;
    }
    .index-product .sitem:hover .btn {
        opacity: 1;
    }
}

@media only screen and (max-width: 1280px) {
    .index-page03 .num {
        font-size: 44px;
    }
}

@media only screen and (max-width: 960px) {
    .index-product .item-l {
        width: 100%;
    }
    .index-product .item-l .sitem:nth-of-type(1) {
        width: 48%;
    }
    .index-product .item-l .sitem:nth-of-type(1) .img {
        width: 60%;
    }
    .index-product .item-l .sitem:nth-of-type(3) {
        display: none;
    }
    .index-product .item-r {
        display: none;
    }
    .index-product .sitem {
        width: 48%;
        padding: 32px 32px 24px;
        margin-bottom: 3%;
    }
    .index-product .img {
        width: 60%;
    }
    .index-product .title {
        margin-top: 20px;
    }
    .index-product .content {
        margin: 5px;
        font-size: 13px;
    }
    .index-page01 .header {
        margin-bottom: 20px;
    }
    .index-page02 .header {
        margin-bottom: 0px;
    }
    .index-page02 .header .item {
        width: 31.5%;
        margin-right: 2.75%;
        margin-bottom: 2.75%;
    }
    .index-page02 .header .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .index-page02 .main .title {
        padding: 16px;
    }
    .index-page03 .num {
        font-size: 32px;
    }
    .index-page04 .item {
        width: 48%;
    }
    .index-page04 .item:nth-of-type(2) {
        border-right: none;
    }
    .index-page04 .other {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .index-page01 .header {
        margin-bottom: 16px;
    }
    .index-page01 .header .item {
        font-size: 12px;
        padding: 5px 12px;
        font-size: 12px;
        margin: 0 6px;
    }
    .index-product .item-l {
        width: 100%;
    }
    .index-product .item-l .sitem:nth-of-type(1) {
        width: 100%;
        padding: 32px 28px 24px;
    }
    .index-product .item-l .sitem:nth-of-type(1) .img {
        width: 40%;
    }
    .index-product .item-l .sitem:nth-of-type(3) {
        display: block;
    }
    .index-product .img {
        width: 80%;
    }
    .index-product .sitem {
        width: 48.5%;
        padding: 28px 24px 20px;
    }
    .index-product .content {
        display: none;
    }
    .index-product .title {
        margin-top: 16px;
    }
    .index-page02 .header .item {
        padding: 14px 12px 12px;
        font-size: 13px;
    }
    .index-page02 .header .icon {
        height: 24px;
        margin-bottom: 8px;
    }
    .index-page02 .main .list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .index-page02 .main .link {
        width: 48.5%;
        margin-right: 0;
    }
    .index-page02 .main .link:nth-of-type(3) {
        display: none;
    }
    .index-page02 .main .title {
        padding: 12px;
    }
    .index-page02 .main .tit {
        margin-bottom: 12px;
    }
    .index-page02 .main .text {
        font-size: 13px;
        width: 100%;
        margin-bottom: 20px;
    }
    .index-page02 .main .more {
        margin-top: 40px;
    }
    .index-page03 {
        background-attachment: inherit;
    }
    .index-page03 .num {
        font-size: 20px;
    }
    .index-page03 .plus {
        width: 8px;
        height: 8px;
        right: -8px;
        top: -4px;
    }
    .index-page03 .content {
        font-size: 13px;
    }
    .index-page03 .text {
        font-size: 12px;
        margin-top: 8px;
    }
    .index-page04 {
        padding: 28px 0;
    }
    .index-page04 .item {
        width: 100%;
        border-right: 0;
        margin-left: 0;
        padding: 0 0 0 40px;
        background-size: 28px;
        background-position: left top 2px;
    }
    .index-page04 .item:nth-of-type(1) {
        padding-bottom: 20px;
        border-bottom: 1px #eee solid;
        margin-bottom: 20px;
    }
}

.product-page01 .jg {
    height: 40px;
}

.product-list01 .tit {
    margin-bottom: 16px;
}

.product-list01 .list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.product-list01 .item {
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 2.75%;
    border: 1px #e5e5e5 solid;
    padding: 0 28px 20px;
}

.product-list01 .item:nth-of-type(3n) {
    margin-right: 0;
}

.product-list01 .bg {
    width: 100%;
}

.product-list01 .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    border-bottom: 1px #e5e5e5 solid;
}

.product-list01 .title {
    color: #333;
    margin-top: 24px;
}

.product-list01 .content {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-top: 8px;
    color: #666;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    text-align: justify;
}

.product-list01 .text {
    position: relative;
}

.product-list01 .btn {
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.product-list02 .list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.product-list02 .item {
    width: 18.5%;
    margin-right: 1%;
    margin-bottom: 1%;
    border: 1px #e5e5e5 solid;
    padding: 24px 32px 36px;
    text-align: center;
}

.product-list02 .item:nth-of-type(4n) {
    margin-right: 0;
}

.product-list02 .bg {
    width: 100%;
}

.product-list02 .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
}

.product-list02 .title {
    color: #333;
    margin-top: 12px;
}

.product-list02 .content {
    line-height: 1.4;
    font-size: 12px;
    margin-top: 8px;
    color: #888;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.product-list02 .text {
    position: relative;
}

.product-list02 .btn {
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.product-page02 {
    padding: 28px;
    margin-bottom: 60px;
    background-color: #f6f6f6;
}

.product-page02 .tit {
    margin-bottom: 8px;
}

.product-page02 .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 26px;
    margin-top: 12px;
}

.product-page02 .item-l {
    width: 120px;
    padding-right: 16px;
    text-align: right;
    padding-right: 16px;
    color: #000;
}

.product-page02 .item-r {
    width: calc(100% - 120px);
}

.product-page02 .link {
    padding: 0 10px;
    margin-bottom: 6px;
    color: #666;
    font-weight: 300;
    margin-right: 16px;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-page02 .link.active {
    background-color: #0064bc;
    color: #fff;
}

@media only screen and (min-width: 961px) {
    .product-list01 .item:hover .content,
    .product-list02 .item:hover .content {
        opacity: 0;
    }
    .product-list01 .item:hover .btn,
    .product-list02 .item:hover .btn {
        opacity: 1;
    }
    .product-page02 .link:hover {
        background-color: #0064bc;
        color: #fff;
    }
}

@media only screen and (max-width: 960px) {
    .product-list01 .item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .product-list01 .item:nth-of-type(3n) {
        margin-right: 3%;
    }
    .product-list01 .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .product-list02 .item {
        width: 32.5%;
        margin-right: 1.25%;
        margin-bottom: 1.25%;
        padding: 16px 24px 28px;
    }
    .product-list02 .item:nth-of-type(4n) {
        margin-right: 1.25%;
    }
    .product-list02 .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .product-page02 {
        margin-bottom: 40px;
        padding: 20px;
    }
    .product-page02 .item-l {
        width: 100%;
        text-align: left;
        padding: 0;
        margin-bottom: 6px;
    }
    .product-page02 .item-r {
        width: 100%;
    }
    .product-page02 .tit {
        margin-bottom: 0;
    }
    .product-page02 .item {
        margin-top: 12px;
        line-height: 20px;
    }
    .product-page02 .link {
        font-size: 12px;
        padding: 0 8px;
        margin-right: 12px;
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 640px) {
    .product-list01 .item {
        padding: 0;
    }
    .product-list01 .content {
        display: none;
    }
    .product-list01 .title {
        margin-top: 0;
        padding: 12px;
        font-size: 14px;
    }
    .product-list01 .img {
        background-size: 70%;
    }
    .product-list02 .item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 12px 12px 16px;
    }
    .product-list02 .item:nth-of-type(4n) {
        margin-right: 0;
    }
    .product-list02 .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .product-list02 .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .product-list02 .title {
        margin-top: 8px;
    }
    .product-list02 .content {
        display: none;
    }
    .product-page02 {
        margin-bottom: 28px;
        padding: 16px 3% 12px;
    }
    .product-page02 .item-l {
        font-size: 13px;
    }
    .product-page02 .link {
        width: 25%;
        text-align: center;
        padding: 0 8px;
        margin-right: 0;
        letter-spacing: 0;
    }
    .product-page02 .item {
        margin-top: 4px;
        padding-top: 8px;
        border-top: 1px #ccc dashed;
    }
    .product-page02 .item:first-of-type {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
    .product-page02 .item.type-a .link {
        width: 33.33%;
        padding: 0 12px;
    }
    .product-page02 .tit {
        display: none;
    }
    .product-page03 {
        width: 100%;
    }
}

.product-detail01 {
    padding: 0px 0;
    border-bottom: 1px #ddd solid;
    margin-bottom: 16px;
}
.wrapper .right{ min-width:1200px; float:left; margin-left:8%;}

.product-detail01 .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.product-detail01 .item-l {
    width: 45%;
}

.product-detail01 .item-r {
    width: 55%;
	float:right;
}

.product-detail01 .item-r .title {
    color: #333;
}

.product-detail01 .item-r .tit {
    margin-top: 16px;
    margin-bottom: 6px;
    color: #333;
}

.product-detail01 .item-r .content {
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
}

.product-detail01 .item-r .more {
    width: 150px;
    line-height: 38px;
    margin-top: 40px;
    background-color: #0064bc;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
}

.product-detail01 .item-r .more::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/icon-download.png) no-repeat center;
    background-size: 100%;
    margin-right: 8px;
}

.product-detail01 .item-r .list .item {
    line-height: 28px;
    padding: 0 16px;
    border: 1px #ccc solid;
    border-radius: 4px;
    margin-right: 8px;
    margin-top: 8px;
}

.product-swiper-thumbs {
    margin-left: 0;
    width: 62px;
    height: 332px;
	float:left;
}

.product-swiper-thumbs .swiper-slide {
    opacity: .5;
    border: 1px #ccc solid;
	width:60px;
}
.h3 {
    font-size: 24px;
}
.product-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border-color: #0064bc;
	width:60px;
}

.product-swiper-thumbs .img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    padding: 8px;
}

.product-swiper {
    width: 440px;
    margin-right: 0;
}

.product-swiper .swiper-slide {
    padding-bottom: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-swiper .img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.product-swiper .swiper-button-prev {
    left: 0;
    -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
            transform: translateX(-60px);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.product-swiper .swiper-button-next {
    right: 0;
    -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
            transform: translateX(60px);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
    outline: none;
    width: 36px;
    height: 72px;
    margin-top: -36px;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 12px 24px;
    background-position: center;
    -webkit-transition: background-color .3s, opacity .3s, -webkit-transform .3s;
    transition: background-color .3s, opacity .3s, -webkit-transform .3s;
    -o-transition: background-color .3s, opacity .3s, transform .3s;
    transition: background-color .3s, opacity .3s, transform .3s;
    transition: background-color .3s, opacity .3s, transform .3s, -webkit-transform .3s;
}

.product-swiper .swiper-button-prev:hover,
.product-swiper .swiper-button-next:hover {
    background-color: #0064bc;
}

.product-swiper .swiper-pagination {
    display: none;
}

.product-swiper .swiper-pagination-bullet-active {
    background-color: #0064bc;
}

.product-detail02 {
    padding-top: 0;
}

.product-detail02 .table-type table {
    width: 100%;
    border: 1px #ccc solid;
}

.product-detail02 .table-type tr,
.product-detail02 .table-type td {
    border: 1px #ccc solid;
}

.product-detail02 .table-type td {
    padding: 8px;
    text-align: center;
}

.product-detail02 .header .list {
    position: relative;
    background-color: #fff;
}

.product-detail02 .header .list::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    z-index: 0;
}

.product-detail02 .header .item {
    padding: 12px 0;
    margin-right: 48px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.product-detail02 .header .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #0064bc;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.product-detail02 .header .item.active {
    color: #0064bc;
}

.product-detail02 .header .item.active::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.product-detail02 .main .sitem {
    position: relative;
}

.product-detail02 .main .hr {
    width: 100%;
    height: 1px;
    border: none;
    display: block;
    background-color: #ebebeb;
    margin: 36px 0;
}

.product-detail02 .main .hr.only-top {
    margin-top: 0;
    background-color: transparent;
}

.product-detail02 .main .title {
    color: #000;
    margin-bottom: 20px;
}

.product-detail02 .main .tit {
    margin-bottom: 16px;
    color: #333;
}

.product-detail02 .main .box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.product-detail02 .main .box-l {
    width: 160px;
}

.product-detail02 .main .box-r {
    width: calc(100% - 160px);
}

.product-detail02 .main .more {
    margin: 32px auto 0;
}

.product-detail02 .content.typea img {
    max-height: 400px;
}

.product-detail02 .content.typeb img {
    max-height: 550px;
}

.dl-parameter table,
.dl-parameter tbody,
.dl-parameter tr,
.dl-parameter td {
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.dl-parameter .mokuaie td{ width:110px; text-align:center;}
.dl-parameter .mokuaie td:nth-of-type(2n){ width:110px; }

.dl-parameter .mokuaie td:nth-of-type(2n-1){ width:110px; margin-right:0px; color: #333333;}
.dl-parameter .mokuaie tr:nth-child(1) td{ color:#8c8c8c;}

.dl-parameter table,
.dl-parameter tbody,
.dl-parameter tr {
    width: 100%;
}

.dl-parameter tr:after {
    content: '';
    display: block;
    clear: both;
}

.dl-parameter td {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 8px;
}

.dl-parameter td:nth-of-type(2n-1) {
    color: #8c8c8c;
    width: 160px;
    margin-right: 40px;
}

.dl-parameter td:nth-of-type(2n) {
    color: #333333;
 
}

@media only screen and (min-width: 961px) {
    .product-swiper:hover .swiper-button-prev,
    .product-swiper:hover .swiper-button-next {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .product-detail02 .header .item:hover {
        color: #0064bc;
    }
    .product-detail02 .header .item:hover::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
    }
}

@media only screen and (max-width: 1440px) {
    .product-detail02 .content.typeb img {
        max-height: 400px;
    }
}

@media only screen and (max-width: 960px) {
    .product-detail01 {
        margin-bottom: 12px;
        padding: 40px 0;
    }
    .product-swiper-thumbs {
        display: none;
    }
    .product-swiper {
        width: 100%;
    }
    .product-swiper .swiper-button-prev,
    .product-swiper .swiper-button-next {
        display: none;
    }
    .product-swiper .swiper-pagination {
        display: block;
    }
    .product-detail02 .product-list02 .item:nth-of-type(4) {
        display: none;
    }
    .product-detail02 .main .hr {
        margin: 32px 0;
    }
    .product-detail02 .main .more {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .product-detail01 {
        margin-bottom: 8px;
        padding: 0 0 28px;
    }
    .product-detail01 .container {
        width: 100%;
    }
    .product-detail01 .item-l {
        width: 100%;
    }
    .product-detail01 .item-r {
        width: 100%;
        padding: 16px 3% 0;
    }
    .dl-parameter td:nth-of-type(2n-1) {
        width: 130px;
        font-size: 13px;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .dl-parameter td :nth-of-type(2n) {
        font-size: 13px;
        width: calc(100% - 150px);
    }
    .product-detail02 .product-list02 .item:nth-of-type(3) {
        display: none;
    }
    .product-detail02 .header .item {
        margin-right: 16px;
    }
    .product-detail02 .main .hr {
        margin: 20px 0;
    }
    .product-detail02 .main .more {
        margin-top: 20px;
    }
    .product-detail02 .main .box-l {
        width: 100%;
    }
    .product-detail02 .main .box-r {
        width: 100%;
    }
}

.industry-page01 .index-page02 {
    padding-top: 0;
}

.industry-page01 .index-page02 .header {
    margin-bottom: 0;
}

.industry-page02 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.industry-page02 .item-l {
    width: 48%;
    padding-right: 7%;
}

.industry-page02 .item-r {
    width: 52%;
}

.industry-page02 .img {
    width: 100%;
}

.industry-page02 .title {
    color: #333;
    line-height: 1.2;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
}

.industry-page02 .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background-color: #0064bc;
}

.industry-page02 .content {
    line-height: 24px;
    max-height: 240px;
    overflow-y: auto;
    text-align: justify;
    padding-right: 12px;
}

.industry-page02 .other {
    margin-top: 60px;
}

.industry-page02 .tit {
    color: #333;
    margin-bottom: 12px;
}

.industry-page02 .item {
    display: block;
    margin-top: 6px;
}

.industry-page02 ::-webkit-scrollbar {
    width: 4px;
    background-color: #aaa;
}

.industry-page02 ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.industry-page03 {
    background-color: #f8f8f8;
    position: relative;
}

.industry-page03 .index-page02 .main .link {
    display: block;
}

.industry-page03 .index-page02 .main .link:nth-of-type(3n) {
    margin-right: 0;
}

.industry-page03 .index-page02 .main .title {
    text-align: center;
    background-color: transparent;
}

.industry-page04 .header {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
}

.industry-page04 .header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ebebeb;
    z-index: 0;
}

.industry-page04 .header .item {
    padding-bottom: 16px;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    margin-right: 60px;
    cursor: pointer;
}

.industry-page04 .header .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #0064bc;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
}

.industry-page04 .header .item.active {
    color: #0064bc;
}

.industry-page04 .header .item.active::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.industry-page04 .main .sitem {
    display: none;
}

.industry-page04 .main .sitem.active {
    display: block;
}

.industry-page04 .main .more {
    margin: 40px auto 0;
}

.industry-page04 .container {
    opacity: 0;
}

.industry-page04 .container.ready {
    opacity: 1;
}

.industry-page04 .choose {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
}

.news-detail01 {
    max-width: 1024px;
}

.news-detail01 .title {
    text-align: center;
    color: #333;
}

.news-detail01 .time {
    text-align: center;
    color: #666;
    margin-top: 16px;
}

.news-detail01 .content {
    margin-top: 24px;
}

.news-detail01 .footer {
    padding-top: 28px;
    margin-top: 32px;
    border-top: 1px #e8e8e8 solid;
    line-height: 1.4;
    position: relative;
}

.news-detail01 .footer .item {
    margin-bottom: 10px;
}

.news-detail01 .footer .txt {
    color: #999;
}

.news-detail01 .footer .link {
    color: #333;
    position: relative;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.news-detail01 .footer .link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #0064bc;
    opacity: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, -webkit-transform .3s;
    -o-transition: color .3s, transform .3s;
    transition: color .3s, transform .3s;
    transition: color .3s, transform .3s, -webkit-transform .3s;
}

@media only screen and (min-width: 961px) {
    .industry-page04 .header .item:hover {
        color: #0064bc;
    }
    .industry-page04 .header .item:hover::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
    }
    .news-detail01 .footer .link:hover {
        color: #0064bc;
    }
    .news-detail01 .footer .link:hover::after {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
}

@media only screen and (max-width: 960px) {
    .industry-page01 .index-page02 {
        padding-bottom: 20px;
    }
    .industry-page02 .item-l {
        width: 50%;
        padding-right: 6%;
    }
    .industry-page02 .item-r {
        width: 50%;
    }
    .industry-page02 .other {
        margin-top: 36px;
    }
    .industry-page04 {
        display: none;
    }
    .news-detail01 .time {
        margin-top: 8px;
    }
    .news-detail01 .content {
        margin: 20px 0;
        padding-bottom: 0;
    }
    .news-detail01 .footer {
        padding-top: 20px;
        margin-top: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .industry-page01 .index-page02 {
        padding-bottom: 0;
    }
    .industry-page02 .item-l {
        width: 100%;
        padding-right: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    .industry-page02 .item-r {
        width: 100%;
        margin-bottom: 16px;
    }
    .industry-page02 .content {
        max-height: 100%;
        padding-right: 0;
    }
    .industry-page02 .other {
        margin-top: 24px;
    }
    .industry-page03 .index-page02 .main .link {
        display: block;
    }
    .industry-page03 .index-page02 .main .link:nth-of-type(3n) {
        margin-right: 0;
    }
}

.strength-page01,
.strength-page02,
.strength-page03,
.strength-page04 {
    position: relative;
}

.strength-capacity {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.strength-capacity .swiper-slide {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.strength-capacity .bg {
    width: 100%;
    display: none;
}

.strength-capacity .item-l {
    width: 64%;
    background-size: cover;
    background-position: center;
}

.strength-capacity .item-r {
    width: 36%;
    padding: 6% 3%;
}

.strength-capacity .title {
    color: #333;
    line-height: 1.3;
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}

.strength-capacity .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background-color: #333;
}

.strength-capacity .content {
    line-height: 24px;
}

.strength-capacity .other {
    margin-top: 40px;
}

.strength-capacity .text {
    color: #333;
    margin: 0 14px;
}

.strength-capacity .box {
    width: 100%;
    padding-right: 6px;
    height: 250px;
    overflow-y: auto;
}

.strength-capacity .prev,
.strength-capacity .next {
    width: 20px;
    height: 20px;
    background: url(../img/down.png) no-repeat center;
    background-size: 12px;
    cursor: pointer;
}

.strength-capacity .prev {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.strength-capacity .next {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.strength-capacity ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #fff;
}

.strength-capacity ::-webkit-scrollbar-track {
    background-color: #eee;
}

.strength-capacity ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.strength-page02 .item-l {
    width: 50%;
}

.strength-page02 .item-r {
    width: 50%;
}

.strength-page02 .bg {
    width: 100%;
}

.strength-page02 .img {
    background-position: center;
    background-size: cover;
}

.strength-page02 .main {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.strength-page02 .item {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.strength-page02 .item:nth-of-type(2) .info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}

.strength-page02 .item:nth-of-type(2) .info::after {
    left: -22px;
    right: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.strength-page02 .box {
    width: 50%;
    background-color: #0064bc;
}

.strength-page02 .info {
    padding: 0 4%;
    color: #fff;
    position: relative;
}

.strength-page02 .info::after {
    content: '';
    position: absolute;
    right: -22px;
    top: 16%;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 22px solid #0064bc;
}

.strength-page02 .inside {
    width: 100%;
}

.strength-page02 .title {
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
}

.strength-page02 .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: #fff;
}

.strength-page02 .content {
    font-size: 13px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
}

.strength-page02 .btn {
    margin-top: 32px;
}

.strength-rd .swiper-button-prev {
    right: 61px;
    left: auto;
}

.strength-rd .swiper-button-next {
    right: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.strength-rd .swiper-button-prev,
.strength-rd .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: #f1f1f1 url(../img/icon06.png) no-repeat center;
    background-size: 12px;
    -webkit-transition: background-color .3s, background-image .3s;
    -o-transition: background-color .3s, background-image .3s;
    transition: background-color .3s, background-image .3s;
}

.strength-page03 {
    background-color: #f2f2f2;
}

.strength-page03 .other {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
}

.strength-page03 .prev,
.strength-page03 .next {
    width: 40px;
    height: 40px;
    background: #e5e5e5 url(../img/icon06.png) no-repeat center;
    background-size: 10px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color .3s, background-image .3s;
    -o-transition: background-color .3s, background-image .3s;
    transition: background-color .3s, background-image .3s;
}

.strength-page03 .next {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 72px;
}

.strength-honor {
    padding: 8px;
}

.strength-honor .swiper-slide {
    overflow: visible;
    display: block;
}

.strength-honor .bg {
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

.strength-honor .img {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.strength-honor .title {
    margin-top: 16px;
    text-align: center;
}

.strength-page04 {
    background: url(../img/strength03.jpg) no-repeat center;
    background-size: 1920px;
}

.strength-page04 .title-typea {
    text-align: left;
}

.strength-page04 .title-typea-tit {
    margin-left: 0;
    padding-left: 0;
}

.strength-page04 .title-typea-tit::before {
    display: none;
}

.strength-page04 .box {
    max-width: 640px;
}

.strength-page04 .content {
    line-height: 1.7;
}

.strength-logo {
    margin-top: 24px;
    padding-bottom: 60px;
}

.strength-logo .swiper-button-prev {
    left: 0;
}

.strength-logo .swiper-button-next {
    right: auto;
    left: 50px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.strength-logo .swiper-button-prev,
.strength-logo .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 40px;
    height: 24px;
    background: #e5e5e5 url(../img/icon06.png) no-repeat center;
    background-size: 6px;
    -webkit-transition: background-color .3s, background-image .3s;
    -o-transition: background-color .3s, background-image .3s;
    transition: background-color .3s, background-image .3s;
}

.strength-logo .img {
    width: 100%;
}

@media only screen and (min-width: 961px) {
    .strength-rd .swiper-button-prev:hover,
    .strength-rd .swiper-button-next:hover {
        background-color: #0064bc;
        background-image: url(../img/icon06-w.png);
    }
    .strength-page03 .prev:hover,
    .strength-page03 .next:hover {
        background-color: #0064bc;
        background-image: url(../img/icon06-w.png);
    }
    .strength-logo .swiper-button-prev:hover,
    .strength-logo .swiper-button-next:hover {
        background-color: #0064bc;
        background-image: url(../img/icon06-w.png);
    }
}

@media only screen and (max-width: 1200px) {
    .strength-page02 .content {
        height: 44px;
    }
}

@media only screen and (max-width: 960px) {
    .strength-capacity .item-l {
        width: 100%;
    }
    .strength-capacity .item-r {
        width: 100%;
        padding: 32px 4%;
    }
    .strength-capacity .bg {
        display: block;
    }
    .strength-capacity .title {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    .strength-capacity .other {
        margin-top: 28px;
    }
    .strength-capacity .box {
        height: 180px;
    }
    .strength-page02 .item-l {
        width: 100%;
    }
    .strength-page02 .item-r {
        width: 100%;
    }
    .strength-page02 .content {
        height: 88px;
    }
}

@media only screen and (max-width: 640px) {
    .strength-page01 {
        width: 100%;
    }
    .strength-capacity .item-r {
        padding: 24px 4%;
    }
    .strength-capacity .other {
        margin-top: 24px;
    }
    .strength-page02 .content {
        display: none;
    }
    .strength-page02 .btn {
        margin-top: 24px;
    }
    .strength-page02 .item-r {
        display: none;
    }
    .strength-page03 .next {
        margin-left: 48px;
    }
    .strength-page03 .other {
        margin-top: 20px;
    }
    .strength-honor .title {
        margin-top: 12px;
    }
    .strength-page04 .strength-logo {
        margin-top: 20px;
        padding-bottom: 40px;
    }
}

.about-page01,
.about-page02,
.about-page03,
.about-page04,
.about-page05 {
    position: relative;
}

.about-page01 .item-l {
    width: 50%;
}

.about-page01 .item-r {
    width: 50%;
    padding-left: 5%;
}

.about-page01 .img {
    width: 100%;
}

.about-page01 .title {
    color: #333;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.about-page01 .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 1px;
    background: #333;
}

.about-page01 .content {
    line-height: 1.6;
    text-align: justify;
}

.about-page01 .list {
    text-align: center;
    margin-top: 48px;
}

.about-page01 .list .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
    padding: 12px 4%;
    border-right: 1px #ccc dashed;
}

.about-page01 .list .item:last-of-type {
    border-right: none;
}

.about-page01 .list .num {
    font-size: 48px;
    line-height: 1;
    font-family: bebas;
}

.about-page01 .list .tit {
    position: relative;
}

.about-page01 .list .text {
    width: 100%;
    margin-top: 12px;
}

.about-page01 .list .plus {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    right: -20px;
}

.about-page01 .list .plus::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #333;
}

.about-page01 .list .plus::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -1px;
    background-color: #333;
}

.about-page02 {
    position: relative;
    cursor: pointer;
}

.about-page02::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5) url(../img/icon07.png) no-repeat center;
    background-size: 64px;
}

.about-page02 .img {
    width: 100%;
}

.about-page03 {
    background-color: #f6f6f6;
}

.about-page03 .content {
    line-height: 1.8;
    color: #666;
    text-align: justify;
}

.about-page04 {
    padding-bottom: 0;
}

.about-page04 .list {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.about-page04 .item {
    width: 25%;
    padding: 1.5%;
}

.about-page04 .main {
    border: 1px #e7e7e7 solid;
    padding: 24% 8%;
    text-align: center;
    height: 100%;
    -webkit-transition: border-color .3s, background-color .3s;
    -o-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s;
}

.about-page04 .icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    position: relative;
}

.about-page04 .img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.about-page04 .img:nth-of-type(1) {
    opacity: 1;
}

.about-page04 .title {
    color: #333;
    margin-bottom: 10px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.about-page04 .content {
    line-height: 24px;
    height: 72px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    overflow: hidden;
}

.about-page04 .hr {
    width: 24px;
    height: 1px;
    background-color: #666;
    margin: 40px auto 0;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.news-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
}

.news-nav .item {
    line-height: 26px;
    padding: 0 14px;
    margin-right: 32px;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

.news-nav .item:last-of-type {
    margin-right: 0;
}

.news-nav .item.active {
    background-color: #0064bc;
    color: #fff;
}

.news-page01 {
    margin: 0 auto;
    width: 94%;
    max-width: 1320px;
}

.news-page01 .nav {
    width: 100%;
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.news-page01 .nav .link {
    padding: 0 16px;
    line-height: 26px;
    margin-right: 32px;
}

.news-page01 .nav .link.active {
    background-color: #0064bc;
    color: #fff;
}

.news-page01 .nav .link:last-of-type {
    margin-right: 0;
}

.news-page01 .list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
}

.news-page01 .list::after, .news-page01 .list::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.news-page01 .list::before {
    left: 32.25%;
}

.news-page01 .list::after {
    right: 32.25%;
}

.news-page01 .item {
    width: 29%;
    margin-right: 6.5%;
    margin-bottom: 5%;
}

.news-page01 .item:nth-of-type(3n) {
    margin-right: 0;
}

.news-page01 .img {
    width: 100%;
}

.news-page01 .img-box {
    overflow: hidden;
}

.news-page01 .box {
    position: relative;
}

.news-page01 .time {
    width: 68px;
    background-color: #0064bc;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    position: absolute;
    left: 0;
    top: 0;
}

.news-page01 .day {
    font-size: 34px;
    line-height: 1;
}

.news-page01 .box {
    padding-left: 84px;
    margin-bottom: 20px;
}

.news-page01 .title {
    color: #333;
    font-size: 18px;
}

.news-page01 .content {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 4px;
    color: #666;
}

.news-page01 .more {
    margin-top: 20px;
}

.news-page01 .c-pagination {
    margin-top: 0;
}

@media only screen and (min-width: 961px) {
    .about-page04 .main:hover {
        border-color: #0064bc;
        background-color: #0064bc;
    }
    .about-page04 .main:hover .title {
        color: #fff;
    }
    .about-page04 .main:hover .content {
        color: #fff;
    }
    .about-page04 .main:hover .hr {
        background-color: #fff;
    }
    .about-page04 .main:hover .img:nth-of-type(1) {
        opacity: 0;
    }
    .about-page04 .main:hover .img:nth-of-type(2) {
        opacity: 1;
    }
    .news-nav .item:hover {
        background-color: #0064bc;
        color: #fff;
    }
    .news-page01 .item:hover .title {
        color: #0064bc;
    }
}

@media only screen and (max-width: 1440px) {
    .news-page01 .list::after, .news-page01 .list::before {
        display: none;
    }
    .news-page01 .item {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
    }
}

@media only screen and (max-width: 960px) {
    .about-page01 .item-l {
        width: 100%;
        display: none;
        margin-bottom: 16px;
    }
    .about-page01 .item-r {
        width: 100%;
        padding: 0;
    }
    .about-page01 .list {
        margin-top: 32px;
    }
    .about-page01 .list .num {
        font-size: 28px;
    }
    .about-page02::after {
        background-size: 60px;
    }
    .about-page04 .item {
        width: 33.33%;
    }
    .about-page04 .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }
    .about-page04 .title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .about-page04 .content {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
    }
    .about-page04 .main {
        padding: 20% 10%;
    }
    .about-page04 .hr {
        margin-top: 28px;
    }
    .news-page01 .nav .link {
        margin-right: 24px;
    }
    .news-page01 .item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .news-page01 .item:nth-of-type(3n) {
        margin-right: 4%;
    }
    .news-page01 .item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px) {
    .about-page01 .item-l {
        display: block;
    }
    .about-page01 .list .item {
        width: 50%;
    }
    .about-page01 .list .item:nth-of-type(2) {
        border-right: none;
    }
    .about-page01 .list .num {
        font-size: 22px;
    }
    .about-page01 .list .plus {
        width: 8px;
        height: 8px;
        right: -8px;
        top: -4px;
    }
    .about-page01 .list .content {
        font-size: 12px;
    }
    .about-page01 .list .text {
        font-size: 12px;
        margin-top: 8px;
    }
    .about-page02::after {
        background-size: 40px;
    }
    .about-page04 .item {
        width: 50%;
    }
    .about-page04 .hr {
        display: none;
    }
    .about-page04 .main {
        padding: 18% 8%;
    }
    .about-page04 .content {
        height: auto;
    }
    .news-nav {
        margin-bottom: 24px;
    }
    .news-nav .item {
        font-size: 13px;
        line-height: 24px;
        padding: 0 12px;
        margin-right: 20px;
    }
    .news-page01 .nav .link {
        font-size: 12px;
        padding: 0 10px;
        line-height: 22px;
        margin-right: 12px;
    }
    .news-page01 .box {
        margin-bottom: 16px;
    }
    .news-page01 .more {
        margin-top: 16px;
    }
    .news-page01 .time {
        padding: 10px 0;
    }
    .news-page01 .day {
        font-size: 30px;
    }
    .news-page01 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px #eee solid;
    }
    .news-page01 .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .news-page01 .more {
        display: none;
    }
}

.contact-map {
    width: 100%;
    height: 550px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    z-index: 1;
}

.contact-map .amap-logo,
.contact-map .amap-copyright {
    display: none !important;
}

.contact-map .amap-adcombo-close {
    top: 8px;
    right: 12px;
}

.contact-map .info-title {
    color: white;
    font-size: 16px;
    background-color: #0064bc;
    line-height: 32px;
    padding: 0 32px 0 16px;
    letter-spacing: 1px;
}

.contact-map .info-content {
    font: 14px Helvetica, Arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑';
    padding: 12px;
    color: #666666;
    line-height: 1.5;
}

.contact-map .map-title {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.contact-map .map-content {
    color: #777;
    font-size: 13px;
}

.contact-map .amap-info {
    width: 400px;
}

.contact-map .amap-info-content {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 20px;
}

.contact-map .amap-info-sharp {
    height: 16px !important;
    background: none;
}

.contact-map .title {
    color: #000;
    margin-bottom: 4px;
    font-size: 15px;
}

.contact-map .content {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
}

.contact-map .more {
    font-size: 12px;
    color: #0064bc;
}

.contact-page01 .main {
    max-width: 1540px;
    width: 94%;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.contact-page01 .item-l {
    width: 40%;
    padding-right: 5%;
}

.contact-page01 .item-r {
    width: 60%;
    border-left: 1px #ebebeb solid;
    padding-left: 8%;
}

.contact-page01 .item-r .text {
    width: 75%;
}

.contact-page01 .form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #333;
}

.contact-page01 .input {
    width: 32%;
    font-size: 13px;
    margin-bottom: 2%;
    height: 40px;
    outline: none;
    border: 1px #e6e6e6 solid;
    padding: 0 12px;
    border-radius: 0;
    overflow: hidden;
}

.contact-page01 .input:focus {
    border-color: #0064bc;
}

.contact-page01 .input.w100 {
    width: 100%;
}

.contact-page01 .textarea {
    font-size: 13px;
    width: 100%;
    height: 100px;
    outline: none;
    resize: none;
    padding: 10px 12px;
    border: 1px #e6e6e6 solid;
    -webkit-appearance: none;
    display: block;
    border-radius: 0;
}

.contact-page01 .textarea:focus {
    border-color: #0064bc;
}

.contact-page01 .submit {
    width: 100%;
    line-height: 40px;
    background-color: #0064bc;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    border: none;
}

.contact-page01 .submit::before {
    display: none;
}

.contact-page01 .tit {
    margin-bottom: 6px;
    color: #000;
}

.contact-page01 .text {
    line-height: 1.6;
    color: #888;
    margin-bottom: 24px;
}

.contact-page01 .box {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-page01 .list {
    width: 45%;
}

.contact-page01 .list .item {
    margin-bottom: 36px;
}

.contact-page01 .list .title {
    color: #333;
    margin-bottom: 12px;
}

.contact-page01 .list .content {
    line-height: 1.7;
}

.contact-page01 .social {
    margin-top: 4px;
}

.contact-page01 .social .item {
    margin-right: 10px;
}

.contact-page01 .social .item:last-of-type {
    margin-right: 0;
}

.contact-page01 .social .icon {
    width: 28px;
    height: 28px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

@media only screen and (max-width: 1440px) {
    .contact-map {
        height: 400px;
    }
    .contact-page01 .item-l {
        width: 50%;
        padding-right: 4%;
    }
    .contact-page01 .item-r {
        width: 50%;
        padding-left: 4%;
    }
    .contact-page01 .list {
        width: 46%;
    }
}

@media only screen and (max-width: 960px) {
    .contact-map {
        height: 360px;
    }
    .contact-page01 .item-l {
        width: 100%;
        padding-right: 0;
    }
    .contact-page01 .item-r {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .contact-map {
        height: 280px;
    }
    .contact-page01 .item-r .text {
        width: 100%;
    }
    .contact-page01 .list {
        width: 100%;
    }
    .contact-page01 .list .content {
        line-height: 1.6;
    }
    .contact-page01 .list .title {
        margin-bottom: 8px;
    }
    .contact-page01 .list .item {
        margin-bottom: 24px;
    }
    .contact-page01 .tit {
        margin-bottom: 4px;
    }
    .contact-page01 .input {
        width: 100%;
        margin-bottom: 12px;
    }
}

.search-page01 {
    background: url(../img/search01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.search-page01::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.1);
}

.search-page01 .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
}

.search-page01 .nav .item {
    color: #fff;
    opacity: .6;
    margin-right: 20px;
}

.search-page01 .nav .item:last-of-type {
    margin-right: 0;
}

.search-page01 .nav .item.active, .search-page01 .nav .item:hover {
    opacity: 1;
}

.search-page01 .main {
    position: relative;
    z-index: 1;
    text-align: center;
}

.search-page01 .title {
    font-weight: 300;
    color: #fff;
}

.search-page01 .text {
    font-weight: 300;
    color: #fff;
}

.search-page01 .form {
    width: 100%;
    max-width: 350px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(159, 159, 159, 0.36);
    border: 1px rgba(255, 255, 255, 0.6) solid;
    margin: 12px auto 12px;
}

.search-page01 ::-moz-placeholder {
    color: #fff;
}

.search-page01 ::-webkit-input-placeholder {
    color: #fff;
}

.search-page01 :-ms-input-placeholder {
    color: #fff;
}

.search-page01 .submit {
    background: url(../img/search-w.png) no-repeat center;
    border: none;
    outline: none;
    padding: 0;
    width: 40px;
    height: 40px;
    background-size: 20px;
    cursor: pointer;
}

.search-page01 .input {
    width: calc(100% - 40px);
    height: 40px;
    border: none;
    padding: 0 0 0 12px;
    outline: none;
    color: #fff;
    background-color: transparent;
}

/* Add 20200921 */
.language-title {
    font-size:12px;
    text-align: center;
}
/* END Add 20200921 */
@media only screen
    and (min-device-width : 320px)
    and (max-device-width : 768px)
 {
	 .page-main{ padding-top:0px;}
	 .product-detail01 .item-r .more{ margin-top:10px;}
	 .product-detail02 .header{ display:none;}
	 .dl-parameter .mokuaie td:nth-of-type(2n-1){ width:50px;}
	 .maxwidth{ width:100%;}
	 .product-list02 .item{ width:40%; float:left;}
	 }