﻿@charset "UTF-8";
/* 基础重置样式
 */

html {
  font-size: 16px;
  scroll-behavior: smooth;
}


body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}


h3 {font-family: '微软雅黑'; color: #6600cc;}
h4 {font-family: '微软雅黑'; color:  #005AAA;text-align: center;}

a:link {
  color:#005AAA;
text-decoration: none;
}

/* 已被访问的链接 */
a:visited {
  color: #005AAA;
text-decoration: none;
}

/* 将鼠标悬停在链接上 */
a:hover {
  color: #6600cc;
 text-decoration: underline;
}

/* 被选择的链接 */
a:active {
  color: #6600cc;
 text-decoration: underline;
}

*foot {text-align: center;}