.jago-culture-wrap {
  padding: 90px 0 82px 0;
}

.jago-culture {
  color: #00682d;
  text-align: center;
  font-size: 22px;
}

.jago-culture-theme {
  font-weight: 500;
  font-size: 40px;
  margin: 0 23px;
}

.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 32px;
}

.jago-option {
  padding: 96px 0 40px 0;
  color: #05321a;
  font-size: 30px;
}

.jago-option-name {
  font-weight: 600;
  position: relative;
  margin-right: 20px;
}

.jago-option-name::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #00682d;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: 0;
}

.jago-cause-item {
  width: 162px;
  height: 162px;
  display: block;
  margin: 0 96px 20px;
}

.jago-cause-item:nth-of-type(5),
.jago-cause-item:nth-of-type(6),
.jago-cause-item:nth-of-type(7){
  margin-left: 74px;
}

.jago-cause-item:nth-of-type(4),
.jago-cause-item:nth-of-type(5),
.jago-cause-item:nth-of-type(6){
  margin-right: 0;
}


.jago-cause-title {
  font-size: 22px;
  margin: 24px 0;
  color: #111;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}

.jago-cause-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 23%;
  background-color: #00682c;
  height: 3px;
  width: 0%;
  transition: width 0.01s;
  -webkit-transition: width 0.01s;
  -moz-transition: width 0.01s;
  -ms-transition: width 0.01s;
  -o-transition: width 0.01s;
}

.jago-cause-item:hover .jago-cause-title::after {
  width: 54%;
}

.icon-cause {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 46px;
}

.icon-data-service {
  background-image: url("https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/home-service.png");
}

.icon-commercial {
  background-image: url("https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/home-commercial.png");
}

.icon-technology {
  background-image: url("https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/home-technology.png");
}

.icon-business {
  background-image: url("https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/home-business.png");
}

.icon-originality {
  background-image: url("https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/home-originality.png");
}

.icon-advert {
  background-image: url("https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/home-advert.png");
}

.icon-underline {
  background-image: url("https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/icon-underline.png");
}

.br {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.jago-brand {
  margin-bottom: 98px;
}

.jago-name {
  font-weight: 600;
}

.jago-intoduce {
  font-size: 22px;
  line-height: 41px;
  color: #585858;
  margin: 46px 0 72px 0;
  text-align: center;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #fff;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  opacity: 1;
  margin-bottom: 20px;
  background-color: transparent;
}

.carousel-indicators .active {
  background-color: #fff;
}

.brank-wrap {
  background-color: #fcfcfc;
  margin-top: 56px;
  padding: 26px 0;
  margin-bottom: 48px;
}

.brank-title {
  color: #05321a;
  font-size: 30px;
}

.brank-logo-wrap{
  margin-top: 28px;
  margin-bottom: 16px;
}

.brank-logo {
  width: 275px;
  padding-left: 12px;
  padding-bottom: 12px;
  float: left;
}