<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w {
  width: 1200px !important;
  margin: 0 auto;
}
.p-top-bottom-5 {
  padding: 5px 0px 5px 0px;
}
.top_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.top_fixed #iframeHeader {
  height: 220px;
}
header {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(1, 162, 234, 0.15);
}
header .header_wrap {
  width: 1420px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
  height: 130px;
}
header .logo {
  width: 22.7%;
  height: 98px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .logo a img {
  height: 100%;
  object-fit: contain;
}
header h1 {
  text-indent: -10000em;
  overflow: hidden;
}
header .nav_list {
  width: 52.2%;
  display: flex;
  justify-content: flex-end;
}
header .nav_list .nav_item {
  flex-shrink: 0;
  padding: 0 12px;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  height: 30px;
  line-height: 30px;
}
header .nav_list .nav_item .more_icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
}
header .nav_list .nav_item &gt; a {
  color: #333;
  font-size: 20px;
}
header .nav_list .nav_item &gt; a:hover {
  color: #fff;
}
header .nav_list .nav_item .popver_menu {
  position: absolute;
  left: 0;
  top: 34px;
  background-color: #fff;
  padding: 5px 0;
  min-width: 140px;
  max-width: 280px;
  display: none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
header .nav_list .nav_item .popver_menu .menu_item {
  padding: 0 11px;
  text-align: center;
}
header .nav_list .nav_item .popver_menu .menu_item a {
  color: #5f5f5f;
  font-size: 16px;
}
header .nav_list .nav_item .popver_menu .menu_item:hover {
  background-color: #f5f5f5;
}
header .nav_list .nav_item .popver_menu .menu_item:hover a {
  color: #01a2ea;
}
header .nav_list .active_item &gt; a {
  color: #fff;
}
header .search_wrap {
  display: flex;
  width: 25%;
}
header .search_wrap .search_input {
  width: 240px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.14);
  border: 2px solid #01a2ea;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  overflow: hidden;
}
header .search_wrap .search_input .input_fill {
  width: 100%;
  color: #606266;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.14);
  padding: 0 15px;
  border: 0;
  height: 40px;
  line-height: 40px;
}
header .search_wrap .search_btn {
  color: #fff;
  font-size: 18px;
  background-color: #01a2ea;
  height: 44px;
  line-height: 44px;
  padding: 0 18px;
  cursor: pointer;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
.fixed_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
.fixed_header .nav_list {
  justify-content: flex-end;
}
.fixed_header .nav_list .nav_item &gt; a {
  color: #757575;
}
.fixed_header .nav_list .nav_item &gt; a:hover {
  color: #01a2ea;
}
.fixed_header .nav_list .active_item &gt; a {
  color: #01a2ea;
}
.footer_gap {
  width: 100%;
  height: 35px;
}
footer {
  width: 100%;
  background-color: #252525;
}
footer .footer .footer_content_wrap {
  margin: 0 -15px;
}
footer .footer .footer_content_wrap .footer_content {
  display: flex;
}
footer .footer .footer_content_wrap .footer_content .footer_column_item {
  padding: 0 15px 0px 15px;
}
footer .footer .footer_content_wrap .footer_content .footer_column_item .column_item_title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
}
footer .footer .footer_content_wrap .footer_content .footer_column_item .column_menu {
  font-size: 16px;
  line-height: 1.5;
}
footer .footer .footer_content_wrap .footer_content .footer_column_item .column_menu li {
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.6);
}
footer .footer .footer_content_wrap .footer_content .footer_column_item .column_menu li a {
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.6);
}
footer .footer .footer_content_wrap .footer_content .footer_column_item .column_menu li a:hover {
  color: #ffffff;
}
footer .footer .footer_content_wrap .footer_content .col-3 {
  width: 25%;
}
footer .footer .footer_content_wrap .footer_content .col-2 {
  width: 16.67%;
}
footer .footer .footer_content_wrap .footer_content .column_zixun {
  text-align: right;
}
footer .footer .footer_content_wrap .footer_content .column_zixun .column_item_title {
  color: #01a2ea;
  font-size: 16px;
}
footer .footer .footer_content_wrap .footer_content .column_zixun .column_menu .zixun_tel {
  color: #01a2ea;
  font-size: 32px;
}
footer .footer .footer_content_wrap .footer_content .column_qr_code {
  flex-direction: column;
  justify-content: center;
}
footer .footer .footer_content_wrap .footer_content .column_qr_code .qr_code_wrap {
  width: 154px;
  height: 154px;
}
footer .footer .footer_content_wrap .footer_content .column_qr_code .qr_code_wrap .qr_code {
  width: 100%;
  height: 100%;
  display: block;
}
footer .footer .footer_content_wrap .footer_content .column_qr_code .qr_code_text {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
footer .footer .footer_line {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
}
footer .footer .footer_line .divide_line {
  width: 100%;
  border-bottom: 1px solid #545454;
}
footer .footer .footer_info {
  padding: 5px 0px 5px 0px;
  color: rgba(255, 255, 255, 0.6);
}
footer .footer .footer_info a {
  color: rgba(255, 255, 255, 0.6);
}
.camp_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  display: none;
}
.camp_top .camp_top_img {
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  background: #fff;
  transition: 0.1s;
}
.camp_top .camp_top_img:hover {
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}
.camp_top .camp_top_img .top_img {
  width: 18px;
  height: 18px;
}
.banner {
  width: 100%;
  height: 500px;
  position: relative;
}
.banner .banner_img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .banner_img .imgs {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .banner_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.banner .banner_text .banner_title {
  font-size: 46px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 5px 0px 5px 0px;
}
.banner .banner_text .banner_intro {
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.2;
}
.content_wrap .content_wrap_text {
  text-align: left;
  color: #808080;
  font-size: 16px;
  line-height: 2;
}
.content_wrap .content_wrap_line {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_wrap .content_wrap_line .divide_line {
  width: 100%;
  border-bottom: 1px dashed rgba(177, 177, 177, 0.6);
}
.content_wrap .content_img {
  width: 100%;
  height: 100%;
  display: block;
}
.content_wrap .content_img img {
  width: 100%;
  height: 100%;
  display: block;
}
.line_wrap {
  height: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line_wrap .divide_line {
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
}
.news_r {
  width: 33.33333%;
  padding: 0 20px 0px 20px;
}
.news_r .news_r_title {
  text-align: left;
  font-size: 20px;
  line-height: 2;
  padding: 5px 0px 5px 0px;
}
.news_r .recommend {
  width: 100%;
}
.news_r .recommend .recommend_item {
  width: 100%;
  padding: 12px;
}
.news_r .recommend .recommend_item .recommend_item_img {
  width: 124px;
  max-height: 100px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 12px;
  flex-shrink: 0;
}
.news_r .recommend .recommend_item .recommend_item_img img {
  width: 100%;
  height: 100%;
  display: block;
}
.news_r .recommend .recommend_item .recommend_item_content .recommend_item_title {
  font-size: 15px;
  line-height: 1.5;
  text-align: inherit;
}
.news_r .recommend .recommend_item .recommend_item_content .recommend_item_time {
  color: #969696;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  margin-top: 10px;
}
.news_r .recommend_process {
  width: 100%;
  height: auto;
}
.news_r .recommend_process img {
  width: 100%;
  height: 100%;
  display: block;
}
.news_r .join_btn {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  background: #01a2ea;
  border-radius: 100px 100px 100px 100px;
  padding: 16px 134px 16px 135px;
}
.news_r .join_btn a {
  color: #fff;
}
.pagination {
  margin-top: 20px;
  justify-content: center;
}
.pagination .p_btn {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 0;
  background-color: transparent;
}
.pagination .p_btn:hover {
  color: #01a2ea;
}
.pagination .btn_prev {
  margin-right: 4px;
}
.pagination .btn_next {
  margin-left: 4px;
}
.pagination .disabled_btn {
  cursor: not-allowed;
}
.pagination .disabled_btn:hover {
  color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
}
.pagination .pager .pager_item {
  width: 28px;
  height: 28px;
  text-align: center;
  margin: 0 4px;
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
}
.pagination .pager .pager_item:hover {
  color: #01a2ea;
}
.pagination .pager .active_page {
  color: #01a2ea;
}
.breadcrumbs {
  padding: 10px 10px 10px 10px;
  border: 0px solid #000;
  border-radius: 0px 0px 0px 0px;
}
.breadcrumbs .breadcrumbs_item {
  font-weight: normal;
}
.breadcrumbs .breadcrumbs_item a {
  font-size: 14px;
  color: #606266;
}
.breadcrumbs .breadcrumbs_item a:hover {
  color: #0086d1;
}
.breadcrumbs .breadcrumbs_item img {
  width: 14px;
  height: 14px;
  margin: 0 6px;
}
.breadcrumbs .breadcrumbs_item:last-child img {
  display: none;
}
.comp_upDown {
  border: 0px solid #000;
  padding: 12px 4px 12px 4px;
  width: 100%;
  justify-content: space-between;
}
.comp_upDown .upDown_item {
  width: 50%;
  flex-shrink: 0;
  display: flex;
}
.comp_upDown .upDown_item span {
  padding: 0 10px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.comp_upDown .upDown_item img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.comp_upDown .is_prev img {
  margin-right: 10px;
}
.comp_upDown .is_next {
  text-align: right;
  justify-content: flex-end;
}
.comp_upDown .is_next img {
  margin-left: 10px;
}
.comp_upDown .is_disables {
  opacity: 0.6;
}
</pre></body></html>