@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
@font-face {
  font-family: "shu";
  src: url("../font/PFDinTextCompPro-Medium-3.ttf") format("truetype");
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
/* 供应链服务 */
.supbox_tit {
  text-align: center;
}
.supbox_tit .tit {
  color: #333333;
  font-weight: bold;
}
.supbox_but {
  width: 1.6rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  border: solid 1px #dddddd;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  justify-content: space-between;
  padding: 0 0.24rem;
}
@media (max-width: 1580px) {
  .supbox_but {
    width: 1.8rem;
  }
}
@media (max-width: 767px) {
  .supbox_but {
    width: 2.3rem;
    height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.supbox_but span {
  transition: all 0.4s;
  color: #333333;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .supbox_but span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .supbox_but span {
    font-size: 0.28rem;
  }
}
.supbox_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: #be000a;
}
@media (max-width: 767px) {
  .supbox_but i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.supbox_but i svg {
  max-width: 45.45454545%;
  height: 45.45454545%;
}
.supbox_but i svg path {
  fill: #ffffff;
  transition: all 0.4s;
}
.supbox_but:hover {
  background-color: #be000a;
  border-color: #be000a;
}
.supbox_but:hover span {
  color: #ffffff;
}
.supbox_but:hover i {
  background-color: #ffffff;
  transform: translateX(5px);
}
.supbox_but:hover i svg path {
  fill: #be000a;
}
.supbanner {
  position: relative;
}
.supbanner .bag {
  width: 100%;
  height: 6.2rem;
  position: relative;
}
.supbanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supbanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .supbanner .bag img {
    display: none;
  }
  .supbanner .bag img:nth-child(2) {
    display: block;
  }
}
.supbanner .bag:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.supbanner .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}
.supbanner .cont .container {
  max-width: 1335px;
}
.supbanner .cont .tit {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.supbanner .cont .tit span {
  position: relative;
}
.supbanner .cont .tit span:after {
  content: "";
  display: block;
  width: 1.06rem;
  height: 1.06rem;
  position: absolute;
  left: calc(100% - 1.06rem/2);
  margin-left: 0.05rem;
  bottom: 0.08em;
  background: url(../images/banniconfawdf1.png) center / contain no-repeat;
}
.supbox-sec1 {
  line-height: 0.8rem;
  height: 0.8rem;
  margin-top: -0.8rem;
}
@media (max-width: 767px) {
  .supbox-sec1 {
    height: 1rem;
    line-height: 1rem;
    margin-top: -1rem;
  }
}
.supbox-sec1 .container {
  max-width: 1600px;
}
.supbox-sec1 .container .supbox1_cont {
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #dddddd;
  height: 0.8rem;
  line-height: 0.8rem;
}
@media (max-width: 767px) {
  .supbox-sec1 .container .supbox1_cont {
    height: 1rem;
    line-height: 1rem;
  }
}
.supbox-sec1 .container .supbox1_cont .swiper-slide {
  width: auto;
  margin: 0 0.35rem;
  height: 0.77rem;
  line-height: 0.77rem;
  margin: 0 0.5rem;
}
@media (max-width: 767px) {
  .supbox-sec1 .container .supbox1_cont .swiper-slide {
    height: 0.968rem;
    line-height: 0.968rem;
  }
}
.supbox-sec1 .container .supbox1_cont .swiper-slide .li {
  color: #333333;
  border-bottom: 2px solid transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: block;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .supbox-sec1 .container .supbox1_cont .swiper-slide .li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .supbox-sec1 .container .supbox1_cont .swiper-slide .li {
    font-size: 0.3rem;
  }
}
.supbox-sec1 .container .supbox1_cont .on .li {
  color: #be000a;
  border-color: #be000a;
}
.supbox-sec2 {
  position: relative;
  overflow: hidden;
  padding: 1.4rem 0 0.78rem;
}
@media (max-width: 767px) {
  .supbox-sec2 {
    padding: 1.4rem 0;
  }
}
.supbox-sec2 .bag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit--transform: translate(-50%, -50%);
  width: 12.2rem;
  overflow: hidden;
}
.supbox-sec2 .bag img {
  width: 100%;
  float: left;
}
.supbox-sec2 .fztit {
  color: #333;
  max-width: 10.5rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
}
.supbox-sec2 .fztit .on {
  color: #be000a;
}
.supbox-sec3 {
  padding-top: 0.76rem;
}
.supbox-sec3 .container {
  max-width: 1735px;
}
@media (min-width: 1261px) {
  .supbox-sec3 .container {
    width: 88%;
  }
}
.supbox-sec3 .supbox_tit {
  margin-bottom: 0.42rem;
}
.supbox-sec3 .cont {
  display: flex;
  border: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .supbox-sec3 .cont {
    flex-wrap: wrap;
  }
}
.supbox-sec3 .cont .item {
  border-right: solid 1px #dddddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  width: 20%;
  flex: 1 0 20%;
  background-color: #ffffff;
  overflow: hidden;
  padding: 1rem 0.55rem 2.8rem;
}
@media (max-width: 991px) {
  .supbox-sec3 .cont .item {
    width: 33.33%;
    flex: initial;
    border-bottom: 1px solid #dddddd;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .supbox-sec3 .cont .item {
    width: 50%;
    padding: 1rem 0.36rem 1.6rem;
  }
}
.supbox-sec3 .cont .item .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  background: url(../images/bagimgfwz1.jpg) bottom left / cover no-repeat;
}
.supbox-sec3 .cont .item .bag .fzicon {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex;
  animation: leftwef5 8s linear infinite;
}
.supbox-sec3 .cont .item .bag .fzicon span img {
  max-width: initial;
}
.supbox-sec3 .cont .item .img,
.supbox-sec3 .cont .item .text,
.supbox-sec3 .cont .item .tit {
  position: relative;
}
.supbox-sec3 .cont .item .img {
  height: 0.8rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.supbox-sec3 .cont .item .img img {
  height: 100%;
  float: left;
}
.supbox-sec3 .cont .item .tit {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}
.supbox-sec3 .cont .item .text {
  line-height: 1.5;
  color: #666666;
}
.supbox-sec3 .cont .item .shu {
  font-family: 'shu', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 20%);
  color: #be000a;
  opacity: 0.05;
  font-size: 2.6rem;
  line-height: 0.8;
  transition: all 0.4s;
}
.supbox-sec3 .cont .item:hover .bag {
  opacity: 1;
}
.supbox-sec3 .cont .item:hover .shu {
  color: #ffffff;
  opacity: 0.2;
  transform: translate(-50%, 0);
}
.supbox-sec4 {
  padding: 1.4rem 0 1rem;
  position: relative;
}
.supbox-sec4 .bag {
  position: absolute;
  overflow: hidden;
}
.supbox-sec4 .bag img {
  width: 100%;
  height: auto;
  float: left;
}
.supbox-sec4 .fzimg1 {
  left: 0;
  width: 7.3rem;
}
.supbox-sec4 .fzimg2 {
  right: 0;
  bottom: 1.2rem;
  width: 4.33rem;
}
.supbox-sec4 .container {
  position: relative;
}
.supbox-sec4 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.8rem;
}
.supbox-sec4 .item:last-child {
  margin-bottom: 0;
}
.supbox-sec4 .item .font {
  width: 31.43%;
  padding-right: 0.82rem;
}
@media (max-width: 767px) {
  .supbox-sec4 .item .font {
    width: 100%;
    order: 1;
    margin-top: 0.3rem;
  }
}
@media (min-width: 768px) {
  .supbox-sec4 .item .font {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
.supbox-sec4 .item .font .tit {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}
.supbox-sec4 .item .font .text {
  color: #666666;
  line-height: 1.66666667;
  max-height: 6.66666667em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 0.46rem;
}
.supbox-sec4 .item .img {
  width: 68.57%;
}
@media (max-width: 767px) {
  .supbox-sec4 .item .img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .supbox-sec4 .item .img {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}
.supbox-sec4 .item .img:before {
  padding-top: 43.75%;
}
.supbox-sec4 .item:hover .img img {
  transform: scale(1.04);
}
@media (min-width: 768px) {
  .supbox-sec4 .item:nth-child(2n) .font {
    order: 1;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    padding-left: 0.6rem;
    padding-right: 0.2rem;
  }
  .supbox-sec4 .item:nth-child(2n) .img {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
.supbox-sec5 {
  padding: 1.16rem 0 1.4rem;
  overflow: hidden;
}
.supbox-sec5 .supbox_tit {
  margin-bottom: 0.74rem;
  margin-bottom: 0.9rem;
}
.supbox-sec5 .cont {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.supbox-sec5 .cont .font {
  display: flex;
  font-size: 3rem;
  line-height: 0.8;
  font-weight: bold;
  max-width: initial;
}
.supbox-sec5 .cont .font .text {
  display: flex;
  animation: leftwef5 30s linear infinite;
}
.supbox-sec5 .cont .font span {
  display: block;
  flex-shrink: 0;
  padding-right: 0.8rem;
  color: #f5f5f5;
}
.supbox-sec5 .cont .but {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 1.44rem;
  height: 1.44rem;
  background-color: #be000a;
  box-shadow: 0px 5px 20px 0px rgba(76, 0, 4, 0.4);
  transition: all 0.4s;
}
.supbox-sec5 .cont .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.supbox-sec5 .cont .but svg {
  width: 44.44444444%;
  max-height: 44.44444444%;
}
.supbox-sec5 .cont .but svg path {
  fill: #ffffff;
}
.supbox-sec5 .cont .but:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
@keyframes leftwef5 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* End */
/* 媒体中心 */
/* 课程 */
.basepage {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .basepage {
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
}
.basepage .zong {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #161b27;
}
@media (max-width: 1580px) {
  .basepage .zong {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .zong {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .basepage .zong {
    order: 1;
  }
}
.basepage .zong span {
  color: #be000a;
}
.basepage .zong .li {
  margin-right: 0.26rem;
}
.basepage .zong .li:last-child {
  margin-right: 0;
}
.basepage .page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .basepage .page {
    order: 0;
  }
}
.basepage .page a,
.basepage .page span {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  flex-shrink: 0;
  font-weight: 100;
  float: left;
  font-size: 16px;
  margin: 0 5px 10px;
  background-color: #ffffff;
  border-radius: 0;
  border: solid 1px #efefef;
  position: relative;
  color: #222222;
}
@media (max-width: 1580px) {
  .basepage .page a,
  .basepage .page span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .basepage .page a,
  .basepage .page span {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.basepage .page a i,
.basepage .page span i {
  font-style: initial;
  position: relative;
}
.basepage .page span {
  background-color: transparent;
  border-color: transparent;
  color: #0364dd;
}
.basepage .page .active {
  background-color: #be000a;
  color: #fff;
}
.basepage .page .active:before {
  opacity: 1;
}
.basepage .page .active:hover {
  color: #ffffff;
}
.basepage .page .prev,
.basepage .page .next {
  position: relative;
  font-weight: inherit;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1580px) {
  .basepage .page .prev,
  .basepage .page .next {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
.basepage .page .prev i,
.basepage .page .next i {
  display: block;
}
.basepage .page .prev img,
.basepage .page .next img,
.basepage .page .prev svg,
.basepage .page .next svg {
  position: relative;
  width: 8px;
  opacity: 0.3;
}
.basepage .page .prev img path,
.basepage .page .next img path,
.basepage .page .prev svg path,
.basepage .page .next svg path {
  fill: #999999;
  stroke: none;
  opacity: 1;
}
.basepage .page .prev:hover:before,
.basepage .page .next:hover:before {
  opacity: 0;
}
.basepage .page .prev:hover svg,
.basepage .page .next:hover svg {
  opacity: 1;
}
.basepage .page .prev:hover svg path,
.basepage .page .next:hover svg path {
  opacity: 1;
  fill: #be000a;
}
.basepage .page .prev i {
  margin-right: 8px;
}
.basepage .page .next i {
  margin-left: 8px;
}
.basepage .page a {
  position: relative;
}
.basepage .page a:hover {
  color: #be000a;
}
.basepage .page a:hover:before {
  opacity: 1;
}
.basepage .beforew {
  display: flex;
  align-items: center;
  color: #161b27;
  font-weight: bold;
  color: #222222;
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .basepage .beforew {
    font-size: 14px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .basepage .beforew {
    font-size: 14px;
  }
}
.basepage .beforew input {
  width: 72px;
  height: 45px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #efefef;
  color: #161b27;
  color: #be000a;
  color: #8e8e8e;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .basepage .beforew input {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .basepage .beforew input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .basepage .beforew input {
    width: 70px;
    height: 35px;
  }
}
.newsbox_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.newsbox_nav .lt {
  width: 81%;
  margin-top: 14px;
  padding-right: 0.8rem;
  display: flex;
  line-height: 26px;
}
@media (max-width: 1580px) {
  .newsbox_nav .lt {
    line-height: 24px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .newsbox_nav .lt {
    padding-right: 0.5rem;
    width: 71%;
  }
}
@media (max-width: 767px) {
  .newsbox_nav .lt {
    line-height: 0.4rem;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.46rem;
  }
}
.newsbox_nav .lt .name {
  flex: 0 0 auto;
  color: #333333;
}
.newsbox_nav .lt .jut {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.newsbox_nav .lt .jut .li {
  transition: all 0.4s;
  color: #333333;
}
.newsbox_nav .lt .jut .li.on {
  color: #be000a;
}
.newsbox_nav .lt .jut .li:hover {
  color: #be000a;
}
.newsbox_nav .lt .jut span {
  font-size: 12px;
  display: block;
  margin: 0 0.14rem;
}
@media (max-width: 767px) {
  .newsbox_nav .lt .jut span {
    margin: 0 0.2rem;
  }
}
.newsbox_nav .form {
  display: flex;
  background-color: #f5f5f5;
  align-items: center;
  padding: 0 20px;
  width: 19%;
}
@media (max-width: 1580px) {
  .newsbox_nav .form {
    padding: 0 16px;
  }
}
@media (max-width: 991px) {
  .newsbox_nav .form {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .newsbox_nav .form {
    width: 100%;
  }
}
.newsbox_nav .form input {
  padding: 14px 0;
  padding-right: 20px;
  font-size: 14px;
  color: #999999;
  width: calc(100% - 22px);
}
@media (max-width: 1580px) {
  .newsbox_nav .form input {
    padding: 12px 0;
    width: calc(100% - 18px);
  }
}
@media (max-width: 767px) {
  .newsbox_nav .form input {
    padding: 0.26rem 0;
    padding-right: 0.26rem;
  }
}
.newsbox_nav .form .fzsub {
  width: 22px;
  height: 20px;
}
@media (max-width: 1580px) {
  .newsbox_nav .form .fzsub {
    width: 18px;
    height: 16px;
  }
}
.newsbox_nav .form .fzsub svg {
  max-width: 100%;
  max-height: 100%;
}
.newsbox_nav .form .fzsub svg path {
  fill: #333333;
  transition: all 0.4s;
}
.newsbanner .bag:after {
  background-color: #0f2272;
  opacity: 0.35;
}
.newsbox-sec1 {
  position: relative;
  background-color: #f5f5f5;
  padding: 1.2rem 0 1rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 {
    padding-bottom: 1.2rem;
  }
}
.newsbox-sec1 .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsbox-sec1 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsbox-sec1 .container {
  position: relative;
}
.newsbox-sec1 .newsbox1_cont {
  width: 100%;
}
.newsbox-sec1 .newsbox1_cont .item {
  display: flex;
  flex-wrap: wrap;
}
.newsbox-sec1 .newsbox1_cont .item .img {
  width: 100%;
}
.newsbox-sec1 .newsbox1_cont .item .img:before {
  padding-top: 58%;
}
.newsbox-sec1 .newsbox1_cont .item .gt {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0.46rem 0.8rem 1.18rem 0.6rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .newsbox1_cont .item .gt {
    padding: 0.46rem 0.36rem;
  }
}
.newsbox-sec1 .newsbox1_cont .item .gt .time {
  color: #5b5b5b;
  margin-bottom: 0.2rem;
}
.newsbox-sec1 .newsbox1_cont .item .gt .tit {
  transition: all 0.4s;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.18rem;
  color: #2d2d2d;
  font-weight: bold;
}
.newsbox-sec1 .newsbox1_cont .item .gt .text {
  color: #5b5b5b;
  line-height: 1.5;
  height: 3em;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0.94rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .newsbox1_cont .item .gt .text {
    margin-bottom: 0.4rem;
  }
}
.newsbox-sec1 .newsbox1_cont .item .gt .but {
  display: flex;
  align-items: center;
  color: #333333;
  transition: all 0.4s;
}
.newsbox-sec1 .newsbox1_cont .item .gt .but i {
  margin-left: 0.26rem;
}
.newsbox-sec1 .newsbox1_cont .item .gt .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: #be000a;
}
@media (max-width: 767px) {
  .newsbox-sec1 .newsbox1_cont .item .gt .but i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.newsbox-sec1 .newsbox1_cont .item .gt .but i svg {
  max-width: 45.45454545%;
  height: 45.45454545%;
}
.newsbox-sec1 .newsbox1_cont .item .gt .but i svg path {
  fill: #ffffff;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .newsbox-sec1 .newsbox1_cont .item .img {
    width: 71.428%;
  }
  .newsbox-sec1 .newsbox1_cont .item .gt {
    width: 40.35714%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .newsbox-sec1 .newsbox1_cont .item:hover .img img {
    transform: scale(1.04);
  }
  .newsbox-sec1 .newsbox1_cont .item:hover .gt .font .tit {
    color: #be000a;
  }
}
.newsbox-sec1 .newsbox1_cont .newsbox1_pagin {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  margin: 0;
  right: 0;
  left: 0;
  top: 0;
  margin-top: 0.34rem;
}
.newsbox-sec1 .newsbox1_cont .newsbox1_pagin span {
  height: 2px;
  background-color: #dddddd;
  opacity: 1;
  transition: all 0.4s;
  margin: 0 0.2rem;
  width: 0.3rem;
}
.newsbox-sec1 .newsbox1_cont .newsbox1_pagin .swiper-pagination-bullet-active {
  background-color: #be000a;
  width: 0.6rem;
}
@media (min-width: 768px) {
  .newsbox-sec1 .newsbox1_cont .newsbox1_pagin {
    position: absolute;
    left: initial;
    right: 0;
    width: 40.35714%;
    margin-top: 0;
    bottom: initial;
    top: 77%;
    padding-left: 0.6rem;
    z-index: 2;
    justify-content: flex-start;
  }
  .newsbox-sec1 .newsbox1_cont .newsbox1_pagin span {
    width: 0.2rem;
    margin: 0;
    margin-right: 0.2rem;
  }
  .newsbox-sec1 .newsbox1_cont .newsbox1_pagin .swiper-pagination-bullet-active {
    width: 0.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .newsbox-sec1 .newsbox1_cont .newsbox1_pagin {
    top: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .newsbox-sec1 .newsbox1_cont .newsbox1_pagin {
    top: 80%;
  }
}
.newsbox-sec2 {
  padding: 1rem 0 1.3rem;
  position: relative;
}
.newsbox-sec2 .bag {
  position: absolute;
  top: 1.78rem;
  right: 0;
  width: 2.94rem;
  overflow: hidden;
}
.newsbox-sec2 .bag img {
  width: 100%;
  height: auto;
  float: left;
  object-fit: cover;
}
.newsbox-sec2 .container {
  position: relative;
}
.newsbox-sec2 .newsbox_nav {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .newsbox_nav {
    margin-bottom: 0.5rem;
  }
}
.newsbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont {
    margin: 0;
  }
}
.newsbox-sec2 .cont .item {
  width: 33.333%;
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.newsbox-sec2 .cont .item .list {
  display: block;
  background-color: #ffffff;
}
.newsbox-sec2 .cont .item .list .img {
  overflow: hidden;
}
.newsbox-sec2 .cont .item .list .img:before {
  padding-top: 57.96766744%;
}
.newsbox-sec2 .cont .item .list .font {
  border: solid 1px #d8d8d8;
  border-top: none;
  padding: 0.25rem 0.42rem 0.3rem 0.3rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .list .font {
    padding: 0.4rem 0.34rem;
  }
}
.newsbox-sec2 .cont .item .list .font .label {
  display: flex;
  line-height: 24px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .cont .item .list .font .label {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .list .font .label {
    line-height: 0.36rem;
  }
}
.newsbox-sec2 .cont .item .list .font .label .li {
  color: #333333;
  transition: all 0.4s;
}
.newsbox-sec2 .cont .item .list .font .label .li:hover {
  color: #be000a;
}
.newsbox-sec2 .cont .item .list .font .label span {
  color: #333333;
  font-size: 12px;
  display: block;
  margin: 0 15px;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .cont .item .list .font .label span {
    margin: 0 11px;
  }
}
.newsbox-sec2 .cont .item .list .font .jut {
  display: block;
}
.newsbox-sec2 .cont .item .list .font .jut .tit {
  color: #2d2d2d;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.25;
  font-weight: bold;
  width: 100%;
  transition: all 0.4s;
  height: 2.5em;
  margin-bottom: 0.2rem;
}
.newsbox-sec2 .cont .item .list .font .jut .tit span {
  transition: all 0.4s;
}
.newsbox-sec2 .cont .item .list .font .jut .text {
  color: #8e8e8e;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.28rem;
}
.newsbox-sec2 .cont .item .list .font .jut .time {
  color: #5b5b5b;
}
.newsbox-sec2 .cont .item .list:hover .img img {
  transform: scale(1.06);
}
.newsbox-sec2 .cont .item .list:hover .font .jut .tit {
  color: #be000a;
}
.newsbox-sec2 .basepage {
  margin-top: 0.3rem;
}
/* End */
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
/* 新闻详情 */
.make-text {
  line-height: 1.87;
  color: #000000;
  font-size: 18px;
  font-family: 'PingFang SC', 'zhengti', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 16px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .make-text {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
}
.make-text img {
  max-width: 100%;
  height: auto!important;
}
.make-text table {
  width: 100%!important;
}
@media (max-width: 767px) {
  .make-text table {
    min-width: 700px;
  }
}
.make-text table td {
  color: #000000;
  border: 1px solid #ddd;
  padding: 0.12rem 0.4rem;
}
@media (max-width: 767px) {
  .make-text table td {
    font-size: 16px;
  }
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: 20px;
  color: #000;
}
@media (max-width: 1580px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px!important;
    line-height: 1.4;
  }
}
.make-text p,
.make-text span {
  font-size: 18px;
  font-family: 'PingFang SC', 'zhengti', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #000000;
}
@media (max-width: 767px) {
  .make-text p,
  .make-text span {
    line-height: 2;
    font-size: 16px!important;
  }
}
.breadbox .f_cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .f_cont {
    padding: 12px 0;
  }
}
.breadbox .f_cont a,
.breadbox .f_cont span {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .f_cont a,
  .breadbox .f_cont span {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadbox .f_cont a:after,
.breadbox .f_cont span:after {
  content: '';
  display: block;
  clear: both;
}
.breadbox .f_cont a img,
.breadbox .f_cont span img {
  float: left;
  width: 15px;
}
@media (max-width: 1580px) {
  .breadbox .f_cont a img,
  .breadbox .f_cont span img {
    width: 12px;
  }
}
.breadbox .f_cont span {
  width: 6px;
  margin: 0 10px;
  color: #999;
  display: block;
}
@media (max-width: 1580px) {
  .breadbox .f_cont span {
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  .breadbox .f_cont span {
    margin: 0 8px;
  }
}
.breadbox .f_cont span img,
.breadbox .f_cont span svg {
  width: 10px;
}
.breadbox .f_cont span img path,
.breadbox .f_cont span svg path {
  fill: #999999;
}
.breadbox .f_cont span svg {
  height: 10px;
}
.breadbox .f_cont .on {
  color: #666666;
}
.breadbox .f_cont a:last-child {
  color: #666666;
}
@media (max-width: 991px) {
  .breadbox .f_cont a:last-child {
    max-width: 33.333%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 375px) {
  .breadbox .f_cont a:last-child {
    max-width: 28%;
  }
}
.breadbox .f_cont .wofe {
  display: flex;
}
.breadbox .f_cont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #be000a;
}
.breadbox .f_cont .wofe .li a {
  line-height: 1;
}
.newsinfobox {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.newsinfobox .bag {
  position: absolute;
  overflow: hidden;
}
.newsinfobox .bag img {
  width: 100%;
  float: left;
}
.newsinfobox .fzimg1 {
  width: 6.82rem;
  right: 0;
  top: -0.8rem;
}
.newsinfobox .fzimg2 {
  width: 6.11rem;
  left: 0.26rem;
  top: 6.88rem;
}
.newsinfobox .fzimg3 {
  width: 3.98rem;
  right: 0;
  bottom: 5.26rem;
}
.newsinfobox .breadbox {
  position: relative;
}
.newsinfobox-sec1 {
  position: relative;
  padding-top: 1.26rem;
}
.newsinfobox-sec1 .fztitle {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 0.2rem;
}
.newsinfobox-sec1 .jut {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.95rem;
}
.newsinfobox-sec1 .jut .label1,
.newsinfobox-sec1 .jut .time {
  margin: 0 0.18rem;
}
@media (max-width: 767px) {
  .newsinfobox-sec1 .jut .label1,
  .newsinfobox-sec1 .jut .time {
    margin: 0 0.2rem;
  }
}
.newsinfobox-sec1 .jut .label1 {
  display: flex;
  flex-wrap: wr;
  line-height: 26px;
}
@media (max-width: 1580px) {
  .newsinfobox-sec1 .jut .label1 {
    font-size: 24px;
  }
}
.newsinfobox-sec1 .jut .label1 .li {
  color: #333333;
}
.newsinfobox-sec1 .jut .label1 span {
  display: block;
  margin: 0 8px;
  font-size: 12px;
}
.newsinfobox-sec1 .cont {
  background-color: #ffffff;
  padding: 0.54rem 1.8rem 0.95rem;
}
@media (max-width: 991px) {
  .newsinfobox-sec1 .cont {
    padding: 0.6rem 0.8rem 0.8rem;
  }
}
@media (max-width: 767px) {
  .newsinfobox-sec1 .cont {
    padding: 0.5rem 0.34rem 0.66rem;
  }
}
.newsinfobox-sec1 .cont .make-text {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #dddddd;
}
.newsinfobox-sec1 .cont .fznei {
  margin-top: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.48rem;
}
.newsinfobox-sec1 .cont .fznei .fen {
  display: flex;
  align-items: center;
  color: #333333;
}
@media (max-width: 767px) {
}
.newsinfobox-sec1 .cont .fznei .fen .share1 {
  display: flex;
  align-items: center;
  margin-left: 0.26rem;
  line-height: 1;
}
.newsinfobox-sec1 .cont .fznei .fen .share1 .help {
  font-size: 12px;
  display: none;
}
.newsinfobox-sec1 .cont .fznei .fen .share1 .icon-wechat .wechat-qrcode .qrcode {
  width: 100%;
}
.newsinfobox-sec1 .cont .fznei .fen .share1 .wechat-qrcode {
  left: 50%;
  transform: translateX(-50%);
  height: 160px;
  top: initial;
  bottom: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .newsinfobox-sec1 .cont .fznei .fen .share1 .wechat-qrcode {
    width: 3rem;
  }
}
.newsinfobox-sec1 .cont .fznei .fen .share1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  line-height: 1;
  padding: 0;
  margin: 0;
  opacity: 1;
  font-size: 24px;
  color: #999999;
  margin-right: 0.22rem;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .newsinfobox-sec1 .cont .fznei .fen .share1 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
}
.newsinfobox-sec1 .cont .fznei .fen .share1 a:hover {
  color: #be000a;
  background-color: transparent;
}
.newsinfobox-sec1 .cont .fznei .fbut {
  display: flex;
  align-items: center;
  color: #be000a;
}
.newsinfobox-sec1 .cont .fznei .fbut i {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  width: 22px;
}
@media (max-width: 1580px) {
  .newsinfobox-sec1 .cont .fznei .fbut i {
    width: 18px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .newsinfobox-sec1 .cont .fznei .fbut i {
    width: 0.3rem;
  }
}
.newsinfobox-sec1 .cont .fznei .fbut i svg {
  width: 100%;
  float: left;
  max-height: 100%;
}
.newsinfobox-sec1 .cont .fznei .fbut i svg path {
  fill: #be000a;
}
.newsinfobox-sec1 .cont .qie .fprev,
.newsinfobox-sec1 .cont .qie .fnext {
  color: #333333;
  line-height: 34px;
  display: block;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .newsinfobox-sec1 .cont .qie .fprev,
  .newsinfobox-sec1 .cont .qie .fnext {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .newsinfobox-sec1 .cont .qie .fprev,
  .newsinfobox-sec1 .cont .qie .fnext {
    line-height: 0.46rem;
  }
}
.newsinfobox-sec1 .cont .qie .fprev span,
.newsinfobox-sec1 .cont .qie .fnext span {
  font-weight: normal;
  color: #999999;
  display: inline-block;
  margin-right: 0.1rem;
}
.newsinfobox-sec1 .cont .qie .fprev:hover,
.newsinfobox-sec1 .cont .qie .fnext:hover {
  color: #be000a;
}
.newsinfobox-sec1 .cont .qie .fprev {
  margin-bottom: 0.22rem;
}
.newsinfobox-sec2 {
  position: relative;
  padding: 0.96rem 0 0.9rem;
}
@media (max-width: 767px) {
  .newsinfobox-sec2 {
    padding: 1.36rem 0 0.9rem;
  }
}
.newsinfobox-sec2 .supbox_tit {
  margin-bottom: 0.56rem;
}
.newsinfobox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
@media (max-width: 767px) {
  .newsinfobox-sec2 .cont {
    margin: 0;
  }
}
.newsinfobox-sec2 .cont .item {
  width: 33.333%;
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .newsinfobox-sec2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.newsinfobox-sec2 .cont .item .list {
  display: block;
  background-color: #ffffff;
}
.newsinfobox-sec2 .cont .item .list .img {
  overflow: hidden;
}
.newsinfobox-sec2 .cont .item .list .img:before {
  padding-top: 57.96766744%;
}
.newsinfobox-sec2 .cont .item .list .font {
  border: solid 1px #d8d8d8;
  border-top: none;
  padding: 0.25rem 0.42rem 0.3rem 0.3rem;
}
@media (max-width: 767px) {
  .newsinfobox-sec2 .cont .item .list .font {
    padding: 0.4rem 0.34rem;
  }
}
.newsinfobox-sec2 .cont .item .list .font .label {
  display: flex;
  line-height: 24px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .newsinfobox-sec2 .cont .item .list .font .label {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .newsinfobox-sec2 .cont .item .list .font .label {
    line-height: 0.36rem;
  }
}
.newsinfobox-sec2 .cont .item .list .font .label .li {
  color: #333333;
  transition: all 0.4s;
}
.newsinfobox-sec2 .cont .item .list .font .label .li:hover {
  color: #be000a;
}
.newsinfobox-sec2 .cont .item .list .font .label span {
  color: #333333;
  font-size: 12px;
  display: block;
  margin: 0 15px;
}
@media (max-width: 1580px) {
  .newsinfobox-sec2 .cont .item .list .font .label span {
    margin: 0 11px;
  }
}
.newsinfobox-sec2 .cont .item .list .font .jut {
  display: block;
}
.newsinfobox-sec2 .cont .item .list .font .jut .tit {
  color: #2d2d2d;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.25;
  font-weight: bold;
  width: 100%;
  transition: all 0.4s;
  height: 2.5em;
  margin-bottom: 0.2rem;
}
.newsinfobox-sec2 .cont .item .list .font .jut .tit span {
  transition: all 0.4s;
}
.newsinfobox-sec2 .cont .item .list .font .jut .text {
  color: #8e8e8e;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.28rem;
}
.newsinfobox-sec2 .cont .item .list .font .jut .time {
  color: #5b5b5b;
}
.newsinfobox-sec2 .cont .item .list:hover .img img {
  transform: scale(1.06);
}
.newsinfobox-sec2 .cont .item .list:hover .font .jut .tit {
  color: #be000a;
}
/* End */
