.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-transform: uppercase;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
header {
  position: relative;
}
header .top {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  margin-top: 30px;
}
header .top .cont {
  display: flex;
  align-items: center;
}
header .top .cont ul {
  display: flex;
  margin-left: auto;
}
header .top .cont ul li {
  padding: 0 25px;
  position: relative;
}
header .top .cont ul li > a {
  color: #000000;
  font-size: 16px;
}
header .top .cont ul li .drop {
  display: none;
  position: absolute;
  background: #d50024;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
}
header .top .cont ul li .drop a {
  display: block;
  color: #ffffff;
  line-height: 3;
  font-size: 14px;
  padding: 0 12px;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}
header .top .cont ul li .drop a:last-child {
  border: none;
}
header .top .cont ul li .drop .triangle {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #d50024;
  top: -14px;
  left: 48px;
}
header .banner {
  position: relative;
  background: #000;
  margin: 0 auto;
}
header .banner .bd {
  position: relative;
  z-index: 0;
}
header .banner .bd ul li img {
  width: 100%;
  vertical-align: top;
}
header .banner > a {
  position: absolute;
  top: 43.8%;
  padding: 23px 17px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
}
header .banner .prev {
  left: 6.8%;
}
header .banner .next {
  right: 6.8%;
}
.index-1 {
  text-align: center;
  padding-top: 66px;
}
.index-1 h3 {
  color: #c70025;
  font-size: 24px;
  font-weight: bold;
}
.index-1 .line {
  width: 15px;
  height: 8px;
  background-color: #c70025;
  margin: 25px auto;
}
.index-1 .desc {
  color: #545454;
  font-size: 14px;
  line-height: 2;
  padding: 0 80px;
  text-align: left;
  text-indent: 2em;
}
.index-1 ul {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.index-1 ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 25px;
}
.index-1 ul li img {
  width: 89px;
  margin-bottom: 10px;
}
.index-1 ul li span {
  font-size: 13px;
  color: #545454;
}
.index-1 ul li p {
  color: #c80025;
  font-size: 14px;
  margin: 5px;
}
.index-2 {
  position: relative;
  margin-top: 55px;
}
.index-2 img {
  width: 100%;
}
.index-2 ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  display: flex;
}
.index-2 ul li {
  flex: 1;
}
.index-2 ul li .info {
  display: block;
  width: 33.33333%;
  height: 55%;
  margin: 22.3% auto 0;
  background-color: #d50024;
  padding: 7px;
}
.index-2 ul li .info .border {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  padding: 13px;
  justify-content: center;
}
.index-2 ul li .info .border span {
  font-size: 12px;
  color: #ffffff;
  width: 12px;
  line-height: 1;
}
.index-2 ul li .info .border .lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
}
.index-2 ul li .info .border .lines .line1 {
  width: 2px;
  flex: 1;
  background-color: #fff;
}
.index-2 ul li .info .border .lines .line2 {
  width: 12px;
  height: 10px;
  background-color: #fff;
}
.index-2 ul li .info .border p {
  color: #fff;
  font-size: 16px;
  width: 16px;
  line-height: 1;
}
.index-2 ul li:hover {
  background-color: rgba(0, 0, 0, 0.58);
}
.index-3 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-3 h3 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}
.index-3 .line {
  width: 15px;
  height: 8px;
  background-color: #c70025;
  margin: 25px auto;
}
.index-3 .desc {
  color: #545454;
  font-size: 14px;
  line-height: 2;
  padding: 0 80px;
}
.index-3 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.index-3 ul li {
  width: 371px;
}
.index-3 ul li .pic {
  display: block;
  width: 100%;
  height: 251px;
}
.index-3 ul li .pic img {
  width: 100%;
  height: 100%;
}
.index-3 ul li .tit {
  display: block;
  text-align: left;
  color: #2c2c2c;
  font-size: 16px;
  margin: 24px 0;
}
.index-3 ul li p {
  text-align: left;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.5;
}
.index-3 ul li .date {
  display: block;
  text-align: left;
  color: #5a5a5a;
  font-size: 14px;
  margin-top: 36px;
}
.index-3 ul li:hover .tit {
  color: #c70025;
}
.index-4 {
  width: 100%;
  height: 325px;
  background: url(../images/bg1.jpg) no-repeat center center;
  padding-top: 111px;
}
.index-4 ul {
  display: flex;
  justify-content: center;
}
.index-4 ul li {
  margin: 0 126px;
  text-align: center;
}
.index-4 ul li p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.index-4 ul li p span {
  font-size: 48px;
  font-weight: bold;
}
.index-4 ul li > span {
  font-size: 14px;
  color: #b9b9b9;
}
footer {
  background-color: #333333;
  padding-top: 72px;
}
footer .top {
  display: flex;
}
footer .top .left {
  width: 344px;
}
footer .top .left h3 {
  color: #ffffff;
  font-size: 24px;
}
footer .top .left input,
footer .top .left textarea,
footer .top .left button {
  background-color: #5c5c5c;
  border: none;
  line-height: 44px;
  text-indent: 18px;
  width: 100%;
  margin-top: 21px;
  color: #bbbbbb;
}
footer .top .left button {
  cursor: pointer;
}
footer .top .middle {
  padding-top: 53px;
  padding-left: 180px;
  padding-right: 30px;
}
footer .top .middle .logo {
  margin-bottom: 30px;
}
footer .top .middle ul li {
  color: #bbbbbb;
  font-size: 14px;
  line-height: 3;
}
footer .top .right {
  margin-left: auto;
}
footer .top .right .more {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer .top .right .more .info span {
  color: #ffffff;
  font-size: 30px;
}
footer .top .right .more .info p {
  color: #ffffff;
  font-size: 14px;
}
footer .top .right .more a {
  color: #ffffff;
  font-size: 30px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  margin-left: 45px;
  width: 43px;
  height: 43px;
}
footer .top .right .wechats {
  display: flex;
  justify-content: end;
  margin-top: 50px;
}
footer .top .right .wechats .wechat {
  text-align: center;
  margin-left: 20px;
}
footer .top .right .wechats .wechat img {
  width: 110px;
  height: 110px;
  background-color: #fff;
  padding: 7px;
}
footer .top .right .wechats .wechat p {
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
}
footer .cr {
  line-height: 50px;
  color: #9a9a9a;
  font-size: 14px;
  text-align: center;
  border-top: 2px solid #5c5c5c;
  margin-top: 50px;
}


footer  .beian {
  display: flex;
  justify-content: center;
}

footer  .beian a {
  color:#9a9a9a;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
footer  .beian a img {
  margin-right: 10px;
}