.raymond header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
  padding: 0 0.15rem 0 0.2rem;
}
.raymond header .logo-wrap {
  width: 2.7rem;
}
.raymond header .logo-wrap img {
  width: 100%;
}
.raymond header .menuBtn {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.raymond header .menuBtn img {
  display: block;
  width: 0.45rem;
}
.raymond section.banner-wrap img {
  display: block;
  width: 100%;
}
.raymond section.first {
  padding: 0.5rem 0.3rem;
}
.raymond section.first .title-wrap p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #0a89ff;
}
.raymond section.first .title-wrap .line {
  height: 0.06rem;
  background-color: #0a89ff;
  box-shadow: 0.03rem 0.04rem 0.03rem 0px rgba(0, 0, 0, 0.24);
}
.raymond section.first .text {
  font-size: 0.29rem;
  margin: 0.35rem 0;
}
.raymond section.first .params-wrap {
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
}
.raymond section.first .params-wrap .item {
  border: solid 0.05rem #ffffff;
  box-shadow: 0.03rem 0.01rem 0.04rem 0px rgba(0, 0, 0, 0.6);
  border-radius: 0.5rem;
}
.raymond section.first .params-wrap .item .params {
  background: linear-gradient(to right, #0888ff 0%, #74acff 100%);
  border-radius: 0.5rem;
  padding: 0.03rem 0.55rem;
  margin-left: -0.05rem;
}
.raymond section.first .params-wrap .item .params p {
  font-size: 0.3rem;
  color: #ffffff;
  text-shadow: 1px 1px 0.03rem #000;
}
.raymond section.first .params-wrap .item .params p:first-of-type {
  font-weight: bold;
}
.raymond section.first .materials-wrap p:first-of-type {
  font-size: 0.5rem;
  font-weight: bold;
  margin: 0.25rem 0 0.1rem;
}
.raymond section.first .materials-wrap p:last-of-type {
  font-size: max(0.25rem, 14px);
}
.raymond section.first .btn-wrap {
  position: relative;
  margin-top: 0.35rem;
}
.raymond section.first .btn-wrap img {
  width: 100%;
}
.raymond section.first .btn-wrap .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
}
.raymond section.first .btn-wrap .content p {
  flex: 1;
  font-size: 0.25rem;
  font-weight: bold;
  color: #ffffff;
  margin-right: 0.1rem;
}
.raymond section.first .btn-wrap .content a.btn {
  display: block;
  font-size: 0.32rem;
  color: #0264f4;
  padding: 0.15rem 0.45rem;
  background-color: #ffd800;
  box-shadow: 1px 0px 0.03rem 0px #000;
  border-radius: 0.4rem;
}
.raymond section.second {
  padding: 0.5rem 0.3rem;
  background: linear-gradient(#0888ff 0%, #74acff 100%);
}
.raymond section.second .title-wrap .title {
  font-size: 0.55rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0.03rem 0.03rem 0.09rem rgba(0, 0, 0, 0.5);
}
.raymond section.second .title-wrap .line {
  height: 0.06rem;
  background-color: #fff;
  box-shadow: 0.03rem 0.04rem 0.03rem 0px rgba(0, 0, 0, 0.24);
  margin: 0.25rem 0;
}
.raymond section.second .title-wrap .sub-title {
  font-size: 0.4rem;
  color: #ffffff;
}
.raymond section.second .content-wrap {
  padding: 0.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.raymond section.second .content-wrap .img-wrap {
  border: dashed 0.02rem #ffffff;
  border-radius: 50%;
  padding: 0.1rem 0.1rem 0.05rem;
  position: relative;
}
.raymond section.second .content-wrap .img-wrap img {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
}
.raymond section.second .content-wrap .img-wrap .ball {
  position: absolute;
  width: 0.23rem;
  height: 0.23rem;
  background-color: #ffd800;
  border-radius: 50%;
}
.raymond section.second .content-wrap .text {
  position: absolute;
  font-size: 0.22rem;
  color: #fff;
}
.raymond section.second .btn-wrap {
  display: block;
  width: 3.3rem;
  margin: 0.2rem auto;
  position: relative;
}
.raymond section.second .btn-wrap img {
  width: 100%;
}
.raymond section.second .btn-wrap p {
  position: absolute;
  font-size: 0.38rem;
  font-weight: bold;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}
.raymond section.third {
  padding: 0.5rem 0.3rem;
}
.raymond section.third .title-wrap .title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #0a89ff;
}
.raymond section.third .title-wrap .line {
  height: 0.06rem;
  background-color: #0a89ff;
  box-shadow: 0.03rem 0.04rem 0.03rem 0px rgba(0, 0, 0, 0.24);
  margin: 0.25rem 0;
}
.raymond section.third .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0.02rem 0.02rem 0.02rem 0 rgba(0, 0, 0, 0.24);
}
.raymond section.third .table-wrap table tr td {
  text-align: center;
  padding: 0.1rem;
  font-size: 0.25rem;
  color: #000;
}
.raymond section.third .table-wrap table tr:nth-of-type(2n + 1) {
  background-color: #e2e2e2;
}
.raymond section.third .table-wrap table tr:first-of-type,
.raymond section.third .table-wrap table tr:nth-of-type(2) {
  background-color: #0888ff;
  padding: 1rem 0;
}
.raymond section.third .table-wrap table tr:first-of-type td,
.raymond section.third .table-wrap table tr:nth-of-type(2) td {
  font-size: 0.22rem;
  color: #ffffff;
}
.raymond section.third .tip-wrap {
  padding: 0.05rem 0;
  background-color: #0a89ff;
  border-radius: 0.5rem;
  margin: 0.3rem 0.4rem 0;
}
.raymond section.third .tip-wrap p {
  color: #fff;
  font-size: max(0.26rem, 14px);
  text-align: center;
}
.raymond section.fourth {
  padding: 0 0.3rem;
}
.raymond section.fourth .title-wrap .title {
  font-size: 0.75rem;
  font-weight: bold;
  color: #0a89ff;
}
.raymond section.fourth .title-wrap .line {
  height: 0.06rem;
  background-color: #0a89ff;
  box-shadow: 0.03rem 0.04rem 0.03rem 0px rgba(0, 0, 0, 0.24);
  margin: 0.25rem 0;
}
.raymond section.fourth .text {
  font-size: max(0.26rem, 14px);
  line-height: 1.6;
}
.raymond section.fourth img {
  position: relative;
  display: block;
  width: calc(100% + 0.6rem);
  margin-top: -1.8rem;
  margin-left: -0.3rem;
  z-index: -1;
}
.raymond section.fifth {
  margin-top: -0.12rem;
}
.raymond section.fifth .title-wrap {
  padding: 0.3rem 0.3rem 0.4rem;
}
.raymond section.fifth .title-wrap .title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #0a89ff;
}
.raymond section.fifth .title-wrap .line {
  height: 0.06rem;
  background-color: #0a89ff;
  box-shadow: 0.03rem 0.04rem 0.03rem 0px rgba(0, 0, 0, 0.24);
}
.raymond section.fifth .case-list .item {
  margin-bottom: 0.2rem;
}
.raymond section.fifth .case-list .item .img-wrap {
  position: relative;
}
.raymond section.fifth .case-list .item .img-wrap > img {
  display: block;
}
.raymond section.fifth .case-list .item .img-wrap > img:first-of-type {
  width: 100%;
}
.raymond section.fifth .case-list .item .img-wrap > img:last-of-type {
  position: absolute;
  width: 2.3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.raymond section.fifth .case-list .item .img-wrap .btn {
  position: absolute;
  bottom: -0.05rem;
  right: 0.1rem;
  width: 3.2rem;
}
.raymond section.fifth .case-list .item .img-wrap .btn img:first-of-type {
  width: 100%;
}
.raymond section.fifth .case-list .item .img-wrap .btn img:last-of-type {
  position: absolute;
  width: 0.95rem;
  bottom: 0.05rem;
  right: 0;
}
.raymond section.fifth .case-list .item .img-wrap .btn p {
  position: absolute;
  font-size: 0.35rem;
  font-weight: bold;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: #000;
}
.raymond section.fifth .case-list .item .case-title {
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  padding: 0.15rem 0;
}
.raymond section.fifth .case-list .item .case-title.spec {
  font-size: 0.25rem;
}
.raymond section.fifth .case-list .item .case-params {
  background: linear-gradient(120deg, #0888ff 0%, #74acff 100%);
  padding: 0.1rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.raymond section.fifth .case-list .item .case-params p:not(:last-of-type) {
  padding-bottom: 0.1rem;
}
.raymond section.fifth .case-list .item .case-params p span {
  font-size: 0.24rem;
  color: #ffffff;
}
.raymond section.fifth .case-list .item .case-params p span:first-of-type {
  font-weight: bold;
  margin-right: 0.1rem;
}
.raymond section.sixth {
  padding-bottom: 0.35rem;
  background: linear-gradient(120deg, #0888ff 0%, #74acff 100%);
}
.raymond section.sixth .title-wrap {
  padding: 0.1rem 0.3rem 0.3rem;
  background-color: #fff;
}
.raymond section.sixth .title-wrap .title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #0a89ff;
}
.raymond section.sixth .title-wrap .line {
  height: 0.06rem;
  background-color: #0a89ff;
  box-shadow: 0.03rem 0.04rem 0.03rem 0px rgba(0, 0, 0, 0.24);
}
.raymond section.sixth .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.raymond section.sixth .img-list > div {
  width: 49.5%;
  margin-bottom: 0.05rem;
  position: relative;
}
.raymond section.sixth .img-list > div:first-of-type {
  width: 100%;
}
.raymond section.sixth .img-list > div img:first-of-type {
  width: 100%;
}
.raymond section.sixth .img-list > div img:last-of-type {
  position: absolute;
  width: 30%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.raymond section.form-sec {
  padding: 0.5rem 0.3rem;
}
.raymond section.form-sec .title-wrap .title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #0a89ff;
}
.raymond section.form-sec .title-wrap .line {
  height: 0.06rem;
  background-color: #0a89ff;
  box-shadow: 0.03rem 0.04rem 0.03rem 0px rgba(0, 0, 0, 0.24);
}
.raymond section.form-sec .form-wrap .form-body {
  margin: 0.5rem 0 0rem;
}
.raymond section.form-sec .form-wrap .form-body .form-item {
  position: relative;
}
.raymond section.form-sec .form-wrap .form-body .form-item > span {
  position: absolute;
  right: -0.15rem;
  top: 20%;
  font-size: 0.25rem;
  color: #ff0000;
}
.raymond section.form-sec .form-wrap .form-body .form-item .mu-form-item {
  margin-bottom: 0;
  padding-bottom: 0.2rem;
}
.raymond section.form-sec .form-wrap .form-body .form-item .mu-form-item .mu-form-item-content {
  border-radius: 0.1rem;
  border: solid 1px #000000;
  padding: 0.05rem 0.15rem;
}
.raymond section.form-sec .form-wrap .form-body .form-item .mu-form-item .mu-form-item-help {
  bottom: 2px;
}
.raymond section.form-sec .form-wrap .btn {
  width: 3rem;
  margin: 0 auto;
  position: relative;
}
.raymond section.form-sec .form-wrap .btn img {
  width: 100%;
}
.raymond section.form-sec .form-wrap .btn a {
  cursor: pointer;
  font-size: 0.36rem;
  font-weight: bold;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.raymond section.seventh {
  margin-bottom: 0.65rem;
}
.raymond section.seventh .content {
  background: url(../images/13.jpg) no-repeat;
  background-size: 100% 100%;
  height: 11.3rem;
  padding: 0 0.3rem;
}
.raymond section.seventh .content .title-wrap .title {
  font-size: 0.7rem;
  font-weight: bold;
  color: #ffd800;
  text-shadow: 0.03rem 0.03rem 0.03rem rgba(0, 0, 0, 0.64);
  padding: 0.25rem 0 0.15rem;
}
.raymond section.seventh .content .title-wrap .line {
  height: 0.06rem;
  background-color: #ffd800;
  box-shadow: 0.03rem 0.04rem 0.03rem 0px rgba(0, 0, 0, 0.24);
}
.raymond section.seventh .content p.text {
  font-size: 0.3rem;
  margin-top: 0.25rem;
}
.raymond section.seventh .intro-wrap {
  padding: 0.3rem;
  background-color: #3597ff;
}
.raymond section.seventh .intro-wrap .intro {
  border-radius: 0.1rem;
  border: solid 0.03rem #ffffff;
  padding: 0.1rem;
}
.raymond section.seventh .intro-wrap .intro .text-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0 0;
  border: solid 1px #000000;
  border-radius: 0.1rem;
  box-shadow: 0.02rem 0.03rem 0.03rem 0px rgba(0, 0, 0, 0.32);
  background-color: #ffffff;
  opacity: 0.75;
}
.raymond section.seventh .intro-wrap .intro .text-wrap .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.raymond section.seventh .intro-wrap .intro .text-wrap .text p {
  font-size: 0.3rem;
}
.raymond section.seventh .intro-wrap .intro .text-wrap .text p span {
  font-size: 0.6rem;
  font-weight: bold;
  color: #003db8;
  line-height: 1;
}
.raymond .contact {
  width: 100%;
  max-width: 750px;
  background: #e13930;
  position: fixed;
  bottom: 0;
  z-index: 99;
  border-radius: 0.1rem;
}
/*.raymond .contact a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: max(0.25rem, 16px);
  padding: 0.12rem 0;
}*/
.raymond .contact a img {
  display: block;
  width: 0.4rem;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .raymond section.form-sec .form-wrap .form-body .form-item .mu-form-item {
    padding-bottom: 0.3rem;
  }
}

.contact {
        opacity: 1;
        width: 100%;
        height: 45px;
        text-align: center;
        position: fixed !important;
        bottom: 0;
        z-index: 20000;
        border-radius: 5px;
        max-width: 750px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }

.contact a {
        color: #fff;
        font-size: 20px;
        vertical-align: middle;
        text-decoration: none;
    }
.swt_l {
    color: #ffffff;
    padding-top: 0.1rem;
    padding-bottom: 0.26rem;
    text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#7698e9), to(#0d2458));
	float: left;
    width: 50%;
}
.ly_r {
    color: #ffffff;
    padding-top: 0.1rem;
    padding-bottom: 0.26rem;
    text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#f19971), to(#e71a03));
	float: right;
    width: 50%;
}
.contact .lybox {
  background: url(/spec/images/form.png) no-repeat 5px;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.contact .fc {
  background: url(/spec/images/tell-24.gif) no-repeat 5px;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
} 