@font-face {
  font-family: 'UniSansThin';
  src: url(../fonts/UniSansThin.ttf);
}
.flex-container {
  display: flex;
}

.bolder {
  font-weight: bolder;
}

.banner {
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/favour/banner-01.jpg);
  background-size: cover;
  background-position: center;
}
.banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 45px 0;
  width: 76.5%;
  height: 25.35vw;
  color: #fff;
  text-align: center;
}
.banner .container h6 {
  font-size: 36px;
  font-weight: bolder;
}
.banner .container span {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.banner .container p {
  padding: 0 25px;
  font-size: 16px;
  line-height: 24px;
}
.banner .laptop {
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 34vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.banner .laptop img {
  width: 100%;
}

.flex-label {
  padding: 40px 0;
}
.flex-label .flex-container {
  display: flex;
  margin: 0 auto;
  padding: 0 75px;
  width: 1100px;
}
.flex-label .item {
  width: 25%;
  text-align: center;
}
.flex-label .item .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: #cbcbcb;
  transition: all .4s;
}
.flex-label .item p {
  color: #a5a5a5;
  font-size: 15px;
  line-height: 24px;
  transition: all .4s;
}
.flex-label .item:hover .circle {
  background-color: #2491ed;
}
.flex-label .item:hover p {
  color: #2491ed;
}

.flex-procure {
  display: flex;
}
.flex-procure aside, .flex-procure section {
  width: 50%;
  overflow: hidden;
}
.flex-procure aside {
  background-repeat: no-repeat;
  background-image: url(../images/favour/favour-01.jpg);
  background-position: center center;
  background-size: cover;
}
.flex-procure section {
  padding: 45px 50px;
  background-repeat: no-repeat;
  background-image: url(../images/favour/background-01.jpg);
  background-position: center;
  background-size: cover;
}
.flex-procure section .sec-title {
  margin-bottom: 30px;
  font-size: 16px;
}
.flex-procure section .sec-title h6 {
  margin-bottom: 8px;
  font-size: 24px;
}
.flex-procure section .content {
  padding: 0 45px;
}
.flex-procure section .item {
  margin-bottom: 20px;
  padding-left: 50px;
  color: #122943;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 33px;
}
.flex-procure section .item .title {
  display: block;
  margin-bottom: 10px;
  color: #122943;
  font-size: 18px;
  font-weight: bolder;
}
.flex-procure section .item:nth-child(1) {
  background-image: url(../images/favour/icon-05.png);
}
.flex-procure section .item:nth-child(2) {
  background-image: url(../images/favour/icon-06.png);
}
.flex-procure section .item:nth-child(3) {
  background-image: url(../images/favour/icon-07.png);
}

.flex-service {
  padding: 65px 0;
}
.flex-service .flex-title {
  margin-bottom: 50px;
  text-align: center;
}
.flex-service .flex-title h6 {
  margin-bottom: 10px;
  color: #2491ed;
  font-size: 24px;
}
.flex-service .flex-title span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 28px;
}
.flex-service .flex-title span:before, .flex-service .flex-title span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background-color: #8b8b8b;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.flex-service .flex-title span:before {
  right: 100%;
}
.flex-service .flex-title span:after {
  left: 100%;
}
.flex-service .container {
  display: flex;
  justify-self: center;
  margin: 0 auto;
  width: 76.5%;
}
.flex-service .item {
  position: relative;
  padding: 0 5px;
  width: 20%;
  text-align: center;
  transition: all .4s;
  overflow: hidden;
}
.flex-service .item .item-inner {
  position: relative;
  padding-bottom: 25px;
}
.flex-service .item .item-inner:after {
  content: '\009B';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 15px;
  height: 15px;
  color: #898989;
  font-size: 20px;
  font-weight: bolder;
  line-height: 15px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.flex-service .item .transbox {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 210px;
  height: 140px;
  overflow: hidden;
  transition: all .3s;
}
.flex-service .item .transbox .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
}
.flex-service .item .transbox span {
  font-size: 50px;
  font-family: 'UniSansThin';
  letter-spacing: 2px;
}
.flex-service .item .transbox .item-scenes {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s;
}
.flex-service .item .title {
  margin-bottom: 15px;
  font-size: 18px;
  transition: color .4s;
}
.flex-service .item p {
  color: #898989;
  font-size: 14px;
  line-height: 24px;
  transition: color .4s;
}
.flex-service .item:nth-child(2):before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
}
.flex-service .item:nth-child(4):after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
}
.flex-service .item:nth-child(3):before, .flex-service .item:nth-child(3):after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
}
.flex-service .item:nth-child(3):before {
  left: 0;
}
.flex-service .item:nth-child(3):after {
  right: 0;
}
.flex-service .item:hover .title, .flex-service .item:hover p {
  color: #2491ed;
}
.flex-service .item:hover .item-inner:after {
  color: #2491ed;
}

.dominant {
  padding: 30px;
  height: 435px;
  background-repeat: no-repeat;
  background-image: url(../images/favour/background-02.jpg);
  background-size: cover;
  background-position: center;
}
.dominant .flex-title {
  color: #fff;
  text-align: center;
}
.dominant .flex-title h6 {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 0;
  font-size: 28px;
  font-weight: bolder;
}
.dominant .flex-title h6:before, .dominant .flex-title h6:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.dominant .flex-title h6:before {
  bottom: 0px;
  width: 170px;
  height: 2px;
  background-color: #4a5467;
  z-index: 98;
}
.dominant .flex-title h6:after {
  bottom: -2px;
  width: 28px;
  height: 6px;
  border-radius: 14px;
  background-color: #fff;
  z-index: 99;
}
.dominant .container {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding-top: 65px;
  width: 76.5%;
}
.dominant .item {
  padding-left: 75px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
}
.dominant .item .title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bolder;
}
.dominant .item:nth-child(1) {
  background-image: url(../images/favour/favour-13.png);
}
.dominant .item:nth-child(2) {
  background-image: url(../images/favour/favour-14.png);
}
.dominant .item:nth-child(3) {
  background-image: url(../images/favour/favour-15.png);
}

/*# sourceMappingURL=favour.css.map */
