@media (max-width: 480px) {
  .web-content-1 {
    display: block !important;
  }
  .rightNav {
    display: none;
  }
  /*.page_case {*/
  /*    display: block !important;*/
  /*}*/
  .page_case > li {
    width: auto !important;
    border: none !important;
  }
  .crumb-list {
    padding: 20px !important;
    border: none !important;
    background: #FFF !important;
  }
  .field-info {
    height: auto !important;
    padding: 20px !important;
    border: none !important;
  }
  .news-list {
    padding: 80px 0 0 0 !important;
  }
  .news-list .text-box > .web-title-2,
  .news-list .text-box > h2 {
    /*max-width: 135px !important;*/
  }
  .solution {
    padding: 80px 0 0 0 !important;
  }
  .solution .fix {
    justify-content: center;
  }
}
.solution {
  padding: 120px;
  box-sizing: border-box;
  display: flex;
  background: #F7F7F7;
  justify-content: center;
  gap: 20px;
}
.solution .solution_list .page_case {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 12px;
}
.solution .solution_list .page_case > li {
  display: inline-block;
  padding: 8px 16px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #045AFE;
}
.solution .solution_list .page_case .thisclass {
  background: #045AFE;
  color: #fff;
}
.solution .solution_list .fix {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1025px;
}
.solution .solution_list .fix li {
  width: 327px;
  height: 409px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 0px 0px;
}
.solution .solution_list .fix li img {
  width: 100%;
  height: 177px;
  /*object-fit: cover;*/
}
.solution .solution_list .fix li .web-title-2,
.solution .solution_list .fix li h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution .solution_list .fix li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
}
.solution .text-box {
  padding: 12px;
  box-sizing: border-box;
}
.solution .head-btn {
  justify-content: center;
  margin-bottom: 20px;
}
.solution .detail {
  background: #FFFFFF;
}
.solution .detail > a {
  color: #045AFE !important;
}
.solution .remark {
  margin-top: 12px;
}
.rightNav {
  width: 100%;
  max-width: 325px;
  background: #FFFFFF;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.rightNav > img {
  width: 100%;
  max-height: 324px;
  background: #045afe;
  object-fit: cover;
}
.rightNav .content {
  padding: 0 12px;
  box-sizing: border-box;
}
.rightNav .content > img {
  width: 170px;
  display: block;
  margin: 60px auto 0 auto;
}
.rightNav .content .line {
  width: 100%;
  height: 1px;
  background: #045afe;
  margin: 20px 0;
}
.rightNav .content .web-title-2,
.rightNav .content h2 {
  font-weight: 500;
  font-size: 18px !important;
  color: #FE4004;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.rightNav .content .article-list {
  display: flex;
  flex-direction: column;
  min-height: 200px;
  gap: 12px;
}
.rightNav .content .article-list > a {
  display: block;
  padding: 10px 12px;
  box-sizing: border-box;
  background: #F5F7FA;
  border-radius: 12px 12px 12px 12px;
  color: #000 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-list_,
.article-list_ > div {
  text-indent: 2em;
}
.rightNav .content .article-list > a:hover {
  color: #045AFE !important;
}
.rightNav .content .article-list > a > .web-title-2,
.rightNav .content .article-list > a > h2 {
  font-size: 16px !important;
  color: #343434;
  line-height: 19px;
  text-align: left !important;
}
.rightNav .content .article-list > a > .text {
  font-size: 12px;
  color: #B3B3B3;
  line-height: 14px;
  text-indent: 2em;
}
.rightNav .content .article-list > a .time {
  font-size: 10px;
}
.tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.tag-list > a {
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  background: #3F9EFF;
  border-radius: 4px 4px 4px 4px;
}
.art_con .crumb-list {
  /*   width: 100%;
    height: 96px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #CBCBCB;
    padding: 36px 72px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 60px 0;*/
  width: 100%;
  padding: 22px 58px;
  display: flex;
  align-items: center;
  margin: 24px 0px;
  font-size: 16px;
  font-weight: 600;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.art_con .crumb-list > img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.art_con .head-info {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.art_con .head-info > img {
  /*width: 160px;*/
  height: 160px;
  background: #D9D9D9;
  border-radius: 23px 23px 23px 23px;
  margin-right: 40px;
  object-fit: cover;
}
.art_con .head-info > div {
  min-height: 160px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.head-info .head-title {
  font-size: 24px;
  color: #000000;
}
.fangan_left .field-info {
  width: 100%;
  min-height: 96px;
  background: #F5F7F9;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #CBCBCB;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
#view_article_meeting_news .fangan_left .web-title-1 {
  text-align: center !important;
}
.field-info .tag-list {
  margin-bottom: 0;
}
.potion-tool {
  width: 100%;
  min-height: 79px;
  background: #E9F2FF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #4EAEFF !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 33px;
  margin: 40px 0;
}
.info_body {
  min-height: 300px;
}
.b-br {
  background: #F5F7FA;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #64B8FF;
  box-sizing: border-box;
}
.b-br_ {
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #FFE4DC 0%, rgba(255, 255, 255, 0.42) 61px);
}
.bv {
  background: #F6F8FF;
  padding-bottom: 120px;
}
.content7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.content7 > .list > img {
  width: 100%;
  height: 200px;
  /*object-fit: contain;*/
}
.content7 p {
  margin: 0;
}
.content7 > div {
  width: 375px;
  height: 365px;
  background: #fff;
}
.content7 > div .hr {
  border-bottom: 1px solid #eee;
}
.content7 > div .hr:last-child {
  border: none;
}
.content7 > div .uk-article {
  padding: 12px;
  box-sizing: border-box;
  margin-top: 0;
}
.content7 > div .uk-article-title {
  font-size: 20px !important;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.content7 > div .uk-article-meta {
  margin: 0;
}
.content7 > div .ex {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content7 > div .ex3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*********新闻*********/
.news-list {
  width: 100%;
  padding: 120px;
  box-sizing: border-box;
  display: flex;
  background: #F7F7F7;
  margin-top: -82px;
}
.news-list .news-list-item {
  flex: 1;
}
.news-list .news-list-item .page_case {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 12px;
  flex-wrap: wrap;
}
.news-list .news-list-item .page_case > li {
  display: inline-block;
  padding: 8px 16px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #045AFE;
  flex-shrink: 0;
}
.news-list .news-list-item .page_case .thisclass {
  background: #045AFE;
  color: #fff;
}
.news-list .news-list-item .fix {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news-list .news-list-item .fix li {
  width: 100%;
  /*height     : 241px;*/
  background: #FFFFFF;
  border-bottom: 1px solid #E3E3E3;
}
.news-list .news-list-item .fix li > div {
  flex: 1;
  overflow: hidden;
}
.news-list .news-list-item .fix li > div .web-title-2 {
  font-size: 18px !important;
}
.news-list .news-list-item .fix li > div .web-title-2,
.news-list .news-list-item .fix li > div h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .news-list-item .fix li > div p {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
}
.news-list .text-box {
  padding: 10px 20px;
  box-sizing: border-box;
}
.news-list .head-btn {
  justify-content: center;
  margin-bottom: 20px;
}
.news-list .detail {
  background: #FFFFFF;
}
.news-list .remark {
  width: 100%;
  gap: 30px;
}
.relevant-article .content {
  min-height: 100px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.relevant-article .content a {
  display: inline-block;
  width: 45%;
  color: #000;
}
.top-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 20px;
}
input {
  border: 0;
  /*清除自带的2px的边框*/
  padding: 0;
  /*清除自带的padding间距*/
  outline: none;
  /*清除input点击之后的黑色边框*/
}
.search-box {
  width: 252px;
  position: relative;
}
.search-box .search-input {
  width: 252px;
  height: 41px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #B2B2B2;
  padding: 0 40px 0 20px;
  box-sizing: border-box;
}
.search-box > img {
  width: 20px;
  height: 20px;
  object-fit: scale-down;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}
.r-top-img {
  border-radius: 10px;
  margin-bottom: 20px;
  width: 325px;
  height: 325px;
}
.r-top-img > .h1 {
  padding-top: 30px;
  font-weight: 500;
  font-size: 26px;
  color: #333333;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
}
.r-top-img .h2 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.r-top-img-back1 {
  background: url(../image/news-bar.png) no-repeat;
  background-size: cover;
}
.r-top-img-back2 {
  background: url(../image/news-bar.png) no-repeat;
  background-size: cover;
}
.article-box {
  border-radius: 12px 12px 12px 12px;
  background: #f5f7fa;
  padding: 10px 12px;
  position: relative;
}
.article-box:hover {
  background: #d6daec;
}
.article-box a {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-title {
  font-weight: bold;
  font-size: 16px;
  color: #444;
  line-height: 22px;
  margin-bottom: 4px;
  font-family: "Microsoft YaHei";
}
.article-content {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  font-family: "Microsoft YaHei";
}
.rightNav {
  background: transparent;
}
.content .line {
  background: #e5e5e5 !important;
}
.rightNav_ {
  padding: 12px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.crumb-list {
  /*   background: #f5f7f9;
    border: 1px solid #cbcbcb;*/
}
.title-img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.article-time {
  font-weight: 400;
  font-size: 10px;
  color: #b3b3b3;
  line-height: 14px;
  margin-top: 6px;
}
.news-list .remark span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
#view_article_meeting_news .news-list .remark {
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .news-list .remark {
    gap: 5px !important;
  }
  .news-list .remark span {
    flex-shrink: 0;
  }
  .news-list .text-box {
    padding: 0 !important;
  }
  .news-list .news-list-item .fix li {
    height: auto !important;
    overflow: hidden;
  }
  .news-list .news-list-item .fix li > div {
    overflow: hidden;
  }
  .news-list .news-list-item .fix li > div h2 {
    width: 100%;
    font-size: 22px;
    max-width: 100% !important;
    margin: 0;
  }
  .news-list .news-list-item .fix > .flex {
    padding: 20px 10px;
  }
  .news-list .news-list-item .solu_img {
    height: 70px !important;
  }
  .news-list .news-list-item .intro {
    margin: 10px 0 !important;
  }
  .news-list .news-list-item a {
    flex-shrink: 0;
  }
}
#body1200 .r-top-img {
  background: linear-gradient(180deg, #068ced 0%, #222aaf 100%), rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  margin-bottom: 20px;
}
#body1200 .article-box {
  border-radius: 12px 12px 12px 12px;
  background: #f5f7fa;
  padding: 10px 12px;
  position: relative;
}
#body1200 .article-box:hover {
  background: #d6daec;
}
#body1200 .article-box a {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
#body1200 .text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#body1200 .rightNav {
  background: transparent;
}
#body1200 .content .line {
  background: #e5e5e5 !important;
}
#body1200 .rightNav_ {
  padding: 12px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
#body1200 .crumb-list {
  background: #f5f7f9;
  border: 1px solid #cbcbcb;
}
#body1200 .title-img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
#body1200 .article-time {
  font-weight: 400;
  font-size: 10px;
  color: #b3b3b3;
  line-height: 14px;
  margin-top: 6px;
}
@media (max-width: 480px) {
  #body1200 .top-bar form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #body1200 .solution {
    padding-top: 0 !important;
  }
  #body1200 .solution_list .text-box h2,
  #body1200 .solution_list .text-box h2 a {
    font-size: 20px !important;
  }
  #lists_article_weixin_meeting_news .news-list-item .text-box .web-title-2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
}
#body1200 .solution_list a .text-box span,
#body1200 .solution_list a .text-box p {
  color: #333 !important;
}
#view_article_meeting_news .article-box {
  border-radius: 12px 12px 12px 12px;
  background: #F5F7FA;
  padding: 10px 12px;
  position: relative;
}
#view_article_meeting_news .article-box:hover {
  background: #d6daec;
}
#view_article_meeting_news .article-box a {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
#view_article_meeting_news .text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view_article_meeting_news .rightNav {
  padding-bottom: 12px;
}
#view_article_meeting_news .rightNav .content .line {
  background: #E5E5E5;
}
#view_article_meeting_news .crumb-list {
  background: #f7f7f7;
  /* border : 1px solid #CBCBCB;*/
}
#view_article_meeting_news .title-img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
#view_article_meeting_news .article-time {
  font-weight: 400;
  font-size: 10px;
  color: #B3B3B3;
  line-height: 14px;
  margin-top: 6px;
}
@media (max-width: 480px) {
  #view_article_meeting_news .potion-tool {
    display: block !important;
  }
  #view_article_meeting_news .fangan_con .info_body {
    min-height: unset !important;
  }
  #view_article_meeting_news .crumb-list span {
    display: block;
    max-width: 100%;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #view_article_meeting_news .fangan_con .info_body img {
    height: auto !important;
  }
  #view_article_meeting_news .fangan_left .web-title-1 {
    text-align: center !important;
  }
  /*.info_body img {*/
  /*    max-width: 80% !important;*/
  /*}*/
  .fangan_right {
    display: none !important;
  }
  .crumb-list {
    display: none !important;
  }
}
#view_article_meeting_plan .article-box {
  border-radius: 12px 12px 12px 12px;
  background: #F5F7FA;
  padding: 10px 12px;
  position: relative;
}
#view_article_meeting_plan .article-box:hover {
  background: #d6daec;
}
#view_article_meeting_plan .article-box a {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
#view_article_meeting_plan .text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view_article_meeting_plan .rightNav {
  padding-bottom: 12px;
}
#view_article_meeting_plan .rightNav .content .line {
  background: #E5E5E5;
}
#view_article_meeting_plan .crumb-list {
  background: #F5F7F9;
  border: 1px solid #CBCBCB;
}
#view_article_meeting_plan .title-img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
#view_article_meeting_plan .article-time {
  font-weight: 400;
  font-size: 10px;
  color: #B3B3B3;
  line-height: 14px;
  margin-top: 6px;
}
#view_article_meeting_news .relevarticle ul.fix {
  display: flex;
  gap: 20px !important;
  flex-wrap: wrap;
  flex-direction: unset !important;
}
#view_article_meeting_news .relevarticle ul.fix li {
  width: 260px;
  overflow: hidden;
}
#view_article_meeting_news .news-list .news-list-item {
  padding: 20px !important;
}
#view_article_meeting_news .news-list .news-list-item .page_case > li {
  /*border: 0 !important;*/
  /*background: transparent;*/
}
#view_article_meeting_news .news-list .news-list-item .page_case .thisclass {
  /*background: #045AFE;*/
}
#view_article_meeting_news .news-list {
  padding: 0 !important;
}
@media (max-width: 480px) {
  #view_article_meeting_plan .potion-tool {
    display: block !important;
  }
  #view_article_meeting_plan .fangan_con .info_body {
    min-height: unset !important;
  }
  #view_article_meeting_plan .crumb-list span {
    display: block;
    max-width: 100%;
  }
  #view_article_meeting_plan .head-info {
    max-width: 100% !important;
    margin-bottom: 0 !important;
  }
  #view_article_meeting_plan .art_con .head-info > div {
    min-height: unset !important;
  }
  #view_article_meeting_plan .head-info img {
    width: 100% !important;
    object-fit: fill !important;
    height: auto !important;
    margin-right: 0 !important;
  }
  #view_article_meeting_plan .head-info .web-title-2 {
    text-align: center !important;
    margin: 25px 0 20px;
  }
  #view_article_meeting_plan .head-info .head-btn {
    justify-content: center;
  }
  #view_article_meeting_plan .head-info p {
    display: none !important;
  }
  #view_article_meeting_plan .head-info .head-title {
    margin: 20px 0;
  }
  #view_article_meeting_plan .fangan_con .info_body img {
    height: auto !important;
  }
  #view_article_meeting_plan .art_con .head-info {
    display: block;
  }
  #view_article_meeting_news .news-list .news-list-item {
    padding: 20px 0 !important;
  }
  .content6-content {
    padding: 0 12px;
    box-sizing: border-box;
  }
  .content6-content .left-list .list {
    width: 95vw !important;
  }
  .content6-content .content6-news-list {
    width: 95vw !important;
  }
}
.content6 {
  padding-bottom: 120px;
  background: #F2F5FA;
}
.content6 .content6-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.content6 .content6-content .uk-article-title {
  font-size: 24px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.content6 .content6-content .uk-text-lead {
  font-size: 16px !important;
}
.content6 .content6-content .uk-article-meta {
  font-size: 14px !important;
}
.content6 .content6-content .left-list {
  width: 904px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.content6 .content6-content .left-list > div {
  width: 442px;
  height: 409px;
  background: #FFFFFF;
}
.content6 .content6-content .left-list > div .hr {
  border-bottom: 1px solid #eee;
}
.content6 .content6-content .left-list > div .hr:last-child {
  border: none;
}
.content6 .content6-content .left-list > div .uk-article {
  padding: 12px;
  box-sizing: border-box;
  margin-top: 0;
}
.content6 .content6-content .left-list > div .uk-article-meta {
  margin: 6px 0 20px 0;
}
.content6 .content6-content .left-list > div .ex {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content6 .content6-content .left-list > div .ex3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content6 .content6-content .content6-news-list {
  background: #fff;
  width: 442px;
  padding: 0 26px;
  box-sizing: border-box;
}
.content6 .content6-content .content6-news-list .ex {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.content6 .content6-content .content6-news-list .uk-text-lead {
  margin: 0 0 12px 0;
}
.content6 .content6-content .content6-news-list .uk-article {
  margin-top: 5px !important;
}
.content6 .content6-content .content6-news-list .hr {
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}
.content6 .content6-content .list > img {
  width: 100%;
  height: 221px;
  object-fit: scale-down;
}
.content6 .content6-content p {
  margin: 0;
}
