.page_width {
  width: 1226px;
  margin: 0 auto;
  position: relative;
}

.top-box {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 107px;
  background-color: #fff;
}

.top-box .logo-box {
  height: 56px;
  display: block;
  position: absolute;
  margin-top: 24px;
}

.top-box .logo-box img {
  width: auto;
  height: 56px;
}

.footer {
  margin-top: 64px;
  text-align: center;
  background: #3071ad;
  min-height: 135px;
  padding: 39px;
}

.footer p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 18px;
  color: #ffffff;
}

.menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-container a {
  line-height: 107px;
  min-width: 143px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.menu-container a:hover {
  background-color: #fff;
  font-weight: 500;
  font-size: 34px;
  color: #1d2129;
}

.menu-container .active {
  background-color: #fff;
  font-weight: 500;
  font-size: 34px;
  color: #1d2129;
}

.module1 {
  background-color: #3071ad;
}

.module2 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.module2 .module2-tab {
  width: 626px;
  background-color: #fff;
}

.swiper1 {
  width: 572px;
  height: 373px;
  margin: 0 !important;
}

.swiper1 img {
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: right;
  bottom: 0;
  padding: 24px 30px 24px;
  background-color: rgba(25, 72, 137, 0.5);
}

.swiper1 .swiper-pagination-bullets.swiper-pagination-horizontal .my-bullet {
  width: 11px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  margin-left: 17px;
}

.swiper1 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #2e7ae1;
}

.module3 {
  background-color: #e4e4e4;
  padding: 24px;
  margin-top: 60px;
}

.module4 {
  overflow: hidden;
  margin-top: 60px;
}

.module4 .module4_left {
  overflow: hidden;
  width: 931px;
  float: left;
}

.module4 .module4_left .module4-list {
  width: 454px;
  float: left;
}

.module4 .module4_left .module4-list:nth-child(2n) {
  margin-left: 23px;
}

.module4 .module4_left .module4-list .img1 {
  margin-top: 14px;
}

.module4 .module4-right {
  float: right;
}

.list1 .news-item {
  overflow: hidden;
  margin-top: 24px;
}

.list1 .news-item:first-child {
  margin-top: 19px;
}

.list1 .news-item a {
  float: left;
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list1 .news-item span {
  float: right;
  font-size: 14px;
  color: #86909c;
  line-height: 20px;
}

.time-container p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
  color: #3071ad;
}

.tab-style1 {
  border-bottom: 4px solid #eac468;
  height: 56px;
  overflow: hidden;
}

.tab-style1 span {
  line-height: 56px;
  min-width: 147px;
  text-align: center;
  float: left;
  font-weight: 400;
  font-size: 18px;
  color: #1d2129;
  cursor: pointer;
}

.tab-style1 span:hover {
  color: #ffffff;
  background-color: #3071ad;
}

.tab-style1 .active {
  color: #ffffff;
  background-color: #3071ad;
}

.list2 .img1 img {
  width: 454px;
  height: 226px;
}

.list2 .img4 img {
  width: 598px;
  height: 297px;
}

.list2 .img5 img {
  width: 396px;
  height: 218px;
}

.list2 .img2 {
  overflow: hidden;
}

.list2 .img2 img {
  width: 79px;
  height: 122px;
}

.list2 .img2 a {
  margin-right: 10px;
  float: left;
}

.list2 .img2 a:nth-child(4n) {
  margin-right: 0;
}

.list2 .img3 {
  overflow: hidden;
}

.list2 .img3 img {
  width: 106px;
  height: 122px;
}

.list2 .img3 a {
  margin-right: 14px;
}

.list2 .img3 a:nth-child(3n) {
  margin-right: 0;
}

ul.dotUL {
  margin-top: 12px;
}

ul.dotUL li {
  padding-left: 23px;
  margin-bottom: 24px;
  position: relative;
}

ul.dotUL li:last-child {
  margin-bottom: 0px;
}

ul.dotUL li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #3071ad;
}

ul.dotUL li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1d2129;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.dotUL li.dot_white::before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #d9d9d9;
}

ul.dotUL li.dot_white a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #444444;
}

ul.dotUL li.istime {
  overflow: hidden;
}

ul.dotUL li.istime a {
  float: left;
  width: calc(100% - 130px);
}

ul.dotUL li.istime span {
  float: right;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #86909c;
}

ul.dotUL li.mt12 {
  margin-bottom: 12px;
}

.title-tx {
  height: 41px;
  border-bottom: 2px solid #eec569;
}

.title-tx h6 {
  display: inline-block;
  position: relative;
  line-height: 41px;
  padding: 0 28px;
  min-width: 150px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.title-tx h6::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 11px;
  top: 0;
  background-color: #3071ad;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: -1;
}

.title-tx h6::after {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  left: calc(100% + 15px);
  top: 0;
  background-color: #eec569;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: -1;
}

.title-tx2 {
  height: 41px;
  border-bottom: 2px solid #eec569;
  border-left: 5px solid #eec569;
  padding-bottom: 2px;
}

.title-tx2 h6 {
  display: inline-block;
  position: relative;
  line-height: 39px;
  padding: 0 28px;
  min-width: 150px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background-color: #3071ad;
  margin-left: 3px;
}

.title-tx2 h6::before {
  content: "";
  position: absolute;
  left: 100%;
  top: -2px;
  width: 30px;
  height: 100%;
  border: 2rpx solid #c8c8c8;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  background-color: #fff;
}

.nav-cintainer {
  width: 270px;
  border-top: 9px solid #e8b74d;
}

.nav-cintainer li {
  margin-top: 6px;
  background-color: #f4f4f4;
  text-align: center;
}

.nav-cintainer li:hover {
  background-color: #e8b74d;
}

.nav-cintainer li:hover a {
  color: #fff;
}

.nav-cintainer li:first-child {
  background-color: #3071ad;
}

.nav-cintainer li:first-child a {
  color: #fff;
}

.nav-cintainer li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 57px;
  color: #3071ad;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}

.banner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner2 a img {
  width: 227px;
  height: 282px;
  margin-top: 24px;
  margin-right: 22px;
}

.banner2 a:nth-child(5n) img {
  margin-right: 0;
}

.banner3 {
  margin-top: 24px;
  position: relative;
}

.banner3 img {
  width: 227px;
  height: 190px;
}

 .swiper3-prev {
  position: absolute;
  left: 0;
  top: 129px;
  /* bottom: 0;
  margin: auto; */
  width: 61px;
  height: 61px;
  background-color: #909090;
  z-index: 1;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAcCAYAAABoMT8aAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABuSURBVHgB7ZPBCYBADASDFVwJV8J1ZClaih1YgiVYgnZwJcQNBvRpPAkIGViSz+wnhMgbZs7IiixkReWNTyqSWuQS8nNZZnaTS6tcfyZrwf1UmYx0yK67PEZPVuSjkJkvBnoDxClKosSrZPy6JB1e7KpY6OHHrAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 14px;
}

 .swiper3-prev:hover {
  background-color: #3071ad;
}

 .swiper3-next {
  position: absolute;
  right: 0;
  top: 129px;
  /* bottom: 0;
  margin: auto; */
  width: 61px;
  height: 61px;
  background-color: #909090;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAcCAYAAABoMT8aAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB8SURBVHgB7ZPBDYAgDEU/TsAIjuAGuokjOIKjyCaO4AiOABtUmpBIPFHwQtKX/MDl/ZYDQCtEdMTcMSNqSDKlc4IUnpyVeC3RksKSBVI+JcwKKX+W+Ow5doCMOcamezDGhGKTV87Wv3h6H/LWIu8q18tni+wghd7P4VDBA4N0xfjTUmzkAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 14px;
  z-index: 1;
}

 .swiper3-next:hover {
  background-color: #3071ad;
}

.module5,
.module6,
.module7,
.module8,
.module9,
.module10,
.module11,
.module12 {
  margin-top: 60px;
}

.module9 .list2 .title-tx {
  margin-bottom: 14px;
}

.list3 {
  overflow: hidden;
}

.list3 .list3-item {
  float: left;
  width: 324px;
  margin-right: 127px;
}

.list3 .list3-item:nth-child(3n) {
  margin-right: 0;
}

.list4 {
  overflow: hidden;
}

.list4 .list4-item {
  float: left;
  width: 390px;
  margin-right: 28px;
  margin-top: 24px;
}

.list4 .list4-item:nth-child(3n) {
  margin-right: 0;
}

.border-circle-more {
  width: 390px;
  height: 408px;
  border: 1px solid #d9d9d9;
  padding: 0px 18px;
}

.border-circle-more .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  height: 49px;
  border-bottom: 1px solid #f2f3f5;
}

.border-circle-more .title span {
  color: #000000;
  font-weight: 500;
}

.border-circle-more .title a {
  color: #86909c;
}

.border-circle-more .content {
  width: 100%;
  margin-top: 20px;
}

.border-circle-more .content .circle-li:not(:first-child) {
  margin-top: 24px;
}

.border-circle-more .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.border-circle-more .imgs img {
  width: 100%;
  height: 100%;
}

.border-circle-more .img4 a {
  width: 79px;
  height: 122px;
}

.border-circle-more .img3 a {
  width: 106px;
  height: 122px;
}

.border-circle-more .img-bottom {
  margin-top: 20px;
}

.border-circle-more .img-top {
  margin-bottom: 20px;
  margin-top: 12px;
}

.circle-li {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-li .circle {
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #d9d9d9;
}

.circle-li a {
  font-size: 18px;
  line-height: 25px;
  color: #444444;
  margin-left: 12px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-style2 {
  border-bottom: 4px solid #eac468;
  overflow: hidden;
}

.tab-style2 span {
  background-color: #3071ad;
  float: left;
  border: 3px solid #3071ad;
  border-bottom: 0;
  min-width: 131px;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}

.tab-style2 span:hover {
  color: #278bcf;
  background-color: #fff;
}

.tab-style2 .active {
  color: #278bcf;
  background-color: #fff;
}

.tab-container-back-item-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}

.tab-container-back-item-contain .list5 {
  border: 1px solid #d9d9d9;
  width: 716px;
  height: 408px;
}

.tab-container-back-item-contain .list5 .title-border-list {
  margin-top: 0px;
}

.list6 {
  border: 1px solid #d9d9d9;
  width: 464px;
  height: 408px;
  padding: 0px 20px;
  overflow: hidden;
}

.list6 .list2-item {
  position: relative;
  width: 205px;
  height: 175px;
  float: left;
  margin-top: 16px;
}

.list6 .list2-item img {
  width: 100%;
  height: 100%;
}

.list6 .list2-item .title {
  width: 100%;
  height: 49px;
  padding: 8px 12px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.65);
}

.list6 .list2-item:not(:nth-child(2n)) {
  margin-right: 12px;
}

.title-border-list {
  padding: 0px 24px 47px;
  margin-top: 24px;
  width: 701px;
  height: 425px;
}

#widget25 .title-p {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 500;
  margin-top: 24px;
  padding: 0 24px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
}
#widget25 .title-p a {
  padding: 12px 0px;
  display: block;

  border-bottom: 1px solid #f2f3f5;
}
#widget25 .list6 {
  margin-left: 50px;
  margin-top: 24px;
}
#widget25 .title-border-list-content {
  border: 1px solid #d9d9d9;
  border-top: none;
  overflow: hidden;
  padding: 0 24px 24px;
}
#widget25 .title-border-list-content .title-border-list-content-item {
  width: 301px;
  float: left;
  margin-top: 23px;
}

#widget25 .title-border-list-content .title-border-list-content-item:not(:nth-child(2n)) {
  margin-right: 50px;
}

.swiper4 {
  width: 1226px;
  margin: 0 auto;
  margin-top: 50px;
}

.swiper4 .swiper-slide {
  width: 354px;
  height: 326px;
  position: relative;
}

.swiper4 .swiper-slide::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper4 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper4 .swiper-slide a {
  position: absolute;
  width: 100%;
  display: block;
  height: 62px;
  line-height: 62px;
  background-color: rgba(0, 93, 203, 0.4);
  font-weight: 400;
  font-size: 24px;
  padding: 0 40px;
  color: #ffffff;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.swiper4 .swiper-slide-prev::before,
.swiper4 .swiper-slide-active::before,
.swiper4 .swiper-slide-next::before {
  display: none;
}

.list7 {
  overflow: hidden;
}

.list7 .list7-item {
  width: 598px;
  float: left;
}

.list7 .list7-item:nth-child(2n) {
  margin-left: 29px;
}

.list7 .list7-item ul {
  margin-top: 24px;
}

.list8 {
  overflow: hidden;
  margin-top: 24px;
}

.list8 .list8-l {
  float: left;
}

.list8 .list8-l .news-c-big {
  width: 586px;
}

.list8 .list8-l .news-c-big img {
  width: 586px;
  height: 309px;
}

.list8 .list8-l .news-c-big h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}

.list8 .list8-l .news-c-big p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 8px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.list8 .list8-r {
  float: right;
}

.list8 .news-c-list {
  width: 591px;
  overflow: hidden;
}

.list8 .news-c-list li {
  float: left;
  width: 278px;
  margin-right: 35px;
  margin-top: 30px;
}

.list8 .news-c-list li:nth-child(1),
.list8 .news-c-list li:nth-child(2) {
  margin-top: 0;
}

.list8 .news-c-list li:nth-child(2n) {
  margin-right: 0;
}

.list8 .news-c-list li img {
  width: 100%;
  height: 137px;
}

.list8 .news-c-list li h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin-top: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}

.list8 .news-c-list li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666666;
}

.list9 {
  overflow: hidden;
}

.list9 .list9-item {
  float: left;
  width: 339px;
  margin-right: 104px;
}

.list9 .list9-item:nth-child(3n) {
  margin-right: 0;
}

.list9 .list9-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #444444;
  margin-top: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.list10 {
  overflow: hidden;
}

.list10 .list10-item {
  width: 396px;
  float: left;
  margin-right: 18px;
}

.list10 .list10-item:nth-child(3n) {
  margin-right: 0;
}

.list10 .list10-item ul {
  margin-top: 24px;
}

.list10 .list10-item .img5 {
  margin-top: 12px;
}
/*# sourceMappingURL=index.css.map */

.ui-dialog,
.ui-dialog * {
  box-sizing: content-box;
}
.diy-design-mode .banner2 a img {
  margin-right: 16px;
}
.diy-design-mode #widget5 {
  height: 60px;
}
.module11 #widget35 {
  width: 1226px;
  margin: 0 auto;
  position: relative;
}
.list9 {
  width: 1226px;
  margin: 0 auto;
  position: relative;
}
.module11{
  width: auto !important;
}
