@media screen and (min-width: 1200px) {
  .container-xl {
    max-width: 1200px;
  }
}

@media screen and (min-width: 845px) {
  .header {
    display: block;
  }
  .header1 {
    display: none !important;
  }
  .i-table {
    display: none !important;
  }
}

@media screen and (max-width: 845px) {
  .header {
    display: none;
  }
  .header1 {
    display: flex;
  }
  .i-table {
    display: none;
  }
}

body {
  position: relative;
}

body .header {
  width: 100%;
  background-color: #141b30;
}

body .header .headernav .container-xl .row .headernav-nav {
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .header .headernav .container-xl .row .headernav-nav .log img {
  width: 104px;
  height: 100%;
}

body .header .headernav .container-xl .row .headernav-nav .nav-li {
  width: 600px;
  height: 100%;
}

body .header .headernav .container-xl .row .headernav-nav .nav-li .row {
  height: 100%;
}

body .header .headernav .container-xl .row .headernav-nav .nav-li .row .col-2 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .header .headernav .container-xl .row .headernav-nav .nav-li .row .col-2 a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

body .header1 {
  width: 100%;
  height: 50px;
  padding: 5px;
  background-color: #141b30;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .header1 .header1-left {
  width: 80px;
  height: 100%;
}

body .header1 .header1-left img {
  width: 100%;
  height: 100%;
}

body .header1 .header1-right {
  width: 38px;
  height: 100%;
}

body .header1 .header1-right i {
  width: 38px;
  height: 29px;
  color: #fff;
  line-height: 40px;
  font-size: 33px;
}

body .i-table {
  position: absolute;
  top: 50px;
  z-index: 2;
  background-color: #141B30;
  padding-bottom: 10px;
}

body .i-table .table-boder {
  width: 100%;
  border-right: 2px solid #fff;
}

body .i-table .table-boder div {
  height: 39px;
  margin: 15px 15px;
  border-bottom: 1px dashed  #fff;
}

body .i-table .table-boder div a {
  text-decoration: none;
  color: #fff;
}

body .main .main1 {
  position: relative;
}

body .main .main1 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

body .main .main1 .main1-title {
  width: 180px;
  height: 104px;
  position: absolute;
  left: calc(50% - 90px);
  top: calc(150px - 52px);
}

body .main .main1 .main1-title p:nth-child(1) {
  text-align: center;
  font-size: 36px;
  color: #03176f;
  font-weight: bold;
}

body .main .main1 .main1-title p:nth-child(2) {
  color: #444444;
  text-align: center;
  font-size: 12px;
  letter-spacing: 3px;
}

body .main .main2 .container-xl {
  margin-top: 60px;
  margin-bottom: 60px;
}

body .main .main2 .container-xl .row:nth-child(1) {
  margin-bottom: 40px;
}

body .main .main2 .container-xl .row:nth-child(1) .col-12 div {
  font-size: 15px;
}

body .main .main2 .container-xl .row:nth-child(1) .col-12 div a {
  text-decoration: none;
  font-size: 12px;
  color: #666;
  margin-right: 6px;
}

body .main .main2 .container-xl .row:nth-child(1) .col-12 div a:nth-child(3) {
  color: #999;
}

body .main .main2 .container-xl .row:nth-child(2) .col-sm-6 img {
  width: 100%;
  height: 379px;
  object-fit: cover;
}

body .main .main2 .container-xl .row:nth-child(2) .col-sm-6:nth-child(2) {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body .main .main2 .container-xl .row:nth-child(2) .col-sm-6:nth-child(2) div:nth-child(1) p:nth-child(1) {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}

body .main .main2 .container-xl .row:nth-child(2) .col-sm-6:nth-child(2) div:nth-child(1) p {
  color: #404040;
  font-size: 14px;
  font-weight: bold;
}

body .main .main2 .container-xl .row:nth-child(2) .col-sm-6:nth-child(2) div:nth-child(1) p {
  color: #404040;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 0;
}

body .main .main2 .container-xl .row:nth-child(2) .col-sm-6:nth-child(2) .row .col-12 a {
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

body .main .main2 .container-xl .row:nth-child(2) .col-sm-6:nth-child(2) .row .col-12 a:hover {
  color: #3a3539;
}

body .footer .footer-top {
  height: 100%;
  height: 283px;
  background-color: #141B30;
}

body .footer .footer-top .footertop-nav {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .footer .footer-top .footertop-nav .footertop-left img {
  width: 108px;
  height: 54px;
}

body .footer .footer-top .footertop-nav .footertop-left p:nth-child(2) {
  font-size: 14px;
  color: #ccc;
}

body .footer .footer-top .footertop-nav .footertop-left p:nth-child(3) {
  margin-bottom: 20px;
}

body .footer .footer-top .footertop-nav .footertop-left p:nth-child(3) span {
  font-size: 14px;
  color: #999;
}

body .footer .footer-top .footertop-nav .footertop-left p:nth-child(4) {
  font-size: 14px;
  color: #999;
}

body .footer .footer-top .footertop-nav .footertop-right div {
  width: 107px;
  height: 107px;
  padding: 10px;
  background-color: #fff;
}

body .footer .footer-top .footertop-nav .footertop-right div img {
  width: 100%;
  height: 100%;
}

body .footer .footer-top .footertop-nav .footertop-right p {
  font-size: 14px;
  color: #ccc;
  text-align: center;
}

body .footer .footer-top .footertop-nav .footertop-right p:nth-child(2) {
  margin-top: 10px;
}

body .footer .footer-bottom {
  width: 100%;
  height: 50px;
}

body .footer .footer-bottom .footerbottom-nav {
  height: 50px;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  color: #989898;
}
