/** {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  box-sizing: border-box;*/
/*  text-decoration: none;*/
/*  list-style: none;*/
/*}*/
/*.business {*/
/*  width: 100%;*/
  /* height: 2033px; */
/*}*/
/*.business .business-text {*/
/*  padding: 0 360px;*/
/*  height: 340px;*/
/*  padding-top: 150px;*/
/*}*/
/*.business .business-text p:nth-child(1) {*/
/*  font-size: 56px;*/
/*  font-weight: bold;*/
/*  color: #3466c5;*/
/*}*/
/*.business-left p{*/
/*  font-size: 24px;*/
/*  text-align: right;*/
/*  margin-right: 10%;*/
/*  font-weight: bold;*/
/*}*/
/*.business-right span{*/
/*  display: block;*/
/*  width: 80%;*/
/*  font-size: 20px;*/
/*  margin-left: 5%;*/
/*}*/
/*.business .business-text p:nth-child(2) {*/
/*  font-size: 16px;*/
/*  color: #8f8f8f;*/
/*}*/
/*.business .business-main {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  position: relative;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/*.business .business-main .business-position-next {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.business .business-main .business-position-next .business-position-next-box {*/
/*  width: 150px;*/
/*  height: 150px;*/
/*  background-color: #559ee7;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  border-radius: 50%;*/
/*}*/
/*.business .business-main .business-position-next img {*/
/*  width: 50%;*/
/*  height: auto;*/
  /* background-color: #559ee7;
  padding: 10%;
  border-radius: 50%; */
/*} */
/*.business .business-bottom {*/
/*  margin-top: 105px;*/
/*  width: 100%;*/
/*  height: 1032px;*/
/*  background-image: url(../img/bg2.png);*/
/*  text-align: center;*/
/*  padding-top: 135px;*/
/*}*/
/*.business .business-bottom p {*/
/*  color: white;*/
/*}*/
/*.business .business-bottom p:nth-child(1) {*/
/*  font-size: 56px;*/
/*  font-weight: bold;*/
/*}*/
/*.business .business-bottom p:nth-child(2) {*/
/*  font-size: 16px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  justify-content: space-around;*/
/*  width: 300px;*/
/*  margin: 0 auto;*/
/*}*/
/*.business .business-bottom p:nth-child(2) span {*/
/*  display: block;*/
/*}*/
/*.business .business-bottom p:nth-child(2) span:nth-child(1) {*/
/*  width: 60px;*/
/*  height: 2px;*/
/*  background-color: white;*/
/*}*/
/*.business .business-bottom p:nth-child(2) span:nth-child(3) {*/
/*  width: 60px;*/
/*  height: 2px;*/
/*  background-color: white;*/
/*}*/
/*.business .business-bottom .business-box {*/
/*  margin-top: 50px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*  align-items: center;*/
/*}*/
/*.business .business-bottom .business-box .business-item {*/
/*  width: 377px;*/
/*  height: 250px;*/
/*  background-color: #fff;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  flex-direction: column;*/
/*  margin-top: 30px;*/
/*}*/
/*.business .business-bottom .business-box .business-item img {*/
/*  margin-bottom: 20px;*/
/*}*/
/*.business .business-bottom .business-box .business-item p {*/
/*  color: black;*/
/*}*/
/*@media screen and (min-width:1200px) and (max-width: 1700px) {*/
/*  .business .business-bottom .col-md-8{*/
/*    width: 95%;*/
/*  }*/
/*  .business .business-bottom .col-md-offset-2{*/
/*    margin-left: 2.5%;*/
/*  }*/
/*}*/


.img-top {
  margin-left:-5px;
}
.business .business-bottom {
  width: 100%;
  height: 1032px;
  background-image: url(../img/bg2.png);
  text-align: center;
  padding-top: 135px;
}
.dashuju-text-box-top {
  text-align: center;
  font-size: 24px;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;  
  margin-top: 20px;
}
.dashuju-text-box-top-text .col-lg-3{
  padding: 0px;
}
.dashuju-text-box-top-text .col-lg-3 img {
 width: 100%;
}
.dashuju-text-box-top-text .col-lg-9{
  overflow: hidden;
}
.dashuju-text-box-top-text .col-lg-9 p {
  color: white;
  font-size: 16px;
}
.dashuju-text-box-top-text .col-lg-9 p:first-child {
  font-size: 24px;
  color: white;
}
.dashuju-text {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashuju-text-box {
  height: 400px;
  background-color: rgb(58, 57, 57);
  overflow: hidden;
}
.dashuju-link {
  height: auto;
  text-align: center;
  padding: 100px 0;
}
.dashuju-title {
  text-align: center;
}
.dashuju-link .col-lg-2 img{
  margin-top: 20px;
}
.dashuju-link .col-lg-2 {
    min-width: 220px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  /*flex-wrap: nowrap;*/
  align-items: center;
  /* box-shadow:rgb(0 0 0 / 10%) 0px 5px 10px 0px; */
  padding-bottom: 20px;
}
.dashuju-link .col-lg-2 p {
  margin: 15px 0;
  font-size: 16px;
}
.dashuju-link .col-lg-2 a {
  text-decoration: none;
}
.dashuju-link .col-lg-2 a:hover {
  color: blue;
}
.business .business-bottom p {
  color: white;
}
.business .business-bottom p:nth-child(1) {
  font-size: 56px;
  font-weight: bold;
}
.business .business-bottom p:nth-child(2) {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-around;
  width: 300px;
  margin: 0 auto;
}
.business .business-bottom p:nth-child(2) span {
  display: block;
}
.business .business-bottom p:nth-child(2) span:nth-child(1) {
  width: 60px;
  height: 2px;
  background-color: white;
}
.business .business-bottom p:nth-child(2) span:nth-child(3) {
  width: 60px;
  height: 2px;
  background-color: white;
}
.business .business-bottom .business-box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.business .business-bottom .business-box .business-item {
  width: 32%;
  height: 250px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.business .business-bottom .business-box .business-item img {
  margin-bottom: 20px;
}
.business .business-bottom .business-box .business-item p {
  color: black;
}
.business .business-bottom .business-box .business-item p a {
  text-decoration: none;
}
.business .business-bottom .business-box .business-item p a:hover {
  color: #559ee7;
}
@media screen and (min-width:1200px) and (max-width: 1700px) {
  .business .business-bottom .col-md-8{
    width: 95%;
  }
  .business .business-bottom .col-md-offset-2{
    margin-left: 2.5%;
  }
}