@media screen and (min-width: 1200px) {
  /*.container-xl {*/
  /*  max-width: 1500px;*/
  /*}*/
  /*  .container-xl1 {*/
  /*  max-width: 5000px;*/
  /*}*/
}

@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 {
  display: flex;
  flex-direction: column;
  position: relative;
}

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

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

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

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

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

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

body .header .headernav .container-xl1 .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 {
  width: 100%;
  min-height: 880px;
  overflow: hidden;
  padding: 0 15px;
}

body .main .main2 .container-xl {
  width: 100%;
}

/*body .main .main2 .container-xl .col-12:nth-child(1) {*/
/*  margin-top: 80px;*/
/*}*/

/*body .main .main2 .container-xl .col-12:nth-child(1) div {*/
/*  height: 120px;*/
/*  padding-bottom: 15px;*/
/*  margin-bottom: 15px;*/
/*  border-bottom: 1px dashed #ddd;*/
/*  overflow: hidden;*/
/*}*/

/*body .main .main2 .container-xl .col-12:nth-child(1) div p:nth-child(1) span {*/
/*  margin-bottom: 5px;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*}*/

/*body .main .main2 .container-xl .col-12:nth-child(1) div p:nth-child(1) span a {*/
/*  color: #666;*/
/*  font-size: 16px;*/
/*  text-decoration: none;*/
/*}*/

/*body .main .main2 .container-xl .col-12:nth-child(1) div p:nth-child(1) > span > a:hover {*/
/*  color: #292529;*/
/*}*/

/*body .main .main2 .container-xl .col-12:nth-child(1) div p:nth-child(2) {*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*  text-decoration: none;*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 2;*/
/*  -webkit-box-orient: vertical;*/
/*  word-break: break-all;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/

/*body .main .main2 .container-xl .col-12:nth-child(1) div p:nth-child(3) {*/
/*  font-size: 12px;*/
/*  color: #999;*/
/*}*/

/*body .main .main2 .container-xl .col-12:nth-child(2) div {*/
/*  display: flex;*/
/*  !*justify-content: center;*!*/
/*  align-items: center;*/
/*  margin-top: 25px;*/
/*  margin-bottom: 25px;*/
/*}*/

/*body .main .main2 .container-xl .col-12:nth-child(2) div div:nth-child(2) {*/
/*  width: 38px;*/
/*  height: 38px;*/
/*  border-radius: 5px;*/
/*  border: 1px solid #ccc;*/
/*  margin-left: 10px;*/
/*  margin-right: 10px;*/
/*  background-color: #ccc;*/
/*}*/

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;
}
