* {
  margin: 0;
  padding: 0; }

dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0; }

html,
body {
  height: 100%; }

body {
  font-size: 14px;
  font-family: "microsoft yahei"; }

.pull-right {
  float: right !important; }

.red {
  color: #c54642; }

.blue {
  color: #1399df; }

a {
  color: #008DFF;
  text-decoration: none; }
  a:hover {
    color: #B9284B; }

.fullSlide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  background: #000;
  background-position: center 0;
  -webkit-background-size: cover; }
  .fullSlide ul {
    height: 100% !important;
    width: 100% !important; }
    .fullSlide ul li {
      height: 100% !important;
      width: 100% !important;
      -webkit-background-size: cover !important;
      background-size: cover !important;
      background-position: center 0; }

.content {
  width: 1000px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 30px 0; }
  .content .logo {
    width: 100%;
    text-align: center;
    margin: 50px 0; }
  .content .link {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 50px; }
    .content .link dl {
      width: 180px;
      float: left; }
      .content .link dl._1 dt {
        background: url("../img/images/cdth3_07.png") no-repeat 20px center; }
      .content .link dl._2 dt {
        background: url("../img/images/cdth3_12.png") no-repeat 20px center; }
      .content .link dl._3 dt {
        background: url("../img/images/cdth3_09.png") no-repeat 20px center; }
      .content .link dl._4 dt {
        background: url("../img/images/cdth3_15.png") no-repeat 20px center; }
      .content .link dl._5 dt {
        background: url("../img/images/cdth3_18.png") no-repeat 20px center; }
      .content .link dl dt {
        text-indent: 60px;
        height: 75px;
        line-height: 75px;
        border-bottom: solid 1px #e9e9e9;
        font-size: 24px;
        color: #02275c;
        margin-bottom: 30px; }
      .content .link dl dd {
        background: url("../img/images/cdth3_26.png") no-repeat 30px center;
        text-indent: 50px;
        line-height: 30px; }
        .content .link dl dd a {
          font-size: 14px;
          color: #126eaa;
          text-decoration: none; }
          .content .link dl dd a:hover {
            color: #B9284B; }
      .content .link dl.active {
        width: 280px; }
        .content .link dl.active dt {
          font-size: 36px;
          color: #b9284b; }
        .content .link dl.active dd {
          background: url("../img/images/cdth3_29.png") no-repeat 30px center; }
          .content .link dl.active dd a {
            color: #181c1f; }
            .content .link dl.active dd a:hover {
              color: #B9284B; }
          .content .link dl.active dd span {
            color: #b9284b; }
  .content .slogan1 {
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center; }
    .content .slogan1 img {
      margin: 20px; }
  .content .slogan2 {
    margin-top: 50px;
    text-align: center; }
    .content .slogan2 img {
      margin: 20px; }

.clear {
  clear: both; }

body.inner .content {
  box-shadow: 0 0 15px #f1f1f1;
  padding-bottom: 0; }

.nav2 {
  height: 40px;
  border-bottom: solid 3px #008dff; }
  .nav2 h2 {
    background-color: #008dff;
    width: auto;
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    text-align: center; }

.selectZone {
  margin-top: 30px; }
  .selectZone dl {
    font-size: 18px;
    border: solid 1px #eaeaea;
    overflow: hidden;
    margin-top: -1px; }
    .selectZone dl dt {
      float: left;
      height: 50px;
      line-height: 50px;
      background-color: #f1f1f1;
      width: 200px;
      text-align: center;
      color: #015da6; }
    .selectZone dl dd {
      float: left;
      width: 100px;
      text-align: center;
      font-size: 14px;
      height: 50px;
      line-height: 50px; }
      .selectZone dl dd a {
        padding: 5px 15px;
        white-space: nowrap;
        color: #555; }
        .selectZone dl dd a:hover {
          color: #fff;
          background-color: #c54642; }
      .selectZone dl dd span {
        padding: 5px 15px;
        white-space: nowrap; }
      .selectZone dl dd.active a {
        color: #fff;
        background-color: #c54642; }

.list,
.detail {
  background-color: #f1f1f1;
  padding-top: 20px;
  margin-top: 30px;
  padding-bottom: 10px; }
  .list .row,
  .detail .row {
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #fff; }
    .list .row .item,
    .detail .row .item {
      float: left;
      margin: 1%;
      width: 48%;
      overflow: hidden; }
      .list .row .item .left,
      .detail .row .item .left {
        float: left;
        width: 160px;
        height: 160px; }
      .list .row .item .info,
      .detail .row .item .info {
        margin-left: 20px;
        float: left;
        width: 290px; }
        .list .row .item .info table td,
        .detail .row .item .info table td {
          height: 25px; }
        .list .row .item .info h3,
        .detail .row .item .info h3 {
          font-size: 16px;
          color: #333333;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 30px; }
        .list .row .item .info p,
        .detail .row .item .info p {
          color: #7d7d7d;
          line-height: 30px; }
          .list .row .item .info p strong,
          .detail .row .item .info p strong {
            color: #333; }

.detail .row {
  padding: 30px 0; }
.detail .left {
  width: 440px;
  float: left;
  text-align: center; }
.detail .info {
  margin-left: 20px;
  float: left;
  width: 500px; }
  .detail .info h3 {
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px; }
  .detail .info p {
    color: #7d7d7d;
    line-height: 30px; }
    .detail .info p strong {
      color: #333; }
  .detail .info .contact {
    margin-top: 30px; }
    .detail .info .contact h4 {
      width: 90px;
      height: 30px;
      line-height: 30px;
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: normal;
      background-color: #c54642;
      color: #fff;
      text-align: center; }
    .detail .info .contact p {
      line-height: 30px; }

.meneame {
  width: 100%;
  margin-top: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center; }
  .meneame a {
    display: inline-block;
    padding: 4px 8px;
    border: solid 1px #ccc; }
    .meneame a:hover {
      background-color: #eee; }

.list2 .info h3 {
  margin-bottom: 10px !important; }

.list3 .info h3 {
  margin-bottom: 30px !important; }

.info table {
  border: solid 1px #f0f0f0;
  width: 100%;
  border-collapse: collapse; }
  .info table td {
    height: 30px;
    border-bottom: solid 1px #ddd;
    text-align: center; }
    .info table td:nth-child(odd) {
      background-color: #f0f0f0; }

.money dd {
  width: 200px !important; }
  .money dd.all {
    text-align: right; }
    .money dd.all a {
      background-color: #126EAA !important;
      font-size: 20px; }

.list .row {
  padding: 30px 0; }
.list p {
  line-height: 30px; }
  .list p strong {
    color: #c54642;
    font-size: 16px;
    padding-right: 10px; }

.upper.row {
  padding: 30px 0; }
  .upper.row p {
    line-height: 30px;
    text-indent: 180px; }
    .upper.row p strong {
      color: #c54642;
      font-size: 16px;
      padding-right: 10px; }

.list4 p {
  text-indent: 180px; }

.selectService dd {
  width: 112px !important; }

.list .contact {
  overflow: hidden; }
  .list .contact .item {
    width: 25%;
    float: left;
    text-align: center; }
    .list .contact .item p {
      text-indent: 30px !important;
      text-align: left; }

#reback {
  margin: 30px;
  text-align: center; }
  #reback label {
    height: 30px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px; }
    #reback label input {
      height: 28px;
      text-indent: 1rem;
      width: 300px;
      line-height: 30px;
      border: solid 1px #ccc;
      border-radius: 4px; }

#submit {
  padding: 5px 15px;
  font-size: 16px;
  background-color: #008DFF;
  color: #fff;
  border: solid 1px #008DFF;
  cursor: pointer;
  margin-bottom: 10px; }

.progress-bar-info {
  background-color: #ef9ad2; }

.progress {
  position: relative;
  padding: 0 !important;
  height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: solid 1px #38e69c; }
  .progress .spin {
    position: absolute;
    top: 0;
    width: 1px;
    height: 20px;
    background-color: #38e69c; }
    .progress .spin.spin1 {
      left: 20%; }
    .progress .spin.spin2 {
      left: 40%; }
    .progress .spin.spin3 {
      left: 60%; }
    .progress .spin.spin4 {
      left: 80%; }
  .progress .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #8de28f;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }

/*# sourceMappingURL=app.css.map */
