/* common */
.scrolly-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 150px;
}
.banner {
  width: 100%;
  background-color: #23B1EC;
}
.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 .subtitle,
.banner .content .title {
  color: #fff;
  font-weight: bold;
}
.banner .content .subtitle {
  font-size: 25px;
}
.banner .content .title {
  font-size: 35px;
}

/* profile */
.scrolly-profile {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.scrolly-profile img {
  width: 650px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.scrolly-profile .profile-right {
  width: 525px;
}
.scrolly-profile .title {
  font-size: 30px;
  font-weight: bold;
}
.scrolly-profile .description {
  margin-top: 30px;
}
.scrolly-profile .description p + p {
  margin-top: 24px;
}
.scrolly-profile .st-download {
  margin-top: 30px;
}
.scrolly-profile .st-download .btn{
  display: inline-block;
  background-color: #e64278;
  height: 37px;
  line-height: 37px;
  border-radius: 18.5px;
  padding: 0 19px;
  font-weight: bold;
  color: #fff;
}

/* tree */
.tree{
  margin-top: 213px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tree .leaf{
  display: flex;
  justify-content: center;
}
.tree .leaf li + li {
  margin-left: 55px;
}
.tree .branch {
  margin-top: 45px;
}
.tree .root {
  margin-top: 10px;
}

/* values */
.values{
  margin-top: 75px;
}
.values .values-box {
  width: 100%;
}
.values .caption {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.values .slider-main{
  margin-left: 92px;
  margin-right: 92px;  
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 7px;
}
.values .slider-left{
  width: 560px;
}
.values .slider-left .title{
  font-size: 30px;
  font-weight: bold;
  width: 200%;
}
.values .slider-left img{
  width: 100%;
  /* height: 306px; */
  display: inline-block;
  vertical-align: top;
  margin-top: 22px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.values .slider-descr{
  width: 410px;
}
.values .slider-descr p + p {
  margin-top: 24px;
}
.layui-carousel-arrow {
  width: 48px !important;
  height: 48px !important;
  background-color:transparent !important;
  cursor: pointer;
  font-size: 0 !important;
  
}
.layui-carousel-arrow[lay-type=sub]{
  background: url('/img/extensions/img/carousel_btn_left_gray.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
} 
.layui-carousel-arrow[lay-type=sub]:hover{
  background: url('/img/extensions/img/carousel_btn_left_hover.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
}

.layui-carousel-arrow[lay-type=add]{
  background: url('/img/extensions/img/carousel_btn_right_gray.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
} 
.layui-carousel-arrow[lay-type=add]:hover{
  background: url('/img/extensions/img/carousel_btn_right_hover.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
}

.layui-carousel,
.layui-carousel > [carousel-item] > * {
  background-color: transparent !important;
}


/* story */
.story{
  margin-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.story .story-left{
  width: 480px;
}
.story .story-left .title{
  font-size: 30px;
  font-weight: bold;
}
.story .story-left .description{
  margin-top: 30px;
}
.story .story-left .description p + p {
  margin-top: 24px;
}
.story .story-left .contact{
  margin-top: 30px;
}
.story .story-left .contact .btn {
  display: inline-block;
  background-color: #e64278;
  height: 37px;
  line-height: 37px;
  border-radius: 18.5px;
  padding: 0 19px;
  font-weight: bold;
  color: #fff;
}
.story > video {
  width: 700px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
}






