﻿* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-family: Arial, Helvetica, sans-serif !important;
}

a {
  transition: all 0.5s ease;
}

.pic {
  line-height: 0;
}
img{max-width:100%;}

.pic img {
  transition: all 0.5s ease;
  width: 100%;
}

body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}

.wapshoww {
  display: none !important;
}

/* html {
  scroll-behavior: smooth;
} */

.nbanner {
  width: 100%;
  position: relative;
}

.nbanner img {
  width: 100%;
}

img {
  border: 0;
}

.max-width {
  width: 1600px;
  margin: 0 auto;
}

.top-max-width {
  width: 1700px;
  margin: 0 auto;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #0565d5 rgba(255, 255, 255, 0.75);
}

html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-thumb {
  background-color: #0565d5;
  border-radius: 8px;
}

@media screen and (max-width: 1800px) {
  .max-width {
    width: 85%;
    margin: 0 auto;
  }

  .top-max-width {
    width: 90%;
    margin: 0 auto;
  }
}

.layout37 {
  display: none;
}

.pcshow {
  display: block !important;
}

.wapshow {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }

  .max-width2 {
    width: 100%;
    padding: 0 15px;
  }

  .pcshow {
    display: none !important;
  }

  .wapshow {
    display: block !important;
  }
}

.wapshow {
  display: none;
}

._nav3 {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.layout37 {
  display: none;
}

.hyqy {
  width: 100%;
  padding: 50px 0 80px 0;
  position: relative;
}

.hyqy .bg {
  content: "";
  height: 100%;
  width: 31.25%;
  top: 0;
  right: 0;
  position: absolute;
  background: #f4f4f4;
}

.hyqy .hyqy_box {
  width: 100%;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hyqy .hyqy_box .content {
  width: 68.125%;
}

.hyqy .hyqy_box .content h1 {
  color: #000;
  font-size: var(--font45);
  margin-bottom: 30px;
}

.hyqy .hyqy_box .content .time {
  color: #aaa;
  font-size: var(--font18);
  margin-bottom: 30px;
}

.hyqy .hyqy_box .content .editor {
  color: #525252;
  font-size: var(--font18);
  line-height: 32px;
}

.hyqy .hyqy_box .content .editor img {
  max-width: 100%;
}



.hyqy .hyqy_box .right_nav {
  width: 23.75%;
  display: flex;
  flex-direction: column;
}

.hyqy .hyqy_box .right_nav span {
  margin-bottom: 20px;
}

.hyqy .hyqy_box .right_nav .new {
  display: block;
  width: 100%;
}

.hyqy .hyqy_box .right_nav .new:hover .pic img {
  transform: scale(1.1);
}

.hyqy .hyqy_box .right_nav .new:hover h4 {
  color: #0565d5;
}

.hyqy .hyqy_box .right_nav .new .pic {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 12px;
}

.hyqy .hyqy_box .right_nav .new .pic img {
  width: 100%;
}

.hyqy .hyqy_box .right_nav .new h4 {
  color: #000;
  font-size: var(--font18) !important;
  margin-top: 5px !important;
}

.hyqy .hyqy_box .right_nav .new .time {
  color: #aaa !important;
  font-size: var(--font14) !important;
  margin-top: 20px;
}

.hyqy .hyqy_box .right_nav span {
  color: #525252;
  font-size: var(--font24);
}

.hyqy .hyqy_box .right_nav a {
  font-size: var(--font22);
  color: #000;
  margin-bottom: 20px;
}

.hyqy .hyqy_box .right_nav a.on,
.hyqy .hyqy_box .right_nav a:hover {
  color: #0565d5;
}

.top_nav {
  width: 100%;
  
  padding-top: 10px;
}

.top_nav.index_top {
  
}

.top_nav .logo_phone {
  display: flex;
  height: 130px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.top_nav .logo_phone .phone {
  display: flex;
  align-items: center;
}

.top_nav .logo_phone .phone .icon {
  margin-right: 10px;
  line-height: 0;
}

.top_nav .logo_phone .phone .text .number {
  color: #fff;
  font-size: var(--font26);
}

.top_nav .logo_phone .phone .text .t {
  color: #fff;
  font-size: var(--font18);
}

.top_nav .nav_list {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.top_nav .nav_list ul {
  display: flex;
  align-items: center;
}

.top_nav .nav_list ul li {
  flex: 1;
}

.top_nav .nav_list>ul li.on a,
.top_nav .nav_list>ul li:hover a {
  background: #034795;
  color: #fff;
}

.top_nav .nav_list>ul li a {
  width: 100%;
  height: 60px;
  background: #ffffff;
  color: #000;
  font-size: var(--font22);
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_nav .nav_list ul li a img {
  margin-right: 8px;
}

.top_content {
  background: #034795;
  width: 100%;
  padding: 32px 50px 42px 50px;
}

.top_content .top_content_tit {
  display: flex;
  margin-bottom: 15px;
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
}

.top_content .tit {
  color: #fff;
  font-size: var(--font22);
}

.top_content .more {
  color: #fff;
  font-size: var(--font18);
}

.top_content .more:hover {
  opacity: 0.5;
}

.top_content .down_content {
  display: flex;
  justify-content: space-between;
}

.top_content .down_content .pic {
  width: 65.625%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.top_content .down_content .pic .item {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 100%;
  transition: opacity 0.7s ease-in-out;
}

.top_content .down_content .pic .item.on {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.top_content .down_content .pic img {
  height: 100%;
  object-fit: cover;
}

.index_hyfc .index_hyfc_box .index_hyfc_layout ul li a .text h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top_content .down_content ul {
  width: calc(34.375% - 50px);
  background: #fff;
  border-radius: 12px;
  display: block;
  padding-top: 20px;
}

.top_content .down_content ul li {
  width: 100%;
}

.top_content .down_content ul li:hover h4 {
  color: #0565d5;
  font-size: var(--font22);
}

.top_content .down_content ul li:last-child a {
  margin-bottom: 0;
  /* padding-bottom: 0; */
  border-bottom: 0;
}

/* .top_content {
  padding: 20px 30px 20px 30px;
} */

.top_content .down_content ul li a {
  width: 100%;
  display: flex;
  padding: 0 20px 20px 20px;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.top_content .down_content ul li a h4 {
  width: calc(100% - 108px);
  color: #525252;
  font-size: var(--font18);
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .5s ease;
}

.top_content .down_content ul li a .time {
  color: #aaa;
  font-size: var(--font14);
  text-align: center;
  width: 108px;
}

.mbx {
  padding: 75px 0 75px 50px;
  width: 100%;
}

.mbx .tit {
  color: #fff;
  font-weight: bold;
  font-size: var(--font40);
}

.mbx .stit {
  font-size: var(--font22);
  color: #fff;
  margin: 15px 0 20px 0;
}

.mbx .alist {
  display: flex;
  align-items: center;
  font-size: var(--font18);
  color: #fff;
}

.mbx .alist a {
  font-size: var(--font18);
  color: #fff;
}

.new_list {
  width: 100%;
  padding: 50px 0;
  background: #f4f4f4;
}

.new_list .new_list_box ul {
  width: calc(100% + 28px);
  margin: -14px;
  display: flex;
  flex-wrap: wrap;
}

.new_list .new_list_box ul li {
  width: 25%;
  padding: 14px;
}

.new_list .new_list_box ul li:hover a .pic img {
  transform: scale(1.1);
}

.new_list .new_list_box ul li:hover h4 {
  color: #0565d5;
}

.new_list .new_list_box ul li a {
  display: block;
  width: 100%;
}

.new_list .new_list_box ul li a .pic {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}

.new_list .new_list_box ul li a .pic img {
  width: 100%;
}

.new_list .new_list_box ul li a h4 {
  color: #000;
  font-size: var(--font18);
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.new_list .fy {
  margin-top: 40px;
}

.fy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fy a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: var(--font20);
  margin: 0 5px;
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.fy a.prev,
.fy a.next {
  width: 70px;
}

.fy a:hover {
  background: #0565d5;
  color: #fff;
}

.fy a:hover:after {
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}

.fy a.prev:after {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 3px;
}

.fy a.next:after {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -3px;
}

.shgk_plate1 {
  width: 100%;
  padding: 50px 0;
}

.shgk_plate1 .shgk_plate1_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.shgk_plate1 .shgk_plate1_box .text {
  width: calc(50% - 35px);
  height: 400px;
  overflow: auto;
  padding-right: 40px;
}

.shgk_plate1 .shgk_plate1_box .text .introduce {
  font-size: var(--font22);
  color: #0565d4;
}

.shgk_plate1 .shgk_plate1_box .text .tit {
  color: #525252;
  font-size: var(--font34);
  margin: 25px 0 12px 0;
  font-weight: bold;
}

.shgk_plate1 .shgk_plate1_box .text .info {
  font-size: var(--font28);
  color: #0565d5;
}

.shgk_plate1 .shgk_plate1_box .text .content {
  color: #525252;
  font-size: var(--font20);
  line-height: 36px;
  margin-top: 40px;
}

.shgk_plate1 .shgk_plate1_box .pic {
  width: 50%;
  border-radius: 12px;
  overflow: hidden;
}

.shgk_plate1 .shgk_plate1_box .pic img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.shgk_plate2 {
  width: 100%;
  background: #0565d5;
  padding: 45px 0 60px 0;
}

.shgk_plate2 .shgk_plate2_box .tit {
  color: #fff;
  margin-bottom: 20px;
  font-size: var(--font22);
}

.shgk_plate2 .shgk_plate2_box ul {
  width: calc(100% + 24px);
  margin: 0 -12px;
  display: block;
}

.shgk_plate2 .shgk_plate2_box ul li {
  width: 20%;
  padding: 0 12px;
}

.shgk_plate2 .shgk_plate2_box ul li a {
  display: block;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.shgk_plate2 .shgk_plate2_box ul li a:hover .pic img {
  transform: scale(1.1);
}

.shgk_plate2 .shgk_plate2_box ul li a .pic {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.shgk_plate2 .shgk_plate2_box ul li a .pic img {
  width: 100%;
}

.shgk_plate2 .shgk_plate2_box ul li a .text {
  background: #fbfbfb;
  padding: 12px 0 35px 0;
}

.shgk_plate2 .shgk_plate2_box ul li a .text .name {
  text-align: center;
  color: #0565d5;
  font-size: var(--font24);
  line-height: 28px;
}

.shgk_plate2 .shgk_plate2_box ul li a .text .position {
  color: #535353;
  font-size: var(--font18);
  text-align: center;
  margin: 10px 0 15px 0;
}

.shgk_plate2 .shgk_plate2_box ul li a .text .line {
  width: 50px;
  height: 3px;
  background: #0565d5;
  margin: 0 auto;
}

.shgk_plate2 .shgk_plate2_box ul li a .text .company {
  color: #525252;
  font-size: var(--font18);
  text-align: center;
  margin-top: 15px;
}

.shgk_plate2 .shgk_plate2_box .switch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.shgk_plate2 .shgk_plate2_box .switch>div {
  line-height: 0;
  margin: 0 5px;
  cursor: pointer;
}

.plate3_ust {
  font-size: var(--font22);
  color: #0565d5;
  line-height: 26px;
  margin-bottom: 20px;
}

.shgk_plate3 {
  width: 100%;
  padding: 60px 0 50px 0;
}

.shgk_plate3 .shgk_plate3_box {
  display: flex;
  justify-content: space-between;
}

.shgk_plate3 .shgk_plate3_box .left {
  width: 50%;
  line-height: 0;
}

.shgk_plate3 .shgk_plate3_box .left img {
  width: 100%;
  border-radius: 12px;
}

.shgk_plate3 .shgk_plate3_box .right {
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shgk_plate3 .shgk_plate3_box .right .rt {
  display: flex;
  justify-content: space-between;
}

.shgk_plate3 .shgk_plate3_box .right .rt .rtl {
  width: calc(50% - 25px);
}

.shgk_plate3 .shgk_plate3_box .right .rt .rtl a {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: block;
}

.shgk_plate3 .shgk_plate3_box .right .rt .rtl a .pic {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.shgk_plate3 .shgk_plate3_box .right .rt .rtl a .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shgk_plate3 .shgk_plate3_box .right .rt .rtl a .cont h4 {
  font-size: var(--font22);
  color: #fff;
  margin: 24px 0 33px 0;
}

.shgk_plate3 .shgk_plate3_box .right .rt .rtl a .cont .more {
  width: 150px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  font-size: var(--font18);
  color: #545454;
  transition: all .5s ease;
}

.shgk_plate3 .shgk_plate3_box .right .rt .rtl a .cont .more:hover {
  background: #1E397C;
  color: #fff;
}

.shgk_plate3 .shgk_plate3_box .right .rd {
  width: 100%;
}

.shgk_plate3 .shgk_plate3_box .right .rd .rd_box {
  background: #1e397c;
  padding: 25px 0 25px 55px;
  display: flex;
  align-items: center;
  border-radius: 12px;
}

.shgk_plate3 .shgk_plate3_box .right .rd .rd_box .ewm {
  margin-right: 40px;
  line-height: 0;
}

.shgk_plate3 .shgk_plate3_box .right .rd .rd_box .text {
  color: #ffffff;
  font-size: var(--font28);
  line-height: 34px;
}

.shgk_plate4 {
  width: 100%;
  padding: 0px 0 0px 0;
  line-height: 0;
  position: relative;
}

.shgk_plate4>img {
  width: 100%;
}

.shgk_plate4 .shgk_plate4_layout {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  right: 0;
}

.shgk_plate4 .shgk_plate4_layout .shgk_plate4_box {
  background: rgba(0, 0, 0, 0.7);
  padding: 50px 35px;
  border-radius: 12px;
  width: 37.5%;
  float: right;
}

.shgk_plate4 .shgk_plate4_layout .shgk_plate4_box .item {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}

.shgk_plate4 .shgk_plate4_layout .shgk_plate4_box .item:last-child {
  margin-bottom: 0;
}

.shgk_plate4 .shgk_plate4_layout .shgk_plate4_box .item .icon {
  margin-right: 22px;
}

.shgk_plate4 .shgk_plate4_layout .shgk_plate4_box .item span {
  color: #fff;
  font-size: var(--font20);
  line-height: 28px;
}

.index_new_list {
  width: 100%;
  background: #f4f4f4;
  padding: 50px 0;
}

.index_new_list .index_new_list_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.index_new_list .index_new_list_box .list_item {
  width: calc(33.3% - 13px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.index_new_list .index_new_list_box .list_item .nlist_pic_list {
  width: 100%;
  position: relative;
}

.index_new_list .index_new_list_box .list_item .nlist_pic_list .index_new_pic_item {
  line-height: 0;
  width: 100%;
  position: absolute;
  z-index: -99;
  opacity: 0;
  top: 0;
}

.index_new_list .index_new_list_box .list_item .nlist_pic_list .index_new_pic_item.on {
  z-index: 1;
  opacity: 1;
  position: relative;
}

.index_new_list .index_new_list_box .list_item .nlist_pic_list .index_new_pic_item img {
  width: 100%;
}

.index_new_box_t {
  height: 60px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #0565d5;
}

.index_new_box_t .index_new_tit {
  font-size: var(--font22);
  color: #fff;
}

.index_new_box_t a {
  font-size: var(--font18);
  color: #fff;
}

.index_new_box_t a:hover {
  opacity: 0.5;
}

.index_new_list .index_new_list_box .list_item .nlist_text_list {
  padding: 0 30px;
}

.index_new_list .index_new_list_box .list_item .nlist_text_list ul li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}

.index_new_list .index_new_list_box .list_item .nlist_text_list ul li:hover a h4 {
  color: #333;
}

.index_new_list .index_new_list_box .list_item .nlist_text_list ul li:last-child {
  border-bottom: 0;
}

.index_new_list .index_new_list_box .list_item .nlist_text_list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.index_new_list .index_new_list_box .list_item .nlist_text_list ul li a h4 {
  color: #525252;
  font-size: var(--font18);
  line-height: 26px;
  width: calc(100% - 108px);
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .5s ease;
}

.index_new_list .index_new_list_box .list_item .nlist_text_list ul li:hover a h4 {
  font-size: var(--font22);
  line-height: 26px;
  color: #0565d5;
}

.index_new_list .index_new_list_box .list_item .nlist_text_list ul li a .time {
  width: 108px;
  text-align: center;
  color: #aaa;
  font-size: 14px;
  line-height: 26px;
}

.index_hyfc {
  width: 100%;
  padding-bottom: 60px;
  background: #f4f4f4;
}

.index_hyfc .index_hyfc_box {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.index_hyfc .index_hyfc_box .index_hyfc_layout {
  padding: 40px 40px 40px 40px;
  width: 100%;
  background: #ffffff;
  position: relative;
}

.index_hyfc .index_hyfc_box .index_hyfc_layout:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 99;
  bottom: 40px;
}

.index_hyfc .index_hyfc_box .index_hyfc_layout ul {
  width: calc(100% + 40px);
  margin: -10px -20px;
  display: flex;
  flex-wrap: wrap;
}

.index_hyfc .index_hyfc_box .index_hyfc_layout ul li {
  width: 33.3%;
  padding: 10px 20px;
}

.index_hyfc .index_hyfc_box .index_hyfc_layout ul li:hover a .pic h4 {
  color: #0565d5;
}

.index_hyfc .index_hyfc_box .index_hyfc_layout ul li:hover a .pic img {
  transform: scale(1.1);
}

.index_hyfc .index_hyfc_box .index_hyfc_layout ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.index_hyfc .index_hyfc_box .index_hyfc_layout ul li a .pic {
  width: 29%;
  overflow: hidden;
}

.index_hyfc .index_hyfc_box .index_hyfc_layout ul li a .text {
  width: calc(71% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index_hyfc .index_hyfc_box .index_hyfc_layout ul li a .text h4 {
  color: #000;
  font-size: var(--font18);
}

.index_hyfc .index_hyfc_box .index_hyfc_layout ul li a .text h4:hover {
  color: #0565d5;
}

.index_hyfc .index_hyfc_box .index_hyfc_layout ul li a .text h6 {
  color: #aaa;
  font-size: var(--font14);
}

.down_nav {
  padding-top: 70px;
  width: 100%;
  background: url(../img/downbg.png)#0565d5 center left no-repeat;
  background-size: contain;
}

.down_nav .down_nav_box {
  padding-bottom: 50px;
}

.down_nav .down_nav_box .icon_list {
  width: 100%;
  display: flex;
}

.down_nav .down_nav_box .icon_list .icon_item {
  width: 25%;
  height: 200px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}

.down_nav .down_nav_box .icon_list .icon_item .bgp {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.down_nav .down_nav_box .icon_list .icon_item .tit {
  color: #fff;
  font-size: var(--font28);
  margin-right: 70px;
}

.down_nav .down_nav_box .icon_list .icon_item .icon img {
  transition: all .5s ease;
}

.down_nav .down_nav_box .icon_list .icon_item:hover .icon img {
  transform: rotateY(180deg);
}

.down_nav .down_nav_box .logo_box {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  align-items: baseline;
}

.down_nav .down_nav_box .logo_box .logo {
  width: 26.25%
}

.down_nav .down_nav_box .logo_box .logo img {
  width: 100%
}

.down_nav .down_nav_box .nav_box {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 35px 55px 40px 55px;
  width: 100%;
  display: flex;
}

.down_nav .down_nav_box .nav_box .content {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--font18);
  line-height: 22px;
  width: 44%;
}

.down_nav .down_nav_box .nav_box .nav_list {
  padding: 0 60px;
  width: 100%;
}

.down_nav .down_nav_box .nav_box .nav_list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.down_nav .down_nav_box .nav_box .nav_list ul li {
  display: flex;
  flex-direction: column;
}

.down_nav .down_nav_box .nav_box .nav_list ul li .h4 {
  color: #fff;
  font-size: var(--font18);
  margin-bottom: 16px;
}

.down_nav .down_nav_box .nav_box .nav_list ul li .a {
  color: #fff;
  font-size: var(--font18);
  line-height: 25px;
}

.copyright {
  width: 100%;
  background: #045bbf;
}

.copyright .copyright_box {
  color: #fff;
  font-size: var(--font16);
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright .copyright_box .content a {
  color: #fff;
  font-size: var(--font16);
}

.copyright .copyright_box a {
  color: #fff;
  font-size: var(--font16);
}

.pf {
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -99;
}

.pf.on {
  opacity: 1;
  z-index: 99;
}

.pf li {
  margin: 10px 0;
  cursor: pointer;
  position: relative;
}

.pf li:hover .content {
  opacity: 1;
  z-index: 1;
}

.pf li .icon {
  width: 50px;
  height: 50px;
}

.pf li .content {
  background: #fff;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 60px;
  white-space: nowrap;
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  opacity: 0;
  z-index: -99;
}

.pf li .content.ewm {
  padding: 0;
  border-radius: 10px;
  height: 100px;
}

.pf li .content.ewm img {
  height: 100px;
  width: 100px;
  max-width:initial;
}

@media screen and (max-width: 1800px) {
  .pf {
    right: 10px;
  }
}

@media screen and (max-width: 1500px) {
  .down_nav .down_nav_box .icon_list .icon_item {
    height: 120px;
  }
.top_nav .logo_phone{
height:100px
}
.top_content .down_content ul li a{
    padding: 0 20px 10px 20px;


    margin-bottom: 10px;
}
.top_content{
    padding: 20px 30px 30px 30px;
}
.top_nav .nav_list>ul li a{
height:50px
}
.top_nav .logo_phone .logo img{
height:90px
}
  .shgk_plate1 .shgk_plate1_box .text .content {
    line-height: 30px;
    margin-top: 30px;
  }

  .shgk_plate1 .shgk_plate1_box .text {
    height: 300px;
  }

  .shgk_plate1 .shgk_plate1_box .pic img {
    height: 300px;
  }
}


@media screen and (max-width: 1300px) {
  .copyright .copyright_box .content a {
    font-size: 14px;
  }

  .copyright .copyright_box {
    font-size: 14px;
  }

  .index_hyfc .index_hyfc_box .index_hyfc_layout ul li a .text h4 {
    font-size: 14px;
  }

  .index_new_list .index_new_list_box .list_item .nlist_text_list {
    padding: 0 20px;
  }

  .shgk_plate3 .shgk_plate3_box .right .rt .rtl a .cont .more {
    width: 120px;
    height: 30px;
    border-radius: 15px;
  }

  .index_hyfc .index_hyfc_box .index_hyfc_layout:after {
    bottom: 30px;
  }

  .index_hyfc .index_hyfc_box .index_hyfc_layout {
    padding: 30px;
  }

  .index_hyfc .index_hyfc_box .index_hyfc_layout ul li a {
    padding-bottom: 10px;
  }

  .shgk_plate3 .shgk_plate3_box .right .rt .rtl a .cont h4 {
    margin: 12px 0 18px 0
  }

  .plate3_ust {
    margin-bottom: 15px;
  }

  .shgk_plate4 .shgk_plate4_layout .shgk_plate4_box .item {
    margin-bottom: 20px;
  }

  .shgk_plate3 .shgk_plate3_box .right .rd .rd_box {
    padding: 15px 0 15px 20px;
  }

  .shgk_plate3 .shgk_plate3_box .right .rd .rd_box .text {
    line-height: 30px;
  }

  .shgk_plate3 .shgk_plate3_box .right .rd .rd_box .ewm img {
    width: 100px;
    height: 100px;
  }

  .shgk_plate4 .shgk_plate4_layout .shgk_plate4_box {
    padding: 30px 20px;
  }

  .shgk_plate4 .shgk_plate4_layout .shgk_plate4_box .item .icon {
    margin-right: 10px;
  }

  .shgk_plate4 .shgk_plate4_layout .shgk_plate4_box .item .icon img {
    height: 40px;
    width: 40px;
  }

  .top_nav .nav_list>ul li a {
    height: 40px;
  }

  .top_nav .mbx {
    padding: 50px 0 50px 30px;
  }

  .top_nav .nav_list ul li a {
    font-size: 14px;
  }

  .top_nav .mbx .stit {
    margin: 10px 0 10px 0;
  }

  .top_nav .logo_phone {
    height: 100px;
  }

  .top_nav .logo_phone img {
    height: 60px;
  }

  .top_nav .logo_phone .phone .icon img {
    height: 40px;
    width: 40px;
  }

  .top_nav .nav_list .top_content .down_content ul li a {
    padding: 0 10px 12px 10px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .index_new_list .index_new_list_box {
    flex-direction: column;
  }

  .index_new_list .index_new_list_box .list_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .shgk_plate1 .shgk_plate1_box {
    flex-direction: column;
  }

  .index_hyfc .index_hyfc_box .index_hyfc_layout ul li {
    width: 100%
  }

  .index_hyfc .index_hyfc_box .index_hyfc_layout {
    padding: 20px 15px;
  }

  .index_hyfc {
    padding-bottom: 30px;
  }

  .index_new_box_t {
    height: 50px;
    padding: 0 20px;
  }

  .index_new_list {
    padding: 30px 0;
  }

  .shgk_plate1 .shgk_plate1_box>div {
    width: 100% !important
  }

  .shgk_plate3 .shgk_plate3_box {
    flex-direction: column;
  }

  .shgk_plate3 .shgk_plate3_box .right .rd {
    margin-top: 20px;
  }

  .new_list .new_list_box ul li {
    width: 50%
  }

  .hyqy .hyqy_box .content h1 {
    font-size: 20px;
  }

  .new_list .new_list_box ul {
    width: calc(100% + 20px);
    margin: -10px;
  }

  .hyqy .hyqy_box .content .editor span {
    line-height: 24px;
  }

  .hyqy:after {
    display: none;
  }

  .hyqy .hyqy_box .right_nav .new .time {
    margin-top: 10px;
  }

  .hyqy .hyqy_box .right_nav .new .text {
    width: 60%;
    padding-left: 20px;
  }

  .hyqy .hyqy_box .right_nav .new .pic {
    width: 40%
  }

  .hyqy .hyqy_box .right_nav .new {
    display: flex;
  }

  .hyqy .hyqy_box .right_nav {
    margin-top: 30px;
  }

  .new_list .new_list_box ul li {
    padding: 10px;
  }

  .fy a {
    height: 40px;
  }

  .fy span {
    margin: 0 20px;
  }

  .new_list {
    padding: 30px 0;
  }

  .shgk_plate3 {
    padding: 30px 0;
  }

  .shgk_plate4 .shgk_plate4_layout .shgk_plate4_box {
    width: 100%;
    margin-top: 15px;
  }

  .shgk_plate4 .shgk_plate4_layout .shgk_plate4_box .item {
    margin-bottom: 10px;
  }

  .shgk_plate4 .shgk_plate4_layout .shgk_plate4_box {
    padding: 15px;
  }

  .shgk_plate3 .shgk_plate3_box .right .rd .rd_box .ewm {
    margin-right: 20px;
  }

  .shgk_plate4 .shgk_plate4_layout {
    position: relative;
  }

  .shgk_plate3 .shgk_plate3_box .right .rt .rtl {
    width: calc(50% - 10px)
  }

  .plate3_ust {
    margin-bottom: 5px;
  }

  .shgk_plate3 .shgk_plate3_box .right {
    margin-top: 20px;
  }

  .shgk_plate3 .shgk_plate3_box>div {
    width: 100% !important
  }

  .shgk_plate2 {
    padding: 30px 0;
  }

  .shgk_plate2 .shgk_plate2_box .switch>div img {
    height: 40px;
    width: 40px;
  }

  .shgk_plate1 .shgk_plate1_box .pic img {
    width: 100%;
    height: auto;
  }

  .shgk_plate1 .shgk_plate1_box .text {
    margin-bottom: 20px;
  }

  .layout37 {
    display: block;
    position: fixed !important;
    z-index: 16;
    top: 0px;
  }

  .top_nav {
    display: none;
  }

  ._nav2 {
    width: 100%;
    float: left;
  }

  ._nav2-1_bg {
    width: 100%;
  }

  ._nav2 .ctext {
    width: 100%;
    float: left;
  }

  ._nav2 .ctext .top {
    position: relative;
    z-index: 5;
  }

  ._nav2 .ctext .menuph {
    display: block;
  }

  ._nav2 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
  }

  ._nav2 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }

  ._nav2 .ctext .menuph .point:hover .navbtn,
  ._nav2 .ctext .menuph .point:hover .navbtn::after,
  ._nav2 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }

  ._nav2 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #0565d5;
    width: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  ._nav2 .ctext .menuph .navbtn::after,
  ._nav2 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #0565d5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  ._nav2 .ctext .menuph .navbtn::after {
    top: -10px;
  }

  ._nav2 .ctext .menuph .navbtn::before {
    top: 10px;
  }

  ._nav2 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }

  ._nav2 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }

  ._nav2 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }

  .hyqy .bg {
    display: none;
  }

  ._nav2 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }

  ._nav2 .ctext .xialaph .ul2,
  ._nav2 .ctext .xialaph .ul3 {
    display: none;
  }

  ._nav2 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }

  ._nav2 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }

  ._nav2 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }

  ._nav2 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph h4:hover a,
  ._nav2 .ctext .xialaph h5:hover a {
    color: #0565d5;
  }

  ._nav2 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }

  ._nav2 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
  }

  ._nav2 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph li:last-child h5::after {
    display: none;
  }

  ._nav2 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }

  ._nav2 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 26px;
    margin-right: 18px;
    cursor: pointer;
  }

  ._nav2 .ctext .xialaph h4.active img.img_s,
  ._nav2 .ctext .xialaph h5.active img.img_s {
    display: none;
  }

  ._nav2 .ctext .xialaph h4.active img.img_d,
  ._nav2 .ctext .xialaph h5.active img.img_d {
    display: block;
  }

  ._nav2 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }

  ._nav2 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }

  ._nav2 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }

  ._nav2 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }

  ._nav2 .ctext .img_d,
  ._nav2 .ctext .disno {
    display: none;
  }

  ._nav2 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
  }

  ._nav2 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }

  ._nav2 .ctext.sub .box .bg {
    opacity: 1;
  }

  ._nav2 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }

  ._nav2 .box .logo img {
    height: 30px;
    margin-top: 10px;
    display: block;
  }

  ._nav2 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }

  ._nav2 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #0565d5;
  }

  .top_content .down_content ul li a .time {
    text-align: right;
    width: 100px;
    margin-top: 3px;
  }

  .top_content .down_content ul li a h4 {
    width: calc(100% - 100px)
  }

  .mbx {
    padding: 15px;
    margin-top: 50px;
    background: #0565D5;
  }

  .mbx .stit {
    margin: 10px 0;
  }

  .pf li .icon {
    height: 40px;
    width: 40px;
  }

  .down_nav .down_nav_box .icon_list .icon_item .bgp {
    display: none;
  }

  .pf li .icon img {
    height: 40px;
    width: 40px;
  }

  .pf li .content {
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 60px;
    white-space: nowrap;
    transition: all 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    opacity: 0;
    z-index: -99;
  }

  .pf {
    top: 71%;
  }

  .hyqy {
    padding: 30px 0;
  }

  .down_nav {
    padding-top: 30px;
  }

  .down_nav .down_nav_box .icon_list {
    flex-wrap: wrap;
  }

  .down_nav .down_nav_box .icon_list .icon_item {
    width: 50%;
  }

  .down_nav .down_nav_box .icon_list .icon_item {
    padding-left: 20px;
    height: 80px;
    padding-right: 20px;
    justify-content: space-between;
  }

  .shgk_plate1 .shgk_plate1_box .text {
    padding-right: 0;
  }

  .shgk_plate2 .shgk_plate2_box ul li a .text .position {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .shgk_plate3 .shgk_plate3_box .right .rd .rd_box .text {
    font-size: 16px;
  }

  /* .new_list,
  .hyqy {
    margin-top: 50px;
  } */

  .hyqy .hyqy_box {
    flex-direction: column;
  }

  .hyqy .hyqy_box .content,
  .hyqy .hyqy_box .right_nav {
    width: 100%
  }

  .shgk_plate4 .shgk_plate4_layout .shgk_plate4_box .item span {
    line-height: 22px;
  }

  .shgk_plate1 {
    padding: 30px 0;
  }

  .shgk_plate4 .shgk_plate4_layout .shgk_plate4_box {
    margin-bottom: 15px;
  }

  .shgk_plate4>img {
    height: 260px;
    object-fit: cover;
  }

  .shgk_plate3 .shgk_plate3_box .right .rt .rtl a .cont img {
    max-width: 30px;
  }

  .shgk_plate1 .shgk_plate1_box .text .info {
    font-size: 18px;
  }

  .down_nav .down_nav_box .icon_list .icon_item .icon img {
    max-width: 30px;
  }

  .down_nav .down_nav_box .icon_list .icon_item .tit {
    margin-right: 20px;
  }

  .down_nav .down_nav_box .icon_list .icon_item .tit {
    font-size: 16px;
  }

  .down_nav .down_nav_box .logo_box {
    padding: 20px 0;
  }

  .down_nav .down_nav_box .logo_box {
    flex-direction: column;
    align-items: center;
  }

  .down_nav .down_nav_box {
    padding-bottom: 0px;
  }

  .copyright .copyright_box {
    flex-direction: column;
    height: auto;
    padding: 15px 0;
  }

  .copyright .copyright_box .content {
    text-align: center;
  }

  .down_nav .down_nav_box .nav_box {
    display: none;
  }

  .down_nav .down_nav_box .logo_box .logo {
    width: 50%;
    margin-bottom: 15px;
  }

  .top_content .down_content {
    flex-direction: column;
  }

  .top_content .down_content>div {
    width: 100% !important
  }

  .top_content .down_content ul {
    width: 100%;
    margin-top: 15px;
  }

  .top_content .down_content ul li a {
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
  }

  .top_content {
    margin-top: 50px;
  }

  .top_content {
    padding: 20px 15px;
  }

  /* ._nav2 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }

  ._nav2 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search2.png) center no-repeat @c;
    position: absolute;
    right: 0;
    top: 0;
  } */
  .nbanner {
    margin-top: 50px;
  }
}


/*250212start*/
.top_nav{position:relative; z-index:2;}
.top_nav .nav_list ul li{ position: relative;}
.top_nav .nav_list dl{display: none; padding:10px 0; box-shadow:0 3px 10px rgba(0,0,0,0.15);
  position: absolute;
  left: 0;
  top: 100%;  width: 100%;
  z-index: 10;background:rgba(255,255,255,0.9);border-radius:0 0 12px 12px;
}
.top_nav .nav_list dl dd{ display: block; width: 100%;}
.top_nav .nav_list dl dd a{color: #000 !important;
  height: 50px; background:none !important;
  font-size: var(--font18);}
  .top_nav .nav_list dl dd a:hover{ background: #034795 !important;color: #fff !important;}
 .top_nav .nav_list ul li:hover dl{ display: block;} 
 .top_nav .nav_list{ overflow: visible;} 
 .top_nav .nav_list ul li:first-child a{ border-radius:12px 0 0 12px;}
 .top_nav .nav_list ul li:last-child a{ border-radius:0 12px 12px 0;}
  
  
/*250212end*/






