* {
  box-sizing: border-box;
}

body {
  max-width: 100% !important;
}

.fl {
  float: left;
  display: inline-block;
}

.fr {
  float: right;
  display: inline-block;
}

.head {
  margin: 0px auto;
  width: 1200px !important;
  font-size: 0;
}

.head .logo {
  float: left;
}

.head .head-pic {
  margin: 0 auto;
  width: 485px;
}

.head .head-pic img {
  width: 485px;
  opacity: 0;
}

div.leftMenu {
  z-index: 9999;
  float: left;
  width: 1200px;
  height: 456px;
}

.content {
  margin: 0 auto;
  width: 1200px;
}

.content .cyan {
  position: relative;
  padding-top: 100px;
  width: 100%;
  height: 456px;
  background-color: #00B2B9;
}

.content .cyan img.mendian {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 90px;
  width: 473px;
}

.content .cyan .orange {
  position: absolute;
  top: 130px;
  padding: 5px 0;
  width: 100%;
  height: 128px;
  background-color: #E95C14;
}

.content .cyan .orange p {
  font-size: 28px;
  color: #fff;
  text-align: left;
  font-weight: 500;
  text-indent: 683px;
}

.content .cyan .orange h2 {
  font-size: 46px;
  color: #fff;
  text-align: left;
  text-indent: 683px;
  font-weight: 600;
}

.content .cyan ul.lc-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: absolute;
  bottom: 70px;
  right: 150px;
  width: 466px;
  height: 90px;
}

.content .cyan ul.lc-icon li {
  width: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.content .cyan ul.lc-icon li span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  border: 2px solid #fff;
}

.content .liuc {
  position: relative;
}

.content .liuc .liuc-01 {
  margin: 50px auto 0;
  width: 1200px;
}

.content .liuc .liuc-01 .liuc-01-btn {
  padding-top: 7px;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  background-color: #13A8AF;
  border-radius: 14px;
}

.content .liuc .liuc-01 .liuc-01-btn p {
  margin: 0 auto;
  width: 186px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #6EC2C5;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  color: #D1EDEE;
}

.content .liuc .liuc-01 .liuc-01-text {
  margin-top: 30px;
  width: 1200px;
  text-align: justify;
  font-size: 24px;
  color: #3988BE;
  line-height: 36px;
  font-weight: 300;
}

.content .liuc .liuc-02 {
  margin: 0 auto;
  width: 1200px;
  margin: 50px auto 0;
  background: url(../images/sqlc-circle-line.png) no-repeat;
  background-size: 28px;
  background-position: 50% 50%;
}

.content .liuc .liuc-02 .mt {
  margin-top: 200px;
}

.content .liuc .liuc-02 .liuc-02-sub {
  display: inline-block;
  width: 450px;
  height: 1100px;
}

.content .liuc .liuc-02 .liuc-02-sub .nr-mt {
  margin-top: 150px;
}

.content .liuc .liuc-02 .liuc-02-sub .sub-nr img {
  display: block;
  margin: 0 auto;
}

.content .liuc .liuc-02 .liuc-02-sub .sub-nr .nr-title span.title-num {
  display: block;
  margin-top: -50px;
  width: 100%;
  font-size: 72px;
  line-height: 65px;
  text-align: center;
  font-weight: 600;
  color: #2E9FD0;
}

.content .liuc .liuc-02 .liuc-02-sub .sub-nr .nr-title span.title-t {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #2E9FD0;
  font-weight: 300;
}

.content .liuc .liuc-02 .liuc-02-sub .sub-nr p {
  margin: 10px auto 0;
  width: 400px;
  font-size: 26px;
  text-align: justify;
  font-weight: 300;
  color: #2F9FD1;
}

.foot {
  margin-top: 50px;
  width: 100%;
  height: 150px;
}

.foot a {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 36px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #25ABE2;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 3px 3px 3px #7b96ab;
  transition: all linear 0.2s;
}

.foot a:hover {
  transition: all linear 0.2s;
  color: #ffd14b;
  box-shadow: 3px 3px 10px #7b96ab;
}

/*# sourceMappingURL=mdsq.css.map */
