@charset "UTF-8";
.widthfix {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0));
  z-index: 99;
}
.header .headbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.header .headbox .head-l {
  flex-shrink: 0;
}
.header .headbox .head-l .logo {
  height: 75px;
}
.header .headbox .head-r {
  width: 70%;
}
.header .headbox .head-r .head-r-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #000;
}
.header .headbox .head-r .head-r-top span {
  margin: 0 15px;
  color: rgba(0, 0, 0, 0.5);
}
.header .headbox .head-r .head-r-top .item {
  color: #000;
  display: flex;
  align-items: center;
}
.header .headbox .head-r .head-r-top .item .icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.header .headbox .head-r .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 25px;
}
.header .headbox .head-r .nav .item {
  width: 9.09%;
  position: relative;
}
.header .headbox .head-r .nav .item.active .tt {
  color: #fff;
  backdrop-filter: blur(8px);
  background-color: #0072BF;
  border-radius: 5px;
}
.header .headbox .head-r .nav .item:hover .tt {
  color: #fff;
  backdrop-filter: blur(8px);
  background-color: #0072BF;
  border-radius: 5px;
}
.header .headbox .head-r .nav .item:hover .subnav {
  display: flex;
}
.header .headbox .head-r .nav .item .tt {
  text-align: center;
  color: #333;
  display: block;
  width: 100%;
  font-size: 20px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.header .headbox .head-r .nav .item .subnav {
  display: none;
  width: 550px;
  position: absolute;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  align-items: flex-start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  animation-duration: 0.2s !important;
}
.header .headbox .head-r .nav .item .subnav::after {
  position: absolute;
  left: 40px;
  top: -20px;
  content: "";
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.header .headbox .head-r .nav .item .subnav.r {
  right: 0;
}
.header .headbox .head-r .nav .item .subnav.r::after {
  left: auto;
  right: 40px !important;
}
.header .headbox .head-r .nav .item .subnav .img {
  flex-shrink: 0;
}
.header .headbox .head-r .nav .item .subnav .navlist {
  margin-left: 20px;
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.header .headbox .head-r .nav .item .subnav .navlist a {
  display: block;
  width: 48%;
  padding: 5px 0;
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.header .headbox .head-r .nav .item .subnav .navlist a:after {
  content: "";
  height: 3px;
  width: 3px;
  background: #999;
  position: absolute;
  left: 0;
  top: 15px;
}
.header .headbox .head-r .nav .item .subnav .navlist a:hover {
  color: #087EC3;
}
.header .searchbox {
  background: rgba(8, 126, 195, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.header .searchbox .closebtn {
  position: absolute;
  right: 60px;
  top: 40px;
  cursor: pointer;
}
.header .searchbox .closebtn img {
  width: 50px;
}
.header .searchbox .searchinput .ss {
  display: flex;
  align-items: center;
}
.header .searchbox .searchinput .ss .input {
  width: 200px;
  height: 30px;
  border: 0;
  background: #fff;
  padding: 0 10px;
}
.header .searchbox .searchinput .ss .btn {
  background: #ff8800;
  color: #fff;
  border: 0;
  height: 30px;
  padding: 0 20px;
}

.banner {
  width: 100%;
  top: 0;
}
.banner .swiper-container {
  width: 100%;
  height: 500px;
}
.banner .swiper-slide {
  background-position: center;
  background-size: cover;
}
.banner .swiper-slide.swiper-slide-active {
  animation-name: myScale;
  animation-duration: 6s;
  animation-timing-function: linear;
}

/* 中部版块 */
@keyframes myScale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@-webkit-keyframes myScale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes play {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.indexnewsbox {
  background: #fafafa url(../images/index_newsbg.png?ver=2) no-repeat top center;
  background-size: 100% auto;
  padding: 40px 0;
}
.indexnewsbox .titlebox {
  text-align: center;
  border-bottom: 1px solid #ccc;
  width: 280px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.indexnewsbox .titlebox .title {
  font-size: 40px;
  font-weight: bold;
}
.indexnewsbox .titlebox .en {
  color: #999;
  font-size: 16px;
  font-weight: 100;
  margin-top: 5px;
  position: relative;
}
.indexnewsbox .titlebox .en::after {
  content: "";
  width: 50px;
  height: 5px;
  background: #0072BF;
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -25px;
}
.indexnewsbox .tablist {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-top: 20px;
}
.indexnewsbox .tablist .item {
  background: #fff;
  padding: 8px 25px;
  border-radius: 60px;
  margin: 0 10px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 2px 10px #ebebeb;
  font-size: 16px;
}
.indexnewsbox .tablist .item:hover {
  color: #fff;
  background: #087EC3;
}
.indexnewsbox .tablist .item.active {
  color: #fff;
  background: #087EC3;
}
.indexnewsbox .contentbox {
  display: none;
  margin-top: 25px;
}
.indexnewsbox .contentbox.contentboxtab0 {
  display: flex;
}
.indexnewsbox .contentbox .leftimgnews {
  width: 580px;
  overflow: hidden;
  flex-shrink: 0;
}
.indexnewsbox .contentbox .leftimgnews .thumbox {
  height: 330px;
  overflow: hidden;
}
.indexnewsbox .contentbox .leftimgnews .thumbox .thumb {
  width: 100%;
  height: 330px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
}
.indexnewsbox .contentbox .leftimgnews .thumbox .thumb:hover {
  transform: scale(1.2);
}
.indexnewsbox .contentbox .leftimgnews .ttbox {
  display: flex;
  align-items: center;
}
.indexnewsbox .contentbox .leftimgnews .ttbox .date {
  background: #087EC3;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
}
.indexnewsbox .contentbox .leftimgnews .ttbox .date .dd {
  font-size: 24px;
}
.indexnewsbox .contentbox .leftimgnews .ttbox .date .year {
  font-size: 14px;
  font-weight: 100;
  margin-top: 5px;
}
.indexnewsbox .contentbox .leftimgnews .ttbox .txt {
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
.indexnewsbox .contentbox .listbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: 0px;
}
.indexnewsbox .contentbox .listbox .item {
  background: #fff;
  width: 290px;
  padding: 20px;
  box-sizing: border-box;
}
.indexnewsbox .contentbox .listbox .item.active {
  background: #087EC3;
  color: #fff;
}
.indexnewsbox .contentbox .listbox .item.active .date {
  color: #fff;
}
.indexnewsbox .contentbox .listbox .item.active .title {
  color: #fff;
}
.indexnewsbox .contentbox .listbox .item.active .txt {
  color: #fff;
}
.indexnewsbox .contentbox .listbox .item:hover {
  background: #087EC3;
  color: #fff;
}
.indexnewsbox .contentbox .listbox .item:hover .date {
  color: #fff;
}
.indexnewsbox .contentbox .listbox .item:hover .title {
  color: #fff;
}
.indexnewsbox .contentbox .listbox .item:hover .txt {
  color: #fff;
}
.indexnewsbox .contentbox .listbox .item .date {
  color: #9B9CA1;
}
.indexnewsbox .contentbox .listbox .item .date .dd {
  font-size: 30px;
}
.indexnewsbox .contentbox .listbox .item .date .year {
  font-size: 14px;
  font-weight: 100;
}
.indexnewsbox .contentbox .listbox .item .title {
  font-size: 16px;
  margin-top: 30px;
  color: #383838;
  font-weight: 500;
}
.indexnewsbox .contentbox .listbox .item .txt {
  color: #696969;
  font-size: 14px;
  margin-top: 30px;
  line-height: 25px;
  word-break: break-all;
}
.indexnewsbox .contentbox.contentboxtab0 .listbox {
  margin-left: 20px;
}
.indexnewsbox .meitibaodaobox {
  background: #fff;
  margin-top: 40px;
  padding: 40px 60px;
  border-radius: 10px;
}
.indexnewsbox .meitibaodaobox .titlebox {
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 280px;
  margin-left: 0;
  padding-bottom: 20px;
}
.indexnewsbox .meitibaodaobox .titlebox .title {
  font-size: 40px;
  font-weight: bold;
}
.indexnewsbox .meitibaodaobox .titlebox .en {
  color: #999;
  font-size: 16px;
  font-weight: 100;
  margin-top: 5px;
  position: relative;
}
.indexnewsbox .meitibaodaobox .titlebox .en::after {
  content: "";
  width: 50px;
  height: 5px;
  background: #0072BF;
  position: absolute;
  bottom: -23px;
  left: 0;
  margin-left: 0px;
}
.indexnewsbox .meitibaodaobox .descbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.indexnewsbox .meitibaodaobox .descbox .desc {
  width: 280px;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 25px;
}
.indexnewsbox .meitibaodaobox .descbox .more {
  width: 195px;
  height: 55px;
  border: 1px solid #3587e6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3587e6;
  border-radius: 5px;
  font-size: 16px;
}
.indexnewsbox .meitibaodaobox .descbox .more .moreicon {
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
.indexnewsbox .meitibaodaobox .descbox .more:hover {
  background: #087EC3;
  color: #fff;
}
.indexnewsbox .meitibaodaobox .listbox {
  display: flex;
  justify-content: space-between;
}
.indexnewsbox .meitibaodaobox .listbox .item {
  width: 31%;
}
.indexnewsbox .meitibaodaobox .listbox .item .thumbox {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}
.indexnewsbox .meitibaodaobox .listbox .item .thumbox .thumb {
  width: 100%;
  height: 250px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
}
.indexnewsbox .meitibaodaobox .listbox .item .thumbox .thumb:hover {
  transform: scale(1.2);
}
.indexnewsbox .meitibaodaobox .listbox .item .date {
  color: #087EC3;
  padding: 10px 0;
}
.indexnewsbox .meitibaodaobox .listbox .item .title {
  font-size: 16px;
  color: #383838;
  font-weight: 500;
}

.indexaboutbox {
  background: #fff url(../images/index_aboutbg.png?ver=2) no-repeat bottom center;
  background-size: 100% auto;
  padding: 40px 0;
}
.indexaboutbox .titlebox {
  text-align: center;
  border-bottom: 1px solid #ccc;
  width: 280px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.indexaboutbox .titlebox .title {
  font-size: 40px;
  font-weight: bold;
}
.indexaboutbox .titlebox .en {
  color: #999;
  font-size: 16px;
  font-weight: 100;
  margin-top: 5px;
  position: relative;
}
.indexaboutbox .titlebox .en::after {
  content: "";
  width: 50px;
  height: 5px;
  background: #0072BF;
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -25px;
}
.indexaboutbox .descbox {
  text-align: center;
  padding: 30px 300px;
  color: #5B5B5B;
  line-height: 25px;
}
.indexaboutbox .databox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 200px;
  margin-top: 30px;
}
.indexaboutbox .databox .item {
  width: 140px;
  transition: all 0.1s ease;
}
.indexaboutbox .databox .item .thumbbox {
  opacity: 0.7;
}
.indexaboutbox .databox .item .thumbbox .thumb {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.indexaboutbox .databox .item .infobox {
  margin-top: 20px;
  text-align: center;
}
.indexaboutbox .databox .item .infobox .numberbox {
  display: flex;
  justify-content: center;
}
.indexaboutbox .databox .item .infobox .numberbox .number {
  font-size: 32px;
  font-weight: bold;
  color: #999;
}
.indexaboutbox .databox .item .infobox .numberbox span {
  color: #999;
}
.indexaboutbox .databox .item .infobox .title {
  color: #999;
  text-align: center;
}
.indexaboutbox .databox .item.active {
  width: 200px;
}
.indexaboutbox .databox .item.active .thumbbox {
  opacity: 1;
  position: relative;
}
.indexaboutbox .databox .item.active .thumbbox::after {
  position: absolute;
  content: "";
  width: 225px;
  height: 225px;
  left: -12px;
  right: 0;
  top: -12px;
  bottom: 0;
  background: url(../images/s4-img05.png) no-repeat 80%;
  background-size: 100% 100%;
  animation: play 10s linear infinite;
}
.indexaboutbox .databox .item.active .thumbbox .thumb {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #087EC3;
  padding: 10px;
}
.indexaboutbox .databox .item.active .infobox .number {
  color: #ff0000;
}
.indexaboutbox .databox .item.active .infobox .title {
  color: #333;
}

.indexrecruitbox {
  background: #fff url(../images/index_zhaoshengbg.png?ver=2) no-repeat bottom center;
  background-size: 100% 100%;
  height: 257px;
  overflow: hidden;
  width: 100%;
}
.indexrecruitbox .titlebox {
  text-align: center;
  border-bottom: 1px solid #ccc;
  width: 280px;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-top: 80px;
}
.indexrecruitbox .titlebox .title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.indexrecruitbox .titlebox .en {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  margin-top: 5px;
  position: relative;
}
.indexrecruitbox .titlebox .en::after {
  content: "";
  width: 50px;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -25px;
}

.indexzhaoshenglistbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.indexzhaoshenglistbox .item {
  width: 49%;
  background: #F5F5F5;
  margin-top: 20px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  padding-left: 40px;
}
.indexzhaoshenglistbox .item::after {
  position: absolute;
  content: "";
  background: #087EC3;
  width: 5px;
  height: 5px;
  top: 37px;
  left: 30px;
}
.indexzhaoshenglistbox .item .title {
  font-size: 16px;
  font-weight: 500;
}
.indexzhaoshenglistbox .item .date {
  color: #999;
  margin-top: 5px;
}
.indexzhaoshenglistbox .item:hover {
  background: #087EC3;
  color: #fff;
}
.indexzhaoshenglistbox .item:hover .date {
  color: #fff;
}

.indexfancibox {
  background: #fff url(../images/index_zhuangtibg.jpg?ver=4) no-repeat bottom center;
  background-size: auto;
  margin-top: 40px;
  min-height: 600px;
  padding: 40px 0;
}
.indexfancibox .videoandvrbox {
  display: flex;
  margin-top: 100px;
}
.indexfancibox .videoandvrbox .lbox {
  width: 400px;
  flex-shrink: 0;
}
.indexfancibox .videoandvrbox .lbox .titlebox {
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 280px;
  margin-left: 0;
  padding-bottom: 20px;
}
.indexfancibox .videoandvrbox .lbox .titlebox .title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.indexfancibox .videoandvrbox .lbox .titlebox .en {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  margin-top: 5px;
  position: relative;
}
.indexfancibox .videoandvrbox .lbox .titlebox .en::after {
  content: "";
  width: 50px;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: -23px;
  left: 0;
  margin-left: 0px;
}
.indexfancibox .videoandvrbox .lbox .weixinbox {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.indexfancibox .videoandvrbox .lbox .weixinbox .item {
  border: #fff 1px solid;
  padding: 10px;
  border-radius: 100px;
  margin-right: 40px;
}
.indexfancibox .videoandvrbox .lbox .weixinbox .item:last-child {
  margin-right: 0;
}
.indexfancibox .videoandvrbox .lbox .descbox {
  margin-top: 40px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}
.indexfancibox .videoandvrbox .rbox {
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  margin-left: 70px;
}
.indexfancibox .videoandvrbox .rbox .videobox {
  margin-right: 20px;
}
.indexfancibox .huanjingbox {
  overflow: hidden;
  margin-top: 90px;
  padding: 0 20px;
}
.indexfancibox .huanjingbox .thumbox {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: rgba(255, 255, 255, 0.5) 4px solid;
  padding: 0;
}
.indexfancibox .huanjingbox .thumbox .thumb {
  object-fit: cover;
  object-position: center;
  height: 280px;
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
.indexfancibox .huanjingbox .thumbox .thumb:hover {
  transform: scale(1.2);
}
.indexfancibox .huanjingbox .info {
  text-align: center;
  margin-top: 10px;
}
.indexfancibox .huanjingbox .info .t {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.indexfancibox .huanjingbox .fcbtnbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
  padding-right: 40px;
}
.indexfancibox .huanjingbox .fcleft {
  width: 48px;
  height: 48px;
  background: url(../images/index_fengcai_left.png?ver=2) no-repeat;
}
.indexfancibox .huanjingbox .fcright {
  margin-left: 20px;
  width: 48px;
  height: 48px;
  background: url(../images/index_fengcai_right.png?ver=2) no-repeat;
}

.indexztbigbox {
  background: #fff url(../images/index_zhuangtibg2.jpg?ver=4) no-repeat top center;
  background-size: auto;
  min-height: 600px;
  padding: 40px 0;
}
.indexztbigbox .indexzhuangtibox {
  margin-top: 40px;
}
.indexztbigbox .indexzhuangtibox .titlebox {
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 280px;
  margin-left: 0;
  padding-bottom: 20px;
}
.indexztbigbox .indexzhuangtibox .titlebox .title {
  font-size: 40px;
  font-weight: bold;
}
.indexztbigbox .indexzhuangtibox .titlebox .en {
  color: #999;
  font-size: 16px;
  font-weight: 100;
  margin-top: 5px;
  position: relative;
}
.indexztbigbox .indexzhuangtibox .titlebox .en::after {
  content: "";
  width: 50px;
  height: 5px;
  background: #087EC3;
  position: absolute;
  bottom: -23px;
  left: 0;
  margin-left: 0px;
}
.indexztbigbox .indexzhuangtibox .ztcontentbox {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}
.indexztbigbox .indexzhuangtibox .ztcontentbox .thumbox {
  overflow: hidden;
  border-radius: 10px;
}
.indexztbigbox .indexzhuangtibox .ztcontentbox .thumbox .thumb {
  object-fit: cover;
  object-position: center;
  height: 200px;
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
.indexztbigbox .indexzhuangtibox .ztcontentbox .thumbox .thumb:hover {
  transform: scale(1.2);
}

.foot_box {
  position: relative;
}
.foot_box .foot_1 {
  height: 360px;
  background: #087EC3 url(../images/footbg.png?ver=4) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.foot_box .foot_1 .footneibox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.foot_box .foot_1 .footneibox .jg {
  width: 1px;
  height: 185px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  top: 50px;
  margin-left: 30px;
}
.foot_box .foot_1 .footneibox .ft02_m {
  width: 238px;
  padding: 50px 30px 0 30px;
}
.foot_box .foot_1 .footneibox .ft02_m .titbox {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.foot_box .foot_1 .footneibox .ft02_m .footnewlist {
  margin-top: 10px;
}
.foot_box .foot_1 .footneibox .ft02_m .footnewlist .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 5px 0;
  position: relative;
}

.ft01_l {
  width: 487px;
}

.ft01_l .main_item_1 {
  padding: 38px 0 0 8px;
}

.ft01_l .main_item_1 .abox .img {
  display: block;
  width: 487px;
  height: 81px;
}

.ft01_l .main_item_2 {
  margin-top: 38px;
}

.ft01_l .main_item_2 .text_item_1 .text_1 {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.ft01_m {
  width: 238px;
}

.ft01_m .main_item_1 {
  padding: 50px 0 0 30px;
}

.ft01_m .main_item_1 .list ul li {
  width: 100%;
}

.ft01_m .main_item_1 .list ul li .abox {
  display: block;
}

.ft01_m .main_item_1 .list ul li .abox .text_item_1 {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

/*act*/
.ft01_m .main_item_1 .list ul li .abox:hover .text_item_1 {
  color: #ffffff;
  font-weight: bold;
}

/*act*/
.ft01_r {
  padding-left: 20px;
  width: 376px;
}

.ft01_r .main_item_1 {
  font-size: 0;
  padding: 52px 0 0 0;
  position: relative;
  z-index: 5;
}

.ft01_r .main_item_1 .abox {
  display: inline-block;
  position: relative;
}

.ft01_r .main_item_1 .abox + .abox {
  margin-left: 40px;
}

.ft01_r .main_item_1 .abox .imgbox {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  position: relative;
}

.ft01_r .main_item_1 .abox .imgbox .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ft01_r .main_item_1 .abox .imgbox .img_2 {
  display: none;
}

.ft01_r .main_item_1 .abox .text_item_1 {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 8px;
  opacity: 0.6;
}

.ft01_r .main_item_1 .abox .ewmbox {
  display: none;
  position: absolute;
  top: 58px;
  left: -30px;
}

.ft01_r .main_item_1 .abox .ewmbox_in {
  width: 100px;
  height: 100px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
  font-size: 0;
}

.ft01_r .main_item_1 .abox .ewmbox .jt {
  position: absolute;
  top: -7px;
  left: 48px;
}

.ft01_r .main_item_1 .abox .ewmbox .ewmimg {
  display: block;
  width: 100%;
  height: 100%;
}

/*act*/
.ft01_r .main_item_1 .abox:hover .text_item_1 {
  opacity: 1;
}

.ft01_r .main_item_1 .abox:hover .ewmbox {
  display: block;
}

/*act*/
.ft01_r .main_item_2 {
  margin-top: 20px;
}

.ft01_r .main_item_2 .text_item_1 .text_1 {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.foot_2 {
  background-color: #005CAE;
}

.ft02_main_1 .text_item_1 {
  color: #ffffff;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
}

.ft02_main_1 .text_item_1 a {
  color: #ffffff;
}

.neibanner {
  background: #64A3E3 url(../images/neibanner.jpg?ver=6) no-repeat center center;
  background-size: cover;
  height: 630px;
  width: 100%;
  position: relative;
}
.neibanner .menubox {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 348px;
  background: url(../images/neibannermenubg.png?ver=4) no-repeat center bottom;
}
.neibanner .menubox .menu {
  display: flex;
  justify-content: space-between;
}
.neibanner .menubox .menu .left {
  color: #fff;
  width: 400px;
  height: 203px;
  margin-top: 140px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.neibanner .menubox .menu .left .title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 5px;
  background: #084673;
  padding: 4px 10px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  position: relative;
  padding-left: 30px;
}
.neibanner .menubox .menu .left .title:after {
  background: #DB6D46;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 23px;
}
.neibanner .menubox .menu .left .sub {
  width: 400px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.neibanner .menubox .menu .left .sub .item {
  color: #fff;
  font-size: 18px;
  width: 33%;
  padding: 10px 0;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.neibanner .menubox .menu .left .sub .item:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 20px;
}
.neibanner .menubox .menu .left .sub .item.active {
  color: #16496F;
  font-weight: 800;
}
.neibanner .menubox .menu .left .sub .item.active:after {
  background: #16496F;
}
.neibanner .menubox .menu .left .sub .item:hover {
  color: #16496F;
  font-weight: 800;
}
.neibanner .menubox .menu .left .sub .item:hover:after {
  background: #16496F;
}
.neibanner .menubox .menu .right {
  color: #fff;
  margin-top: 300px;
  display: flex;
  align-items: center;
}
.neibanner .menubox .menu .right .homeicon {
  margin-right: 10px;
}
.neibanner .menubox .menu .right a {
  color: #fff;
  margin-right: 10px;
}
.neibanner .menubox .menu .right span {
  margin-right: 10px;
}

.neibigcontentbox {
  display: flex;
  justify-content: space-between;
}
.neibigcontentbox .leftbox {
  width: 70%;
}
.neibigcontentbox .rightbox {
  width: 28%;
}

.neicontentbox {
  border: #ebebeb 1px solid;
  background: #fff;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 40px;
}
.neicontentbox .titlebox {
  font-size: 30px;
  text-align: center;
}
.neicontentbox .mintitlebox {
  padding: 20px 0;
  text-align: center;
}
.neicontentbox .mintitlebox span {
  margin: 0 10px;
  color: #999;
}
.neicontentbox .nextprebox {
  background: #f1f1f1;
  margin-top: 20px;
  padding: 20px;
}
.neicontentbox .nextprebox .nxt {
  margin-bottom: 10px;
}
.neicontentbox .pagesbox {
  text-align: center;
  margin-top: 30px;
}
.neicontentbox .mainc {
  margin-top: 40px;
  line-height: 30px;
}
.neicontentbox .imgboxc {
  display: flex;
  flex-wrap: wrap;
}
.neicontentbox .imgboxc .item {
  width: 300px;
  margin: 20px;
}
.neicontentbox .imgboxc .item .thumbox {
  width: 100%;
  overflow: hidden;
}
.neicontentbox .imgboxc .item .thumbox .thumb {
  width: 100%;
  height: 400px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}
.neicontentbox .imgboxc .item .thumbox .thumb:hover {
  transform: scale(1.2);
}
.neicontentbox .imgboxc .item .titleboxs {
  background: #F6F6F6;
  text-align: center;
  padding: 15px 0;
}
.neicontentbox .imgboxc .item .titleboxs .t {
  font-size: 16px;
}
.neicontentbox .imgboxc .item .titleboxs .desc {
  margin-top: 8px;
  color: #666;
}
.neicontentbox .txtlistboxc {
  display: flex;
  flex-wrap: wrap;
}
.neicontentbox .txtlistboxc .item {
  width: 31%;
  margin: 10px 1%;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 130px;
}
.neicontentbox .txtlistboxc .item .infobox {
  background: linear-gradient(to bottom, rgba(0, 116, 255, 0.8), rgba(0, 116, 255, 0.98));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px;
}
.neicontentbox .txtlistboxc .item .infobox .date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.neicontentbox .txtlistboxc .item .infobox .t {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 800;
}
.neicontentbox .txtlistboxc2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.neicontentbox .txtlistboxc2 .item {
  width: 49%;
  background: #f1f1f1;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
}
.neicontentbox .txtlistboxc2 .item:hover {
  background: #0869B7;
  color: #fff;
}
.neicontentbox .txtlistboxc2 .item:hover .date {
  color: #fff;
}
.neicontentbox .txtlistboxc2 .item:hover .infobox .inbox .txt {
  color: #fff;
}
.neicontentbox .txtlistboxc2 .item .date {
  padding: 0 20px;
  color: #666;
  border-right: #ccc 1px solid;
}
.neicontentbox .txtlistboxc2 .item .date .dd {
  font-size: 24px;
}
.neicontentbox .txtlistboxc2 .item .date .year {
  margin-top: 6px;
  font-size: 16px;
}
.neicontentbox .txtlistboxc2 .item .infobox {
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
.neicontentbox .txtlistboxc2 .item .infobox .inbox {
  width: 100%;
}
.neicontentbox .txtlistboxc2 .item .infobox .inbox .title {
  font-size: 16px;
}
.neicontentbox .txtlistboxc2 .item .infobox .inbox .txt {
  margin-top: 10px;
  color: #999;
}
.neicontentbox .txtlistboxc2 .item .infobox .iconbox {
  border-radius: 50%;
  border: #ccc 1px solid;
  flex-shrink: 0;
  margin-left: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  padding-left: 3px;
}
.neicontentbox .txtlistboxc3 .item {
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 25px;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}
.neicontentbox .txtlistboxc3 .item:hover {
  background: #0869B7;
  color: #fff;
}
.neicontentbox .txtlistboxc3 .item:hover .date {
  color: #fff;
}
.neicontentbox .txtlistboxc3 .item:hover .infobox .inbox .txt {
  color: #fff;
}
.neicontentbox .txtlistboxc3 .item .thumbox {
  width: 190px;
  height: 120px;
}
.neicontentbox .txtlistboxc3 .item .thumbox img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center;
}
.neicontentbox .txtlistboxc3 .item .infobox {
  margin-left: 20px;
  display: flex;
  width: 100%;
}
.neicontentbox .txtlistboxc3 .item .infobox .inbox {
  width: 100%;
}
.neicontentbox .txtlistboxc3 .item .infobox .inbox .title {
  font-size: 16px;
}
.neicontentbox .txtlistboxc3 .item .infobox .inbox .txt {
  margin-top: 10px;
  color: #999;
}
.neicontentbox .txtlistboxc3 .item .infobox .inbox .date {
  background: #0869B7;
  color: #fff;
  padding: 4px 10px;
  width: 100px;
  text-align: center;
  margin-top: 20px;
}
.neicontentbox .txtlistboxc3 .item .infobox .iconbox {
  border-radius: 50%;
  border: #ccc 1px solid;
  flex-shrink: 0;
  margin-left: 50px;
  margin-top: 80px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  padding-left: 3px;
}

.othernewsbox {
  border: #ebebeb 1px solid;
  background: #fff;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 40px;
}
.othernewsbox .titlebox {
  font-size: 24px;
  font-weight: 800;
  color: #0C3D68;
}
.othernewsbox .listbox {
  margin-top: 20px;
}
.othernewsbox .listbox .item {
  display: block;
  padding: 20px 0;
  border-bottom: #ccc 1px dashed;
}
.othernewsbox .listbox .item:last-child {
  border-bottom: 0;
}
.othernewsbox .listbox .item .t {
  font-size: 16px;
}
.othernewsbox .listbox .item .desc {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.othernewsbox .listbox .item .bottombox {
  display: flex;
  align-items: center;
  color: #999;
  margin-top: 10px;
}
.othernewsbox .listbox .item .bottombox .date {
  margin-right: 30px;
}

.zhaoshengjiuyebox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.zhaoshengjiuyebox .item {
  background: #fff;
  box-shadow: 0 2px 4px rgba(16, 95, 187, 0.3);
  width: 500px;
  margin: 0 40px;
  position: relative;
  border: #fff solid 20px;
}
.zhaoshengjiuyebox .item .textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 320px;
}

.jigoucontentbox {
  padding: 50px 0;
}
.jigoucontentbox .n_wp .n_jgsz {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jigoucontentbox .n_wp .n_jgsz .item {
  width: 47.46%;
  position: relative;
  margin-bottom: 50px;
}
.jigoucontentbox .n_wp .n_jgsz .item h2 {
  font-size: 24px;
  line-height: 24px;
  color: #2977ff;
  font-family: "LiSu", "STLiti", "STFangsong", cursive;
  font-weight: 800;
  padding-bottom: 20px;
}
.jigoucontentbox .n_wp .n_jgsz .item .list_jg {
  position: relative;
  z-index: 2;
}
.jigoucontentbox .n_wp .n_jgsz .item .list_jg:after {
  position: absolute;
  content: "";
  left: 10px;
  top: -10px;
  right: -10px;
  bottom: 10px;
  border: 1px solid #0869B7;
  border-radius: 0 30px 0 0;
  z-index: -2;
}
.jigoucontentbox .n_wp .n_jgsz .item .list_jg .con {
  position: relative;
  z-index: 3;
  padding: 30px 30px 30px 30px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  border-radius: 0 30px 0 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background-image: url(../images/jg_bg01.png);
}
.jigoucontentbox .n_wp .n_jgsz .item .list_jg .con .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jigoucontentbox .n_wp .n_jgsz .item .list_jg .con .flex li {
  list-style-type: none;
  width: 43.84%;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}
.jigoucontentbox .n_wp .n_jgsz .item .list_jg .con .flex li a {
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  padding-left: 12px;
  transition: 0.5s;
}
.jigoucontentbox .n_wp .n_jgsz .item .list_jg .con .flex li a.eclip {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neibanner2 {
  max-width: 1920px;
  margin: 0 auto;
  height: 500px;
  position: relative;
  background-image: url(../images/neibanner.jpg?ver=6);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.neibanner2:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}
.neibanner2 .title {
  position: absolute;
  bottom: 80px;
  left: 0;
  color: #fff;
  padding-left: 80px;
  font-family: "syst-heavy";
  z-index: 1;
  font-size: 40px;
}
.neibanner2 .crumbs {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 400px;
  max-width: 40%;
  height: 0;
  border-width: 0px 40px 80px 0px;
  border-style: none solid solid;
  border-color: transparent transparent #0067B7;
  color: #fff;
  font-size: 16px;
  line-height: 80px;
  padding-left: 80px;
  z-index: 1;
}
.neibanner2 .crumbs a {
  color: #fff;
}
.neibanner2 .crumbs span {
  margin-right: 10px;
  margin-left: 10px;
}

.neicontentbox2 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  height: auto;
  margin-bottom: 20px;
}
.neicontentbox2 .menubox {
  width: 200px;
  flex-shrink: 0;
  display: block;
  height: auto;
}
.neicontentbox2 .menubox .title {
  color: #fff !important;
  background: #0067B7;
  cursor: default;
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
}
.neicontentbox2 .menubox .sub {
  padding: 20px 0;
  background: #F8F7FD;
}
.neicontentbox2 .menubox .sub .item {
  padding: 10px 0;
  text-align: center;
  display: block;
  font-size: 16px;
}
.neicontentbox2 .menubox .sub .item.active {
  color: #0067B7;
  font-weight: bold;
}
.neicontentbox2 .rightbox {
  width: 100%;
  margin-left: 40px;
  min-height: 500px;
}
.neicontentbox2 .rightbox .titlebox {
  font-size: 30px;
  text-align: center;
}
.neicontentbox2 .rightbox .mintitlebox {
  padding: 20px 0;
  text-align: center;
}
.neicontentbox2 .rightbox .mintitlebox span {
  margin: 0 10px;
  color: #999;
}
.neicontentbox2 .rightbox .nextprebox {
  background: #f1f1f1;
  margin-top: 20px;
  padding: 20px;
}
.neicontentbox2 .rightbox .nextprebox .nxt {
  margin-bottom: 10px;
}
.neicontentbox2 .rightbox .pagesbox {
  text-align: center;
  margin-top: 30px;
}
.neicontentbox2 .mainc {
  line-height: 30px;
}
.neicontentbox2 .imgboxc {
  display: flex;
  flex-wrap: wrap;
}
.neicontentbox2 .imgboxc .item {
  width: 250px;
  margin: 20px;
}
.neicontentbox2 .imgboxc .item .thumbox {
  width: 100%;
  overflow: hidden;
}
.neicontentbox2 .imgboxc .item .thumbox .thumb {
  width: 100%;
  height: 340px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}
.neicontentbox2 .imgboxc .item .thumbox .thumb:hover {
  transform: scale(1.2);
}
.neicontentbox2 .imgboxc .item .titleboxs {
  background: #F6F6F6;
  text-align: center;
  padding: 15px 0;
}
.neicontentbox2 .imgboxc .item .titleboxs .t {
  font-size: 16px;
}
.neicontentbox2 .imgboxc .item .titleboxs .desc {
  margin-top: 8px;
  color: #666;
}
.neicontentbox2 .txtlistboxc {
  display: flex;
  flex-wrap: wrap;
}
.neicontentbox2 .txtlistboxc .item {
  width: 31%;
  margin: 10px 1%;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 130px;
}
.neicontentbox2 .txtlistboxc .item .infobox {
  background: linear-gradient(to bottom, rgba(0, 116, 255, 0.8), rgba(0, 116, 255, 0.98));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px;
}
.neicontentbox2 .txtlistboxc .item .infobox .date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.neicontentbox2 .txtlistboxc .item .infobox .t {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 800;
}
.neicontentbox2 .txtlistboxc2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.neicontentbox2 .txtlistboxc2 .item {
  width: 49%;
  background: #f1f1f1;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
}
.neicontentbox2 .txtlistboxc2 .item:hover {
  background: #0869B7;
  color: #fff;
}
.neicontentbox2 .txtlistboxc2 .item:hover .date {
  color: #fff;
}
.neicontentbox2 .txtlistboxc2 .item:hover .infobox .inbox .txt {
  color: #fff;
}
.neicontentbox2 .txtlistboxc2 .item .date {
  padding: 0 20px;
  color: #666;
  border-right: #ccc 1px solid;
}
.neicontentbox2 .txtlistboxc2 .item .date .dd {
  font-size: 24px;
}
.neicontentbox2 .txtlistboxc2 .item .date .year {
  margin-top: 6px;
  font-size: 16px;
}
.neicontentbox2 .txtlistboxc2 .item .infobox {
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
.neicontentbox2 .txtlistboxc2 .item .infobox .inbox {
  width: 100%;
}
.neicontentbox2 .txtlistboxc2 .item .infobox .inbox .title {
  font-size: 16px;
}
.neicontentbox2 .txtlistboxc2 .item .infobox .inbox .txt {
  margin-top: 10px;
  color: #999;
}
.neicontentbox2 .txtlistboxc2 .item .infobox .iconbox {
  border-radius: 50%;
  border: #ccc 1px solid;
  flex-shrink: 0;
  margin-left: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  padding-left: 3px;
}
.neicontentbox2 .txtlistboxc3 .item {
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 25px;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}
.neicontentbox2 .txtlistboxc3 .item:hover {
  background: #0869B7;
  color: #fff;
}
.neicontentbox2 .txtlistboxc3 .item:hover .date {
  color: #fff;
}
.neicontentbox2 .txtlistboxc3 .item:hover .infobox .inbox .txt {
  color: #fff;
}
.neicontentbox2 .txtlistboxc3 .item .thumbox {
  width: 190px;
  height: 120px;
}
.neicontentbox2 .txtlistboxc3 .item .thumbox img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center;
}
.neicontentbox2 .txtlistboxc3 .item .infobox {
  margin-left: 20px;
  display: flex;
  width: 100%;
}
.neicontentbox2 .txtlistboxc3 .item .infobox .inbox {
  width: 100%;
}
.neicontentbox2 .txtlistboxc3 .item .infobox .inbox .title {
  font-size: 16px;
}
.neicontentbox2 .txtlistboxc3 .item .infobox .inbox .txt {
  margin-top: 10px;
  color: #999;
}
.neicontentbox2 .txtlistboxc3 .item .infobox .inbox .date {
  background: #0869B7;
  color: #fff;
  padding: 4px 10px;
  width: 100px;
  text-align: center;
  margin-top: 20px;
}
.neicontentbox2 .txtlistboxc3 .item .infobox .iconbox {
  border-radius: 50%;
  border: #ccc 1px solid;
  flex-shrink: 0;
  margin-left: 50px;
  margin-top: 80px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  padding-left: 3px;
}

/*# sourceMappingURL=index.css.map */
