@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.row {
  width: 1320px;
  margin: 0 auto;
}

.work_row {
  width: 1200px;
  margin: 0 auto;
}

input {
  border: none;
  outline: none;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagebar a {
  height: 20px !important;
}

.PrevDisabled {
  height: 20px !important;
}

.NextDisabled {
  height: 20px !important;
}

a.Next {
  height: 20px !important;
}

.defaultInputStyle {
  border: 1px #333 solid;
  margin: 0 3px;
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.headStyle1ttsmu7cqm .Prev {
  height: 20px !important;
}

.header {
  width: 100%;
  height: 46px;
  background-image: linear-gradient(90deg, #2A6BBF 0%, #10AD76 100%);
  display: flex;
  align-items: center;
}

.header .row {
  display: flex;
  justify-content: flex-end;
}

.link_nav {
  display: flex;
  align-items: center;
}

.border-right {
  height: 14px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
  display: flex;
  align-items: center;
}

.border-right a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: block;
  line-height: 1;
}

.border-right a:hover {
  color: #fff;
}

.search {
  width: 0;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.search_txt {
  width: 0;
  height: 25px;
  text-indent: 1em;
  font-size: 12px;
  line-height: 25px;
  transition: 0.3s;
}

.search.active {
  width: 150px;
}

.search.active .search_txt {
  width: 120px;
}

.search_img {
  width: 16px;
  height: 16px;
  display: block;
  background: url(/newimg/searchp.png) no-repeat center center;
  background-size: cover;
  display: none;
}

.search.active .search_img {
  display: block;
}

#btn {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: cover;
  margin-left: 10px;
}

#btn:hover {
  cursor: pointer;
}

.search_img:hover {
  cursor: pointer;
}

.nav {
  width: 100%;
  padding: 28px 0;
}

.nav .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 394px;
}

.logo img {
  width: 100%;
  display: block;
}

.navlist {
  display: flex;
  align-items: center;
}

.navlist li {
  margin-right: 24px;
}

.navlist li a {
  font-size: 16px;
  color: #333;
  transition: 0.3s;
  position: relative;
}

.navlist li a::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #2C6DC1 0%, #18B07D 100%);
  bottom: -16px;
}

.navlist li a:hover {
  color: #0f50a3;
}

.navlist li.active a::after {
  width: 24px;
}

.navlist li.active a {
  color: #0f50a3;
}

.bannerbox {
  width: 100%;
  height: 520px;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.bannerbox::after {
  content: "";
  width: 100%;
  height: 540px;
  background: url(/newimg/bannerbg.png) no-repeat center center;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-size: cover;
}

.bannerbox .row {
  position: absolute;
  overflow: hidden;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.banner {
  width: 100%;
  height: 520px;
  /* overflow: hidden; */
}

.banner .swiper-slide {
  width: 100%;
  position: relative;
}

.banner .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2565B8 5%, rgba(35, 110, 173, 0.87) 36%, rgba(16, 173, 118, 0) 80%);
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: 2;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
  position: relative;
}

.banner .swiper-pagination {
  position: relative;
  z-index: 3;
  bottom: 40px;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 10px !important;
}

.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}

.bannercontent {
  width: 320px;
  padding: 40px 24px 20px 24px;
  background-color: rgba(0, 0, 0, 0.46);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: 0.3s;
}

.bannercontent.active {
  bottom: -200px;
}

.open {
  width: 80px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.32);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.open:hover {
  cursor: pointer;
}

.open.active img {
  transform: rotate(180deg);
}

.open img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  transition: 0.3s;
}

.bannercontent_head {
  display: flex;
  align-items: center;
  height: 20px;
  margin-bottom: 24px;
}

.bannercontent_head h2 {
  font-size: 16px;
  color: #fff;
  opacity: 0.78;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
  padding-right: 15px;
  margin-right: 15px;
}

.bannercontent_head h2:last-child {
  border-right: 0;
}

.bannercontent_head h2:hover {
  cursor: pointer;
}

.bannercontent_head h2.active {
  font-weight: 700;
  opacity: 1;
}

.bannercontent_head span {
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 15px;
}

.bannercontent_txt {
  display: flex;
  align-items: center;
  border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.bannercontent_txt img {
  width: 12px;
  height: 12px;
  display: block;
  object-fit: cover;
  margin-right: 5px;
}

.bannercontent_txt h4 {
  font-size: 14px;
  color: #fff;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bannercontent_txt:hover h4 {
  text-decoration: underline;
}

.bannercontent_body {
  display: none;
}

.bannercontent_body.active {
  display: block;
}

.bannercontent_body .more {
  font-size: 13px;
  color: #eba83b;
  display: block;
  margin-top: 14px;
  transition: 0.3s;
}

.bannercontent_body .more:hover {
  text-decoration: underline;
}

.index2 {
  width: 100%;
  margin-bottom: 50px;
}

.index2 .row {
  /* display: flex;
  justify-content: space-between; */
}

.index2_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.index2_head h2 {
  font-size: 34px;
  color: #333;
  font-weight: 700;
  text-indent: 66px;
  position: relative;
}

.index2_head h2::after {
  content: "";
  width: 46px;
  height: 1px;
  background-color: #114486;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.index2_head h2::before {
  content: "";
  width: 46px;
  height: 1px;
  background-color: #114486;
  position: absolute;
  right: -66px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.index2_head .more {
  width: 140px;
  height: 40px;
  border: 1px solid #E0E0E0;
  background-image: none;
  transition: 0.5s;
}

.index2_head .more:hover {
  border: 1px #fff solid;
  background-image: linear-gradient(90deg, #2C6DC1 0%, #18B07D 100%);
}

.index2_head .more a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  color: #666;
  font-size: 15px;
  transition: 0.5s;
  line-height: 40px;
}

.index2_head .more:hover a {
  color: #fff;
}

.index2_body {
  display: flex;
  justify-content: space-between;
}

.index2_body1 {
  width: 640px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.index2_body1 a {
  display: block;
  /* margin-right: 40px; */
  margin-bottom: 12px;
  width: 100%;
}

.index2_body1 a:nth-child(2n) {
  margin-right: 0;
}

.index2_imgbox {
  width: 640px;
  height: 390px;
  overflow: hidden;
  position: relative;
}

.index2_imgbox .swiper-pagination {
  left: auto;
  /* right: 20px; */
  bottom: 25px;
  justify-content: flex-end;
  padding-right: 30px;
}

.index2_imgbox .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.5;
}

.index2_imgbox .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.index2_imgbox a {
  display: block;
  width: 100%;
  height: 100%;
}

.index2_imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.index2_imgbox .txt {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
  bottom: 60px;
  background-color: rgba(0, 0, 0, 0.46);
}

.index2_imgbox .txt p {
  width: 460px;
  font-size: 18px;
  color: #fff;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
  transition: 0.3s;
}

.index2_imgbox .txt h4 {
  font-size: 15px;
  color: #fff;
}

.index2_imgbox .swiper-slide {
  overflow: hidden;
}

.index2_imgbox .swiper-slide:hover img {
  transform: scale(1.05);
}

.index2_imgbox .swiper-slide:hover p {
  text-decoration: underline;
}

.index2_new {
  display: flex;
  width: 100%;
  border-bottom: 1px #F0F3F7 solid;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}

.index2_new .time {
  /* margin-right: 30px; */
}

.index2_new .time h2 {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  transition: 0.3s;
  text-align: center;
  margin-bottom: 10px;
}

.index2_new .time h4 {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}

.index2_new .txt p {
  font-size: 17px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  /* margin-bottom: 10px; */
  line-height: 160%;
  transition: 0.3s;
}

.index2_new .txt h4 {
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index2_new:hover .time h2 {
  background-image: linear-gradient(90deg, #2C6DC1 0%, #18B07D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.index2_new:hover .txt p {
  color: #0F50A3;
}

.index3 {
  width: 100%;
  height: 560px;
  background-image: linear-gradient(90deg, #2A6BBF 0%, #10AD76 100%);
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
  z-index: 3;
}

.index3::after {
  content: "";
  /* width: 100%; */
  width: 0;
  height: 540px;
  background: url(/newimg/bannerbg.png) no-repeat center center;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-size: cover;
  z-index: 1;
}

.index3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/newimg/index3bg.png) no-repeat center center;
  background-size: cover;
  z-index: 2;
}

.index3 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  z-index: 3;
}

.index3_body {
  width: 640px;
}

.index3_body .index2_head h2 {
  color: #fff;
}

.index3_body .index2_head h2::after,
.index3_body .index2_head h2::before {
  background-color: #fff;
}

.index3_body .index2_head .more {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.index3_body .index2_head .more a {
  color: #fff;
}

.index3_body .index2_head .more:hover {
  background-image: linear-gradient(90deg, transparent 0%, transparent 100%) !important;
}

.index2_bodyp {
  width: 640px;
  height: 380px;
  border-bottom: 5px #1DBDCC solid;
  background-color: #fff;
  padding: 30px;
}

.index2_news {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.index2_news .imgbox {
  width: 210px;
  height: 140px;
  margin-right: 40px;
  position: relative;
}

.index2_news .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}

.index2_news .imgbox::after {
  content: "";
  width: 230px;
  height: 175px;
  position: absolute;
  left: -10px;
  top: -18px;
  background: url(/newimg/index3imgbg.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.index2_news .txt {
  width: 330px;
}

.index2_news .txt p {
  font-size: 18px;
  line-height: 160%;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.3s;
}

.index2_news .txt h4 {
  width: 115px;
  height: 32px;
  background-image: linear-gradient(90deg, #2C6DC1 0%, #18B07D 100%);
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.index2_news:hover .txt p {
  color: #0F50A3;
}

.index2_news:hover .imgbox img {
  /* transform: scale(1.05); */
}

.index2_news1 {
  display: flex;
  align-items: center;
  border-bottom: 1px #F0F3F7 solid;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.index2_news1 img {
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 6px;
  object-fit: cover;
}

.index2_news1 h4 {
  font-size: 14px;
  color: #666;
}

.index2_news1 span {
  font-size: 20px;
  margin: 0 6px;
  color: #e0e0e0;
}

.index2_news1 p {
  width: 450px;
  font-size: 17px;
  color: #333;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.3s;
}

.index2_news1:hover p {
  color: #0F50A3;
}

.index4 {
  width: 100%;
  margin-bottom: 50px;
}

.index4 .row {
  display: flex;
  justify-content: space-between;
}

.index4_body {
  width: 640px;
}

.index4_body .index2_news1 p {
  width: 525px;
}

.index5 {
  width: 100%;
  height: 360px;
  background-color: #F0F3F7;
  position: relative;
}

.index5::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/newimg/index5bg.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.index5 .row {
  padding-top: 80px;
}

.index5swiper {
  width: 100%;
  height: 250px;
  /* padding-bottom: 50px; */
}

.index5swiper .swiper-slide {
  width: 410px;
  height: 200px;
  background: url(/newimg/banner.png) no-repeat center center;
  background-size: cover !important;
  position: relative;
  z-index: 2;
}

.index5swiper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 200px;
  background-image: linear-gradient(180deg, #2A6BBF 0%, rgba(36, 122, 175, 0.87) 46%, rgba(16, 173, 118, 0.4) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.index5swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  /* padding-top: 50px; */
  z-index: 9;
}

.index5 .swiper-pagination {
  bottom: 0;
}

.index5 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #114486;
  opacity: 0.3;
  margin: 0 10px;
}

.index5 .swiper-pagination-bullet-active {
  opacity: 1;
}

.index5swiper .swiper-slide h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

.index5swiper .swiper-slide h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.bottom {
  width: 100%;
  background-color: #092141;
  padding-top: 50px;
}

.bottom .row {
  display: flex;
  position: relative;
  padding-bottom: 40px;
}

.bottom1 {
  margin-right: 270px;
}

.bottomlogo {
  width: 395px;
  height: 44px;
  margin-bottom: 40px;
}

.bottomlogo a {
  display: block;
  width: 100%;
  height: 100%;
}

.bottomlogo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom2 h4 {
  font-size: 16px;
  margin-bottom: 16px;
  color: #fff;
}

.wechat {
  width: 110px;
  position: absolute;
  right: 0;
  top: 0;
}

.wechat img {
  width: 110px;
  height: 110px;
  display: block;
  object-fit: cover;
  margin-bottom: 10px;
}

.wechat h4 {
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.bottom_end {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 21px 0;
}

.bottom_end .row1 {
  width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom_end .row1 .end_txt {
  display: flex;
  align-items: center;
}

.bottom_end .row1 .end_txt h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
}

.bottom_end .row1 .end_txt a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}

.bottom_end .row1 .end_txt a:hover {
  color: rgb(255, 255, 255);
}

.link {
  width: 300px;
  height: 44px;
  outline: none;
  border: 1px #42536A solid;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* background: url(/newimg/linkarrow.png)no-repeat right right; */
  background-color: transparent;
  background-size: cover;
  font-size: 15px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

.link:hover {
  cursor: pointer;
}

.link h1 {
  font-size: 15px;
  color: #fff;
  line-height: 44px;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 20px;
}

.link::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(/newimg/linkarrow.png) no-repeat center center;
  background-size: cover;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 5;
}

.linkbox {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 5;
  display: none;
}

.linkbox li {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-bottom: 1px solid #d7d7d7;
  background: #fff;
  padding-left: 20px;
}

.linkbox li a {
  color: #666;
  display: block;
  width: 100%;
  height: 100%;
}

.linkbox li a:hover {
  color: #0F50A3;
}

.link::-ms-expand {
  display: none;
}

.link .txt {
  display: block;
  background-color: transparent;
  font-size: 15px;
  line-height: 167%;
  color: #333;
  padding: 20px;
}

.banner1 {
  width: 100%;
  height: 320px;
}

.banner1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content {
  padding-top: 40px;
  padding-bottom: 100px;
}

.content .row {
  display: flex;
  justify-content: space-between;
}

.column {
  width: 280px;
}

.column_head {
  width: 280px;
  height: 76px;
  background-image: linear-gradient(90deg, #2A6BBF 0%, #10AD76 100%);
  position: relative;
}

.column_head h1 {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 76px;
  text-indent: 30px;
}

.column_head::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/newimg/columnbg.png) no-repeat center center;
  background-size: cover;
  left: 0;
  top: 0;
}

.columnnav {
  padding: 10px 30px 115px 30px;
  background-color: #F0F3F7;
  position: relative;
  z-index: 2;
}

.columnnav::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/newimg/columnnavbg.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.columnnav > li {
  border-bottom: 1px #E3E7ED solid;
  position: relative;
  z-index: 2;
}

.columnnav > li::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 0;
  top: 15px;
  width: 3px;
  height: 32px;
  background-image: linear-gradient(180deg, #2C6DC1 0%, #18B07D 100%);
  display: none;
}

.columnnav li.active::after {
  display: block;
}

.columnnav > li > a {
  font-size: 18px;
  color: #333;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  transition: 0.3s;
}

.columnnav > li > a:hover {
  color: #0F50A3;
}

.columnnav > li.active > a {
  color: #0F50A3;
}

.columnnav > li > a::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(/newimg/columnmore.png) no-repeat center center;
  background-size: cover;
  display: none;
}

.columnnav > li.active > a::after {
  display: block;
}

.columnnav_two {
  padding-left: 30px;
}

.columnnav_two li a {
  display: block;
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
  transition: 0.3s;
}

.columnnav_two li.active a {
  color: #0F50A3;
}

.columnnav_two li a:active {
  color: #0F50A3;
}

.columnnav_two li a:hover {
  color: #0F50A3;
}

.content_right {
  width: 1000px;
  padding-top: 20px;
}

.postion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #E3E7F2 solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.postion h1 {
  font-size: 28px;
  color: #333;
  font-weight: 700;
}

.location {
  display: flex;
  align-items: center;
}

.location a {
  font-size: 14px;
  color: #666;
  transition: 0.3s;
}

.location a:last-child {
  color: #0F50A3;
}

.location span {
  font-size: 14px;
  color: #666;
  margin: 0 4px;
}

.location a:hover {
  color: #0F50A3;
}

.about p {
  font-size: 16px;
  color: #333;
  line-height: 160%;
  margin-bottom: 10px;
  text-indent: 2em;
}

.about .imgbox {
  width: 800px;
  height: 400px;
  margin: 20px auto;
  position: relative;
}

.about .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.about .imgbox::after {
  content: "";
  width: 860px;
  height: 300px;
  background-color: #F0F3F7;
  position: absolute;
  left: -30px;
  top: 50px;
}

.aboutbox {
  display: flex;
  justify-content: flex-end;
}

.aboutbox h4 {
  font-size: 16px;
  color: #333;
  margin-top: 50px;
}

.leader {
  margin-top: 70px;
}

.leader .leaderbox:last-child {
  margin-bottom: 0;
}

.leaderbox {
  width: 100%;
  height: 240px;
  background-color: #F0F3F7;
  position: relative;
  padding-left: 50px;
  display: flex;
  margin-bottom: 66px;
}

.leaderbox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/newimg/leader.png) no-repeat center center;
  background-size: cover;
}

.leaderbox .imgbox {
  width: 200px;
  height: 250px;
  margin-right: 60px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -30px;
}

.leaderbox .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leaderbox .txt {
  width: 630px;
  padding-top: 40px;
}

.leaderbox .txt h2 {
  color: #4f6c92;
  font-size: 30px;
  margin-bottom: 20px;
}

.leaderbox .txt h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.leaderbox .txt p {
  color: #666;
  font-size: 15px;
  line-height: 160%;
}

.scenery {
  display: flex;
  flex-wrap: wrap;
}

.scenery a {
  margin-right: 40px;
  margin-bottom: 50px;
}

.scenery a:nth-child(3n) {
  margin-right: 0;
}

.sceneryp {
  width: 306px;
  height: 200px;
  position: relative;
}

.sceneryp::after {
  content: "";
  width: 276px;
  height: 205px;
  background-color: #F0F3F7;
  position: absolute;
  left: 15px;
  top: 15px;
}

.sceneryp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.news a {
  display: block;
  transition: 0.3s;
}

.news a:hover {
  background-image: linear-gradient(90deg, #2A6BBF 0%, #10AD76 100%);
}

.news a:nth-child(2n) .newp {
  /* background-color: #F0F3F7; */
}

.newp {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.newp .imgbox {
  width: 12px;
  height: 12px;
  display: block;
  object-fit: cover;
  margin-right: 10px;
  background: url(/newimg/index3more.png) no-repeat center center;
  background-size: cover;
  margin-right: 10px;
}

.news a:hover .imgbox {
  background: url(/newimg/index3morep.png) no-repeat center center;
  background-size: cover;
}

.newp p {
  width: 70%;
  font-size: 17px;
  color: #333;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.3s;
}

.news a:hover p {
  color: #fff;
}

.newp:hover p {
  color: #2B5489;
}

.newp h4 {
  color: #999;
  font-size: 14px;
  position: absolute;
  right: 20px;
  transition: 0.3s;
}

.news a:hover h4 {
  color: #fff;
}

.show_head {
  border-bottom: 1px #F0F0F0 solid;
  padding-top: 50px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.show_head h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
  line-height: 150%;
  text-align: center;
}

.show_head h4 {
  font-size: 15px;
  color: #333;
  text-align: center;
}

.show_body p {
  font-size: 16px !important;
  line-height: 160%;
  color: #333;
  margin-bottom: 10px;
}

.show_body img {
  /* display: block; */
  /* max-width: 80%; */
  /* object-fit: cover; */
  margin: 20px auto;
}

.develop h1 {
  font-size: 20px;
  font-weight: 700;
  background-image: linear-gradient(90deg, #2A6BBF 0%, #10AD76 100%);
  display: inline;
  padding: 10px;
  color: #fff;
  border-radius: 15px;
}

.develop_body {
  padding-top: 20px;
  padding-left: 50px;
}

.develop li {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}

.develop li::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #0F50A3;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
}

.teacher {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.teacher a {
  margin-right: 40px;
  margin-bottom: 40px;
}

.teacher a:nth-child(4n) {
  margin-right: 0;
}

.teacherp {
  width: 220px;
  height: 310px;
  background-color: #F0F3F7;
}

.teacherp .imgbox {
  width: 180px;
  height: 225px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.teacherp .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacherp h2 {
  font-size: 18px;
  color: #4f6c92;
  text-align: center;
  margin-bottom: 5px;
}

.teacherp h4 {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.work_head {
  width: 100%;
  height: 180px;
  background-image: linear-gradient(90deg, #0B55BA 0%, #01AB6D 100%);
  position: relative;
  z-index: 5;
}

.work_head::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/newimg/workbg.png) no-repeat center center;
  background-size: cover;
  opacity: 0.46;
  left: 0;
  top: 0;
}

.work_head > .work_row {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  z-index: 2;
  padding-top: 37px;
}

.work_logo {
  width: 543px;
  height: 52px;
}

.work_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.work_logo a img {
  display: block;
  width: 100%;
  height: 100%;
}

.work_head_right {
  width: 264px;
}

.work_head_right_head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 12px;
}

.work_head_right_head h4,
.work_head_right_head a {
  display: block;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  transition: 0.3s;
}

.work_head_right_head a:hover {
  opacity: 1;
}

.work_search {
  width: 100%;
  height: 36px;
  background-color: #fff;
}

.work_searchtxt {
  width: 80%;
  height: 100%;
  background-color: #fff;
  text-indent: 16px;
}

.work_searchbtn {
  width: 24px;
  height: 24px;
  background: url(/newimg/worksearch.png) no-repeat center center;
}

.work_searchbtn:hover {
  cursor: pointer;
}

.work_nav {
  width: 100%;
  height: 56px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.22) 100%), linear-gradient(90deg, #2A6BBF 0%, #10AD76 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.work_nav .work_row {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
}

.work_nav .work_row .work_onenav {
  position: relative;
  height: 100%;
}

.work_nav a,
.work_nav .work_row .work_onenav > a {
  font-size: 17px;
  color: #fff;
  margin: 0 26px;
  opacity: 1;
}

.work_nav .work_row .work_onenav > a {
  display: block;
  height: 100%;
  line-height: 56px;
}

.work_nav span {
  font-size: 20px;
  color: #fff;
}

.work_twonav {
  display: none;
  position: absolute;
  /* min-width: 100%; */
  /* width: auto; */
  /* max-width: 150%; */
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.66);
  z-index: 5;
  box-shadow: 0px 10px 20px 0px rgba(12, 51, 83, 0.2);
}

.work_twonav.active {
  display: block;
}

.work_twonav li {
  border-bottom: 1px rgba(255, 255, 255, 0.1) dashed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.work_twonav li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.work_twonav li a {
  color: #fff;
  opacity: 0.7;
  font-size: 15px;
  line-height: 22px;
  transition: 0.3s;
  white-space: nowrap;
}

.work_twonav li a:hover {
  opacity: 1;
}

.work_body {
  padding: 40px 0;
  background-color: #F0F3F7;
  position: relative;
  min-height: 500px;
  z-index: 3;
}

.work_body::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/newimg/workbg1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.work_body .work_row {
  /* display: flex; */
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.work_body .work_row1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.work_body .work_row2 {
  width: 1350px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.work_body .work_row2 .workbox:nth-child(3n) {
  margin-right: 0;
}

.workbox {
  width: 430px;
  height: 325px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  margin-right: 30px;
  margin-bottom: 30px;
}

.workbox_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #F0F0F0 solid;
  padding-bottom: 13px;
  margin-bottom: 20px;
  position: relative;
}

.workbox_head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 3px;
  background-image: linear-gradient(90deg, #2A6BBF 0%, #10AD76 100%);
}

.workbox_head h4 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.workbox_head a {
  font-size: 14px;
  color: #808080;
  transition: 0.3s;
}

.workbox_head a:hover {
  color: #2B5489;
}

.workbox_body {
  width: 100%;
  height: 230px;
  position: relative;
  z-index: 2;
  /* padding-left: 20px; */
  /* display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; */
}

.workbox_body a {
  display: block;
  margin-bottom: 12px;
}

.workbox_body a:last-child {
  margin-bottom: 0;
}

.workbox_body::after {
  content: "";
  width: 0px;
  height: 230px;
  background: url(/newimg/workboxbg.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.workp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #114486 dashed;
  padding-bottom: 12px;
}

.workp:hover p {
  color: #2B5489;
}

.workp p {
  width: 345px;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.workp h4 {
  color: #808080;
  font-size: 14px;
}

.login {
  width: 280px;
  height: 325px;
  background-image: linear-gradient(224deg, #1871C1 8.11%, #1799A1 91.89%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 20px;
}

.login1 {
  width: 280px;
  height: 344px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 20px;
}

.login::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url(/newimg/login.png) no-repeat center center;
  background-size: cover;
}

.login_head {
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  padding-bottom: 13px;
  position: relative;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.login1 .login_head {
  border-bottom: 1px #F0F0F0 solid;
}

.login_head a {
  font-size: 14px;
  color: #808080;
  transition: 0.3s;
}

.login_head a:hover {
  color: #2B5489;
}

.login1 .login_head::after {
  content: "";
  width: 66px;
  height: 3px;
  background-image: linear-gradient(90deg, #2A6BBF 0%, #10AD76 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.login_head::after {
  content: "";
  width: 66px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.login1 .login_head h2 {
  color: #333;
}

.login_head h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.login h4 {
  font-size: 15px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}

.inputbox {
  width: 240px;
  height: 40px;
  background-color: #fff;
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.inputbox .imgbox {
  width: 40px;
  height: 40px;
  padding-top: 12px;
  border-right: 1px #EBEEF5 solid;
}

.inputbox .imgbox img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.work_input {
  padding-left: 16px;
  font-size: 14px;
  color: #666;
}

.work_btn {
  width: 240px;
  height: 40px;
  border: 0;
  background-image: linear-gradient(270deg, #4EABF8 0%, #228BE6 100%), linear-gradient(180deg, #4EABF8 0%, #228BE6 100%);
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.work_btn:hover {
  cursor: pointer;
}

.work_btn h4 {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.login1 .work_txt {
  border-bottom: 1px #114486 dashed;
}

.work_txt {
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 12px;
}

.work_txt h4 {
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  /* text-wrap: nowrap; */
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0 !important;
}

.login1 .work_txt h4 {
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.login1 .work_txt h4:hover {
  color: #2B5489;
}

.worklist_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  position: relative;
  margin-bottom: 35px;
}

.worklist_head h2 {
  font-size: 28px;
  color: #333;
  font-weight: 700;
}

.worklist_head::after {
  content: "";
  width: 66px;
  height: 4px;
  background-image: linear-gradient(90deg, #2C6DC1 0%, #18B07D 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.work_loction {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.work_loction span,
.work_loction a {
  font-size: 14px;
  color: #666;
  transition: 0.3s;
}

.work_loction span {
  margin: 0 4px;
}

.work_loction a:hover {
  color: #2B5489;
}

.worklist_body {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.worklist_body::after {
  content: "";
  width: 16px;
  height: 100%;
  background: url(/newimg/worklist.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.worklist_body a {
  margin-bottom: 15px;
}

.worklist_body a:last-child {
  margin-bottom: 0;
}

.work_list {
  width: 1170px;
  border-bottom: 1px dashed #D5DEEA;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}

.work_list p {
  width: 1070px;
  font-size: 16px;
  color: #333;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.work_list h4 {
  font-size: 14px;
  color: #808080;
}

.work_contenthead {
  margin-bottom: 50px;
  margin-top: 50px;
  padding-left: 30px;
}

.work_contenthead h2 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.work_contenthead h4 {
  font-size: 14px;
  color: #999;
  border-left: 1px #D8E0EC solid;
  padding-left: 15px;
}

.work_content p {
  color: #333;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 10px;
}

.work_content img {
  max-width: 80%;
  display: block;
  object-fit: cover;
  margin: 20px auto;
}

/** 自适应调整 */
@media screen and (max-width: 1400px) {
  body {
    width: 1400px;
  }
}