/* css reset */
* {
  box-sizing: border-box;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: #231815;
  min-width: 1200px;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial;
  font-size: 16px;
}
a:focus {
  outline: none;
  -moz-outline-style: none;
}
a{
  color: inherit  !important;
  text-decoration: none !important;
}
li {
  list-style: none;
}
body,
q,
iframe,
form,
ul,
li,
dl,
dt,
dd {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
img {
  /* object-fit: contain; */
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
body,
td,
textarea {
  word-break: break-all;
  line-height: 1.5;
}
.a-hover:hover {
  color: #e81f18;
}
.touTiao {
  opacity: 1;
  font-size: 36px;
  font-family: PingFangSC, PingFangSC-Semibold;
  text-align: center;
  color: #e60213;
  line-height: 50px;
  margin: 36px auto;
  max-width: 1200px;
}
div,
a,
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  outline: none;
}
div,
p,
table,
th,
td {
  line-height: inherit;
  word-break: break-word;
}
textarea,
p {
  word-break: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, Consolas, 'Courier New';
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
.foot-r {
  width: 420px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.dnone {
  display: none;
}
.clearfix:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.color {
  color: #e81f18;
}
.pagebar {
  text-align: center;
  margin-top: 10px;
}
.pagebar .pagination > li > a,
.pagebar .pagination > li > span {
  margin: 0 2.5px;
  border: 1px solid #ccc;
  display: inline;
  padding: 3px 10px 3px 10px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 13px;
  background: transparent;
}
.pagebar .pagination > .active > a,
.pagebar .pagination > .active > a:focus,
.pagebar .pagination > .active > a:hover,
.pagebar .pagination > .active > span,
.pagebar .pagination > .active > span:focus,
.pagebar .pagination > .active > span:hover {
  border-color: #e81f18;
  color: #e81f18 !important;
}
.pagebar .pagination > li > a:focus,
.pagebar .pagination > li > a:hover,
.pagebar .pagination > li > span:focus,
.pagebar .pagination > li > span:hover {
  border: 1px solid #b7000e;
  background-color: #b7000e;
  color: #fff !important;
}
.linear-red {
  background: linear-gradient(270deg, #c50701, #e62c60);
  background: -moz-linear-gradient(#c50701, #e62c60);
  -pie-background: linear-gradient(#c50701, #e62c60);
}
.qiu-item {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  behavior: url(/PIE.htc);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  float: left;
  margin: 0 5px 5px 5px;
  text-align: center;
  line-height: 42px;
  position: relative;
  font-weight: bold;
}
.qiu-item-big {
  width: 51px;
  height: 51px;
  line-height: 51px;
  font-size: 30px;
  margin: 5px;
  display: inline-block;
  float: none;
}
.qiu-item-small {
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
}
.linear-blue {
  background: linear-gradient(-55deg, #0879de 0%, #139bef 64%, #25b7fa 100%);
  background: -webkit-gradient(
          linear,
          0 0,
          0 bottom,
          from(#0879de),
          to(#25b7fa)
  );
  background: -moz-linear-gradient(#0879de, #25b7fa);
  -pie-background: linear-gradient(#0879de, #25b7fa);
}
.content-black-bold {
  color: #000000;
  font-weight: 500;
}
.txt:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #666;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  behavior: url(/PIE.htc);
  margin-right: 10px;
  position: relative;
}
.txt-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis; /* for Opera */
  text-overflow: ellipsis; /* for IE */
}
.point li {
  padding-left: 1em;
  background: url(../images/libg.jpg) no-repeat 0.2em 0.6em;
  list-style: none;
}
/* 首页导航 */
.header {
}
.header .header-top {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.header .header-top .right-top > div {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}
.header .header-top .right-top .hr {
  width: 1px;
  height: 14px;
  background: #000000;
  vertical-align: middle;
  margin: 0 7px;
}
.header .header-top .right-top img {
  width: 12px;
}
.header .right-bottom .input-group {
  width: 314px;
  height: 42px;
  border-radius: 22px;
  border: 1px solid #b30707;
  overflow: hidden;
  bottom: 30px;
  right: 0;
  position: absolute;
}
.header .right-bottom .input-group input {
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  border: 0;
}
.header .right-bottom .input-group button {
  height: 41px;
  background: #b30707;
  width: 94px;
  color: #fff;
  border: 0;
  margin: -1px;
  border-radius: 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header .header-nav {
  width: 100%;
  height: 60px;
  text-align: center;
  position: relative;
  background: linear-gradient(180deg, #ac292a, #dc0000);
  -pie-background: linear-gradient(180deg, #ac292a, #dc0000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #AC292A, endColorstr = #DC0000);
}
.header .header-nav .nav-item {
  display: inline-block;
  padding: 0 25px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  z-index: 100;
}
.header .header-nav .nav-item .nav-item-list {
  position: absolute;
  z-index: 99;
  top: 60px;
  left: 0;
  width: 100%;
  line-height: normal;
  color: #231815;
  font-weight: bold;
  height: 0;
  overflow: hidden;
  line-height: 87px;
  font-size: 18px;
  background: url(../images/sub_bg.png) repeat;
  -moz-box-shadow: 0px 2px 2px #edeef0;
  -webkit-box-shadow: 0px 2px 2px #edeef0;
  box-shadow: 0px 2px 2px #edeef0;
}
.header .header-nav .nav-item .nav-item-list div {
  display: inline-block;
  margin: 0 15px;
  line-height: 87px;
}
.header .header-nav .nav-item .nav-item-list .nav-item-list-left div:hover {
  font-weight: 600;
  color: #e60213;
}
.nav-item-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 200;
}
.nav-item-wrap > a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.header .header-nav .active .nav-item-wrap:after {
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 5px;
  position: absolute;
  content: '';
  left: 0;
}
.header .header-nav .nav-item:hover .nav-item-wrap:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #d80c0c transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  z-index: 200;
}
.header .header-nav .nav-item:hover .nav-item-wrap-home:before {
  border-width: 0;
}
.header .header-nav .nav-item:hover .nav-item-list {
  height: 87px;
}
.show {
  display: block;
}
/* 底部栏 */
.footer {
  margin-top: 50px;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 9;
}
.footer .footer-top {
  width: 100%;
  height: 84px;
  background: linear-gradient(
          90deg,
          #d50000 0%,
          #c85726 6%,
          #f29174 26%,
          #ff1a1a 53%,
          #8a0000 100%
  );
  -pie-background: linear-gradient(#d7000f, #f0643c);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F0643C',endColorStr='#d7000f',gradientType='1');
}
.footer .footer-top .footer-top-wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .footer-top .footer-top-wrap .footer-des {
  width: 910px;
  color: #fff;
  margin: 12px 0;
  font-size: 14px;
}
.footer .footer-top .footer-top-wrap .footer-des .margin-left {
  margin-left: 70px;
}
.footer .footer-top .footer-top-wrap .footer-des > div {
  margin-top: 5px;
  line-height: 28px;
}
.footer .footer-top .footer-top-wrap .footer-des > div a:hover {
  text-decoration: underline !important;
}
.footer .footer-top .footer-top-wrap .footer-img {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 100px;
  top: -23px;
  text-align: center;
}
.footer .footer-top .footer-top-wrap .footer-img img {
  width: 78px;
  height: 78px;
}
.footer .footer-top .footer-top-wrap .footer-img .more {
  background: #fc6402;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  margin: 0 auto;
  background: linear-gradient(270deg, #ca0306, #f30129 56%, #e22c5b);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ca0306',endColorStr='#e22c5b');
  box-shadow: 0px 1px 2px 0px rgba(134, 66, 66, 0.5);
}
.footer .footer-bot {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.footer .footer-bot > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.footer .footer-bot .footer-logo {
  margin: 10px 0;
  width: 20%;
}
.footer .footer-bot .footer-bot-wrap {
  width: 1200px;
  margin: 60px auto 24px auto;
  overflow: hidden;
}
.footer .footer-bot .footer-bot-wrap .quick {
  overflow: hidden;
}
.footer .footer-bot .footer-bot-wrap .quick .quick-l {
  width: 67%;
}
.footer .footer-bot .footer-bot-wrap .quick .quick-r {
  width: 33%;
}
.footer .footer-bot .footer-bot-wrap .quick-item {
  min-width: 20%;
}
.footer .footer-bot .footer-bot-wrap .quick-item .font-size {
  font-size: 19px;
}
.footer .footer-bot .footer-bot-wrap .quick-item div {
  margin-top: 10px;
}
.footer .footer-bot .footer-bot-wrap .quick .quick-r img {
  margin-left: 15px;
}
.footer .footer-bot .footer-bot-wrap .copyright {
  width: 42%;
  color: #231815;
}
.footer .footer-bot .footer-bot-wrap .copyright > div {
  margin-top: 5px;
}
.footer .footer-bot .footer-bot-wrap .copyright img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.footer .footer-bot .bottom-txt {
  width: 100%;
  margin-top: 30px;
  color: #231815;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}
body{
  background: #fafbff;
}