.History {
  background: url(../images/historybg.png) no-repeat center top;
  padding: 80px 0 110px;
  background-size: cover;
}
.sjzstitle,
.sjzstitle_W {
  width: 100%;
  font-size: 40px;
  color: #000;
  text-align: center;
}
.sjzstitle_W {
  color: #fff;
}
.sjzs {
  width: 100%;
  padding: 100px 0;
  background: url(../images/bg02.png) no-repeat center top;
  position: relative;
  background-size: cover;
 /* z-index: -1;*/
}
.sjzs::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 20px;
  background: #911432;
  right: 0;
  top: 0;
}
.sjzs .sjzlist {
  width: 100%;
  margin: 30px 0;
}
.sjzs .sjzlist .sjitem {
  width: 310px;
  font-size: 16px;
  line-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.sjzs .sjzlist .sjitem span {
  font-size: 26px;
  padding: 0 5px;
}
.sjzs .sjzlist .sjitem.sjitem01 {
  width: 50%;
}
.sjzs .sjitem01 {
  position: relative;
  height: 420px;
}
.sjzs .sjitem01 img {
  width: 100%;
  height: 420px;
}
.sjzs .sjitem01 .sj01pos {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 270px;
  background: rgba(21, 115, 190, 0.9);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 50px;
}
.sjzs .sjitem02 {
  background: url(../images/bg04.png) no-repeat 0 0;
  background-size: cover;
  margin-bottom: 15px;
  width: 100%;
  padding: 60px 30px;
}
.sjzs .sjitem03 {
  background: url(../images/bg005.png) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  padding: 60px 30px;
}
.sjzs .sjitem04 {
  background: url(../images/sj03.png) no-repeat 0 0;
  background-size: 100%;
  margin-bottom: 30px;
  padding: 60px 30px;
}
.sjzs .sjzlistMore,
.sjzs .sjzlistMore a i {
  text-align: center;
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
}
.sjzs .sjzlistMore a i {
  font-size: 20px;
  padding: 0 5px;
}
.sjzs .sjzlistMore a:hover i {
  animation: leftRight 1.2s ease-out infinite;
}
.honor {
  position: relative;
  overflow: hidden;
}
.honor::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 950px;
  height: 603px;
  background: url(../images/bg04.png) no-repeat 0 0;
  z-index: -1;
}
.honor::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 788px;
  height: 672px;
  background: #fff url(../images/bg03.png) no-repeat 0 0;
  z-index: 0;
}
.honor .honorbox {
  background: #fff;
  padding: 50px;
  position: relative;
  z-index: 2;
}
.honor .honorbox .honorimg {
  margin: 40px 0 0;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.honor .honorbox .honorimg::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  border-radius: 10px;
  background-color: #e4e4e4;
}
.honor .honorbox .honorimg::-webkit-scrollbar {
  width: 1px;
  height: 3px;
  background-color: #e4e4e4;
}
.honor .honorbox .honorimg::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #2553a0;
}
.honor .honorbox .honorimg img {
  min-width: 1228px;
  height: auto;
}
.xrld {
  padding: 70px 0;
  position: relative;
}
.xrld::before {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: 390px;
  background: url(../images/bg05.png) no-repeat left top;
  z-index: -1;
}
.xrld::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #eceef2;
  z-index: -2;
}
.xrld .xrlditem {
  transition: all 0.3s ease;
  width: 49%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 50px 0;
}
.xrld .xrlditem .xrlditemHeader {
  transition: all 0.3s ease;
  overflow: hidden;
  width: 121px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-size: 100%;
  font-weight: bold;
  font-size: 18px;
  writing-mode: tb-rl;
  letter-spacing: 5px;
}
.xrld .xrlditem .xrlditemul {
  background: #fff;
  width: calc(100% - 121px);
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 20px 40px;
  font-size: 16px;
}
.xrld .xrlditem .xrlditemul li {
  transition: all 0.3s ease;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px #eeeeee solid;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
    height: 20%;
}
.xrld .xrlditem .xrlditemul li:last-child {
  border-bottom: 1px transparent solid;
}
.xrld .xrlditem .xrlditemul li span {
  border-right: 1px #eeeeee solid;
  width: 149px;
  padding-right: 20px;
  text-align: right;
  color: #000;
}
.xrld .xrlditem .xrlditemul li a {
  transition: all 0.3s ease;
  padding: 0 20px;
  color: #000;
  font-size: 18px;
}
.xrld .xrlditem .xrlditemul li a:hover {
  color: #2a57a1;
  font-weight: bold;
}
.xrld .xrlditem .xrlditemul li.listtwo {
  padding: 40px 0;
}
.xrld .xrlditem:hover .xrlditemHeader {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.time-line {
  width: 100%;
  margin: 50px auto;
  position: relative;
}
.time-line .left-btn,
.time-line .right-btn {
  width: 40px;
  height: 40px;
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  margin-top: -48px;
  cursor: pointer;
}
.time-line .left-btn {
  left: 0;
  top: 50%;
}
.time-line .right-btn {
  right: 0;
  top: 50%;
  transform: rotate(180deg);
}
.time-line .right-btn:hover,
.time-line .left-btn:hover {
  opacity: 0.8;
}
.time-line .time-box {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.time-line .time-box ul {
  overflow: hidden;
  position: relative;
  height: auto;
}
.time-line .time-box ul:after {
  content: "";
  background: #fff;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 190px;
  margin-top: -4px;
  border-radius: 8px;
}
.time-line .time-box li {
  width: 234px;
  float: left;
  box-sizing: border-box;
  position: relative;
  color: #ededed;
}
.time-line .time-box li:first-child {
  border-left: 1px transparent solid;
}
.time-line .time-box li:after {
  content: "";
  width: 7px;
  height: 10px;
  background: #fff;
  position: absolute;
  margin-top: 183px;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 5px 5px 5px 5px;
  right: -4px;
}
.yeartitle01 {
  width: 100%;
  height: auto;
  padding: 0 20px;
  border-left: 1px solid rgba(237, 237, 237, 0.2);
}
.yeartitle01 .yeartitle01Title {
  margin: 90px 0 70px;
  padding-bottom: 40px;
}
.yeartitle01 .yeartitle01Title strong {
  font-size: 42px;
  display: block;
}
.yeartitle01 .yeartitle01Title span {
  font-size: 21px;
  display: block;
}
.yeartitle01 .yeartitle01Con .HistoryitemConimg {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.yeartitle01 .yeartitle01Con .HistoryitemCondes {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.yeartitle02 {
  width: 100%;
  padding: 0 20px;
  border-left: 1px solid rgba(237, 237, 237, 0.2);
}
.yeartitle02 .yeartitle02Title {
  text-align: left;
  color: #ededed;
  margin: 50px 0 90px 0;
}
.yeartitle02 .yeartitle02Title strong {
  font-size: 42px;
  display: block;
}
.yeartitle02 .yeartitle02Title span {
  font-size: 21px;
  display: block;
}
.yeartitle02 .yeartitle02Con {
  align-items: flex-start;
  padding-top: 0px;
  padding-bottom: 0;
}
.Historysonbottom {
  width: 100%;
  padding: 0 20px;
  border-left: 1px solid rgba(237, 237, 237, 0.2);
}
.Historysonbottom .HistorysonbottomTitle {
  margin-top: 120px;
  margin-bottom: 50px;
}
.Historysonbottom .HistorysonbottomTitle strong {
  font-size: 20px;
  display: block;
}
.Historysonbottom .HistorysonbottomTitle span {
  font-size: 14px;
  display: block;
  color: #ededed;
}
.Historysonbottom .HistorysonbottomCon {
  align-items: flex-start;
  padding-top: 0px;
  padding-bottom: 0;
}
.Historysontop {
  padding: 0 20px;
  border-left: 1px solid rgba(237, 237, 237, 0.2);
}
.Historysontop .HistorysontopTitle {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}
.Historysontop .HistorysontopTitle strong {
  font-size: 20px;
  display: block;
}
.Historysontop .HistorysontopTitle span {
  font-size: 14px;
  display: block;
  color: #ededed;
}
.HistoryCon {
  height: 176px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #ededed;
  line-height: 24px;
  flex-wrap: wrap;
}
.HistoryCon::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.HistoryCon::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.HistoryCon::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 2px;
}
.HistoryCon.HistoryCon::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.HistoryCon::-webkit-scrollbar-corner {
  background: #fff;
}
.HistoryCon img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .History {
    background: url(../images/historybg.png) no-repeat center top;
    padding: 50px 0 50px;
    background-size: cover;
  }
  .sjzstitle,
  .sjzstitle_W {
    font-size: 42px;
  }
  .sjzs {
    width: 100%;
  }
  .sjzs .sjzlist {
    width: 100%;
    margin: 30px 0;
  }
  .sjzs .sjzlist .sjitem {
    width: 32.5%;
    font-size: 15px;
  }
  .sjzs .sjzlist .sjitem span {
    font-size: 24px;
    padding: 0 5px;
  }
  .sjzs .sjzlist .sjitem.sjitem01 {
    width: 32%;
  }
  .sjzs .sjitem01 {
    position: relative;
    height: 420px;
  }
  .sjzs .sjitem01 img {
    width: 100%;
    height: 420px;
  }
  .sjzs .sjitem01 .sj01pos {
    width: 100%;
  }
  .honor .honorbox {
    background: #fff;
    padding: 50px;
    position: relative;
    z-index: 2;
  }
  .honor .honorbox .honorimg {
    margin: 40px 0 0;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
  }
  .xrld {
    padding: 50px 0;
    position: relative;
  }
  .xrld .xrlditem {
    width: 49%;
  }
  .xrld .xrlditem .xrlditemHeader {
    width: 90px;
    font-size: 20px;
  }
  .xrld .xrlditem .xrlditemul {
    width: calc(100% - 90px);
    padding: 20px 30px;
    font-size: 16px;
  }
  .xrld .xrlditem .xrlditemul li span {
    width: 100px;
    padding-right: 15px;
  }
  .xrld .xrlditem .xrlditemul li a {
    padding: 0 15px;
    font-size: 16px;
  }
  .xrld .xrlditem .xrlditemul li.listtwo {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1080px) {
  .time-line .time-box li {
    width: 208px;
  }
  .HistoryCon {
    height: 174px;
  }
  .time-line .left-btn,
  .time-line .right-btn {
    margin-top: -36px;
  }
  .History {
    background: url(../images/historybg.png) no-repeat center top;
    padding: 50px 0 50px;
    background-size: cover;
  }
  .sjzstitle,
  .sjzstitle_W {
    font-size: 26px;
  }
  .sjzs {
    width: 100%;
  }
  .sjzs .sjzlist {
    width: 100%;
    margin: 30px 0;
  }
  .sjzs .sjzlist .sjitem {
    width: 32.5%;
    font-size: 15px;
  }
  .sjzs .sjzlist .sjitem span {
    font-size: 24px;
    padding: 0 5px;
  }
  .sjzs .sjzlist .sjitem.sjitem01 {
    width: 32%;
  }
  .sjzs .sjitem01 {
    position: relative;
    height: 420px;
  }
  .sjzs .sjitem01 img {
    width: 100%;
    height: 420px;
  }
  .sjzs .sjitem01 .sj01pos {
    width: 100%;
  }
  .honor .honorbox {
    background: #fff;
    padding: 50px;
    position: relative;
    z-index: 2;
  }
  .honor .honorbox .honorimg {
    margin: 40px 0 0;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
  }
  .xrld {
    padding: 50px 0;
    position: relative;
  }
  .xrld .xrlditem {
    width: 49%;
  }
  .xrld .xrlditem .xrlditemHeader {
    width: 80px;
    font-size: 18px;
  }
  .xrld .xrlditem .xrlditemul {
    width: calc(100% - 80px);
    padding: 10px 20px;
    font-size: 16px;
  }
  .xrld .xrlditem .xrlditemul li span {
    width: 100px;
    padding-right: 10px;
  }
  .xrld .xrlditem .xrlditemul li a {
    padding: 0 10px;
    font-size: 16px;
  }
  .xrld .xrlditem .xrlditemul li.listtwo {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .time-line .time-box {
    width: 86%;
    margin: 0 auto;
    overflow: hidden;
  }
  .time-line .time-box li {
    width: 208px;
  }
  .HistoryCon {
    height: 174px;
  }
  .time-line .left-btn,
  .time-line .right-btn {
    margin-top: -36px;
  }
  .History {
    background: url(../images/historybg.png) no-repeat center top;
    padding: 80px 0 110px;
    background-size: cover;
  }
  .sjzstitle,
  .sjzstitle_W {
    font-size: 31px;
  }
  .sjzs::before {
    display: none;
  }
  .sjzs .sjzlist {
    width: 100%;
    margin: 30px 0;
  }
  .sjzs .sjzlist .sjitem {
    width: 100%;
  }
  .sjzs .sjzlist .sjitem.sjitem01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .sjzs .sjitem01 {
    position: relative;
    height: 420px;
  }
  .sjzs .sjitem01 img {
    width: 100%;
    height: 420px;
  }
  .sjzs .sjitem01 .sj01pos {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 270px;
    background: rgba(21, 115, 190, 0.9);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 50px;
  }
  .sjzs .sjitem02 {
    padding: 50px 30px;
  }
  .sjzs .sjitem03 {
    padding: 50px 30px;
  }
  .sjzs .sjitem04 {
    padding: 50px 30px;
    margin: 20px 0;
  }
  .honor {
    position: relative;
  }
  .honor::before,
  .honor::after {
    display: none;
  }
  .honor .honorbox {
    background: #fff;
    padding: 30px 0;
    position: relative;
    z-index: 2;
  }
  .honor .honorbox .honorimg {
    margin: 40px 0 0;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
  }
  .xrld {
    padding: 0px 0;
    position: relative;
  }
  .xrld::before,
  .xrld::after {
    display: none;
  }
  .xrld .xrlditem {
    width: 100%;
    margin: 20px 0;
  }
  .xrld .xrlditem .xrlditemHeader {
    width: 10%;
    font-size: 18px;
  }
  .xrld .xrlditem .xrlditemul {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 10px 10px;
    font-size: 0.9rem;
    border: 1px #eeeeee solid;
    border-left: 1px transparent solid;
  }
  .xrld .xrlditem .xrlditemul li {
    padding: 15px 0;
  }
  .xrld .xrlditem .xrlditemul li span {
    border-right: 1px #eeeeee solid;
    width: 100px;
    padding-right: 10px;
    text-align: right;
    color: #000;
  }
  .xrld .xrlditem .xrlditemul li a {
    padding: 0 10px;
    font-size: 0.9rem;
  }
  .xrld .xrlditem .xrlditemul li.listtwo {
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .time-line .time-box {
    width: 76%;
    margin: 0 auto;
    overflow: hidden;
  }
  .time-line .time-box li {
    width: 208px;
  }
  .HistoryCon {
    height: 174px;
  }
  .time-line .left-btn,
  .time-line .right-btn {
    margin-top: -36px;
  }
}