@charset "UTF-8";
body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font: 14px / 1.5 Arial, "Microsoft Yahei";
  background: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

html,
body {
  width: 100%;
  position: relative;
}

img {
  display: block;
}

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;
}

.module_1 {
  width: 100%;
  height: 60px;
  background: #212429;
}

.module_1 .module_1_mian {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module_1 .module_1_mian .module_1_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module_1 .module_1_mian .module_1_right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
}

.module_1 .module_1_mian .module_1_right p span {
  font-size: 12px;
  font-weight: 400;
  color: white;
  line-height: 12px;
}

.module_1 .module_1_mian .module_1_right p i {
  font-size: 20px;
  font-weight: bold;
  color: #bf8b5e;
  line-height: 20px;
  margin-top: 6px;
}

.module_2 {
  width: 100%;
  position: relative;
  height: 540px;
}

.module_2 .swiper-container {
  width: 100%;
  height: 100%;
}

.module_2 .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.module_2 .swiper-container .swiper-slide img {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.module_2 .swiper-container .swiper-button-next {
  background-image: url("../images/switch_right.png");
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  right: 0;
  margin-top: -30px;
  display: none;
}

.module_2 .swiper-container .swiper-button-next:hover {
  background-image: url("../images/switch_right_hover.png");
  background-size: 100% 100%;
}

.module_2 .swiper-container .swiper-button-prev {
  background-image: url("../images/switch_left.png");
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  left: 0;
  margin-top: -30px;
  display: none;
}

.module_2 .swiper-container .swiper-button-prev:hover {
  background-image: url("../images/switch_left_hover.png");
  background-size: 100% 100%;
}

.module_2 .swiper-container .swiper-pagination {
  bottom: 84px;
}

.module_2 .swiper-container .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 0%;
  opacity: 1;
}

.module_2 .swiper-container .swiper-pagination-bullet-active {
  background: white;
}

.module_2 .module_2_bootom {
  width: 100%;
  height: 76px;
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  bottom: 0;
  z-index: 99;
}

.module_2 .module_2_bootom ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 0 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.module_2 .module_2_bootom ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module_2 .module_2_bootom ul li img {
  margin-right: 10px;
}

.module_3 {
  width: 100%;
  height: 454px;
  background: url("../images/bg_why.jpg") no-repeat center;
  padding-top: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.module_3 h4 {
  font-size: 32px;
  font-weight: 400;
  color: #212429;
  line-height: 32px;
  text-align: center;
}

.module_3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 48px;
}

.module_3 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
}

.module_3 ul li i {
  font-size: 18px;
  font-weight: 400;
  color: #212429;
  line-height: 18px;
  margin-top: 22px;
}

.module_3 ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #7c8187;
  line-height: 22px;
  margin-top: 14px;
  text-align: center;
  width: 100%;
}

.module_3 ul li p {
  width: 112px;
  height: 36px;
  background: #BF8B5E;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 36px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}

.module_3 ul li p:hover {
  background: #d5a57a;
}

.module_4 {
  width: 100%;
  padding-top: 53px;
  padding-bottom: 48px;
}

.module_4 h4 {
  font-size: 32px;
  font-weight: 400;
  color: #212429;
  line-height: 32px;
  text-align: center;
}

.module_4 ul {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module_4 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module_4 ul li p {
  width: 248px;
  height: 50px;
  background: #bf8b5e;
  border-radius: 2px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fefefe;
  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;
  margin-top: -25px;
  z-index: 99;
}

.module_4 ul li p i {
  font-size: 24px;
  font-weight: bold;
  color: rgba(254, 254, 254, 0.5);
  display: inline-block;
  margin-right: 7px;
}

.module_4 ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #7c8187;
  line-height: 22px;
  margin-top: 17px;
  text-align: center;
}

.module_5 {
  width: 100%;
  padding-top: 57px;
  padding-bottom: 54px;
  background-color: #F5F6F7;
}

.module_5 h4 {
  font-size: 32px;
  font-weight: 400;
  color: #212429;
  line-height: 32px;
  text-align: center;
}

.module_5 ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 47px;
}

.module_5 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.module_5 ul li .left {
  width: 291px;
  height: 432px;
  background: url("../images/bg_purpose01.jpg") no-repeat center;
  background-size: 100% 100%;
  padding-left: 26px;
  padding-top: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.module_5 ul li .left .left-a {
  font-size: 16px;
  font-weight: bold;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module_5 ul li .left .left-a img {
  margin-right: 10px;
}

.module_5 ul li .left span {
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 22px;
  margin-top: 21px;
  display: block;
}

.module_5 ul li .left p {
  width: 112px;
  height: 36px;
  background: #bf8b5e;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 36px;
  text-align: center;
  margin-top: 34px;
  cursor: pointer;
}

.module_5 ul li .left p:hover {
  background-color: #d5a57a;
}

.module_5 ul li .top {
  width: 574px;
  height: 210px;
  background: url("../images/bg_purpose02.jpg") no-repeat center;
  background-size: 100% 100%;
  padding-left: 26px;
  padding-top: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.module_5 ul li .top .left-a {
  font-size: 16px;
  font-weight: bold;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module_5 ul li .top .left-a img {
  margin-right: 10px;
}

.module_5 ul li .top span {
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 22px;
  margin-top: 21px;
  display: block;
}

.module_5 ul li .top p {
  width: 112px;
  height: 36px;
  background: #bf8b5e;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 36px;
  text-align: center;
  margin-top: 22px;
  cursor: pointer;
}

.module_5 ul li .top p:hover {
  background-color: #d5a57a;
}

.module_5 ul li .top.a {
  background: url("../images/bg_purpose03.jpg") no-repeat center;
  background-size: 100% 100%;
}

.module_5 ul li .right {
  width: 311px;
  height: 210px;
  background: url("../images/bg_purpose04.jpg") no-repeat center;
  background-size: 100% 100%;
  padding-left: 26px;
  padding-top: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.module_5 ul li .right .left-a {
  font-size: 16px;
  font-weight: bold;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module_5 ul li .right .left-a img {
  margin-right: 10px;
}

.module_5 ul li .right span {
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 22px;
  margin-top: 21px;
  display: block;
}

.module_5 ul li .right p {
  width: 112px;
  height: 36px;
  background: #bf8b5e;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 36px;
  text-align: center;
  margin-top: 22px;
  cursor: pointer;
}

.module_5 ul li .right p:hover {
  background-color: #d5a57a;
}

.module_5 ul li .right.a {
  background: url("../images/bg_purpose05.jpg") no-repeat center;
  background-size: 100% 100%;
}

.module_5 ul li .left:hover,
.module_5 ul li .top:hover,
.module_5 ul li .right:hover {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.module_6 {
  width: 100%;
  height: 1014px;
  padding-top: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/xz/bg_scplan.jpg") no-repeat center;
  background-size: cover;
}

.module_6 h4 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

.module_6 .mian {
  width: 1200px;
  margin: 0 auto;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module_6 .module_6_left {
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
}

.module_6 .module_6_left li {
  width: 400px;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #818694;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.module_6 .module_6_left .active {
  background: white;
  color: #212429;
}

.module_6 #right_show {
  width: 100%;
  height: 759px;
}

.module_6 .module_6_right {
  width: 100%;
  height: 759px;
  background: white;
  border-radius: 0px 0px 2px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module_6 .module_6_right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module_6 .module_6_right li .p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: #212429;
  line-height: 22px;
  margin-top: 42px;
}

.module_6 .module_6_right li .p .top {
  margin-top: -9px;
  display: block;
  width: 26px;
  height: 22px;
}

.module_6 .module_6_right li .p .bottom {
  margin-top: 9px;
  display: block;
  width: 26px;
  height: 22px;
}

.module_6 .module_6_right li .p span {
  margin: 0 28px;
  display: block;
}

.module_6 .module_6_right li .left {
  width: 726px;
  margin-top: 32px;
}

.module_6 .module_6_right li .left .left_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.module_6 .module_6_right li .left .left_title li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 242px;
}

.module_6 .module_6_right li .left .left_title li p {
  width: 238px;
  height: 46px;
  background: #dcdfe6;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #212429;
  line-height: 46px;
}

.module_6 .module_6_right li .left .left_title li span {
  display: block;
  padding-left: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #7c8187;
  line-height: 33px;
  margin-top: 11px;
  padding-bottom: 6px;
  border-bottom: 1px solid #DCDFE6;
}

.module_6 .module_6_right li .left .left_title li .black {
  color: #212429;
}

.module_6 .module_6_right li .left .left_title li h5 {
  white-space: nowrap;
  color: #7c8187;
  font-size: 14px;
  font-weight: 400;
}

.module_6 .module_6_right li .left .left_title li i {
  display: block;
  padding-left: 24px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  line-height: 33px;
  margin-top: 7px;
}

.module_6 .module_6_right li .right {
  width: 294px;
  height: 351px;
  background: white;
  border: 1px solid #dcdfe6;
  margin-top: 32px;
  margin-left: 64px;
}

.module_6 .module_6_right li .right i {
  width: 100%;
  height: 8px;
  background: #bf8b5e;
  display: block;
}

.module_6 .module_6_right li .right p {
  font-size: 24px;
  font-weight: 400;
  color: #212429;
  line-height: 24px;
  margin-top: 31px;
  margin-left: 26px;
}

.module_6 .module_6_right li .right ul {
  width: 100%;
  padding: 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 17px;
}

.module_6 .module_6_right li .right ul li {
  padding: 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #DCDFE6;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module_6 .module_6_right li .right ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  line-height: 14px;
}

.module_6 .module_6_right li .right ul li span.a {
  font-size: 18px;
  font-weight: 400;
  color: #fd585e;
  line-height: 18px;
}

.module_6 .module_6_right li .right ul li:last-child {
  border: none;
}

.module_6 .module_6_right li .right .button {
  width: 242px;
  height: 42px;
  background: #bf8b5e;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}

.module_6 .module_6_right li .right .button:hover {
  background: #D5A57A;
}

.module_6 .module_6_right li .right.last {
  height: 405px;
}

.module_7 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 54px;
  padding-bottom: 55px;
}

.module_7 h4 {
  font-size: 32px;
  font-weight: 400;
  color: #212429;
  line-height: 32px;
  text-align: center;
}

.module_7 .module_7_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  margin-top: 56px;
  padding: 0 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

.module_7 .module_7_top img:nth-child(2n) {
  margin: 0 -14px;
  margin-top: -10px;
}

.module_7 ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -45px;
}

.module_7 ul li {
  width: 184px;
  height: 188px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  margin-right: 15px;
}

.module_7 ul li span {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #7c8187;
  line-height: 22px;
  margin-top: 28px;
  display: block;
  padding: 0 18px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.module_7 ul li:last-child {
  margin-right: 0;
}

.module_8 {
  width: 100%;
  height: 706px;
  background: #f5f6f7;
  padding-top: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.module_8 h4 {
  font-size: 32px;
  font-weight: 400;
  color: #212429;
  line-height: 32px;
  text-align: center;
}

.module_8 ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.module_8 ul .left {
  width: 448px;
  -webkit-box-shadow: 0px 7px 18px 0px rgba(20, 2, 4, 0.06);
          box-shadow: 0px 7px 18px 0px rgba(20, 2, 4, 0.06);
}

.module_8 ul .left .title {
  width: 100%;
  height: 64px;
  background: #dcdfe6;
  border-radius: 2px 2px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #212429;
  line-height: 64px;
  text-align: center;
  position: relative;
}

.module_8 ul .left .title .imga {
  position: absolute;
  bottom: 0;
  left: 44px;
}

.module_8 ul .left .title_a {
  width: 100%;
  height: 110px;
  background: #f4f5fa;
  padding-left: 46px;
  padding-right: 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #dcdfe6;
}

.module_8 ul .left .title_a p {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #212429;
  line-height: 22px;
}

.module_8 ul .left .title_a span {
  font-size: 14px;
  font-weight: 400;
  color: #7c8187;
  line-height: 22px;
  width: 239px;
}

.module_8 ul .left .title_a.b {
  padding-left: 36px;
}

.module_8 ul .left .title_a:last-child {
  border: none;
}

.module_8 ul .left.b .title {
  background: #bf8b5e;
  color: #FFFFFF;
}

.module_8 ul .left.b .title img {
  position: absolute;
  right: 44px;
  bottom: 0;
}

.module_8 ul .left.b .title_a {
  background: #F4EDE8;
}

.module_8 ul .top {
  width: 224px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.module_8 ul .top img {
  overflow: hidden;
  position: relative;
  z-index: 11;
}

.module_8 ul .top .imger {
  width: 100%;
  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;
  border-bottom: 1px dashed #DCDFE6;
  margin-top: 18px;
  padding-bottom: 27px;
}

.module_8 ul .top .imger.a {
  margin-top: 28px;
}

.module_8 ul .top .imger:last-child {
  border: none;
}

.module_8 ul .top .xian {
  position: absolute;
  width: 0px;
  top: 73px;
  height: 382px;
  border: 1px dashed #dcdfe6;
}

.module_9 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 58px;
  padding-bottom: 62px;
}

.module_9 h4 {
  font-size: 32px;
  font-weight: 400;
  color: #212429;
  line-height: 32px;
  text-align: center;
}

.module_9 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  margin-top: 38px;
}

.module_9 ul li {
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 12px;
  border-radius: 2px;
}

.module_10 {
  width: 100%;
  height: 156px;
  background: url("../images/bg_levmes.png") no-repeat center;
}

.module_10 .mian {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.module_10 .mian p {
  font-size: 22px;
  font-weight: 400;
  color: #bf8b5e;
  margin-top: 36px;
  line-height: 22px;
}

.module_10 .mian .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.module_10 .mian .input .inputa {
  width: 156px;
  height: 40px;
  background: white;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 6px;
}

.module_10 .mian .input .select {
  width: 156px;
  height: 40px;
  background: white;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 11px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.module_10 .mian .input .select input {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2px 0px 0px 2px;
  cursor: pointer;
}

.module_10 .mian .input .select ul {
  width: 156px;
  height: 180px;
  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;
  overflow-y: auto;
  display: none;
  z-index: 9999;
}

.module_10 .mian .input .select 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;
}

.module_10 .mian .input .select ul li:hover {
  background: #f5f6f7;
  cursor: pointer;
}

.module_10 .mian .input .select img {
  position: absolute;
  right: 11px;
}

.module_10 .mian .input .last {
  width: 156px;
  height: 40px;
  background: white;
  border-radius: 2px 0px 0px 2px;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  margin-left: 6px;
}

.module_10 .mian .input .selecter {
  width: 156px;
  height: 40px;
  background: white;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 11px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-left: 6px;
}

.module_10 .mian .input .selecter .seinput {
  width: 100%;
  height: 100%;
}

.module_10 .mian .input .selecter input {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2px 0px 0px 2px;
  cursor: pointer;
}

.module_10 .mian .input .selecter ul {
  width: 382px;
  height: 212px;
  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;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 16px;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.module_10 .mian .input .selecter ul li {
  width: 110px;
  height: 28px;
  background: whitesmoke;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #757575;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin-right: 9px;
}

.module_10 .mian .input .selecter ul li:nth-child(3n) {
  margin-right: 0;
}

.module_10 .mian .input .selecter ul li.active {
  background: #fff6ee;
  border: 1px solid #bf8b5e;
  color: #bf8b5e;
}

.module_10 .mian .input .selecter ul .input {
  position: absolute;
  bottom: 14px;
  left: 16px;
  width: 100%;
  background: transparent;
}

.module_10 .mian .input .selecter ul .input input {
  width: 230px;
  height: 28px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding-left: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #212429;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.module_10 .mian .input .selecter ul .input input::-webkit-input-placeholder {
  color: #9e9e9e;
}

.module_10 .mian .input .selecter ul .input input:-ms-input-placeholder {
  color: #9e9e9e;
}

.module_10 .mian .input .selecter ul .input input::-ms-input-placeholder {
  color: #9e9e9e;
}

.module_10 .mian .input .selecter ul .input input::placeholder {
  color: #9e9e9e;
}

.module_10 .mian .input .selecter ul .input .buttonvg {
  width: 54px;
  height: 28px;
  background: #bf8b5e;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 28px;
  cursor: pointer;
  margin-left: 10px;
}

.module_10 .mian .input .selecter ul .input .buttonvg:hover {
  background: #d5a57a;
}

.module_10 .mian .input .selecter img {
  position: absolute;
  right: 11px;
}

.module_10 .mian .input .button {
  width: 114px;
  height: 40px;
  background: #bf8b5e;
  border-radius: 0px 2px 2px 0px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.module_10 .mian .input .button:hover {
  background: #d5a57a;
}

.module_10 .mian .newNum {
  font-size: 14px;
  font-weight: 400;
  color: #818694;
  line-height: 14px;
  margin-top: 14px;
  display: block;
}

.module_10 .mian select {
  outline: none;
  cursor: pointer;
  color: #818694;
}

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

.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 {
  position: fixed;
  right: 0;
  top: calc(50% - 96px);
  z-index: 999;
  display: none;
}

.flex_right 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 li.a p {
  width: 46px;
  height: 46px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 17px;
  background-color: #BF8B5E;
  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 li:hover p {
  -webkit-animation: first forwards;
          animation: first forwards;
}

.flex_right .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: -30px;
  left: -232px;
  display: none;
  text-align: left;
}

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

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

.flex_right .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 .number:hover + .tel {
  display: block;
}

.flex_right #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 #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 #Calculator .title i {
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  line-height: 22px;
}

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

.flex_right #Calculator .title_a span {
  color: #BF8B5E;
}

.flex_right #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 #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 #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 #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 #Calculator .ca_select ul li:hover {
  background: #f5f6f7;
  cursor: pointer;
}

.flex_right #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 #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 #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 #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 #Calculator .ca_select_a ul li:hover {
  background: #f5f6f7;
  cursor: pointer;
}

.flex_right #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 #Calculator .subutton {
  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: 70px;
}

.flex_right #Calculator .subutton:hover {
  background: #D5A57A;
  cursor: pointer;
}

.flex_right #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 #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 #Calculator_a .title i {
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  line-height: 22px;
}

.flex_right #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 #Calculator_a .money_a p {
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  line-height: 14px;
}

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

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

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

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

.flex_right #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 #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 #Calculator_a .color p i {
  width: 16px;
  height: 10px;
  background: #59bfb1;
  border-radius: 2px;
  display: block;
  margin-right: 4px;
}

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

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

.flex_right #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 #Calculator_a .name::-webkit-input-placeholder {
  color: #9fa5ad;
}

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

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

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

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

.flex_right #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 #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 form {
  position: absolute;
  top: 79px;
  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 form 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 form input::-webkit-input-placeholder {
  color: #9fa5ad;
}

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

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

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

.footer_flex .flex_mian form .form_button {
  width: 114px;
  height: 40px;
  background: #bf8b5e;
  border-radius: 0px 2px 2px 0px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 40px;
  text-align: center;
}

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

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

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

.xz_module_banner {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0;
  height: 100%;
}

.xz_module_banner .xz_module_t {
  width: 338px;
  height: 340px;
  background: white;
  border-radius: 8px;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 62px;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.xz_module_banner .xz_module_t .xz_text {
  font-size: 16px;
  font-weight: bold;
  color: #bf8b5e;
  line-height: 16px;
  margin-top: 30px;
  text-align: center;
}

.xz_module_banner .xz_module_t .title_a {
  font-size: 14px;
  font-weight: 400;
  color: #7c8187;
  line-height: 14px;
  margin-top: 25px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.xz_module_banner .xz_module_t .title_a span {
  color: #BF8B5E;
}

.xz_module_banner .xz_module_t .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;
  padding-left: 11px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.xz_module_banner .xz_module_t .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;
}

.xz_module_banner .xz_module_t .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;
}

.xz_module_banner .xz_module_t .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;
}

.xz_module_banner .xz_module_t .ca_select ul li:hover {
  background: #f5f6f7;
  cursor: pointer;
}

.xz_module_banner .xz_module_t .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;
  padding-left: 11px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.xz_module_banner .xz_module_t .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;
}

.xz_module_banner .xz_module_t .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;
}

.xz_module_banner .xz_module_t .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;
}

.xz_module_banner .xz_module_t .ca_select_a ul li:hover {
  background: #f5f6f7;
  cursor: pointer;
}

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

.xz_module_banner .xz_module_t .subutton_xz {
  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: 20px;
}

.xz_module_banner .xz_module_t .subutton_xz:hover {
  background: #D5A57A;
  cursor: pointer;
}

.xz_module_banner .xz_module_c {
  width: 338px;
  height: 340px;
  background: white;
  border-radius: 8px;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 62px;
  padding: 0 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.xz_module_banner .xz_module_c .p_title {
  font-size: 16px;
  font-weight: bold;
  color: #bf8b5e;
  line-height: 16px;
  margin-top: 30px;
  text-align: center;
}

.xz_module_banner .xz_module_c .p_title span {
  color: #FD585E;
}

.xz_module_banner .xz_module_c .xz_grtext {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.xz_module_banner .xz_module_c .xz_grtext p {
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  line-height: 14px;
}

.xz_module_banner .xz_module_c .xz_grtext span {
  font-size: 14px;
  font-weight: bold;
  color: #bf8b5e;
  line-height: 14px;
}

.xz_module_banner .xz_module_c .xz_grtext.a {
  margin-top: 14px;
}

.xz_module_banner .xz_module_c input {
  font-size: 14px;
  font-weight: 400;
  color: #212429;
  line-height: 22px;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.xz_module_banner .xz_module_c input::-webkit-input-placeholder {
  color: #9FA5AD;
}

.xz_module_banner .xz_module_c input:-ms-input-placeholder {
  color: #9FA5AD;
}

.xz_module_banner .xz_module_c input::-ms-input-placeholder {
  color: #9FA5AD;
}

.xz_module_banner .xz_module_c input::placeholder {
  color: #9FA5AD;
}

.xz_module_banner .xz_module_c #xz_name {
  width: 270px;
  height: 40px;
  background: white;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  margin-top: 32px;
}

.xz_module_banner .xz_module_c #xz_phone {
  width: 270px;
  height: 40px;
  background: white;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  margin-top: 12px;
}

.xz_module_banner .xz_module_c .xz_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-top: 20px;
}

.xz_module_banner .xz_module_c .xz_button:hover {
  background: #D5A57A;
  cursor: pointer;
}
/*# sourceMappingURL=index.css.map */