﻿@charset "UTF-8";
@font-face {
  
  font-family: "ff";
  
  src: url("../font/fetteengschrift.ttf") format("truetype"),
  
       url("../font/fetteengschrift.eot") format("embedded-opentype"),
  
       url("../font/fetteengschrift.svg") format("svg"),
  
       url("../font/fetteengschrift.otf") format("opentype");
  
  font-weight: normal;
  
  font-style: normal;

}
html{width:100%;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;}
body{font:14px/1.231"Arial","Microsoft YaHei";-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-overflow-scrolling:touch;overflow-x:hidden; }

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;word-wrap:break-word}
*{margin:0;padding:0;border:0;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent;-webkit-touch-callout:none;-moz-touch-callout:none;outline:none !important;}
pre {white-space:pre-wrap;/* css-3 */white-space:-moz-pre-wrap;/* Mozilla, since 1999 */white-space:-pre-wrap;/* Opera 4-6 */white-space:-o-pre-wrap;/* Opera 7 */word-wrap:break-word;/* Internet Explorer 5.5+ */}
button,input,textarea{outline:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;}
h1{font-size:34px;}h2{font-size:26px;}h3{font-size:18px; }h4{font-size:16px;}h5{font-size:14px;}h6{font-size:12px;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input,label,img,th{vertical-align:middle;}
ul,li,ol{list-style:none;}
a{text-decoration:none !important;}
a:link{-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent;-webkit-touch-callout:none;-moz-touch-callout:none;}
a:visited{color:#ffffff;}
b,em,i{font-style:normal;}
strong{font-weight:normal;}
button{cursor:pointer;border:none;}
img{border:none;vertical-align:top;}
.clear:after{clear:both;display:table;height:0;content:"";}
.fl{float:left;}
.fr{float:right;}
.w1200{max-width: 1200px; margin:0 auto;}