@charset "UTF-8";
html.body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1420px;
  padding: 0 10px;
  margin: 0 auto;
  height: 100%;
}

.jgzn20240824 {
  background: url(0824-1.jpg) no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 1920px) {
  .jgzn20240824 {
    background-size: auto;
  }
}

.jgTitle {
  height: 375px;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #dce7e1;
  border-radius: 20px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 20px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #1369c0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}

.df-sb, .xxgkTitleBtn .rig, .xxgkTitleBtn, .xxgk-list, .xxgk-fzrxx, .xxgkToogle, .xxgkCon .sou .sou-1, .topTwo, .topOne p, .topOne {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.df-sb > *, .xxgkTitleBtn .rig > *, .xxgkTitleBtn > *, .xxgk-list > *, .xxgk-fzrxx > *, .xxgkToogle > *, .xxgkCon .sou .sou-1 > *, .topTwo > *, .topOne p > *, .topOne > * {
  float: left;
}
.df-sb::after, .xxgkTitleBtn .rig::after, .xxgkTitleBtn::after, .xxgk-list::after, .xxgk-fzrxx::after, .xxgkToogle::after, .xxgkCon .sou .sou-1::after, .topTwo::after, .topOne p::after, .topOne::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}

.hover1, .dqwz a, .topOne a {
  position: relative;
  transition: all 0.3s;
}
.hover1::before, .dqwz a::before, .topOne a::before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
}
.hover1::after, .dqwz a::after, .topOne a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.3s;
}
.hover1:hover::before, .dqwz a:hover::before, .topOne a:hover::before {
  width: 100%;
  transition: all 0.3s;
}
.hover1:hover::after, .dqwz a:hover::after, .topOne a:hover::after {
  width: 100%;
  transition-delay: 0.3s;
}

.topOne {
  padding-top: 20px;
}
.topOne p {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
.topOne a {
  margin: 0 5px;
  line-height: 2;
  margin: 0 10px;
}
.topOne a:first-of-type {
  margin-left: 0;
}
.topOne a:last-of-type {
  margin-right: 0;
}
.topOne .bmjz {
  padding-left: 18px;
  background: url(0824-4.png) no-repeat left center;
}

.topTwo {
  padding-top: 35px;
}
.topTwo a:first-child {
  padding-left: 82px;
  background: url(0824-2.png) no-repeat left center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.topTwo a:nth-child(2) {
  display: inline-block;
  font-size: 16px;
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  transition: all 0.3s;
}
.topTwo a:nth-child(2):hover {
  background: #1369c0;
  border-color: #1369c0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.topThree img {
  display: block;
  margin: 0 auto;
  margin-top: 110px;
  max-width: 90%;
}

.xxgkCon {
  background: #f6f6f6;
  margin-bottom: 60px;
  padding: 60px 24px;
}
.xxgkCon .sou {
  margin-bottom: 25px;
  overflow: hidden;
  width: 100%;
}
.xxgkCon .sou form {
  display: block;
  width: 100%;
  text-align: center;
}
.xxgkCon .sou .sou-1 {
  margin: 0 auto;
  width: 560px;
  max-width: 90%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #3367c2;
  background: #ffffff;
  position: relative;
}
.xxgkCon .sou .sou-1::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  height: 2px;
  background: #e5e5e5;
  right: 105%;
}
.xxgkCon .sou .sou-1::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  height: 2px;
  background: #e5e5e5;
  left: 105%;
}
.xxgkCon .sou input {
  background: none;
  height: 100%;
  font-size: 16px;
  color: #333333;
  width: calc(100% - 80px);
  border: none;
  padding: 0 20px;
  outline: none;
}
.xxgkCon .sou button {
  width: 80px;
  height: 100%;
  background: none;
  background: url(0824-5.png) no-repeat center center;
  border: none;
  cursor: pointer;
}

.dqwz p {
  font-size: 16px;
  color: #777777;
  line-height: 2;
}
.dqwz a {
  margin: 0 10px;
}
.dqwz a::before, .dqwz a::after {
  background: #1369c0;
}
.dqwz a:hover {
  color: #1369c0;
}
.dqwz a:first-of-type {
  margin-left: 0;
}
.dqwz a:last-of-type {
  margin-right: 0;
}

.xxgkContent {
  width: 100%;
  background: #fff;
  padding: 0 60px;
  padding-bottom: 60px;
  min-height: 730px;
  margin-top: 25px;
}

.xxgkTitle {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  background: url(0824-6.png) repeat-x center bottom;
}
.xxgkTitle > span {
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  color: #1369c0;
}

.xxgkToogle {
  display: flex;
  margin: 0 auto;
  width: 836px;
  max-width: 100%;
  margin-top: 40px;
  border: 1px solid #1369c0;
  border-right: 0;
  flex-wrap: wrap;
}
.xxgkToogle a {
  display: block;
  width: 16.667%;
  flex: 1;
  float: left;
  flex: 1;
  text-align: center;
  line-height: 46px;
  color: #1369c0;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #1369c0;
}
.xxgkToogle a.on {
  background: #1369c0;
  color: #fff;
}

.xxgkShow {
  padding-top: 30px;
}
.xxgkShow img {
  max-width: 100%;
}
.xxgkShow .xxgkItem {
  display: none;
}
.xxgkShow .xxgkItem.on {
  display: block;
  animation: fadeInUp 0.5s;
}

ul {
  list-style: none;
}

.xxgk-fzrxx {
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}
.xxgk-fzrxx li {
  width: 180px;
  margin-bottom: 50px;
  margin-left: 100px;
  color: #333;
}
.xxgk-fzrxx li a {
  display: block;
  width: 100%;
  text-align: center;
}
.xxgk-fzrxx li .img {
  width: 160px;
  height: 220px;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.3s;
}
.xxgk-fzrxx li .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.xxgk-fzrxx li .p1 {
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 10px;
}
.xxgk-fzrxx li .p2 {
  font-size: 16px;
  margin-top: 6px;
}
.xxgk-fzrxx a:hover .img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.xxgk-fzrxx a:hover img {
  transform: scale(1.1);
}
.xxgk-fzrxx a:hover .p1 {
  color: #1369c0;
}

.xxgk-znzz p {
  font-size: 18px;
  line-height: 2;
  color: #333;
  text-indent: 36px;
}

.xxgk-jgsz p {
  font-size: 18px;
  line-height: 2;
  color: #333;
  text-indent: 36px;
  text-align: justify;
  margin-bottom: 25px;
}

.xxgk-title {
  font-weight: bold;
  color: #1369c0;
  padding-left: 20px;
  font-size: 24px;
  line-height: 24px;
  border-left: 4px solid #1369c0;
  margin-bottom: 20px;
}

.wes, .xxgk-list a {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xxgk-list {
  justify-content: flex-start;
  padding-bottom: 50px;
}
.xxgk-list li {
  width: 33.33%;
  flex-direction: 1;
  padding-right: 10px;
}
.xxgk-list a {
  display: inline-block;
  padding-left: 20px;
  max-width: 100%;
  font-size: 18px;
  line-height: 60px;
  color: #333;
  position: relative;
  transition: all 0.3s;
}
.xxgk-list a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #1369c0;
  border-radius: 50%;
  transition: all 0.3s;
}
.xxgk-list a:hover {
  font-weight: bold;
  color: #1369c0;
  padding-left: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding-right: 10px;
}
.xxgk-list a:hover::before {
  left: 5px;
  border-width: 2px;
}

.xxgkTitleBtn {
  margin-top: 35px;
}
.xxgkTitleBtn .lef {
  font-size: 16px;
  line-height: 30px;
  color: #777777;
}
.xxgkTitleBtn .lef span {
  display: inline-block;
}
.xxgkTitleBtn .rig {
  font-size: 16px;
  color: #777777;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.xxgkTitleBtn .font span {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.xxgkTitleBtn .font .on {
  font-weight: bold;
  color: #1369c0;
}
.xxgkTitleBtn .fx {
  margin-left: 10px;
  margin-right: 0;
}

.fx {
  display: flex;
  align-items: center;
  margin-right: 35px;
}
.fx a {
  position: relative;
}
.fx a:hover .wechat-qrcode {
  display: block;
}

.btnMenu {
  display: flex;
  align-items: center;
}
.btnMenu a {
  margin: 0 4px;
}
.btnMenu img {
  display: block;
  cursor: pointer;
}

.template20240820 {
  overflow: hidden;
}

.a24Detail {
  padding-top: 30px;
  font-size: 18px;
  line-height: 2;
}
.a24Detail img {
  max-width: 100%;
}
.a24Detail.small * {
  font-size: 14px !important;
  line-height: 2 !important;
}
.a24Detail.big * {
  font-size: 24px !important;
  line-height: 2 !important;
}

.wechat-qrcode {
  position: absolute;
  left: 50%;
  bottom: 120%;
  transform: translateX(-50%);
  z-index: 20;
  border: 1px solid #eee;
  z-index: 9;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
  display: none;
}

.wechat-qrcode::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}

.wechat-qrcode .qrcode img {
  width: 100px;
  height: 100px;
}

.wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  font-size: 12px;
  color: #333333;
  padding: 0;
  margin: 0;
}

.templatebox > div {
  float: left;
}

.color2 {
  color: #333333;
}

.links {
  font-size: 14px;
  line-height: 32px;
  padding: 14px 30px 12px;
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px -4px 10px #eeeeee;
  position: relative;
}

.links-item {
  width: 212px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin: 0 26px;
  padding: 0 12px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.l-t-xiala {
  float: right;
  margin-top: 12px;
}

.l-t-content {
  display: none;
  position: absolute;
  width: 1280px;
  bottom: 66px;
  left: 60px;
  background-color: #fff;
  line-height: 36px;
  padding: 12px 0;
  box-shadow: 0px -4px 10px #eeeeee;
  box-sizing: border-box;
  max-height: 0px;
  padding: 0;
  overflow: auto;
}

.l-t-content > a {
  cursor: pointer;
  width: 210px;
  margin-left: 39px;
  display: inline-block;
}

.l-t-content > a:hover {
  color: #0163d1;
}

.links .active {
  color: #0163d1;
}

.links .active .l-t-content {
  display: block;
}

.footer {
  background-color: #0163d1;
  width: 1400px;
  margin: 0 auto;
  font-size: 14px;
  overflow: hidden;
  padding: 18px 24px;
  box-sizing: border-box;
}

.f-info-left {
  overflow: hidden;
}

.f-info-left > a {
  display: inline-block;
  float: left;
  height: 72px;
}

.f-info-left > a img {
  height: 100%;
}

.f-info-left > p {
  float: left;
  color: #fff;
  line-height: 24px;
  padding: 12px 0;
}

.f-info-left > p > span {
  color: #fff;
  margin-right: 16px;
}

.f-info-left > p > a {
  color: #fff;
  margin-right: 16px;
  display: inline-block;
  cursor: pointer;
}

.f-info-left > p > a:hover {
  text-decoration: underline;
}

.f-info-right {
  margin-top: 38px;
}

.f-info-right a {
  color: #fff;
  padding-left: 4px;
}

#_ideConac a {
  float: left;
}

.fixeddiv-item div {
  width: 142px;
  height: 142px;
}

.zfzc {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.f-info-right {
  margin-top: -66px;
}

.f-info-left > p > a {
  margin-right: 6px;
}

.f-info-left > p > span {
  margin-right: 6px;
}

.fixeddiv {
  width: 84px;
  position: fixed;
  top: 148px;
  border-top: 2px solid #0163d1;
  right: 20px;
  background-color: #fff;
}

.fixeddiv-item {
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  color: #333;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}

.fixeddiv-item:hover {
  color: #0163d1;
}

.fixeddiv-item > img {
  width: 25px;
  display: inline-block;
}

.fixeddiv-item > p {
  font-size: 12px;
}

.fixeddiv-item div {
  position: absolute;
  width: 102px;
  height: 102px;
  padding: 12px;
  border-radius: 6px;
  border-top-right-radius: 0;
  box-shadow: 0 0 16px #999;
  background-color: #fff;
  top: 0;
  right: 90px;
  display: none;
}

.fixeddiv-item div img {
  width: 100%;
  height: 100%;
}

.fixeddiv-item:hover div {
  display: inline-block;
}

@media (max-width: 768px) {
  .index-float {
    top: 50%;
    right: 0;
    transform: translate(10%, -50%) scale(0.6) !important;
  }
  .index-float.on {
    right: -49px;
    transform: translate(10%, -50%) scale(0.6) !important;
  }
  .jgTitle {
    height: auto;
  }
  .topOne {
    padding-top: 10px;
  }
  .topOne p {
    width: 100%;
    font-size: 12px;
    justify-content: center;
  }
  .topOne p a {
    margin: 0 3px;
  }
  .topTwo a:nth-child(1) {
    padding-left: 35px;
    background-size: 30px auto;
    font-size: 4vw;
    width: calc(100% - 70px);
  }
  .topTwo a:nth-child(2) {
    font-size: 12px;
    width: 70px;
    line-height: 30px;
  }
  .topThree {
    padding: 60px 0;
    margin: 0;
  }
  .topThree img {
    margin-top: 0;
  }
  .xxgkCon {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .xxgkCon .sou {
    margin-bottom: 15px;
  }
  .xxgkCon .sou .sou-1 {
    height: 50px;
  }
  .xxgkCon .sou .sou-1 input {
    font-size: 14px;
    padding: 0 10px;
    width: calc(100% - 60px);
  }
  .xxgkCon .sou .sou-1 button {
    width: 60px;
    background-size: 25px auto;
  }
  .dqwz p {
    font-size: 12px;
  }
  .dqwz p a {
    margin: 0;
  }
  .xxgkContent {
    padding: 0 10px;
    margin-top: 20px;
  }
  .xxgkTitle {
    padding-top: 30px;
    padding-bottom: 20px;
    background-size: auto 3px;
  }
  .xxgkTitle > span {
    font-size: 22px;
    line-height: 1.5;
  }
  .xxgkToogle {
    margin-top: 25px;
    width: 100%;
    border: none;
    display: block;
  }
  .xxgkToogle a {
    flex: none;
    width: 33.33%;
    border: 1px solid #1369c0;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 7px;
    margin-left: -1px;
    font-weight: normal;
  }
  .xxgkToogle a.on {
    font-weight: bold;
  }
  .xxgkShow {
    padding-top: 20px;
  }
  .a24Detail {
    padding-top: 20px;
  }
  .xxgkShow .a24Detail {
    padding-top: 0;
  }
  .templatebox > div p {
    font-size: 12px !important;
  }
  .templatebox > div p b {
    font-size: 14px !important;
  }
  .templatebox {
    display: flex;
    flex-wrap: wrap;
  }
  .xxgk-fzrxx {
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .xxgk-fzrxx li {
    width: 22%;
    margin: 0 0 10px;
    margin-right: 4%;
  }
  .xxgk-fzrxx li:nth-child(4n) {
    margin-right: 0;
  }
  .xxgk-fzrxx li .img {
    width: 100%;
    height: 25vw;
  }
  .xxgk-fzrxx li .p1 {
    font-size: 16px;
  }
  .xxgk-fzrxx li .p2 {
    font-size: 12px;
    line-height: 1.4;
  }
  .xxgkCon {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .xxgkContent {
    min-height: 10px;
    padding-bottom: 35px;
  }
  .xxgk-znzz p {
    font-size: 14px;
    text-indent: 28px;
  }
  .xxgk-jgsz p {
    font-size: 14px;
    text-indent: 28px;
    margin-bottom: 10px;
  }
  .xxgk-title {
    font-size: 16px;
    padding-left: 10px;
    line-height: 20px;
    height: 20px;
    border-width: 3px;
    margin-bottom: 10px;
  }
  .xxgk-list {
    padding-bottom: 20px;
  }
  .xxgk-list li {
    width: 50%;
  }
  .xxgk-list li a {
    font-size: 14px;
    line-height: 40px;
    padding-left: 15px;
  }
  .xxgk-list li a::before {
    width: 6px;
    height: 6px;
  }
  .xxgkTitleBtn {
    margin-top: 15px;
  }
  .xxgkTitleBtn .lef {
    font-size: 14px;
    line-height: 1.5;
  }
  .xxgkTitleBtn .rig {
    display: block;
    font-size: 14px;
  }
  .font {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .btnMenu img {
    width: 25px;
  }
  .a24Detail.big * {
    font-size: 20px !important;
  }
  .a24Detail.small * {
    font-size: 12px !important;
  }
  .fixeddiv {
    display: none;
  }
  .links {
    display: none;
  }
  .footer {
    width: 100%;
    padding: 15px 10px;
  }
  .f-info-left img {
    max-height: 60px;
    max-width: 80px;
  }
}
