* {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
input,
button {
  outline: none;
}
em,
i {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: middle;
}
.clear {
  clear: both;
  height: 0px;
}
body {
  color: #333;
  background-color: #ffffff;
  font-size: 12px;
  font-family: 'Heiti SC', tahoma, arial, 'Microsoft YaHei', 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
}
.main,
.mail {
  width: 1400px;
  margin: 0 auto;
}
.header {
  width: 100%;
  background-color: #fff;
  border-bottom: 20px solid #C30D23;
}
.header .headermail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  line-height: 80px;
}
.header .headermail .logo {
  position: relative;
  width: 130px;
}
.header .headermail .logo h1 {
  width: 0;
  height: 0;
  font-size: 0px;
}
.header .headermail .logo img {
  width: 100%;
  height: 38px;
}
.header .headermail .nav {
  width: 100%;
  margin-left: 50px;
}
.header .headermail .nav .navitem {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: start;
}
.header .headermail .nav .navitem li {
  margin: 0 10px;
  padding: 0 20px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
}
.header .headermail .nav .navitem li a {
  color: #000;
  font-size: 16px;
}
.header .headermail .nav .navitem li.cur {
  height: 30px;
  line-height: 30px;
  background-color: #C30D23;
  border-radius: 15px;
}
.header .headermail .nav .navitem li.cur a {
  color: #fff;
  font-size: 16px;
}
.header .headermail .nav .navitem li:hover {
  height: 30px;
  line-height: 30px;
  background-color: #C30D23;
  border-radius: 15px;
}
.header .headermail .nav .navitem li:hover a {
  color: #fff;
  font-size: 16px;
}
.header .swiper {
  width: 100%;
  height: 100%;
}
.header .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .swiper img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.footer {
  width: 100%;
  height: auto;
  background-color: #F7F7F8;
  box-sizing: border-box;
  padding: 30px 0px 0 0px;
}
.footer .fmail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  padding-bottom: 20px;
}
.footer .fmail .fRight {
  width: 80%;
  height: auto;
}
.footer .fmail .fRight li {
  float: left;
  width: 33%;
}
.footer .fmail .fRight li .title {
  font-size: 17px;
  color: #C30D23;
  padding-bottom: 30px;
}
.footer .fmail .fRight li .item {
  font-size: 14px;
  padding: 8px 0;
}
.footer .fmail .fRight li .item a {
  color: #686868;
}
.footer .fmail .fLeft {
  width: 19%;
  color: #686868;
}
.footer .fmail .fLeft .textc {
  font-size: 14px;
}
.footer .fmail .fLeft .textc .tel {
  padding: 10px 0;
  font-size: 15px;
  color: #C30D23;
}
.footer .fmail .fLeft .textb {
    display: flex;
    justify-content: swiper-slide;
  font-size: 13px;
  padding: 5px 0;
}
.footer .fmail .fLeft .textb img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px 12px;
}
.footer .fbottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .fbottom .ffmail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
}
.footer .fbottom .fbleft {
  width: 70%;
  font-size: 15px;
  color: #686868;
}
.footer .fbottom .fbright {
  width: 30%;
  background-color: #C30D23;
  text-align: center;
  padding: 20px 0;
}
.footer .fbottom .fbright img {
  width: 130px;
  height: 38px;
}
.cbody {
  padding: 10px 0;
}
.bigTitle {
  font-weight: 900;
  font-size: 29px;
  text-align: center;
}
.bigTitle::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-color: #C30D23;
  margin: 10px auto;
}
.fenye {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}
.fenye a:nth-child(-n+2) {
  display: none;
}
.fenye a:last-child {
  display: none;
}
.fenye b {
  padding: 5px 10px;
  border: 1px solid #c30d23;
  border-radius: 2px;
  color: #c30d23;
}
.fenye a {
  padding: 5px 10px;
  border-radius: 2px;
  color: #fff;
  background-color: #c30d23;
  margin: 0 5px;
}