.sec-content {
  padding-top: 36px;
  position: relative;
}

.sec .common-subtitle {
  margin-top: 30px;
}

.about {
  background: #fff;
  padding: 80px 0;
}

.about .info-box {
  display: flex;
  align-items: center;
}

.about .info-box .logo-box {
  width: 225px;
  margin-left: 25px;
  margin-right: 98px;
  flex-shrink: 0;
}

.about .info-box .logo-box img {
  width: 100%;
}

.about .info-box .text-box {
  width: 900px;
}

.about .info-box .common-title {
  text-align: left;
}

.about .info-box .intro {
  margin-top: 32px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}

.about .info-box .intro p {
  width: 400px;
}

.about .img-box {
  width:100%;
  margin-top: 40px;
  position: relative;
}

.about .img-box img {
  width: 100%;
}

.about .swiper4-button-next {
  background: url(../image/right.png) no-repeat;
  opacity: 1 !important;
  right: -50px;
}

.about .swiper4-button-prev {
  background: url(../image/left.png) no-repeat;
  opacity: 1 !important;
  left: -50px;
}

.culture {
  background: #F9FAFF;
}

.culture .sec-content {
  width: 1104px;
  margin: auto;
}

.culture .culture-item {
  width: 348px;
  height: 347px;
  margin-right: 30px;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #E1E6F0;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  padding: 0 30px;
  text-align: center;
}

.culture .culture-item:nth-child(3n) {
  margin-right: 0;
}

.culture .culture-item:hover {
  box-shadow: -3px 9px 13px 0px rgba(0, 0, 0, 0.08);
}

.culture .culture-item .icon-box {
  width: 100%;
  height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.culture .culture-item .icon-box img {
  width: auto;
}

.culture .culture-item .title {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  line-height: 37px;
}

.culture .culture-item .desc {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-top: 18px;
  text-align: left;
}

.culture .culture-item:last-child {
  width: 100%;
  height: 222px;
  margin-right: 0;
  padding: 0;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 0;
}

.culture .culture-item:last-child .icon-box {
  width: 260px;
  height: 100%;
}

.culture .culture-item:last-child .icon-box img {
  margin-top: 25px;
}

.culture .culture-item:last-child .desc {
  margin-top: 18px;
}

.course .sec-content {
  position: relative;
}

.walk-into .swiper1 .swiper-slide {
  width:100%;
}

.walk-into .swiper1 .swiper-slide img {
  width: auto;
}

.walk-into .swiper1 {
  margin-bottom: 36px;
}

.walk-into .swiper1-button-next {
  background: url(../image/right.png) no-repeat;
  opacity: 1 !important;
  right: -50px;
}

.walk-into .swiper1-button-prev {
  background: url(../image/left.png) no-repeat;
  opacity: 1 !important;
  left: -50px;
}

.course .year-axis {
  width: 100%;
  height: 194px;
}

.course .year-axis .year-box {
  width: 1000px;
  padding: 0 125px;
  margin: auto;
  background: url(../image/line1.png) repeat-x center 130px;
  position: relative;
}

.course .year-axis .year-box .swiper2-button-prev {
  width: 20px;
  height: 35px;
  background: url(../image/year-prev.png) no-repeat center/cover;
  left: -50px;
}

.course .year-axis .year-box .swiper2-button-next {
  width: 20px;
  height: 35px;
  background: url(../image/year-next.png) no-repeat center/cover;
  right: -50px;
}

.swiper2-button-next.swiper-button-disabled, .swiper2-button-prev.swiper-button-disabled {
  opacity: 0;
}

.course .swiper2 {
  height: 100%;
}

.course .swiper2 .swiper-slide {
  height: 190px;
  font-size: 28px;
  font-weight: 600;
  color: #C1CCE1;
  text-align: center;
  position: relative;
}

.course .swiper2 .swiper-slide span {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.course .swiper2 .swiper-slide span::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 4px #F9FAFF;
  background: #C1CCE1;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
}

.course .swiper2 .swiper-slide-active {
  color: #004BE1;
  font-size: 48px;
}

.course .swiper2 .swiper-slide-active span::after {
  width: 24px;
  height: 24px;
  background: #004BE1;
  bottom: -36px;
}

.course .course-content {
  padding-top: 36px;
  width: 1000px;
  margin: auto;
}

.course .course-content .journey-year {
  width: 100%;
  display: none;
  margin-top: 30px;
  padding-top: 56px;
  padding-bottom: 147px;
  background: url(../image/line2.png) repeat-y center top;
}

.course .course-content .journey-year.active {
  display: block;
}

.course .course-content .journeys .journey-month {
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}

.course .course-content .journeys .journey-month::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(to right, #4591FF, #004BE1);
  border: solid 6px #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.course .course-content .journeys .journey-month:nth-child(2n-1)::after {
  content: '';
  display: block;
  width: 91px;
  height: 2px;
  background: #C1CCE1;
  position: absolute;
  left: 50%;
  top: 11px;
  transform: translateX(18px);
}

.course .course-content .journeys .journey-month:nth-child(2n)::after {
  content: '';
  display: block;
  width: 91px;
  height: 2px;
  background: #C1CCE1;
  position: absolute;
  right: 50%;
  top: 11px;
  transform: translateX(-18px);
}

.course .course-content .journeys .journey-month .month-box {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 28px;
  position: absolute;
  top: -3px;
}

.course .course-content .journeys .journey-month:nth-child(2n+1) .month-box {
  left: 50%;
  transform: translateX(120px);
}

.course .course-content .journeys .journey-month:nth-child(2n) .month-box {
  right: 50%;
  transform: translateX(-120px);
}

.course .course-content .journeys .journey-month .item {
  width: 50%;
  margin-top: 30px;
}

.course .course-content .journeys .journey-month .item:nth-child(-n+2) {
  margin-top: 0px;
}

.course .course-content .journeys .journey-month .item:nth-child(2n+1) {
  float: right;
  text-align: left;
  padding-left: 50px;
}

.course .course-content .journeys .journey-month .item:nth-child(2n) {
  float: left;
  text-align: right;
  padding-right: 50px;
}

.course .course-content .journeys .journey-month:nth-child(2n) .item:nth-child(2n+1) {
  float: left;
  text-align: right;
  padding-right: 50px;
}

.course .course-content .journeys .journey-month:nth-child(2n) .item:nth-child(2n) {
  float: right;
  text-align: left;
  padding-left: 50px;
}

.course .course-content .journeys .journey-month .item .incident {
  display: inline-block;
}

.course .course-content .journeys .journey-month .item .incident-text {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.course .course-content .journeys .journey-month .item .incident-img img {
  width: auto;
  max-width: 100%;
  margin-top: 10px;
  text-align: left;
  border-radius: 6px;
  box-shadow: -3px 9px 13px 0px rgb(0,0,0, .08);
}

.honor {
  background: url(../image/sec5_bg.png) no-repeat center/cover;
}

.honor .sec-content {
  position: relative;
}

.honor .swiper-container {
  padding: 10px 0;
}

.honor .swiper-slide {
  width: 422px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.honor .swiper-slide .img-box {
  width: 100%;
  height: 424px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
  background: linear-gradient(180deg, #F4EAD8 0%, #C8B187 100%);
}

.honor .swiper-slide .img-box img {
  max-width: 100%;
  max-height: 100%;
  /* box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16); */
}

.honor .swiper-slide .text {
  width: 100%;
  height: 148px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background: #fff;
}

.honor .swiper3-button-next {
  background: url(../image/right.png) no-repeat;
  opacity: 1 !important;
  right: -50px;
}

.honor .swiper3-button-prev {
  background: url(../image/left.png) no-repeat;
  opacity: 1 !important;
  left: -50px;
}

.swiper3-button-next.swiper-button-disabled, .swiper3-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.contact .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact .item-box .item {
  width: 343px;
  height: 268px;
  background: #fff;
  border: 1px solid #E1E6F0;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact .item-box .item:hover {
  box-shadow: -3px 9px 13px 0px rgba(0, 0, 0, 0.08);
}

.contact .item-box .item .icon {
  width: auto;
}

.contact .item-box .item .title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 28px;
  margin-top: 15px;
}

.contact .item-box .item .desc {
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
  color: #666;
}

.contact .item-box .item .tel {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 15px;
  color: #333;
}

.contact .address {
  background: #fff;
  border: 1px solid #E2E6EF;
  border-radius: 12px;
  margin-top: 36px;
  padding: 40px 26px 31px;
}

.contact .address .company-name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 28px;
  padding-left: 26px;
  margin-bottom: 12px;
}

.contact .address p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  position: relative;
  padding-left: 26px;
}

.contact .address p img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 7px;
}

.contact .address #map_container {
  margin-top: 40px;
  width: 100%;
  height: 460px;
}

#map_container .custom-info {
  border: solid 1px silver;
}

#map_container .content-window-card {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
}

#map_container div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
}

#map_container div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
}

#map_container div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}

#map_container div.info-middle {
  font-size: 12px;
  padding: 10px 6px;
  line-height: 20px;
}

#map_container div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}

#map_container div.info-bottom img {
  position: relative;
  z-index: 104;
}