body {
  padding-top: 0;
}
.yilanyun-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.yilanyun-title .yilanyun-title-icon,
.yilanyun-title .yilanyun-title-icon-right {
  font-size: 20px;
  color: #999999;
}
.yilanyun-title .yilanyun-title-icon-right {
  transform: rotate(180deg);
}
.yilanyun-title .yilanyun-title-text {
  padding: 0 40px;
  font-size: 46px;
  font-weight: 500;
  color: #333333;
}
.yilanyun-header,
.yilanyun-function,
.yilanyun-museum,
.yilanyun-big-data,
.yilanyun-tool {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.yilanyun-header {
  height: 820px;
  background-image: url(../image/bg-header.png);
}
.yilanyun-header .yilanyun-header-content {
  width: 1200px;
  padding-top: 260px;
  margin: 0 auto;
}
.yilanyun-header .yilanyun-header-title {
  font-size: 56px;
  font-weight: 600;
  color: #ffffff;
}
.yilanyun-header .yilanyun-header-intro {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  line-height: 45px;
}
.yilanyun-header .yilanyun-telephone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 52px;
  margin-top: 75px;
  font-size: 30px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.yilanyun-function {
  height:800px;
  padding-top: 250px;
  margin-top: 0px;
}
.yilanyun-function .yilanyun-function-content {
  position: relative;
  display: flex;
  width: 296px;
  height: 594px;
  padding: 20px;
  margin: 0 auto;
  border-radius: 40px;
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.5);
}
.yilanyun-function .yilanyun-function-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../image/icon-function.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.yilanyun-function .yilanyun-function-image {
  width: 100%;
  height: 100%;
}
.yilanyun-function .yilanyun-function-card {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 244px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(128, 151, 135, 0.3);
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.yilanyun-function .yilanyun-function-card.is-active {
  transform: scale(1.1);
  background-image: linear-gradient(120deg, #2fd089, #11cad0 100%);
  box-shadow: 0 0 20px 0 rgba(32, 205, 174, 0.7);
  z-index: 99;
}
.yilanyun-function .yilanyun-function-card.is-active .yilanyun-function-card-title,
.yilanyun-function .yilanyun-function-card.is-active .yilanyun-function-card-desc {
  color: #ffffff;
}
.yilanyun-function .yilanyun-function-line {
  position: absolute;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #39b780);
  z-index: 90;
}
.yilanyun-function .yilanyun-function-card-title {
  width: 38px;
  font-size: 32px;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-out;
}
.yilanyun-function .yilanyun-function-card-desc {
  width: 24px;
  margin-left: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
  transition: all 0.3s ease-out;
}
.yilanyun-museum {
  padding-top: 116px;
  background-image: url(../image/bg-museum.png);
}
.yilanyun-museum .yilanyun-museum-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 75px;
  width: 1200px;
  margin: 0 auto;
}
.yilanyun-museum .yilanyun-museum-image {
  height: 604.5px;
}
.yilanyun-museum .yilanyun-museum-list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 900px;
  padding-left: 20px;
  padding-top: 20px;
}
.yilanyun-museum .yilanyun-museum-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.yilanyun-museum .yilanyun-museum-card:hover {
  background-color: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.yilanyun-museum .yilanyun-museum-card:hover .yilanyun-museum-card-icon {
  color: #39B780;
}
.yilanyun-museum .yilanyun-museum-card-icon {
  font-size: 84px;
  color: #b3e4cd;
  transition: all 0.3s ease-out;
}
.yilanyun-museum .yilanyun-museum-card-title {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}
.yilanyun-museum .yilanyun-museum-card-desc {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.yilanyun-global {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  background-color: #f7faf9;
}
.yilanyun-global .yilanyun-global-image {
  width: 1186px;
  margin-top: 10px;
}
.yilanyun-big-data {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1226px;
  padding-top: 116px;
  margin-bottom: 212px;
  background-image: url(../image/bg-big-data.png);
}
.yilanyun-big-data .yilanyun-big-data-image {
  width: 1200px;
  margin-top: 60px;
}
.yilanyun-big-data .yilanyun-big-data-list {
  position: absolute;
  left: 50%;
  bottom: -118px;
  display: flex;
  margin-left: -540px;
}
.yilanyun-big-data .yilanyun-big-data-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  height: 302px;
  padding-top: 40px;
  margin: 0 25px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(48, 107, 161, 0.3);
}
.yilanyun-big-data .yilanyun-big-data-card-image {
  width: 124px;
  height: 99px;
}
.yilanyun-big-data .yilanyun-big-data-card-title {
  padding-top: 28px;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}
.yilanyun-big-data .yilanyun-big-data-card-desc {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  white-space: pre-line;
}
.yilanyun-tool {
  height: 980px;
  padding-top: 20px;
  background-image: url(../image/bg-tool.png);
}
.yilanyun-tool .yilanyun-tool-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
}
.yilanyun-tool .yilanyun-tool-image {
  width: 748px;
  margin-left: 51px;
}
.yilanyun-tool .yilanyun-tool-card {
  position: relative;
  width: 320px;
  height: 170px;
  padding-left: 60px;
  padding-top: 24px;
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
}
.yilanyun-tool .yilanyun-tool-card:before {
  content: "";
  position: absolute;
  left: -18px;
  top: -15px;
  width: 44px;
  height: 44px;
  background-color: #39b780;
  z-index: -1;
}
.yilanyun-tool .yilanyun-tool-card:after {
  content: "";
  position: absolute;
  top: 80px;
  right: -7px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: solid #cdcdcd;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.yilanyun-tool .yilanyun-tool-card + .yilanyun-tool-card {
  margin-top: 30px;
}
.yilanyun-tool .yilanyun-tool-card-title {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin-bottom: 7px;
}
.yilanyun-tool .yilanyun-tool-card-desc {
  padding-top: 7px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  white-space: pre-line;
}
.yilanyun-service {
  padding-top: 100px;
  padding-bottom: 230px;
  background-color: #f7faf9;
}
.yilanyun-service .yilanyun-service-content {
  display: flex;
  justify-content: center;
  padding-top: 110px;
}
.yilanyun-service .yilanyun-service-column {
  display: flex;
  flex-direction: column;
}
.yilanyun-service .yilanyun-service-column:nth-child(2n + 1) {
  padding-top: 92px;
}
.yilanyun-service .yilanyun-service-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 184px;
  font-size: 22px;
  font-weight: 500;
  color: #666666;
  line-height: 30px;
  text-align: center;
  white-space: pre-line;
  background-image: url(../image/icon-service.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  opacity: 0.6;
  overflow: hidden;
}
.yilanyun-service .yilanyun-service-card:before,
.yilanyun-service .yilanyun-service-card:after {
  content: "";
  position: absolute;
  left: 76px;
  width: 8px;
  height: 53px;
  background-image: url(../image/icon-service-point.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.5s ease-out;
}
.yilanyun-service .yilanyun-service-card:before {
  top: -53px;
}
.yilanyun-service .yilanyun-service-card:after {
  bottom: -53px;
  transform: rotate(180deg);
}
.yilanyun-service .yilanyun-service-card.is-active {
  opacity: 1;
}
.yilanyun-service .yilanyun-service-card.is-active:hover {
  color: #ffffff;
  background-image: url(../image/icon-service-green.png);
}
.yilanyun-service .yilanyun-service-card.is-active:hover:before {
  top: 12px;
}
.yilanyun-service .yilanyun-service-card.is-active:hover:after {
  bottom: 12px;
}
.yilanyun-cooperation {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 107px;
  padding-bottom: 80px;
}
.yilanyun-cooperation .yilanyun-cooperation-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 24px;
  color: #666666;
}
.yilanyun-cooperation .yilanyun-cooperation-desc {
  width: 1200px;
  padding: 20px 0 10px 6px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.yilanyun-cooperation .yilanyun-cooperation-image {
  width: 1200px;
}
/*# sourceMappingURL=smarttravel.css.map */