@font-face {
  font-family: "iconfont"; /* Project id 1296088 */
  src: url("//at.alicdn.com/t/font_1296088_6p7b004uxwv.woff2?t=1622101206154")
      format("woff2"),
    url("//at.alicdn.com/t/font_1296088_6p7b004uxwv.woff?t=1622101206154")
      format("woff"),
    url("//at.alicdn.com/t/font_1296088_6p7b004uxwv.ttf?t=1622101206154")
      format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.8rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-view-middle,
.main-view-middle2,
.main-view-middle3,
.main-view-middle4,
.main-view-middle5 {
  padding-top: 4rem;
  background-color: #fff;
}

body,
html {
  background-color: #ffffff;
}

.title-black {
  position: relative;
  width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btns {
  position: absolute;
  bottom: 0;
  right: 0%;
}

.btns img {
  width: 20px;
  cursor: pointer;
}

.main-view-img1 {
  font-size: 0;
}

.tree {
  width: 68.75rem;
  height: auto;
  padding-top: 10px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.tree > div {
  width: 50%;
}

.tree img {
  width: 93%;
  margin: 0 auto;
}

.orange {
  background-image: linear-gradient(to right, #fc8e26, #f74000);
}

.middle2-year {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 76px;
  box-sizing: border-box;
  text-align: center;
  color: #e32332;
  border: 2px solid #e32332;
  margin: 50px auto 0;
  font-size: 1.15rem;
  font-weight: bold;
  transition: border 0.5s;
  cursor: pointer;
}
#middle-div {
  width: 800px;
  margin: 0 auto;
}
#middle-div:hover .middle2-year {
  border: 5px solid #f26f23;
  line-height: 70px;
}
#middle-div:hover .font-sizes {
  color: #e32332;
}
.colorRed {
  color: #e32332;
}

.font-sizes {
  font-size: 0.9rem;
  font-weight: 400;
  color: #464646;
  margin-top: 3px;
}

.middle2-develop {
  margin: 0px auto 0;
  width: 800px;
}

.middle2-develop .items:nth-child(odd) {
  width: 410px;
  float: right;
  height: 68px;
  box-sizing: border-box;
  padding: 42px 0 0 40px;
  /* background-color: rgba(0,0,0,0.7); */
}

.middle2-develop .items:nth-child(even) {
  width: 410px;
  float: left;
  height: 68px;
  text-align: right;
  box-sizing: border-box;
  padding: 42px 40px 0 0px;
  /* background-color: rgba(0,0,0,0.7); */
}

/* .items{
      width: 410px;
      float: left;
      height: 66px;
      background-color: rgba(0,0,0,0.7);
  } */
.w66rem {
  width: 66rem;
  margin: 0 auto;
}

.w66rem .btns {
  right: 0;
  left: initial;
}

.items-p1 {
  color: #e32332;
  font-size: 1.2rem;
  position: relative;
}

.middle3-lists {
  font-size: 0;
  margin-top: 0;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 0;
}

.middle3-lists img {
  width: 21rem;
  margin-right: 3rem;
  cursor: pointer;
}

.middle3-lists img:hover {
  box-shadow: 0 0 16px 5px #e0dedf;
}

.middle5-lists {
  font-size: 0;
  width: 68.75rem;
  margin: 0 auto;
}

.middle5-lists div {
  display: inline-block;
  overflow: hidden;
}

.middle5-lists .box {
  width: 22.25rem;
  margin-right: 1rem;
  height: 17.5rem;
  border: 1px solid #c8c8c8;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.middle5-lists > div.box:nth-child(3n) {
  margin-right: 0;
}
.middle5-lists > div.box:nth-child(n + 4) {
  margin-top: 1rem;
}

.middle5-lists > div:hover {
  box-shadow: 0 0 16px 5px #e0dedf;
}

.middle5-lists .scaleImgs {
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
  width: 100%;
  height: auto;
}

.middle5-lists .box:hover {
  border-color: #e3ad8b;
  transform: translateY(-0.8rem);
}

.middle5_titles {
  padding: 20px 0 0 10px;
}

.middle5_titles p {
  margin-left: 10px;
  font-size: 1rem;
  text-align: left;
  letter-spacing: 1px;
  color: #464646;
  line-height: 1.5rem;
}

.main-view-middle2 {
  background-color: #f6f6f6;
  margin-top: 1.95rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.main-view-middle3 {
  margin-top: 0;
  padding-top: 0;
}

.main-view-middle3 .title-black {
  margin-top: 1.95rem;
  margin-bottom: 1.95rem;
}

.main-view-middle4 {
  background-color: #f6f6f6;
  margin-top: 2.5rem;
  padding-top: 2rem;
  overflow: hidden;
  padding-bottom: 5rem;
}

.main-view-middle5 .title-black {
  margin-top: 1.95rem;
  margin-bottom: 1.95rem;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  opacity: 1 !important;
  margin: 0 6px !important;
  background: url(swiper_origin.png) no-repeat center !important;
  background-size: 100% !important;
  border: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative !important;
  background: url(swiper_act.png) no-repeat center !important;
}

.swiper-pagination {
  bottom: 2.5rem !important;
}
.floatItems {
  width: 100%;
  border-bottom: 1px solid #bdbab9;
  padding: 20px 0;
}
.floatItems p {
  margin-bottom: 6px;
  font-size: 0;
}

.floatItems p span {
  font-size: 0.71rem;
  font-weight: 500;
  color: #464646;
  letter-spacing: 1px;
  vertical-align: top;
}

.floatItems .firstP {
  margin-bottom: 12px;
}

.floatItems p .spanW {
  display: inline-block;
  width: 4.2rem;
  color: #456790;
  overflow: hidden;
  margin-right: 3px;
}

.floatItems p .spanW span {
  color: #456790;
}
.floatItems p .spantitleColor1 {
  display: inline-block;
  width: 88px;
  background-color: #456790;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 5px 0;

  font-size: 0.9rem;
  vertical-align: middle;
  margin-right: 3px;
}
.floatItems p .spantitle {
  padding: 5px 0;
  vertical-align: middle;
  color: #456790;
  font-weight: 600;
}

.box01 {
  width: 68.75rem;
  margin: 80px auto 0 auto;
  clear: both;
  border: 1px solid #c8c8c8;
  border-left: 0;
  height: 20rem;
  box-shadow: 0 0 16px 5px #e0dedf;
}
.box01 .l {
  float: left;
  width: 45%;
  height: auto;
  display: block;
  position: relative;
  height: 20rem;
}
.box01 .l > img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.box01 .l > div {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.box01 .r {
  float: left;
  width: 55%;
}
.box01 .r .inner {
  width: 74%;
  margin: 3.5vw auto auto auto;
}
.box01 .r .inner h5 {
  color: #1e2380;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
.box01 .r .inner .con {
  color: #464646;
  font-size: 1rem;
  line-height: 1.7rem;
}
.middle-view-bottom-divs-blue_span {
  display: inline-block;
  width: 10px;
  margin: 0 5px;
  height: 7px;
  background-color: transparent;
  border-top: 2px solid #f26f23;
}
.box01 .l .swiper-button-next,
.swiper-button-prev {
  left: unset;
  top: unset;
  color: red;
  bottom: 0;
  right: 0;
  background: none;
  background-color: #f26f23;
  color: white;
  text-align: center;
  line-height: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
}
.box01 .l .swiper-button-prev {
  right: 2.25rem !important;
  background-color: #fff;
  color: #ababab;
}
.box01 .l .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
}
.box01 .l .swiper-pagination {
  bottom: 1.5rem !important;
}
.box01
  .l
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-size: 8px 8px !important;
}
.floatItem1 {
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
}
.floatItem2 {
  width: 45%;
  position: absolute;
  top: 26%;
  right: 0;
}
.floatItem3 {
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cultureBottom {
  width: 68.75rem;
  margin: 60px auto 0;
}
.cultureBottomLists {
  width: 68.75rem;
  background-color: #fff;
  /* height: 200px; */
  padding: 10px 20px;
  overflow: hidden;
}
.cultureBottomLists > div {
  float: left;
}
.pageLocation {
  width: 68.75rem;
  margin: 20px auto 0;
  text-align: center;
}
.pageLocation span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  color: #464646;
}
.pageLocation span:first-child,
.pageLocation span:last-child {
  color: #e0e0e0;
}
.pageLocation .activePage {
  color: #fff;
  background-color: #f26f23;
}
.fadeInLeft {
  animation: bounceInLeft linear 0.5s 1s forwards;
  opacity: 0;
}
.fadeInRight {
  animation: bounceInRight linear 0.5s 1s forwards;
  opacity: 0;
}
.fadeInLeft1 {
  animation: bounceInLeft linear 0.5s forwards;
  opacity: 0;
}
.fadeInRight1 {
  animation: bounceInRight linear 0.5s forwards;
  opacity: 0;
}
.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: content-box;
  font-size: 0;
  border: 1px solid #f26f23;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s linear;
}

.circle div {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #e32332;
}