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

@media screen and (max-width: 768px) {
  body .main .main4 .main4-nav .main4-main .main-bottom .col-md-4 div {
    width: 100% !important;
    padding-left: 5px !important;
    height: 100% !important;
    margin-right: 0 !important;
    overflow: hidden !important;
  }
}

body {
  overflow-x: hidden;
  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 {
  width: 100%;
  position: relative;
}

body .main img {
  width: 100%;
  /*height: 800px;*/
  object-fit: cover;
}

body .main .main1 {
  position: absolute;
  left: calc(35% - 150px);
  top: 200px;
  margin: 0 auto;
}

body .main .main1 div {
  /*width: 300px;*/
  margin: auto;
}

body .main .main1 div div:nth-child(1) p:nth-child(1) {
  font-size: 62px;
  font-weight: bold;
  color: #03176F;
  margin-bottom: 0px;
}

body .main .main1 div div:nth-child(1) p:nth-child(2) {
  font-size: 62px;
  color: #03176F;
}

body .main .main1 div div:nth-child(2) p:nth-child(1) {
  font-size: 14px;
  color: #777777;
}

body .main .main1 div div:nth-child(2) p:nth-child(2) {
  font-size: 14px;
  color: #777777;
  /*letter-spacing: 3px;*/
}

body .main .main1 div div:nth-child(2) p:nth-child(3) {
  font-size: 12px;
  color: #777777;
  margin-left: 10px;
}

body .main .main1-1 {
  width: 100%;
  height: 16px;
  background-color: #141b30;
}

body .main .main2 {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  overflow: hidden;
}

body .main .main2 .row {
  width: 100%;
}

body .main .main2 .row .col-md-6 {
  height: 422px;
}

body .main .main2 .row .col-md-6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .main .main2 .row .col-md-6:nth-child(2) {
  height: 422px;
  padding: 50px 25px;
  background-color: #fff;
  box-shadow: 3px 1px 8px 2px #999;
  transition: all 0.2s linear;
}

body .main .main2 .row .col-md-6:nth-child(2) .border-tops {
  margin-top: 70px;
}

body .main .main2 .row .col-md-6:nth-child(2) .border-tops span:nth-child(1) {
  font-size: 24px;
  color: #03176f;
  font-weight: bold;
  font-family: Source Han Sans,Geneva,sans-serif;
}

body .main .main2 .row .col-md-6:nth-child(2) .border-tops span:nth-child(2) {
  font-size: 14px;
  color: #ccc;
  margin-left: 10px;
}

body .main .main2 .row .col-md-6:nth-child(2) .boder-conten p {
  font-size: 14px;
  color: #888;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: justify !important;
  text-align-last: left !important;
}

body .main .main2 .row .col-md-6:nth-child(2) .boder-button button {
  border: none;
  width: 178px;
  height: 48px;
  font-size: 13px;
  border-radius: 24px;
  border: 1px solid #ccc;
  background-color: #fff;
}

body .main .main2 .row .col-md-6:nth-child(2) .boder-button button a {
  text-decoration: none;
  color: #000c31;
}

body .main .main2 .row .col-md-6:nth-child(2) .boder-button button:hover {
  background-color: #4E7DD3;
}

body .main .main2 .row .col-md-6:nth-child(2) .boder-button button:hover > a {
  color: #fff;
}

body .main .main2 .row .col-md-6:nth-child(2):hover {
  /*box-shadow: none;*/
  /*margin-top: -5px;*/
}

body .main .main3 {
  height: 693px;
  background-color: #F6F7FC;
}

body .main .main3 .main3-nav {
  height: 100%;
  padding: 70px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body .main .main3 .main3-nav .main3-title {
  height: 80px;
  text-align: center;
}

body .main .main3 .main3-nav .main3-title div:nth-child(1) {
  font-size: 36px;
  color: #03176f;
  font-weight: bold;
  height: 50%;
  line-height: 40px;
}

body .main .main3 .main3-nav .main3-title div:nth-child(2) {
  font-size: 12px;
  color: #aaa;
  letter-spacing: 3px;
  height: 50%;
  line-height: 40px;
}

body .main .main3 .main3-main {
  height: 450px;
  width: 100%;
}

body .main .main3 .main3-main .row {
  width: 100%;
  height: 100%;
}

body .main .main3 .main3-main .row .col-md-12 {
  width: 100%;
  height: 100%;
}

body .main .main3 .main3-main .row .col-md-12 .swiper-container {
  width: 100%;
  height: 100%;
}

body .main .main3 .main3-main .row .col-md-12 .swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
}

body .main .main3 .main3-main .row .col-md-12 .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

body .main .main4 {
  margin-bottom: 100px;
  overflow: hidden;
}

body .main .main4 .main4-nav {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}

body .main .main4 .main4-nav .main4-tilte {
  height: 80px;
}

body .main .main4 .main4-nav .main4-tilte div {
  height: 50%;
  text-align: center;
}

body .main .main4 .main4-nav .main4-main {
  flex: 1;
  overflow: hidden;
}

body .main .main4 .main4-nav .main4-main .main-top {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .main .main4 .main4-nav .main4-main .main-top .col-2 {
  height: 100%;
  text-align: center;
  line-height: 34PX;
  border-left: 1px solid #ccc;
}

body .main .main4 .main4-nav .main4-main .main-top .col-2:nth-child(3) {
  border-right: 1px solid #ccc;
}

body .main .main4 .main4-nav .main4-main .main-top .active2 {
  background-color: #03176F;
  color: #FFF;
}

body .main .main4 .main4-nav .main4-main .main-bottom {
  margin-top: 80px !important;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-4 {
  height: 574px;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-4 div {
  width: calc(100% - 10px);
  height: 100%;
  margin-right: 10px;
  overflow: hidden;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-4 div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in 0s;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-4 > div:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-in;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-8 {
  height: 574px;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-8 .row {
  height: 50%;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-8 .row .col-6 div {
  width: calc(100% - 10px);
  height: calc(100% - 5px);
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-8 .row .col-6 div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in 0s;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-8 .row .col-6:nth-child(2) div {
  width: calc(100% - 10px);
  height: calc(100% - 5px);
  margin-left: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-8 .row .col-6:nth-child(2) div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in 0s;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-8 .row .col-6 > div:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-in;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-8 .row .col-12 {
  overflow: hidden;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-8 .row .col-12 .col12-nav {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  margin-left: 5px;
  margin-top: 5px;
  overflow: hidden;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-8 .row .col-12 .col12-nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in 0s;
  position: relative;
}

body .main .main4 .main4-nav .main4-main .main-bottom .col-md-8 .row .col12-nav:hover img {
  transform: scale(1.2);
}

body .main .main5 .main5-top {
  height: 10px;
  background-color: #FAFAFA;
}

body .main .main5 .row .col-md-6 {
  height: 500px;
}

body .main .main5 .row .col-md-6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .main .main5 .row .main5-right {
  padding: 0px 60px !important;
  background-color: #F6F7FC;
}

body .main .main5 .row .main5-right div:nth-child(1) {
  margin-top: 100px;
  font-size: 30px;
  font-weight: bold;
  color: #03176f;
}

body .main .main5 .row .main5-right div:nth-child(2) {
  font-size: 12px;
  color: #ccc;
  letter-spacing: 6px;
  margin: 20px 0px;
}

/*body .main .main5 .row .main5-right p:nth-child(3) {*/
/*  font-size: 14px;*/
/*  color: #888;*/
/*  margin-bottom: 100px;*/
/*}*/

body .main .main5 .row .main5-right button {
  border: none;
  width: 178px;
  height: 48px;
  font-size: 13px;
  border-radius: 24px;
  border: 1px solid #ccc;
  background-color: #fff;
}

body .main .main5 .row .main5-right button:hover {
  background-color: #4E7DD3;
  color: #fff;
}

body .main .main6 {
  padding: 100px 0;
  background-color: #FAFAFA;
}

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

body .main .main6 .main6-title div:nth-child(2) {
  text-align: center;
  font-size: 12px;
  color: #aaa;
  margin-top: 10px;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

body .main .main6 .main6-nav .row .col-md-3 .items {
  height: 219px;
  background-color: #fff;
  padding-top: 20px !important;
  transition: all 0.3s linear;
}

body .main .main6 .main6-nav .row .col-md-3 .items div:nth-child(1) {
  width: 100px;
  height: 100px;
  margin: 0  auto;
  background-color: #F6F7FC;
  border-radius: 50px;
  position: relative;
}

body .main .main6 .main6-nav .row .col-md-3 .items div:nth-child(1) i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 55px;
  transform: translate(-50%, -50%);
  color: #888;
}

body .main .main6 .main6-nav .row .col-md-3 .items div:nth-child(2) {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000c31;
  margin-top: 10px;
}

body .main .main6 .main6-nav .row .col-md-3 .items div:nth-child(3) {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

body .main .main6 .main6-nav .row .col-md-3 .items:hover {
  box-shadow: 0px 2px 10px rgba(0, 12, 49, 0.15);
  margin-top: -8px;
}

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