@font-face {
  font-family: Alibaba-PuHuiTi-Bold;
  src: url(../fonts/alibaba-puhuiti-bold.ttf);
}

.sec:nth-child(2n) {
  background: #F9FAFF;
}

.sec-content {
  padding-top: 36px;
  position: relative;
}



.about .info-box {
  display: flex;
  justify-content: space-between;
}

.about .info-box .logo-box {
  width: 225px;
  margin-left: 25px;
  margin-right: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.about .info-box .info {
	width: 285px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-indent: 2em;
}

.about .data-box {
  padding: 60px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.about .data-box .data-item {
  text-align: center;
}

.about .data-box .data-item .num {
  font-size: 60px;
  font-weight: 600;
  font-family: DIN;
  color: #004BE1;
  line-height: 56px;
  position: relative;
  padding-bottom: 10px;
}

.about .data-box .data-item .num sub {
  font-size: 14px;
  color: #999;
  line-height: 17px;
  font-weight: normal;
  position: absolute;
  bottom: 15px;
  right: -15px;
}

.about .data-box .data-item .num sup {
  font-size: 20px;
  color: #004BE1;
  line-height: 17px;
  font-weight: normal;
  position: absolute;
  position: absolute;
  top: 10px;
  right: -15px;
}

.about .data-box .data-item .num::after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background: #004BE1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about .data-box .data-item .title {
  font-size: 16px;
  color: #666;
  line-height: 20px;
  margin-top: 10px;
}

.about .img-box {
  position: relative;
}

.about .img-box .swiper-button-prev {
  background: url(../images/left.png) no-repeat;
  opacity: 1 !important;
  left: -50px;
  top: 50%;
  outline: none;
}

.about .img-box .swiper-button-next {
  background: url(../images/right.png) no-repeat;
  opacity: 1 !important;
  right: -50px;
  top: 50%;
  outline: none;
}

.slogan-box {
  display: flex;
  padding: 0;
}

.slogan-box .vision {
  flex: 1;
  height: 300px;
  background: url(../images/vision.png) no-repeat center/cover;
  color: #004BE1;
  text-align: center;
  position: relative;
}

.slogan-box .vision .text-box {
  width: 600px;
  float: right;
  margin-right: 60px;
}

.slogan-box .vision::after {
  content: '';
  display: block;
  width: 58px;
  height: 4px;
  background: #004BE1;
  position: absolute;
  bottom: 45px;
  right: 50%;
  transform: translateX(165px);
}

.slogan-box .mission {
  flex: 1;
  height: 300px;
  background: url(../images/mission.png) no-repeat center/cover;
  color: #333;
  text-align: center;
  position: relative;
}

.slogan-box .mission::after {
  content: '';
  display: block;
  width: 58px;
  height: 4px;
  background: #333;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-165px);
}

.slogan-box .mission .text-box {
  width: 600px;
  float: left;
  margin-left: 60px;
}

.slogan-box .title {
  font-size: 24px;
  line-height: 33px;
  margin-top: 85px;
}

.slogan-box .slogan {
  font-size: 30px;
  margin-top: 36px;
  font-family: Alibaba-PuHuiTi-Bold;
}

.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-button-next {
  background: url(../images/right.png) no-repeat;
  opacity: 1 !important;
  right: -50px;
  transform: translateY(27px);
  outline: none;
}

.walk-into .swiper1-button-prev {
  background: url(../images/left.png) no-repeat;
  opacity: 1 !important;
  left: -50px;
  transform: translateY(27px);
  outline: none;
}

.course .year-axis {
  width: 100%;
}

.course .year-axis .year-box {
  padding: 0;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}

.course .year-axis .year-box .swiper2-button-prev {
  width: 64px;
  height: 64px;
  background: url(../images/year-prev.png) no-repeat center/cover;
  left: -70px;
  opacity: 1 !important;
  top: auto;
  bottom: 8px;
  cursor: pointer;
  outline: none;
}

.course .year-axis .year-box .swiper2-button-next {
  width: 64px;
  height: 64px;
  background: url(../images/year-next.png) no-repeat center/cover;
  top: auto;
  bottom: 8px;
  right: -70px;
  opacity: 1 !important;
  cursor: pointer;
  outline: none;
}

.swiper2-button-next.swiper-button-disabled, .swiper2-button-prev.swiper-button-disabled {
  opacity: 0;
}

.course .swiper2 {
  height: 100%;
  text-align: center;
}

.course .swiper2 .swiper-wrapper {
  display: inline-block;
  width: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  margin: auto;
  white-space: nowrap;
  position: relative;
}

.course .swiper2 .swiper-slide {
  width: 52px;
  height: 30px;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #7B7D85;
  text-align: center;
  position: relative;
  margin: 0 15px;
}

.course .swiper2 .swiper-slide span {
  display: inline-block;
  font-family: DIN;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.course .swiper2 .swiper-slide-thumb-active {
  color: #004BE1;
  font-size: 45px;
  font-weight: bold;
}

.course .swiper2 .swiper-slide-thumb-active span {
  line-height: normal;
}

.course .course-content {
  padding: 80px 0 0;
  margin: auto;
}

.course .journeys .milestones-group {
  display: flex;
  margin-bottom: 50px;
}

.course .journeys .milestones-group:last-child {
  margin-bottom: 0;
}

.course .journeys .milestones-group .left {
  width: 400px;
  margin-right: 30px;
  color: #7B7D85;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  flex-shrink: 0;
}

.course .journeys .milestones-group .right {
  width: 500px;
  font-size: 18px;
  color: #16181A;
  line-height: 25px;
  background: url(../images/about_d2.jpg) repeat-y left 6.5px top;
  position: relative;
}

.course .journeys .milestones-group .right .milestone {
  display: flex;
  align-items: center;
  padding-left: 46px;
  position: relative;
  margin-top: 20px;
}

.course .journeys .milestones-group .right .milestone img {
  width: 160px;
  flex-shrink: 0;
  margin-right: 24px;
  border-radius: 6px;
}

.course .journeys .milestones-group .right .bj1 {
  width: 12px;
  height: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #FFFFFF;
}

.course .journeys .milestones-group .right .bj2 {
  width: 12px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #FFFFFF;
}

.course .journeys .milestones-group .right .milestone:first-child {
  margin-top: 0;
}

.course .journeys .milestones-group .right .milestone::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 2px #4A86FF;
  position: absolute;
  left: 0px;
  top: 5px;
  box-sizing: border-box;
  background: #fff;
}

.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: 75px;
  text-align: center;
  font-size: 18px;
  color: #374567;
  line-height: 70px;
  padding: 0 30px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.honor .swiper3-button-next {
  background: url(../images/right.png) no-repeat;
  opacity: 1 !important;
  right: -50px;
  outline: none;
}

.honor .swiper3-button-prev {
  background: url(../images/left.png) no-repeat;
  opacity: 1 !important;
  left: -50px;
  outline: none;
}

.swiper3-button-next.swiper-button-disabled, .swiper3-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.contact .item-top {
	
	width:1200px;
}

.contact .item-top .con-desc{
	float:left;
	width:380px;
	border-radius: 20px;
	border: 1px solid #E2E2E2;
	text-align:center;
	margin:0 12px 30px;
	font-size:18px;
	padding:30px;
}

.contact .item-top .con-desc:nth-child(3){
	margin-right:0px;
}

.contact .item-top .con-desc .icon{padding-bottom:15px; height:150px;}
.contact .item-top .con-desc .title{font-size:28px; font-weight:bold;padding-bottom:20px;}
.contact .item-top .con-desc .desc{padding-bottom:20px;}
.contact .item-top .con-desc .lianxi{padding-bottom:20px;color: #006dff !important;}

.contact .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact .item-box .item {
    width: 290px;
    height: 350px;
    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 .huoma{
	
	border: 5px solid #7995f1;
}

.contact .item-box .item .icon {
  width: auto;
}

.contact .item-box .item .huoma{
	
	width: 130px;
    border: 5px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

.contact .item-box .item .lianxi{
	margin-top: 20px;
	font-size:18px;
	color: #006dff !important;
}

.contact .item-box .item .title {
  font-size: 20px;
  color: #16181A;
  line-height: 33px;
  margin-top: 12px;
  font-weight: 600;
}

.contact .item-box .item .desc {
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  color: #16181A;
}

.contact .item-box .item .tel {
  font-size: 16px;
  line-height: 25px;
  margin-top: 5px;
  color: #374567;
}

.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;
  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;
}