/*����css��ʽ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

* {
  font-family: "Source Han Sans CN", "����"
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/*������ʽ*/
.header .r ul li a:hover {
  color: #000;
}

.help a:hover {
  color: #ffe400;
}

body {
  font-size: 14px;
}

.width-1200 {
  width: 1200px;
}

.cleanfloat:after {
  content: "";
  display: block;
  clear: both;
}

.middle {
  margin: 0 auto;
}

.yellowfont {
  color: #ffe400;
}

/* header ҳü */
.max-header {
  height: 40px;
  background-color: #BA1B20;
}

.max-header>.width-1200 {
  margin: 0 auto;
}

.address {
  float: left;
  padding: 10px 0 0 6px;
}

.address img {
  float: left;
}

.address p {
  font-size: 12px;
  color: #fff;
  float: left;
  padding: 4px 0 0 11px
}

.greet {
  float: left;
  font-size: 12px;
  color: #fff;
  margin: 13px 0 0 105px;
}

.help {
  float: right;
  font-size: 12px;
  margin-top: 14px;
}

.help a {
  color: #fff;
  text-decoration: none;
}

.help span {
  color: #ddd;
  padding: 0 9px;
}

/*header*/
.header {
  height: 110px;
  background: #fff;
}

.header>.width-1200 {
  margin: 0 auto;
  padding: 25px 0;
  height: 60px;
}

.header .logo {
  float: left;
  margin-top: -10px
}

.header .r ul {
  float: left;
  margin-left: 20px;
}

.header .r ul li {
  display: inline-block;
  line-height: 60px;
  margin: 0 20px;
}

.header .r ul li a {
  text-decoration: none;
  color: #BA1B20;
  font-size: 16px;
}

.header .r .tel {
  float: right;
  height: 60px;
  line-height: 22px;
}

.header .r .tel span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
}

.header .r .tel .phone {
  width: 44px;
  height: 44px;
  background: url("../images/tel-icon.png") no-repeat
}

.contact-text {
  color: #000;
}

.contact-text em {
  color: #BA1B20;
  font-size: 22px;
  display: block;
  font-style: normal;
  font-weight: bold;
}

/*�ײ�*/
.footer {
  width: 100%;
  background: #333;
  text-align: center
}

.footer p {
  color: #fff;
}

.footer .width-1200 {
  margin: 0 auto;
  padding: 60px 0;
}

.footer .left p {
  line-height: 36px;
}

.footer .right {
  float: right;
  text-align: center
}

.footer .right P {
  line-height: 26px;
}

.footer a {
  text-decoration: none;
  color: #fff;
}