.topqb {
  height: 1.2rem !important;
}

.dbdm {
  background: #051C36 !important;
  height: .4rem !important;
  line-height: .4rem !important;
}

.dbdm .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.langw {
  width: 2rem !important;
  opacity: .9;
}

.tab_web {
  font-size: .16rem !important;
}

.dblxwm:hover,
.tab_web:hover {
  color: #E60000 !important;
  font-weight: bold !important;
}

.dbder {
  padding-top: 0 !important;
  height: .85rem !important;
  display: flex;
  align-items: center;
  box-shadow: 0 .04rem .04rem 0 rgba(0, 0, 0, 0.05);
}

.dbder .fr {
  height: 100% !important;
}

.szhfw {
  font-size: .2rem !important;
  padding: 0 !important;
  margin: 0 .21rem !important;
  display: flex;
  align-items: center;
  white-space: nowrap;
}


.langRight {
  margin-right: .15rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.langRight img {
  width: 24px;
  height: 15px;
  position: relative;
}

.lhrjysz {
  height: 100% !important;
  line-height: .85rem !important;
}

.top-nav .inp:after {
  top: .04rem !important;
  right: .1rem !important;
  background-size: 100%;
}

.top-nav .nav1 .link:hover::after {
  height: .02rem !important;
}

.newHideTop {
  opacity: 1;
  box-shadow: inset 0 0 .06rem 0 rgba(0, 0, 0, 0.1);
}

.newLogo {
  margin-top: .18rem;
}

.newHidetitle {
  background: none !important;
  border-bottom: none !important;
  padding: .3rem 0;
  background-color: #ffffff;
}

.qmmBusiness .q_secd .wrapper {
  justify-content: flex-start !important;
}

.qmmBusiness .q_secd .wrapper a {
  width: 23% !important;
  color: black !important;
}

.lineHideT {
  display: block;
  width: 15%;
  position: absolute;
  height: .01rem;
  background: #ccc;
}

.top-nav .nav2 .link>a:after {
  width: 40% !important;
  bottom: 0;
}

.top-nav .nav2 .link:hover>a::after {
  border-bottom: .02rem solid #e60000 !important;
}

#hideTitleList {
  color: black !important;
  font-size: .2rem !important;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#hideTitleList:hover {
  color: #e60000 !important;
}

#gsd:hover {
  color: #e60000 !important;
  font-weight: normal !important;
}

.q_nvitem {
  font-size: .16rem !important;
  padding-left: 0 !important;
}

.q_nvitem:hover {
  color: #e60000 !important;
  font-weight: normal !important;
}

.aboutusItem {
  font-size: .2rem !important;
  color: black !important;
  font-weight: bold;
}

.aboutusItem:hover {
  color: #e60000 !important;
}

.newbanner {
  margin-top: 0 !important;
}

.newSzjs {
  height: 3.5rem;
  position: absolute;
  top: 3.5rem;
  left: 10%;
  width: 80%;
  background: #f6faff;
  border-radius: .08rem;
  box-shadow: 0 .2rem .45rem .02rem #dee9f8;
  padding: .5rem .6rem;
  transition: top .5s;
}

.newSzjs h2 {
  font-size: .36rem;
  font-weight: 700;
  text-align: LEFT;
  color: #000000;
  line-height: .36rem;
  margin-bottom: .3rem;
}

.newSzjs p {
  font-size: .24rem;
  font-weight: 400;
  text-align: LEFT;
  color: #444444;
  line-height: .39rem;
}

.szjsRone {
  min-height: 5rem;
  width: 80%;
  margin: 4rem auto 0;
}

.bfhzqy {
  width: 80%;
  margin: 2.1rem auto 0.5rem;
}

.topTabs {
  text-align: center;
  margin-bottom: 0.5rem;
}

.szjsRone .topTabs {
  margin-bottom: 1.32rem;
}

.topTabs span {
  display: inline-block;
  border-radius: .95rem;
  box-shadow: 0 .2rem .45rem .02rem #dee9f8, 0 .2rem .45rem .02rem #dee9f8;
  height: .65rem;
  line-height: .65rem;
  font-size: .2rem;
  padding: 0 .25rem;
  margin-right: .4rem;
  cursor: pointer;
  transition: color .5s, background .5s;
}

.topTabs span:nth-last-child(1) {
  margin-right: 0;
}

.activeCyj {
  background: #e60000;
  color: #f6faff;
}

.cardCyj {
  position: relative;
  width: 3.52rem;
  height: 4.1rem;
  box-shadow: 0rem 0.2rem 0.45rem 0.02rem #dee9f8;
  margin-left: 0.28rem;
  padding: .35rem;
  transition: color .3s;
}

.cardCyj a::after {
  content: "";
  background: radial-gradient(at top, #295b7c 0, #12283c 53.1%, #060f22 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .5s ease;
  z-index: -1;
}

.cardCyj:hover .titleSzjs,
.cardCyj:hover .contSzjs {
  color: white !important;
}

.contSzjs {
  height: 1.4rem;
  font-size: 0.18rem;
  color: #333333;
  line-height: .34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.cardCyj:hover a::after {
  opacity: 1;
}

/* .titleSzjs::after {
  content: "›";
  font-size: .3rem;
  display: inline-block;
  margin-left: -0.7rem;
  position: relative;
  right: -0.8125rem;
  transition: right .3s, color .3s;
  color: #d62027;
} */

.topImgSzjs {
  height: .95rem;
  width: .95rem;
  position: relative;
  margin: 0 auto;
}

.topImgSzjs::before {
  content: "";
  background-color: #e9eff7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.topImgSzjs::after {
  content: "";
  border: .03rem solid #d62027;
  border-radius: 50%;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: .9rem;
  height: .9rem;
  z-index: 1;
  opacity: 0;
  /* transition: opacity .3s ease; */
}

.cardCyj:hover .topImgSzjs::after {
  opacity: 1;
}

/* .cardCyj:hover .titleSzjs::after {
  right: -0.9rem;
  color: #4BA4FF;
} */

.topImgSzjs img {
  height: 60%;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.cardCyjPage {
  width: 2.28rem;
  height: 1.6rem;
  border-radius: 0.04rem;
  box-shadow: 0rem 0.2rem 0.45rem 0.02rem #dee9f8, 0rem 0.2rem 0.45rem 0.02rem #dee9f8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.3rem;
  margin-bottom: 0.3rem;
  background: white;
  position: relative;
  top: 0;
  transition: top .5s;
}

.cardCyjPage:hover {
  top: -.1rem;
}

.cardCyjPage img {
  width: 2rem;
  height: 1.02rem;
}

.hzhbmore {
  text-align: center;
  padding: .77rem 0 1.23rem 0;
}

.lasHzhbmore {
  display: inline-block;
  border-radius: 0.95rem;
  padding: .08rem .25rem;
  color: #E60000;
  border: .001rem solid #E60000;
  cursor: pointer;
}

.hzhbjcy,
.hzhbgdy {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 86.2%;
}

.hzhbjcy .jcyeq,
.hzhbgdy .gdyeq {
  margin-bottom: .2rem;
  width: 3rem;
  height: 2.1rem;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
}

.lasHzhbmore:hover {
  color: white;
  background: #E60000;
}

.hzhbTopcard {
  width: 16.06rem;
  height: 2.57rem;
  position: absolute;
  left: 8.1%;
  top: .54rem;
  border-radius: 0.08rem;
  display: flex;
  justify-content: space-between;
}

.hzhbTopcard .singleTopcard {
  width: 3.88rem;
  height: 100%;
  background: white;
  border-radius: 0.04rem;
  box-shadow: 0rem 0.2rem 0.45rem 0.02rem #dee9f8;
}

.singleTopcard h2 {
  margin: 0.05rem;
  height: 1rem;
  border-bottom: 0.01rem solid #eee;
  font-weight: 500;
  font-size: .25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.singleTopcard .hzhbTotal,
.singleTopcard .hzhbTotalgs {
  display: flex;
  justify-content: space-around;
  margin: .3rem 0 .1rem 0;
}

.singleTopcard .hzhbTotalgs {
  margin: 0
}

.hzhbNumbergs {
  font-size: 0.16rem;
  font-weight: 500;
  flex: 1
}

.hzhbNumber {
  font-size: 0.18rem;
  color: #E60000;
  font-weight: 600;
  flex: 1
}

.hzhbTotal span {
  font-size: .3rem;
  font-weight: bold;
}

.dreamer-location {
  display: flex;
  flex-wrap: wrap;
  margin-top: .30rem;
}

.dreamer-location li {
  display: inline-block;
  white-space: nowrap;
}

.dreamer-location a:hover {
  color: #E60000;
}

.dreamer-location li:before {
  content: '>';
  margin: 0 .1rem;
  color: #aaa;
  font-size: .2rem;
}

.dreamer-location li:first-child:before {
  content: '';
  margin: 0;
}

.dreamer-location li a {
  display: inline-block;
  /* width: 3rem !important; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.gsxwPt {
  color: black;
}

.gsxwPt:hover {
  font-weight: bold;
}

.khfwCt p {
  text-align: center !important;
}

.article_list .part1 .tit,
.industry .part1 .tit,
.article_details .part3 .box a {
  color: black;
}

.article_list .part1 .tit:hover,
.industry .part1 .tit:hover,
.article_details .part3 .box .tit:hover {
  font-weight: 600;
  font-size: 0.2rem;
}

.article_list .part1 .img-box:hover img {
  /* transform: scale(1.1); */
}

.result .part1 .tit a {
  color: black;
}

.result .part1 .tit a:hover {
  color: #E60000;
}

.tooltipMap {
  padding: 0.1rem;
}

.tooltipC {
  padding: 0 8px;
  width: 2.8rem;
  max-height: 1.6rem;
  overflow: auto;
}

.tooltipC::-webkit-scrollbar-thumb {
  background-color: rgba(43, 129, 243, 0.9);
}

.tooltipTitle {
  width: 80%;
  text-align: center;
  background: #105ABB;
  position: fixed;
  top: -.01rem;
  left: 10%;
  padding: .05rem 0;
  border-radius: 0 0 .3rem .3rem;
  font-size: .16rem
}

.tooltipMsg {
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
  padding-bottom: .1rem;
  padding-top: .1rem;
  white-space: normal;
  text-align: justify;
}

.tooltipMsg:last-child {
  border-bottom: none;
}

.cardCyjQywh {
  width: 14.2rem;
  height: 6.1rem;
  margin: auto;
  margin-top: 1rem;
}

.cardCyjQywh img {
  width: 100%;
  height: 100%;
}

.cardCyjQywh .text {
  padding: .74rem 1.52rem 1.01rem 1.36rem;
  width: 4.82rem;
  height: 3.25rem;
}

.cardCyjQywh .text h2 {
  width: 4.72rem;
  height: 1.76rem;
  font-size: 0.5rem;
  font-weight: 700;
  color: #458cc8;
  line-height: 0.85rem;
  letter-spacing: .06rem;
}

.cardCyjQywh .text p {
  margin-top: .25rem;
  width: 4.82rem;
  height: 1.24rem;
  font-size: 0.23rem;
  font-weight: 400;
  color: #51575C;
  line-height: 0.41rem;
}

.swiper-pagination-bullet-active {
  background: #D9101E;
}

.gzpp .gzppContent {
  padding: 1rem 1rem 0 1rem;
}

.gzppContent .gzppCard {
  width: 100%;
  height: 7.98rem;
  display: flex;
}

.gzppCard img {
  width: 7.09rem;
  height: 7.98rem;
}

.gzppCardTit img {
  width: 6rem;
  height: 1.11rem;
  margin: 2.35rem 0 .6rem 1.5rem;
}

.gzppCardItem {
  width: 10rem;
  display: flex;
  justify-content: space-between;
}

.gzppCardItemSlg {
  width: 3.2rem;
  height: 2rem;
  box-shadow: 0rem 0.2rem 0.45rem 0.02rem #dee9f8;
  padding: .3rem .2rem;
}

.gzppCardItemSlg h2 {
  font-size: 0.2rem;
  font-weight: bold;
  font-style: normal;
}

.gzppCardItemSlg p {
  font-size: 0.15rem;
  font-weight: 400;
  color: #51575c;
  margin-top: .2rem;
  line-height: 1.5;
  font-style: normal;
}

.lxwmTzz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.8rem;
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding-bottom: .4rem;
}

.lxwmTzzCon {
  display: flex;
  align-items: center;
}

.lxwmTzzCon:nth-child(3) {
  margin-left: -9%;
}

.lxwmTzzCon img {
  width: 0.95rem;
  height: 0.95rem;
  background: #e9eff7;
  border-radius: 1.49rem;
  padding: .15rem;
  margin-right: .2rem;
}

.lxwmTzzText h2 {
  font-size: .16rem;
  color: #888888;
}

.lxwmTzzText p {
  font-size: .18rem;
  color: #494545;
  margin-top: .1rem;
  width: 2.6rem;
  line-height: 1.5;
}

.lxwmTzzLine {
  width: 40%;
  height: 0.7rem;
  position: absolute;
  left: 23%;
  border-left: 0.01rem solid #d8e1ec;
  border-right: 0.01rem solid #d8e1ec;
}

.hoverAlt:hover {
  top: 3.4rem;
}

.rightIcon {
  color: #D9101E;
  font-size: .3rem;
  font-weight: bolder;
  position: relative;
  top: 0.04rem;
  left: 0;
  transition: left .3s;
}

.szjsMore {
  text-align: center;
  padding-top: .2rem;
  padding-bottom: .81rem;
}

.personCardOut {
  padding: .5rem 0;
  display: grid;
  grid-gap: 0.3rem;
  grid-template-columns: repeat(3, 1fr);
}

.personCard {
  width: 100%;
  box-shadow: 0rem 0.2rem 0.45rem 0.02rem #dee9f8;
  transition: top 0.5s;
  position: relative;
  top: 0;
}

.personCard:first-child {
  margin-bottom: .2rem;
  grid-column: 1/4;
}

.personCard:hover {
  top: -0.1rem;
}

.personCard img {
  width: 100%;
  object-fit: cover;
}

.personCon {
  flex: 1;
  padding: .5rem .22rem;
}

.personCon h1 {
  font-weight: 700;
  font-size: .24rem;
}

.personCon h2 {
  margin: .15rem 0;
  font-size: .18rem;
  line-height: 0.25rem;
}

.personCon p {
  text-align: justify;
  font-size: .14rem;
  line-height: .25rem;
  height: 2.5rem;
  padding-right: 0.1rem;
  overflow-y: auto;
}

.personCon p::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.personCard:hover .personCon p::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.personCard:nth-child(1) {
  display: flex;
}

.personCard:nth-child(1) img {
  width: 5.4rem;
  margin-right: 0.34rem;
}

.personCard:nth-child(1) .personCon {
  padding: .3rem .32rem .3rem 0;
}

.personCard:nth-child(1) .personCon p {
  font-size: .16rem;
  line-height: .35rem;
  height: 1.4rem;
}

.personCard:nth-child(1) .personCon h1 {
  font-size: .32rem;
}

.personCard:nth-child(1) .personCon h2 {
  font-size: .2rem;
}

.socal {
  position: static;
  width: 98%;
  margin: .63rem auto;
  display: flex;
  padding: 0;
  box-shadow: 0rem 0.2rem 0.45rem 0.02rem #dee9f8;
  border-radius: .02rem;
}

.socal .img {
  display: flex;
  flex-direction: column;
}

.socal .img::before {
  content: '';
  flex: 1;
  background-color: #5ca1dc;
}

.socal img {
  width: 2.6rem;
  object-fit: cover;
}

.socal p {
  text-align: justify;
  margin: .4rem .5rem;
  font-size: 0.2rem;
  line-height: 0.4rem;
  height: 2.8rem;
  padding-right: 0.1rem;
  overflow-y: auto;
}

.socal p::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.socal:hover p::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.thirdSwiper {
  height: 6.4rem;
  overflow: hidden;
  position: relative;
}

.thirdSwiper .filImg {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(41.5px);
  transform: scale(1.2);
  background-size: cover;
}

.thirdSwiper .topTipNews {
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-top: .2rem;
  position: absolute;
  bottom: 0.3rem;
  width: 100%;
}

.newListSwiper {
  width: 15.2rem;
  margin: .8rem auto;
  text-align: center;
}

.newsSearch {
  position: relative;
}

.newsSearch input {
  width: 10rem;
  height: 0.55rem;
  background: #f6faff;
  border: 0.01rem solid #e1ebf9;
  border-radius: 0.04rem;
  box-shadow: 0rem 0.2rem 0.45rem 0.02rem #dee9f8;
  margin: 0 auto;
  padding: 0 .25rem;
  padding-right: 1.1rem;
  font-size: 0.18rem;
}

.newsSearch input::-webkit-input-placeholder {
  color: #c6c6c6;
}

.news_delete,
.news_search {
  width: .24rem;
  height: .24rem;
  position: absolute;
  right: 3.3rem;
  top: 0.15rem;
  cursor: pointer;
}

.news_delete:hover,
.news_search:hover {
  color: #D9101E;
}

.news_delete {
  display: block;
}

.news_search {
  right: 2.85rem;
  top: 0.15rem;
}

.newsearchRes {
  display: flex;
  justify-content: space-between;
  height: 2.75rem;
  width: 100%;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.01rem solid #e8f1fb;
}

.newsearchRes .txt-box {
  width: 10rem;
  text-align: left;
}

.newsearchRes .txt-box h2 {
  font-size: 0.24rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.36rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsearchRes .txt-box h2:hover {
  color: #D9101E;
}

.newsearchRes .txt-box p {
  height: 1.02rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #51575c;
  line-height: 0.34rem;
  margin: .16rem 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsearchRes span {
  font-size: 0.14rem;
  font-weight: 400;
  color: #888888;
}

.newsearchRes img {
  width: 3.66rem;
  height: 2.31rem;
  object-fit: contain;
  background-color: #000000;
}

.searchNews {
  margin-top: 1rem;
}

.kkpagerNews div .pageBtnWrap {
  background: red;
}