.font-blue {
  color: #1082d4;
}

.font-grey {
  color: #bbb;
}

.ico {
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ico.service-01 {
  background-image: url(../images/services-01.png);
}

.ico.service-02 {
  background-image: url(../images/services-02.png);
}

.ico.service-03 {
  background-image: url(../images/services-03.png);
}

.ico.service-04 {
  background-image: url(../images/services-04.png);
}

.ico.service-05 {
  background-image: url(../images/services-05.png);
}

.ico.service-06 {
  background-image: url(../images/services-06.png);
}

.ico.service-07 {
  background-image: url(../images/services-07.png);
}

.ico.service-08 {
  background-image: url(../images/services-08.png);
}

.ico.service-09 {
  background-image: url(../images/services-09.png);
}

.sub-title {
  font-size: 38px;
  font-family: 'Arial';
  line-height: 2;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.49);
}

#dabb-services {
  padding: 50px 0;
}

#dabb-services h4 {
  font-size: 36px;
  font-family: 'Arial';
  line-height: 1.8;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: #dedede;
}

#dabb-services .services {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0px 10px 0px;
}

#dabb-services .services .item {
  flex-basis: 20%;
  margin-bottom: 30px;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
}

#dabb-services .services .item>a {
  display: block;
  border: 2px solid #eee;
  padding: 30px 0;
  transition: all .5s;
}

#dabb-services .services .item>a:hover {
  border-color: #1082d4;
  color: #1082d4;
}

#dabb-services .services .item>a>p {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#dabb-services .services .item>a>span {
  display: inline-block;
  background-color: #1082d4;
  color: #fff;
  line-height: 33px;
  padding: 0 10px;
  margin-top: 10px;
  font-size: 16px;
}

#dabb-services .services .ico {
  width: 100%;
  height: 85px;
}

#cd-1 {
  background: url(../images/form-bg.jpg) center top no-repeat;
  padding-top: 55px;
}

#cd-1 h3 {
  font-size: 44px;
  color: #fff;
  letter-spacing: 2px;
}

#cd-1 .sub-title {
  color: #dedc;
}

.form-content-bg {
  background: url(../images/form-content-bg.png) center top no-repeat;
  margin-top: 13px;
  padding-top: 53px;
  box-sizing: border-box;
}

.cd-biaodan {
  width: 1030px;
  padding: 57px 120px 30px;
  margin: 0px auto;
  background: #f6f6f7;
  display: flex;
  justify-content: space-between;
}

.cd-biaodan em {
  width: 100px;
  height: 2px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
}

.cd-biaodan p {
  font-size: 24px;
  text-align: center;
  line-height: 110%;
  margin-bottom: 30px;
}

.cd-biaodan .cd_left {
  height: 350px;
  flex-basis: 320px;
}

.cd-biaodan .cd_left p {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.cd-biaodan .cd_left strong {
  color: #c41131;
}

.cd-biaodan .cd_right {
  height: 350px;
  flex-basis: 350px;
  box-sizing: border-box;
}

.cd-biaodan .cd_right h4 {
  font-size: 25px;
  line-height: 60px;
  color: #c41131;
  text-align: center;
}

.cd-biaodan .cd_right form {
  margin-top: 30px;
}

.cd-biaodan .form-group {
  line-height: 30px;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
}

.cd-biaodan .form-group .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(http://www.bdshuang.com/assets/images/loading.gif) center no-repeat rgba(0, 0, 0, .5);
  display: none;
}

.cd-biaodan .form-group label {
  width: 100px;
  display: inline-block;
  text-align: right;
}

.cd-biaodan .form-group input {
  width: 230px;
  padding: 10px 10px;
  font-size: 14px;
}

.cd-biaodan .form-group input[type="button"] {
  width: auto;
  padding: 10px 40px;
  background: #c41131;
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  margin-left: 20px;
}

/*滚动*/

.customer_top_wrap {
  height: 270px;
  overflow: hidden;
  padding-top: 10px;
}

.customer_top {}

.customer_top li {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  width: 100%;
}

.customer_top .date {
  font-size: 16px;
  color: #9b9b9b;
}

.customer_top li a {
  color: #c41131;
  margin-left: 10px;
}

#dabb-convenience {
  margin: 0px 0px 50px 0px;
  background: #fff;
}

#dabb-convenience .btns {
  text-align: center;
}

#dabb-convenience .btns a {
  font-size: 20px;
  line-height: 50px;
  display: inline-block;
  min-width: 210px;
  padding: 0 20px;
  margin: 0 20px;
  color: #fff;
  background: #c41131;
  box-sizing: border-box;
}