html,
body {
  font-family: "微软雅黑"";
}
.container {
  width: 73.6rem;
  max-width: 73.6rem;
}
html,
body {
  font-family: "微软雅黑";
  /* mini-width: 1000px; */
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none !important;
  color: #333;
}
#backtop {
  position: fixed;
  width: 54px;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop.show {
  opacity: 1;
}
#backtop ul li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
  background: #eeeeee url(../images/side_icon.png) center no-repeat;
}
#backtop ul li .sidetop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #ffc200 url(../images/side_icon-w.png) center no-repeat;
}
#header {
  /* background-image: url(../images/header/bg.png); */
  background: url(../images/header/bg.png) no-repeat center / cover;
  background-color: #0066CC;
  height: 7rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
#header .top-c {
  color: #fff;
  height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .top-c a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}
#header .top-c .l-c {
  float: left;
}
#header .top-c .l-c li {
  float: left;
  line-height: 30px;
  font-family: '微软雅黑';
}
#header .top-c .l-c .dl {
    position: relative;
    width: 62px;
}
#header .top-c .l-c li img {
  margin-right: 9px;
}
#header .top-c .l-c .line {
  margin: 0 20px;
  line-height: 30px;
}
#header .top-c .r-c {
  float: right;
}
#header .top-c .l-c .dl:hover .weixin {
    display: block;
}
.weixin {
    display: none;
    width: 100px;
    height: 120px;
    padding: 10px;
    color: #000;
    background: #f4f4f4;
    text-align: center;
    position: absolute;
    top: 35px;
    left:  -35px;
}
.weixin .arrow {
    width: 0;
    height: 0;
    border-bottom: 10px solid #f4f4f4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50px;
    top: -10px;
}
#header .top-c .r-c a {
  font-family: '微软雅黑';
}
#header .top-c .r-c li {
  float: left;
}
#header .top-c .r-c .line {
  margin: 0 20px;
  line-height: 30px;
}
#header .b-c {
  padding: 16px 0 16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  overflow: hidden;
}
#header .b-c .logo {
  float: left;
}
#header .b-c .nav-ment {
  float: right;
  margin-top: 32px;
}
#header .b-c .nav-ment  li {
  float: left;
  margin: 0 10px;
}
#header .b-c .nav-ment  li:last-of-type {
  margin-right: 0;
}
#header .b-c .nav-ment  li.active a {
  border-bottom: 3px solid #fff;
  font-weight: 700;
}
#header .b-c .nav-ment  li  a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 2px;
  padding-bottom: 9px;
}
#header .b-c .nav-ment li a:hover {
  border-bottom: 3px solid #fff;
}
#main-content {
  background-color: #f8f8f8;
  }
/* #main-content .section1 {
  padding-top: 1.0416666666666667rem;
} */
#main-content .section1 .l-ment {
  width: 220px;
  float: left;
}
#main-content .section1 .l-ment .nav {
  border: 0;
  margin: 0;
}
#main-content .section1 .l-ment .nav li {
  width: 50%;
  border: 0;
  margin: 0;
}
#main-content .section1 .l-ment .nav li a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.68);
  border-radius: 0;
  line-height: 50px;
  padding: 0;
  border: 0;
  border-top: 2px solid transparent;
  text-align: center;
  margin: 0;
  transition: .3s;
}
#main-content .section1 .l-ment .nav li a:hover {
  color: #0066CC;
  background-color: #fff;
  border: 0;
  border-top: 2px solid #0066CC;
}
#main-content .section1 .l-ment .nav li.active a {
  color: #0066CC;
  background-color: #fff;
  border: 0;
  border-top: 2px solid #0066CC;
}
#main-content .section1 .l-ment .tab-content {
  height: 670px;
  overflow: inherit;
  background-color: #fff;
}
#main-content .section1 .l-ment .tab-content .classify {
  position: relative;
  height: 100%;
}
#main-content .section1 .l-ment .tab-content .classify .item {
  position: relative;
  padding: 8px 0 11px;
  padding-left: 19px;
  border: 1px solid transparent;
  border-right: none;
  border-bottom: 1px solid #f8f8f8;
}
/* .ltab .item:hover {
  border: 1px solid #ddd;
  border-right: none;
} */
.item:hover .other-nav {
  display: block;
  z-index:2;
}
/* .clearfix:hover .other-nav .o-item {
  margin-bottom: 20px;
} */
.clearfix:hover .other-nav .o-item  .dt {
  margin-bottom: 0;
}
.clearfix:hover .other-nav .o-item:last-child {
  margin-bottom: 0;
}
.item a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  text-decoration: none;
}
.item .dt {
  display: inline-block;
  /* font-weight: 700; */
  font-size:1.13rem;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 5px;
}
.item ul {
  overflow: hidden;
}
.item ul li {
  float: left;
  /* margin-top: 10px; */
  margin-right: 16px;
}
.item ul li a {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.87);
}

#main-content .section1 .l-ment .tab-content .classify .item .fa {
  position: absolute;
  right: 10px;
  bottom: 30px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.other-nav {
  width: 35rem;
  height:23rem;
  padding: 0px 22px;
  border: 1px solid #ddd;
  border-left: none;
  background: #fff;
  position: absolute;
  left: 15.5rem;
  top: 0rem;
  z-index: 3;
  display: none;
}
#main-content .section1 .l-ment .tab-content .classify .more-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 19px;
  width: 100%;
}
#main-content .section1 .r-c {
  width: 770px;
  float: right;
}

#main-content .section1 .r-c .search {
  height: 50px;
  line-height: 50px;
}
#main-content .section1 .r-c .search .city {
  text-align: center;
  float: left;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  cursor: pointer;
  width: 100px;
  font-weight: 700;
  background: #fff;
  border-right: 1px solid #f5f5f5;
}
#main-content .section1 .r-c .search .city .fa {
  margin-left: 12px;
}
#main-content .section1 .r-c .search .input {
  position: relative;
  float: left;
  width: 609px;
  height: 50px;
  background-color: #fff;
  overflow: hidden;
}
#main-content .section1 .r-c .search .input input {
  position: absolute;
  width: 95%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: none;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  padding-left: 22px;
  line-height: 50px;
}
#main-content .section1 .r-c .search .en-btn {
  display: block;
  float: left;
  text-align: center;
  background-color: #0066CC;
  border-radius: 4px;
  width: 60px;
  line-height: 50px;
  cursor: pointer;
}
#main-content .section1 .r-c .search-r,
#main-content .section1 .r-c .city-list {
  overflow: hidden;
}
#main-content .section1 .r-c .search-r .dt,
#main-content .section1 .r-c .city-list .dt {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  float: left;
  font-weight: 700;
}
#main-content .section1 .r-c .search-r .dd,
#main-content .section1 .r-c .city-list .dd {
  float: left;
  overflow: hidden;
}
#main-content .section1 .r-c .search-r .dd li,
#main-content .section1 .r-c .city-list .dd li {
  float: left;
  margin-left: 7px;
}
#main-content .section1 .r-c .search-r .dd li a,
#main-content .section1 .r-c .city-list .dd li a {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
#main-content .section1 .r-c .search-r {
  margin-top: 23px;
}
#main-content .section1 .r-c .city-list {
  margin-top: 19px;
}
#main-content .section1 .r-c .city-list .num {
  float: right;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
#main-content .section1 .r-c .city-list .num span {
  display: inline-block;
  width: 18px;
  height: 22px;
  line-height: 22px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-weight: 700;
}
#main-content .section1 .r-c .city-list .num .dss {
  margin-right: 10px;
  font-style: normal;
  font-weight: 700;
}
#main-content .section1 .r-c .city-list .num .ddd {
  margin-left: 10px;
  font-style: normal;
  font-weight: 700;
}
#main-content .section1 .r-c .broadcast {
  overflow: hidden;
  margin: 16px 0;
}
#main-content .section1 .r-c .broadcast .item {
  width: 616px;
  height: 260px;
  overflow: hidden;
  position: relative;
  float: left;
}
#main-content .section1 .r-c .broadcast .item img {
    width: 100%;
}
#main-content .section1 .r-c .broadcast .item ul {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
}
#main-content .section1 .r-c .broadcast .itemtab {
  width: 146px;
  float: right;
}

#main-content .section1 .r-c .broadcast .itemtab ul li {
  width: 100%;
  height: 48px;
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
  border: 2px solid transparent;
}
#main-content .section1 .r-c .broadcast .itemtab ul li:hover,
#main-content .section1 .r-c .broadcast .itemtab ul li.active {
  border: 2px solid #abb9cf;
}
#main-content .section1 .r-c .broadcast .itemtab ul li:hover img,
#main-content .section1 .r-c .broadcast .itemtab ul li.active img {
  opacity: 1;
}
#main-content .section1 .r-c .broadcast .itemtab ul li img {
  position: relative;
  z-index: 1;
  opacity: 0.6;
  width: 100%;
}
#main-content .section1 .r-c .firend-links {
  background-color: #fff;
  height: 290px;
}
#main-content .section1 .r-c .firend-links .item {
  padding: 4px;
}
#main-content .section1 .r-c .firend-links .item a {
  float: left;
  border: 1px solid #f5f5f5;
  width: 173px;
  margin: 5px;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  overflow: hidden;
}

#main-content .section1 .r-c .firend-links .item a:hover img {
  transform: scale(1.1);
}
#main-content .section1 .r-c .firend-links .item a img {
  display: inline-block;
  transition: .3s;
  width: 100%;
}
#main-content .section1 .r-c .firend-links .carousel-indicators {
  bottom: -17px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  text-align: center;
}
#main-content .section1 .r-c .firend-links .carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #a4a4a4;
  display: inline-block;
  float: none;
  cursor: pointer;
}
#main-content .section1 .r-c .firend-links .carousel-indicators li.active {
  background-color: #0066CC;
  width: 18px;
}
#main-content .section1 .r-c .firend-links .dt {
  padding: 0 10px;
  /* line-height: 40px; */
  height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #0066CC;
  font-weight: 700;
}
#main-content .section1 .r-c .firend-links .dt:before {
  margin-right: 9px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
}
#main-content .section1 .r-c .firend-links .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#main-content .section1 .r-c .firend-links .swiper-pagination-switch {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #555;
  margin: 0 5px;
  cursor: pointer;
}
#main-content .section1 .r-c .firend-links .swiper-active-switch {
  background: #0066CC;
  width: 18px;
}
#main-content .section2 {
  overflow: hidden;
  margin: 20px 0;
}
#main-content .section2 .item {
  width: 326px;
    height: 270px;
  float: left;
  background-color: #fff;
}
#main-content .section2 .item2s {
  margin: 0 10px;
}

#main-content .section2 .item2s .info-list li,
#main-content .section2 .item3s .info-list li {
  overflow: hidden;
}
#main-content .section2 .item2s .info-list a,
#main-content .section2 .item3s .info-list a {
  display: block;
  overflow: hidden;
  width: 100%;
}
#main-content .section2 .item2s .info-list a span,
#main-content .section2 .item3s .info-list a span {
  display: block;
  width: 33.33%;
  margin-right: 0 !important;
  float: left;
}
#main-content .section2 .item2s .info-list a .dd,
#main-content .section2 .item3s .info-list a .dd {
  text-align: right;
}
#main-content .section2 .item2s .info-list .ds,
#main-content .section2 .item3s .info-list .ds {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.54);
}
#main-content .section2 .item .title {
  padding: 0 10px;
  line-height: 40px;
  padding: 0 12px;
  height: 40px;
  color: #fff;
  font-size: 17px;
  background-color: #0066CC;
  font-weight: 700;
}
#main-content .section2 .item .title:before {
  margin-right: 9px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: -1px;
}
#main-content .section2 .item .title .more-btn {
  color: #fff;
  font-size: 12px;
  float: right;
  font-weight: normal;
}
#main-content .section2 .item .info-list {
  padding: 0 12px;
}
#main-content .section2 .item .info-list li {
  margin-top: 15px;
}
#main-content .section2 .item .info-list a {
  font-size: 16px;
}

#main-content .section2 .item .info-list a .dt {
  color: rgba(0, 0, 0, 0.87);
  margin-right: 10px;
}
#main-content .section2 .item .info-list a .dd {
  color: #ff4800;
}
#main-content .section3 {
  overflow: hidden;
  margin-bottom: 20px;
}
#main-content .section2 .item .info-list a {
  font-size: 14px;
}
#main-content .section2 .item .info-list {
  padding: 0 5px;
}
#main-content .section2 .item .info-list a .dt {
  margin-right: 5px;
}
#main-content .section3 .item {
  width: 495px;
  height: 230px;
  float: left;
  background-color: #fff;
}
#main-content .section3 .item32s {
  float: right;
}
#main-content .section3 .item31s .info-list .dt:before {
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #265ebe;
}
#main-content .section3 .item .title {
  padding: 0 10px;
  line-height: 40px;
  padding: 0 12px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #0066CC;
  font-weight: 700;
}
#main-content .section3 .item .title:before {
  margin-right: 9px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
}
#main-content .section3 .item .title .more-btn {
  color: #fff;
  font-size: 12px;
  float: right;
  font-weight: normal;
}
#main-content .section3 .item .nav {
  background-color: #0066CC;
  border: 0;
  height: 40px;
  margin: 0;
}
#main-content .section3 .item .nav .dt {
  padding: 0 10px;
  line-height: 40px;
  padding: 0 12px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #0066CC;
  font-weight: 700;
  border: 0;
  margin: 0;
  transition: .3s;
  border-radius: 0;
}
#main-content .section3 .item .nav .dt:before {
  margin-right: 9px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: -1px;
}
#main-content .section3 .item .nav .active .dt {
  background-color: #fff;
  color: #0066CC;
}
#main-content .section3 .item .nav .active .dt:before {
  background-color: #0066CC;
}
#main-content .section3 .item .info-list {
  padding: 0 12px;
}
#main-content .section3 .item .info-list li {
  margin-top: 15px;
  overflow: hidden;
}
#main-content .section3 .item .info-list li.active .dt {
  color: #ff1b1b;
}
#main-content .section3 .item .info-list a {
  font-size: 14px;
}
#main-content .section3 .item .info-list.right a {
  display: block;
  width: 57%;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#main-content .section3 .item .info-list.left a {
  display: block;
  width: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#main-content .section3 .item .info-list a .ds {
  color: rgba(0, 0, 0, 0.87);
}
#main-content .section3 .item .info-list .dd {
  float: right;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
}
/* #main-content .section4 {
  margin-bottom: 30px;
  overflow: hidden;
  background: #fff;
  height: 237px;
} */
#main-content .section4 .title {
  padding: 0 10px;
  line-height: 40px;
  padding: 0 12px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #0066CC;
  font-weight: 700;
  margin-bottom: 19px;
}
#main-content .section4 .title:before {
  margin-right: 9px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
}
#main-content .section4 .title .more-btn {
  color: #fff;
  font-size: 12px;
  float: right;
  font-weight: normal;
}
#main-content .section4 .info-list .dt:before {
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #265ebe;
}
#main-content .section4 .content {
  padding: 0 10px;
}
#main-content .section4 .item {
  width: 33.33%;
  float: left;
}
#main-content .section4 .item b {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  font-family: '微软雅黑';
}
#main-content .section4 .item li {
  margin-top: 15px;
}
#main-content .section4 .item .dt {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}
/* #main-content .section5 {
  background-color: #fff;
  padding-top: 19px;
  padding-bottom: 5px;
} */
#main-content .section5 b {
  font-size: 18px;
  color: #bd0d1b;
  font-family: '微软雅黑';
  font-weight: 700;
  margin-bottom: 14px;
  display: block;
}
#main-content .section5 .friend-list li {
  float: left;
  margin-bottom: 8px;
}
#main-content .section5 .friend-list li a {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  margin-right: 20px;
}
#footer {
  /* background-image: url(../images/footer/bg.png); */
  background: url(../images/footer/bg.png) no-repeat center / cover #3F9CFD;
}
#footer .top-c {
  overflow: hidden;
  height: 220px;
}
#footer .top-c div {
  
}
#footer .top-c .item {
  width: 233px;
  overflow: hidden;
  float: left;
  height: 100%;
  padding: 30px 0;
}
#footer .top-c .item li {
  color: #fff;
  margin-top: 17px;
  font-weight: 700;
  font-family: '微软雅黑';
}
#footer .top-c .item li .dt {
	color:#fff;
  display: inline-block;
  width: 90px;
}
#footer .top-c .item li .dd {
  display: inline-block;
  vertical-align: text-top;
}
#footer .top-c .item li .dd span {
  display: block;
}
#footer .top-c .item2 {
 /*  border-left: 1px solid rgba(248, 248, 248, 0.1);
  border-right: 1px solid rgba(248, 248, 248, 0.1); */
  line-height:1.8rem;
  width: 720px;
  font-weight: 700;
  font-family: '微软雅黑';
  overflow: hidden;
  float: left;
  height: 100%;
  padding: 30px 0;
}
#footer .top-c .item2 .contact-list {
  overflow: hidden;
}
#footer .top-c .item2 .item22 {
  width: 33.33%;
  float: left;
}
#footer .top-c .item2 .item22 .cc {
  width: 150px;
  margin: 0 auto;
}
#footer .top-c .item2 li {
  float: left;
  margin-right: 23px;
  margin-top: 10px;
}
#footer .top-c .item2 .i2 {
    margin-right: 0;
}
#footer .top-c .item2 li a {
  color: #fff;
}
#footer .top-c .item3 {
  width: 160px;
  margin: 0 2rem;
  font-family: '微软雅黑';
  font-weight: 700;
  overflow: hidden;
  float: left;
  height: 100%;
  padding: 30px 0;
}
#footer .top-c .item3 .box-img {
  width: 126px;
  height: 126px;
  margin: 0 auto 5px;
}
#footer .top-c .item3 .box-img img {
  width: 100%;
}
#footer .top-c .item3 .tips {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#footer .b-c {
	align-items: center;
  background-color: #3F9CFD;
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: normal;
  line-height: 1.8;
  word-spacing: 10px;
}

#footer .b-c a{
	color: #fff;
	font-weight: normal;
}

#footer b {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}

.item b{
	display:flex;
}

.item b img {
    width: 1.40625rem;
    margin-right: 0.625rem;
}

/* 新增样式 */


.logo img {
    height: 4.75rem;
    display: block;
}


.container .rt {
	display:flex;
	align-items:center;
}
	
.container .search {
	justify-content: space-between;
		align-items: center; 
		display: none;
	display:flex;
	align-items:center;
	background:#fff;
	height:3.12rem;
	padding:0.25833333333333334rem;
	border-radius:2.604166666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

.search .lsele{
	display:flex;
	justify-content: center;
  align-items: center;
	margin-bottom: 0px;
	width: 4.32rem;
    text-align: center;
    /* background: url(../images/header/uico9.png) no-repeat right center / 0.5166666666666667rem auto; */
    border: none;
    height: 2.4rem;
    font-weight: 500;
    font-size: 0.9rem;
    color: #228EFF;
    line-height: 1.683333333333335rem;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
}

.container .search i {
    height: 1.3541666666666667rem;
    background: #ddd;
    width: 0.052083333333333336rem;
    display: block;
    margin: 0 0.5208333333333334rem 0 0;
    font-style: normal;
    outline: 0;
    zoom: 1;
}

.search .txt {
	-webkit-box-shadow: none;
	margin-bottom: 0px;
    width: 12.416666666666668rem;
    height: 2.4833333333333335rem;
    font-size: 0.9rem;
    color: #333;
    border: none;
    background-color: #fff;
    border-radius: 0px;
}

.search .btn {
    height: 2.535416666666667rem;
    background: #228EFF;
    border-radius: 1.70625rem;
    width: 4.8625rem;
    text-align: center;
    font-size: 1.1375rem;
    color: #fff;
    border: none;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.rt .ctxt{
	margin-left: 2.4833333333333335rem;
}

.rt .ctxt h4 {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    font-weight: 500;
    font-size: 1rem;
    color: #EFF7FF;
    line-height: 1.29375rem;
    margin: 0px;
}

.rt .ctxt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.20833333333333334rem;
}

.rt .ctxt ul a {
    font-weight: 500;
    font-size: 0.87291666666666667rem;
    color: #FFFFFF;
    line-height: 1.29375rem;
    display: block;
}

.rt .ctxt ul i {
    height: 0.625rem;
    width: 0.052083333333333336rem;
    background: #fff;
    display: block;
    margin: 0 0.625rem;
}

.naver {
	background:#fff;
	height:3.725rem;
}
.naver .container dl {
	display:flex;
	justify-content:space-between;
	margin:0px;
}
.naver .container dt {
	color:#228EFF;
	margin-right:0.4166666666666667rem;
	line-height:3.725rem;
}
.naver .container dt i {
	font-weight:400;
	font-size:1.1375rem;
	color:#228EFF;
	margin-right:0.3125rem;
	line-height:1.09375rem;
	font-style:normal;
	display:inline-block;
	font-weight:bold;
	font-style:oblique;
}

.naver .container dd{
	margin:0px;
}

.naver .container dd a {
	margin:0px;
	font-weight:400;
	font-size:1.1375rem;
	color:#646464;
	line-height:3.725rem;
	display:block;
	padding:0 2.9rem;
}
.naver .container dd.on a,.naver .container dd a:hover {
	background-color:#228EFF;
	color:#fff;
}

.webhide{
	display: none;
}



.top-c .item h4 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.25rem;
    color: #FFFFFF;
    margin-bottom: 2.0833333333333335rem;
}

.top-c .item h4 img {
    width: 1.40625rem;
    margin-right: 0.625rem;
    display: block;
}

.copyright {
    padding: 0.625rem 0;
    background: #3F9CFD;
}

.section1 {
	padding:1.0416666666666667rem 0rem;
}
.section1 .container {
	justify-content:space-between;
	display:flex;
	padding:0;
	position:relative;
}

.container:before,.container:after {
   display: none; /* 隐藏伪元素 */
}

.clearfix:before,.clearfix:after {
    display: none; /* 隐藏伪元素 */
}

.section1 .container .ltab {
	width:15.5rem;
}
.section1 .container .ltab li a {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:4.31rem;
	background:#FFFFFF;
	border-radius:0.10416666666666667rem;
	padding:0 0.8666666666667rem;
}
.section1 .container .ltab li {
	margin-bottom:0.36458333333333337rem;
}
.section1 .container .ltab .item>a:hover {
	background:#228EFF;
}
.section1 .container .ltab li img {
	width:2.4833333333333335rem;
	display:block;
	margin-right:18px;
}
.section1 .container .ltab li .txt {
	width:calc(100% - 3.125rem);
}
.section1 .container .ltab li .txt h4 {
	margin:0;
	font-weight:500;
	font-size:1.13rem;
	color:#000000;
	line-height:1.375rem;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.section1 .container .ltab li .txt h5 {
	margin:0;
	font-weight:400;
	font-size:1rem;
	color:#848484;
	line-height:1.1375rem;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.section1 .container .ltab li a:hover h5,.section1 .container .ltab li a:hover h4 {
	color:#fff;
}
.section1 .container .ltab li:last-child {
	margin-bottom:0;
}
.section1 .container .swiperban {
	width:40.895833333333336rem;
	height:23rem;
	border-radius:0.24rem;
	overflow:hidden;
	position:relative;
}
.section1 .container .swiperban .spans {
	position:absolute;
	left:0;
	right:0;
	bottom:0.625rem;
	z-index:1;
	text-align:center;
}
.section1 .container .swiperban .spans span {
	width:0.5208333333333334rem;
	height:0.5208333333333334rem;
	background:#A0A0A0;
	border-radius:50%;opacity: 1;
	margin:0 0.15625rem;
}
.section1 .container .swiperban .spans span.swiper-pagination-bullet-active {
	background:#fff;
}
.section1 .container .rt {
	flex-direction: column;
	align-items: stretch;
	width:15.5rem;
	background-color:#fff;
	border-radius:0.10416666666666667rem;
	height:23rem;
}
.ctit {
	line-height:2.916666666667rem;
	padding-left:0.8854166666666667rem;
	background:url(../images/uico6.png) no-repeat left center/0.24833333333333334rem auto #E5F3FF;
	font-weight:bold;
	font-size:1.1375rem;
	color:#228EFF;
	display:flex;
	justify-content:space-between;
	padding-right: 0.5rem;
}
.swiperlist {
	height:calc(100% - 3.6458333333333335rem);
	overflow:hidden;
	margin:0.5208333333333334rem;
}
.unews {
	padding:0.68333333333334rem;
}
.swiperlist .unews {
	padding:0;
}

.unews li a {
	font-weight:400;
	font-size: 0.89167rem;
	color:#434343;
	line-height:1.38rem;
	background:url(../images/uico7.png) no-repeat left 0.6rem/0.1825rem auto;
	padding-left:0.5208333333333334rem;
	display:block;
	overflow:hidden;
}
.unews li a:hover {
	color:#228EFF;
	background:url(../images/uico7-1.png) no-repeat left 0.6rem/0.1825rem auto;
}
.unews li {
	margin-bottom:0.4166666666666667rem;
}

/* 设置容器的宽度，确保文字会超出并进行截断 */
.swiperlist .swiper-slide a {
   display: -webkit-box;            /* 使用伸缩容器 */
  -webkit-box-orient: vertical;    /* 设置为垂直方向排列 */
  -webkit-line-clamp: 2;           /* 设置显示两行文本，超出的部分会被省略 */
  overflow: hidden;            /* 隐藏超出的文字部分 */
  text-overflow: ellipsis;     /* 使用省略号表示超出的文字 */
}

 .item1 .unews li a {
  display: -webkit-box;            /* 使用伸缩容器 */
  -webkit-box-orient: vertical;    /* 设置为垂直方向排列 */
  -webkit-line-clamp: 2;           /* 设置显示两行文本，超出的部分会被省略 */
  overflow: hidden;            /* 隐藏超出的文字部分 */
  text-overflow: ellipsis;     /* 使用省略号表示超出的文字 */
} 



.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}
.section1 .container .swiperban .spans{
	margin:0px;
}

#main-content .section2{
	margin:0px;
}

.section2 .container {
	display:flex;
	justify-content:space-between;
}
.section2 .item1 {
	width:24.7666666666668rem;
	height: 19.37rem;
	border-radius:0.10416666666666667rem;
	background-color:#fff;
}
.section2 .item1 li {
	margin-bottom:0.4rem;
}
.section2 .item1 li a {
	font-size: 1rem;
}
.section2 .item2 {
	width:31.32rem;
	background:#FFFFFF;
	border-radius:0.10416666666666667rem;
}
.section2 .item2 ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	flex-container:container;
	padding:0.40833333333333334rem 1.09375rem 0.4166666666666667rem;
}
.section2 .item2 ul li {
	width:calc((100% - 1.0416666666666667rem)/2);
	margin:0.58333333333337rem 0 0;
}
.section2 .item2 ul li a {
	display:flex;
	align-items:center;
	background:#F7F7F7;
	height: 2.43125rem;
	border-radius:0.10416666666666667rem;
	padding:0 1.25rem;
	justify-content:space-between;
}
.section2 .item3 li a:hover {
	background:#228EFF;
}
.section2 .item2 ul li a:hover {
	background:#E5F3FF;
}
.section2 .item2 .ico {
	width:1rem;
	height:1rem;
	overflow:hidden;
}
.section2 .item2 .ico img {
	width:100%;
	height:100%;
	display:block;
	object-fit:contain;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.section2 .item3 li a:hover .ico img,.section2 .item2 a:hover .ico img {
	transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	/* IE 9*/
	-moz-transform:translateY(-100%);
	/* Firefox*/
	-webkit-transform:translateY(-100%);
	/* Safari 和 Chrome*/
	-o-transform:translateY(-100%);
}
.section2 .item2 h4 {
	display: flex;
    font-weight: 400;
    font-size: 1rem;
    color: #646464;
    line-height: 1.09375rem;
    width: calc(100% - 1.25rem);
    word-break: keep-all;
    white-space: nocontainer;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
}
.section2 .item3 li a:hover h4 {
	color:#fff;
}
.section2 .item2 a:hover h4 {
	color:#228EFF;
}
.section2 .item3 {
	width:15.5rem;
	background:#fff;
	border-radius:0.10416666666666667rem;
	overflow:hidden;
}
.section2 .item3 ul {
	padding:0.4458333333333337rem 0.625rem;
}
.section2 .item3 li {
	margin-top:0.5333333333337rem;
}
.section2 .item3 li a {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 0.7291666666666667rem;
	background:#F7F7F7;
	height:2.4833333333333335rem;
	border-radius:0.10416666666666667rem;
}
.section2 .item3 li .ico {
	width:1.25rem;
	height:1.25rem;
	overflow:hidden;
}
.section2 .item3 li .ico img {
	width:100%;
	height:100%;
	display:block;
	object-fit:contain;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.section2 .item3 li h4 {
	width:calc(100% - 1.7708333333333335rem);
	word-break:keep-all;
	white-space:nocontainer;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:400;
	font-size: 1rem;
	color:#272727;
	line-height:1.09375rem;
}

#main-content .section3 {
    overflow: hidden;
    margin-bottom: 0px;
}

.section3 .container {
	margin-top:1.0416666666666667rem;
	display:flex;
	justify-content:space-between;
	flex-container: container;
}
.section3 .container a {
	width:calc((100% - 0.625rem)/2);
	margin-bottom: 10px;
	display:block;
}
.section3 .container img {
	width:100%;
	display:block;
}
.ctit.flax {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-right:0.5rem;
}
.ctit a {
	font-size:1rem;
	color:#2892ff;
}
.section4 .container {
	margin-top:1.0416666666666667rem;
}
.ctit h4 {
	font-weight:bold;
	font-size:1.1375rem;
	margin:0;
	line-height: inherit;
}
.section4 .container {
	background:#FFFFFF;
	border-radius:0.20833333333333334rem;
}
.section4 ul {
	display:flex;
	flex-wrap:wrap;
	padding:0.5208333333333334rem;
	justify-content:space-between;
}
.section4 ul li {
	width:calc((100% - 2.604166666666667rem)/2);
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.section4 ul a {
	display:flex;
	align-items:center;
	width:50%; 
	justify-content:space-between;
	padding-left:0.8333333333333334rem;
	background:url(../images/uico8.png) no-repeat left center/0.31rem auto;
}
.section4 ul a h4 {
	font-size:1rem;
	color:#434343;
	line-height:2.275rem;
	/* width:60%; */
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:normal;
	margin:0px;
}
.section4 ul a:hover {
	background:url(../images/uico8-1.png) no-repeat left center/0.31rem auto;
}
.section4 ul a:hover h4 {
	color:#228EFF;
}
.section4 ul a h6 {
	font-weight:400;
	font-size:1rem;
	color:#228EFF;
	line-height:2.275rem;
	/* width:40%; */
	word-break:keep-all;
	white-space:nocontainer;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:right;
	margin:0px;
}
.section5 .container {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:1.0416666666666667rem;
}
.section5 .item4 {
	width:calc((100% - 1.0416666666666667rem)/2);
	background:#fff;
	border-radius:0.20833333333333334rem;
	height: 22.66rem;
	overflow: hidden;  /* 超出容器的内容会被隐藏 */
}
.section5 .item4 .unews li a {
	font-size:1rem;
	white-space: nowrap;
	overflow: hidden;            /* 隐藏超出的文字部分 */
  	text-overflow: ellipsis;     /* 使用省略号表示超出的文字 */
}
.section5 .item4 .unews li {
	margin-bottom:0.5208333333333334rem;
}
.ctit i {
	display:inline-block;
	font-size:0.78125rem;
	color:#737373;
	margin-left:0.625rem;
	font-style: normal;
}
.section5 .item4 .map {
	height:calc(100% - 3.4895833333333335rem);
	margin:0.5208333333333334rem 0.8333333333333334rem;
}
.ulist .container {
	display:flex;
	flex-container: container;
	margin-top:1.0416666666666667rem;
}
.ulist .container a {
	width:calc((100% - 2.0833333333333335rem)/3);
	display:block;
	border-radius:0.10416666666666667rem;
	margin: 0 1rem 1rem 0;
	overflow:hidden;
}
.ulist .container a:nth-child(3n){
	margin-right: 0;
}
.ulist .container a img {
	width:100%;
	object-fit:cover;
	display:block;
	height:100%;
}

.item ul li a:hover {
  color: #0066CC;
}

.sub-ment li a{
	height:3rem !important;
}

.rt .search img {
    display: block;
    margin-right: 0.329166666666667rem;
}

.contact-list{
	display:none;
}

.item b:hover + .contact-list {
  display: block;
  z-index:111;
}