html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: inherit;
    line-height: 1.3;
}

small {
    font-size: 100%;
    font-weight: normal;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 16px/1.5  'Source Han Sans CN', 'Source Han Sans SC', 'Source Han Sans TC', 'Source Han Sans KR', 'Source Han Sans JP', 'Source Han Sans HK', 'Source Han Sans', 'Noto Sans CJK SC', 'Noto Sans CJK TC', 'Noto Sans CJK', 'Noto Sans', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    outline: 0;
}

html {
    background-color: #FFF;
    overflow-x: hidden;
}

body {
    background-color: #FFF;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    left: 0;
}

/*a,a:hover{color:#333;-webkit-transition: all 400ms;transition: all 400ms;}*/
/*a:hover{color:#303860;}*/
img {
    display: block;
    border: 0 none;
    max-width: 100%;
}

p {
    text-align: justify;
    color: #4f4f4f;
    font-size: 15px;
    line-height: 1.6;
}

p img {
    display: inline-block;
}



p {
    font-size: 14px;
    line-height: 1.4;
	color: #666;
}

a {
    display: block;
    color: inherit;
    text-decoration: none;
}

a[href='javascript:;'] {
    cursor: default;
}

* {
    box-sizing: border-box;
}

#bsWXBox {
    box-sizing: content-box;
}

.clear-float:after {
    content: "";
    display: block;
    clear: both;
}

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

input,
button {
    outline: none;
    border: none;
    background-color: transparent;
}

input[type="checkbox"] {
    vertical-align: -2px;
    margin-right: 4px;
}

/*鍗犱綅绗�*/

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

input:-moz-placeholder {
    color: #828282;
}

input::-moz-placeholder {
    color: #828282;
}

input:-ms-input-placeholder {
    color: #828282;
}

textarea::-webkit-input-placeholder {
    color: #828282;
}

textarea:-moz-placeholder {
    color: #828282;
}

textarea::-moz-placeholder {
    color: #828282;
}

textarea:-ms-input-placeholder {
    color: #828282;
}


/*婊氬姩鏉℃牱寮�*/
/*::-webkit-scrollbar {!*婊氬姩鏉℃暣浣撴牱寮�*!*/
/*width: 8px;     !*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*!*/
/*}*/
/*::-webkit-scrollbar-thumb {!*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*!*/
/*border-radius: 3px;*/
/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
/*background-color: #7d7d7d;*/
/*}*/
/*::-webkit-scrollbar-track {!*婊氬姩鏉￠噷闈㈣建閬�*!*/
/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
/*border-radius: 0;*/
/*background-color: #f0f0f0;*/
/*}*/

body::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    /*background-color:rgba(210, 210, 210, 0.48);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    height: 10px;
    background-color: #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    /*background-color:rgba(210, 210, 210, 0.48);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144, 144, 144, 0.27);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

#index_slider .bd ul {
    overflow: hidden;
}
@font-face {
    font-family: 'GE Sans';
    src: url('../fonts/GESans-Regular.woff2') format('woff2'),
        url('../fonts/GESans-Regular.woff') format('woff'),
        url('../fonts/GESans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Bold.woff2') format('woff2'),
        url('../fonts/DINPro-Bold.woff') format('woff'),
        url('../fonts/DINPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 1451 Std';
    src: url('../fonts/DINEngschriftStd.woff2') format('woff2'),
        url('../fonts/DINEngschriftStd.woff') format('woff'),
        url('../fonts/DINEngschriftStd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Bold.woff2') format('woff2'),
        url('../fonts/Rajdhani-Bold.woff') format('woff'),
        url('../fonts/Rajdhani-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arturito Slab';
    src: url('../fonts/ArturitoSlab-Bold.woff2') format('woff2'),
        url('../fonts/ArturitoSlab-Bold.woff') format('woff'),
        url('../fonts/ArturitoSlab-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Bold.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hankook';
    src: url('../fonts/HankookBeta-Semibold.woff2') format('woff2'),
        url('../fonts/HankookBeta-Semibold.woff') format('woff'),
        url('../fonts/HankookBeta-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hankook KR TTF';
    src: url('../fonts/HankookKRTTFLight.woff2') format('woff2'),
        url('../fonts/HankookKRTTFLight.woff') format('woff'),
        url('../fonts/HankookKRTTFLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hankook KR TTF';
    src: url('../fonts/HankookKRTTFRegular.woff2') format('woff2'),
        url('../fonts/HankookKRTTFRegular.woff') format('woff'),
        url('../fonts/HankookKRTTFRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*=======================*/
/*tab 鍒囨崲*/
.z-ovs-dt li {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*tab 鍒囨崲  cube  */
.z-ovs-ddWrap.z-cube {
    overflow: visible;
}

.z-ovs-ddWrap.z-cube .z-ovs-dd {
    position: relative;
    overflow: visible;
    transform-style: preserve-3d;

    /*perspective: 500;*/
    /*-webkit-perspective: 500;*/

    -webkit-transform: rotateY(0deg) rotateX(0deg);
    -moz-transform: rotateY(0deg) rotateX(0deg);
    -ms-transform: rotateY(0deg) rotateX(0deg);
    -o-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);

    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;

    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.z-ovs-ddWrap.z-cube .z-ovs-dd>div {
    position: absolute;
    top: 0;
    left: 0;
}

/*寮圭獥*/
.pop-wrap {
    display: none;
    width: 100%;
    height: 100%;
	overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.pop-wrap var {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: Alpha(opacity=40);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}

.pop-wrap .pop-cont {
    width: 1200px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
	background-color: #FFF;
    margin: 15vh auto;
    z-index: 99;
}