/* common */
.ui-path-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 313px;
}
.banner {
  width: 100%;
  background-image: url('../img/uiPath/banner_top.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /*margin-top: 55px;*/
}
.banner .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.banner .content .title {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
.banner .contact {
  margin-top: 27px;
}
.banner .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #e5a414;
  color: #fff;
}
.banner .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* 为自动化打造的 UiPath 平台 */
.automation {
  padding: 60px 0 90px;
}
.automation .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-top: 75px;
}
.automation .content {
  margin-top: 68px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #fff;
  padding: 18px 96px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.automation .content .img img {
  display: inline-block;
  vertical-align: top;
}
.automation .content .profile {
  width: 475px;
}
.automation .content .profile .title {
  font-size: 26px;
  font-weight: bold;
}
.automation .content .profile .items {
  margin-top: 20px;
}
.automation .content .profile .items li {
  padding-left: 20px;
  position: relative;
}
.automation .content .profile .items li:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #e5a414;
}

/* 选择技术集大成之平台，尽情利用丰富功能  */
.function {
  padding-bottom: 90px;
}
.function .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.function .content {
  background: url('../img/uiPath/banner_function.jpg') center center no-repeat;
  background-size: auto 100%;
  margin-top: 52px;
}
.function-tabs {
  padding: 50px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
}
.function-tabs .tabs-list > li {
  display: none;
}
.function-tabs .tabs-list > li.current {
  display: block;
}
.function-tabs .tab-content {
  padding: 73px 110px 0;
}
.function-tabs .tab-content .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.function-tabs .tab-content .items {
  margin-top: 30px;
}
.function-tabs .tab-content .items > li {
  padding-left: 20px;
  position: relative;
  font-weight: bold;
}
.function-tabs .tab-content .items > li + li {
  margin-top: 14px;
}
.function-tabs .tab-content .items > li::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e5a414;
  position: absolute;
  left: 0;
  top: 5px;
}
.function-tabs .tabs-btns {
  width: 304px;
}
.function-tabs .tabs-btns > li {
  height: 73px;
  line-height: 73px;
  font-size: 24px;
  cursor: pointer;
  padding-left: 60px;
  font-size: 26px;
  font-weight: bold;
  transition: all 0.1s ease-in-out;
}
.function-tabs .tabs-btns > li.current {
  background-color: #e5a414;
  color: #fff;
}

/* 借助前瞻性技术推动计划发展 */
.technology {
  padding-bottom: 75px;
}
.technology .caption {
  text-align: center;
}
.technology .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.technology .caption .subtitle {
  margin-top: 20px;
}
.technology .items {
  margin-top: 52px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-top: 60px;
}
.technology .items > li {
  width: 335px;
  margin-top: 60px;
}
.technology .items > li:nth-child(1),
.technology .items > li:nth-child(2),
.technology .items > li:nth-child(3) {
  margin-top: 0;
}
.technology .item .title {
  padding-top: 22px;
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
.technology .item .title::before {
  content: '';
  display: block;
  width: 56px;
  height: 8px;
  background-color: #e5a414;
  position: absolute;
  left: 0;
  top: 0;
}
.technology .item .profile {
  margin-top: 14px;
}

/* 选择用户和分析师都青睐的自动化平台 */
.user {
  background-color: #f8f8f8;
}
.user-box {
  padding: 68px 0;
}
.user .caption {
  text-align: center;
}
.user .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.user .items {
  margin-top: 52px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-top: 60px;
}
.user .items > li:nth-child(1) {
  width: 446px;
}
.user .items > li:nth-child(2) {
  width: 681px;
}

.user .item .title {
  padding-top: 22px;
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
.user .item .title::before {
  content: '';
  display: block;
  width: 56px;
  height: 8px;
  background-color: #e5a414;
  position: absolute;
  left: 0;
  top: 0;
}
.user .item .honor {
  margin-top: 20px;
}
.user .item .honor p {
  font-weight: bold;
  line-height: 1.25;
}
.user .item .honor p + p {
  margin-top: 20px;
}

/* 体验 Demo  */
.download {
  height: 228px;
  background-color: #e5a414;
  color: #fff;
  text-align: center;
}
.download .title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 64px;
}
.download .contact {
  padding-top: 20px;
}
.download .contact a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 32px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 18.5px;
  color: #e5a414;
  font-size: 16px;
  background-color: #fff;
}
.download .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
