body {
  font: 14px/1.571429 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
  color: #76838f;
}

a {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.border_width_1 td{
  border-width:1px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}

.null-line-40 {
  height: 40px;
}

.logo-info {
  height: 106px;
  line-height: 106px;
}

.logo-info img{
  border-radius: 12px;
}

.logo-info-right .top-info {
  display: inline-block;
  padding-left: 20px;
  text-align: left;
  max-width: unset;
  float: right;
}

.logo-info-right .top-info .content-box {
  display: -webkit-inline-box;
}

.logo-info-right .bi {
  margin-right: 8px;
  color: rgb(51, 51, 51);
}

.top-info p {
  font-size: 1.1em;
  color: #9692a0;
  padding-right: 20px;
  border-right-style: ridge;
  border-width: 4px;
  height: 21px;
  line-height: 21px;
  margin-top: 40px;
}

.top-info:first-child p {
  border-right-style: none;
}

.logo-info-right .bi::before {
  font-size: 25px;
}

.top-info p a {
  color: #9692a0;
  font-size: 1em;
  text-decoration: none;
}

.nav-line,
.navbar,
.navbar-nav,
#navbarSupportedContent {
  background-color: #106192 !important;
}

.nav-line .navbar {
  height: 100%;
  padding: 0;
}
.dropdown-menu {
  background-color: #106192;
  color: #fff;
  min-width: unset;
  width: fit-content;
}

.dropdown-item {
  background-color: #106192;
  color: #fff;
}

.dropdown-item:hover {
  background-color: #fff;
  color: #106192;
}

.dropdown-divider {
  border-top: 1px solid #fff;
}

/**小屏0px-768px*/
@media only screen and (min-width:0px) and (max-width:768px) {
  .nav-line{
    padding:0;
    margin:0;
  }
  .nav-line .container{
    padding:0;
    margin:0;
  }
  .nav-line .navbar .active {
    color: #fff !important;
  }
  .logo-info img{
    width:100%;
  }
  .nav-item {
    width: 25% !important;
    padding-right: 10px !important;
    float: left;
  }
  .nav-line .container-fluid{
    padding:unset;
  }
  .nav-item .dropdown-menu{
    width: fit-content;
    position: absolute;
    z-index: 99;
  }
  .nav-item .nav-link {
    text-align: center !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .dropdown-menu.show{
    right: 20px;
    left:unset;
  }
  .mb-2{
    margin: unset !important;
  }
  #navbarSupportedContent{
    height: 40px !important;
  }
  .article-image-row1{
    display: none;
  }
  iframe{
    height: fit-content;
  }
}


@media only screen and (min-width:768px) {
  .nav-line .navbar .container-fluid{
    padding: unset !important;
  }
  .nav-line .navbar .active {
    background-color: #fff;
    color: #106192 !important;
  }

}

.nav-item .nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.nav-item {
  padding-right: 70px;
  display: inline-block;
}

.dropdown-menu .li {
  margin: 0;
}

.navbar-toggler {
  margin: var(--bs-navbar-toggler-padding-y) 0;
  border: var(--bs-border-width) solid #fff;
}

.navbar-toggler .bi-justify {
  color: #fff;
  l
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
  /* 去掉小屏幕导航按钮阴影 */
}

.slide-line {
  padding-left: 0;
  padding-right: 0;
}

/* 新闻循环 */
.news-slide-line {
  background-color: #106192;
  height: 100%;
  width: 95%;
  margin: 10px auto;
  border-radius: 12px;
}

.news-slide-line .row {
  background-color: #106192;
  border-radius: 12px;
  padding: 8px 0 0 0;
}

@media only screen and (min-width:1024px) {
  .news-slide-line .news-title {
    color: #fff;
    padding: 8px 30px 8px 30px;
    text-align: center;
  }

  .news-slide-line .news-more {
    color: #fff;
    padding: 8px 30px 8px 30px;
    text-align: right;
  }
}

@media only screen and (min-width:0px) and (max-width:1024px) {
  .news-slide-line .news-title {
    color: #fff;
    padding: 8px 30px;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .news-slide-line .news-more {
    display: none;
  }
}

.news-slide-line .swiper-container {
  height: 42px;
  overflow: hidden;
  padding: 0 30px;
}

.news-slide-line .swiper-wrapper {
  display: block;
}

.news-slide-line .swiper-slide {
  z-index: -999;
  text-align: left;
  padding: 8px 0;
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.news-slide-line .swiper-slide a {
  color: #fff;
  overflow: hidden;
}

.news-slide-line .swiper-slide span {
  margin: 0 auto;
  padding: 0 auto;
  color: #fff;
}

.news-slide-line .bi-folder-symlink {
  color: #fff;
}

/* product/推举产品 */
.product {
  padding: 20px 0;
  background-color: rgb(245, 245, 245);
}

.product h3 {
  font-size: 1.25rem;
  padding: 10px 0;
}

.product .product-nav {
  padding: 0px 0px 40px 0px;
  list-style: none;
}

.product .product-nav>li {
  text-align: left;
  margin-bottom: 1px;
  background: #106192;
  border-radius: 12px;
}

.product .product-nav>li>a {
  text-decoration: none;
  display: block;
  height: 45px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  line-height: 45px;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.product .product-nav>li>a:hover {
  background-color: #fff;
  color: #106192;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product .product-image-list {
  padding: 5px 15px;
}

.product .product-image-list .card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 12px;
}

.product .product-image-list .card:hover {
  border: 8px solid rgb(245, 245, 245) !important;
  border-radius: 12px;
}

.product .product-image-list .card-img-top {
  width: 100%;
  padding: 5px;
}

.product .product-image-list .card-block {
  padding: 10px 25px;
}

.product .card-title a {
  font-weight: normal;
  font-size: 14px;
  color: rgb(51, 51, 51);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product .product-image-list h5 {
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* about/关于我们*/
.about {
  padding: 30px 0;
}
.left .column-nav {
  padding: 0px 0 40px 0;
  list-style: none;
}
.left .column-nav  li {
  text-align: left;
  background: #106192;
  margin-bottom: 1px;
  border-radius: 5px
}
.left .column-nav  li  a {
  text-decoration: none;
  display: block;
  height: 45px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  line-height: 45px;
  margin: 0px;
}
.left .column-nav  .active a {
  color: #106192 !important;
  background-color: #e6e6e6 !important;
}
.left .column-nav  li  a:hover {
  color: #106192 !important;
  background-color: #e6e6e6 !important;
}
.about .about-title {
  margin-top: 40px;
  animation-name: example;
  animation-duration: 1s;
  animation-delay: 1s;
  font-size: 30px;
  color: #37474f;
  position: relative;
  font-weight: bold;
  margin: 15px 0;
}

.about .about-title-en {
  text-align: center;
  padding: 0px 10%;
  font-size: 20px;
  color: rgb(153, 153, 153);
  position: relative;
  margin-bottom: 20px;
}

.about .about-content {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: .8em;
  text-indent: 30px;
  line-height: 2rem;
  color: #76838f;
  padding: 0 20px 0 20px;
}

.about .linkbox {
  text-align: center;
}

.about .linkbox .link {
  padding: 5px 14px;
  font-size: 14px;
  line-height: 26px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  margin: 0px auto;
  text-align: center;
  background: rgb(0, 0, 0);
  transition: all 0.3s ease 0s;
}

.about .more {
  margin: 50px 10px 0 10px;
}

.about .card {
  margin-top: 10px;
  padding: 5px 5px 0 5px;
}

.about .card:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  margin-top: 0;
}

.about .card-block {
  padding: 0;
  padding-top: 10px;
}

.about .card-block .card-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.about .card-block .card-title a {
  text-align: center;
  margin: 0px auto;
  display: block;
  color: #37474f;
  position: relative;
}

/*新闻/newslist*/
.news {
  margin-bottom: 30px;
}

.news h3 {
  font-size: 30px;
  color: rgb(0, 0, 0);
  position: relative;
  font-weight: bold;
  margin: 15px 0;
}

.news h5 {
  text-align: center;
  padding: 0px 10%;
  font-size: 20px;
  color: rgb(153, 153, 153);
  position: relative;
  margin-bottom: 20px;
}

.news .updatetime {
  float: right;
}

.news a {
  color: #76838f;
  text-decoration: none;
  width: 95%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .news-line {
  margin: 10px 0px 0px;
  padding: 0px 25px;
}

.news a:hover {
  color: #106192;
}

.news .news-line .bi-circle-fill::before {
  content: "\f287";
  font-size: 2px;
}

.news .news-line .title {
  display: inline-flex;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*footer*/
.footer {
  background-color: #106192;
  color: aliceblue;
  padding: 30px 0 20px 0;
}

.footer .right {
  text-align: right;
  padding: 0 10px 0 0 !important;
}

.footer .right .telephone {
  margin: auto 0;
  padding: unset;
}

.footer .right .bi-wechat {
  font-size: 25px;
}

.footer .right .ui-footer-icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: url(../images/qq25.png) no-repeat;
}

.right-weixin-image {
  display: none;
  position: absolute;
  bottom: -1300px;
  width: 200px;
  height: 200px;
  margin-left: 65%;
}

.right-weixin-image img {
  width: 100%;
}

.footer .right p {
  margin: 0;
}

.footer .right .float-right a {
  text-decoration: none;
  color: #ffffff;
  margin-right: 5px;
}

.footer .right .copyright {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.footer .left .links {
  padding: 0 auto !important;
}
.footer .left .links img {
  border-radius: 12px;
}

@media only screen and (min-width:768px) {
  .footer .left .links .link-title {
    padding: unset;
  }
}

.footer .left .links .breadcrumb {
  float: left;
}

.footer .left .links .breadcrumb .link {
  text-align: center;
}

.footer .left .links .breadcrumb li a {
  color: #fff;
}

.footer .left .links .breadcrumb li a:hover {
  color: #76838f;
}
.footer .left img{
  width:100%;
}
/* column-about */
.column-about-title,
.column-about-nav {
  font-weight: normal;
  font-size: 18px;
  border-bottom: 1px solid #dddddd !important;
  margin-top: 1px;
  text-shadow: none;
}

.column-about-title>div {
  width: fit-content;
}

.column-about-title>div>p {
  height: 2px;
  width: 100%;
  background-color: #106192;
}

.column-nav {
  padding: 0px 0 40px 0;
  list-style: none;
}

.column-about .breadcrumb {
  background-color: unset;
  border-bottom: 1px solid #dddddd !important;
  padding: 7px 0;
}

.column-about .breadcrumb .bi {
  float: left;
  padding-right: 10px;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb>.breadcrumb-item>a {
  color: #636c72 !important;
}

.column-about .left-editor {
  padding: 0px 0px;
  margin: 0;
}

@media only screen and (max-width:768px) {
  .column-about .left {
    display: none;
  }

  .null-line-40 {
    height: 10px;
  }
}

/*conlum-image-list*/
.left-editor {
  padding: 20px 0;
}

.left-editor .product-image-list {
  padding: 5px 15px;
}

.left-editor .product-image-list .card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.left-editor .product-image-list .card:hover {
  border: 8px solid rgb(245, 245, 245) !important;
  border-radius: .25rem;
}

.left-editor .product-image-list .card-img-top {
  width: 100%;
  padding: 5px;
}

.left-editor .product-image-list .card-block {
  padding: 10px 25px;
}

.left-editor .card-title a {
  font-weight: normal;
  font-size: 15px;
  color: rgb(51, 51, 51);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.left-editor .product-image-list h5 {
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.left-editor .product-image-list-nav {
  width: 100%;
  padding: 0;
}

.left-editor .product-image-list-nav nav {
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}

.left-editor .product-image-list-nav .page-item {
  padding-top: 10px;
}

.left-editor .product-image-list-nav .pagination {
  width: fit-content;
}

/*colunm-text-list*/
.left-editor .news-list {
  width: 100%;
}

.left-editor .news-list-li {
  list-style-type: none;
  border: 10px solid rgb(247, 247, 247);
  background-color: rgb(255, 255, 255);
  padding: 15px;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
}

.left-editor .news-list-li:hover {
  border: 5px solid rgb(247, 247, 247);
}

.left-editor .news-list-li-a {
  text-decoration: none;
  color: #9692a0 !important;
  font-size: 20px;
}

/*article*/
.article-title {
  margin: 30px 0;
  padding: 0 30px 20px 30px;
  width: 100%;
  border-bottom: 1px solid #dddddd !important;
}

.article-title>h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #37474f;
}

.article-title-date>span {
  font-size: 16px;
  color: #a3afb7;
}

.article-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd !important;
}
.article-content p{
  text-indent:28px;
}
.content-next{
  padding: 20px 40px;
  margin: 0 auto;
  float: left;
  width: 100%;
}
.content-next>a{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #76838f;
  color: #333;
  font-size: 14px;
  width: fit-content;
}
.content-next>.pre{
  float: left;
  margin: 5px auto;
}
.content-next>.next{
  float: right;
  margin: 5px auto;
}
.page-link{
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
}
.left-editor p {
  font-size: 16px;
  line-height: 1.75rem;
  text-indent: 32px;
  color: #76838f
}

/*article-images*/
.article-image-row1>.row>.left-image>img{
  width: 100%;
  max-width: 400px;
}
.article-image-row1 .page{
  margin:20px auto;
}
.article-image-row1 .page .pre,.article-image-row1 .page .next{
  margin:5px auto;
}

@media only screen and (max-width:768px) {
  .article-image-row2 .article-image-row2-content-left{
    display:none;
  }
}

p.description {
  color: rgb(153, 153, 153);
  min-height:80px;
  margin: 30px 0; 
}


.article-image-row2{
  padding-top: 40px;
  background-color: #f2f2f2;
}
.article-image-row2-content{
  background-color: #ffffff;
}
.article-image-row2-content-right{
  padding: 30px 30px;
}
.article-image-row2-content-right>p{
  color: #62a8ea;
  border-bottom: 2px solid #62a8ea;
  background-color: transparent;
  width: fit-content;
  padding: 10px 15px;
}
.article-image-row2-content-left {
  padding: 30px 30px;
}
.article-image-row2-content-left>h3{
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1.2;
  color: #37474f;
}
.article-image-row2-content-left>ul{
  margin-top: 20px !important;
}
.article-image-row2-content-left>ul>li{
  list-style-type: none;
  margin: 20px 0;
}
.article-image-row2-content-left>ul>li>h4>a{
  font-size: 14px !important;
  color: #5e7387;
}
.article-image-row2-content-left>ul>li>h4>a:hover{
  color: #0275d8;
  text-decoration: none;
}
.article-image-row2-content-left>ul>li>a>img{
  width: 100%;
}
