html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}
@media (max-width: 1200px) {
  html,
  body {
    width: 1260px;
  }
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
body {
  background: url(../assets/bg.jpg) no-repeat center top;
  background-color: white !important;
}
.head {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 400px;
  height: 105px;
  background: url(../assets/nav.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
}
.head #search {
  position: absolute;
  bottom: 150px;
}
.head #search form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head #search .searchInput {
  border: 1px solid #12B34D;
  height: 53px;
  font-size: 15px;
  color: #D1D1D1;
  padding-left: 13px;
  width: 400px !important;
  line-height: 53px;
  outline: none;
  border-radius: 25px 0 0 25px;
}
.head #search .searchIco {
  background: url('../assets/search.png') no-repeat;
  height: 57px;
  width: 76px;
  border: 0 none;
  cursor: pointer;
}
.head #search2 {
  position: absolute;
  bottom: 160px;
}
.head #search2 form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.head #search2 form .searchInput {
  border: 1px solid #2665BA;
  height: 46px;
  font-size: 14px;
  color: #D1D1D1;
  padding-left: 13px;
  width: 360px !important;
  line-height: 46px;
  outline: none;
  border-radius: 25px 0 0 25px;
  padding-left: 50px;
}
.head #search2 form .sousuo {
  position: absolute;
  left: 20px;
}
.head #search2 form .searchIco {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  outline: none;
  border-radius: 0 25px 25px 0;
  border: none;
  background-color: #2665BA;
  color: white;
  width: 56px;
  cursor: pointer;
}
.head .level1-ul {
  list-style: none;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 1200px;
  padding-left: 0px;
  padding-top: 5px;
  column-gap: 110px;
}
.head .level1-ul .m {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.head .level1-ul .m .top {
  display: flex;
  align-items: center;
}
.head .level1-ul .m .top img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.head .level1-ul .m .bottom {
  display: none;
}
.head .level1-ul .m:hover .bottom {
  display: block;
}
.head .level1-ul a {
  color: white;
  text-decoration: none;
  width: max-content;
}
.main {
  min-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
.main a {
  text-decoration: none;
  color: black;
}
.main .part1 {
  width: 1200px;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 6px 6px 0px 0px;
  border: 0px solid #000000;
  display: flex;
  margin-left: -30px;
}
.main .part1 .left {
  float: left;
  width: 585px;
  height: 330px;
}
.main .part1 .left .imgLink {
  float: left;
  width: 585px;
  height: 330px;
}
.main .part1 .left .imgLink img {
  width: 585px;
  height: 330px;
  z-index: 1;
  top: 0;
}
.main .part1 .left .imgLink .title {
  position: absolute;
  bottom: 0px;
  font-size: 16px;
  color: #FFFFFF;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0px 50px;
  z-index: 1;
}
.main .part1 .left .imgLink .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3C5981;
  opacity: 0.75;
  z-index: -1;
  border: 0px solid #000000;
}
.main .part1 .left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.main .part1 .left .swiper-pagination-bullet-active {
  background: #78D2FF;
}
.main .part1 .left .swiper-pagination-bullets {
  bottom: 10px;
  left: 42%;
}
.main .part1 .left .swiper-button-next,
.main .part1 .left .swiper-button-prev {
  top: 300px;
  background-size: 17px 17px;
}
.main .part1 .left .swiper-button-prev {
  background-image: url('../assets/pic-left.png');
}
.main .part1 .left .swiper-button-next {
  background-image: url('../assets/pic-right.png');
}
.main .part1 .right {
  margin-left: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main .part1 .right .articles {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
  width: 585px;
}
.main .part1 .right .articles a {
  width: 100%;
}
.main .part1 .right .articles .article-item {
  display: flex;
  flex-direction: column;
}
.main .part1 .right .articles .article-item .itemline {
  display: flex;
  align-items: center;
}
.main .part1 .right .articles .article-item .itemline img {
  width: 12px;
  height: 8px;
  margin-right: 10px;
}
.main .part1 .right .articles .article-item .itemline .title {
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 16px;
  color: #444444;
}
.main .part1 .right .articles .article-item .pushtime {
  font-size: 16px;
  color: #ADADAD;
  text-align: right;
}
.main .part1 .right .articles .line {
  width: 100%;
  border-bottom: 1px dashed #ADADAD;
}
.main .part2,
.main .part4 {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.main .part3 {
  width: 1200px;
  display: flex;
  margin-top: 40px;
}
.main .part3 .left {
  width: 790px;
  display: flex;
  flex-direction: column;
}
.main .part3 .left .left-top {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.main .part3 .left .left-top .articles {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
.main .part3 .left .left-top .articles a {
  width: 100%;
}
.main .part3 .left .left-top .articles .article-item {
  display: flex;
  flex-direction: column;
}
.main .part3 .left .left-top .articles .article-item .itemline {
  display: flex;
  align-items: center;
}
.main .part3 .left .left-top .articles .article-item .itemline .point {
  width: 5px;
  height: 5px;
  background: #4690F5;
  border: 0px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
}
.main .part3 .left .left-top .articles .article-item .itemline .title {
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 16px;
  color: #444444;
}
.main .part3 .left .left-top .articles .article-item .pushtime {
  font-size: 16px;
  color: #ADADAD;
  text-align: right;
}
.main .part3 .left .left-top .articles .line {
  width: 100%;
  border-bottom: 1px dashed #ADADAD;
}
.main .part3 .left .left-bottom {
  height: 325px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.main .part3 .left .left-bottom .articles {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
  background-image: url('../assets/dangjian-bg.png');
  justify-content: space-evenly;
}
.main .part3 .left .left-bottom .articles a {
  width: 45%;
  display: flex;
  align-items: center;
}
.main .part3 .left .left-bottom .articles .article-item {
  display: flex;
  flex-direction: column;
}
.main .part3 .left .left-bottom .articles .article-item .itemline {
  display: flex;
  align-items: center;
}
.main .part3 .left .left-bottom .articles .article-item .itemline .point {
  width: 5px;
  height: 5px;
  background: #4690F5;
  border: 0px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
}
.main .part3 .left .left-bottom .articles .article-item .itemline .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  font-size: 16px;
  color: #444444;
}
.main .part3 .right {
  margin-left: 25px;
  height: 635px;
  flex: 1;
  background-image: url('../assets/shipin-bg.png');
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.main .part3 .right .articles {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.main .part3 .right .articles .first-art {
  margin-bottom: 22px;
}
.main .part3 .right .articles .first-art .video {
  position: relative;
}
.main .part3 .right .articles .first-art .video img:nth-of-type(1) {
  width: 320px;
  height: 180px;
}
.main .part3 .right .articles .first-art .video img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .part3 .right .articles .first-art .title {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .part3 .right .articles .article-item {
  display: flex;
  flex-direction: column;
  margin: 35px 0px;
}
.main .part3 .right .articles .article-item .itemline {
  display: flex;
  align-items: center;
}
.main .part3 .right .articles .article-item .itemline img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.main .part3 .right .articles .article-item .itemline .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .part3 .right .articles .article-item .pushtime {
  font-size: 16px;
  color: #ADADAD;
  text-align: right;
}
.main .part3 .right .articles .line {
  width: 100%;
  border-bottom: 1px dashed #ADADAD;
}
.main .part4 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.main .part5 {
  width: 1200px;
  display: flex;
}
.main .part5 .left {
  width: 585px;
  display: flex;
  flex-direction: column;
}
.main .part5 .left .items {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
}
.main .part5 .left .items .alItem {
  position: relative;
}
.main .part5 .left .items .alItem .alItem-info {
  display: flex;
  position: absolute;
  top: 125px;
  left: 45px;
  font-weight: 400;
  font-size: 20px;
  color: #272A2D;
  line-height: 25px;
}
.main .part5 .left .items .alItem .alItem-info .day {
  margin-right: 5px;
}
.main .part5 .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.main .part5 .right .articles {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 27px;
  width: 580px;
}
.main .part5 .right .articles a {
  width: 100%;
}
.main .part5 .right .articles .article-item {
  display: flex;
  flex-direction: column;
}
.main .part5 .right .articles .article-item .itemline {
  display: flex;
  align-items: center;
}
.main .part5 .right .articles .article-item .itemline .point {
  width: 5px;
  height: 5px;
  background: #4690F5;
  border: 0px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
}
.main .part5 .right .articles .article-item .itemline .title {
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 16px;
  color: #444444;
}
.main .part5 .right .articles .article-item .pushtime {
  font-size: 16px;
  color: #ADADAD;
  text-align: right;
}
.main .part5 .right .articles .line {
  width: 100%;
  border-bottom: 1px dashed #ADADAD;
}
.main .part6 {
  width: 1200px;
  display: flex;
  margin-top: 40px;
  background-image: url('../assets/wangge-bg.png');
  flex-direction: column;
  height: 267px;
}
.main .part6 .nav {
  width: 100%;
  padding: 20px;
  padding-bottom: 0px;
  box-sizing: border-box;
}
.main .part6 .articles {
  display: flex;
  justify-content: space-evenly;
}
.main .part6 .articles .item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 113px;
  height: 113px;
  background: #FFFFFF;
  border: 1px solid #DEE3EE;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 44px 0px;
  cursor: pointer;
}
.main .part6 .articles .item .month {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}
.main .part6 .articles .item .year {
  margin: 5px 0px;
  font-weight: 400;
  font-size: 16px;
  color: #BFC3CF;
}
.main .part6 .articles .item .more {
  width: 5px;
  height: 11px;
}
.main .part6 .articles .item:hover {
  background: #2872D8;
  border: 3px solid #FFFFFF;
}
.main .part6 .articles .item:hover .month {
  color: white;
}
.main .nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main .nav .top {
  display: flex;
  width: 100%;
  align-items: center;
}
.main .nav .top .title {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.main .nav .top .title .nav-title {
  margin: 0px 10px;
  font-weight: bold;
  font-size: 24px;
}
.main .nav .top .title img {
  height: 10px;
}
.main .nav .top .title img:nth-of-type(2) {
  transform: scaleX(-1);
}
.main .nav .top .more {
  width: 5px;
  height: 11px;
  float: right;
  cursor: pointer;
}
.main .nav .line {
  width: 100%;
  height: 1px;
  background: #E7EEF3;
  border: 0px solid #000000;
  margin-top: 10px;
  position: relative;
}
.main .nav .line img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.article-item:hover .title,
.article-item:hover .pushtime {
  font-weight: 500 !important;
  color: #1557B1 !important;
}
.foot {
  width: 100%;
  background: url('../assets/foot-bg.jpg');
  height: 220px;
  display: flex;
  justify-content: center;
  color: white;
  margin-top: 40px;
  background-size: cover;
  background-position: center;
}
.foot .footInfo {
  margin-top: 30px;
  display: flex;
  align-items: center;
  width: 1200px;
}
.foot .footInfo .belong {
  margin-right: 50px;
}
.foot .footInfo .desc {
  flex: 1;
  display: flex;
}
.foot .footInfo .desc .center {
  margin: 0px 60px;
}
.foot .footInfo .desc .left div:nth-of-type(2),
.foot .footInfo .desc .center div:nth-of-type(2),
.foot .footInfo .desc .right div:nth-of-type(2) {
  margin-top: 20px;
}
.foot .footInfo .desc .record {
  display: flex;
  align-items: center;
}
.foot .footInfo .desc .record img {
  margin-right: 10px;
}
.foot .footInfo .qrcode {
  margin-left: auto;
  position: relative;
}
.foot .footInfo .qrcode .qrTip {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.floatCode {
  position: fixed;
  right: 25px;
  top: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.floatCode img {
  cursor: pointer;
}
.floatCode img:nth-of-type(1) {

}
.floatCode img:nth-of-type(2) {
  display: none;
}
.floatCode img:nth-of-type(1):hover + img {
  /* display: block; */
}
