* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  max-width: 100%;
}

html,
body {
  width: 100%;
  min-width: 320px;
  font-size: 14px;
  background: #fff;
  font-family: \5FAE\8F6F\96C5\9ED1;
}

a[href]:after {
  content: normal;
}

time {
  font-family: Arial;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}

input {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  outline-offset: -2px;
  border: none;
}

html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

a {
  text-decoration: none;
  color: #333;
  transition: all .2s;
}

a:hover {
  text-decoration: none;
  color: #ffa126;
}

a:focus {
  color: #333;
  text-decoration: none;
  outline: none;
}

.full {
  width: 100%;
  height: 100%;
}

.clear {
  clear: both;
}

html,
body,
.hua-wrapper {
  width: 100%;
  height: 100%;
}

.header-top {
  background: #f0f1f2;
}

.header-top .header-top-cont {
  background: url('/eportal/uiFramework/commonResource/image/2025122513483918263.jpg') no-repeat;
  background-size: contain;
}

.header-top .header-left img {
  padding: 17px 0 18px 0;
}

.header-top .header-right {
  padding-top: 20px;
}

.header-top .header-right .header-right1 {
  text-align: right;
}

.header-top .header-right .header-right1 .share-text {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}

.header-top .header-right .header-right1 .share-box {
  float: right;
}

.header-top .header-right .header-right1 .share-box .share {
  float: left;
  width: 29px;
  height: 24px;
  margin: 0;
}

.header-top .header-right .header-right1 .share-box .share.share-wx {
  background: url('/eportal/uiFramework/commonResource/image/2025122514040111693.png') no-repeat;
  background-size: contain;
}

.header-top .header-right .header-right1 .share-box .share.share-wb {
  background: url('/eportal/uiFramework/commonResource/image/2025122514035144318.png') no-repeat;
  background-size: contain;
}

.header-top .header-right .header-right2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.header-top .header-right .header-right2 .search-con {
  overflow: hidden;
}

.header-top .header-right .header-right2 .search-con .TopSearch {
  position: relative;
  float: right;
  overflow: hidden;
}

.header-top .header-right .header-right2 .search-con .TopSearch .SearchText {
  float: left;
  width: 200px;
  height: 31px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 0 30px 0 13px;
  border-radius: 3px;
}

.header-top .header-right .header-right2 .search-con .TopSearch .SearchBtn {
  position: absolute;
  right: 7px;
  top: 7px;
  float: left;
  width: 17px;
  height: 17px;
  border: none;
  background: url('/eportal/uiFramework/commonResource/image/2025122514033648850.png') no-repeat;
  background-size: contain;
}

.nav-cont {
  background: #5d9cec;
}

.nav-cont .navbar-toggle {
  float: right;
  padding: 4px 5px;
  margin-top: 8px;
  margin-bottom: 6px;
  border: 2px solid #F6FAFC;
  margin-right: 0;
}

.nav-cont .navbar-menu {
  float: left;
  color: #fff;
  font-weight: 500;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  margin: 11px 0;
}

.nav-cont .navbar-nav>li .fa-angle-down {
  color: #f3f8fe;
  padding-left: 4px;
}

.nav-cont .navbar-default {
  border: none;
  min-height: 38px;
}

.nav-cont .navbar-default .navbar-collapse {
  border-color: #0095D3;
}

.nav-cont .nav-tabs>li {
  text-align: center;
}

.nav-cont .nav-tabs>li:last-child {
  border-right: #cacaca solid 0px;
}

.nav-cont .nav-stacked>li {
  background: #ecf2f7;
  border-bottom: #cad2d8 solid 1px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide {
  height: 410px;
  position: relative;
  clear: both;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide .banner_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text-box {
  padding-left: 0;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text {
  width: 80%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-con {
  overflow: hidden;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .swiper-slide-con {
  padding-top: 50px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-left .bg-white {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border: 1px solid #adc2dd;
  width: 470px;
  height: 313px;
  display: inline-block;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-left .bg-white .bg-white-img {
  width: 100%;
  height: 100%;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-right .slide-right-con {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  color: #fff;
  width: 493px;
  max-width: 100%;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-right .tit1 {
  font-size: 18px;
  line-height: 24px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-right .tit2 {
  font-size: 10px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-right .time {
  font-size: 14px;
  padding: 20px 0 30px 0;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-right .btncon a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #ff9900;
  width: 97px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-xs-all {
  text-align: center;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-xs-all .tit1 {
  font-size: 18px;
  line-height: 24px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-xs-all .tit2 {
  font-size: 10px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-xs-all .time {
  font-size: 14px;
  padding: 20px 0 30px 0;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-xs-all .btncon a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #ff9900;
  width: 97px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-left .slide-left-con {
  padding-top: 85px;
  float: right;
  width: 498px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-left .slide-left-con .tit {
  color: #ff9900;
  font-size: 18px;
  padding-bottom: 10px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-left .slide-left-con .text {
  width: 498px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-left .slide-left-con .btncon {
  padding-top: 15px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-left .slide-left-con .btncon a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #ff9900;
  width: 97px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-right .slide-right-con {
  width: 465px;
  height: 410px;
  padding: 78px 13px 0;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-right .slide-right-con img {
  width: 440px;
  height: 249px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-xs-all {
  text-align: center;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-xs-all .tit {
  color: #ff9900;
  font-size: 18px;
  padding-bottom: 10px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-xs-all .text {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-xs-all .btncon {
  padding-top: 15px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-xs-all .btncon a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #ff9900;
  width: 97px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .swiper-slide-con {
  padding-top: 25px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-left {
  text-align: right;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-left .slide-left-con {
  width: 383px;
  height: 321px;
  float: right;
  margin-right: 30px;
  position: relative;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-left .slide-left-con img {
  max-width: 100%;
  max-height: 100%;
  border: 3px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-right {
  text-align: left;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-right .slide-right-con {
  padding-left: 40px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-right .slide-right-con .tit {
  color: #ff9900;
  font-size: 18px;
  padding: 30px 0 10px 0;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-right .slide-right-con .text {
  width: 360px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-right .slide-right-con .btncon {
  padding-top: 15px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-right .slide-right-con .btncon a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #ff9900;
  width: 97px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-xs-all {
  text-align: center;
  padding-top: 8px;
  padding-left: 50px;
  padding-right: 50px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-xs-all .tit {
  color: #ff9900;
  font-size: 18px;
  padding-bottom: 10px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-xs-all .text {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-xs-all .btncon {
  padding-top: 15px;
}

.banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-xs-all .btncon a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #ff9900;
  width: 97px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
}

.banner-cont .swiper-container .swiper-pagination {
  text-align: right;
  padding-right: 20%;
}

.banner-cont .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #ff9900;
  background: none;
  opacity: 1;
}

.banner-cont .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff9900;
}

.banner-cont .swiper-container .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: 20%;
  background: url('/eportal/uiFramework/commonResource/image/2025122513500593708.png') no-repeat 0 0;
}

.banner-cont .swiper-container .swiper-button-prev:hover {
  background: url('/eportal/uiFramework/commonResource/image/2025122514104298441.png') no-repeat 0 0;
}

.banner-cont .swiper-container .swiper-button-next {
  width: 40px;
  height: 40px;
  right: 20%;
  background: url('/eportal/uiFramework/commonResource/image/2025122513494855609.png') no-repeat 0 0;
}

.banner-cont .swiper-container .swiper-button-next:hover {
  background: url('/eportal/uiFramework/commonResource/image/2025122514103164835.png') no-repeat 0 0;
}

.banner-cont-xs .swiper-container .swiper-wrapper .swiper-slide .banner_bg {
  width: 100%;
  height: auto;
}

.banner-cont-xs .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.banner-cont-xs .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text-box {
  padding-left: 0;
}

.banner-cont-xs .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text {
  width: 80%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.banner-cont-xs .swiper-container .swiper-pagination {
  text-align: right;
  padding-right: 20%;
}

.banner-cont-xs .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #ff9900;
  background: none;
  opacity: 1;
}

.banner-cont-xs .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff9900;
}

.main1-cont {
  padding-top: 40px;
}

.main1-cont .main1-cont-left {
  width: 64%;
  float: left;
  margin-right: 44px;
}

.main1-cont .main1-cont-left .left-cont .left-title {
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  margin-bottom: 20px;
}

.main1-cont .main1-cont-left .left-cont .left-title .tit-text {
  float: left;
  font-size: 20px;
  color: #080808;
  border-bottom: 2px solid #ff9900;
  padding-bottom: 12px;
}

.main1-cont .main1-cont-left .left-cont .left-title .tit-text i {
  font-size: 12px;
  color: #9c9c9c;
  padding-left: 5px;
  font-style: normal;
}

.main1-cont .main1-cont-left .left-cont .left-title .tit-more {
  float: right;
  font-size: 14px;
  color: #ff9900;
}

.main1-cont .main1-cont-left .left-cont .news-cont .news-slide {
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 20px 5px;
  margin-bottom: 20px;
}

.main1-cont .main1-cont-left .left-cont .news-cont .news-slide:hover .tit a {
  color: #ff9900;
  transition: all 0.2s;
}

.main1-cont .main1-cont-left .left-cont .news-cont .news-slide-left {
  height: 212px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eaeaea;
}

.main1-cont .main1-cont-left .left-cont .news-cont .news-slide-left img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main1-cont .main1-cont-left .left-cont .news-cont .news-slide-right .tit {
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 3px;
}

.main1-cont .main1-cont-left .left-cont .news-cont .news-slide-right .tit a {
  color: #333;
}

.main1-cont .main1-cont-left .left-cont .news-cont .news-slide-right .text-con {
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
  color: #777;
}

.main1-cont .main1-cont-left .left-cont .news-cont .news-slide-right .text-con .details {
  color: #ff9900;
  font-size: 13px !important;
}

.main1-cont .main1-cont-left .left-cont .news-cont .news-slide-right .text-con time {
  display: block;
  color: #999;
  font-size: 12px;
  padding-top: 14px;
}

.main1-cont .main1-cont-right {
  width: 32.1%;
  float: right;
}

.main1-cont .main1-cont-right .right-cont .right-title {
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}

.main1-cont .main1-cont-right .right-cont .right-title .tit-text {
  float: left;
  font-size: 20px;
  color: #080808;
  border-bottom: 2px solid #ff9900;
  padding-bottom: 12px;
}

.main1-cont .main1-cont-right .right-cont .right-title .tit-text i {
  font-size: 12px;
  color: #9c9c9c;
  padding-left: 5px;
  font-style: normal;
}

.main1-cont .main1-cont-right .right-cont .right-title .tit-more {
  float: right;
  font-size: 14px;
  color: #ff9900;
}

.main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide {
  padding-top: 21px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide:hover .tit a {
  color: #ff9900;
  transition: all 0.2s;
}

.main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide-left {
  float: left;
  width: 17%;
  padding: 0;
  margin-right: 5px;
  width: 64px;
  height: 58px;
  border: 1px solid #5d9cec;
  text-align: center;
  border-radius: 5px;
}

.main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide-left .date-top {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #5d9cec;
}

.main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide-left .date-bottom {
  height: 31px;
  line-height: 32px;
  background: #5d9cec;
  color: #fff;
  font-size: 18px;
}

.main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide-right {
  width: 81%;
  float: right;
  padding-right: 0px;
}

.main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide-right .tit {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 22px;
  display: box;
  display: -o-box;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 43px;
}

.main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide-right .text {
  color: #777;
  line-height: 20px;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 40px;
}

.main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide-right .person,
.main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide-right .time,
.main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide-right .address {
  color: #999;
  font-size: 12px;
  line-height: 24px;
}

.main2-cont {
  padding-top: 50px;
  padding-bottom: 30px;
}

.main2-cont .col-md-2 {
  text-align: center;
}

.main2-cont .slide {
  text-align: center;
}

.main2-cont .slide:hover dd {
  transition: all 0.2s;
  color: #5d9cec;
}

.main2-cont .slide dt {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: contain;
  transition: all 0.2s;
}

.main2-cont .slide dd {
  font-size: 14px;
  color: #666;
}

.main2-cont .slide.slide1 dt {
  background: url('/eportal/uiFramework/commonResource/image/2025122513554184405.jpg') no-repeat;
}

.main2-cont .slide.slide1:hover dt {
  background: url('/eportal/uiFramework/commonResource/image/2025122513574430987.jpg') no-repeat;
}

.main2-cont .slide.slide2 dt {
  background: url('/eportal/uiFramework/commonResource/image/2025122513555730495.jpg') no-repeat;
}

.main2-cont .slide.slide2:hover dt {
  background: url('/eportal/uiFramework/commonResource/image/2025122513575638178.jpg') no-repeat;
}

.main2-cont .slide.slide3 dt {
  background: url('/eportal/uiFramework/commonResource/image/2025122513562664042.jpg') no-repeat;
}

.main2-cont .slide.slide3:hover dt {
  background: url('/eportal/uiFramework/commonResource/image/2025122513580888453.jpg') no-repeat;
}

.main2-cont .slide.slide4 dt {
  background: url('/eportal/uiFramework/commonResource/image/2025122513564479786.jpg') no-repeat;
}

.main2-cont .slide.slide4:hover dt {
  background: url('/eportal/uiFramework/commonResource/image/2025122513582236423.jpg') no-repeat;
}

.main2-cont .slide.slide5 dt {
  background: url('/eportal/uiFramework/commonResource/image/2025122513565871920.jpg') no-repeat;
}

.main2-cont .slide.slide5:hover dt {
  background: url('/eportal/uiFramework/commonResource/image/2025122513585352275.jpg') no-repeat;
}

.main2-cont .slide.slide6 dt {
  background: url('	/eportal/uiFramework/commonResource/image/2025122513571483448.jpg') no-repeat;
}

.main2-cont .slide.slide6:hover dt {
  background: url('/eportal/uiFramework/commonResource/image/2025122513590719884.jpg') no-repeat;
}

.footer {
  background: #5d9cec;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.footer .p10 {
  padding: 0 6px;
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media (max-width: 1680px) {
  .banner-cont .swiper-container .swiper-wrapper .swiper-slide {
    height: 355px;
  }

  .banner-cont .swiper-container .swiper-button-prev {
    left: 16%;
  }

  .banner-cont .swiper-container .swiper-button-next {
    right: 16%;
  }

  .banner-cont .swiper-container .swiper-pagination {
    padding-right: 16%;
  }

  .banner-cont-xs .swiper-container2 .swiper-pagination {
    padding-right: 16%;
  }
}

@media (max-width: 1366px) {
  .banner-cont .swiper-container .swiper-wrapper .swiper-slide {
    height: 290px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .swiper-slide-con {
    height: 360px;
    padding-top: 25px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-right .slide-right-con {
    height: 360px;
    padding-top: 53px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-left .slide-left-con {
    padding-top: 60px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .swiper-slide-con {
    padding-top: 17px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-right .slide-right-con .tit {
    padding-top: 10px;
  }

  .banner-cont .swiper-container .swiper-pagination {
    padding-right: 100px;
  }

  .banner-cont-xs .swiper-container2 .swiper-pagination {
    padding-right: 100px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-left .bg-white {
    width: 423px;
    height: 281px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-left .slide-left-con {
    width: 310px;
    height: 240px;
  }

  .banner-cont .swiper-container .swiper-button-prev {
    left: 100px;
  }

  .banner-cont .swiper-container .swiper-button-next {
    right: 100px;
  }
}

@media (max-width: 1024px) {
  .banner-cont .swiper-container .swiper-wrapper .swiper-slide {
    height: 217px;
  }
}

@media (max-width: 1200px) {
  .main1-cont .main1-cont-left {
    width: 100%;
    margin-right: 0;
    padding-right: 15px;
  }

  .main1-cont .main1-cont-right {
    width: 100%;
    margin-right: 0;
    padding-right: 15px;
  }

  .banner-cont .swiper-container .swiper-button-prev {
    left: 10px;
  }

  .banner-cont .swiper-container .swiper-button-next {
    right: 10px;
  }

  .main1-cont .main1-cont-left {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .header-top .header-right .header-right2 .search-con .TopSearch .SearchText {
    width: 130px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide {
    height: 164px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .swiper-slide-con {
    height: 180px;
    padding-top: 43px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide2 .slide-xs-all {
    padding-top: 35px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .swiper-slide-con {
    padding-left: 80px;
    padding-right: 80px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-xs-all {
    padding: 0;
    padding-top: 20px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-xs-all .tit {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-xs-all .btncon {
    padding-top: 5px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-xs-all .btncon a {
    width: 80px;
    height: 32px;
    line-height: 32px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text-box {
    padding-left: 5px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide .slide-xs-all .time {
    padding: 10px 0 20px 0;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text {
    height: 35px;
    line-height: 35px;
  }

  .banner-cont .swiper-container .swiper-pagination {
    padding-right: 15px;
  }

  .banner-cont-xs .swiper-container2 .swiper-pagination {
    padding-right: 15px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 8px;
  }

  .main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide-left {
    margin-left: 10px;
  }

  .main1-cont .main1-cont-right .right-cont .notice-cont .notice-slide-right {
    width: calc(100% - 80px);
    float: left;
  }

  .main2-cont .slide {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .header-top .header-left {
    padding-left: 0;
  }

  .header-top .header-left img {
    padding: 12px 0;
  }

  .header-top .header-right {
    padding-top: 0;
  }

  .header-top .header-right .header-right1 {
    float: left;
    padding-top: 5px;
  }

  .header-top .header-right .header-right2 {
    float: right;
    padding-top: 0;
  }

  .main1-cont .main1-cont-left {
    padding-right: 0;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide {
    height: 137px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-con {
    padding: 0 60px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide1 .slide-xs-all {
    padding-top: 50px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide3 .slide-xs-all {
    padding-top: 50px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide .slide-xs-all {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide .slide-xs-all .tit {
    font-size: 16px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text {
    height: 30px;
    line-height: 30px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text-box {
    padding-left: 15px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text {
    width: 75%;
  }

  .banner-cont-xs .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text {
    height: 30px;
    line-height: 30px;
  }

  .banner-cont-xs .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text-box {
    padding-left: 15px;
  }

  .banner-cont-xs .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text {
    width: 75%;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 5px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }

  .main1-cont .main1-cont-left .left-cont .news-cont .news-slide-left {
    margin-bottom: 5px;
    height: auto;
  }

  .main1-cont .main1-cont-left .left-cont .news-cont .news-slide-left img {
    position: inherit;
  }

  .main2-cont {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .footer {
    padding: 15px 0;
  }

  .footer .p10 {
    display: block;
  }
}

@media (max-width: 640px) {
  .banner-cont-xs .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 3px;
  }

  .banner-cont-xs .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 480px) {
  .banner-cont .swiper-container .swiper-wrapper .swiper-slide {
    height: 103px;
  }
}

@media (max-width: 425px) {
  .header-top .header-left img {
    width: 100%;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide {
    height: 91px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text {
    width: 70%;
  }

  .banner-cont-xs .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text {
    width: 70%;
  }
}

@media (max-width: 414px) {
  .banner-cont .swiper-container .swiper-wrapper .swiper-slide {
    height: 89px;
  }
}

@media (max-width: 375px) {
  .banner-cont .swiper-container .swiper-wrapper .swiper-slide {
    height: 80px;
  }

  .banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text {
    width: 68%;
  }

  .banner-cont-xs .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text {
    width: 68%;
  }
}

@media (max-width: 320px) {
  .banner-cont .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text {
    width: 63%;
  }

  .banner-cont-xs .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-text .banner-text {
    width: 63%;
  }
}



/* 迁移新平台样式 兼容 修改 */
body,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
tbody,
tr,
th,
td,
input,
textarea {
  color: initial;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.column.ui-sortable {
  border: none !important;
}

.search-header {
  margin-bottom: 39.9994px;
}

.search-header .search-po {
  background: none !important;
}

body .search-header .search-header-container.search-po .search {
  padding: 0 !important;
}

.search-header .search .wrapper-box {
  width: 100% !important;
}

.search-header .search .wrapper-box .search-box-div {
  width: 100%;
}

.search-header .search .wrapper-box .search-box-div>div:nth-child(1) {
  width: 100%;
}

.search-header .search .wrapper-box .wrapper {
  width: 100% !important;
  margin-left: 0 !important;
  background-color: transparent !important;
  border: 1px solid #5d9cec;
}

.search-header .search .wrapper-box .container-1-left {
  padding: 0;
  margin: 0;
}

.search-header .search .container-1 {
  display: none;
}

body .search-header .search .action-logo {
  display: none;
}

body .search-header .search .wrapper .search-header-info {
  line-height: 36px;
  margin-left: 20.0006px;
  margin-right: 20.0006px;
}

.search-header .search .wrapper .group .view {
  background-color: #5d9cec !important;
}

.search-header .search-footer-container {
  display: none;
}

.search-tool {
  display: none;
}

.content .container {
  padding: 0;
  width: 100%;
}

.search-text-several .mod .body .group-3 .summary-1 {
  color: #9C9DAF !important;
}

.search-text-several .mod .search-text-header .header .group .summary-1 {
  color: #5d9cec !important;
}

.search-text-several .mod .body .group-3 .view .summary-3 {
  color: #9C9DAF !important;
}

.search-text-several .mod .body .group-3 {
  margin-left: 20.0006px !important;
}

.search-text-several .mod {
  background-color: transparent !important;
}


#reloadArticleEsPortletDiv .pagination {
  justify-content: center !important;
}

#reloadArticleEsPortletDiv .pagination a,
#reloadArticleEsPortletDiv .pagination span,
#reloadArticleEsPortletDiv .pagination input,
#reloadArticleEsPortletDiv .pagination button {
  height: 32px;
  min-width: 38px;
  line-height: 30px;
  text-align: center;
  margin: 0px 4px;
  color: #666;
  border-radius: 0;
  padding: 1px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
}

#reloadArticleEsPortletDiv .pagination a:hover {
  color: #ffffff !important;
  background-color: #5d9cec !important;
}

#reloadArticleEsPortletDiv .pagination a.active {
  background-color: #5d9cec !important;
  color: #fff !important;
}


.investigation {
  display: none !important;
}

.search-text-several .address {
  margin-top: 9.9994px;
}

.search-text-several .mod .search-text-header .header {
  background: none;
  padding: 0;
}

.search-text-several .mod .search-text-header .tag-wrapper {
  width: 120px;
}

.search-text-several .mod .body .group-img img {
  object-fit: cover;
}

body .search-header .search .wrapper .group .view .icon {
  margin-left: 30px !important;
}

body .search-header .search .wrapper .group .view .label {
  margin: 0 24px 0 10px !important;
}

@media (max-width: 767px) {
  .search-text-several .mod .search-text-header .header .group .summary-1 {
    width: 270px !important;
  }

  .search-text-several .mod .body {
    display: block !important;
    overflow: hidden;
  }

  .search-text-several .mod .body .group-img {
    float: left;
    margin-right: 19.9999px;
  }

  .search-text-several .mod .body .group-3 {
    overflow: hidden;
    width: auto !important;
    margin-left: 0px !important;
  }
}
.xilan-content-main body,
.xilan-content-main object,
.xilan-content-main iframe,
.xilan-content-main h1,
.xilan-content-main h2,
.xilan-content-main h3,
.xilan-content-main h4,
.xilan-content-main h5,
.xilan-content-main h6,
.xilan-content-main blockquote,
.xilan-content-main a,
.xilan-content-main code,
.xilan-content-main em,
.xilan-content-main img,
.xilan-content-main q,
.xilan-content-main small,
.xilan-content-main strong,
.xilan-content-main dd,
.xilan-content-main dl,
.xilan-content-main dt,
.xilan-content-main li,
.xilan-content-main ol,
.xilan-content-main ul,
.xilan-content-main fieldset,
.xilan-content-main form,
.xilan-content-main label,
.xilan-content-main tbody,
.xilan-content-main tr,
.xilan-content-main th,
.xilan-content-main td,
.xilan-content-main input,
.xilan-content-main textarea {
  color: #565656;
  font-size: 15px;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}