.content1 {
  min-height: 898px;
  background: url('../images/about-us/bg-company.png');
  background-size: contain 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.header-title {
  background: transparent;
}

.tab-h-content {
  border-bottom: none;
}

.tab-h-content .tab-h {
  margin-right: 0;
  margin-left: 40px;
}

.header-title .header-title-content {
  width: 100%;
}

.img-title {
  display: block;
  height: 130px;
  width: auto;
  margin-top: 54px;
}

.company-profile {
  margin-right: 86px;
  flex: 1;
}

.company-profile p {
  line-height: 28px;
  margin-top: 36px;
}

.company-show {
  width: 482px;
  margin-top: 36px;
}

.company-show img {
  display: block;
  width: 100%;
  height: auto;
}

.company-show .content-tip {
  margin-top: 64px;
}

.company-show .content-tip p:nth-of-type(2n + 1) {
  font-size: 19px;
  color: #666666;
}

.company-show .content-tip p:nth-of-type(2n) {
  font-size: 59px;
  font-weight: bold;
  color: #2256f7;
}

.company-show .content-tip p:nth-of-type(2n) span {
  font-size: 20px;
  font-weight: 400;
}

.content2 {
  height: 633px;
  background: url('../images/about-us/bg-2.png');
  background-size: 100% 100%;
}

.year {
  font-size: 220px;
  font-family: DIN Alternate-Bold, DIN Alternate;
  font-weight: bold;
  line-height: 256px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 97;
  opacity: 0.08;
}

.content-show {
  text-align: center;
}

.content-show > p {
  font-size: 36px;
  font-weight: bold;
  margin-top: 132px;
  margin-bottom: 24px;
}

.content-show > div {
  font-size: 24px;
}

.content-show > div .year-prv,
.content-show > div .year-next {
  display: inline-block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-size: 100% 100%;
}
.content-show > div .year-prv {
  background-image: url('../images/arrow-left.png');
}
.content-show > div .year-prv:hover {
  background-image: url('../images/arrow-right.png');
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.content-show > div .year-next {
  background-image: url('../images/arrow-left.png');
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.content-show > div .year-next:hover {
  background-image: url('../images/arrow-right.png');
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.content-show .tip {
  position: absolute;
  top: 350px;
  left: calc(100% / 36 * 34);
  display: block;
  width: 18px;
  height: 12px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  /* margin-left: 4px; */
}
.content-show .year-list {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 130px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.content-show .year-list .year-item {
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  width: 50px;
}
.content-show .year-list .year-item:hover {
  font-weight: bold;
}

/* 荣誉资质 */
.content-honor-box {
  background-color: #f5f6fb;
  position: relative;
}
.content-honor-box .empty-gray-box {
  width: 100%;
  height: 190px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, #e5e6ed 0%, #e9eaf0 100%);
}
.content-honor-box .img-title-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.content-honor-box .img-title-box .arrow-box,
.content5 .img-title-box .arrow-box
 {
  width: 112px;
  height: 40px;
  background: #2256f7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
}
.content-honor-box .img-title-box .arrow-box .arrow-icon ,
.content5 .img-title-box .arrow-box .arrow-icon 
{
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.content-honor-box .img-title-box .arrow-box .arrow-icon.left,
.content5 .img-title-box .arrow-box .arrow-icon.left
 {
  background-image: url('../images/arrow-left.png');
}
.content-honor-box .img-title-box .arrow-box .arrow-icon.left:hover ,
.content5 .img-title-box .arrow-box .arrow-icon.left:hover 
{
  background-image: url('../images/arrow-right.png');
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.content-honor-box .img-title-box .arrow-box .arrow-icon.right ,
.content5 .img-title-box .arrow-box .arrow-icon.right 
{
  background-image: url('../images/arrow-left.png');
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.content-honor-box .img-title-box .arrow-box .arrow-icon.right:hover ,
.content5 .img-title-box .arrow-box .arrow-icon.right:hover 
{
  background-image: url('../images/arrow-right.png');
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mySwiper {
  width: 100%;
  height: 236px;
  padding-bottom: 76px;
  margin-top: 72px;
  margin-bottom: 42px;
}

.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-row-bw {
  display: flex;
  justify-content: space-between;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}
.swiper-slide .img-box {
  position: relative;
  border: 2px solid #cecece;
  box-sizing: border-box;
}
.swiper-slide .img-box::after {
  position: absolute;
  right: -22px;
  bottom: -4px;
  content: '';
  width: 20px;
  height: 100%;
  background-image: url('../images/about-us/shadow.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mySwiper .swiper-slide-1 {
  display: flex;
  align-items: center;
}
.mySwiper .swiper-slide-1 .img1 {
  width: 25%;
  margin-right: 2.1%;
}
.mySwiper .swiper-slide-1 .img2 {
  width: 26.1%;
  margin-right: 2.1%;
}
.mySwiper .swiper-slide-1 .img3 {
  width: 12.89%;
  margin-right: 2.1%;
}
.swiper-pagination {
  bottom: 0px !important;
  height: 20px;
}

.swiper-pagination-bullet {
  width: 42px;
  height: 6px;
  background: #999999;
  opacity: 1;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #2256f7;
}

.content5 {
  height: 554px;
  width: 100%;
  background: #eff0f5;
}

/* .contact img {
  display: block;
  width: 57.81%;
  height: auto;
  margin-left: 125px;
} */
.mySwiper5 {
  display: block;
  width: 57.81%;
  height: 270px;
  margin-left: 125px;
}
.mySwiper5 img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.contact > div {
  flex: 1;
}

.contact > div p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  margin-top: 44px;
  margin-bottom: 20px;
}

.contact > div p:nth-child(2),
.contact > div p:nth-child(3) {
  line-height: 32px;
}
.content5 .img-title-box .arrow-box{
  margin-top: 28px;
}
