
input:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}
input,
select,
button {
  outline: none;
  background: none;
}
a {
  text-decoration: none;
}
em,
i {
  font-style: normal;
}
ul li,
ul ol {
  list-style: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ma {
  margin: 0 auto;
}
.ps-r {
  position: relative;
}
.ps-a {
  position: absolute;
}
.ps-auto {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.h-auto {
  height: auto;
  overflow: hidden;
}
.tc {
  text-align: center;
}
.oh {
  overflow: hidden;
}
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-con1 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.bor-n {
  border: none;
  outline: none;
}
.header {
  width: 100%;
  height: 110px;
  background: #fff;
}
.header .head-group {
  width: 1200px;
  height: 110px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: row ;
  justify-content: space-between;
}
.header .logo {
  width: 292px;
  height: 71px;
  margin-top: 20px;
  overflow: hidden;
}
.header .logo img {
  width: 100%;
}
.header .navs {
  display: -webkit-flex;
  display: flex;
  width: 500px;
  height: 100%;
  flex-direction: row ;
  justify-content: space-between;
  align-items: center;
}
.header .navlist a {
  color: #333;
  font-size: 16px;
}
.header .cur a {
  color: #37A89D;
}
.header .navlist:hover a {
  color: #37A89D;
}
.header .tel-group {
  display: -webkit-flex;
  display: flex;
  flex-direction: row ;
  justify-content: space-between;
  align-items: center;
}
.header .tel-group span {
  color: #37A89D;
  margin-left: 10px;
  font-size: 18px;
}
.foot-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ddd;
}
.foot-info {
  width: 1200px;
  height: 254px;
  padding: 50px 0;
  margin: 0 auto;
}
.foot-info .bot-left {
  display: inline-block;
  width: 300px;
  margin-top: 7px;
  float: left;
}
.foot-info .bot-left p {
  margin-top: 20px;
}
.foot-info .bot-left h5 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 55px;
  font-weight: normal;
}
.foot-info .bot-left h5 img {
  margin-right: 15px;
  float: left;
  margin-top: 5px;
}
.foot-info .bot-left h5 span {
  float: left;
  font-size: 14px;
  color: #666;
}
.foot-info .hot-line {
  display: inline-block;
  width: 400px;
  margin-left: 230px;
}
.foot-info .hot-line p {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}
.foot-info .hot-line p img {
  display: inline-block;
  float: left;
}
.foot-info .hot-line p span {
  display: inline-block;
  color: #333;
  font-size: 16px;
  margin-left: 15px;
  float: left;
}
.foot-info .hot-line p span i {
  color: #37A89D;
  font-size: 18px;
}
.foot-info .hot-line p span em {
  color: #666;
  font-size: 14px;
}
.foot-info .code-con {
  display: inline-block;
  width: 140px;
  text-align: center;
  float: right;
}
.foot-info .code-con p {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.footer .bot-nav a {
  font-size: 14px;
  color: #999;
  margin-left: 8px;
  margin-right: 8px;
}
.footer .bot-nav a:hover {
  color: #37A89D;
}
.float-box {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 66;
}
.float-box .form-fixed {
  width: 1200px;
  height: 100;
  margin: 0 auto;
  padding: 0 30px;
}
.float-box .f-lt {
  width: 100px;
  height: 36px;
  float: left;
  margin-top: 24px;
}
.float-box .f-lt img {
  animation: movebl3 0.8s linear infinite;
}
.float-box .f-title {
  width: 300px;
  float: left;
  color: #fff;
}
.float-box .f-title h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 40px;
  margin-top: 15px;
}
.float-box .f-title p {
  font-size: 14px;
}
.float-box .f-form {
  width: 656px;
  float: left;
  margin-left: 30px;
  margin-top: 24px;
}
.float-box .colsebtn {
  width: 19px;
  height: 18px;
  float: right;
  cursor: pointer;
  margin-top: 24px;
}
.float-box .nickname {
  width: 182px;
  height: 42px;
  background: #fff;
  border: none;
  outline: none;
  padding-left: 15px;
}
.float-box .phone {
  width: 292px;
  height: 42px;
  background: #fff;
  border: none;
  outline: none;
  padding-left: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.float-box .subtn {
  width: 162px;
  height: 42px;
  color: #fff;
  background: #37A89D;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.float-box .subtn:hover {
  background: #2e958b;
}
@keyframes movebl3 {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    /* Internet Explorer */
    -moz-transform: translate(0, 0);
    /* Firefox */
    -webkit-transform: translate(0, 0);
    /* Safari 和 Chrome */
    -o-transform: translate(0, 0);
    /* Opera */
  }
  50% {
    transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    /* Internet Explorer */
    -moz-transform: translate(10px, 0);
    /* Firefox */
    -webkit-transform: translate(10px, 0);
    /* Safari 和 Chrome */
    -o-transform: translate(10px, 0);
    /* Opera */
  }
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    /* Internet Explorer */
    -moz-transform: translate(0, 0);
    /* Firefox */
    -webkit-transform: translate(0, 0);
    /* Safari 和 Chrome */
    -o-transform: translate(0, 0);
    /* Opera */
  }
}
.slidebar {
  width: 100px;
  height: 318px;
  position: fixed;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 660;
  text-align: center;
}
.slidebar ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(75, 218, 204, 0.3);
}
.slidebar-list {
  width: 100%;
  height: 62px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 0;
  cursor: pointer;
  color: #fff;
}
.slidebar-list a {
  color: #fff;
}
.bt {
  margin-top: 2px;
}
.slidebar-list:hover {
  background: rgba(55, 168, 157, 0.5);
}
.code {
  width: 130px;
  height: 120px;
  position: absolute;
  left: -130px;
  bottom: 36px;
  overflow: hidden;
}
.code img {
  width: 120px;
  position: absolute;
  left: 130px;
  top: 0;
}
.quote {
  width: 100%;
  height: 836px;
  background: url(/themes/full/images/quote/quote02.png) no-repeat center;
}
.quote-group {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 40px 0;
}
.quote-group h3 {
  text-align: center;
}
.quote-group p {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-top: 15px;
}
.quote-group p span {
  color: red;
}
.quote-group .quote-con {
  width: 100%;
  height: 560px;
  background: url(/themes/full/images/quote/quote03.png) no-repeat center;
  background-size: cover;
  margin-top: 20px;
  padding: 3px 0;
}
.quote-group .quote-top {
  width: 100%;
  height: 475px;
  position: relative;
  padding: 40px 60px;
}
.quote-group .form-quote {
  width: 50%;
  height: 100%;
  float: left;
}
.quote-group .btn-container {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  left: 517px;
  top: 168px;
  overflow: hidden;
}
.quote-group .btn-bg {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #f77015;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: sf 2s linear infinite;
}
@keyframes sf {
  0% {
    transform: scale(0);
    -ms-transform: scale(0);
    /* IE 9 */
    -webkit-transform: scale(0);
    /* Safari and Chrome */
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    opacity: 0;
  }
}
.quote-group .quote-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FF934D;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}
.quote-group .form-title {
  font-weight: normal;
  text-align: left;
}
.quote-group .form-title span {
  font-size: 24px;
  color: #333;
}
.quote-group .form-title i {
  font-size: 16px;
  color: #FF6D0F;
  margin-left: 20px;
}
.quote-group .form-title em {
  font-weight: 600;
}
.quote-group label {
  display: block;
  margin-top: 20px;
  width: 360px;
  height: 36px;
  position: relative;
}
.quote-group label span {
  font-size: 16px;
  color: #333;
}
.quote-group label i {
  color: #FF6D0F;
}
.quote-group label .input {
  width: 260px;
  height: 36px;
  border: 1px solid #ddd;
  background: #fff;
  padding-left: 15px;
}
.quote-group label select {
  width: 260px;
  height: 36px;
  border: 1px solid #ddd;
  background: #fff;
  padding-left: 15px;
  color: #333;
}
.quote-group label .unit {
  position: absolute;
  top: 6px;
  right: 15px;
  color: #999;
}
.quote-group label .lx-type {
  margin-left: 5px;
  margin-right: 20px;
}
.quote-group label .lx-title {
  line-height: 36px;
}
.quote-group .hint {
  text-align: left;
  padding-left: 80px;
  font-size: 14px;
}
.quote-group .hint i {
  color: #FF6D0F;
}
.budget {
  width: 400px;
  height: 100%;
  float: right;
}
.budget h3 {
  font-size: 24px;
  font-weight: normal;
}
.budget h3 span {
  display: inline-block;
  width: 100px;
  color: #FF6D0F;
}
.budget .budget-box {
  width: 400px;
  height: 280px;
  background: #f5f5f5;
  padding: 25px 65px;
  margin-top: 20px;
}
.budget .budget-box p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 38px;
  margin-top: 0;
}
.budget .budget-box p span {
  color: #333;
}
.budget .budget-box .price {
  color: #FF6D0F;
}
.budget .budget-title {
  display: inline-block;
  width: 80px;
  float: left;
  text-align: left;
}
.budget .budget-title .colon {
  float: right;
}
.budget .price-show {
  float: right;
}
.budget .price-show .price {
  display: inline-block;
  width: 100px;
}
.budget .hints {
  font-size: 14px;
  padding: 0 30px;
}
.quote-bot {
  width: 100%;
  height: 80px;
  padding: 10px 60px;
}
.quote-bot h3 {
  width: 180px;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  float: left;
}
.quote-bot .counts {
  display: inline-block;
  width: 60px;
}
.quote-bot .msg-show {
  width: 700px;
  height: 100%;
  float: right;
}
.quote-bot .msgbox {
  width: 350px;
  float: left;
  color: #fff;
  font-size: 14px;
}
