html,
body {
  overflow-x: hidden;
}
.fcbase,
.fcred {
  color: #c10212 !important;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
}
::-webkit-input-placeholder {
  color: #75758b;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #75758b;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #75758b;
}
:-ms-input-placeholder {
  color: #75758b;
}
.footer {
  width: 100%;
  background-color: #10162c;
  color: #e5e5e5;
}
.footer a {
  color: #e5e5e5;
}
.footer a:hover {
  color: #c10212;
}
.footer .h-block04 {
  padding: 50px 0 20px;
  border-bottom: 1px solid #414457;
}
.footer .h-block04 .company-info .tit {
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #414457;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.footer .h-block04 .company-info .p {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 30px;
  margin-bottom: 8px;
}
.footer .h-block04 .company-info .p span {
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.footer .h-block04 .company-info .p.address {
  background: url(../images/index-icon-1.png?v=2022) 0 0 no-repeat;
}
.footer .h-block04 .company-info .p.phone {
  background: url(../images/index-icon-2.png?v=2022) 0 0 no-repeat;
}
.footer .h-block04 .company-info .p a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .h-block04 .company-info .p a:hover {
  color: #c10212;
}
.footer .ftlogobox {
  margin-top: 50px;
}
.footer .ftlogobox .ftlogo {
  margin-bottom: 20px;
}
.footer .nav-row {
  margin-bottom: 20px;
}
.footer .nav-row .nrtop {
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #414457;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.footer .nav-row a {
  color: #fff;
}
.footer .nav-row a:hover {
  color: #c10212;
}
.footer .nav-row .sub-box {
  line-height: 2;
}
.footer .nav-row .sub-box a {
  color: #e5e5e5;
}
.footer .nav-row .sub-box a:hover {
  color: #c10212;
}
.footer .nav-row .three-box a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 10px;
  position: relative;
}
.footer .nav-row .three-box a:before {
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #8d96b1;
  position: absolute;
  top: 5px;
  left: 0;
}
.footer .ftrow {
  padding: 20px 0;
  line-height: 28px;
}
.footer .ftsharebox {
  text-align: right;
  line-height: 28px;
}
.footer .ftsharebox .sharecon {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.footer .ftsharebox .sharelink {
  position: relative;
  width: 28px;
  height: 28px;
  background-color: #2e3756;
  color: #5e698c;
  display: inline-block;
  margin-left: 5px;
  line-height: 28px;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
}
.footer .ftsharebox .sharelink:hover {
  background-color: #c10212;
  color: #fff;
}
.footer .ftsharebox .wechat-btn:hover .wechatbox {
  display: block;
}
.footer .ftsharebox .wechat-btn .wechatbox {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 120px;
  height: 120px;
  left: 50%;
  margin-left: -60px;
  top: -125px;
  box-shadow: 0 0 10px #fff;
}
.footer .ftsharebox .wechat-btn .wechatbox:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.footer .ftsharebox .wechat-btn .wechatbox img {
  width: 100%;
}
.footer .ftfollow {
  text-align: right;
  font-size: 16px;
  padding-right: 20px;
}
.footer .ftfollow .icon {
  float: right;
  padding-left: 18px;
  margin-right: -30px;
}
.footer .ftfollow .icon a {
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.footer .ftfollow .foot-ewm {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 5px;
  font-size: 0;
  z-index: 9999;
}
.footer .ftfollow .foot-ewm a {
  margin-right: 0;
}
.footer .ftfollow .foot-ewm a img {
  width: 18px;
  vertical-align: middle;
}
.footer .ftfollow .foot-ewm:hover .ewmbox {
  display: block;
}
.footer .ftfollow .foot-ewm .ewmbox {
  display: none;
  width: 150px;
  height: 150px;
  background-color: #fff;
  position: absolute;
  top: -160px;
  left: -120px;
  border-radius: 5px;
  box-sizing: border-box;
}
.footer .ftfollow .foot-ewm .ewmbox img {
  width: 100%;
  border-radius: 5px;
}
.footer .ftfollow .foot-ewm .ewmbox:after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: -14px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.article-con .subbox {
  *zoom: 1;
  line-height: 28px;
  color: #999999;
}
.article-con .subbox:after {
  display: block;
  content: "";
  clear: both;
}
.article-con .subbox .baseinfo {
  float: left;
}
.article-con .subbox .baseinfo p {
  display: inline-block;
  margin-right: 20px;
  color: #999999;
}
.article-con .subbox .sharebox {
  float: right;
}
.article-con .subbox .sharebox .sharecon {
  display: inline-block;
  vertical-align: top;
}
.article-con .subbox .sharebox a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-left: 5px;
  border-radius: 50%;
  background: #c10212;
  color: #fff;
  border: 1px solid #c10212;
  text-align: center;
  overflow: hidden;
}
.article-con .subbox .sharebox a:hover {
  opacity: 0.8;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d5d5d5;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #c10212;
}
.news-swiper {
  padding-bottom: 40px;
}
.news-swiper .swiper-pagination {
  bottom: 0;
}
.news-swiper .li {
  background-color: #f6f6f6;
  height: 105px;
}
.news-swiper .imgbox {
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-swiper .imgbox img {
  vertical-align: middle;
  width: 100% !important;
}
.news-swiper .txtbox {
  background-color: #f6f6f6;
  padding: 20px 15px;
  padding-right: 40px;
  position: relative;
}
.news-swiper .txtbox:before {
  content: "\f105";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  background-color: #c10212;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  font-size: 20px;
}
.news-swiper .txtbox .date {
  color: #c10212;
}
.news-swiper .txtbox .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin: 10px 0;
}
.news-swiper .txtbox .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.breadcrumb {
  padding: 20px 0;
}
.breadcrumb a {
  display: inline-block;
  line-height: 32px;
  border-radius: 30px;
  border: 1px solid #dddddd;
  text-align: right;
  padding-right: 15px;
  padding-left: 30px;
  position: relative;
  min-width: 50px;
  background-color: #fff;
  color: #999999;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb a:not(:first-child) {
  transform: translateX(-30px);
}
.breadcrumb a:nth-child(2) {
  z-index: 9;
}
.breadcrumb a:nth-child(3) {
  z-index: 8;
  transform: translateX(-60px);
}
.breadcrumb a:nth-child(4) {
  z-index: 7;
  transform: translateX(-90px);
}
.breadcrumb a:nth-child(5) {
  z-index: 6;
  transform: translateX(-120px);
}
.breadcrumb a:hover {
  background-color: #c10212;
  color: #fff;
}
.breadcrumb .crumbs-curr {
  background-color: #c10212;
  color: #fff;
  z-index: 1;
}
.breadcrumb i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #c10212;
  color: #fff !important;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.mapInfo {
  text-align: left;
}
.mapInfo .p1 {
  font-weight: bold;
  color: #c10212;
  margin: 0;
  padding: 0 !important;
  font-size: 16px;
}
.mapInfo .p2 {
  margin: 0;
  padding: 0 !important;
}
.contact-p {
  margin-top: 30px;
}
.contact-p .p1 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}
.contact-p .p2 {
  padding: 0;
}
