.my_nav {
  max-width: 1200px;
}

.navbar-nav .active > .nav-link {
  color: #07599b !important;
  font-weight: 500;
}

.bannertxt {
  color: #fff;
  height: 100%;
  position: absolute;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
}

.my-box a:hover {
  color: #225483 !important;
  text-decoration: none !important;
  font-weight: bold;
}

.my-box:hover {
  cursor: pointer;
}

.my-box:hover .box-shadow {
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.15);
}

.my-box:hover .but-title {
  background: #225483;
}

.but-title {
  background: #0075be;
  border-radius: 20px;
  color: white;
}

.my-cover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-20-10 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.img-box {
  overflow: hidden;
  width: 100%;
}

.img-box .my-cover-img {
  min-height: 200px;
}

.content-img-box {
  height: 230px;
}

.title-box {
  width: 100%;
  border-bottom: 2px solid #b3b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-box h4 {
  padding-bottom: 10px;
  color: #07599b;
  position: relative;
  margin-bottom: 0;
}

.title-box h4 span {
  width: 100%;
  height: 2px;
  background: #07599b;
  position: absolute;
  bottom: -2px;
  z-index: 1;
  left: 0;
}

.news-txt-content {
  padding: 30px 20px;
  line-height: 1.2;
  color: #555;
}

.news-txt-content .title {
  font-size: 30px;
}

.news-txt-content .date {
  font-style: italic;
  color: #07599b;
  margin: 10px 0;
}

.news-txt-content .txt {
  font-size: 16px;
}

.news-list {
  list-style-type: none;
}

.news-list li {
  height: 108px;
  background: #f5f5f5;
  color: #555555;
  padding: 15px 20px;
}

.news-list li p {
  font-size: 18px;
  line-height: 30px;
}

.news-list li img {
  width: 20px;
  height: 10px;
  display: block;
}

.news-list li .date {
  color: #07599b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-list li .date * {
  line-height: 1;
  display: block;
}

.news-list li .b-border-1-C6C6C6 {
  border-bottom: 1px solid #c6c6c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-content-list-title {
  color: #07599b;
}

.mb-04 {
  margin-bottom: -1.5rem;
}

.ml-05 {
  margin-left: -3rem;
}

.index-about-bg-img {
  background: #fff;
}

.index-about-bg-img .index-about-content-bg {
  border: 2px solid #dfdfdf;
}

.index-about-bg-img .border-1-C6C6C6 {
  border: 2px solid #c6c6c6;
}

.index-about-bg-img .lg-about-img-box {
  height: 400px;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer-content {
  width: 100%;
  height: 360px;
  background: #0075be;
  color: #fff;
  font-size: 16px;
}

.footer-content .footer-t-txt {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.footer-content .footer-t-txt a {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 60px;
}

.footer-content-xs {
  background: #0075be;
  color: #fff;
  font-size: 16px;
}

.footer-content-xs .footer-t-txt {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.footer-content-xs .footer-t-txt a {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 60px;
}

.beian {
  width: 100%;
  background: #192e74;
}

.beian a {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  color: #fff;
}

.beian a :hover {
  -webkit-text-emphasis: none;
          text-emphasis: none;
}

.inter-banner {
  height: 300px;
}

.box-show-bottom {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.box-show-bottom .inter-lable-bg0 {
  background: url("../../images/guoji/lable-bg-0.png") no-repeat;
  background-size: 5rem 5rem;
  background-position: 2.5rem 0.4rem;
}

.box-show-bottom .inter-lable-bg1 {
  background: url("../../images/guoji/lable-bg-1.png") no-repeat;
  background-size: 5rem 5rem;
  background-position: 2.5rem 0.4rem;
}

.box-show-bottom .inter-lable-bg2 {
  background: url("../../images/guoji/lable-bg-2.png") no-repeat;
  background-size: 5rem 5rem;
  background-position: 2.5rem 0.4rem;
}

.box-show-bottom .inter-lable-bg3 {
  background: url("../../images/guoji/lable-bg-3.png") no-repeat;
  background-size: 5rem 5rem;
  background-position: 2.5rem 0.4rem;
}

.box-show-bottom h4 {
  color: #353535;
}

.box-show-bottom p {
  color: #666666;
}

.daoshi-bg {
  background: url("../../images/guoji/daoshi.png") no-repeat;
  background-size: auto 480px;
  background-position-y: 0;
}

.daoshi-bg .daoshi-touxiang {
  border-radius: 50%;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 99%;
  border: 2px solid #fff;
  overflow: hidden;
}

.daoshi-bg .daoshi-touxiang img {
  position: absolute;
  top: 0;
  left: 0;
}

.daoshi-bg p {
  cursor: pointer;
}

.i1-bg {
  background: url("../../images/guoji/1/bg.png") no-repeat;
  background-size: cover;
}

.i1-xiaodong {
  top: 0;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  left: 41%;
}

.i2-button {
  width: 120px;
  height: 40px;
  background: #00a1e9;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.21);
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
}

#certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#certify .swiper-slide {
  width: 75%;
  background: #fff;
  -webkit-box-shadow: 0 8px 30px #ddd;
          box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide {
  height: 408px;
}

.bl-4-solid {
  border-left: 4px solid #07599b;
  margin-left: -4px;
}

.i5-chan .bg-07599B {
  position: relative;
}

.i5-chan .bg-07599B .bg-00A1E9 {
  top: 1rem;
  left: 1rem;
  z-index: -1;
}

.i5-chan h5 {
  line-height: 1.8;
}

.i5-chan .lable {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  line-height: 30px;
  position: relative;
  color: #fff;
}

.i5-chan .lable::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #00a1e9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.i5-fugai {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 36px;
  background: #00a1e9;
  border-radius: 18px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}

.i5-fugai-p {
  line-height: 1.6;
}

.i6-title span {
  width: 5px;
  background-color: #00a1e9;
  margin-left: 0.5rem;
}
/*# sourceMappingURL=style.css.map */