* {
  margin: 0;
  padding: 0;
  user-select: none;
}
a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
body {
  background-color: #F2F2F2;
  position: relative;
  overflow: visible;
}
.header {
  height: 120px;
  padding-left: 5%;
  padding-right: 5%;
}
.header .logo-box {
  width: 435px;
  height: 68px;
}
.header .logo-box img {
  width: 435px;
  height: 68px;
}
.header .nav div div {
  font-size: 14px;
  font-weight: normal;
}
.header .nav div div a {
  display: inline-block;
  height: 120px;
  line-height: 120px;
  color: #000000;
}
.header .nav div div a:hover {
  color: #BF3518;
}
.header .nav div .tow-div {
  position: relative;
}
.header .nav div .tow-div .toggle-div {
  position: absolute;
  display: none;
  top: 120px;
  left: -80%;
  background: #FFFFFF;
  z-index: 9999;
}
.header .nav div .tow-div .toggle-div a {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 50px;
  font-size: 12px;
  font-weight: normal;
  color: #4D4D4D;
  text-align: center;
  line-height: 50px;
  transition: all 0.3s linear;
}
.header .nav div .tow-div .toggle-div a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: red;
  transition: all 0.3s linear;
}
.header .nav div .tow-div .toggle-div a:hover::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: red;
}
.details {
  background-color: #F2F2F2;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 70px;
  padding-top: 70px;
}
.details .word {
  background-color: #FFFFFF;
  padding: 40px 107px;
}
.details .d-title {
  font-size: 50px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  color: #24231D;
  text-align: center;
}
.details .tit-f {
  margin: 22px 0 40px 0;
  font-size: 14px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  color: #929292;
}
.details .tit-f div {
  text-align: center;
  margin-right: 39px;
}
.details .cont {
  font-size: 14px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  color: #5B5A5A;
  line-height: 30px;
}
.details .cont-pic div {
  margin: 30px 0;
  width: 580px;
  height: 334px;
}
.details .cont-pic div img {
  width: 100%;
  height: 100%;
}
.details .lines {
  margin: 72px 0 41px 0;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}
.details .upper {
  position: relative;
  margin-bottom: 30px;
}
.details .upper div:nth-child(2) {
  font-size: 14px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  color: #5B5A5A;
  margin-right: 30px;
}
.details .upper div:nth-child(3) {
  font-size: 14px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  color: #3F3F3F;
}

.details .dow {
  position: relative;
}

.details .dow div:nth-child(2) {
  margin-right: 30px;
  font-size: 14px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  color: #5B5A5A;
}
.details .dow div:nth-child(3) {
  font-size: 14px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  color: #3F3F3F;
}
.details .r-turn {
  font-size: 14px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
}
.details .r-turn a {
  color: #6B6B6B;
}
.footer {
  background: #3C3C3D;
  padding-top: 104px;
  padding-bottom: 34px;
  border-bottom: 10px solid #BF3518;
}
.footer .bg {
  padding-left: 10%;
  padding-right: 10%;
}
.footer .foot-left .left .left-title {
  font-size: 22px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  color: #ECECEC;
  margin-bottom: 48px;
}
.footer .foot-left .left .left-addess {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #B4B4B4;
  margin-bottom: 22px;
}
.footer .foot-left .left .left-phone {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #B4B4B4;
  margin-bottom: 22px;
}
.footer .foot-left .left .left-email {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #B4B4B4;
  margin-bottom: 22px;
}
.footer .foot-left .left-erweima div:nth-child(1) {
  font-size: 16px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  color: #DCDCDC;
  margin-bottom: 48px;
}
.footer .foot-left .left-erweima div:nth-child(2) {
  width: 110px;
  height: 110px;
}
.footer .foot-left .left-erweima div:nth-child(2) img {
  width: 100%;
  height: 100%;
}
.footer .right-anav .tits {
  font-size: 16px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  margin-bottom: 30px;
}
.footer .right-anav .tits a {
  color: #DCDCDC;
}
.footer .right-anav .tit {
  font-size: 14px;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  margin-bottom: 19px;
}
.footer .right-anav .tit a {
  color: #A9A9A9;
}
.footer .Record {
  font-size: 14px;
  font-weight: normal;
  margin-top: 100px;
  width: 100%;
  text-align: center;
}
.footer .Record a {
  color: #A9A9A9;
}
.his {
  display: none;
}
.to-top {
  position: fixed;
  z-index: 999;
  right: 90px;
  bottom: 360px;
  width: 42px;
  height: 42px;
  background: #3C3C3D;
}
.Loadmore {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 26px;
  padding-top: 50px;
  background-color: #F2F2F2;
}
.Loadmore .Load {
  height: 70px;
  background-color: #D6D6D6;
}
.Loadmore .Loadmore-pic {
  width: 21px;
  height: 25px;
  margin-right: 16px;
}
.Loadmore .Loadmore-pic img {
  width: 100%;
  height: 100%;
}
.Loadmore .Loadmore-tit {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #3D3D3D;
}
@media (max-width: 1200px) {
  .header {
    height: 120px;
    padding-right: 5%;
  }
  .header .logo-box {
    width: 435px;
    height: 68px;
  }
  .header .logo-box img {
    width: 435px;
    height: 68px;
  }
  .header .nav div {
    width: 100%;
  }
  .header .nav div div {
    font-size: 14px;
    font-weight: normal;
  }
  .header .nav div div a {
    color: #000000;
  }
  .header .openNav-box {
    cursor: pointer;
  }
  .header .openNav-box .line {
    transition: all 0.5s linear;
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    margin-top: 8px;
  }
  .header .openNav-box .line:first-child {
    margin-top: 0;
  }
  .header .openNav-box {
    cursor: pointer;
  }
  .header .openNav-box .line {
    transition: all 0.5s linear;
    width: 40px;
    height: 4px;
    background-color: #000000;
    border-radius: 2px;
    margin-top: 8px;
  }
  .header .openNav-box .line:first-child {
    margin-top: 0;
  }
  .header .animate1 .second-line {
    transform: rotateY(360deg);
    opacity: 0;
  }
  .header .animate1 .first-line {
    transform-origin: center center;
    transform: translateY(12px) rotate(405deg);
  }
  .header .animate1 .third-line {
    transform-origin: center center;
    transform: translateY(-12px) rotate(-405deg);
  }
  .swiper-container {
    width: 100%;
    height: 300px;
    position: relative;
  }
  .swiper-container img {
    width: 100%;
    height: 100%;
  }
  .swiper-container .swiper-slide {
    position: relative;
  }
  .swiper-container .swiper-slide .cent {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 999;
  }
  .swiper-container .swiper-slide .cent .title {
    font-size: 30px;
    font-weight: bold;
    color: #BF3518;
    margin-bottom: 30px;
  }
  .swiper-container .swiper-slide .cent .eng-title {
    font-size: 14px;
    font-weight: normal;
    font-family: Hiragino Sans GB;
    color: #BF3518;
  }
  .swiper-container .line {
    position: absolute;
    bottom: 76px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
    height: 2px;
    background-color: #fefefe;
    overflow: hidden;
  }
  .swiper-container .line .line-bg {
    background-color: #bf371a;
    width: 0;
    height: 2px;
    animation: banner-line 3s infinite;
  }
  @keyframes banner-line {
    from {
      width: 0;
    }
    to {
      width: 1360px;
    }
  }
  .swiper-container .swiper-pagination-fraction {
    font-size: 18px;
    color: #FFFFFF;
    bottom: 113px;
    left: -33%;
  }
  .swiper-container .swiper-pagination-current {
    font-size: 30px;
    color: #BF3518;
  }
  .Side-nav {
    overflow: auto;
    overflow-style: marquee-block;
    position: fixed;
    z-index: 999;
    width: 200px;
    right: -200px;
    height: calc(100vh - 120px);
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s linear;
  }
  .Side-nav::-webkit-scrollbar {
    width: 0;
  }
  .Side-nav .nav-item {
    border-bottom: 1px solid #171616;
  }
  .Side-nav .nav-item .second-level {
    background-color: #bbbbbb;
    display: none;
    position: relative;
    z-index: 9999;
  }
  .Side-nav .nav-item .second-level div {
    border-bottom: 1px solid #171616;
  }
  .Side-nav .nav-item .second-level a {
    text-align: center;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #3b3b3b;
  }
  .Side-nav .nav-item a {
    text-align: center;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #c8cbcf;
  }
  .his {
    visibility: hidden;
    opacity: 0;
  }
  .active {
    right: 0;
  }
}
@media (max-width: 996px) {
  .header .logo-box {
    width: 272px;
    height: 40px;
  }
  .header .logo-box img {
    width: 100%;
    height: 100%;
  }
  .header .openNav-box .line {
    width: 35px;
    height: 4px;
  }
  .swiper-container {
    width: 100%;
    height: 300px;
    position: relative;
  }
  .swiper-container img {
    width: 100%;
    height: 100%;
  }
  .swiper-container .swiper-slide {
    position: relative;
  }
  .swiper-container .swiper-slide .cent {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 999;
  }
  .swiper-container .swiper-slide .cent .title {
    font-size: 26px;
    font-weight: bold;
    color: #BF3518;
    margin-bottom: 30px;
  }
  .swiper-container .swiper-slide .cent .eng-title {
    font-size: 12px;
    font-weight: normal;
    font-family: Hiragino Sans GB;
    color: #BF3518;
  }
  .swiper-container .line {
    position: absolute;
    bottom: 76px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
    height: 2px;
    background-color: #fefefe;
    overflow: hidden;
  }
  .swiper-container .line .line-bg {
    background-color: #bf371a;
    width: 0;
    height: 2px;
    animation: banner-line 3s infinite;
  }
  @keyframes banner-line {
    from {
      width: 0;
    }
    to {
      width: 1360px;
    }
  }
  .swiper-container .swiper-pagination-fraction {
    font-size: 18px;
    color: #FFFFFF;
    bottom: 113px;
    left: -33%;
  }
  .swiper-container .swiper-pagination-current {
    font-size: 30px;
    color: #BF3518;
  }
}
@media (max-width: 768px) {
  .header {
    padding-left: 0;
    padding-right: 0;
  }
  .header .logo-box {
    width: 217.5px;
    height: 33px;
  }
  .header .logo-box img {
    width: 100%;
    height: 100%;
  }
  .header .openNav-box .line {
    width: 35px;
    height: 4px;
  }
  .swiper-container {
    width: 100%;
    height: 300px;
    position: relative;
  }
  .swiper-container img {
    width: 100%;
    height: 100%;
  }
  .swiper-container .swiper-slide {
    position: relative;
  }
  .swiper-container .swiper-slide .cent {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 999;
  }
  .swiper-container .swiper-slide .cent .title {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #BF3518;
    margin-bottom: 10px;
  }
  .swiper-container .swiper-slide .cent .eng-title {
    font-size: 12px;
    font-weight: normal;
    font-family: Hiragino Sans GB;
    color: #BF3518;
  }
  .swiper-container .line {
    position: absolute;
    bottom: 76px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
    height: 2px;
    background-color: #fefefe;
    overflow: hidden;
  }
  .swiper-container .line .line-bg {
    background-color: #bf371a;
    width: 0;
    height: 2px;
    animation: banner-line 3s infinite;
  }
  @keyframes banner-line {
    from {
      width: 0;
    }
    to {
      width: 1360px;
    }
  }
  .swiper-container .swiper-pagination-fraction {
    font-size: 18px;
    color: #FFFFFF;
    bottom: 113px;
    left: -33%;
  }
  .swiper-container .swiper-pagination-current {
    font-size: 30px;
    color: #BF3518;
  }
  .tab {
    padding-left: 0;
    padding-right: 0;
  }
  .tab .tab-title .tit {
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
  }
  .tab .tab-title .actives {
    color: #FFFFFF;
    background-color: #BF3518;
  }
  .details {
    background-color: #F2F2F2;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 26px;
    padding-top: 100px;
  }
  .details .word {
    background-color: #FFFFFF;
    padding: 15px 15px;
  }
  .details .d-title {
    font-size: 24px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    color: #24231D;
    text-align: center;
  }
  .details .tit-f {
    margin: 22px 0 40px 0;
    font-size: 14px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    color: #929292;
  }
  .details .tit-f div {
    text-align: center;
    margin-right: 39px;
  }
  .details .cont {
    font-size: 14px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    color: #5B5A5A;
    line-height: 30px;
  }
  .details .cont-pic div {
    margin: 30px 0;
    width: 580px;
    height: 334px;
  }
  .details .cont-pic div img {
    width: 100%;
    height: 100%;
  }
  .details .lines {
    margin: 72px 0 41px 0;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
  }
  .details .upper {
    position: relative;
    margin-bottom: 30px;
  }
  .details .upper div:nth-child(2) {
    font-size: 14px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    color: #5B5A5A;
    margin-right: 30px;
  }
  .details .upper div:nth-child(3) {
    font-size: 14px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    color: #3F3F3F;
  }
  .details .dow div:nth-child(2) {
    margin-right: 30px;
    font-size: 14px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    color: #5B5A5A;
  }
  .details .dow div:nth-child(3) {
    font-size: 14px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    color: #3F3F3F;
  }
  .details .r-turn {
    font-size: 14px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
  }
  .details .r-turn a {
    color: #6B6B6B;
  }
  .propaganda {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .propaganda .propaganda-title {
    margin-bottom: 30px;
  }
  .banner {
    position: relative;
  }
  .banner .banner-pic {
    width: 100%;
    height: 300px;
  }
  .banner .banner-pic img {
    width: 100%;
    height: 100%;
  }
  .banner .banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #FFFFFF;
  }
  .porate {
    background-color: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .corporate {
    padding-right: 15px;
    padding-left: 15px;
  }
  .corporate .cor {
    background-color: #FFFFFF;
    transition: all 0.5s linear;
    border: 2px solid rgba(191, 53, 24, 0);
  }
  .corporate .cor:hover {
    border: 2px solid #bf3518;
  }
  .corporate .corporate-pic {
    height: 400px;
  }
  .corporate .corporate-pic img {
    width: 100%;
    height: 100%;
  }
  .corporate .corporate-word {
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
  }
  .corporate .corporate-word .title {
    height: 46px;
    position: relative;
    font-size: 24px;
    font-weight: normal;
    color: #262626;
    margin-bottom: 30px;
  }
  .corporate .corporate-word .title::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 36px;
    height: 6px;
    background-color: #BF3518;
    left: 0;
    bottom: 0;
  }
  .corporate .corporate-word .content {
    font-size: 14px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    color: #3D3D3D;
    line-height: 30px;
  }
  .txt-sect {
    position: relative;
    padding-top: 60px;
  }
  .txt-sect .bg-box1 {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: -1;
  }
  .txt-sect .page-txt-box .title {
    font-size: 40px;
    color: #24231D;
    margin-top: 40px;
  }
  .txt-sect .page-txt-box .txt {
    font-size: 14px;
    color: #4C4B45;
    line-height: 30px;
    margin-top: 25px;
  }
  .txt-sect .page-txt-box .img-box {
    margin-top: 15px;
  }
  .txt-sect .page-txt-box .img-box img {
    width: 100%;
    height: auto;
  }
  .txt-sect .page-txt-box .swiper-box {
    margin-top: 40px;
    height: 600px;
    position: relative;
  }
  .txt-sect .page-txt-box .swiper-box .sw-item {
    margin-left: 100px;
    background-color: #BA251E;
    width: calc(100% - 100px);
    max-width: 400px;
    padding: 12px;
    position: relative;
  }
  .txt-sect .page-txt-box .swiper-box .sw-item::before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #BA251E;
    content: '';
    display: inline-block;
    position: absolute;
    top: 20px;
    left: -10px;
    z-index: 1000;
  }
  .txt-sect .page-txt-box .swiper-box .sw-item .year-box {
    padding: 0 20px;
  }
  .txt-sect .page-txt-box .swiper-box .sw-item .year-box .year {
    font-size: 40px;
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
  }
  .txt-sect .page-txt-box .swiper-box .sw-item .year-box img {
    width: 81px;
    height: auto;
  }
  .txt-sect .page-txt-box .swiper-box .sw-item .txt-box {
    margin-top: 20px;
    background-color: #fff;
    padding: 40px;
    font-size: 16px;
    color: #2E2C26;
    line-height: 2;
  }
  .txt-sect .page-txt-box .swiper-box .bar {
    position: absolute;
    left: 60px;
    top: 30px;
    width: 6px;
    height: 600px;
    background-color: #d3d2d0;
  }
  .txt-sect .page-txt-box .swiper-box .bar .swiper-pagination-progressbar-fill {
    background-color: #BA251E;
  }
  .txt-sect .page-txt-box .swiper-box .circular {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #d3d2d0;
    position: absolute;
    background-color: #fff;
    left: 53px;
    top: 10px;
  }
  .txt-sect .page-txt-box .swiper-box .page {
    position: absolute;
    left: 0;
    top: 30px;
    width: 60px;
    height: 600px;
    z-index: 1100;
    font-size: 18px;
    color: #211F17;
  }
  .txt-sect .page-txt-box .swiper-box .page .year {
    margin-bottom: 50px;
  }
  .txt-sect .page-txt-box .swiper-box .page .year .line {
    width: 15px;
    height: 5px;
    background-color: #d3d2d0;
  }
  .txt-sect .page-txt-box .swiper-box .page .active > div:first-child {
    opacity: 0;
    visibility: hidden;
  }
  .txt-sect .page-txt-box .swiper-box .page .active .line {
    background-color: #BA251E;
  }
  .footer {
    background: #3C3C3D;
    padding-top: 104px;
    padding-bottom: 34px;
  }
  .footer .bg {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .foot-left .left {
    margin-right: 20px;
  }
  .footer .foot-left .left .left-title {
    font-size: 22px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    color: #ECECEC;
    margin-bottom: 48px;
  }
  .footer .foot-left .left .left-addess {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #B4B4B4;
    margin-bottom: 22px;
  }
  .footer .foot-left .left .left-phone {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #B4B4B4;
    margin-bottom: 22px;
  }
  .footer .foot-left .left .left-email {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #B4B4B4;
    margin-bottom: 22px;
  }
  .footer .foot-left .left-erweima div:nth-child(1) {
    font-size: 16px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    color: #DCDCDC;
    margin-bottom: 48px;
  }
  .footer .foot-left .left-erweima div:nth-child(2) {
    width: 110px;
    height: 110px;
  }
  .footer .foot-left .left-erweima div:nth-child(2) img {
    width: 100%;
    height: 100%;
  }
  .footer .right-anav {
    display: none !important;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .footer .right-anav .tits {
    font-size: 16px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    margin-bottom: 30px;
  }
  .footer .right-anav .tits a {
    color: #DCDCDC;
  }
  .footer .right-anav .tit {
    font-size: 14px;
    font-family: Hiragino Sans GB;
    font-weight: normal;
    margin-bottom: 19px;
  }
  .footer .right-anav .tit a {
    color: #A9A9A9;
  }
}
/*# sourceMappingURL=newsdetail.css.map */
