.navbar{
  height: 60px;
}
.navbar-brand{
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
}
.navbar-brand-logo{
  background-color: #4E4A49;
  padding: 0 20px;
  border-radius:2px 0 0 2px;
}
.navbar-brand-lang{
  background-color: #FB922C;
  padding: 0 10px;
  border-radius:0 2px 2px 0;
}
.navbar-nav{
  height: 60px;
  line-height: 60px;
}
.navbar-nav .layui-nav{
  background: #000000;
}
.navbar-nav .layui-nav .layui-nav-item a{
  font-size: 16px;
  color: #AAA9A9;
  font-weight: bold;
}
.navbar-nav .layui-nav .layui-this:after,.layui-nav-bar{
  background-color: #FB922C;
  height:2px;
}
.navbar-nav .layui-nav .layui-nav-item a:hover, .navbar-nav .layui-nav .layui-this a{
  color: #ffffff;
}
.navbar-but{
  height: 38px;
  width: 44px;
  line-height: 38px;
  text-align: center;
  background-color: #FB922C;
  color: #FFFFFF;
  display: none;
  border-radius:0 2px 2px 0;
}
.banner-info{
  text-align: center;
}
.banner-info img{
  width: 128px;
  height: 128px;
  border: 5px solid #ffffff;
  border-radius:50%;
}
.banner-info h3{
  font-size:56px;
  color: #ffffff;
  margin-top: 30px;
  font-weight: bold;
}
.banner-info p{
  font-size: 34px;
  color: #ffffff;
  margin-top: 20px;
}

.about-progress, .feature-middle,.product-tab,.frame-middle,.idol-mySwiper,.engage-middle,.features-middle,.pricing-middle{
  margin-top: 60px;
}

.about-progress > div .progress > svg {
  width: 250px;
  height: 250px;
}

.about-progress > div .progress .circle-progress-value {
  stroke-width:20px;
  stroke: #FB922C; 
}

.about-progress > div .progress .circle-progress-circle {
  stroke-width:20px;
  stroke: rgb(207,207,207,0.6);
}

.about-progress > div .progress .circle-progress-text{
  fill: #FB922C;
  font-size: 16px;
}

.about-progress > div p{
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.feature-middle .three-columns{
  padding: 40px 40px;
  transition: 0.3s ease-out;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}

.feature-middle .three-columns img{
  width: 80px;
  height: 80px;
}
.feature-middle .three-columns h4{
  font-size:25px;
  color: #ffffff;
  margin-top:20px;
  font-weight: 800;
}
.feature-middle .three-columns p{
  font-size: 14px;
  margin-top:15px;
  line-height: 24px;
  color: #ffffff;
}
.product-tab > div{
  position: relative;
  z-index: 0;
}
.product-tab .product-tab-head{
  width: calc(100% - 30px);
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  min-height: 228px;
  padding:0 15px;
}
.product-tab .product-tab-head.bg1{
  background: rgba(7, 10, 12, 0.4) url(../images/bg1.png) no-repeat center;
  background-size: cover;
}
.product-tab .product-tab-head.bg2{
  background: rgba(7, 10, 12, 0.4) url(../images/bg2.png) no-repeat center;
  background-size: cover;
}
.product-tab .product-tab-head.bg3{
  background: rgba(7, 10, 12, 0.4) url(../images/bg3.png) no-repeat center;
  background-size: cover;
}
.product-tab .product-tab-head.bg4{
  background: rgba(7, 10, 12, 0.4) url(../images/bg4.png) no-repeat center;
  background-size: cover;
}
.product-tab .product-tab-text{
  width: calc(100% - 30px);
  font-size: 16px;
  min-height: 228px;
  background-color: #FFFFFF;
  padding:0 15px;
}
.product-tab .product-tab-text h3{
  font-weight: bold;
}

.product-tab .product-tab-text p{
  margin-top: 8px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.frame-middle .three-columns{
  padding: 40px 40px;
  transition: 0.3s ease-out;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}
.frame-middle .three-columns img{
  width: 80px;
  height: 80px;
}
.frame-middle .three-columns h4{
  font-size:25px;
  margin-top:10px;
  font-weight: 800;
  color: #FB922C;
}
.frame-middle .three-columns h5{
  width: 100%;
  margin-top:10px;
  font-weight: 800;
  color: #ffffff;
  border-bottom: 1px solid #ADADAD;
  padding-bottom: 10px;
  text-align: center;
}
.frame-middle .three-columns p{
  font-size:14px;
  width: 100%;
  color: #ffffff;
  margin-top:10px;
  line-height: 24px;
}
.idol-mySwiper .swiper-slide {
  height: auto;
  background-color: #FFFFFF;
}
.idol-mySwiper .swiper-slide .idol-mySwiper-extend{
  padding: 40px;
}
.idol-mySwiper .swiper-slide .idol-mySwiper-extend h3{
  font-size: 24px;
  font-weight: bold;
  color: #FB922C;
}
.idol-mySwiper .swiper-slide .idol-mySwiper-extend p{
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.idol-mySwiper .swiper-pagination-bullet-active {
  background: #FB922C;
}
.breadcrum-info{
  color: #ffffff;
  text-align: center;
  margin-top: 60px;
}
.breadcrum-info h3{
  font-size:45px;
}
.breadcrum-info p{
  font-size: 20px;
  margin-top: 10px;
}
.brief-main{
  display: flex;
}
.brief-main .brief-main-img img{
  width: 100%;
  height: auto;
}
.brief-main .brief-main-left{
  align-self:center;
}
.brief-main .brief-main-left h3{
  font-size:35px;
  font-weight: bold;
}
.brief-main .brief-main-left p{
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.brief-main .brief-main-left a.btn{
  display: block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  margin-top: 20px;
  background: linear-gradient(90deg, #FBB91F 0%, #FB922C 100%);
  box-shadow: 3px 5px 10px 1px rgba(251,146,44,0.45);
  border-radius:45px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.engage-middle .three-columns{
  padding: 40px 40px;
  transition: 0.3s ease-out;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}
.engage-middle .three-columns img{
  width: 80px;
  height: 80px;
}
.engage-middle .three-columns h4{
  font-size:25px;
  margin-top:10px;
  font-weight: 800;
  color: #FB922C;
}
.engage-middle .three-columns p{
  font-size:14px;
  width: 100%;
  color: #ffffff;
  margin-top:20px;
  line-height: 24px;
}
.features-middle .features-columns{
  padding: 20px;
  transition: 0.3s ease-out;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 30px 1px rgba(148,148,148,0.16);
  min-height: 180px;
}
.features-middle .features-columns .features-columns-upper{
  height: 70px;
  border-bottom: 1px solid #EEEEEE;
}
.features-middle .features-columns .features-columns-upper img{
  width: 70px;
  height: 70px;
}
.features-middle .features-columns .features-columns-upper h3{
  height: 70px;
  line-height: 65px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.features-middle .features-columns .features-columns-lower{
  margin-top: 20px;
  padding: 0 15px;
}
.features-middle .features-columns .features-columns-lower p{
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}
.pricing-middle .three-columns{
  padding: 40px 40px;
  transition: 0.3s ease-out;
  border-radius: 5px;
  background-color: #FFFFFF;
  min-height: 300px;
  border: 1px solid #CFCFCF;
}
.pricing-middle .three-columns img{
  width: 72px;
  height: 80px;
}
.pricing-middle .three-columns h4{
  width: 100%;
  font-size:25px;
  margin-top:10px;
  font-weight: 800;
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
  padding-bottom: 20px;
}
.pricing-middle .three-columns p{
  font-size:14px;
  width: 100%;
  margin-top:20px;
  line-height: 24px;
  color: #333333;
  text-align: center;
}
.contacts-middle{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.contacts-middle .three-columns{
  padding: 15px;
  background-color: #FFFFFF;
  display: flex;
  height: calc(100% - 30px);
}
.contacts-middle .three-columns p{
  font-size:14px;
  color: #333333;
}
.servcore-middle p{
  font-size:14px;
  color: #FFFFFF;
  line-height: 24px;
}
.imgcore-middle img{
  width: 100%;
  height: auto;
}
.footer-copyright{
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.footer-copyright a{
  color: #ffffff;
}