﻿html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
body {
  width: 100vw;
  overflow: hidden;
}
.contain {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.fr {
  float: right;
}
.header {
  width: 100%;
  height: 130px;
  background: #F2F8FA;
  line-height: 130px;
}
.logo {
  display: inline-block;
}
.logo img {
  height: 70px;
  vertical-align: middle;
}
.toplink {
  margin-top: -21px;
}
.toplink ul {
  display: inline-block;
}
.toplink li {
  display: inline-block;
  margin: 0 5px;
}
.toplink a {
  display: inline-block;
  text-decoration: none;
  color: #026799;
  padding: 0 9px;
  border-right: 1px solid #026799;
  line-height: 17px;
}
.toplink :last-child {
  border: none;
  padding: 0 0 0 9px;
}
.search {
  position: absolute;
  right: 0;
  top: 82px;
  line-height: 0;
}
.search input {
  border: 1px solid #026799;
  height: 26px;
  background: none;
}
.search img {
  position: absolute;
  right: 10px;
  top: 6px;
  height: 20px;
}
.nav {
  height: 50px;
  background-color: #0B7EBF;
}
.nav a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: inline-block;
}
.nav .fa_nav .active > a {
  background: #CFF0FD;
  color: #0B7EBF;
}
.nav .fa_nav li {
  position: relative;
  display: inline-block;
  line-height: 50px;
}
.nav .fa_nav a {
  padding: 0 18px;
  box-sizing: border-box;
}
.nav .fa_nav a:hover {
  color: #0B7EBF;
  background-color: #CFF0FD;
}
.nav .ch_nav {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  color: #fff;
}
.nav .ch_nav div {
  z-index: 10;
  background-color: #0B7EBF;
  webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.4s 0.1s;
  -moz-transition: all 0.4s 0.1s;
  -ms-transition: all 0.4s 0.1s;
  transition: all 0.4s 0.1s;
  position: relative;
}
.nav .ch_nav li {
  display: block;
}
.nav .fa_nav li:hover .ch_nav div {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.banner {
  width: 100VW;
  height: 320px;
  position: relative;
}
.banner .swiper {
  width: 100%;
  height: 100%;
  --swiper-theme-color: #1079AD;
}
.banner .swiper a {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .myprev {
  position: absolute;
  top: 50%;
  left: 66px;
  z-index: 100;
  opacity: 0.5;
  margin-top: -40px;
}
.banner .mynext {
  position: absolute;
  top: 50%;
  right: 66px;
  z-index: 100;
  opacity: 0.5;
  margin-top: -40px;
}
.bslc {
  margin-top: 28px;
  font-size: 18px;
  color: #026799;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  margin-bottom: 36px;
}
.bslc .title {
  position: relative;
  margin-bottom: 18px;
}
.bslc .line1 {
  height: 1px;
  background-color: #026799a3;
  display: inline-block;
  width: calc(50% - 71px);
  position: absolute;
  left: 0;
  top: 50%;
}
.bslc .line2 {
  height: 1px;
  background-color: #026799a3;
  display: inline-block;
  width: calc(50% - 71px);
  position: absolute;
  right: 0;
  top: 50%;
}
.bslc .t {
  display: inline-block;
}
.bslc .t::before,
.bslc .t::after {
  content: "";
  width: 5px;
  height: 20px;
  border-left: 2px solid #026799a3;
  border-right: 3px solid #026799a3;
  display: inline-block;
  margin-right: 15px;
  transform: skewX(-32deg);
  text-align: center;
  vertical-align: middle;
}
.bslc .t::after {
  margin-right: 0;
  margin-left: 15px;
  border-left: 3px solid #026799a3;
  border-right: 2px solid #026799a3;
}
.bslc .lc-list {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.bslc .lc-list .item {
  border-bottom: 3px solid #02679901;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
}
.bslc .lc-list .item a {
  text-decoration: none;
  color: #777;
}
.bslc .lc-list .item img {
  display: inline-block;
}
.bslc .lc-list .item span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
}
.bslc .lc-list .item .ls {
  display: none;
}
.bslc .lc-list .item:hover {
  border-bottom: 3px solid #026799;
}
.bslc .lc-list .item:hover span {
  color: #026799;
}
.bslc .lc-list .item:hover .hs {
  display: none;
}
.bslc .lc-list .item:hover .ls {
  display: unset;
}
.bslc .item-list {
  margin-top: 16px;
}
.bslc .item-list div {
  text-align: left;
}
.bslc .item-list span {
  white-space: pre;
  border: 1px solid #ddd;
  padding: 4px;
  padding: 4px 12px;
  margin-right: 18px;
  line-height: 44px;
  text-wrap: nowrap;
}
.bslc .item-list span a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.bslc .item-list span:hover {
  border: 1px solid #026799;
}
.bslc .item-list span:hover a {
  color: #026799;
}
.bslc .active {
  border-bottom: 3px solid #026799 !important;
}
.bslc .active .hs {
  display: none !important;
}
.bslc .active .ls {
  display: unset !important;
}
.bslc .active span {
  color: #026799;
}
.main1 {
  padding-top: 36px;
  padding-bottom: 46px;
  /* box-sizing: border-box; */
  height: 350px;
  background-image: url("../image/main-bg.png");
  background-position: bottom;
  background-size: 100% 100%;
}
.main1 .contain {
  display: flex;
  justify-content: space-between;
}
.main1 .zxdt {
  background-color: rgba(255, 255, 255, 0.7);
  padding-right: 20px;
  width: 80%;
  box-sizing: border-box;
  display: inline-block;
}
.main1 .zxdt .title {
  height: 40px;
  border-bottom: 1px solid #026799;
}
.main1 .zxdt .title .t {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #026799;
  display: inline-block;
  padding: 10px 20px;
  padding-right: 10px;
  position: relative;
  letter-spacing: 6px;
}
.main1 .zxdt .title .t span {
  font-weight: 400;
  font-size: 10px;
  word-spacing: 0px;
  letter-spacing: 3px;
}
.main1 .zxdt .title .t::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  right: -40px;
  top: 0;
  border-top: 20px solid #ffffff00;
  border-bottom: 20px solid #026799;
  border-left: 20px solid #026799;
  border-right: 20px solid #ffffff00;
}
.main1 .zxdt .title .more {
  margin-top: 17px;
  color: #026799;
}
.main1 .zxdt .title .more a {
  color: #026799;
}
.main1 .zxdt .list {
  height: 316px;
  display: flex;
  justify-content: space-between;
}
.main1 .zxdt .list .pic-news {
  width: 500px;
  display: inline-block;
  height: 100%;
}
.main1 .zxdt .list .pic-news .swiper {
  width: 100%;
  height: 100%;
  --swiper-theme-color: #1079AD;
}
.main1 .zxdt .list .pic-news .swiper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main1 .zxdt .list .p-news {
  display: inline-block;
  padding: 10px 0 0 30px;
  width: calc(100% - 500px);
  box-sizing: border-box;
}
.main1 .zxdt .list .p-news ul {
  height: 100%;
}
.main1 .zxdt .list .p-news li {
  height: 36px;
}
.main1 .zxdt .list .p-news a {
  text-decoration: none;
  color: #444;
  display: block;
  position: relative;
  line-height: 36px;
  height: 100%;
}
.main1 .zxdt .list .p-news a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  top: 45%;
  left: -10px;
  background-color: #026799;
}
.main1 .zxdt .list .p-news p {
  line-height: 36px;
  width: calc(100% - 60px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main1 .zxdt .list .p-news span {
  color: #999;
  float: right;
}
.main1 .otherlinlk {
  width: 18%;
  display: inline-block;
  height: 357px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.main1 .otherlinlk .itemlink {
  width: 100%;
  margin: 0 auto;
  height: 60px;
  background-color: #437397;
  text-align: center;
  line-height: 60px;
}
.main1 .otherlinlk .itemlink a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.main1 .otherlinlk .itemlink:nth-child(2) {
  background-color: #1378bd;
}
.main1 .otherlinlk .itemlink:nth-child(3) {
  background-color: #FFAB0B;
}
.main1 .otherlinlk .itemlink:nth-child(4) {
  background-color: #C38671;
}
.main1 .otherlinlk .itemlink:nth-child(5) {
  background-color: #6EC388;
}
.main2 {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.main2 .contain {
  display: flex;
  justify-content: space-between;
}
.main2 .main2-item {
  width: 32%;
  border: 1px solid #ddd;
  padding: 20px;
  box-sizing: border-box;
}
.main2 .main2-item .title {
  font-size: 22px;
  color: #026799;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
  position: relative;
}
.main2 .main2-item .title span {
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 14px;
}
.main2 .main2-item .title span a {
  color: #999;
}
.main2 .main2-item .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86px;
  background-color: #1079AD;
  height: 2px;
}
.main2 .main2-item .list {
  padding: 10px 0;
  font-size: 16px;
  padding-bottom: 0px;
}
.main2 .main2-item .list li {
  line-height: 28px;
}
.main2 .main2-item .list a {
  text-decoration: none;
  color: #666;
}
.main2 .main2-item .list p {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main2 .main2-item .list span {
  float: right;
}
.main2 .main2-item:hover {
  background-color: #0267990f;
  border: 1px solid #fff;
}
.main2 .main2-item:hover a {
  color: #333;
}
.main2 .main2-item:hover a:hover {
  color: #026799;
}
.xtdh {
  padding: 20px 0;
  padding-top: 30px;
  background-color: #F4F9FB;
  margin-bottom: 0;
}
.xtdh .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.xtdh .list .item {
  margin-right: 10px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.xtdh .list .item a {
  color: unset;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 20px 30px;
  box-sizing: border-box;
}
.xtdh .list .item:hover {
  font-weight: 400;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 5.196px 16px 0px rgba(0, 0, 0, 0.08);
  transform: scale(1.1);
}
.footer {
  background-image: url("../image/footer-bg.jpg");
  background-position: bottom;
  vertical-align: middle;
}
.footer .contain {
  height: 100%;
}
.footer .text {
  margin-top: 50px;
  margin-bottom: 50px;
  border-left: 1px solid #fff;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  display: inline-block;
}
.footer .text a {
  text-decoration: none;
  color: #fff;
}
.footer .code {
  float: right;
  display: inline-block;
  margin-top: 40px;
}
.footer .code div {
  display: inline-block;
  padding: 24px;
  padding-top: 0;
}
.footer .code div p {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.footer .code img {
  width: 100px;
}
.mobileheader {
  display: none;
  background-color: #fff;
}
.mobileheader .link {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0;
  margin-bottom: 0;
}
.mobileheader .link span {
  margin-bottom: 10px;
  border-right: 1px solid #aaa;
}
.mobileheader .link a {
  display: inline-block;
  padding: 0 10px 0px 10px;
  color: #999;
  font-size: 14px;
}
.mobileheader .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.mobileheader .main .navico img {
  width: 20px;
}
.mobileheader .main .navico .closeimg {
  display: none;
}
.mobileheader .main .navico .mobile-nav {
  height: 0;
  border: none;
  overflow: hidden;
}
.mobileheader .main .shownav .navimg {
  display: none;
}
.mobileheader .main .shownav .closeimg {
  display: unset;
}
.mobileheader .main .shownav .mobile-nav {
  height: unset;
  height: 100vh;
}
.mobileheader .main .logo {
  width: calc(100% - 60px);
  height: auto;
  padding: 0 32px;
  box-sizing: border-box;
}
.mobileheader .main .search {
  width: 20px;
  height: 20px;
  position: unset;
}
.mobile-nav {
  position: fixed;
  top: 114px;
  left: 0;
  z-index: 100;
  width: 100vw;
  border-top: 1px solid #0B7EBF;
  border-bottom: 1px solid #0B7EBF;
  background: rgba(0, 0, 0, 0.466);
}
.mobile-nav .contain {
  background-color: #fff;
}
.mobile-nav a {
  color: #555;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.mobile-nav .fa_nav > li {
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
.mobile-nav .fa_nav > li img {
  width: 18px;
  vertical-align: sub;
  margin-left: 4px;
}
.mobile-nav .fa_nav > li .xs {
  display: none;
}
.mobile-nav .ch_nav {
  display: none;
}
.mobile-nav .active > a {
  background-color: #0B7EBF;
  color: #fff;
  box-sizing: border-box;
}
.mobile-nav .active > a .xx {
  display: none;
}
.mobile-nav .active > a .xs {
  display: unset;
}
.mobile-nav .active > .ch_nav {
  display: unset;
  padding-left: 20px;
  width: 100%;
  display: block;
}
.mobile-nav .active > .ch_nav a {
  color: #888;
}
.mobile-search {
  overflow: hidden;
  display: none;
  border: none;
  height: 0;
  position: fixed;
  border-top: 1px solid #0B7EBF;
  border-bottom: 1px solid #0B7EBF;
  margin-top: 114px;
  width: 100vw;
  background: #000a;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #00000070;
  z-index: 100;
}
.mobile-search .contain {
  background-color: #fff;
}
.mobile-search .contain .search {
  height: 32px;
  text-align: center;
  width: auto;
  padding: 20px 30px 20px;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 100000; */
  background: #fff;
}
.mobile-search .contain .search input {
  width: 100%;
}
.mobile-search .contain .search img {
  right: 37px;
  top: 25px;
  position: absolute;
}
.showSearchDiv {
  height: 100vh;
}