* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

#header {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 106px;
  align-items: center;
  justify-content: space-between;
}

#header .left {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

#header .left>img {
  height: 59px;
  width: 280px;
}

#header .left input {
  width: 204px;
  height: 32px;
  background: #F2F2F2;
  border-radius: 16px;
  outline: none;
  border: none;
  padding-left: 12px;
}

#header-search input::placeholder {
  line-height: 44px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.6;
}

#navigation {
  width: 100%;
  border: 1px solid #E0E0E0;
}

#navigation .bg {
  background: #024AC2;
  border-radius: 1px;
  height: 40px;
}

#navigation ul {
  width: 1280px;
  margin: 0 auto;
  display: flex;
}

#navigation ul:first-child li {
  line-height: 40px;
  text-align: center;
  color: #fff;
  width: 200px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

#navigation ul:nth-child(2) li {
  text-align: center;
  width: 106px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #79797D;
  line-height: 40px;
}

.domain {
  display: flex;
  gap: 30px;
  margin-bottom: 12px;
}

.domain>div {
  width: 150px;
  height: 24px;
  background: #F2F2F2;
  border-radius: 12px;
  text-align: center;
}

.domain>a {
  display: flex;
  width: 85px;
  height: 30px;
  background: #024AC2;
  border-radius: 4px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.domain>a img {
  width: 25px;
  height: 25px;
}

.domain>div a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #024AC2;
  line-height: 24px;
}

.links {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  font-style: italic;
  display: flex;
  gap: 30px;
}

.links a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  font-style: italic;
  position: relative;
}

.links a:hover {
  color: #024AC2;
}

.links a::before {
  content: url('../img/location.png');
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -12px;
  top: 4px;
  z-index: 9999;
}

.links a:hover::before {
  content: url('../img/location-a.png');
}


.daohang {
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}

.nav {
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
  height: 70px;
  background: #122668;
}

.nav li {
  float: left;
  display: flex;
  height: 50px;
  border-right: 2px solid #fff;
  margin: 10px 0;
  text-align: center;
}

.nav li a.mz {
  color: #fff;
  width: 55px;
  display: block;
}

.nav li a {
  color: #fff;
  display: block;
  line-height: 19px;
  margin: 3px 0;
}

.nav li .dlmz {
  width: 160px;
}

.nav li .dlmz dt {
  width: 80px;
  float: left;
}

.nav li .dlmz dd {
  width: 95px;
  float: left;
}

.nav li .dlmz dt {
  display: flex;
  justify-content: center;
  height: 50px;
}

.nav li .dlmz dd a {
  font-size: 13px;
  width: 88px;
  float: left;
  border-left: 2px solid #869ad9;
}

.nav li .dlmz2 {
  width: 264px;
}

.nav li .dlmz2 dd {
 width: 177px;
}

.nav li:last-child {
  border: none;
}

.nav li a:hover {
  color: #ff0000;
}

header.header {
  width: 100%;
  min-width: 1200px;
  height: 230px;
  background: #fff;
}

.center {
  width: 1200px;
 margin: -20px auto 0;
}

.header .logo {
  width: 340px;
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 138px;
}

.header .logo img {
  object-fit: cover;
  width: 100%;
  height: 71px;
}

.fl {
  float: left;
}

.logo a {
  font: 0 / 0 a;
  overflow: hidden;
}

.header .logo img {
  float: left;
}

.header .logo p {
  width: 100%;
  height: 20px;
  line-height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  font-size: 16px;
}

.born {
  bottom: 24px !important;
  z-index: 999;
  font-size: 18px !important;
}

.clear {
  clear: both;
}

/* .banner .btp {
  width: 845px;
  height: 140px;
  position: relative;
  z-index: 0;
} */
.home-carousel {
  height: 425px;
  background-image: url('../img/bg.png');
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-carousel a {
  text-decoration: none;
  color: #333;
}
.header .home-carousel {
  height: 140px !important;
  margin-top: 30px;
  justify-content: flex-end !important;
}

.header .home-carousel .slideBox1 {
  height: 155px !important;
}

.header .home-carousel .slideBox1 .bd img {
  height: 140px !important;width: 100%;
}

.header .home-carousel .slideBox1 .bd .title {
  display: none;
}

.header .home-carousel .slideBox1 .hd li {
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  zoom: 1;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin: 0 5px;
  background: #fff;
  overflow: hidden;
}

.header .home-carousel .slideBox1 .hd .on {
  background: #ed1c23;
    color: #fff;
  width: 16px !important;
}

.header .home-carousel .slideBox1 .hd {
  right: 30px !important;
}

.home-carousel .slideBox1 {
  width: 825px;
  height: 426px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.home-carousel .slideBox1 .hd {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 48px;
}

.home-carousel .slideBox1 .hd ul {
  overflow: hidden;
  float: left;
  height: 48px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  z-index: 1000 !important;
}

.home-carousel .slideBox1 .hd ul li {
  margin-right: 12px;
  width: 8px;
  height: 8px;
  text-align: center;
  background: #919192;
  cursor: pointer;
  border-radius: 22.5px;
}

.home-carousel .slideBox1 .hd ul li.on {
  background: #024AC2;
  color: #fff;
  width: 30px;
}

.home-carousel .slideBox1 .bd {
  position: relative;
  height: 100%;
}

.home-carousel .slideBox1 .bd li {
  zoom: 1;
  vertical-align: middle;
}

.home-carousel .slideBox1 .bd .title {
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 48px;
}

.home-carousel .slideBox1 .bd li p {
  width: 420px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 48px;
  text-indent: 1em;
}

.home-carousel .slideBox1 .bd li span {
  position: absolute;
  left: 26px;
  bottom: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #919192;
}

.home-carousel .slideBox1 .bd img {
      width: 100%;
  height: 426px;
  display: block;
}
#clock {
  color: #CA1F27 !important;
}