﻿@charset "utf-8";
@import url("fonts/font-awesome/css/font-awesome.min.css");
@import url("fonts/iconfont/iconfont.css");
@import url("plugin/animate.min.css");
@import url("trans.css");
:root {
  --mainfontcolor: #000;
  --mainbgcolor: #faf7f0;
  --linkcolor: #fff;
  --menubgcolor: #3a2c7e;
  --headerbgcolor: #fff;
  --sectionbgcolor: #fff;
  --footerbgcolor: #2c2c2c;

  /* 宽度 1200:75rem,1260:78.75rem*/
  --mainwidth: 78.75rem;
  --fullwidth: 100%;
  --mainwidth100: 62.5rem;
}

* {
  font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font: normal 100% Helvetica, Arial, sans-serif;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
form,
ul,
li,
dl,
dt,
dd {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  background-color: var(--mainbgcolor);
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a:hover {
  color: #a71702;
  text-decoration: none;
}
a img {
  /* border: none;
  display: block; */
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/*初始化*/
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
p,
ul,
ol,
dl,
dt,
dd,
li,
body,
form,
input,
button,
img,
cite,
strong,
em,
table,
td,
th,
div {
  padding: 0px;
  margin: 0px;
}
img,
table {
  border: 0;
  vertical-align: middle;
}
ul,
ol {
  list-style-type: none;
}
em,
i,
b {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}

/* html5元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  /* display: block; */
  margin: 0;
  padding: 0;
}
select,
input,
textarea {
  outline: none; /*resize:none;-webkit-appearance:none;*/
}

/* 左右浮动后清除浮动 */
.clear {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  line-height: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
/*预设清除浮动*/
.clear {
  clear: both;
}
.zoom:hover {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  overflow: hidden;
}

/* 左右浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}

/***导航样式*******************************/
