html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, input, select {margin:0;padding:0;font-weight:inherit;font-style:inherit;font-size:inherit;text-align:inherit;vertical-align:baseline;color:inherit;border:0;outline:0;}
html{margin:0 auto;}
html, body {width:100%;height:100%;}
body>iframe { display: none; }
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; }
html, body,textarea,input,button,select,keygen,legend{font: 12.5px/24px "微软雅黑","Microsoft YaHei",arial,sans-serif,\5b8b\4f53;color:#333;outline:0;}

:focus {outline:0;}
table {border-collapse:separate; border-spacing:0;}
caption, th, td {text-align:left; font-weight:normal;}
a {display:block; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-touch-callout:none;}
a img, iframe {border:none;}
img {vertical-align:middle; height:auto;}
p {text-align:justify; line-height: 29px; margin: 0;}
ol, ul ,li{list-style:none;}
input, textarea, select, button {font-size:100%; font-family:inherit; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-touch-callout:none;}
input{background:none; outline:none; -webkit-border:0 none; border:0 none; -webkit-appearance:none; appearance:none;-webkit-border-radius:0;border-radius:0;}
input[type='text'],input[type='password'],input[type='button'],input[type='submit'],input[type='reset'],textarea,button{background-color: transparent; border:none; -webkit-appearance: none;appearance: none;-webkit-border-radius:0;border-radius:0;}
i{font-style:normal;}
.fl{float:left;}
.fr{float:right;}
body{margin:0 auto;}
.Pg4{padding:0 4%;height:100%;}
.mg2{margin:0 4%;}
.np{padding:0 !important;}
.ng{margin:0 !important;}
.none{display:none;}
.clearfix:after {display:block; height:0; clear:both; content:"\200B";}
.clearfix {*zoom:1;}/*IE/7/6*/ 
/* == 以上 reset Css == */

.w1200{width:1200px; margin:0 auto;}
.w1200:after {display:block; height:0; clear:both; content:"\200B";}


/*设置滚动条样式*/
::-webkit-scrollbar{
    width: 5px;
    height: 8px;
    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(123, 121, 121, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

*{box-sizing: border-box;}


/*Font*/
@font-face {
  font-family: 'DIN-Bold';
  src: url('../font/DIN-Bold.eot');
  src:
    url('../font/DIN-Bold.otf')format('otf'),
    url('../font/DIN-Bold.eot#iefix') format('embedded-opentype'),
    url('../font/DIN-Bold.woff') format('woff'),
    url('../font/DIN-Bold.woff2') format('woff2'),
    url('../font/DIN-Bold.ttf') format('truetype'),
    url('http://www.samwoha.com/fonts/DIN-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: 'Brandon_Grotesque';
    src: url('../font/Brandon_Grotesque-bold.eot');
    src:
            url('../font/Brandon_Grotesque-bold.otf')format('otf'),
            url('../font/Brandon_Grotesque-bold.eot#iefix') format('embedded-opentype'),
            url('../font/Brandon_Grotesque-bold.woff') format('woff'),
            url('../font/Brandon_Grotesque-bold.woff2') format('woff2'),
            url('../font/Brandon_Grotesque-bold.ttf') format('truetype'),
            url('http://www.samwoha.com/fonts/Brandon_Grotesque-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon_Grotesque-re';
    src: url('../font/BrandonGrotesque-Regular.eot');
    src:
            url('../font/BrandonGrotesque-Regular.otf')format('otf'),
            url('../font/BrandonGrotesque-Regular.eot#iefix') format('embedded-opentype'),
            url('../font/BrandonGrotesque-Regular.woff') format('woff'),
            url('../font/BrandonGrotesque-Regular.woff2') format('woff2'),
            url('../font/BrandonGrotesque-Regular.ttf') format('truetype'),
            url('http://www.samwoha.com/fonts/BrandonGrotesque-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../font/iconfont.woff2') format('woff2'),
      url('../font/iconfont.woff') format('woff'),
      url('../font/iconfont.ttf') format('truetype'),
      url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


@-webkit-keyframes z-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes z-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.z-scale {
    -webkit-animation-name: z-scale;
    animation-name: z-scale;
}
