@charset "utf-8";
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p .cru_sy {
  margin-right: 0;
  width: 16px;
  height: auto;
}
.crumbs p .cru_sy path {
  fill: #999;
}
.crumbs p > a {
  margin-right: 0.16rem;
  color: #999;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
    display: flex;
    align-items: center;
  }
}
.crumbs p:last-child a {
  color: #333;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.16rem;
}
.crumbs p svg path {
  fill: #666;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #fff;
  margin-right: 0.12rem;
}
.crumbs2_box {
  /* background: #F5F5F5; */
  padding: 0.28rem 0;
}
.crumbs2_box.on {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .crumbs2_box.on {
    margin-top: 60px;
  }
}

 
@charset "utf-8";
.g_info {
  background: #f5f5f5;
  padding: 0.65rem 0 1.4rem;
}
.g_info .info_box {
  background: #fff;
  padding: 0.7rem 0.9rem 0.96rem;
}
@media (max-width: 767px) {
  .g_info .info_box {
    padding: 0.7rem 0.4rem;
  }
}
.g_info .info_box .info_nr .titlt h1 {
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.2rem;
}
.g_info .info_box .info_nr .titlt .g_tit {
  color: #999;
  text-align: center;
  margin-bottom: 0.22rem;
}
.g_info .info_box .info_nr .titlt .g_tit span {
  margin: 0 0.2rem;
}
@media (max-width: 767px) {
  .g_info .info_box .info_nr .box iframe {
    width: 100%;
    height: auto;
  }
}
.g_info .info_box .info_nr .box p {
  color: #555;
}
.g_info .info_box .info_nr .box img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.g_info .info_box .info_nr .box ul,
.g_info .info_box .info_nr .box ol {
  padding-left: 20px;
}
.g_info .info_box .info_nr .box ul li,
.g_info .info_box .info_nr .box ol li {
  list-style: auto;
}
.g_info .info_box .info_nr .box h1,
.g_info .info_box .info_nr .box h2,
.g_info .info_box .info_nr .box h3,
.g_info .info_box .info_nr .box h4,
.g_info .info_box .info_nr .box h5,
.g_info .info_box .info_nr .box h6 {
  font-weight: bold;
}
.g_info .info_box .g_fx {
  margin: 0.5rem 0;
}
.g_info .info_box .g_fx .ins_det_fxr_box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.g_info .info_box .g_fx .ins_det_fxr_box * {
  transition: all 0.6s;
}
.g_info .info_box .g_fx .ins_det_fxr_box > p {
  margin: 0 0 0.2rem;
}
.g_info .info_box .g_fx .ins_det_fxr_box .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g_info .info_box .g_fx .ins_det_fxr_box .bshare-custom a {
  width: 0.4rem;
  height: 0.4rem;
  padding: 0;
  background: #f4f4f4;
  border-radius: 50%;
  margin: 0 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
@media (max-width: 767px) {
  .g_info .info_box .g_fx .ins_det_fxr_box .bshare-custom a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.g_info .info_box .g_fx .ins_det_fxr_box .bshare-custom a:hover {
  background: var(--color);
  opacity: 1;
}
.g_info .info_box .g_fx .ins_det_fxr_box .bshare-custom a:hover svg {
  color: #fff;
}
.g_info .info_box .g_fx .ins_det_fxr_box .bshare-custom a:hover svg path {
  fill: #fff;
}
.g_info .info_box .g_fx .ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
.g_info .info_box .g_fx .ins_det_fxr_box .bshare-custom a svg {
  color: #8b8f91;
  width: 42.5%;
  height: auto;
  pointer-events: none;
}
.g_info .info_box .g_fx .ins_det_fxr_box .bshare-custom a svg path {
  fill: #8b8f91;
  opacity: 1;
}
.g_info .info_box .pag {
  display: flex;
  justify-content: space-between;
  padding-top: 0.4rem;
  border-top: 1px solid #ececec;
}
.g_info .info_box .pag .fh {
  display: flex;
  align-items: center;
}
.g_info .info_box .pag .fh:hover p {
  color: var(--color);
}
.g_info .info_box .pag .fh:hover svg {
  color: var(--color);
}
.g_info .info_box .pag .fh:hover svg path {
  fill: var(--color);
}
.g_info .info_box .pag .fh p {
  color: #999;
}
.g_info .info_box .pag .fh svg {
  color: #cfcfcf;
  width: 20px;
  height: 20px;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .g_info .info_box .pag .fh svg {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.g_info .info_box .pag .fh svg path {
  fill: #cfcfcf;
}
.g_info .info_box .pag .pag_l,
.g_info .info_box .pag .pag_r {
  display: flex;
  align-items: center;
  width: 40%;
}
@media (max-width: 767px) {
  .g_info .info_box .pag .pag_l,
  .g_info .info_box .pag .pag_r {
    width: 30%;
  }
}
.g_info .info_box .pag .pag_l:hover span,
.g_info .info_box .pag .pag_r:hover span {
  color: var(--color);
}
.g_info .info_box .pag .pag_l:hover p,
.g_info .info_box .pag .pag_r:hover p {
  color: var(--color);
}
.g_info .info_box .pag .pag_l:hover .pag_svg,
.g_info .info_box .pag .pag_r:hover .pag_svg {
  border-color: var(--color);
}
.g_info .info_box .pag .pag_l:hover .pag_svg svg,
.g_info .info_box .pag .pag_r:hover .pag_svg svg {
  color: var(--color);
}
.g_info .info_box .pag .pag_l:hover .pag_svg svg path,
.g_info .info_box .pag .pag_r:hover .pag_svg svg path {
  fill: var(--color);
}
.g_info .info_box .pag .pag_l span,
.g_info .info_box .pag .pag_r span {
  flex-shrink: 0;
  color: #999;
  margin: 0 0.1rem;
}
.g_info .info_box .pag .pag_l p,
.g_info .info_box .pag .pag_r p {
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g_info .info_box .pag .pag_l .pag_svg,
.g_info .info_box .pag .pag_r .pag_svg {
  width: 20px;
  height: 20px;
  border: 2px solid #cecece;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .g_info .info_box .pag .pag_l .pag_svg,
  .g_info .info_box .pag .pag_r .pag_svg {
    width: 0.32rem;
    height: 0.32rem;
  }
}
.g_info .info_box .pag .pag_l .pag_svg svg,
.g_info .info_box .pag .pag_r .pag_svg svg {
  color: #cecece;
  width: 5px;
  height: auto;
  transition: all 0.3s;
}
.g_info .info_box .pag .pag_l .pag_svg svg path,
.g_info .info_box .pag .pag_r .pag_svg svg path {
  fill: #cecece;
}
.g_info .info_box .pag .pag_r {
  justify-content: flex-end;
}
.g_info .info_box .pag .pag_l .pag_svg {
  transform: rotate(180deg);
}

 
@font-face{font-family:"socialshare";src:url("../fonts/iconfont.eot");src:url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("../fonts/iconfont.ttf") format("truetype"),url("../fonts/iconfont.svg#iconfont") format("svg")}.social-share{font-family:"socialshare" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}.social-share *{font-family:"socialshare" !important}.social-share .icon-tencent:before{content:"\f07a"}.social-share .icon-qq:before{content:"\f11a"}.social-share .icon-weibo:before{content:"\f12a"}.social-share .icon-wechat:before{content:"\f09a"}.social-share .icon-douban:before{content:"\f10a"}.social-share .icon-heart:before{content:"\f20a"}.social-share .icon-like:before{content:"\f00a"}.social-share .icon-qzone:before{content:"\f08a"}.social-share .icon-linkedin:before{content:"\f01a"}.social-share .icon-diandian:before{content:"\f05a"}.social-share .icon-facebook:before{content:"\f03a"}.social-share .icon-google:before{content:"\f04a"}.social-share .icon-twitter:before{content:"\f06a"}.social-share a{position:relative;text-decoration:none;margin:4px;display:inline-block;outline:none}.social-share .social-share-icon{position:relative;display:inline-block;width:32px;height:32px;font-size:20px;border-radius:50%;line-height:32px;border:1px solid #666;color:#666;text-align:center;vertical-align:middle;transition:background 0.6s ease-out 0s}.social-share .social-share-icon:hover{background:#666;color:#fff}.social-share .icon-weibo{color:#ff763b;border-color:#ff763b}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7}.social-share .icon-qq:hover{background:#56b6e7}.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;color:#7bc549;border-color:#7bc549}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}

 
@charset "utf-8";
.subhot {
  background: #f5f5f5;
  padding-bottom: 0.9rem;
}
.subhot .sub_title {
  margin-bottom: 0.58rem;
}
.subhot .sub_title {
  text-align: left;
}
.subhot .sub_title h2 {
  line-height: 1;
  font-size: 0.48rem;
  font-weight: bold;
}
.news_box {
  margin-bottom: 0.16rem;
  display: flex;
  flex-wrap: wrap;
}
.news_box .swiper {
  width: 100%;
}
.news_box .swiper .qie .pub_nav {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0;
}
.news_box .swiper .qie .pub_nav:hover {
  background: var(--color);
}
.news_box .swiper .qie .pub_nav:hover svg {
  color: #fff;
}
.news_box .swiper .qie .pub_nav:hover svg path {
  fill: #fff;
}
.news_box .swiper .qie .pub_nav svg {
  color: var(--color);
  width: 13.34%;
  height: auto;
}
.news_box .swiper .qie .pub_nav svg path {
  fill: var(--color);
  opacity: 1;
}
.news_box .swiper .qie .pub_prev {
  left: 0.4rem;
}
.news_box .swiper .qie .pub_prev svg {
  transform: rotate(180deg);
}
.news_box .swiper .qie .pub_next {
  right: 0.4rem;
  left: auto;
}
.news_box .subhot_list {
  display: block;
  width: 100%;
  /* width: calc((100% - 0.88rem)/3); */
  margin: 0 0.44rem 0.44rem 0;
}
@media (max-width: 767px) {
  .news_box .subhot_list {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
}
.news_box .subhot_list:hover .txt h3 {
  color: var(--color);
}
.news_box .subhot_list:hover .txt .pub_a .r_svg svg {
  color: var(--color);
  transform: rotate(45deg);
}
.news_box .subhot_list:hover .txt .pub_a .r_svg svg path {
  fill: var(--color);
}
.news_box .subhot_list:hover .txt .pub_a p {
  color: var(--color);
}
.news_box .subhot_list:hover .img img {
  transform: scale(1.05);
}
.news_box .subhot_list:nth-child(3n) {
  margin-right: 0;
}
.news_box .subhot_list .img:before {
  padding-top: 71.12%;
}
.news_box .subhot_list .txt {
  padding: 0.25rem 0.4rem 0.3rem 0.28rem;
  background: #fff;
}
.news_box .subhot_list .txt .txt_t {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.24rem;
  color: #999;
}
.news_box .subhot_list .txt .txt_t p {
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .news_box .subhot_list .txt .txt_t p {
    font-size: 12px;
  }
}
.news_box .subhot_list .txt h3 {
  font-size: var(--font-size7);
  transition: all 0.3s;
  line-height: 1.36;
  margin-bottom: 0.2rem;
  height: 2.72em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
  .news_box .subhot_list .txt h3 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .news_box .subhot_list .txt h3 {
    font-size: 0.32rem;
    height: auto;
  }
}
.news_box .subhot_list .txt span {
  color: #666;
}
.news_box .pub_a {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.news_box .pub_a.pub_a2:hover .r_svg {
  background: var(--color0);
  border-color: var(--color0);
}
.news_box .pub_a.pub_a2 .r_svg {
  background: var(--color);
  border-color: var(--color);
}
.news_box .pub_a.pub_a3:hover .r_svg {
  background: #fff;
  border-color: #fff;
}
.news_box .pub_a.pub_a3 .r_svg {
  background: #fff;
  border-color: #fff;
}
.news_box .pub_a.pub_a3 .r_svg svg {
  color: var(--color);
}
.news_box .pub_a.pub_a3 .r_svg svg path {
  fill: var(--color);
}
.news_box .pub_a.pub_a4:hover .r_svg {
  background: var(--color);
  border-color: var(--color);
}
.news_box .pub_a.pub_a4:hover .r_svg svg {
  color: #fff;
  transform: rotate(45deg);
}
.news_box .pub_a.pub_a4:hover .r_svg svg path {
  fill: #fff;
}
.news_box .pub_a.pub_a4 .r_svg {
  background: none;
  border-color: var(--color);
}
.news_box .pub_a.pub_a4 .r_svg svg {
  color: var(--color);
}
.news_box .pub_a.pub_a4 .r_svg svg path {
  fill: var(--color);
}
.news_box .pub_a.pub_a5:hover .r_svg {
  background: none;
  border-color: transparent;
}
.news_box .pub_a.pub_a5:hover .r_svg svg {
  color: var(--color);
  transform: rotate(45deg);
}
.news_box .pub_a.pub_a5:hover .r_svg svg path {
  fill: var(--color);
}
.news_box .pub_a.pub_a5:hover p {
  color: var(--color);
}
.news_box .pub_a.pub_a5 p {
  margin-right: 0;
}
.news_box .pub_a.pub_a5 .r_svg {
  background: none;
  border-color: transparent;
}
.news_box .pub_a.pub_a5 .r_svg svg {
  color: #333;
}
.news_box .pub_a.pub_a5 .r_svg svg path {
  fill: #333;
}
.news_box .pub_a:hover .r_svg {
  background: var(--color);
  border-color: var(--color);
}
.news_box .pub_a:hover .r_svg svg {
  transform: rotate(45deg);
}
.news_box .pub_a p {
  transition: all 0.3s;
  margin-right: 0.2rem;
}
.news_box .pub_a .r_svg {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .news_box .pub_a .r_svg {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.news_box .pub_a .r_svg svg {
  color: #fff;
  width: 22.6%;
  transition: all 0.3s;
}
.news_box .pub_a .r_svg svg path {
  fill: #fff;
}
