.page-box {
  padding: 40px 0 40px;
  background: #f7f7f7;
}
.main-box {
  position: relative;
  flex: 1;
  overflow: hidden;
  padding-left: 50px;
}
.main-box.max {
  padding-left: 0;
}
.main-box .search-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 300px;
  /* input placeholder  */
}
.main-box .search-box .text {
  font-size: 14px;
  color: #999;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #f5f5f5;
  border-radius: 30px;
  padding: 0 50px 0 30px;
}
.main-box .search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
}
.main-box .search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 14px;
}
.main-box .search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}
.main-box .search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
}
.main-box .search-box .submit {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 10;
  width: 18px;
  height: 100%;
  background: url(../images/search3.png) no-repeat center center;
}
.main-box .page-title-box {
  margin-bottom: 62px;
}
.duty_main_cnt {
    width: 40%;
    height: 10%;
    position: absolute;
    bottom: 20px;
}
.thumbs .duty_main_cnt {
    width: 90%;
    height: 20%;
    position: absolute;
    bottom: 20px;
}
.duty_main_cnt h3 {
    color: #fff;
    font-size: 22px;
    margin-left: 6%;
    font-weight:bolder;
}
.duty_main_cnt p {
    width: 88%;
    color: #fff !important;
    font-size: 14px!important;
    text-align: center; 
    margin-top: 22px;
    line-height: 1.8em;
    color: #d7d7d7;
}

.box-container {
    width: 95%;
  }
.business-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.business-wrapper .main-box > ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 70px;
}
.business-wrapper .main-box > ul li {
  width: 48.68%;
  background: #fff;
  margin-bottom: 2.64%;
}
.business-wrapper .main-box > ul li:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.business-wrapper .main-box > ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.business-wrapper .main-box > ul li:hover .name {
  color: #00a2e9;
}
.business-wrapper .main-box > ul li:hover .a-more {
  background: url(../images/more.png) no-repeat;
  background-size: contain;
  box-shadow: 0px 10px 20px 0px rgba(0, 162, 233, 0.3);
  opacity: 0.9;
}
.business-wrapper .main-box > ul a {
  display: block;
}
.business-wrapper .main-box > ul .pic img {
  height: 402px;
  object-fit: cover;
}
.business-wrapper .main-box > ul .info {
  padding: 0 40px 40px;
}
.business-wrapper .main-box > ul .name {
  font-size: 20px;
  color: #393435;
  font-weight: 700;
  line-height: 30px;
  margin: 34px auto 20px;
}
.business-wrapper .main-box > ul .desc {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  margin-bottom: 28px;
}
.business-wrapper .main-box > ul .brief {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 32px;
}
.business-wrapper .main-box > ul .brief p {
  position: relative;
  margin-bottom: 10px;
  padding-left: 32px;
}
.business-wrapper .main-box > ul .brief p:last-child {
  margin-bottom: 0;
}
.business-wrapper .main-box > ul .brief p img {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 10;
}

.businessinfo-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#.businessinfo-wrapper .base-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #f9f9f9;
}
.businessinfo-wrapper .base-box .thumbs-swiper {
  height: 130px;
}
.businessinfo-wrapper .base-box .thumbs-swiper img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  #filter: grayscale(1);
}
.businessinfo-wrapper .base-box .thumbs-swiper img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.businessinfo-wrapper .base-box .thumbs-swiper .active img {
  filter: grayscale(0);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.businessinfo-wrapper .thumbs {
  position: relative;
  background: #fff;
  padding: 20px 50px 10px;
}
.businessinfo-wrapper .thumbs .swiper-slide {
  overflow: hidden;
}
.businessinfo-wrapper .thumbs .swiper-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  z-index: 10;
  margin-left: -20px;
}
.businessinfo-wrapper .thumbs .swiper-btn.prev {
  top: 60px;
  background: url(/static/index/images/prev3.png) no-repeat center center;
  background-size: contain;
  left: 3%;
}
.businessinfo-wrapper .thumbs .swiper-btn.prev:hover {
  background: url(/static/index/images/prev4.png) no-repeat center center;
  background-size: contain;
}
.businessinfo-wrapper .thumbs .swiper-btn.next {
  top: 60px;
  background: url(/static/index/images/next3.png) no-repeat center center;
  background-size: contain;
  left: 97%;
}
.businessinfo-wrapper .thumbs .swiper-btn.next:hover {
  background: url(/static/index/images/next4.png) no-repeat center center;
  background-size: contain;
}
.businessinfo-wrapper .bigImg {
  flex: 1;
  overflow: hidden;
  background: #fff;
}
.businessinfo-wrapper .bigImg .swiper-slide {
  font-size: 0;
  overflow: hidden;
}
.businessinfo-wrapper .bigImg .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.businessinfo-wrapper .bigImg img {
  width: 100%;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.businessinfo-wrapper .detail-box .name {
  font-size: 26px;
  color: #000;
  line-height: 30px;
  margin: 78px auto 46px;
}
.businessinfo-wrapper .detail-box .brief-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  justify-content: center;
}
.businessinfo-wrapper .detail-box .brief-box li {
  position: relative;
  text-align: center;
  width: 48%;
  padding: 34px 30px;
}
.businessinfo-wrapper .detail-box .brief-box li:last-child:after {
  display: none;
}
.businessinfo-wrapper .detail-box .brief-box li:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #ebebeb;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.businessinfo-wrapper .detail-box .brief-box .title {
  font-size: 18px;
  color: #00a2e9;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}
.businessinfo-wrapper .detail-box .brief-box .title img {
  position: relative;
  top: 2px;
  margin-right: 10px;
  width: 18px;
}
.businessinfo-wrapper .detail-box .brief-box .desc {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.businessinfo-wrapper .content {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  margin-top: 70px;
  text-align: justify;
}
.technology-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.technology-wrapper .main-box .box {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}

.enterprise-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}