@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #000;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
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;
}
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;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.gd {
  transition: 0.5s;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.container {
  width: 1400px;
  margin: 0 auto;
}
.header {
  height: 54px;
  padding: 24px 0;
}
.header .logo {
  width: 202px;
  height: 54px;
}
.header .logo a {
  display: block;
}
.header .logo a img {
  width: 100%;
  height: auto;
}
.header .nav {
  margin-left: 110px;
  margin-top: 20px;
}
.header .nav ul li {
  display: block;
  float: left;
  position: relative;
  padding: 0 30px 28px;
}
.header .nav ul li .headerNav {
  position: absolute;
  bottom: -20px;
  left: -100%;
}
.header .nav ul li a.navText {
  display: block;
  font-size: 16px;
  height: 30px;
  position: relative;
  transition: 0.5s;
}
.header .nav ul li a.navText::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #da251d;
  position: absolute;
  top: -200%;
  left: 0;
  transition: 0.5s;
}
.header .nav ul li .headerNav {
  position: FIXED;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 102px;
  display: none;
  transition: 0.5s;
}
.header .nav ul li.on a.navText::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #da251d;
  position: absolute;
  top: 100%;
  left: 0;
}
.header .nav ul li:hover a.navText::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #da251d;
  position: absolute;
  top: 100%;
  left: 0;
}
.header .nav ul li:hover .headerNav {
  display: block;
  left: 0;
  transition: 0.5s;
}
.header .nav ul li:hover .navList {
  display: block;
  left: 0;
  transition: 0.5s; 
}
.header .nav ul li .navList {
  position: absolute;
  top: 58px;
  width: 800%;
  z-index: 9999;
  display: none;
  left: -100%;
  transition: 0.5s;
}
.header .nav ul li .navList p {
  float: left;
  line-height: 48px;
  color: #fff;
  padding-right: 30px;
  transition: 0.5s;
}
.header .nav ul li .navList p a {
  color: #fff;font-size:14px
}
.header .nav ul li .navList p a:hover {
  color: #da251d;font-size:14px
}
.header .headerTel {
  display: block;
  margin-top: 16px;
  font-size: 22px;
  color: #912636;
  background: url(../images/tel.png) no-repeat center left;
  padding-left: 50px;
}
.footer {
  width: 100%;
  height: 266px;
  background: url(../images/footer.jpg) no-repeat center;
}
.footer .footerL {
  margin-top: 110px;
}
.footer .footerText {
  width: 740px;
}
.footer .footerText {
  margin-left: 240px;
  margin-top: 60px;
}
.footer .footerText h4 {
  font-size: 20px;
  color: #71746d;
}
.footer .footerText h4 span {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding-left: 8px;
}
.footer .footerText ul li {
  height: 40px;
  margin-top: 25px;
  line-height: 40px;
}
.footer .footerText ul li img {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.footer .footerText ul li i {
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
  color: #7c7c77;
}
.footer .footerText a{color: #7c7c77}
.footer .footerQr {
  margin-top: 42px;
}
.footer .footerQr img {
  width: 168px;
  height: 168px;
  display: block;
}
.footer .footerQr h4 {
  color: #7c7c77;
  text-align: center;
  margin-top: 17px;
}