@charset "utf-8";
.supply-content .search-area {
    width: 50%;
    margin: auto;
    border: 1px solid #ccc;
    height: 3.4rem;
    line-height: 3.4rem;
    margin: 6rem auto;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    position: relative;
}

.supply-content .search-area input[type='text'] {
    display: inline-block;
    width: 80%;
    background: none;
    border: none;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1rem;
    padding-left: 0.6rem
}

.supply-content .search-area input[type='button'],
.supply-content .search-area input[type='submit'] {
    background: none;
    border: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background: url(../images/icon-search-2.png) no-repeat center;
    background-size: 100%
}

.supply-content .supply-list {
    width: 80%;
    margin: auto
}

.supply-content .supply-list a {
    display: block;
    text-align: center;
    margin-bottom: 5rem
}

.supply-content .supply-list a img {
    width: auto;
    max-width: 50%;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s
}

.supply-content .supply-list a h3 {
    font-size: 1.1rem;
    color: #000;
    margin-top: 1rem;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s
}

.supply-content .supply-list a:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.supply-content .supply-list a:hover h3 {
    color: #075db0;
}

.supply-content .common-more {
    margin: 2rem auto 8rem
}

.supply-list-wrap {
    margin: 2rem auto 8rem
}

.details-tab-wrap .tab-area {
    margin: 2.6rem auto;
    display: flex;
    justify-content: space-between;
}

.details-tab-wrap .tab-area span {
    display: inline-block;
    width: 24%;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.9rem;
    background: #ddd;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    overflow: hidden
}

.details-tab-wrap .tab-area span.active,
.details-tab-wrap .tab-area span:hover {
    background: #8eb8de;
    color: #fff
}

.details-tab-wrap .tab-content {
    font-size: 1rem;
    color: #999;
    line-height: 1.6rem;
    display: none;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.details-tab-wrap .tab-content.active {
    display: block;
}

.details-tab-wrap .tab-content img {
    width: auto
}

.details-tab-wrap .tab-content video {
    width: 100%;
    display: block;
    margin: auto;
}

.default-content-wrap {
    padding: 2rem 0;
    color: #999;
    font-size: 1rem
}

.default-content-wrap iframe {
    display: block;
    margin: auto;
    width: 90%;
    min-height: 36rem
}

.default-content-wrap img {
    max-width: 100%;
    display: block;
    margin: auto
}

.emailus-wrap {
    padding-top: 1rem
}

.emailus-wrap .input-area {
    display: block;
    width: 50%;
    overflow: hidden;
    height: 3.6rem;
    line-height: 3.6rem;
    border-bottom: 1px solid #eaeaea
}

.emailus-wrap .input-area.large {
    height: 7.2rem;
    width: 100%
}

.emailus-wrap .input-area span {
    float: left;
    font-size: 0.8rem
}

.emailus-wrap .input-area span em {
    color: red
}

.emailus-wrap .input-area input {
    width: 70%;
    float: left;
    border: none;
    background: none;
    font-size: 0.8rem;
    height: 2rem;
    line-height: 2rem;
    margin-top: 0.75rem;
    margin-left: 1rem
}

.emailus-wrap .input-area textarea {
    float: left;
    width: 70%;
    height: 5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    margin-left: 1rem;
    margin-top: 1rem;
    border: none;
    background: none;
    resize: none
}

.emailus-wrap .btn-submit {
    display: inline-block;
    background: none;
    border: none;
    background: #00306E;
    color: #fff;
    font-size: 1rem;
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0 2.4rem;
    margin-top: 1rem;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.emailus-wrap .btn-submit:hover {
    opacity: 0.8
}

.img-swiper {
    width: 70%;
    height: auto;
    /*50rem*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.img-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.img-swiper .gallery-top {
    height: auto;
    /*80%*/
    width: 100%;
}

.img-swiper .gallery-thumbs {
    width: 88%;
    height: 20%;
    box-sizing: border-box;
    padding: 20px 0 10px;
}

.img-swiper .gallery-thumbs .swiper-slide {
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

.img-swiper .gallery-thumbs .swiper-slide img {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.img-swiper .gallery-thumbs .swiper-slide-thumb-active img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.img-swiper .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #00306E;
}

.img-swiper .swiper-button-white {
    background-image: url(../images/icon-arrow-detail.png);
    background-size: 100%;
    outline: none;
    width: 1rem;
    top: auto;
    bottom: 6%
}

.img-swiper .details-left-arrow {
    left: 0;
}

.img-swiper .details-right-arrow {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.download-wrap .title {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 2.6rem 0
}

.download-title {
    padding: 3rem 0;
    border-bottom: 1px dashed #ccc
}

.download-title .link-email {
    display: inline-block;
    background: #00306E url(../images/icon-email1.png) no-repeat;
    background-position: 1.1rem center;
    color: #fff;
    font-size: 1rem;
    height: 2.3rem;
    line-height: 2.3rem;
    padding: 0 1rem 0 2.6rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    border: 1px solid #00306E;
    box-sizing: content-box
}

.download-title .link-email:hover {
    background: #c9e3fb url(../images/icon-email2.png) no-repeat;
    background-position: 1.1rem center;
    color: #00306E
}

.download-title .subtitle {
    text-align: left;
    font-size: 1.3rem;
    color: #666;
    font-weight: bold;
    padding-top: 4rem;
    padding-bottom: 1rem
}

.download-content {
    margin-bottom: 5rem
}

.download-content .content-title {
    padding: 1rem 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #666
}

.download-content .default-table {
    width: 100%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.download-content .default-table td {
    font-size: 1rem;
    color: #999;
    line-height: 2.1rem;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 0.8rem
}


/*20181015*/

.emailus-wrap .p-ts {
    margin: 0.5em;
}

.win-block {
    display: none;
    width: 800px;
    height: 500px;
    background: #fff;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.win-block .form {
    margin: 105px 250px 0;
}

.emailus-wrap-articl .input-area {
    width: 100%;
}

@media (max-width:1025px) {
    .win-block {
        width: 100%;
    }
    .win-block .form {
        margin: 105px 20px 0;
    }
}

@media (max-width:641px) {
    .supply-content .search-area {
        width: 90%;
        margin: 3rem auto
    }
    .supply-content .supply-list {
        width: 100%
    }
    .supply-content .supply-list a h3 {
        white-space: nowrap
    }
    .details-tab-wrap .tab-area {
        display: block;
        margin: 2rem auto 1rem
    }
    .details-tab-wrap .tab-area span {
        width: 100%
    }
    .emailus-wrap .input-area {
        width: 100%
    }
    .img-swiper {
        width: 100%;
        height: auto;
        /*34rem*/
    }
    .img-swiper .gallery-thumbs {
        padding: 1rem 0 0.5rem;
    }
    .img-swiper .swiper-button-white {
        bottom: 5%
    }
    .download-title {
        padding: 3rem 0 1rem
    }
    .download-content {
        margin-bottom: 4rem
    }
    .download-content .content-title {
        font-size: 2rem
    }
}