<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.mt60 {
  margin-top: 60px;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.txtover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 50%;
}
.swiper1 .swiper-pagination {
  display: none;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #fff;
  border-radius: 50%;
}
.swiper1 .swiper-button-next {
  display: none;
}
.swiper1 .swiper-button-prev {
  display: none;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.index-about {
  padding: 95px 0;
}
.index-about h2 {
  font-size: 36px;
  color: #0059b9;
  font-weight: bold;
  text-align: center;
}
.index-about h3 {
  font-size: 18px;
  color: #0059b9;
  text-align: center;
  line-height: 80px;
}
.index-about p {
  font-size: 14px;
  color: #363636;
  text-align: center;
  line-height: 24px;
}
.index-more {
  display: block;
  width: 230px;
  line-height: 50px;
  border: 2px solid #3a83cd;
  background: #fff url(icon1.png) 70% center no-repeat;
  text-align: center;
  color: #0059b9;
  border-radius: 25px;
  font-size: 16px;
  margin: 50px auto 0 auto;
}
.index-more:hover {
  background-color: #3a83cd;
  color: white;
}
.bk2 {
	height: 520px;
	padding-top: 50px;
	background-image: url(../bg2.jpg);
}
.box1 {
  width: 288px;
}
.box2 {
  width: 288px;
  height: 450px;
  margin-top: 20px;
}
.bk2 .fc {
  width: 590px;
  float: left;
  margin-left: 15px;
}
.box3 {
  float: left;
}
.box4 {
  float: right;
}
.box5 {
  clear: both;
}
.box5 {
  background: url(center-logo.png) center center no-repeat;
  height: 220px;
  margin-top: 20px;
}
.box6 {
  float: left;
  margin-top: 20px;
}
.box7 {
  float: right;
  margin-top: 20px;
}
.box9 {
  margin-top: 20px;
}
.w1,
.w1 img {
  width: 288px;
  height: 210px;
}
.w2,
.w2 img {
  width: 288px;
  height: 450px;
}
.box {
  position: relative;
}
.box-content {
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.box-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.tit {
  text-align: center;
  margin-top: 50px;
}
.tit h3 {
  display: block;
  text-align: center;
  font-size: 30px;
  color: black;
}
.yygk_nav {
  text-align: center;
  margin-top: 60px;
}
.yygk_nav li {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}
.yygk_nav li a {
  width: 120px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #363636;
  text-align: center;
  display: block;
  background-color: #f4f5f6;
}
.yygk_nav li.curr a {
  color: white;
  background-image: linear-gradient(to right, #377dca, #52beec);
}
.yygk_nav li:hover a {
  color: white;
  background-image: linear-gradient(to right, #377dca, #52beec);
}
.list_yygk dl {
  padding: 25px 0;
  border-bottom: 1px solid #0059b9;
}
.list_yygk dl dt {
  width: 10%;
  height: 80px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, #377dca, #52beec);
}
.list_yygk dl a {
  display: flex;
  justify-content: space-between;
}
.list_yygk dl dt b {
  font-size: 24px;
  font-weight: bold;
}
.list_yygk dl dt span {
  font-size: 16px;
}
.list_yygk dl dd {
  width: 88%;
}
.list_yygk dl dd h3 {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_yygk a:hover h3 {
  color: #387dcb;
}
.list_yygk dl dd p {
  font-size: 14px;
  color: #363636;
}
.piclist {
  margin-top: 100px;
  overflow: hidden;
  background-color: #f4f7fc;
  padding-bottom: 60px;
}
.piclist .w {
  height: 400px;
  margin-top: 50px;
}
.piclist .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.piclist .swiper-slide {
  text-align: center;
  height: calc((100% - 100px) / 2);
}
.piclist .swiper-slide a {
  display: block;
  position: relative;
}
.piclist .swiper-slide img {
  width: 100%;
}
.piclist .swiper-slide a span {
  position: absolute;
  background-image: linear-gradient(to right, #377dca, #52beec);
  opacity: 0;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: white;
  font-size: 16px;
  text-align: center;
  z-index: 10;
}
.piclist .swiper-slide a:hover span {
  opacity: 0.9;
}
.piclist .swiper-pagination-bullet {
  display: none;
}
.owl-tqlist {
  margin-top: 60px;
  margin-bottom: 60px;
}
.owl-tqlist .item {
  display: block;
  margin: 0 10px;
  position: relative;
  padding-bottom: 70px;
}
.owl-tqlist .item img {
  width: 100%;
}
.owl-tqlist .item .listcon {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  line-height: 70px;
  border: 1px solid #DDDDDD;
  border-top: 0;
  color: #0059b9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.owl-tqlist .item .listcon h3 {
  text-align: center;
}
.owl-tqlist .item .listcon p {
  display: none;
}
.owl-tqlist .item:hover .listcon {
  border: 1px solid #0059b9;
  border-top: 0;
  width: 100%;
  bottom: 0;
  background-color: #0059b8;
  color: white;
  padding: 5px;
  box-sizing: border-box;
}
.owl-tqlist .item:hover .listcon h3 {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
  text-align: center;
}
.owl-tqlist .item:hover .listcon p {
  display: block;
  font-size: 14px;
  line-height: 25px;
}
.owl-tqlist .owl-buttons {
  height: 72px;
  margin-top: -72px;
}
.owl-tqlist .owl-buttons div {
  width: 64px;
  height: 72px;
}
.owl-tqlist .owl-buttons .owl-prev {
  position: absolute;
  left: -130px;
  top: 50%;
  margin-top: -36px;
  background: url(left.png) center center no-repeat;
}
.owl-tqlist .owl-buttons .owl-prev:hover {
  background: url(left1.png) center center no-repeat;
}
.owl-tqlist .owl-buttons .owl-next {
  position: absolute;
  right: -130px;
  top: 50%;
  margin-top: -36px;
  background: url(right.png) center center no-repeat;
}
.owl-tqlist .owl-buttons .owl-next:hover {
  background: url(right1.png) center center no-repeat;
}
.owl-tqlist .owl-pagination {
  display: none;
}
.bg3 {
  background-color: #f4f7fc;
  padding-bottom: 100px;
  overflow: hidden;
}
#rollAD {
  height: 196px;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
#rollText {
  position: absolute;
}
#rollText li {
  float: left;
  width: 116px;
  height: 52px;
  list-style: none;
  margin: 0 5px 20px 5px;
}
#rollText li img {
  width: 114px;
  height: 50px;
  border: 1px solid #eee;
}
#rollAD1 {
  height: 196px;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
#rollText1 {
  position: absolute;
}
#rollText1 li {
  float: left;
  width: 116px;
  height: 52px;
  list-style: none;
  margin: 0 5px 20px 5px;
}
#rollText1 li img {
  width: 114px;
  height: 50px;
  border: 1px solid #eee;
}
.imglist {
  display: none;
}
.adlist {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.adlist a {
  display: block;
  width: 585px;
  height: 190px;
  margin-top: 35px;
}
.adlist a img {
  width: 100%;
  height: 100%;
}
.zdlist {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.zdlist li {
  float: left;
  width: 116px;
  height: 52px;
  list-style: none;
  margin: 0 5px 20px 5px;
}
.zdlist li img {
  width: 114px;
  height: 50px;
  border: 1px solid #eee;
}
.owl-tqlist3 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.owl-tqlist3 .item {
  display: block;
}
.owl-tqlist3 .item img {
  width: 114px;
  height: 50px;
  border: 1px solid #eee;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .mt60 {
    margin-top: 20px;
  }
  .index-about {
    padding: 35px 10px;
  }
  .index-about h2 {
    font-size: 24px;
  }
  .index-about h3 {
    font-size: 14px;
    padding: 10px 0;
    line-height: 20px;
  }
  .bk2 {
    display: none;
  }
  .list_yygk dl dt {
    width: 30%;
  }
  .list_yygk dl dd {
    width: 68%;
  }
  .index-more {
    display: block;
    width: 150px;
    line-height: 35px;
    background: #fff url(icon1.png) 80% center no-repeat;
  }
  .adlist a {
    display: block;
    width: 585px;
    height: auto;
    margin-top: 15px;
  }
  .adlist a img {
    width: 100%;
    height: auto;
  }
  .yygk_nav li {
    padding: 0 5px;
  }
  .yygk_nav li a {
    width: 100px;
  }
  .piclist .w {
    height: 150px;
  }
  .piclist .swiper-slide {
    text-align: center;
    height: 50px;
  }
  #rollText li {
    width: 30%;
  }
  #rollText li img {
    width: 100%;
  }
  .list_tq {
    overflow: hidden;
  }
  .swiper-container-horizontal &gt; .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: none;
  }
}
</pre></body></html>