﻿
/* CSS Document */
/*
website:   Manro
date:      08/07/14
author:    Andy
email:     marks@manro.com.cn
*/
/** 清除内外边距 **/
@import url(slick.css);
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;
}
/** 设置默认字体 **/
* {
  margin: 0;
  padding: 0;
  outline: none;
}
img {
  border: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

html {
  font-size: 60%;
}
@media only all and (max-width: 1366px) {
  /* line 1, ../sass/_public.scss */
  html {
    font-size: 43.8%;
  }
}

