.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.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;
}
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;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
.container {
  width: 1152px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1280px) and (max-width: 1375px) {
  .container {
    width: 1248px;
  }
}
@media (min-width: 1376px) {
  .container {
    width: 1344px;
  }
}
.text-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
header .top {
  padding: 1rem 0;
}
header .top .container {
  display: flex;
}
header .top .container .logo {
  margin-right: 1rem;
}
header .top .container .info {
  display: flex;
  margin-left: auto;
  flex-direction: column;
}
header .top .container .info .links {
  text-align: right;
  color: #1c1d82;
  font-size: 1rem;
}
header .top .container .info .links span {
  margin: 0 0.5rem;
}
header .top .container .info .links a {
  color: #1c1d82;
}
header .top .container .info .contact {
  margin-top: auto;
  padding-left: 64px;
  background: url(../images/tel.png) no-repeat left center;
}
header .top .container .info .contact span {
  color: #898682;
  font-size: 20px;
}
header .top .container .info .contact h3 {
  color: #333;
  font-size: 26px;
  font-weight: bold;
}
header .nav {
  background-color: #1c1d82;
}
header .nav ul {
  display: flex;
}
header .nav ul li {
  line-height: 52px;
  position: relative;
  flex: 1;
  text-align: center;
  transition: all linear 0.25s;
}
header .nav ul li > a {
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: block;
}
header .nav ul li .drop {
  position: absolute;
  z-index: 111111;
  top: 44px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  min-width: 100%;
  transition: all linear 0.25s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1c1d82;
}
header .nav ul li .drop a {
  display: block;
  line-height: 3;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
header .nav ul li .drop a:last-child {
  border: none;
}
header .nav ul li.active {
  background-color: #17186d;
}
header .nav ul li:hover {
  background-color: #131458;
}
header .nav ul li:hover .drop {
  opacity: 1;
  top: 52px;
  pointer-events: all;
}
.banner {
  position: relative;
  background: #000;
  margin: 0 auto;
}
.banner .bd {
  position: relative;
  z-index: 0;
}
.banner .bd ul li img {
  width: 100%;
  vertical-align: top;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 16px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul {
  text-align: center;
  padding-top: 5px;
}
.banner .hd ul li {
  margin: 0 6px;
  font-size: 0;
  width: 50px;
  height: 6px;
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  position: relative;
}
.banner .hd ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
  background-color: #d12210;
  transition: all 2.5s linear;
}
.banner .hd ul li.on::before {
  width: 100%;
  left: 0;
}
footer {
  background-color: #0d0d0d;
}
footer .container .top {
  display: flex;
  padding: 3rem 0;
  justify-content: space-between;
}
footer .container .top .contact h3 {
  font-size: 20px;
  color: #d1ac6f;
}
footer .container .top .contact .line {
  width: 32px;
  height: 4px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #d1ac6f;
}
footer .container .top .contact p {
  line-height: 2;
  color: #dbad73;
  font-size: 14px;
}
footer .container .top .contact p img {
  margin-right: 1em;
}
footer .container .top .logo {
  align-self: center;
}
footer .container .top .wechats {
  display: flex;
  gap: 1rem;
}
footer .container .top .wechats .wechat {
  text-align: center;
}
footer .container .top .wechats .wechat img {
  width: 128px;
  height: 128px;
}
footer .container .top .wechats .wechat p {
  color: #dbad73;
  font-size: 16px;
  line-height: 1;
  margin-top: 1em;
}
footer .container .lines {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), #ffffff, rgba(255, 255, 255, 0.1));
}
footer .container .cr {
  color: #dbad73;
  font-size: 14px;
  line-height: 1.5;
  padding: 1em 0;
  display: flex;
  align-items: center;
}
footer .container .cr a {
  margin-left: auto;
  color: #dbad73;
}
.index-title {
  text-align: center;
}
.index-title h1 {
  color: #0d0d0d;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.index-title .line {
  width: 75px;
  height: 4px;
  margin: 20px auto 0;
  background-color: #404040;
}
.index-1 {
  padding: 64px 0;
}
.index-1 .container {
  display: flex;
  gap: 2%;
}
.index-1 .container .gallery {
  flex: 1;
  position: relative;
}
.index-1 .container .gallery .hd {
  position: absolute;
  right: 0;
  bottom: 55px;
  z-index: 1;
}
.index-1 .container .gallery .hd ul {
  display: flex;
}
.index-1 .container .gallery .hd ul li {
  width: 32px;
  height: 32px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  transition: all 0.25s linear;
  background-color: rgba(51, 51, 51, 0.85);
}
.index-1 .container .gallery .hd ul li.on {
  background-color: rgba(209, 34, 16, 0.85);
}
.index-1 .container .gallery .bd ul li .pic {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.index-1 .container .gallery .bd ul li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-1 .container .gallery .bd ul li .tit {
  font-size: 18px;
  color: #d12210;
  line-height: 3;
  display: block;
  text-indent: 1em;
  border-left: 1px solid #e3e1e1;
  border-bottom: 1px solid #e3e1e1;
  border-right: 1px solid #e3e1e1;
  background-color: #f3f0ef;
}
.index-1 .container .tabs {
  width: 50%;
  flex-shrink: 0;
}
.index-1 .container .tabs .slideTxtBox .hd {
  display: flex;
  border-bottom: 1px solid #d12210;
}
.index-1 .container .tabs .slideTxtBox .hd ul {
  display: flex;
}
.index-1 .container .tabs .slideTxtBox .hd ul li {
  color: #333333;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 0.5em;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.index-1 .container .tabs .slideTxtBox .hd ul li::before {
  content: "";
  height: 4px;
  background-color: #d12210;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  transition: all 0.25s linear;
}
.index-1 .container .tabs .slideTxtBox .hd ul li.on::before {
  width: 100%;
  left: 0;
}
.index-1 .container .tabs .slideTxtBox .hd .more {
  color: #666666;
  font-size: 18px;
  margin-left: auto;
}
.index-1 .container .tabs .slideTxtBox .bd ul li {
  display: flex;
  align-items: flex-end;
}
.index-1 .container .tabs .slideTxtBox .bd ul li a {
  color: #666666;
  font-size: 16px;
  margin-right: 1em;
}
.index-1 .container .tabs .slideTxtBox .bd ul li .hot {
  width: 21px;
  height: 38px;
  opacity: 0;
  background: url(../images/hot.png) no-repeat center center;
}
.index-1 .container .tabs .slideTxtBox .bd ul li span {
  font-size: 16px;
  color: #666666;
  margin-left: auto;
}
.index-1 .container .tabs .slideTxtBox .bd ul li.active .hot {
  opacity: 1;
}
.index-2 {
  padding: 64px 0;
  background: url(../images/bg.jpg);
}
.index-2 .container {
  display: flex;
  gap: 2rem;
}
.index-2 .container dl {
  flex: 1;
}
.index-2 .container dl dt {
  display: flex;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d12210;
}
.index-2 .container dl dt span {
  color: #333333;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 0.5em;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.index-2 .container dl dt span::before {
  content: "";
  height: 4px;
  background-color: #d12210;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: all 0.25s linear;
}
.index-2 .container dl dt .more {
  color: #666666;
  font-size: 18px;
  margin-left: auto;
}
.index-2 .container dl:nth-child(2) dt {
  border-color: #025589;
}
.index-2 .container dl:nth-child(2) dt span::before {
  background-color: #025589;
}
.index-2 .container dl:nth-child(3) dt {
  border-color: #666666;
}
.index-2 .container dl:nth-child(3) dt span::before {
  background-color: #666666;
}
.index-2 .container dl dd {
  display: flex;
  align-items: center;
  line-height: 2;
}
.index-2 .container dl dd::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #acacac;
}
.index-2 .container dl dd a {
  color: #333333;
  font-size: 18px;
  flex: 1;
  margin-left: 1rem;
}
.index-2 .container dl dd span {
  margin-left: auto;
  color: #333333;
  font-size: 18px;
}
.index-2 .picMarquee-left {
  margin-top: 60px;
  height: auto;
}
.index-2 .picMarquee-left .bd {
  height: auto;
}
.index-2 .picMarquee-left .bd .picList {
  height: auto;
}
.index-2 .picMarquee-left .bd .picList li {
  width: 19.6vw;
  margin-right: 0.5vw;
  padding-top: 17vw;
  position: relative;
}
.index-2 .picMarquee-left .bd .picList li .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
.index-2 .picMarquee-left .bd .picList li .content .pic {
  width: 100%;
  flex: 1;
}
.index-2 .picMarquee-left .bd .picList li .content .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-2 .picMarquee-left .bd .picList li .content .tit {
  display: block;
  color: #000000;
  font-size: 18px;
  line-height: 2;
  padding-left: 0.5rem;
}
.index-2 .picMarquee-left .bd .picList li .content p {
  color: #666666;
  font-size: 12px;
  padding-left: 0.5rem;
}
.index-3 {
  padding: 64px 0;
  background: url(../images/bg1.jpg) repeat-x center center;
}
.index-3 .slideTxtBox1 .hd {
  display: flex;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d12210;
}
.index-3 .slideTxtBox1 .hd ul {
  display: flex;
}
.index-3 .slideTxtBox1 .hd ul li {
  color: #333333;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 0.5em;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.index-3 .slideTxtBox1 .hd ul li::before {
  content: "";
  height: 4px;
  background-color: #d12210;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  transition: all 0.25s linear;
}
.index-3 .slideTxtBox1 .hd ul li.on::before {
  width: 100%;
  left: 0;
}
.index-3 .slideTxtBox1 .hd .more {
  color: #666666;
  font-size: 18px;
  margin-left: auto;
}
.index-3 .slideTxtBox1 .bd ul {
  display: flex;
  padding: 1rem 0;
}
.index-3 .slideTxtBox1 .bd ul li {
  width: 23.5%;
  margin-right: 2%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.index-3 .slideTxtBox1 .bd ul li .pic {
  display: block;
  width: 100%;
  height: 240px;
}
.index-3 .slideTxtBox1 .bd ul li .pic img {
  width: 100%;
  height: 100%;
}
.index-3 .slideTxtBox1 .bd ul li .tit {
  color: #333333;
  font-size: 18px;
  line-height: 2;
}
.index-3 .slideTxtBox1 .bd ul li:last-child {
  margin-right: 0;
}
.index-4 {
  padding: 64px 0;
}
.index-4 .container {
  display: flex;
  gap: 2rem;
}
.index-4 .container dl {
  flex: 1;
}
.index-4 .container dl dt {
  display: flex;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d12210;
}
.index-4 .container dl dt span {
  color: #333333;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 0.5em;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.index-4 .container dl dt span::before {
  content: "";
  height: 4px;
  background-color: #d12210;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: all 0.25s linear;
}
.index-4 .container dl dt .more {
  color: #666666;
  font-size: 18px;
  margin-left: auto;
}
.index-4 .container dl:nth-child(2) dt {
  border-color: #025589;
}
.index-4 .container dl:nth-child(2) dt span::before {
  background-color: #025589;
}
.index-4 .container dl:nth-child(3) dt {
  border-color: #666666;
}
.index-4 .container dl:nth-child(3) dt span::before {
  background-color: #666666;
}
.index-4 .container dl .rec {
  height: 210px;
  position: relative;
}
.index-4 .container dl .rec .pic {
  display: block;
  width: 100%;
  height: 100%;
}
.index-4 .container dl .rec .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-4 .container dl .rec .tit {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  left: 0;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  text-indent: 1em;
  background-color: rgba(51, 51, 51, 0.84);
}
.index-4 .container dl dd {
  display: flex;
  align-items: center;
  line-height: 2;
}
.index-4 .container dl dd::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #acacac;
}
.index-4 .container dl dd a {
  color: #333333;
  font-size: 18px;
  flex: 1;
  margin-left: 1rem;
}
.index-4 .container dl dd span {
  margin-left: auto;
  color: #333333;
  font-size: 18px;
}
