@charset "gbk";
body {
    color: #9F9F9F;
    font-size: 0.75rem;
    margin: 0;
    -webkit-text-size-adjust: none;
    background-color: #2E2E36;
}

body,
form,
img,
p,
ul,
ol,
li,
table,
th,
td,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
input,
button,
select,
textarea,
fieldset,
legend {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    font-family: "Tahoma", "helvetica", "Arial", "verdana";
}

a img,
img,
fieldset,
legend {
    border: 0;
}

a:link,
a:visited,
a:active {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #EF4922;
    text-decoration: underline;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 0.75rem;
    font-weight: normal;
}

em {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

::-moz-placeholder {
    color: #BDC1C2;
}

::-webkit-input-placeholder {
    color: #BDC1C2;
}


/*clear input*/

input,
textarea {
    -webkit-appearance: none;
    outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
    margin: 0;
}


/*default set*/

.container {
    word-wrap: normal;
    word-break: normal;
    width: 1360px;
    margin: 0 auto;
}


/*flexslider*/

.flexslider {
    margin: 0;
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    background-repeat: no-repeat;
}


/*time set*/

#header .search i:before,
#footer .search i:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}


/*header*/

#header {
    background-color: #212129;
    height: 56px;
}

#header .logo {
    float: left;
    width: 300px;
    padding-top: 16px;
}

#header .logo img {
    max-height: 46px;
    display: block;
}

#header ul.nav {
    float: left;
}

#header ul.nav li {
    float: left;
    height: 56px;
    line-height: 56px;
        width: auto;
}

#header ul.nav li a {
    display: block;
    font-size: 14px;
    padding: 0 25px;
    text-decoration: none;
}

#header .container>[class^="icon-"] {
    float: right;
    font-size: 13px;
    height: 56px;
    line-height: 56px;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}

#header .container>[class^="icon-"]:after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #5C5D62;
    float: right;
    margin-top: 20px;
    margin-left: 10px;
}

#header .container>[class^="icon-"]:before {
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 15px;
}

#header .container>a {
    text-decoration: none;
    color: #9F9F9F;
    text-transform: uppercase;
}

#header .icon-cart i {
    color: #E60000;
    font-style: normal;
    margin-left: 5px;
}

#header .icon-cancel {
    display: none;
}

#header .container .icon-double-left {
    display: none;
    float: none;
    position: fixed;
    font-size: 20px;
    right: 5px;
    top: 50%;
    padding: 0;
    width: 24px;
    z-index: 9999;
}

#header .icon-country {
    padding-right: 20px;
}

#header .icon-country:after {
    display: none;
}

#header .icon-country>i {
    font-style: normal;
    text-transform: uppercase;
}

#header .icon-country i:before {
    width: 48px;
    height: 32px;
    background-size: 48px auto;
    font-size: 64px;
    left: 10px;
    top: 33px;
    z-index: 2;
    border: 1px solid #404148;
}

#header .icon-country section {
    background-color: #404148;
    position: absolute;
    width: 578px;
    right: 0;
    margin-right: 0;
    top: 56px;
    cursor: default;
    z-index: 9999;
    display: none;
}

#header .icon-country:hover section {
    display: block;
}

#header .icon-country section .current {
    height: 100px;
    background-color: #54555C;
    padding: 0 55px;
}

#header .icon-country section .current i {
    position: relative;
    float: left;
    padding-top: 40px;
    line-height: 18px;
    font-style: normal;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 80px;
}

#header .icon-country section .current i:after {
    left: 0;
    top: 16px;
    background-color: #FFFFFF;
}

#header .icon-country section .current>s {
    float: right;
    font-size: 13px;
    color: #CECECE;
    text-decoration: none;
    padding-top: 40px;
    line-height: 18px;
}

#header .icon-country section .current i:after,
#header .icon-country section ol li a:after {
    content: "";
    width: 68px;
    height: 68px;
    position: absolute;
    border-radius: 50%;
}

#header .icon-country section .current i:before,
#header .icon-country section ol li a:before {
    content: "";
    background-image: url("../images/language_60.png");
    background-repeat: no-repeat;
    position: absolute;
}

#header .icon-country section ol {
    padding-top: 20px;
    height: 400px;
    overflow: auto;
}

#header .icon-country section ol li {
    width: 140px;
    float: left;
    text-align: center;
    line-height: 18px;
    height: 100px;
}

#header .icon-country section ol li a {
    position: relative;
    color: #FFFFFF;
    padding-top: 70px;
    display: block;
    text-decoration: none;
}

#header .icon-country section ol li a:before {
    width: 42px;
    height: 28px;
    font-size: 56px;
    background-size: 42px auto;
    top: 19px;
    z-index: 2;
    left: 50%;
    margin-left: -21px;
    border: 1px solid transparent;
}

#header .icon-country section ol li a:after {
    left: 50%;
    margin-left: -34px;
    top: 0;
    background-color: #2B2C30;
}

#header .icon-country section ol li a:hover:before {
    border: 1px solid #404148;
}

#header .icon-country section ol li a:hover:after {
    background-color: #FFFFFF;
}


/*country list*/

#header .icon-country section .en:before {
    background-position: 0 -1em;
}

#header .icon-country section .uk:before {
    background-position: 0 -2em;
}

#header .icon-country section .de:before {
    background-position: 0 -3em;
}

#header .icon-country section .fr:before {
    background-position: 0 -4em;
}

#header .icon-country section .ru:before {
    background-position: 0 -5em;
}

#header .icon-country section .es:before {
    background-position: 0 -6em;
}

#header .icon-country section .pt:before {
    background-position: 0 -7em;
}

#header .icon-country section .jp:before {
    background-position: 0 -8em;
}

#header .icon-country section .gr:before {
    background-position: 0 -9em;
}

#header .icon-country section .it:before {
    background-position: 0 -10em;
}

#header .icon-country section .kr:before {
    background-position: 0 -11em;
}

#header .icon-country section .ae:before {
    background-position: 0 -12em;
}

#header .icon-country section .tr:before {
    background-position: 0 -13em;
}

#header .icon-country section .pl:before {
    background-position: 0 -14em;
}

#header .icon-country section .fi:before {
    background-position: 0 -15em;
}

#header .icon-country section .in:before {
    background-position: 0 -16em;
}

#header .icon-country section .gu:before {
    background-position: 0 -16em;
}

#header .icon-country section .kn:before {
    background-position: 0 -16em;
}

#header .icon-country section .mr:before {
    background-position: 0 -16em;
}

#header .icon-country section .ml:before {
    background-position: 0 -16em;
}

#header .icon-country section .te:before {
    background-position: 0 -16em;
}

#header .icon-country section .ta:before {
    background-position: 0 -16em;
}

#header .icon-country section .vn:before {
    background-position: 0 -17em;
}

#header .icon-country section .th:before {
    background-position: 0 -18em;
}

#header .icon-country section .nl:before {
    background-position: 0 -19em;
}

#header .icon-country section .ie:before {
    background-position: 0 -20em;
}

#header .icon-country section .ph:before {
    background-position: 0 -21em;
}

#header .icon-country section .cz:before {
    background-position: 0 -22em;
}

#header .icon-country section .my:before {
    background-position: 0 -23em;
}

#header .icon-country section .fa:before {
    background-position: 0 -24em;
}

#header .icon-country section .hu:before {
    background-position: 0 -25em;
}

#header .icon-country section .hr:before {
    background-position: 0 -26em;
}

#header .icon-country section .sk:before {
    background-position: 0 -27em;
}

#header .icon-country section .si:before {
    background-position: 0 -28em;
}

#header .icon-country section .no:before {
    background-position: 0 -29em;
}

#header .icon-country section .iw:before {
    background-position: 0 -30em;
}

#header .icon-country section .dk:before {
    background-position: 0 -31em;
}

#header .icon-country section .ro:before {
    background-position: 0 -32em;
}

#header .icon-country section .se:before {
    background-position: 0 -33em;
}

#header .icon-country section .bg:before {
    background-position: 0 -34em;
}

#header .icon-country section .al:before {
    background-position: 0 -35em;
}

#header .icon-country section .et:before {
    background-position: 0 -36em;
}

#header .icon-country section .az:before {
    background-position: 0 -37em;
}

#header .icon-country section .ee:before {
    background-position: 0 -38em;
}

#header .icon-country section .eu:before {
    background-position: 0 -39em;
}

#header .icon-country section .by:before {
    background-position: 0 -40em;
}

#header .icon-country section .is:before {
    background-position: 0 -41em;
}

#header .icon-country section .ba:before {
    background-position: 0 -42em;
}

#header .icon-country section .za:before {
    background-position: 0 -43em;
}

#header .icon-country section .xh:before {
    background-position: 0 -43em;
}

#header .icon-country section .zu:before {
    background-position: 0 -43em;
}

#header .icon-country section .kh:before {
    background-position: 0 -44em;
}

#header .icon-country section .kz:before {
    background-position: 0 -45em;
}

#header .icon-country section .ht:before {
    background-position: 0 -46em;
}

#header .icon-country section .ng:before {
    background-position: 0 -47em;
}

#header .icon-country section .ca:before {
    background-position: 0 -48em;
}

#header .icon-country section .iq:before {
    background-position: 0 -49em;
}

#header .icon-country section .lv:before {
    background-position: 0 -50em;
}

#header .icon-country section .la:before {
    background-position: 0 -51em;
}

#header .icon-country section .lt:before {
    background-position: 0 -52em;
}

#header .icon-country section .mg:before {
    background-position: 0 -53em;
}

#header .icon-country section .nz:before {
    background-position: 0 -54em;
}

#header .icon-country section .mn:before {
    background-position: 0 -55em;
}

#header .icon-country section .bd:before {
    background-position: 0 -56em;
}

#header .icon-country section .mm:before {
    background-position: 0 -57em;
}

#header .icon-country section .np:before {
    background-position: 0 -58em;
}

#header .icon-country section .af:before {
    background-position: 0 -59em;
}

#header .icon-country section .mw:before {
    background-position: 0 -60em;
}

#header .icon-country section .lk:before {
    background-position: 0 -61em;
}

#header .icon-country section .tz:before {
    background-position: 0 -62em;
}

#header .icon-country section .tj:before {
    background-position: 0 -63em;
}

#header .icon-country section .pk:before {
    background-position: 0 -64em;
}

#header .icon-country section .ua:before {
    background-position: 0 -65em;
}

#header .icon-country section .uz:before {
    background-position: 0 -66em;
}

#header .icon-country section .ge:before {
    background-position: 0 -67em;
}

#header .icon-country section .rs:before {
    background-position: 0 -68em;
}

#header .icon-country section .id:before {
    background-position: 0 -69em;
}

#header .icon-country section .kg:before {
    background-position: 0 -70em;
}

#header .icon-country section .lu:before {
    background-position: 0 -71em;
}

#header .icon-country section .mk:before {
    background-position: 0 -72em;
}

#header .icon-country section .ls:before {
    background-position: 0 -73em;
}

#header .icon-country section .ws:before {
    background-position: 0 -74em;
}

#header .icon-country section .sg:before {
    background-position: 0 -75em;
}

#header .icon-country section .gl:before {
    background-position: 0 -6em;
}

#header .icon-country section .co:before {
    background-position: 0 -4em;
}


/*search*/

#header .search {
    float: left;
    margin-top: 10px;
}

#header .search .keywords {
    border: 0;
    float: left;
    width: 160px;
    height: 34px;
    background-color: #404148;
    padding-left: 15px;
    color: #FFFFFF;
    border-radius: 17px 0 0 17px;
}

#header .search i {
    width: 34px;
    height: 34px;
    float: left;
    line-height: 34px;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    background-color: #404148;
    border-radius: 0 17px 17px 0;
    padding-left: 5px;
}

#header .search i:hover {
    background-color: #FFFFFF;
    color: #404148;
}

#header .search i input {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}


/*navigation*/

.navigation {
    padding: 13px 0 7px 0;
}

.navigation a {
    font-size: 13px;
    color: #D2D2D2;
    margin-right: 18px;
}

.navigation strong {
    color: #FFFFFF;
    font-weight: bold;
}


/*page*/

.changePages {
    color: #97989D;
    padding: 15px 0;
    font-size: 13px;
}

.changePages .info {
    float: left;
    line-height: 30px;
}

.changePages .info b {
    color: #FFFFFF;
}

.changePages .pages-list {
    float: right;
}

.changePages .pages-list s,
.changePages .pages-list i,
.changePages .pages-list a {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-style: normal;
    border-radius: 5px;
    margin: 0 2px;
}

.changePages .pages-list s {
    color: #444444;
}

.changePages .pages-list [class^="icon-"] {
    text-decoration: none;
    font-size: 20px;
}

.changePages .pages-list i {
    background-color: #43444D;
    color: #FFFFFF;
    font-weight: bold;
}

.changePages .pages-list a {
    text-decoration: none;
}

.changePages .pages-list a:hover {
    background-color: #FF5A00;
    color: #FFFFFF;
}


/*title*/

h1.subject {
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    background-image: url("../images/title_icon.png");
    background-repeat: no-repeat;
    background-position: center 50px;
    padding-top: 20px;
}


/*footer*/

#footer {
    background-color: #141417;
    padding: 30px 0 50px 0;
    color: #B4B4B4;
}

#footer .left {
    width: 260px;
    float: left;
}

#footer .left .logo {
    line-height: 28px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 40px;
}

#footer .left .logo img {
    display: block;
}

#footer .left dl.contactus dt {
    font-size: "";
}

#footer .left dl dt {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
}

#footer .left dl.contactus dd {
    font-size: 13px;
    line-height: 20px;
    padding-right: 30px;
}

#footer .left dl.share dd a {
    background-color: #666668;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
}

#footer .left dl.share dd a:hover {
    background-color: #FFFFFF;
    color: #141417;
}

#footer .left .cert {}

#footer .left .cert a {
    display: block;
    width: 117px;
    height: 53px;
  
    margin-top: 15px;
}

#footer .right {
    float: right;
    width: 1100px;
}

#footer .right dl.menu {
    float: left;
    width: 200px;
    padding-bottom: 15px;
}

#footer .right dl.menu dt {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

#footer .right dl.menu dd {
    padding: 5px 0;
}

#footer .right dl.menu dd a {
    color: #B4B4B4;
    font-size: 13px;
}

#footer .right dl.inquiry {
    width: 390px;
}

#footer .right dl.inquiry dd a {
    display: block;
    background-color: #666668;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
    width: 246px;
    border-radius: 3px;
    text-decoration: none;
}

#footer .right dl.inquiry dd a:hover {
    background-color: #FFFFFF;
    color: #141417;
}

#footer .right dl.alphanumeric-index {
    clear: left;
    border-top: 1px solid #2C2C2E;
    padding: 12px 0;
    line-height: 20px;
}

#footer .right dl.alphanumeric-index dt {
    float: left;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 5px;
}

#footer .right dl.alphanumeric-index dd a {
    float: left;
    width: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #B4B4B4;
}

#footer .right dl.alphanumeric-index dd a:hover {
    background-color: #FFFFFF;
    color: #141417;
}

#footer .right dl.product-index {
    font-size: 13px;
    line-height: 16px;
}

#footer .right dl.product-index dt,
#footer .right dl.product-index dd {
    float: left;
    width: 20%;
    padding: 4px 0;
}

#footer .right dl.product-index dt {
    color: #FFFFFF;
    font-weight: bold;
}

#footer .right dl.product-index dd a {
    font-size: 13px;
    color: #B4B4B4;
}

#footer .right .copyright {
    border-top: 1px solid #2C2C2E;
    margin-top: 15px;
    padding-top: 20px;
    font-size: 13px;
    line-height: 24px;
    background-image: url("../images/footer.png");
    background-repeat: no-repeat;
    background-position: right 20px;
}

#footer .right .copyright b {
    color: #FFFFFF;
}

@media screen and (min-width: 767px) {
    #header ul.nav li a:hover {
        background-color: #FFFFFF;
        color: #000000;
    }
    #header .container>[class^="icon-"]:hover {
        background-color: #FFFFFF;
        color: #000000;
    }
    #header .container>[class^="icon-"]:hover:after {
        background-color: #FFFFFF;
    }
    /*lang*/
    html[lang="en"] #header .logo {
        width: 218px;
    }
    html[lang="ph"] #header ul.nav li a {
        padding: 0 6px;
    }
    html[lang="gr"] #header ul.nav li a {
        padding: 0 7px;
    }
    html[lang="hu"] #header ul.nav li a {
        padding: 0 10px;
    }
    html[lang="vn"] #header ul.nav li a {
        padding: 0 11px;
    }
    html[lang="fr"] #header ul.nav li a,
    html[lang="ru"] #header ul.nav li a,
    html[lang="pt"] #header ul.nav li a {
        padding: 0 12px;
    }
    html[lang="nl"] #header ul.nav li a,
    html[lang="fi"] #header ul.nav li a {
        padding: 0 16px;
    }
    html[lang="ee"] #header ul.nav li a {
        padding: 0 15px;
    }
    html[lang="jp"] #header ul.nav li a,
    html[lang="ro"] #header ul.nav li a {
        padding: 0 18px;
    }
    html[lang="de"] #header ul.nav li a,
    html[lang="es"] #header ul.nav li a,
    html[lang="pl"] #header ul.nav li a,
    html[lang="lv"] #header ul.nav li a {
        padding: 0 20px;
    }
    html[lang="ua"] #header ul.nav li a,
    html[lang="id"] #header ul.nav li a {
        padding: 0 22px;
    }
    html[lang="cz"] #header ul.nav li a,
    html[lang="my"] #header ul.nav li a {
        padding: 0 24px;
    }
    html[lang="ph"] #header .logo,
    html[lang="vn"] #header .logo {
        width: 180px;
    }
    html[lang="ph"] #header .container>[class^="icon-"],
    html[lang="vn"] #header .container>[class^="icon-"] {
        padding-left: 30px;
    }
    html[lang="ph"] #header .container>[class^="icon-"]:before,
    html[lang="vn"] #header .container>[class^="icon-"]:before {
        left: 5px;
    }
}

@media screen and (max-width: 768px) {
    /*default set*/
    .container {
        width: auto;
    }
    /*time set*/
    #header ul.nav,
    #header .search,
    #header .icon-country {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
    }
    /*header*/
    #header {
        height: 40px;
    }
    #header .logo {
        float: none;
        width: auto;
        padding-top: 10px;
    }
    #header .logo img {
        margin: 0 auto;
    }
    #header ul.nav,
    #header .search {
        float: none;
        position: fixed;
        z-index: 9999;
    }
    #header ul.nav {
        height: 100%;
        background-color: #202128;
        top: 0;
        left: -30%;
        width: 30%;
    }
    #header ul.nav li {
        float: none;
    }
    #header ul.nav li a {
        padding: 0;
        padding-left: 15px;
    }
    #header .container>[class^="icon-"]:after {
        display: none;
    }
    #header .container>[class^="icon-"]:before {
        top: 8px;
    }
    #header .icon-cart {
        display: none;
    }
    #header .container .icon-country {
        float: none;
        position: fixed;
        top: 0;
        width: 70%;
        right: -70%;
        height: 100%;
        padding: 60px 0 0 0;
        background-color: #292A31;
        z-index: 9998;
    }
    #header .container .icon-country:before {
        display: none;
    }
    #header .container .icon-member,
    #header .container .icon-cancel {
        float: none;
        position: fixed;
        z-index: 10000;
        bottom: 5px;
        height: 32px;
        line-height: 32px;
        background-color: #404148;
        padding-right: 15px;
        visibility: hidden;
    }
    #header .container .icon-member {
        left: 32%;
    }
    #header .container .icon-cancel {
        display: block;
        right: 10px;
    }
    #header .container .icon-double-left {
        display: block;
    }
    #header .container .icon-double-left:before {
        top: 50%;
        font-size: 30px;
        left: 0;
        margin-top: -15px;
    }
    #header .show ul.nav {
        left: 0;
    }
    #header .show .search {
        right: 2%;
        width: 66%;
    }
    #header .search #keywords {
        width: 75%;
        padding-left: 7%;
    }
    #header .search i {
        width: 15%;
    }
    #header .show .icon-country {
        right: 0;
    }
    #header .show .icon-member,
    #header .show .icon-cancel {
        visibility: visible;
    }
    #header .show .icon-double-left {
        display: none;
    }
    #header .icon-country>i {
        display: none;
    }
    #header .icon-country section {
        position: static;
        display: block;
        width: auto;
        height: auto;
    }
    #header .icon-country section .current {
        display: none;
    }
    #header .icon-country section ol {
        padding-top: 2%;
        height: 540px;
        padding-bottom: 2%;
        overflow-y: auto;
    }
    #header .icon-country section ol li {
        width: 33%;
        height: 110px;
    }
    #header .icon-country section ol li a {
        height: 40px;
    }
    /*search*/
    #header .search {
        margin: 0;
        top: 10px;
        right: -70%;
    }
    h1.subject {
        font-size: 20px;
    }
    /*footer*/
    #footer .left {
        width: auto;
        float: none;
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .left .logo {
        margin-bottom: 10px;
    }
    #footer .right {
        float: none;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .right dl.menu {
        float: none;
        width: auto;
    }
    #footer .right dl.alphanumeric-index dt {
        float: none;
        display: inline-block;
    }
    #footer .right dl.alphanumeric-index dd {
        display: inline;
    }
    #footer .right dl.alphanumeric-index dd a {
        float: none;
        display: inline-block;
    }
    #footer .right dl.product-index dt,
    #footer .right dl.product-index dd {
        float: none;
        display: inline-block;
        width: 48%;
    }
    #footer .right .copyright {
        text-align: center;
        padding-top: 80px;
        background-position: center 20px;
    }
}