@charset "utf-8";
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.part1,
.part2,
.part3,
.part4,
.part5,
.part6,
.part7,
.part8,
.headbar,
.headlogo,
.footer,
.headnav {
  min-width: 1200px;
}
.part1 .swiper {
  --swiper-pagination-color: #fff;
  /* 两种都可以 */
}
.part1 img {
  width: 100%;
  height: auto;
}
.part2 {
  background-color: #fff;
}
.part2 .layout {
  padding: 29px 0 46px 0;
  overflow: visible;
}
.part2 .layout .top {
  display: flex;
  margin-bottom: 38px;
}
.part2 .layout .top .left {
  width: 189px;
  height: 136px;
  background: #375DCE;
  opacity: 0.71;
  position: relative;
}
.part2 .layout .top .left span {
  display: block;
  width: 112px;
  height: 60px;
  font-family: miaobizongyishanyingti;
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.part2 .layout .top .right {
  width: 1010px;
  height: 136px;
  background: #EEF6FF;
}
.part2 .layout .top .right ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.part2 .layout .top .right ul .last {
  width: 82px;
  height: 117px;
  transition: transform 0.5s;
  background: #EEF6FF;
}
.part2 .layout .top .right ul .last .big {
  width: 100%;
}
.part2 .layout .top .right ul .last span {
  display: inline-block;
  width: 82px;
  text-align: center;
}
.part2 .layout .top .right ul li {
  color: #375DCE;
}
.part2 .layout .top .right ul li:hover {
  cursor: pointer;
}
.part2 .layout .top .right ul li:hover .bg::before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border: #375DCE solid 2px;
}
.part2 .layout .top .right ul li:hover:last-child {
  border: transparent solid 2px !important;
  transform: scale(1.04);
}
.part2 .layout .top .right ul li:hover:last-child span {
  width: 79px;
}
.part2 .layout .top .right ul li .big {
  position: relative;
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  font-size: 48px;
  margin-bottom: 10px;
  border-radius: 50%;
  transform: perspective(1px) translateZ(0);
}
.part2 .layout .top .right ul li .big img {
  margin-top: 14px;
}
.part2 .layout .top .right ul li .big::before {
  content: '';
  position: absolute;
  border: transparent solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
  border-radius: 50%;
}
.part2 .layout .top .right ul li span {
  font-size: 18px;
  font-weight: 400;
  color: #375DCE;
}
.part2 .layout .top .right ul li .jt {
  font-size: 21px;
  margin-bottom: 34px;
}
.part2 .layout .top .right ul li a span,
.part2 .layout .top .right ul li a .big {
  font-weight: 500;
  color: #F3B955;
}
.part2 .layout .bottom {
  display: flex;
}
.part2 .layout .bottom .left {
  width: 794px;
  margin-right: 41px;
}
.part2 .layout .bottom .left .content {
  border-top: 1px solid #9D9D9D;
  padding-top: 29px;
  margin-bottom: 0;
  margin-top: 16px;
}
.part2 .layout .bottom .left .content ul li {
  margin-bottom: 16px;
}
.part2 .layout .bottom .left .content ul li i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #999999;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 2px;
}
.part2 .layout .bottom .left .content ul li .cont {
  vertical-align: bottom;
  display: inline-block;
  width: 643px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-right: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part2 .layout .bottom .left .content ul li .time {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.part2 .layout .bottom .left .content ul li:hover a i {
  background: #375DCE;
}
.part2 .layout .bottom .left .content ul li:hover a .cont {
  color: #375DCE;
}
.part2 .layout .bottom .left .content ul li:hover a .time {
  color: #A5A7C6;
}
.part2 .layout .bottom .left .content ul li:last-child {
  margin-bottom: 0;
}
.part2 .layout .bottom .right {
  width: 357px;
}
.part2 .layout .bottom .right .picter {
  margin-top: 16px;
  border-top: 1px solid #9D9D9D;
  padding-top: 44px;
}
.part2 .layout .bottom .right .picter ul {
  display: flex;
  justify-content: space-between;
}
.part2 .layout .bottom .right .picter ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 109px;
  height: 155px;
  background: #F9FCFF;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px rgba(0, 51, 145, 0.15);
  padding: 29px 18px 21px 18px;
}
.part2 .layout .bottom .right .picter ul li img {
  width: 66px;
  height: 69px;
}
.part2 .layout .bottom .right .picter ul li span {
  font-size: 16px;
  font-weight: 500;
  color: #375DCE;
  font-family: PingFang SC;
}
.part2 .layout .bottom .right .picter ul li:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 1px rgba(0, 51, 145, 0.15);
}
.part2 .layout .bottom .right .picter ul li:hover .m {
  display: block;
}
.part2 .layout .bottom .right .picter ul .m {
  display: none;
  position: absolute;
  top: 155px;
  left: 11px;
  width: 89px;
  height: 89px;
  background: #000;
  z-index: 99;
}
.part3 {
  background: #EDF4FF;
  padding: 50px 0 55px 0;
}
.part3 .classbox {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.part3 .classbox .class {
  display: flex;
  flex-direction: column;
}
.part3 .classbox .class img {
  width: 230px;
  height: 100px;
  vertical-align: top;
}
.part3 .classbox .class .listbox {
  height: 246px;
  padding: 35px 11px 0 14px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}
.part3 .classbox .class .listbox .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
  position: relative;
}
.part3 .classbox .class .listbox .list .dian {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #375DCE;
  border-radius: 50%;
  margin-right: 5px;
}
.part3 .classbox .class .listbox .list .cont {
  display: inline-block;
  width: 128px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin-left: 11px;
}
.part3 .classbox .class .listbox .list .button {
  height: 23px;
  padding: 3px 7px;
  background: #EBEBEB;
  border-radius: 8px;
  text-align: center;
  line-height: 16px;
}
.part3 .classbox .class .listbox .list .button a {
  font-size: 10px;
  font-weight: 400;
  color: #333333;
}
.part3 .classbox .class .listbox .list .button:hover {
  background: #375DCE;
}
.part3 .classbox .class .listbox .list .button:hover a {
  color: #fff !important;
}
.part4 {
  padding-top: 46px;
}
.part4 .layout {
  overflow: visible;
}
.part4 .title {
  margin-bottom: 15px;
}
.part4 .picture-box .list-tab li .picture-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part4 .picture-box .list-tab li:hover a p {
  color: #375DCE;
}
.part5 {
  padding-top: 20px;
}
.part5 .filebox {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part5 .filebox .file {
  margin-bottom: 35px;
}
.part5 .filebox .file:hover div:nth-child(1) span {
  color: #375DCE;
}
.part5 .filebox .file div:nth-child(1) {
  margin-bottom: 15px;
}
.part5 .filebox .file div:nth-child(1) img {
  width: 11px;
  height: 11px;
  vertical-align: bottom;
  margin-right: 4px;
  margin-bottom: 8px;
}
.part5 .filebox .file div:nth-child(1) span {
  display: inline-block;
  width: 528px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part5 .filebox .file div:nth-child(2) .time {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-right: 8px;
}
.part5 .filebox .file div:nth-child(2) .xian {
  display: inline-block;
  width: 470px;
  height: 1px;
  background-color: #999;
  margin-bottom: 6px;
}
.part6 {
  padding-top: 20px;
}
.part6 ul {
  display: flex;
  justify-content: space-around;
}
.part6 ul li {
  margin-top: 30px;
}
.part6 ul li .one {
  font-size: 23px;
  font-weight: 800;
  font-family: Source Han Serif SC;
  color: #375DCE;
  margin-bottom: 21px;
  text-align: center;
}
.part6 ul li .two {
  width: 293px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 23px;
  line-height: 26px;
  text-align: justify;
  overflow: hidden;
  -webkit-line-clamp:1;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part6 ul li .three {
  width: 293px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part6 ul li .xian {
  width: 1px;
  height: 168px;
  background: #375DCE;
  margin-top: 12px;
}
.part7 {
  padding-top: 50px;
}
.part7 .layout .title {
  margin-bottom: 20px;
}
.part7 .layout .num {
  display: flex;
  justify-content: space-between;
  padding: 44px 60px;
  background: #375DCE;
}
.part7 .layout .num li {
  display: flex;
  align-items: center;
}
.part7 .layout .num li img {
  width: 82px;
  height: 80px;
  vertical-align: middle;
  margin-right: 18px;
}
.part7 .layout .num li div p:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.part7 .layout .num li div p:nth-child(2) {
  font-size: 28px;
  font-weight: 800;
  color: #FFFFFF;
}
.part7 .layout .num li .xian {
  width: 1px;
  height: 65px;
  background: #fff;
}
.part8 {
  padding-top: 40px;
  padding-bottom: 30px;
}
.part8 .layout div:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  margin-bottom: 20px;
}
.part8 .layout div:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
.part8 .layout div:nth-child(2) img {
  width: 590px;
  height: 100px;
  vertical-align: middle;
}
.boxw {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url('../images/bg.png') no-repeat;
  background-size: 100% 1261px;
  background-position-y: bottom;
}
.side {
  position: fixed;
  top: 389px;
  left: 50%;
  z-index: 99;
  margin-left: -855px;
}
.side:hover {
  cursor: pointer;
}
.side:hover .mark {
  display: block;
}
.side img {
  width: 249px;
  height: 140px;
}
.side .mark {
  display: none;
  position: absolute;
  top: 0;
  left: 249px;
  background: url('../images/background.png') no-repeat;
  background-size: 100% 100%;
  padding: 41px 24px 44px 49px;
}
.side .mark p:nth-child(1) {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 26px;
  text-align: center;
}
.side .mark p:nth-child(2) {
  width: 435px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 33px;
  text-indent: 2em;
  text-align: justify;
}
@media screen and (max-width: 1715px) {
  .side {
    left: 0%;
    margin-left: 0;
  }
}


.part3 .layout .title {
    justify-content: flex-start;
    align-items: flex-end;
}
.part3 .layout .title ul {
    margin-left: 20px;
}
.part3 .layout .title ul li {
    margin-right: 10px;
    float: left;
    font-size: 20px;
    font-weight: 800;
    color: #999999;
}
.part3 .layout .title ul li:hover {
    cursor: pointer;
    color: #375DCE;
}
.part3 .layout .title ul .on {
    color: #375DCE;
}
.part3 .classbox {
    display: none;
}
.part3 .active {
    display: flex;
}



.cover {
  background: #000;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  z-index: 101;
}

.popup_decorate_wrap {
  position: fixed;
  top: 70%;
  left: 50%;
  margin-left: -275px;
  margin-top: -380px;
  width: 550px;
  z-index: 99999999;
}

.popup_decorate_wrap .popup_list {
  width: 550px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
  padding-top: 7px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px 0px rgba(46, 108, 15, 0.24);
}

.popup_decorate_wrap .popup_list .itme_bd {
  padding: 30px;
}

.popup_decorate_wrap .popup_list .itme_bd h6 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin-bottom: 30px;
}

.popup_decorate_wrap .popup_list .itme_bd p,
.popup_decorate_wrap .popup_list .itme_bd p a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  text-indent: 2em;
}

.popup_decorate_wrap .popup_list .itme_bd .itme_bd_link {
  text-indent: 0;
}

.popup_decorate_wrap .popup_list .itme_bd p font {
  color: red;
}

.popup_decorate_wrap .popup_list .itme_line {
  width: 100%;
  height: 1px;
  background-color: #346fb6;
}

.popup_decorate_wrap .popup_list .itme_bot .itme_bot_close span {
  display: block;
  width: 86px;
  height: 33px;
  background: #346fb6;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
  text-align: center;
  margin: 20px auto 0;
  cursor: pointer;
}

.popup_decorate_wrap .popup_list .itme_bot {
  position: relative;
}

.popup_decorate_wrap .popup_list .itme_bot .noreminders {
  position: absolute;
  right: 70px;
  bottom: 3px;
}

.popup_decorate_wrap .popup_list .itme_bot .noreminders input {
  width: 14px;
  height: 14px;
}

.popup_decorate_wrap .popup_list .itme_bot .noreminders span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 14px;
  vertical-align: 2px;
  margin-left: 1px;
}

p {
  margin: 0 0 0px;
}

