@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  border: 0;
}

body {
  /*font-family:  'Source Sans Pro', sans-serif,'Microsoft YaHei';*/
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
}

a {
  color: #000;
}

a:hover {
  color: #c7000a;
}

.container {
  width: 100%;
  min-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*动画*/
.transition {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.img, img {
  max-width: 100%;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*清除缓存*/
/*标题*/
.i-title {
  padding: 45px 0 25px;
  text-align: center;
}

.i-title h2 {
  font-size: 40px;
  /*color: #333;*/
}

.i-title p {
  font-size: 16px;
  color: #666;
  padding-top: 8px;
  font-weight: 300;
}

/*头部*/
.header {
  width: 100%;
  min-width: 1400px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}
.header .box {
  width: 1400px;
  position: relative;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 2;
}
.header .box .logo {
  height: 60px;
  width: auto;
}
.header .box .logo .img {
  height: 60px;
  max-width: 500px;
}
.header .box {
  /*导航*/
}

.top-nav-list {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: 400;
}
.top-nav-list .item {
  flex-grow: 1;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-bottom: 2px solid #fff;
  margin-left: 15px;
  margin-right: 15px;
  color: #000;
  overflow: visible;
}
.top-nav-list .item:hover {
  border-bottom: 2px solid #c7000a;
}
.top-nav-list .active {
  color: #c7000a;
  border-bottom: 2px solid #c7000a;
}
.top-nav-list .children .children-box {
  position: absolute;
  padding: 10px 0;
  width: 110px;
  margin-left: -15px;
  flex-direction: column;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  border-top: 2px solid #c7000a;
  display: none;
  font-size: 16px;
}
.top-nav-list .children .children-box .children-item {
  text-align: center;
}
.top-nav-list .children:hover .children-box {
  display: flex;
}

/*底部*/
.footer {
  width: 100%;
  min-width: 1400px;
  margin: 20px auto 0;
  background: #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .box {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1400px;
  line-height: 180%;
}
.footer .box .lefts {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .box .lefts .logo {
  max-width: 280px;
}
.footer .box .lefts .qrcode {
  margin-top: 20px;
}
.footer .box .lefts .qrcode .img {
  width: 100px;
  height: 100px;
}
.footer .box .footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}
.footer .box .footer-nav a {
  color: #333;
}
.footer .box .footer-nav a:hover {
  color: #c7000a;
}
.footer .box .footer-nav .item {
  display: flex;
  flex-direction: column;
}
.footer .box .footer-nav .item .title {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.footer .box .footer-nav .item .sub-nav {
  margin-top: 10px;
}
.footer .box .footer-nav .item .sub-nav .sub-item {
  display: block;
  font-size: 14px;
}
.footer .footer-box {
  width: 1400px;
  padding: 50px 0 10px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #6c6c6c;
}
.footer .footer-box span {
  padding: 0 8px;
}
.footer .footer-box a {
  color: #6c6c6c;
}
.footer .footer-box a:hover {
  color: #c7000a;
}



/*# sourceMappingURL=style-cn.css.map */
