.banner {
  height: 250px;
  background: url("../img/servicebanner.jpg") no-repeat center center;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .banner {
    height: 145px;
    margin-top: 45px;
    background-size: cover !important;
  }
}
.servicediv {
  margin-bottom: 48px;
}
.servicediv .service:not(:last-child) {
  margin-bottom: 20px;
}
.servicediv .service .serviceimg {
  width: 49%;
  float: left;
  border: 1px solid #ddd;
  margin-right: 1%;
}
.servicediv .service .serviceimg.pdleft {
  margin-right: 0;
  margin-left: 1%;
}
.servicediv .service .serviceimg img {
  width: 100%;
  display: block;
}
.servicediv .service .servicetxt {
  width: 50%;
  float: left;
  padding-left: 9%;
  padding-top: 9%;
  padding-right: 7.5%;
}
.servicediv .service .servicetxt h2 {
  font-size: 24px;
  color: #f08200;
  line-height: 50px;
}
.servicediv .service .servicetxt h2:before {
  position: relative;
  top: 33px;
  left: -24px;
  display: block;
  content: "";
  height: 14px;
  width: 14px;
  background-color: #f08200;
}
.servicediv .service .servicetxt p {
  color: #59585b;
  font-size: 20px;
  line-height: 30px;
}
.servicediv .service-bottom {
  margin-top: 10px;
  background-color: #f5f6fa;
  padding: 7.5% 13.83%;
  text-align: center;
  font-size: 16px;
  color: #59585b;
  line-height: 32px;
}
@media (max-width: 768px) {
  .servicediv {
    margin-bottom: 0;
  }
  .servicediv .service .servicetxt {
    padding: 0;
    padding-left: 3px;
  }
  .servicediv .service .servicetxt h2 {
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 3px;
  }
  .servicediv .service .servicetxt h2:before {
    display: none;
  }
  .servicediv .service .servicetxt p {
    font-size: 14px;
    line-height: 20px;
  }
  .servicediv .service-bottom {
    padding: 4.5% 3.83%;
    font-size: 14px;
  }
}
.feedback {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .feedback .normal-title {
    display: none;
  }
}
.feedback .feedbackmsg {
  width: 100%;
  max-width: 680px;
  margin: 2.5% auto 0;
  padding-left: 14px;
}
.feedback .feedbackmsg .feedbacktarget {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  padding-bottom: 12px;
}
.feedback .feedbackmsg .feedbacktarget .thanks {
  text-indent: 2em;
}
.feedback .feedbackmsg form {
  font-size: 14px;
}
.feedback .feedbackmsg form .msginput {
  margin-bottom: 20px;
}
.feedback .feedbackmsg form .msginput .label {
  display: inline-block;
  float: left;
  width: 21%;
  color: #666;
  text-align: left;
  line-height: 36px;
  vertical-align: top;
  position: relative;
}
.feedback .feedbackmsg form .msginput .label.required:before {
  position: relative;
  top: -7px;
  left: 0;
  content: "*";
  color: #cd1d1d;
  font-size: 14px;
}
.feedback .feedbackmsg form .msginput input,
.feedback .feedbackmsg form .msginput textarea {
  width: 79%;
  max-width: 580px;
  outline: none;
  text-indent: 1em;
  border: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}
.feedback .feedbackmsg form .msginput textarea {
  overflow: hidden;
  resize: none;
  height: 120px;
}
.feedback .feedbackmsg form .funbtn {
  margin-top: 10px;
  text-align: center;
}
.feedback .feedbackmsg form .funbtn button {
  cursor: pointer;
  max-width: 180px;
  width: 100%;
  background-color: #f08200;
  border: none;
  color: #fff;
  height: 35px;
  line-height: 35px;
  outline: none;
}
.feedback .feedbackmsg form .funbtn button:not(:last-child) {
  margin-right: 20px;
}
.feedback .feedbackmsg form .funbtn button.reset {
  background-color: #666;
}
@media (max-width: 670px) {
  .feedback .feedbackmsg {
    padding-right: 10px;
  }
  .feedback .feedbackmsg form .msginput {
    margin-bottom: 10px;
  }
  .feedback .feedbackmsg form .msginput .label {
    white-space: nowrap;
  }
  .feedback .feedbackmsg form .funbtn {
    padding-left: 0;
  }
  .feedback .feedbackmsg form .funbtn button {
    max-width: 136px;
  }
}
.downloadct {
  margin-bottom: 80px;
}
.downloadct .tablediv .table-head {
  min-height: 50px;
  line-height: 50px;
  background-color: #f8f8f8;
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
}
.downloadct .tablediv .table-head .headitem {
  width: 32.8%;
  float: left;
  padding-left: 1.75%;
}
.downloadct .tablediv .table-head .headitem label {
  float: left;
  min-width: 20.9%;
}
.downloadct .tablediv .table-head .headitem select,
.downloadct .tablediv .table-head .headitem input {
  max-width: 79.1%;
  height: 36px;
  border: 1px solid #ddd;
  outline: none;
}
.downloadct .tablediv .table-head .headitem #keyword {
  max-width: 240px;
}
.downloadct .tablediv .table-head .headitem .search {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 36px;
  background: url("../img/search.jpg") no-repeat right center;
}
@media (max-width: 768px) {
  .downloadct {
    margin-bottom: 0;
  }
  .downloadct .tablediv .table-head {
    padding: 0 4.1% 0 3.37%;
  }
  .downloadct .tablediv .table-head .headitem {
    width: 100%;
  }
  .downloadct .tablediv .table-head .headitem select,
  .downloadct .tablediv .table-head .headitem input {
    width: 78.3%;
  }
  .downloadct .tablediv .table-head .headitem #keyword {
    max-width: 216px;
  }
  .downloadct .tablediv .table-head .headitem .search {
    margin-top: -3px;
  }
  .mhide {
    display: none;
  }
}
@media (max-width: 360px) {
  .downloadct .tablediv .table-head .headitem select,
  .downloadct .tablediv .table-head .headitem input {
    width: 74.6%;
  }
  .downloadct .tablediv .table-head .headitem #keyword {
    max-width: 178px;
  }
}
