@charset "UTF-8";
body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

html,
body {
  width: 100%;
  position: relative;
}
input {
  outline: none;
  background-color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9fa5ad !important;
}

/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9fa5ad !important;
}

/* Mozilla Firefox 19+ */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9fa5ad !important;
}

/* Internet Explorer 10+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9fa5ad !important;
}

input,
button,
select,
textarea,
img,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Microsoft YaHei", "微软雅黑";
  -webkit-appearance: none;
}

a {
  color: #fff;
  text-decoration: none !important;
  outline: none;
}

a:hover {
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

ol,
ul,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

i,
em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Clear Fix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
  font-size: 0px;
  height: 0px;
  overflow: hidden;
}


footer {
  width: 100%;
  height: 440px;
  background: #323232;
}

.footer_flex.anmet {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.footer-mian {
  width: 1200px;
  margin: 0 auto;
}

.footer-mian > .ul-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #3D3D3D;
}

.footer-mian > .ul-a > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-mian > .ul-a > li > .ul-right {
  margin-left: 12px;
}

.footer-mian > .ul-a > li > .ul-right > p {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #fff;
}

.footer-mian > .ul-a > li > .ul-right > span {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #757575;
}

.footer-mian > .footer-text {
  padding: 37px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #3D3D3D;
}

.footer-mian > .footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-mian > .footer-text > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-mian > .footer-text > li > p {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
  margin-bottom: 10px;
}

.footer-mian > .footer-text > li > span {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #757575;
  line-height: 24px;
}

.footer-mian > .footer-text > li > span:hover {
  cursor: pointer;
  color: #FFFFFF;
}

.footer-mian > .footer-text > li > .footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #9e9e9e;
  line-height: 24px;
  width: 150px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.footer-mian > .footer-text > li > .footer-img > img {
  margin-bottom: 10px;
  width: 112px;
  height: 112px;
}

.footer-mian .Inscription {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #757575;
  line-height: 20px;
  text-align: center;
  margin-top: 17px;
}

.flex_right_two {
  position: fixed;
  right: 0;
  top: calc(50% - 120px);
  z-index: 999;
display:none;
}

.flex_right_two li.a {
  width: 46px;
  height: 46px;
  border-radius: 2px;
  background: rgba(33, 36, 41, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 2px;
  text-align: center;
}

.flex_right_two li.a p {
  width: 46px;
  height: 46px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 17px;
  background-image: linear-gradient(#f08000,#e94c08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -46px;
  left: 0;
  right: 0;
  border-radius: 2px;
}

@-webkit-keyframes first {
  form {
    bottom: -46px;
  }
  to {
    bottom: 0px;
  }
}

@keyframes first {
  form {
    bottom: -46px;
  }
  to {
    bottom: 0px;
  }
}

.flex_right_two li:hover p {
  -webkit-animation: first forwards;
          animation: first forwards;
}

.flex_right_two .tel {
  position: absolute;
  width: 224px;
  height: 124px;
  background: white;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.14);
  opacity: 0.96;
  border-radius: 2px;
  top: 60px;
  left: -232px;
  display: none;
  text-align: left;
}

.flex_right_two .tel i {
  font-size: 16px;
  font-weight: bold;
  color: #7c8187;
  line-height: 16px;
  display: block;
  margin-left: 18px;
  margin-top: 22px;
}

.flex_right_two .tel span {
  font-size: 24px;
  font-weight: bold;
  color: #e94c08;
  line-height: 24px;
  margin-left: 18px;
  margin-top: 14px;
  display: block;
}

.flex_right_two .tel p {
  width: 100%;
  height: 32px;
  background: #f5f6f7;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #7c8187;
  line-height: 32px;
  text-align: left;
  display: block;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flex_right_two .number:hover + .tel {
  display: block;
}

.flex_right_two #Calculator {
  width: 320px;
  height: 380px;
  background: white;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  position: absolute;
  top: -88px;
  left: -328px;
  display: none;
}

.flex_right_two #Calculator .title {
  height: 42px;
  background: #f5f6f7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_right_two #Calculator .title i {
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  line-height: 22px;
}

.flex_right_two #Calculator .title_a {
  font-size: 14px;
  font-weight: 400;
  color: #7c8187;
  line-height: 14px;
  margin-top: 25px;
  margin-left: 26px;
}

.flex_right_two #Calculator .title_a span {
  color: #e94c08;
}

.flex_right_two #Calculator .ca_select {
  width: 270px;
  height: 40px;
  background: white;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-left: 25px;
  padding-left: 11px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.flex_right_two #Calculator .ca_select input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: #fff;
  border-radius: 2px 0px 0px 2px;
  cursor: pointer;
  color: #212429;
}

.flex_right_two #Calculator .ca_select ul {
  width: 100%;
  background: white;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: absolute;
  top: 43px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0;
  display: none;
  z-index: 9999;
}

.flex_right_two #Calculator .ca_select ul li {
  font-size: 14px;
  font-weight: 400;
  color: #7c8187;
  line-height: 32px;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flex_right_two #Calculator .ca_select ul li:hover {
  background: #f5f6f7;
  cursor: pointer;
}

.flex_right_two #Calculator .ca_select_a {
  width: 270px;
  height: 40px;
  background: white;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-left: 25px;
  padding-left: 11px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.flex_right_two #Calculator .ca_select_a input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: #fff;
  border-radius: 2px 0px 0px 2px;
  cursor: pointer;
  color: #212429;
}

.flex_right_two #Calculator .ca_select_a ul {
  width: 100%;
  background: white;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: absolute;
  top: 43px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0;
  display: none;
  z-index: 9999;
}

.flex_right_two #Calculator .ca_select_a ul li {
  font-size: 14px;
  font-weight: 400;
  color: #7c8187;
  line-height: 28px;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flex_right_two #Calculator .ca_select_a ul li:hover {
  background: #f5f6f7;
  cursor: pointer;
}

.flex_right_two #Calculator #mondy {
  width: 270px;
  height: 40px;
  background: white;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  margin-top: 10px;
  margin-left: 25px;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #212429;
}

.flex_right_two #Calculator .subutton {
  width: 272px;
  height: 42px;
  background-image: linear-gradient(#f08000,#e94c08);
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  line-height: 42px;
  text-align: center;
  margin: 0 auto;
  margin-top: 70px;
}

.flex_right_two #Calculator .subutton:hover {
  background-image: linear-gradient(#f08000,#e94c08);
  cursor: pointer;
}

.flex_right_two #Calculator_a {
  width: 320px;
  height: 470px;
  background: white;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  position: absolute;
  top: -88px;
  left: -328px;
  display: none;
}

.flex_right_two #Calculator_a .title {
  height: 42px;
  background: #f5f6f7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
}

.flex_right_two #Calculator_a .title i {
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  line-height: 22px;
}

.flex_right_two #Calculator_a .money_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_right_two #Calculator_a .money_a p {
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  line-height: 14px;
}

.flex_right_two #Calculator_a .money_a span {
  font-size: 14px;
  font-weight: bold;
  color: #bf8b5e;
  line-height: 14px;
}

.flex_right_two #Calculator_a .money_a {
  margin-top: 14px;
}

.flex_right_two #Calculator_a .qiye {
  display: none;
}

.flex_right_two #Calculator_a #myCanvas {
  margin-left: 100px;
  margin-top: 22px;
}

.flex_right_two #Calculator_a .color {
  padding: 0 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 19px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_right_two #Calculator_a .color p {
  font-size: 12px;
  font-weight: 400;
  color: #7c8187;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_right_two #Calculator_a .color p i {
  width: 16px;
  height: 10px;
  background: #59bfb1;
  border-radius: 2px;
  display: block;
  margin-right: 4px;
}

.flex_right_two #Calculator_a .color p i.a {
  background: #fd585e;
}

.flex_right_two #Calculator_a .color p i.b {
  background: #fd9e5e;
}

.flex_right_two #Calculator_a .name {
  width: 270px;
  height: 40px;
  background: white;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  margin-top: 22px;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flex_right_two #Calculator_a .name::-webkit-input-placeholder {
  color: #9fa5ad;
}

.flex_right_two #Calculator_a .name:-ms-input-placeholder {
  color: #9fa5ad;
}

.flex_right_two #Calculator_a .name::-ms-input-placeholder {
  color: #9fa5ad;
}

.flex_right_two #Calculator_a .name::placeholder {
  color: #9fa5ad;
}

.flex_right_two #Calculator_a .phone {
  margin-top: 10px;
}

.flex_right_two #Calculator_a .ca_button {
  width: 272px;
  height: 42px;
  background: #bf8b5e;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  line-height: 42px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}

.flex_right_two #Calculator_a .ca_button:hover {
  background: #D5A57A;
  cursor: pointer;
}

.flex_left {
  position: fixed;
  top: calc(50% - 200px);
  left: 6px;
  cursor: pointer;
  z-index: 9999999;
  display:none;
}

.flex_imger {
  position: absolute;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-left: -23px;
  margin-top: 10px;
}

.footer_flex {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 122px;
  background: rgba(26, 34, 45, 0.9);
  z-index: 99999;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.footer_flex .flex_mian {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.footer_flex .flex_mian img {
  margin-top: -45px;
}

.footer_flex .flex_mian #messageForm2 {
  position: absolute;
  top: 25px;
  right: 252px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_flex .flex_mian #messageForm2 input {
  width: 186px;
  height: 40px;
  background: white;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  line-height: 44px;
  padding-left: 11px;
  margin-left: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_flex .flex_mian #messageForm2 input::-webkit-input-placeholder {
  color: #9fa5ad;
}

.footer_flex .flex_mian #messageForm2 input:-ms-input-placeholder {
  color: #9fa5ad;
}

.footer_flex .flex_mian #messageForm2 input::-ms-input-placeholder {
  color: #9fa5ad;
}

.footer_flex .flex_mian #messageForm2 input::placeholder {
  color: #9fa5ad;
}

.footer_flex .flex_mian #messageForm2 .form_button {
  width: 114px;
  height: 40px;
  background-image: linear-gradient(#f08000,#e94c08);
  border-radius: 0px 2px 2px 0px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 40px;
  text-align: center;
}

.footer_flex .flex_mian #messageForm2 .form_button:hover {
  background: #D5A57A;
  cursor: pointer;
}

.footer_flex .flex_mian #messageForm2 p {
  position: absolute;
  bottom: -26px;
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
  line-height: 14px;
  left: 8px;
}