.title h3,
.title h6 {
  font-family: 'SourceHanSansCN-Regular';
}
.what-djba {
  padding-top: 102px;
  padding-bottom: 60px;
}
.what-djba .content {
  margin-top: 40px;
}
.what-djba .content .left-intro {
  width: 820px;
  font-family: 'SourceHanSansCN-Regular';
}
.what-djba .content .left-intro .top-info {
  width: 731px;
}
.what-djba .content .left-intro p {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  padding-left: 28px;
  position: relative;
  margin-bottom: 22px;
}
.what-djba .content .left-intro p::before {
  display: block;
  content: '';
  width: 7px;
  height: 13px;
  background-color: #277fef;
  position: absolute;
  top: 4px;
  left: 5px;
}
.what-djba .content .left-intro p.warn {
  margin-top: 4px;
  color: #ff6600;
}
.what-djba .content .left-intro p.warn::before {
  left: 0;
  width: 16px;
  height: 14px;
  background-image: url(../images/common/warn-ico.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.what-djba .content .left-intro p:last-child {
  margin-bottom: 0;
}
.what-djba .content .left-intro p span {
  color: #ff6c00;
}
.what-djba .content .left-intro ul {
  margin-top: 25px;
}
.what-djba .content .left-intro ul li {
  display: flex;
  align-items: center;
}
.what-djba .content .left-intro ul li img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.what-djba .content .left-intro ul li span {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.what-djba .content .right-img {
  margin-top: 4px;
  margin-left: auto;
  margin-right: 56px;
  width: 186px;
  /*height: 249px;*/
  /*border: 1px solid #dfdfdf;*/
}
.what-djba .content .right-img img {
  width: 100%;
  display: block;
}
.what-djba a.handle-btn {
  margin-top: 18px;
}
.why-handle {
  padding-top: 57px;
  padding-bottom: 60px;
  background-color: #f7f9fc;
}
.why-handle .handle-content {
  width: 1072px;
  margin: 0 auto;
  margin-top: 35px;
}
.why-handle .handle-content .content {
  border: 1px solid #e2e0e0;
}
.why-handle .handle-content .content .img {
  width: 367px;
}
.why-handle .handle-content .content .img img {
  width: 100%;
  display: block;
}
.why-handle .handle-content .content .info {
  width: calc(100% - 367px);
  padding: 32px 38px 30px 15px;
}
.why-handle .handle-content .content .info p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-bottom: 12px;
  position: relative;
  padding-left: 14px;
}
.why-handle .handle-content .content .info p::before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #277fef;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
.why-handle .handle-content .content .info p:last-child {
  margin-bottom: 0;
}
.which-handle {
  padding: 60px 0;
}
.which-handle ul.content {
  margin-top: 39px;
  flex-wrap: wrap;
}
.which-handle ul.content li {
  width: calc(33.33% - 20px);
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ececec;
  margin-right: 30px;
  transition: all 0.3s;
}
.which-handle ul.content li:hover {
  border-color: #fff;
  box-shadow: 0 0 16px 0 rgba(9, 42, 101, 0.1);
}
.which-handle ul.content li:nth-child(3n) {
  margin-right: 0;
}
.which-handle ul.content li:nth-child(n + 4) {
  margin-top: 27px;
}
.which-handle ul.content li h5 {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 20px;
  color: #666;
  display: flex;
  align-items: center;
}
.which-handle ul.content li h5::before,
.which-handle ul.content li h5::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #277fef;
  border-radius: 50%;
  margin: 0 13px;
}
.which-handle a.handle-btn {
  margin-top: 40px;
}
.difference {
  padding: 50px 0;
  background-color: #f7f9fc;
}
.difference ul.content {
  margin-top: 39px;
}
.difference ul.content li {
  flex: 1;
  margin-right: 20px;
  padding: 22px 23px 30px 23px;
  border: 1px solid #e5e5e5;
  border-radius: 9px;
  background-color: #fff;
  transition: all 0.3s;
}
.difference ul.content li:hover {
  border-color: #fff;
  box-shadow: 0 0 16px 0 rgba(9, 42, 101, 0.1);
}
.difference ul.content li:last-child {
  margin-right: 0;
}
.difference ul.content li .inner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 38px;
  background-color: #277fef;
  margin: 0 auto;
  border-radius: 9px;
}
.difference ul.content li .inner-title::before,
.difference ul.content li .inner-title::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 13px;
}
.difference ul.content li .inner-title h5 {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 20px;
  color: #fff;
}
.difference ul.content li .info {
  margin-top: 15px;
}
.difference ul.content li .info p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.difference a.handle-btn {
  margin-top: 40px;
  width: 498px;
}
.require {
  padding-top: 50px;
  padding-bottom: 60px;
}
.require .title h6 {
  color: #666;
  margin-top: 14px;
}
.require ul.content {
  margin-top: 40px;
}
.require ul.content li {
  flex: 1;
  margin-right: 20px;
  padding: 32px 12px 23px 12px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 9px;
  font-family: 'SourceHanSansCN-Regular';
  text-align: center;
  transition: all 0.3s;
}
.require ul.content li:hover {
  border-color: #fff;
  box-shadow: 0 0 16px 0 rgba(9, 42, 101, 0.1);
}
.require ul.content li:last-child {
  margin-right: 0;
}
.require ul.content li img {
  display: block;
  width: auto;
  height: 76px;
  margin: 0 auto;
}
.require ul.content li h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  margin-bottom: 12px;
}
.require ul.content li p {
  font-size: 17px;
  line-height: 24px;
  color: #666;
}
.require a.handle-btn {
  margin-top: 40px;
}
.report {
  padding: 50px 0;
  background-color: #f7f9fc;
}
.report .title h6 {
  margin-top: 15px;
}
.report .report-content {
  width: 1060px;
  margin: 0 auto;
  margin-top: 40px;
}
.report .report-content ul {
  flex-wrap: wrap;
}
.report .report-content ul li {
  width: calc(33.33% - 21.33px);
  margin-right: 32px;
  padding-top: 17px;
  padding-bottom: 18px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(9, 42, 101, 0.1);
  border-radius: 8px;
}
.report .report-content ul li:nth-child(3n) {
  margin-right: 0;
}
.report .report-content ul li:nth-child(n + 4) {
  margin-top: 20px;
}
.report .report-content ul li .info {
  position: relative;
  width: auto;
}
.report .report-content ul li .info h5 {
  display: inline-block;
  font-family: 'SourceHanSansCN-Bold';
  font-size: 20px;
  color: #666;
  text-align: center;
  position: relative;
  z-index: 1;
}
.report .report-content ul li .info h5 span {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 18px;
}
.report .report-content ul li .info i.circle {
  display: block;
  width: 23px;
  height: 23px;
  background-color: #93bff7;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 0;
}
.report a.handle-btn {
  margin-top: 40px;
}
.service {
  padding-top: 65px;
  padding-bottom: 60px;
}
.service ul.content {
  margin-top: 39px;
}
.service ul.content li {
  flex: 1;
  margin-right: 31px;
  border: 1px solid #e5e5e5;
  padding: 36px 15px 32px 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  transition: all 0.3s;
}
.service ul.content li:hover {
  border-color: #fff;
  box-shadow: 0 0 16px 0 rgba(9, 42, 101, 0.1);
}
.service ul.content li:last-child {
  margin-right: 0;
}
.service ul.content li .inner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.service ul.content li .inner-title::before,
.service ul.content li .inner-title::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #277fef;
  border-radius: 50%;
  margin: 0 14px;
}
.service ul.content li .inner-title h5 {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 20px;
  color: #333;
}
.service ul.content li p {
  font-size: 18px;
  line-height: 20px;
  color: #666;
}
.service .info {
  padding-left: 10px;
  margin-top: 47px;
}
.service .info h6 {
  padding-left: 34px;
  background-image: url(../images/djba/avatar.png);
  background-size: 22px 19px;
  background-position: left 1px;
  background-repeat: no-repeat;
  font-family: 'SourceHanSansCN-Bold';
  font-size: 18px;
  line-height: 20px;
  color: #666;
  margin-bottom: 16px;
}
.service .info p {
  font-size: 18px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}
.service .info p:last-child {
  margin-bottom: 0;
}
.service a.handle-btn {
  margin-top: 42px;
}
.process {
  padding-top: 58px;
}
.process ul.content {
  margin-top: 51px;
}
