* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-family: 'MyFont' !important;
}

.banner li .tit {
  display: none !important
}

.banner .slick-arrow {
  display: none !important
}

@font-face {
  font-family: 'MyFont';
  src: url('./a.otf') format('truetype');
}

body {
  font-family: 'MyFont' !important;
}

a {
  transition: all 0.5s ease;
}

body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}

.wapshoww {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

img {
  border: 0;
}

.max-width {
  width: 1440px;
  margin: 0 auto;
}


.header .max-width {
  width: 100%;
  padding: 0 50px;
}

.layout37 {
  display: none;
}

.pcshow {
  display: block !important;
}

.wapshow {
  display: none !important;
}



.wapshow {
  display: none;
}

._nav3 {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.layout37 {
  display: none;
}

.nbanner {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -100px;
}

.nbanner .pic {
  line-height: 0;
  width: 100%;
}

.nbanner .pic img {
  width: 100%;
}

.nbanner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.nbanner .text .tit {
  line-height: 87px;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.nbanner .text .stit {
  line-height: 26px;
  font-size: var(--font18);
  color: #fff;
  margin-top: 5px;
}

.nbanner:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(54, 99, 151, 0.5);
}

.top_nav {
  float: left;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(6px);
  background: rgba(224, 246, 255, 0.4);
}

.top_nav .top_nav_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.top_nav .top_nav_box .logo {
  line-height: 0;
}

.top_nav .top_nav_box .logo img {
  height: 60px;
}

.top_nav .top_nav_box .nav ul {
  display: flex;
}

.top_nav .top_nav_box .nav li a {
  display: block;
  line-height: 100px;
  margin-left: 70px;
  font-size: var(--font18);
  color: #fff;
  position: relative;
}

.top_nav .top_nav_box .nav li a:hover {
  color: #366397;
}

.top_nav .top_nav_box .nav li.on a {
  color: #366397;
}

.top_nav .top_nav_box .nav li.on a:after {
  content: "";
  width: 30px;
  height: 4px;
  background: #366397;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.banner {
  float: left;
  width: 100%;
}

.banner .pic {
  line-height: 0;
}

.banner li {
  position: relative;
}

.banner li .tit {
  font-size: 60px;
  font-weight: bold;
  color: #366397;
  line-height: 80px;
  display: none;
}

.banner li .info {
  font-size: var(--font18);
  line-height: 26px;
  margin: 24px 0 70px 0;
  color: #fff;
  display: none;
}

.banner li .more {
  width: 206px;
  height: 60px;
  display: none !important;
  background: #366296;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--font18);
}

.banner li .more img {
  margin-left: 12px;
}

.banner li .text {
  width: 1400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
}

.banner a {
  line-height: 0;
}

.banner .slick-dots {
  display: flex;
  align-items: center;
  bottom: 130px;
  justify-content: flex-start;
  width: 1400px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.banner .slick-dots li {
  height: 2px;
  width: 80px;
  background: #fff;
  margin: 0 !important;
}

.banner .slick-dots li.slick-active {
  background: #ff8922;
}

.banner .slick-arrow {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
  bottom: 100px;
  transition: all 0.5s ease;
  top: auto;
  left: auto;
}

.banner .slick-arrow.slick-prev {
  right: 336px;
}

.banner .slick-arrow.slick-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  border-right: 4px solid #366397;
  border-top: 4px solid #366397;
  height: 20px;
  width: 20px;
  margin-left: 3px;
  transition: all 0.5s ease;
}

.banner .slick-arrow.slick-next {
  right: 240px;
}

.banner .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 4px solid #366397;
  border-top: 4px solid #366397;
  height: 20px;
  width: 20px;
  margin-left: -3px;
  transition: all 0.5s ease;
}

.banner .slick-arrow:hover {
  background: #366397;
}

.banner .slick-arrow:hover:after {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
}

.banner .curnumber {
  position: absolute;
  /*left: 600px;*/
  left: 700px;
  bottom: 110px;
  display: none !important;
}

.banner .curnumber .curn {
  color: #fff;
  font-size: 35px;
}

.contact {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding-bottom: 60px;
}

.contact .contact_box {
  background: #fff;
  padding: 50px;
  float: left;
  width: 100%;
  box-shadow: 0 6px 28px 0px rgba(0, 0, 0, 0.04);
  margin-top: -80px;
}

.contact .contact_box .contact_left {
  width: 50%;
  float: left;
  display: flex;
  flex-direction: column;
}

.contact .contact_box .contact_left .tit {
  line-height: 35px;
  font-size: var(--font24);
  color: #212121;
  font-weight: bold;
  margin-bottom: 10px;
  float: left;
}

.contact .contact_box .contact_left .tit.tt {
  margin-top: 30px;
}

.contact .contact_box .contact_left .st {
  line-height: 30px;
  font-size: var(--font18);
  color: #989898;
}

.contact .contact_box .contact_left .line {
  width: 42px;
  height: 1px;
  background: #c4c4c4;
  margin: 14px 0 40px 0;
}

.contact .contact_box .contact_left .cont_li {
  display: flex;
  align-items: center;
  margin-right: 80px;
  float: left;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.contact .contact_box .contact_left .cont_li .t1 {
  line-height: 26px;
  font-size: var(--font18);
  color: #333;
}

.contact .contact_box .contact_left .cont_li .t2 {
  line-height: 26px;
  font-size: var(--font18);
  color: #666666;
}

.contact .contact_box .contact_right {
  width: 50%;
  float: right;
}

.contact .contact_box .contact_right img {
  line-height: 0;
  width: 100%;
}

.down_nav {
  float: left;
  width: 100%;
  background: #212121;
  padding: 40px 0;
}

.down_nav .down_logo {
  line-height: 0;
  margin-bottom: 60px;
}

.down_nav .down_logo img {
  height: 52px;
}

.down_nav .down_list ul {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #545454;
}

.down_nav .down_list li a {
  line-height: 23px;
  font-size: 16px;
  color: #acacac;
}

.down_nav .down_list li a:hover {
  color: #366397;
}

.down_nav .down_contact {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.down_nav .down_contact h4 {
  color: #b6b6b6;
  line-height: 23px;
  font-size: 16px;
}

.copyright {
  background: #2b2b2b;
  height: 72px;
  width: 100%;
  float: left;
  color: #b6b6b6;
  line-height: 23px;
  font-size: 16px;
}

.copyright .copyright_box {
  flex-direction: column;
  justify-content: center;
  height: 72px;
}

.copyright a {
  line-height: 23px;
  font-size: 16px;
  margin-top: 4px;
  color: #b6b6b6;
}

.about {
  width: 100%;
  float: left;
  padding: 60px 0 0px 0;
}

.about .about_box_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about .about_box_ul .about_box_li {
  width: 50%;
  padding-right: 80px;
  float: left;
  margin-bottom: 80px;
}

.about .about_box_ul .about_box_li.ml {
  padding-left: 80px;
}

.about .about_box_ul .about_box_li .ent {
  line-height: 16px;
  font-size: 23px;
  color: #75a3d7;
}

.about .about_box_ul .about_box_li .tit {
  line-height: 28px;
  font-size: 38px;
  font-weight: bold;
  color: #366397;
  margin: 24px 0 47px 0;
}

.about .about_box_ul .about_box_li .info {
  color: #666666;
  line-height: 28px;
  font-size: var(--font18);
  word-wrap: break-word;
  word-break: break-all;
}

.about .about_box_ul .about_box_li img {
  line-height: 0;
  width: 100%;
}

.new_detail {
  float: left;
  width: 100%;
  background: #f6f6f6;
}

.new_detail .new_detail_box {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 28px 0px rgba(0, 0, 0, 0.04);

  padding: 50px 40px 70px 40px;
}
.new_detail_box .brnode br{
  display: none;
}

.new_detail .new_detail_box h1 {
  line-height: 55px;
  font-size: 38px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.new_detail .new_detail_box .mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.new_detail .new_detail_box .mid .time {
  color: #666666;
  font-size: var(--font18);
}

.new_detail .new_detail_box .mid .back {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: var(--font18);
}

.new_detail .new_detail_box .mid .back img {
  line-height: 0;
  margin-left: 6px;
}

.new_detail .new_detail_box .editor {
  padding: 40px 0;
  float: left;
  width: 100%;
  line-height: 26px;
  font-size: var(--font18);
}

.editor>p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 34px;
}

.editor>p[align="center"] {

  align-items: unset;
}

.new_detail .new_detail_box .editor img {
  line-height: 0;
  display: block;
  /* width: 45%; */
}

.new_detail .nfy {
  height: 86px;
  float: left;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px;

  border-top: 1px solid #e6e6e6;
}

.new_detail .nfy a {
  font-size: var(--font18);
  color: #666666;
}

.new_detail .nfy a:hover {
  color: #366397;
}

.newlist {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #f6f6f6;
}

.newlist .newlist_box {
  background: #fff;
  float: left;
  width: 100%;
}

.newlist .newlist_box li {
  float: left;
  width: 100%;
  padding: 0 50px;
}

.newlist .newlist_box li a {
  float: left;
  width: 100%;
  padding: 50px 0;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
}

.newlist .newlist_box li a .time {
  display: flex;
  flex-direction: column;
}

.newlist .newlist_box li a .pic {
  width: 23%
}

.newlist .newlist_box li a .pic img {
  width: 100%
}

.newlist .newlist_box li a .time .year {
  font-size: 22px;
  line-height: 32px;
  color: #666666;
  white-space: nowrap;
}

.newlist .newlist_box li a .time .mouth {
  font-size: 16px;
  line-height: 24px;
  color: #989898;
}

.newlist .newlist_box li a .tit {
  /* margin-left: 110px;
  margin-right: 85px; */
  width: 59%;
}

.newlist .newlist_box li a .tit h4 {
  line-height: 35px;
  font-size: var(--font24);
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newlist .newlist_box li a .tit h6 {
  line-height: 26px;
  font-size: var(--font18);
  color: #666666;
  margin-top: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.newlist .newlist_box li a .tit .pic {
  width: 310px;
  line-height: 0;
}

.newlist .newlist_box li a .tit .pic img {
  width: 100%;
}

.newlist .newlist_box li a:hover .tit h4 {
  color: #366397;
}

.newlist .newlist_box .more {
  text-align: center;
  position: relative;
  font-size: var(--font18);
  color: #989898;
  margin: 50px 0;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.newlist .newlist_box .more:after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.mojor_people {
  float: left;
  width: 100%;
  padding: 150px 0 80px 0;
}

.mojor_people .mojor_people_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mojor_people .left {
  float: left;
  width: 64%;
}

.mojor_people .left .name {
  /*line-height: 30px;*/
  line-height: 40px;
  font-size: 34px;
  color: #212121;
  position: relative;
  padding-left: 20px;
  border-left: 6px solid #366397;
  margin-bottom: 15px;
}

.mojor_people .left .zhiwei {
  line-height: 26px;
  font-size: 20px;
  color: #212121;
  margin-bottom: 60px;
}

.mojor_people .left .info {
  font-size: var(--font18);
  line-height: 26px;
  color: #666666;
}

.mojor_people .right {
  width: 29%;
  line-height: 0;
}

.mojor_people .right img {
  width: 100%;
}

.ywly {
  float: left;
  width: 100%;
  padding: 30px 0 0 0;
  background: #f6f6f6;
}

.ywly .fenl {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.ywly .fenl a {
  display: block;
  width: 152px;
  height: 54px;
  color: #333333;
  font-size: var(--font18);
  text-align: center;
  line-height: 54px;
  border-radius: 27px;
}

.ywly .fenl a.on {
  background: #366397;
  color: #fff;
}

.ywly ul {
  width: calc(100% + 36px);
  margin: -28px -18px;
  float: left;
}

.ywly ul li {
  width: 25%;
  float: left;
  padding: 28px 18px;
}

.ywly ul li a {
  width: 100%;
  float: left;
  background: #fff;
  padding: 50px 30px 0 30px;
}

.ywly ul li a .tit {
  line-height: 30px;
  font-size: 28px;
  color: #212121;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ywly ul li a .stit {
  color: #989898;
  margin: 10px 0 30px 0;
  font-size: 12px;
}

.ywly ul li a .info {
  line-height: 24px;
  font-size: var(--font18);
  color: #989898;
  margin-bottom: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ywly ul li a .more {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 64px;
  width: 100%;
  border-top: 1px solid #ededed;
}

.ywly ul li a .more img {
  line-height: 0;
}

.ywly ul li a .more .icon2 {
  display: none;
}

.ywly ul li a:hover {
  background: #366397;
}

.ywly ul li a:hover .tit {
  color: #fff;
}

.ywly ul li a:hover .stit {
  color: #e0e0e0;
}

.ywly ul li a:hover .info {
  color: #e0e0e0;
}

.ywly ul li a:hover .more {
  color: #e0e0e0;
}

.ywly ul li a:hover .icon2 {
  display: block !important;
}

.ywly ul li a:hover .icon1 {
  display: none !important;
}

.ywly .moree {
  text-align: center;
  position: relative;
  font-size: var(--font18);
  color: #989898;
  margin: 70px 0;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.ywly .moree:after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.zyrs {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.zyrs .zyrs_box {

  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.zyrs .zyrs_box_left {
  width: 77%;
  float: left;
  /* background: #f5f5f5; */
  padding: 40px 70px 40px 0;
  position: relative;
}

.zyrs .zyrs_box_left:after {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  left: -100vw;
  /* background: #f5f5f5; */
  top: 0;
}

.zyrs .zyrs_box_left li {
  display: flex;
  align-items: center;
}

.zyrs .zyrs_box_left li .text {
  padding-right: 80px;
}

.zyrs .zyrs_box_left li .text .name {
  line-height: 30px;
  font-size: 34px;
  color: #212121;
  position: relative;
  padding-left: 20px;
  border-left: 6px solid #366397;
  margin-bottom: 15px;
}

.zyrs .zyrs_box_left li .text .zhiwei {
  line-height: 26px;
  font-size: 20px;
  color: #212121;
  margin-bottom: 60px;
}

.zyrs .zyrs_box_left li .text .info {
  font-size: var(--font18);
  line-height: 26px;
  color: #666666;
}

.zyrs .zyrs_box_left li .text .more {
  margin-top: 112px;
  width: 146px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  color: #446d9e;
  border-bottom: 1px solid #446d9e;
}

.zyrs .zyrs_box_left li .pic {
  line-height: 0;
  min-width: 42%;
}

.zyrs .zyrs_box_left li .pic img {
  width: 100%
}

.zyrs .zyrs_box_left .slick-arrow {
  height: 48px;
  width: 52px;
  border-radius: 6px;
  bottom: 0;
  top: auto;
}

.zyrs .zyrs_box_left .slick-arrow.slick-next {
  right: -122px;
  background: #a18977;
}

.zyrs .zyrs_box_left .slick-arrow.slick-next:after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.zyrs .zyrs_box_left .slick-arrow.slick-prev {
  right: -70px;
  left: auto;
  background: #366397;
}

.zyrs .zyrs_box_left .slick-arrow.slick-prev:after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.zyrs .zyrs_box_right {
  width: 17%;
  float: right;
  margin-bottom: 40px;
}

.zyrs .zyrs_box_right li {
  width: 100%;
}

.zyrs .zyrs_box_right li .pic {
  line-height: 0;
}

.zyrs .zyrs_box_right li .pic img {
  width: 100%;
}

.index_ywly {
  float: left;
  width: 100%;
  background: #f5f4f2;
}

.index_ywly .index_ywly_left {
  width: 17%;
  float: left;
  padding-top: 230px;
}

.index_ywly .index_ywly_left .ent {
  font-size: var(--font18);
  color: #212121;
  line-height: 26px;
}

.index_ywly .index_ywly_left .tit {
  color: #366397;
  font-size: 30px;
  line-height: 32px;
  margin: 6px 0 30px 0;
}

.index_ywly .index_ywly_left .line {
  width: 44px;
  height: 2px;
  background: #366397;
  display: block;
}

.index_ywly .index_ywly_left .arrow {
  display: flex;
  margin-top: 120px;
}

.index_ywly .index_ywly_left .arrow .prev {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}

.index_ywly .index_ywly_left .arrow .prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  border-right: 3px solid #366397;
  border-top: 3px solid #366397;
  height: 12px;
  width: 12px;
  margin-left: 3px;
  transition: all 0.5s ease;
}

.index_ywly .index_ywly_left .arrow .prev:hover {
  background: #366397;
}

.index_ywly .index_ywly_left .arrow .prev:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.index_ywly .index_ywly_left .arrow .next {
  height: 40px;
  width: 40px;
  margin-left: 26px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}

.index_ywly .index_ywly_left .arrow .next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 3px solid #366397;
  border-top: 3px solid #366397;
  height: 12px;
  width: 12px;
  margin-left: -3px;
  transition: all 0.5s ease;
}

.index_ywly .index_ywly_left .arrow .next:hover {
  background: #366397;
}

.index_ywly .index_ywly_left .arrow .next:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.index_ywly .index_ywly_right {
  width: 83%;
  float: right;
}

.index_ywly .index_ywly_right ul li {
  height: 650px;
  padding: 105px 0px 85px 0;
  width: 260px;
  position: relative;
  transition: all 0.5s ease;
  border-right: 1px solid #c4c4c4;
}

.index_ywly .index_ywly_right ul li .box {
  padding: 70px 40px 60px 40px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.index_ywly .index_ywly_right ul li.slick-current {
  width: 420px;
}

.index_ywly .index_ywly_right ul li.slick-current .box {
  background: #fff;
}

.index_ywly .index_ywly_right ul li.slick-current .tit1 {
  display: none;
}

.index_ywly .index_ywly_right ul li.slick-current .tit2 {
  display: block;
}

.index_ywly .index_ywly_right ul li.slick-current .more2 {
  display: flex;
}

.index_ywly .index_ywly_right ul li.slick-current .more1 {
  display: none;
}

.index_ywly .index_ywly_right ul li .tit1 {
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 300px;
}

.index_ywly .index_ywly_right ul li .tit1 .t1 {
  color: #b6b6b6;
  font-size: 16px;
}

.index_ywly .index_ywly_right ul li .tit1 .t2 {
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  margin-left: 8px;
}

.index_ywly .index_ywly_right ul li .more {
  height: 60px;
  width: 74px;
  border: 1px solid #6889af;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.index_ywly .index_ywly_right ul li .tit2 {
  display: none;
}

.index_ywly .index_ywly_right ul li .tit2 .t1 {
  font-size: 28px;
  text-align: center;
  color: #366397;
}

.index_ywly .index_ywly_right ul li .tit2 .t2 {
  color: #869fbc;
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 25px 0;
  text-align: center;
}

.index_ywly .index_ywly_right ul li .tit2 .info {
  font-size: var(--font18);
  line-height: 26px;
  color: #666666;
}

.index_ywly .index_ywly_right ul li .more2 {
  display: none;
  width: 206px;
  height: 60px;
  background: #356194;
  color: #fff;
}

.index_ywly .index_ywly_right ul li .more2 img {
  margin-left: 12px;
}

.index_about {
  float: left;
  width: 100%;
  position: relative;
}

.index_about .pic_ul ul li .pic {
  line-height: 0;
}

.index_about .pic_ul ul li .pic img {
  width: 100%;
}

.index_about .dw {
  width: 1440px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  bottom: 0px;
}

.index_about .dw:after {
  height: 68px;
  background: #fff;
  content: "";
  width: 100vw;
  top: 0;
  right: 100%;
  position: absolute;
}

.index_about .dw .curnumber {
  height: 68px;
  background: #fff;
  width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_about .dw .curnumber .curn {
  font-size: 20px;
  color: #366397;
}

.index_about .dw .curnumber .num {
  font-size: 16px;
  color: #b6b6b6;
}

.index_about .dw .curnumber .prev {
  height: 8px;
  width: 8px;
  transform: rotate(-135deg);
  border-right: 2px solid #366397;
  border-top: 2px solid #366397;
  transition: all 0.5s ease;
  margin-right: 8px;
  cursor: pointer;
}

.index_about .dw .curnumber .next {
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  border-right: 2px solid #366397;
  border-top: 2px solid #366397;
  transition: all 0.5s ease;
  margin-left: 8px;
  cursor: pointer;
}

.index_about .text_dw {
  width: 1440px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  right: 0;
  left: 50%;
}

.index_about .text_dw .text_cont {
  background: rgba(54, 99, 151, 0.8);
  backdrop-filter: blur(6px);
  padding: 65px 65px 60px 65px;
  width: 650px;
  float: right;
}

.index_about .text_dw .text_cont .ent {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.index_about .text_dw .text_cont .tit {
  font-size: 30px;
  line-height: 43px;
  color: #fff;
}

.index_about .text_dw .text_cont .info {
  font-size: var(--font18);
  line-height: 26px;
  color: #fff;
  margin: 30px 0 40px 0;
}

.index_about .text_dw .text_cont .more {
  width: 206px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: var(--font18);
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.index_news {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.index_news .index_news_left {
  padding-top: 110px;
  width: 30%;
  float: left;
  padding-right: 8%;
}

.index_news .index_news_left .t1 {
  font-size: 34px;
  color: #212121;
  font-weight: bold;
  line-height: 50px;
}

.new_zyrs_list li .text h4 {
  /* line-height: 30px;*/
  line-height: 40px;
  font-family: "楷体";
  font-size: var(--font24);
  color: #212121;
  margin-bottom: 10px;
  margin-top: 15px;
}

.index_news .index_news_left .t2 {
  font-size: var(--font18);
  color: #989898;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.index_news .index_news_left .t3 {
  font-size: 20px;
  color: #666666;
  line-height: 29px;
}

.index_news .index_news_left .fl {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.index_news .index_news_left .fl a {
  display: block;
  width: 120px;
  height: 40px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  margin-right: 10px;
}

.index_news .index_news_left .fl a.on {
  background: #366397;
  color: #fff;
}

.index_news .index_news_left .more {
  display: flex;
  align-items: center;
  margin-top: 144px;
}

.index_news .index_news_left .more .circle {
  height: 60px;
  width: 60px;
  background: #366397;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.index_news .index_news_left .more p {
  line-height: 54px;
  width: 176px;
  font-size: var(--font18);
  color: #212121;
  background: #fafafa;
  border-radius: 27px;
  text-align: center;
  margin-left: -30px;
}

.index_news .index_news_right {
  width: 70%;
  float: right;
}

.index_news .index_news_right li {
  width: 100%;
  float: left;
}

.index_news .index_news_right li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  float: left;
  width: 100%;
  background: #fafafa;
  transition: all 0.5s ease;
}

.index_news .index_news_right li a .pic {
  width: 30%;
  line-height: 0;
  margin-right: 30px;
  min-width: 30%;
}

.index_news .index_news_right li a .pic img {
  width: 100%;
}

.index_news .index_news_right li a .text {
  width: 47%
}

.index_news .index_news_right li a .text .h4 {
  font-size: 23px;
  color: #212121;
  font-weight: bold;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index_news .index_news_right li a .text h6 {
  font-size: 16px;
  color: #212121;
  line-height: 28px;
  margin: 20px 0 40px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index_news .index_news_right li a .text .more {
  color: #366397;
  font-size: var(--font18);
  line-height: 26px;
  display: flex;
  align-items: center;
}

.index_news .index_news_right li a .text .more img {
  margin-left: 10px;
}

.index_news .index_news_right li a .text .more .icon2 {
  display: none;
}

.index_news .index_news_right li a .time {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}

.index_news .index_news_right li a .time:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background: #c4c4c4;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}

.index_news .index_news_right li a .time .mouth {
  color: #212121;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
}

.index_news .index_news_right li a .time .year {
  font-size: 14px;
  color: #989898;
  line-height: 10px;
}

.index_news .index_news_right li a:hover {
  background: #366397;
}

.index_news .index_news_right li a:hover .h4 {
  color: #fff;
}

.index_news .index_news_right li a:hover h6 {
  color: #fff;
}

.index_news .index_news_right li a:hover .more {
  color: #fff;
}

.index_news .index_news_right li a:hover .icon2 {
  display: block !important;
}

.index_news .index_news_right li a:hover .icon1 {
  display: none !important;
}

.index_news .index_news_right li a:hover .mouth {
  color: #fff;
}

.index_news .index_news_right li a:hover .year {
  color: #fff;
}

.banner {
  margin-top: -100px;
}

.index_about {
  float: left;
  width: 100%;
}

.w100 {
  width: 100%;
}

.nonem {
  margin: 0 !important;
}

@media screen and (max-width: 1550px) {
  .top_nav .top_nav_box .nav li a {
    margin-left: 30px;
  }

  .top_nav,
  .top_nav .top_nav_box,
  .top_nav .top_nav_box .nav li a {
    height: 80px;
  }

  .top_nav .top_nav_box .nav li a {
    line-height: 80px;
  }

  .zyrs .zyrs_box_left li .text .info {
    font-size: 16px;
    line-height: 24px;
  }

  .zyrs .zyrs_box_left li .text .name {
    line-height: 26px;
    font-size: 26px;
    padding-left: 20px;
    border-left: 6px solid #366397;
    margin-bottom: 15px;
  }

  .nbanner .text .tit {
    line-height: 60px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
  }

  .nbanner .text .stit {
    line-height: 24px;
    font-size: 16px;
    margin-top: 4px;
  }

  .about .about_box_ul .about_box_li .info {
    color: #666666;
    line-height: 24px;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-all;
  }

  .about .about_box_ul .about_box_li.ml {
    padding-left: 40px;
  }

  .contact .contact_box .contact_left .tit {
    line-height: 20px;
    font-size: var(--font18);
    margin-bottom: 5px;
    float: left;
  }

  .contact .contact_box .contact_left .line {
    margin: 14px 0 20px 0;
  }

  .contact .contact_box .contact_left .cont_li {
    margin-right: 40px;
    margin-bottom: 20px;
  }

  .new_detail .new_detail_box h1 {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 25px;
  }

  .ywly ul li a {
    padding: 40px 20px 0 20px;
  }

  .ywly ul li a .tit {
    line-height: 24px;
    font-size: 22px;
  }

  .ywly ul li a .info {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .banner li .text,
  .banner .slick-dots,
  .index_about .dw,
  .index_about .text_dw {
    width: 85%
  }

  .banner .curnumber {
    left: 500px;
  }
}

@media screen and (max-width: 1500px) {
  .index_ywly .index_ywly_right ul li .tit2 .t1 {
    font-size: 24px;
  }

  .new_zyrs_list li .text h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .index_ywly .index_ywly_right ul li .tit2 .info {
    font-size: 16px;
    line-height: 24px;
  }

  .index_ywly .index_ywly_right ul li .tit2 .t2 {
    font-size: 14px;
  }

  .index_ywly .index_ywly_right ul li .more2 {
    width: 150px
  }

  .index_ywly .index_ywly_left .ent {
    font-size: 16px;
  }

  .index_ywly .index_ywly_left .tit {
    font-size: var(--font24);
  }

}

@media screen and (max-width: 1300px) {

  .new_detail .new_detail_box .editor {
    line-height: 24px;
    font-size: 16px;
  }

  .mojor_people .left .zhiwei {
    margin-bottom: 30px;
  }

  .mojor_people .left .info {
    font-size: 16px;
    line-height: 24px;
  }

  .newlist .newlist_box li a .tit h4 {
    line-height: 30px;
    font-size: 20px;
  }

  .newlist .newlist_box li a .tit h6 {
    line-height: 24px;
    font-size: 16px;
    margin-top: 10px;
  }

  .newlist .newlist_box li a {
    padding: 30px 0;
  }


  .about .about_box_ul .about_box_li .tit {
    line-height: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #366397;
    margin: 20px 0 20px 0;
  }

  .new_detail .new_detail_box h1 {
    line-height: 30px;
    font-size: var(--font24);
    margin-bottom: 25px;
  }

  .new_detail .nfy a {
    font-size: 16px;
  }

  .about .about_box_ul .about_box_li .ent {
    line-height: 14px;
    font-size: 20px;
    color: #75a3d7;
  }

  .contact .contact_box .contact_left .cont_li .t1,
  .contact .contact_box .contact_left .cont_li .t2 {
    font-size: 14px;
  }

  .contact .contact_box .contact_left .st {
    font-size: 16px;
  }

  .contact .contact_box .contact_left .cont_li {
    margin-right: 30px;
    margin-bottom: 10px;
  }

  .contact .contact_box .contact_left .line {
    margin: 8px 0 10px 0;
  }

  .contact .contact_box {
    margin-top: -50px;
  }
}

@media screen and (max-width: 1550px) {
  .top_nav .top_nav_box .nav li a {
    margin-left: 20px
  }
}

@media screen and (max-width: 768px) {
  .banner .slick-arrow {
    display: none !important;
  }

  .index_ywly .index_ywly_left {
    width: 100%;
    padding-top: 30px;
  }

  .index_ywly .index_ywly_right ul li .box {
    padding: 20px 15px;
  }

  .index_ywly .index_ywly_right ul li .tit1 {
    writing-mode: inherit
  }

  .index_ywly .index_ywly_right ul li .tit1 .t2 {
    font-size: 20px;
    margin-left: 0px;
  }

  .index_ywly .index_ywly_right ul li .more {
    height: 30px;
    width: 50px;
    bottom: 30px;
  }

  .index_ywly .index_ywly_right ul li .tit2 {
    display: block;
  }

  .index_ywly .index_ywly_right ul li .tit2 .info {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-top: 20px;
  }

  .index_about .dw .curnumber {
    height: 40px;
    background: #fff;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .index_about .text_dw {
    display: none;
  }

  .index_news {
    padding: 30px 0;
  }

  .index_news .index_news_left {
    width: 100%;
    padding-top: 0px;
  }

  .index_news .index_news_left .t1 {
    font-size: 22px;
    line-height: 30px;
  }

  .index_news .index_news_left .t2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .index_news .index_news_left .t3 {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
  }

  .index_news .index_news_left .fl {
    margin-top: 20px;
  }

  .index_news .index_news_left .more {
    margin-top: 20px;
  }

  .index_news .index_news_left .more .circle {
    height: 50px;
    width: 50px;
  }

  .index_news .index_news_left .more p {
    line-height: 44px;
    width: 140px;
    font-size: 16px;
    border-radius: 22px;
    margin-left: -25px;
  }

  .index_news .index_news_right {
    width: 100%
  }

  .index_news .index_news_right li a {
    flex-wrap: wrap;
  }

  .index_news .index_news_right li a .pic {
    margin-right: 0;
  }

  .index_news .index_news_right li a .text {
    width: 100%
  }

  .index_news .index_news_right li a .text .h4 {
    font-size: var(--font18);
    line-height: 24px;
    margin-top: 20px;
  }

  .index_news .index_news_right li a .text h6 {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 15px 0;
  }

  .index_news .index_news_right li a .time {
    display: none;
  }

  .index_news .index_news_right {
    margin-top: 20px;
  }

  .index_news .index_news_right li a {
    padding: 15px;
  }

  .index_news .index_news_right li a .text .more {
    font-size: 16px;
    line-height: 24px;
  }

  .index_news .index_news_right li a .pic {
    width: 100%
  }

  .banner li .text,
  .banner .slick-dots,
  .index_about .dw,
  .index_about .text_dw {
    width: 100%;
  }

  .index_ywly .index_ywly_right ul li .tit1 .t2 {
    margin-top: 4px;
  }

  .index_ywly .index_ywly_left .arrow,
  .index_ywly .index_ywly_right ul li .tit2 .t1,
  .index_ywly .index_ywly_right ul li .tit2 .t2 {
    display: none;
  }

  .index_ywly .index_ywly_right {
    width: 100%
  }

  .index_ywly .index_ywly_right ul li {
    height: 150px;
    padding: 0px 0px 0px 0;
    width: 50%;
    float: left;
    position: relative;
    transition: all 0.5s ease;
    border-right: 1px solid #c4c4c4;
  }


  .zyrs .zyrs_box_left li .text .name {
    line-height: 24px;
    font-size: 20px;
    padding-left: 10px;
    border-left: 3px solid #366397;
    margin-bottom: 15px;
  }

  .zyrs .zyrs_box_left li .text .zhiwei {
    line-height: 20px;
    font-size: 16px;
    color: #212121;
    margin-bottom: 20px;
  }

  .zyrs .zyrs_box_left li .text .info {
    line-height: 24px;
    font-size: 14px;
  }

  .zyrs .zyrs_box_right {
    display: none;
  }

  .zyrs .zyrs_box_left:after {
    display: none;
  }

  .zyrs .zyrs_box_left .slick-arrow.slick-prev {
    left: 20%;
  }

  .zyrs .zyrs_box_left .slick-arrow.slick-next {
    right: 20%;
  }

  .zyrs .zyrs_box_left li .text .more {
    margin-top: 30px;
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    color: #446d9e;
    border-bottom: 1px solid #446d9e;
  }

  .zyrs .zyrs_box_left li .text {
    padding-right: 0;
  }

  .mojor_people {
    padding: 30px 0;
  }

  .zyrs .zyrs_box_left {
    width: 100%;
    padding: 20px 15px 15px 15px;
  }

  .zyrs {
    padding: 30px 0;
  }

  .zyrs .zyrs_box {
    flex-direction: column;
  }

  .zyrs .zyrs_box_left li {
    flex-direction: column;
  }

  .mojor_people .left .name {
    line-height: 24px;
    font-size: 20px;
    color: #212121;
    position: relative;
    padding-left: 10px;
    border-left: 4px solid #366397;
    margin-bottom: 10px;
  }

  .mojor_people .left .zhiwei {
    font-size: 16px;
  }

  .mojor_people .left .zhiwei {
    margin-bottom: 20px;
  }

  .mojor_people .right {
    width: 100%;
    margin-top: 20px;
  }

  .mojor_people .mojor_people_box {
    flex-direction: column;
  }

  .ywly .fenl {
    margin-bottom: 30px;
  }

  .mojor_people .left {
    width: 100%
  }

  .ywly .fenl a {
    display: block;
    width: 120px;
    height: 35px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    border-radius: 17px;
  }

  .ywly ul li {
    width: 100%;
    padding: 10px 0;
  }

  .ywly ul {
    width: 100%;
    margin: -10px 0px;
  }

  .ywly ul li a {
    padding: 15px 15px 0 15px;
  }

  .ywly .moree {
    margin: 30px 0;
    font-size: 16px;
  }

  .ywly ul li a .tit {
    line-height: 20px;
    font-size: var(--font18);
  }

  .ywly ul li a .info {
    margin-bottom: 20px;
  }

  .ywly ul li a .more {
    height: 45px;
    line-height: 45px;
  }

  .ywly ul li a .stit {
    margin-bottom: 20px;
  }

  .new_detail .new_detail_box {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 6px 28px 0px rgba(0, 0, 0, 0.04);
    margin-top: 30px;
    padding: 15px;
  }

  .newlist .newlist_box li {
    padding: 0 15px;
  }

  .new_detail .new_detail_box h1 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .newlist .newlist_box li a .time .year {
    font-size: 16px;
  }

  .newlist .newlist_box li a .tit h4 {
    line-height: 24px;
    font-size: var(--font18);
  }

  .newlist .newlist_box li a {
    padding: 15px 0;
  }

  .newlist .newlist_box .more {
    margin: 20px 0;
    font-size: 16px;
  }

  .newlist .newlist_box li a .tit h6 {
    margin-top: 4px;
  }

  .newlist .newlist_box li a .time .mouth {
    font-size: 14px;
    line-height: 16px;
  }

  .new_detail .new_detail_box .mid .time,
  .new_detail .new_detail_box .mid .back {
    font-size: 14px;
  }

  .new_detail .nfy {
    height: auto;
    flex-direction: column;
    width: 100%;
    padding: 20px;

    border-top: 1px solid #e6e6e6;
  }

  .new_detail .new_detail_box .editor {
    font-size: 14px;
  }

  .contact .contact_box {
    margin-top: 30px;
    padding: 15px;
  }

  .contact .contact_box .contact_left,
  .contact .contact_box .contact_right {
    width: 100%;
  }

  .contact .contact_box .contact_right {
    margin-top: 20px;
  }

  .contact .contact_box .contact_left .tit.tt {
    margin-top: 20px;
  }

  .contact {
    padding-bottom: 30px;
  }

  .down_nav {
    padding: 30px 0;
  }

  .down_nav .down_list li a {
    line-height: 20px;
    font-size: 14px;
    color: #acacac;
  }

  .down_nav .down_logo {
    margin-bottom: 20px;
  }

  .down_nav .down_list ul {
    padding-bottom: 20px;
  }

  .down_nav .down_contact {
    margin-top: 20px;
  }

  .editor>p {
    line-height: 28px;
  }

  .copyright {
    height: auto;
    padding: 15px 0;
  }

  .down_nav .down_contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .about {
    padding-top: 30px;
  }

  .about .about_box_ul .about_box_li {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .nbanner .text .tit {
    line-height: 30px;
    font-size: 20px;
  }

  .about .about_box_ul .about_box_li.ml {
    padding-left: 0;
  }

  .about .about_box_ul .about_box_li .ent {
    text-align: center;
    line-height: 14px;
    font-size: 16px;
  }

  .about .about_box_ul .about_box_li .tit {
    line-height: 16px;
    font-size: var(--font24);
    margin: 20px 0 20px 0;
    text-align: center;
  }

  .nbanner .text .stit {
    line-height: 20px;
    font-size: 12px;
    padding: 0 15px;
    margin-top: 2px;
    word-wrap: break-word;
    word-break: break-all;
  }

  .nbanner .text .stit br {
    display: none;
  }

  .nbanner .text {
    width: 100%
  }

  .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: #366397;
    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: #366397;
    -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;
  }

  ._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: #366397;
  }

  ._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;
  }

  .banner {
    margin-top: 50px;
  }

  .banner .slick-dots {
    bottom: 30px;
    left: 20px;
    transform: translate(0px);
  }

  .banner .slick-dots li {
    width: 30px;
  }

  ._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: 16px;
    margin-top: 17px;
    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 #366397;
  }

  ._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 #366397;
    position: absolute;
    right: 0;
    top: 0;
  }

  .nbanner {
    margin-top: 50px;
  }
}

.zyrs {
  background: rgba(202, 220, 251, 0.8);
}

.new_zyrs_list {
  float: left;
  width: calc(100% + 30px);
  margin: -15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.new_zyrs_list li {
  width: 100%;
  padding: 15px;
  float: left;
  height: 320px;
}

.new_zyrs_list li a {
  width: 100%;
  height: 100%;
  float: left;
  padding: 15px 15px 0 15px;
  background: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
}

.new_zyrs_list li .pic {
  line-height: 0;
  width: 35%;
  height: 230px;
}

.new_zyrs_list li .pic img {
  width: 100%
}

.new_zyrs_list li .text {
  width: 65%;
  padding-left: 30px
}



.new_zyrs_list li .text h5 {
  line-height: 33px;
  font-size: var(--font18);
  color: #212121;
  margin-bottom: 10px;
}

.new_zyrs_list li .text h6 {
  font-size: var(--font18);
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 12px;
}

.new_zyrs_list li .more {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  width: 100%;
  border-top: 1px solid #ededed;
  text-align: right;
  justify-content: flex-end;
  margin-top: 10px;
}

.new_zyrs_list li:hover h4 {
  color: #fff;
}

.new_zyrs_list li:hover h5 {
  color: #fff;
}

.new_zyrs_list li:hover h6 {
  color: #fff;
}

.new_zyrs_list li:hover .more {
  color: #fff;
}

.new_zyrs_list li:hover a {
  background: #366397;
}

.pagination {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .max-width {
    width: 80%;
    margin: 0 auto;
  }

  .new_zyrs_list li {
    height: auto;
  }

  .new_zyrs_list li .pic {
    height: auto;
  }

  .new_zyrs_list li .text h6 {
    line-height: 1;
  }

  .new_zyrs_list li .text h5 {
    line-height: 1;
  }
}

@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }

  .pcshow {
    display: none !important;
  }

  .wapshow {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .new_zyrs_list li {
    width: 100%
  }

  .new_detail .new_detail_box .editor img {
    width: 70%;
  }
}