@charset "utf-8";

.wrap {
    width: 100%;
    position: relative;
}

html {
}

body {
    font-family: Arial, Microsoft JhengHei;
    background: url(../images/index/bg.png) center top repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    color: #4b2413;
}

.padding-box {
    padding: 0 15px;
}

.show-xs,
.border-box.show-xs,
.show-sm,
.border-box.show-sm {
    display: none;
}

.float-box {
    float: left;
}

a {
    text-decoration: none;
    color: #4b2413;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-nodata {
    margin: 30px auto;
    color: #f00;
}

.hidden-lg {
    display: none;
}

.gotop {
    position: fixed;
    right: 15px;
    bottom: 119px;
    z-index: 998;
    opacity: 0;
}

.gotop.in {
    opacity: 1;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
    text-align: justify;
    text-justify: inter-ideograph;
}

.rwd-img {
    width: 100%;
}

.rwd-img-auto {
    width: 100%;
}

.container {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}

.imgbox {
    height: 170px;
    overflow: hidden;
}

ul,
section,
div {
    position: relative;
}

ul:after,
section:after,
div:after {
    content: '';
    display: block;
    clear: both;
}

.masker {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

.cus-dialog {
    display: none;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    top: calc((100% - 250px) / 2);
    left: calc((100% - 300px) / 2);
    height: 250px;
    width: 300px;
    z-index: 1002;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(102, 102, 102, 0.29);
    -moz-box-shadow: 0px 0px 27px 0px rgba(102, 102, 102, 0.29);
    box-shadow: 0px 0px 27px 0px rgba(102, 102, 102, 0.29);
}

.cus-d-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

.cus-d-title:after {
    content: '';
    display: block;
    clear: both;
}

.titlebox {
    float: left;
}

.cus-d-title button.close {
    color: #000;
    font-size: 12pt;
    font-weight: bolder;
    display: inline-block;
    float: right;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.cus-d-body {
    padding: 30px 0;
}

.cus-d-footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: calc(100%);
    text-align: center;
}

.confirm {
    display: inline-block;
    margin: 0 auto;
    padding: 6px 20px;
    letter-spacing: 2px;
    border: 0;
    background: #895b3e;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.noshow {
    display: none !important;
}

.closeme {
    float: right;
    background: #fff;
    border: 0;
    margin: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: #895b3e;
}

.header-box {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 200px;
    z-index: 999;
    background: #f8f5f3;
    -webkit-transform: translateX(-190px);
    -moz-transform: translateX(-190px);
    -ms-transform: translateX(-190px);
    transform: translateX(-190px);
    -webkit-box-shadow: 4px 0px 14px 0px rgba(128, 128, 128, 0.9);
    -moz-box-shadow: 4px 0px 14px 0px rgba(128, 128, 128, 0.9);
    box-shadow: 4px 0px 14px 0px rgba(128, 128, 128, 0.9);
}

.header-box.in {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.logo {
    margin: 15px auto;
    text-align: center;
}

.logo-xs {
    text-align: center;
    position: absolute;
    top: 30px;
    width: 100%;
}

.header-box,
.header-box.in,
.open-btn,
.open-btn.in,
.gotop,
.gotop.in,
.hover-cover,
.rwd-open-tb p .menu-line,
.rwd-open-tb.in p .menu-line {
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}

.menu-box {
    text-align: center;
    font-weight: bolder;
    margin-top: 0px;
}

.menu-box a {
    color: #4b2413;
}

.menu-box li {
    display: inline-block;
    margin-bottom: 10px;
}

.ja .menu-box li {
    font-size: 10pt;
}

.menu-box li span {
    display: inline-block;
    vertical-align: middle;
}

.menu-box li:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.menu-box li:nth-child(odd) {
    background: url(../images/index/button-1.png) center no-repeat;
    width: 160px;
    height: 40px;
    margin-left: -15px;
}

.menu-box li:nth-child(even) {
    background: url(../images/index/button-2.png) center no-repeat;
    width: 160px;
    height: 40px;
    margin-left: 15px;
}

.menu-line {
    height: 3px;
    background: rgba(75, 36, 19, 0.9);
    display: block;
    width: 30px;
    margin-bottom: 6px;
    border-radius: 50%;
}

.menu-line:last-child {
    margin-bottom: 0;
}

.rwd-open-tb.in p .menu-line:nth-child(1) {
    transform: rotate(-33deg);
    -webkit-transform: rotate(-33deg);
    -os-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
}

.rwd-open-tb.in p .menu-line:nth-child(2) {
    opacity: 0.8;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -os-transform: translateX(15px);
    -ms-transform: translateX(15px);
}

.rwd-open-tb.in p .menu-line:nth-child(3) {
    transform: rotate(33deg);
    -webkit-transform: rotate(33deg);
    -os-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
}

.ps-bottom {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

.language {
    text-align: center;
    margin-bottom: 10px;
    font-weight: thin;
}

.language li {
    display: inline-block;
}

.language li a {
    display: inline-block;
    border: 1px solid #4b2413;
    padding: 3px;
}

.language li:after {
    content: '';
    display: inline-block;
    margin: 0 2px 0 4px;
}

.language li:last-child:after {
    content: '';
}

.social {
    text-align: center;
}

.social li {
    display: inline-block;
}

.open-btn {
    position: absolute;
    right: -181px;
    bottom: 30px;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    animation: hiddenme 3.2s infinite ease-in-out;
    -webkit-animation: hiddenme 3.2s infinite ease-in-out;
}

.open-btn a.in {
    opacity: 0;
}

.rwd-social {
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    z-index: 998;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0px -2px 14px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -2px 14px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -2px 14px 1px rgba(0, 0, 0, 0.5);
    background: url(../images/index/bg.png) center top no-repeat;
}

.rwd-social li {
    display: inline-block;
    width: calc(100% / 4 - 5px);
}

.rwd-social li:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.rwd-social li a {
    display: inline-block;
    vertical-align: middle;
}

.rwd-social ul {
    vertical-align: middle;
}

.rwd-social ul:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.section-box {
    display: table;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 900;
}

.section-service,
.section-news {
    height: 100%;
    padding: 20px 0;
}

.section-menu-padding {
    padding-left: 250px;
}

.section-home {
    background: url(../images/index/banner-tw.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body.en .section-home {
    background: url(../images/index/banner-en.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body.ja .section-home {
    background: url(../images/index/banner-ja.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body.zh-Hans-CN .section-home {
    background: url(../images/index/banner-ch.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section-insidepage {
    padding-bottom: 60px;
}

.duck {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 800;
}

.duck-pro {
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 801;
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    animation: rotateplane 2.2s infinite ease-in-out;
    -webkit-animation: rotateplane 2.2s infinite ease-in-out;
}

.self-article {
    position: absolute;
    top: 20%;
    left: 0;
    padding: 45px 45px 45px 230px;
    background: rgba(255, 255, 255, 0.7);
    width: 50%;
    font-size: 14pt;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: bolder;
}

span.readmore {
    display: inline-block;
    float: right;
    margin: 15px 0;
}

.middle-height {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.middle-height:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.icon-list {
    text-align: center;
    display: block;
    vertical-align: middle;
    margin: 0% auto;
    width: 100%;
}

.icon-list li h4 {
    margin-top: 15px;
    font-weight: bolder;
}

.icon-list li {
    display: inline-block;
    width: calc(80% / 4 - 30px);
    margin: 30px 15px;
}

.icon-list li img {
    max-width: 100%;
}

.icon-title {
    display: inline-block;
}

.news-box:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
}

.news-box {
    margin-bottom: 30px;
    text-align: center;
}

.news-box:last-child {
    margin-bottom: 0;
}

.div-group {
    margin-left: 100px;
    display: inline-block;
}

.news-list {
    float: left;
    text-align: center;
    width: 1080px;
}

.news-list li {
    display: inline-block;
}

.section-news .txtbox,
.txtbox {
    width: 100%;
    height: 55px;
    overflow: hidden;
    padding: 5px 0px;
}

.txtbox span.date,
span.date {
    float: right;
    font-size: 8pt;
}

.n-discount,
.n-latest,
.n-media {
    height: 0;
    position: absolute;
    top: calc(50% - 33px);
    width: 100%;
}

.n-discount .prev-v,
.n-latest .prev-v,
.n-media .prev-v {
    position: absolute;
    left: -80px;
}

.n-discount .next-v,
.n-latest .next-v,
.n-media .next-v {
    position: absolute;
    right: -80px;
}

.gmap {
    -webkit-box-shadow: 0px 5px 13px 3px rgba(158, 158, 158, 1);
    -moz-box-shadow: 0px 5px 13px 3px rgba(158, 158, 158, 1);
    box-shadow: 0px 5px 13px 3px rgba(158, 158, 158, 1);
}

.section-traffic {
    height: auto;
    min-height: calc(100vh + (205px));
}

.traffic-island {
    position: absolute;
    bottom: 0;
}

.traffic-island img {
    width: 100%;
}

.traffic-duck {
    position: absolute;
    bottom: 8%;
    left: calc(50% - 300px);
}

.traffic-public {
    width: 676px;
    height: 495px;
    background: url(../images/index/d-big.png);
    position: absolute;
    right: 6%;
    bottom: 10%;
    padding: 70px 0 0 140px;
}

.icon-li {
    background: url(./images/index/b-duck.png) left center no-repeat;
    padding-left: 45px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 12pt;
    font-weight: bolder;
}

.icon-a {
    background-image: url(../images/index/b-duck.png);
}

.icon-b {
    background-image: url(../images/index/b-tel.png);
}

.icon-c {
    background-image: url(../images/index/b-fax.png);
}

.icon-d {
    background-image: url(../images/index/b-email.png);
}

.icon-e {
    background-image: url(../images/index/b-addr.png);
}

.traffic-info h3 {
    width: 138px;
    height: 27px;
    background: url(../images/index/c-small.png) center no-repeat;
    padding: 4px 10px 2px 10px;
    margin-bottom: 20px;
}

.traffic-info h3:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.traffic-info p {
    margin-bottom: 30px;
}

.traffic-info {
    width: 50%;
    float: left;
    margin-left: 250px;
    font-size: 10pt;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 80px;
}

.traffic-info-left,
.traffic-info-right {
    float: left;
    width: calc(100% - 27%);
}

.maplink {
    position: absolute;
    top: 420px;
    right: 15px;
    z-index: 999;
}

.slidebox {
    display: none;
}

.infoopen {
    display: inline-block;
    width: 100%;
}

.editorbox {
    margin: 30px auto;
    padding: 15px 0;
    line-height: 1.5;
}

.tree-pad {
    background: url(../images/index2/button-3.png) center no-repeat;
    text-align: center;
    width: 148px;
    height: 51px;
    margin: 15px auto;
    letter-spacing: 1px;
    font-weight: bolder;
    font-size: 14pt;
}

body.en .tree-pad,
body.ja .tree-pad {
    font-size: 9pt;
}

.tree-pad:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
}

.cookies {
    text-align: left;
}

.cookies li {
    display: inline-block;
    font-size: 10pt;
    margin: 15px 0;
}

.cookies li:after {
    content: '/';
    margin: 0 2px 0 4px;
}

.cookies li:last-child:after {
    content: '';
}

.tabs {
}

.tabs li {
    min-width: 126px;
    height: 35px;
    display: inline-block;
    background: url(../images/index2/button-8.png) center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0 8px;
}

.en .tabs li {
    font-size: 10pt;
}

.tabs li:last-child {
    margin-right: 0;
}

.tabs li a {
    color: #fff;
    display: inline-block;
    width: 100%;
}

.tabs li:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
}

.tabs li.active,
.tabs li:hover {
    background-image: url(../images/index2/button-9.png);
    color: #4b2413;
}

.tabs li.active a,
.tabs li:hover a {
    color: #4b2413;
}

.imgbox,
.txtbox {
    position: relative;
}

.list-box {
    margin-top: 30px;
}

.list-box li {
    width: calc(100% / 4 - 15px);
    float: left;
    margin: 15px 7.5px;
    position: relative;
}

.hover-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/index2/c-pic-2.png) center no-repeat
        rgba(0, 0, 0, 0.2);
    top: 0;
    opacity: 0;
}

.imgbox:hover .hover-cover {
    opacity: 1;
}

.txt-title {
    background: url(../images/index2/c-bigbig.png) center no-repeat;
    background-size: cover;
    display: block;
    width: calc(100%);
    padding: 0 15px;
    height: 39px;
}

.icon-click {
    float: right;
    height: 39px;
    line-height: 39px;
}

.txt-title:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%;
}

.qa-box {
    width: 99%;
    margin: 2px auto;
    padding: 15px 30px;
    background: #d5ccc5;
    font-weight: bolder;
    display: none;
}

.qa-box p {
    margin-bottom: 15px;
}

.icon-click:before {
    content: '';
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.txt-title .icon-click img:last-child {
    display: none;
}

.txt-title.active .icon-click img:last-child {
    display: inline-block;
}

.txt-title.active .icon-click img:first-child {
    display: none;
}

.qa-box.active {
    display: block;
}

.txt-list {
    position: relative;
}

.txt-list ul {
    padding-top: 55px;
}

.float-duck {
    position: absolute;
    right: 30px;
    top: 0;
}

.tb-box {
    padding-top: 55px;
}

.border-box {
    background: url(../images/index2/c-bigbig.png) center no-repeat;
    background-size: cover;
    display: block;
    width: calc(100%);
    height: 39px;
    font-weight: bolder;
}

.border-box:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.introbox {
    font-size: 10pt;
}

.box-body {
    width: 99%;
    margin: -1px auto -3px auto;
    padding: 15px 30px;
    background: #d5ccc5;
    font-weight: bolder;
}

.form-control {
    border: 0px solid #fff;
    border-radius: 3px;
    padding: 7px 6px;
}

.p-box {
    width: 450px;
    margin: 15px auto;
}

.submit {
    background: url(../images/index2/button-9.png) center no-repeat;
    border: 0;
    width: 100px;
    height: 29px;
    background-size: cover;
}

.box-list-box {
    width: calc(100% / 4 - 2px);
    margin: 0 1px;
    background: #d5ccc5;
    float: left;
    min-height: 418px;
    text-align: center;
}

.box-list-box ul li {
    margin: 15px auto;
}

.box-list-box-subject {
    width: calc(98% / 4 - 2px);
    margin: 0 1px;
    display: inline-block;
    text-align: center;
}

.nopadding {
    padding: 0;
}

.nobg {
    background: url();
}

.product-list {
}

.product-list:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-column {
    display: inline-block;
    vertical-align: middle;
}

.thumb {
    width: 95%;
    overflow: hidden;
    display: inline-block;
    display: inline-block;
}

.product-list-bg {
    background: #d5ccc5;
    padding: 15px 0;
    margin-bottom: 3px;
}

.product-no {
    width: 6%;
    display: none;
}

.product-img {
    width: 19%;
}

.product-subject {
    width: 16%;
}

.product-descript {
    width: 26%;
}

.product-amount {
    width: 12%;
}

.product-qty {
    width: 12%;
}

.product-subtotal {
    width: 12%;
}

.product-subtotal input {
    width: calc(100% - 30px);
    margin: 0 auto;
}

.product-totalamount {
    width: 85%;
}

.tb-box {
    margin-bottom: 60px;
}

.ordertable {
    width: 100%;
    margin: 0 auto;
}

.ordertable th,
.ordertable td {
    padding: 12px 5px;
}

.ordertable tr:nth-child(even) {
    background: rgba(214, 205, 198, 0.7);
}

.ordertable .form-mw {
    border: 0;
    border-bottom: 0 solid #666;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.transbg {
    background: rgba(255, 255, 255, 0.5);
}

.ordertable select,
.ordertable input {
    height: 31px;
}

.ordertable select {
    padding: 0;
}

.row-group {
    display: block;
    margin-bottom: 1px;
}

.row-group:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.row-th-xs,
.row-td-xs,
.row-td-md {
    display: inline-block;
    padding: 8px 2px;
}

.row-th-xs {
    min-width: 14.5%;
    text-align: left;
}

.row-td-xs {
    min-width: 34.5%;
}

.ordertable .row-group:nth-child(even) {
    background: rgba(214, 205, 198, 0.7);
}

.form-block {
    display: block;
    width: 100%;
}

.row-td-block {
    padding: 8px 6px;
}

.row-th-xs {
    border-right: 1px solid #fff;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 16px 6px 16px;
    background: rgba(116, 98, 84, 0.7);
    color: #fff;
    font-size: 10pt;
    border-radius: 3px;
}

.btn span {
    display: inline-block;
    vertical-align: middle;
}

.btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.default-show {
    display: block;
}

.news-box .news-list .rwd-img {
    width: 265px;
}

@media (min-width: 1440px;) {
    .hidden-lg {
        display: none;
    }

    .section-traffic {
        height: auto;
        min-height: calc(100vh + (240px));
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .hidden-lg {
        display: none;
    }

    .header-box {
        height: 100vh;
    }

    .news-list {
        width: 960px;
    }

    .news-list li {
        display: block;
    }

    .news-box .news-list .rwd-img {
        width: 265px;
    }

    .traffic-island img {
        width: 100%;
    }

    .traffic-info {
        margin-left: 150px;
        margin-top: 82px;
    }

    .traffic-island {
        bottom: -36px;
    }

    .traffic-public {
        bottom: 8%;
    }

    .traffic-duck {
        bottom: 0;
    }

    .news-list {
        margin: 0 auto;
        float: none;
    }

    .section-banner {
        height: inherit;
    }

    .section-traffic {
        height: auto;
        min-height: calc(100vh + (105px));
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .traffic-island img {
        width: 100%;
    }

    .traffic-info {
        margin-left: 35px;
    }

    .div-group {
        width: 964px;
        display: inline-block;
        margin: 15px;
    }

    .news-list {
        width: calc(100% - 30px);
    }

    .n-discount,
    .n-latest,
    .n-media {
        display: none;
    }

    .news-box {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .news-list {
        margin: 0 auto;
        float: none;
    }

    .news-list li {
        width: 220px;
    }

    .valign {
        display: inline-block;
        vertical-align: middle;
    }

    .icon-list {
        margin: 15px auto;
    }

    .icon-title a {
        display: inline-block;
    }

    .icon-title a:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .icon-title a img {
        width: 80px;
        display: inline-block;
    }

    .icon-title a p {
        display: inline-block;
        vertical-align: middle;
    }

    .section-service,
    .section-banner,
    .section-news {
        height: inherit;
    }

    .icon-title.text-center {
        text-align: left;
        float: left;
        margin-left: 30px;
    }

    .imgbox {
        height: 206px;
    }

    .list-items .imgbox {
        height: 100px;
    }

    .duck img {
        width: 450px;
    }

    .duck {
        right: inherit;
        left: 10%;
    }

    .section-traffic {
        height: auto;
        min-height: calc(100vh + (88px));
    }
}

@media (min-width: 425px) and (max-width: 768px) {
    .show-xs,
    .border-box.show-xs,
    .show-sm,
    .border-box.show-sm {
        display: inline-block;
    }

    .section-home {
        background: url(../images/index/background2.jpg) top center no-repeat;
        background-size: 100% auto;
        background-attachment: fixed;
        background-position-x: center;
        background-position-y: top;
    }

    .section-home {
        background-position: -780px top;
    }

    .gotop img {
        width: 100px;
    }

    .div-group {
        width: 768px;
        display: inline-block;
        margin: 15px;
    }

    .box-list-box {
        width: calc(100% - 4px);
    }

    .show-xs {
        display: block;
    }

    .logo-sm img {
        width: 300px;
    }

    .tabs li {
        margin-right: 10px;
    }

    .section-traffic {
        padding-bottom: 65px;
    }
}

@media (min-width: 375px) and (max-width: 425px) {
    body.zh-Hans-CN .section-home,
    body.en .section-home,
    body.ja .section-home,
    .section-home {
        background: url(../images/i6.jpg) top center no-repeat;
        background-size: 100% auto;
        background-attachment: fixed;
        background-position-x: center;
        background-position-y: top;
    }

    .logo img {
        width: 55%;
    }

    .ps-bottom {
        bottom: 0;
    }

    .container {
        width: calc(100% - 30px);
    }

    .traffic-island img {
        display: none;
    }

    .traffic-info {
        margin: 30px 15px 15px 30px;
        width: calc(100% - 60px);
        float: none;
    }

    .traffic-info-left,
    .traffic-info-right {
        width: calc(100% - 15px);
    }

    .traffic-duck {
        display: none;
    }

    .traffic-public {
        background: url();
        position: relative;
        width: 100%;
        padding: 15px 20px;
        right: inherit;
        bottom: inherit;
        height: inherit;
    }

    .self-article {
        padding: 15px 25px;
        text-align: justify;
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
    }

    .section-service,
    .section-banner,
    .section-news {
        height: inherit;
    }

    .duck-pro {
        bottom: 52px;
    }

    .duck-pro img {
        width: 80%;
    }

    .duck {
        bottom: 52px;
    }

    .duck img {
        width: 100%;
    }

    .icon-list {
        margin: 15px auto;
    }

    .icon-list li {
        width: calc(100% / 2 - 60px);
    }

    .div-group {
        width: 400px;
        display: inline-block;
        margin: 15px;
    }

    .news-list {
        width: 100%;
    }

    .n-discount,
    .n-latest,
    .n-media {
        display: none;
    }

    .tabs li {
        margin-right: 0;
    }

    .list-box li {
        width: calc(100% / 2 - 15px);
    }

    .list-items .imgbox {
        height: 100px;
    }

    .menu-box li {
        margin-bottom: 5px;
    }

    .menu-box li:nth-child(odd),
    .menu-box li:nth-child(even) {
        margin-bottom: 3px;
        height: 32px;
        background-size: 100% 100%;
    }

    .open-btn {
        display: none;
    }

    .hidden-xs {
        display: none;
    }

    .header-box {
        -webkit-transform: translateX(-208px);
        -moz-transform: translateX(-208px);
        -ms-transform: translateX(-208px);
        transform: translateX(-208px);
    }

    .menu-box {
        margin-top: 15px;
    }

    .box-list-box {
        width: calc(100% - 4px);
    }

    .show-xs,
    .border-box.show-xs,
    .show-sm,
    .border-box.show-sm {
        display: block;
    }

    .p-box {
        width: calc(100% - 15px);
        padding: 3px 15px;
    }

    .form-control {
        margin: 6px auto;
    }

    .thumb {
        height: inherit;
        width: 100%;
    }

    .product-list .text-center {
        text-align: left;
    }

    .product-img,
    .product-descript {
        width: 100%;
        padding: 7.5px 15px;
        text-align: left;
    }

    .product-subject {
        width: 100%;
        padding: 7.5px 15px;
    }

    .product-amount {
        width: 50%;
        padding: 7.5px 15px;
    }

    .product-qty {
        width: 25%;
    }

    .product-subtotal {
        width: 25%;
    }

    .product-list .product-no.text-center {
        text-align: center;
    }

    .product-totalamount {
        width: 50%;
    }

    .product-no {
        margin: 5px 15px;
        width: 25px;
        height: 25px;
        background: rgba(255, 255, 255, 0.5);
        line-height: 25px;
        border-radius: 5px;
        text-align: center;
    }

    .product-amount:before {
        content: attr(amount);
        display: inline-block;
        margin-right: 15px;
    }

    .row-th-xs,
    .row-td-xs {
        border: 0;
        width: calc(100% - 15px);
        margin: 5px auto;
        display: block;
    }

    .row-td-md {
        padding: 8px;
    }

    .section-traffic {
        padding-bottom: 65px;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    body.zh-Hans-CN .section-home,
    body.en .section-home,
    body.ja .section-home,
    .section-home {
        background: url(../images/i6+.jpg) top center no-repeat;
        background-size: 100% auto;
        background-attachment: fixed;
        background-position-x: center;
        background-position-y: top;
    }

    .logo img {
        width: 46%;
    }

    .ps-bottom {
        bottom: 0;
    }

    .container {
        width: calc(100% - 30px);
    }

    .container {
        width: calc(100% - 30px);
    }

    .traffic-island img {
        display: none;
    }

    .traffic-info {
        margin: 30px 15px 15px 30px;
        width: calc(100% - 60px);
        float: none;
    }

    .traffic-info-left,
    .traffic-info-right {
        width: calc(100% - 15px);
    }

    .traffic-duck {
        display: none;
    }

    .traffic-public {
        background: url();
        position: relative;
        width: 100%;
        padding: 15px 20px;
        right: inherit;
        bottom: inherit;
        height: inherit;
    }

    .self-article {
        padding: 15px 25px;
        text-align: justify;
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
    }

    .section-service,
    .section-banner,
    .section-news {
        height: inherit;
    }

    .duck {
        display: none;
    }

    .duck-pro {
        bottom: 50px;
    }

    .duck-pro img {
        width: 80%;
    }

    .tabs li {
        margin-right: 0;
    }

    .news-list {
        width: 100%;
    }

    .icon-list {
        margin: 15px auto;
    }

    .icon-list li {
        width: calc(100% / 2 - 60px);
    }

    .div-group {
        width: 280px;
        display: inline-block;
        margin: 15px;
    }

    .n-discount,
    .n-latest,
    .n-media {
        display: none;
    }

    .tabs {
        text-align: center;
    }

    .tabs li {
        margin-right: 0;
        display: inline-block;
    }

    .list-box li {
        width: calc(100% / 2 - 15px);
    }

    .list-items .imgbox {
        height: 100px;
    }

    .open-btn {
        display: none;
    }

    .hidden-xs {
        display: none;
    }

    .header-box {
        -webkit-transform: translateX(-208px);
        -moz-transform: translateX(-208px);
        -ms-transform: translateX(-208px);
        transform: translateX(-208px);
    }

    .menu-box {
        margin-top: 15px;
    }

    .box-list-box {
        width: calc(100% - 4px);
    }

    .show-xs,
    .border-box.show-xs,
    .show-sm,
    .border-box.show-sm {
        display: block;
    }

    .p-box {
        width: calc(100% - 15px);
        padding: 3px 15px;
    }

    .form-control {
        margin: 6px auto;
    }

    .thumb {
        height: inherit;
        width: 100%;
    }

    .product-list .text-center {
        text-align: left;
    }

    .product-img,
    .product-descript {
        width: 100%;
        padding: 7.5px 15px;
        text-align: left;
    }

    .product-subject {
        width: 100%;
        padding: 7.5px 15px;
    }

    .product-amount {
        width: 50%;
        padding: 7.5px 15px;
    }

    .product-qty {
        width: 25%;
    }

    .product-subtotal {
        width: 25%;
    }

    .product-list .product-no.text-center {
        text-align: center;
    }

    .product-totalamount {
        width: 50%;
    }

    .product-no {
        margin: 5px 15px;
        width: 25px;
        height: 25px;
        background: rgba(255, 255, 255, 0.5);
        line-height: 25px;
        border-radius: 5px;
        text-align: center;
    }

    .product-amount:before {
        content: attr(amount);
        display: inline-block;
        margin-right: 15px;
    }

    .row-th-xs,
    .row-td-xs {
        border: 0;
        width: calc(100% - 15px);
        margin: 5px auto;
        display: block;
    }

    .row-td-md {
        padding: 8px;
    }

    .gotop img {
        width: 60px;
    }

    .section-traffic {
        padding-bottom: 65px;
    }
}

@media (width: 1440px) {
    .section-traffic {
        height: auto;
        min-height: calc(100vh + (200px));
    }
}

@media (min-width: 1300px) and (max-width: 1440px) {
    .language {
        margin-bottom: 6px;
    }

    .ps-bottom {
        position: absolute;
        bottom: 6px;
        text-align: center;
        width: 100%;
    }
}

@media (width: 1024px) {
    .container {
        width: 960px;
    }

    .duck {
        left: inherit;
        right: 10%;
    }

    .duck img {
        width: 600px;
    }

    .self-article {
        padding: 15px;
    }

    .traffic-public {
        background-size: cover;
        width: 530px;
        height: 400px;
        padding: 60px 0 0 105px;
        right: 1%;
        bottom: 2%;
    }

    .icon-li {
        margin-bottom: 9px;
    }

    .traffic-duck {
        display: none;
    }

    .section-service,
    .section-banner,
    .section-news {
        height: inherit;
    }

    .traffic-info {
        margin-left: 84px;
    }

    .show-xs,
    .border-box.show-xs,
    .show-sm,
    .border-box.show-sm {
        display: none;
    }
}

@media (width: 768px) {
    .section-home {
        background: url(../images/background2.jpg) top center no-repeat;
        background-size: 100% auto;
        background-attachment: fixed;
        background-position-x: center;
        background-position-y: top;
    }

    .container {
        width: 700px;
    }

    .row-td-xs {
        min-width: 34%;
        width: 34%;
    }

    .duck {
        right: inherit;
        left: 10%;
    }

    .duck img {
        width: 450px;
    }

    .self-article {
        padding: 15px 18px;
        top: 6%;
    }

    .div-group {
        width: 720px;
    }

    .news-box {
        width: 100%;
    }

    .news-list {
        width: 100%;
    }

    .section-service,
    .section-banner,
    .section-news {
        height: inherit;
    }

    .imgbox {
        height: 153px;
    }

    .traffic-duck {
        display: none;
    }

    .traffic-public {
        background-size: cover;
        width: 395px;
        height: 298px;
        padding: 27px 0 0 32px;
        right: 1%;
        bottom: 6%;
    }

    .icon-li {
        height: 28px;
        line-height: 25px;
        margin-bottom: 9px;
    }

    .traffic-info {
        margin-top: 26px;
    }

    .traffic-info p {
        margin-bottom: 8px;
    }

    .traffic-info-left,
    .traffic-info-right {
        width: calc(100%);
    }

    .gotop img {
        width: 100px;
    }

    .tb-box .border-box.hidden-xs {
        display: none;
    }

    .box-list-box {
        /* width: calc(100%/3 - 2px); */
        width: calc(100%);
    }

    .open-btn {
        bottom: -55px;
    }

    .open-btn img {
        width: 70%;
    }

    .section-traffic {
        height: auto;
        min-height: calc(75vh + (88px));
    }

    .gotop img {
        width: 70px;
    }

    .gotop {
        bottom: 48px;
    }
}

@media (max-width: 425px) {
    .div-group {
        width: 300px;
    }

    .gotop img {
        width: 80px;
    }

    .rwd-social {
        display: block;
    }

    .section-traffic {
        padding-bottom: 65px;
    }
}

@media (width: 414px) {
    body.zh-Hans-CN .section-home,
    body.en .section-home,
    body.ja .section-home {
        background: url(../images/i6+.jpg) top center no-repeat;
        background-size: 100% auto;
        background-attachment: fixed;
        background-position-x: center;
        background-position-y: top;
    }

    .div-group {
        width: 300px;
    }

    .gotop img {
        width: 80px;
    }

    .section-traffic {
        padding-bottom: 65px;
    }

    .tabs {
        text-align: center;
    }
}

@media (width: 375px) {
    .div-group {
        width: 300px;
    }

    .gotop img {
        width: 60px;
    }

    .section-traffic {
        padding-bottom: 65px;
    }
}

@media (width: 360px) {
    .menu-box {
        margin-top: 5px;
    }

    .menu-box li:nth-child(odd),
    .menu-box li:nth-child(even) {
        margin-bottom: 8px;
        width: 155px;
        height: 30px;
        background-size: 100% 100%;
    }

    .section-traffic {
        padding-bottom: 65px;
    }
}

@media (max-width: 320px) {
    body.zh-Hans-CN .section-home,
    body.en .section-home,
    body.ja .section-home {
        background: url(../images/i5.jpg) top center no-repeat;
        background-size: 100% auto;
        background-attachment: fixed;
        background-position-x: center;
        background-position-y: top;
    }

    .div-group {
        width: 300px;
    }

    .gotop img {
        width: 60px;
    }

    .menu-box li:nth-child(odd),
    .menu-box li:nth-child(even) {
        margin-bottom: 3px;
        height: 30px;
        background-size: 100% 100%;
    }

    .ps-bottom {
        position: absolute;
        bottom: 5px;
        text-align: center;
        width: 100%;
    }

    input.form-control {
        width: 90%;
    }

    .language {
        margin-bottom: 5px;
    }

    .maplink {
        top: 418px;
    }

    .section-traffic {
        padding-bottom: 65px;
    }
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: rotate(0deg);
    }

    30% {
        -webkit-transform: rotate(3deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(3deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    width: 100%;
    left: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.5);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.owl-wrapper-outer {
    margin: 0 auto;
}

.bx-wrapper {
    margin-bottom: 0;
}
