﻿@charset "utf-8";
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, rem, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, rembed,figure, figcaption, .footer, .header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin: 0;padding: 0;border: 0;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,.footer, .header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote,q {quotes: none;}
a{text-decoration: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse;border-spacing: 0;}

a{text-decoration: none;display: inline-block;color: #585858;}
*{outline: none;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:focus,a:active,a:link,a:visited,a:hover{outline: none;text-decoration: none;-webkit-tap-highlight-color:rgba(255,0,0,0);}
input{outline: none;-webkit-tap-highlight-color:rgba(255,0,0,0);text-decoration: none;color: #585858;-webkit-appearance: none;}
.fl{float:left;}
.fr{float:right;}
/* 字体 */
@font-face {
    font-family: 'BrownfoxGeometriaLight';
    src: url('../fonts/brownfoxgeometrialight.eot');
    src: url('../fonts/brownfoxgeometrialight.eot') format('embedded-opentype'),
         url('../fonts/brownfoxgeometrialight.woff2') format('woff2'),
         url('../fonts/brownfoxgeometrialight.woff') format('woff'),
         url('../fonts/brownfoxgeometrialight.ttf') format('truetype'),
         url('../fonts/brownfoxgeometrialight.svg#brownfoxgeometrialight') format('svg');
		 font-style: normal;
		font-weight: normal;
		text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'HelveticaNeueLTProThEx';
    src: url('../fonts/helveticaneueltprothex.eot');
    src: url('../fonts/helveticaneueltprothex.eot') format('embedded-opentype'),
         url('../fonts/helveticaneueltprothex.woff2') format('woff2'),
         url('../fonts/helveticaneueltprothex.woff') format('woff'),
         url('../fonts/helveticaneueltprothex.ttf') format('truetype'),
         url('../fonts/helveticaneueltprothex.svg#helveticaneueltprothex') format('svg');
		 font-style: normal;
		font-weight: normal;
		text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/myriadpro-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/MyriadPro-Regular?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/MyriadPro-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/myriadpro-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/myriadpro-regular.ttf') format('truetype'),
		 url('../fonts/MyriadPro-Regular.otf');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* * */
/*清除浮动*/
.clear{clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:block;}
img{display:block;max-width:100%;}
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

body{font-family:Helvetica;background:#fff;color: #585858;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-transform: uppercase;}

