@font-face {
  font-family: FZDHTK;
  src: url(./FZDHTJW.ttf) format(truetype);
}

.header {
  background: top right / auto 100% url(../img/open-header-bg.jpg);
}
.top-logo {
  padding-top: 10px;
}
.top-logo img {
  height: 54px;
}
.main-section {
  background: #f8f8f8;
}
.logo-wrapper img {
  height: 160px;
}
.intro-wrapper {
  background: #ebf8ff;
  padding: 40px 30px;
  line-height: 2.5;
  text-indent: 2rem;
}
.intro-wrapper img {
  margin-right: 24px;
}
.block-wrapper {
  margin-top: 2rem;
}
.block-title {
  font-size: 40px;
  font-family: FZDHTK;
  font-weight: bold;
  color: #ffea00;
  padding: 24px 10px;
  text-align: center;
  background: top left / auto 100% url(../img/open-title-bg.jpg);
}
.block-content {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.19);
  border-radius: 4px;
  padding: 40px 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.icon-entry-wrapper {
  text-align: center;
  flex: 1 0 calc(33% - 30px);
  align-items: center;
  padding: 12px 18px;
  background: #d4f3ff;
  border-radius: 4px;
  color: #0066ee;
  font-size: 22px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.icon-entry-wrapper span {
  display: block;
}
.icon-entry-wrapper .icon-wrapper {
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  line-height: 74px;
  background: #026af0;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}
.icon-entry-wrapper .icon-wrapper .iconfont {
  color: #fff;
  font-size: 44px;
}
.large-icon-entry-wrapper {
  text-align: center;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 calc(33% - 37px);
  background: #d4f3ff;
  border-radius: 4px;
}
.large-icon-entry-wrapper:nth-child(-n + 2) {
  margin: 0 45px 40px 0;
}
.large-icon-wrapper {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.large-icon-wrapper img {
  width: 226px;
}
.large-icon-entry-wrapper .text-wrapper {
  padding: 0 15px;
  font-size: 22px;
  line-height: 36px;
  color: #333;
}
.addition-block {
  padding-right: 30px;
  padding-bottom: 40px;
}
.image-list .image-item-wrapper{
  margin: 0 30px 40px 0;
  flex: calc(25% - 30px);
}
.image-item-wrapper .text-wrapper {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 22px;
}
#image-1 .text-wrapper {
  background-color: #3ea4d0;
  line-height: 62px;
}
#image-2 {
  background-color: #759eea;
}
#image-3 {
  background-color: #15b1fe;
}
@media only screen and (max-width: 991px) {
  .logo-wrapper img {
    height: auto;
    width: 80%;
    max-width: 2000px;
  }
  .large-icon-entry-wrapper {
    margin: 0 30px 30px 0 !important;
    flex: 1;
  }
  .image-list .image-item-wrapper {
    flex: 1 1 100%;
    margin-bottom: 30px !important;
  }
  .image-list .image-item-wrapper {
    margin-right: 0;
  }
  #image-1 {
    margin-bottom: 30px;
    display: block;
  }
  #image-1 img,
  #image-2 img,
  #image-3 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  #image-1 .text-wrapper,
  #image-2 .text-wrapper,
  #image-3 .text-wrapper {
    line-height: 80px;
    font-size: 18px;
  }
  .icon-entry-wrapper {
    margin-right: 30px;
  }
  
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-12,.col-lg-6,.col-lg-5,.col-12,.col-lg-7{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
  
}
@media only screen and (max-width: 767px) {
  .block-title {
    font-size: 28px;
  }
  .block-content {
    padding-top: 20px;
    padding-left: 15px;
  }
  .icon-entry-wrapper {
    flex: 1 0 80%;
    margin-right: 15px;
  }
  .large-icon-entry-wrapper {
    margin: 0 15px 20px 0 !important;
  }
  .image-list .image-item-wrapper {
    margin-bottom: 20px !important;
  }
  .image-list {
    padding-right: 15px;
  }
  .addition-block {
    padding: 20px 15px;
  }
  .top-logo img {
    width: 50%;
    height: auto;
  }
}


/*221108*/
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.p-0 {
    padding: 0!important;
}

.p-4 {
    padding: 1.5rem!important;
}
.p-5 {
    padding: 0.61rem!important;
}

.text-center {
    text-align: center!important;
}

.f-icon {
    font-size: 3.5rem!important;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 85px;
    text-align: center;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.d-block {
    display: block!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.bg-primary {
    background-color: #007bff!important;
}


.h5, h5 {
    font-size: 1.25rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.d-flex2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.pl-2, .px-2 {
    padding-left: 0.5rem!important;
}
.pr-2, .px-2 {
    padding-right: 0.5rem!important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.rounded {
    border-radius: 0.25rem!important;
}
.bg-white {
    background-color: #d4f3ff!important;
}


.lb1 li {
    margin: 5px 0;
    float: left;
    width: 100%;
}

.lb1 li a {
    display: block;
    line-height: 21px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 6%);
    padding: 10px 15px;
    border-radius: 4px;
}

.block-content1 {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.19);
    border-radius: 4px;
    padding: 15px 15px 30px 15px;
    display: flex;
    flex-wrap: wrap;
}

