
.flex-container {
  display: flex;
}

.bolder {
  font-weight: bolder;
}

.banner {
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/smart/banner-01.jpg);
  background-size: cover;
  background-position: center;
}
.banner .container {
  margin: 0 auto;
  padding-top: 55px;
  width: 76.5%;
  height: 25.35vw;
  color: #fff;
  text-align: center;
}
.banner .container h6 {
  font-size: 28px;
}
.banner .container p {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  padding: 0 25px;
  font-size: 18px;
  line-height: 24px;
}
.banner .container p:before, .banner .container p:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.banner .container p:before {
  right: 100%;
}
.banner .container p:after {
  left: 100%;
}
.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%;
}

.banner-bottom {
  margin-top: 40px;
  padding: 35px 0 45px;
}
.banner-bottom .title {
  margin-bottom: 48px;
  font-size: 24px;
  text-align: center;
}
.banner-bottom .title span {
  color: #2491ed;
}
.banner-bottom .flex-container {
  display: flex;
  margin: 0 auto;
  width: 1280px;
  min-width: 1200px;
}
.banner-bottom .item {
  width: 25%;
  text-align: center;
}
.banner-bottom .item .item-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  height: 65px;
}
.banner-bottom .item span {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 25px;
  font-size: 28px;
}
.banner-bottom .item span:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 28px;
  height: 10px;
  background: url(../images/smart/ripple.png) no-repeat 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.banner-bottom .item p {
  font-size: 16px;
  line-height: 24px;
}

.analysis {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 70px;
  height: 550px;
  background-repeat: no-repeat;
  background-image: url(../images/smart/background-01.jpg);
  background-size: cover;
  background-position: center;
}
.analysis .flex-title {
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
}
.analysis .flex-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1100px;
}
.analysis .center-square {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19.8%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.analysis .center-square:before, .analysis .center-square:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 300px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.analysis .center-square:before {
  left: -310px;
}
.analysis .center-square:after {
  right: -310px;
}
.analysis .inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}
.analysis .inner .item {
  width: 38%;
  color: #fff;
  background-size: 90px;
  background-repeat: no-repeat;
}
.analysis .inner .item .title {
  margin-bottom: 10px;
  font-size: 16px;
}
.analysis .inner .item p {
  line-height: 24px;
}
.analysis .inner .item:nth-child(odd) {
  padding-left: 4.5%;
  padding-right: 90px;
  background-position: right center;
}
.analysis .inner .item:nth-child(even) {
  padding-left: 110px;
  background-position: left center;
}
.analysis .inner:nth-child(2) .item:nth-child(1) {
  background-image: url(../images/smart/smart-icon-05.png);
}
.analysis .inner:nth-child(2) .item:nth-child(2) {
  background-image: url(../images/smart/smart-icon-06.png);
}
.analysis .inner:nth-child(3) .item:nth-child(1) {
  background-image: url(../images/smart/smart-icon-07.png);
}
.analysis .inner:nth-child(3) .item:nth-child(2) {
  background-image: url(../images/smart/smart-icon-08.png);
}

.support {
  padding: 75px 0;
}
.support .flex-title {
  margin-bottom: 50px;
  text-align: center;
}
.support .flex-title h6 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #2491ed;
}
.support .flex-title p {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #8b8b8b;
  font-size: 18px;
}
.support .flex-title p:before, .support .flex-title p:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 90px;
  height: 1px;
  background-color: #8b8b8b;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.support .flex-title p:before {
  right: 100%;
}
.support .flex-title p:after {
  left: 100%;
}
.support .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1280px;
}
.support .item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 46%;
}
.support .item .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 10px 10px -5px #8ab7d6;
}
.support .item section {
  flex: 1;
}
.support .item section p {
  color: #919191;
  line-height: 24px;
}
.support .item .title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.profession {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 75px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/smart/background-02.jpg);
}
.profession .flex-title {
  margin-bottom: 45px;
  color: #fff;
  font-size: 30px;
  font-weight: bolder;
}
.profession .flex-title span {
  color: #2491ed;
}
.profession .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1280px;
}
.profession .flex-container .item {
  margin-bottom: 20px;
  padding: 20px 30px;
  width: 49%;
  color: #fff;
  line-height: 24px;
  background-color: rgba(123, 123, 131, .5);
  box-shadow: 0px 0px 10px -5px #333;
}
.profession .flex-container .item .title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  line-height: 30px;
  border-bottom: 1px solid #d2d2d2;
}

.personal {
  padding: 75px;
/*   height: 260px; */
}
.personal .title {
  margin-bottom: 42px;
  text-align: center;
  font-size: 28px;
  font-weight: bolder;
}
.personal .container {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 1280px;
}
.personal .item {
  padding: 0 20px;
  width: 32%;
  font-size: 16px;
  text-align: center;
}
.personal .item .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

/*# sourceMappingURL=smart.css.map */
.font7{
  font-size : 12px;
  display: inline-block;
  -webkit-transform-origin-x: 0;
  transform: scale(0.50); 
-webkit-transform: scale(0.50); 
  
  *font-size:10px;

}