<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
  text-align: justify;
}
img {
  object-fit: cover;
}
.head {
  background-color: #fff;
}
.head .wh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.head .wh .head_l a img {
  width: 142px;
  height: 52px;
}
.head .head_r ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .head_r ul li {
  width: 95px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.head .head_r ul li a {
  width: 95px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000;
}
.head .head_r ul li a:hover {
  color: #274ae0;
  font-weight: bold;
}
.swiper {
  width: 100%;
  height: 708px;
  z-index: 1;
}
.swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab_us {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 468px;
  position: relative;
}
.ab_us .ut {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ab_us .ut .utt {
  height: 205px;
  width: 845px;
  overflow: hidden;
}
.ab_us .ut .utt h1 {
  font-weight: bold;
}
.ab_us .ut .utt p {
  font-size: 16px;
  line-height: 3;
}
.ab_us .ub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ab_us .ub div {
  height: 385px;
  width: 350px;
  background-color: #ffffff;
  position: relative;
}
.ab_us .ub div img:first-child {
  width: 350px;
  height: 250px;
}
.ab_us .ub div .ib {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  border-radius: 200px;
  box-shadow: 0px 0px 15px rgba(47, 86, 249, 0.2);
}
.ab_us .ub div h1 {
  text-align: center;
  font-weight: bold;
  margin-top: 73px;
}
.back {
  width: 100%;
  height: 300px;
  background-color: #f5f5f5;
}
.jj_f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.jj_f .jj_l {
  width: 50%;
}
.jj_f .jj_l img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.jj_f .jj_r {
  width: 47%;
  box-sizing: border-box;
}
.jj_f .jj_r div {
  margin-bottom: 40px;
}
.jj_f .jj_r div h1:first-child {
  font-size: 30px;
}
.jj_f .jj_r div h1:last-child {
  font-size: 20px;
  color: #274ae0;
}
.jj_f .jj_r div p {
  line-height: 3;
  font-size: 16px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.jj_f .jj_r button {
  width: 158px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 44px;
  background-color: transparent;
  border: 1px solid #274ae0;
  font-weight: bold;
  transition: all 300ms ease-in-out;
  font-size: 16px;
}
.jj_f .jj_r button a {
  color: #274ae0;
}
.jj_f .jj_r button:hover {
  background-color: #274ae0;
  margin-left: 10px;
  transition: all 300ms ease-in-out;
}
.jj_f .jj_r button:hover a {
  color: #ffffff;
}
.backcoo {
  background-color: #f5f5f5;
}
.backcoo .ns_f .ns_ta {
  width: 100%;
  height: 157px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.backcoo .ns_f .ns_ta h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.backcoo .ns_f .ns_ta p {
  font-size: 20px;
  font-weight: bold;
  color: #274ae0;
}
.backcoo .ns_f .ns_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.backcoo .ns_f .ns_b .ns_l {
  width: 32%;
  height: 172px;
  background-color: #ffffff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  transition: all 0.3s linear;
}
.backcoo .ns_f .ns_b .ns_l:hover {
  cursor: pointer;
  transform: translateY(-3px);
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background: -moz-linear-gradient(top, none, none);
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
  background-size: auto;
  border-top: 0px solid #eee;
  border-bottom: 0px solid #eee;
  border-right: 0px solid #eee;
  border-left: 0px solid #eee;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s, transform 0.3s;
}
.backcoo .ns_f .ns_b .ns_l img {
  width: 100px;
  height: 100px;
}
.backcoo .ns_f .ns_b .ns_l div {
  width: 220px;
  display: flex;
  flex-direction: column;
}
.backcoo .ns_f .ns_b .ns_l p {
  font-size: 16px;
}
.backcoo .ns_f .ns_b .ns_l p:first-child {
  color: #333333;
  font-size: 20px;
}
.backcoo .ns_f .ns_b .ns_l p:last-child {
  color: #999999;
  line-height: 1.5;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.il_f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 426px;
}
.il_f div {
  display: flex;
  flex-direction: column;
}
.il_f div h1 {
  font-size: 36px;
  line-height: 1.5;
}
.il_f div span {
  font-size: 20px;
  color: #274ae0;
  font-weight: bold;
  margin: 30px 0;
}
.il_f div p {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.il_f img {
  width: 534px;
  height: 355px;
}
.footer {
  background-color: #1f2541;
  height: 258px !important;
}
.footer .wh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 212px;
  padding: 0 40px;
  box-sizing: border-box;
}
.footer .wh .f_t_a {
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .wh .f_t_a div {
  display: flex;
  align-items: center;
  color: #999999;
}
.footer .wh .f_t_a div i {
  font-size: 17px;
  margin-right: 10px;
}
.footer .wh .f_t_a div p {
  color: #999999;
  font-size: 14px;
}
.footer .wh .ew {
  width: 117px;
  height: 117px;
}
.footer .f_t_b {
  background-color: #12162b;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .f_t_b p {
  color: #666666;
  font-size: 14px;
}
.ab_sf {
  background-color: #fff;
}
.ab_sf .wh {
  padding: 50px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 853px;
}
.ab_sf .wh .sd_lis {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ab_sf .wh .sd_lis img {
  height: 328px;
  width: 534px;
}
.ab_sf .wh .sd_lis div {
  height: 266px;
  width: 502px;
}
.ab_sf .wh .sd_lis div h1 {
  font-size: 30px;
  line-height: 1.2;
}
.ab_sf .wh .sd_lis div span {
  display: block;
  color: #274ae0;
  padding-top: 20px;
  padding-bottom: 40px;
}
.ab_sf .wh .sd_lis div p {
  font-size: 16px;
  line-height: 1.75;
}
.bodyback {
  background-image: url(../image/-48751.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover 1000px;
}
.fd_fw {
  height: 300px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.fd_fw .wh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
}
.fd_fw .wh div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.fd_fw .wh div img {
  width: 93px;
  height: 93px;
}
.fd_fw .wh div h1 {
  color: #ffffff;
  font-size: 20px;
  margin: 10px 0;
}
.fd_fw .wh div p {
  color: #ffffff;
  font-size: 16px;
}
.backw {
  background-color: #ffffff;
}
.fw_ss .wh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 538px;
}
.fw_ss .wh .fimg {
  width: 611px;
  height: 428px;
}
.fw_ss .wh .fw_ss_t {
  height: 391px;
  width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.fw_ss .wh .fw_ss_t .h11 {
  display: flex;
  flex-direction: column;
}
.fw_ss .wh .fw_ss_t .h11 span {
  font-size: 26px;
  color: #333333;
}
.fw_ss .wh .fw_ss_t .h11 span:last-child {
  font-size: 14px;
  color: #999999;
}
.fw_ss .wh .fw_ss_t p {
  line-height: 1.75;
  color: #666666;
  font-size: 16px;
}
.fw_ss .wh .fw_ss_t .fw_ss_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.fw_ss .wh .fw_ss_t .fw_ss_b div img {
  width: 57px;
  height: 57px;
}
.fw_ss .wh .fw_ss_t .fw_ss_b div h1 {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.fa_s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
  padding-bottom: 0;
}
.fa_s .s_lsit {
  width: 585px;
  height: 328px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  transition: all 300ms ease-in-out;
}
.fa_s .s_lsit:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-in-out;
}
.fa_s .s_lsit img {
  width: 100%;
  height: 264px;
}
.fa_s .s_lsit div {
  width: 527px;
  height: 64px;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}
.fa_s .s_lsit div h1 {
  font-size: 16px;
  color: #333333;
}
.fa_s .s_lsit div p {
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.new_f {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 60px;
}
.new_f .newlist {
  width: 385px;
  height: 321px;
  margin-right: 10px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 56px 30px 0;
  transition: all 0.3s ease-in-out;
}
.new_f .newlist:hover {
  transform: perspective(900px) translate3d(0, -8px, 8px);
  background-color: #274ae0;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  color: #ffffff !important;
}
.new_f .newlist:hover .d {
  color: #ffffff !important;
}
.new_f .newlist:hover .w {
  color: #ffffff !important;
}
.new_f .newlist:hover .s {
  color: #ffffff !important;
}
.new_f .newlist:hover h1 {
  color: #ffffff !important;
}
.new_f .newlist:nth-child(3n) {
  margin-right: 0px;
}
.new_f .newlist .d {
  font-size: 16px;
  color: #999999;
  font-weight: bold;
}
.new_f .newlist .w {
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 80px;
}
.new_f .newlist .s {
  font-size: 16px;
  color: #274ae0;
  font-weight: bold;
}
.new_f .newlist h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  color: #333333;
}
.new_ye {
  margin-top: 20px;
  margin-bottom: 40px;
}
.new_ye ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_ye ul .ddf {
  width: 30px;
  height: 30px;
  background: #eee;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
}
.new_ye ul li {
  float: left;
  margin-right: 10px;
  height: 30px;
  width: 67px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.new_ye ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_ye ul li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tit p {
  display: block;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 0.1px;
  font-size: 14px;
  color: #333333;
}
.tit p span {
  color: #999999;
}
.nav p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.fyyy {
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.fyyy p {
  font-size: 14px;
  color: #666;
}
</pre></body></html>