@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.popup_shade {
  display: none;
  z-index: 1000000001;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.popup_wrap {
  display: none;
  width: 600px;
  height: 640px;
  background: #FFFFFF;
  border: 1px solid #E6EBE2;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -320px;
  margin-left: -300px;
  background: #fff;
  z-index: 1000000002;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
}
.popup_head {
  width: 100%;
  height: 37px;
}
.popup_head .head_p {
  float: left;
  font-size: 28px;
  color: #200F0E;
  line-height: 37px;
}
.popup_head .popup_head_delete {
  float: right;
  margin-top: 5px;
}
.popup_head .popup_head_delete img {
  width: auto;
  height: auto;
}
.popup_main {
  padding: 70px 0px 20px 0px;
}
.popup_main .input_moduler {
  width: 100%;
}
.popup_main .item {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
}
.popup_main .item .item_label {
  float: left;
  width: 106px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #352626;
}
.popup_main .item .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.popup_main .item .input_dl {
  float: left;
  width: 404px;
  height: 50px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 18px;
  border: 1px solid #E6EBE2;
}
.popup_main .item .input_dl input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #959895;
}
.popup_main .item_textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
}
.popup_main .item_textarea .item_label {
  float: left;
  width: 106px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #352626;
}
.popup_main .item_textarea .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.popup_main .item_textarea .input_dl {
  float: left;
  width: 404px;
  height: 120px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 15px 18px;
  border: 1px solid #E6EBE2;
}
.popup_main .item_textarea .input_dl textarea {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #959895;
}
.popup_footer {
  width: 100%;
  height: 50px;
}
.popup_footer .popup_btn {
  margin: 0 auto;
  display: block;
  width: 480px;
  height: 50px;
  background: #49b849;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.popup_footer .popup_footer_tips {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  height: 21px;
  font-size: 16px;
  color: #959895;
  line-height: 21px;
}
.container_wrap {
  min-width: 1180px;
  overflow: hidden;
}
#banner {
  width: 100%;
  min-width: 1180px;
  height: 500px;
  position: relative;
  background: #F3F8F6;
}
#banner .switch_tips_wrap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -38px;
  z-index: 1;
}
#banner .switch_tips_wrap ol {
  height: 12px;
}
#banner .switch_tips_wrap li {
  cursor: pointer;
  text-indent: -9999px;
  float: left;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 20px;
}
#banner .switch_tips_wrap .on {
  opacity: 1;
}
#banner .switch_tips_wrap .last-switch-tips {
  margin-right: 0px;
}
#banner .banner_list {
  margin: 0 auto;
  min-width: 1180px;
  height: 500px;
  background: #F3F8F6;
}
#banner .banner_list .item {
  width: 100%;
  position: relative;
  height: 500px;
  background: #F3F8F6;
}
#banner .banner_list .item a {
  display: block;
  height: 500px;
  position: relative;
}
#banner .banner_list .item img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .settle_btn {
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin-left: -170px;
  background: #49b849;
  width: 140px;
  height: 50px;
  border-radius: 4px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.fill .head-title {
  margin: 60px 0 55px;
}
.fill .head-title p {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #4B4B4B;
  line-height: 37px;
}
.page-title p {
  font-size: 28px;
  font-weight: bold;
  color: #4B4B4B;
  line-height: 50px;
  padding-left: 10px;
  background: url(../images/icon_head.png) no-repeat;
}
.page-title p span {
  display: inline-block;
  font-size: 22px;
  color: #4B4B4B;
  line-height: 50px;
  font-weight: normal;
  margin-left: 24px;
}
.bag_white {
  background-color: #ffffff;
  padding-bottom: 60px;
}
.bag_theme {
  background-color: #F3F8F6;
  padding-bottom: 60px;
}
.layout_main_one {
  padding-top: 60px;
}
.pattern_itme .itme_list {
  margin-top: 27px;
  overflow: hidden;
}
.pattern_itme .itme_list ul {
  width: 1210px;
}
.pattern_itme .itme_list ul li {
  width: 375px;
  min-height: 192px;
  float: left;
  margin-right: 27px;
  background: #FFFFFF;
  border: 1px solid #E6EBE2;
}
.pattern_itme .itme_list ul li .list_box {
  padding: 35px 15px 0 22px;
}
.pattern_itme .itme_list ul li .list_box .box_left {
  float: left;
}
.pattern_itme .itme_list ul li .list_box .box_left img {
  width: auto;
  height: auto;
}
.pattern_itme .itme_list ul li .list_box .box_right {
  float: left;
  width: 273px;
  margin-left: 24px;
}
.pattern_itme .itme_list ul li .list_box .box_right h3 {
  font-size: 18px;
  font-weight: bold;
  color: #4B4B4B;
  line-height: 24px;
  margin-bottom: 14px;
}
.pattern_itme .itme_list ul li .list_box .box_right .box_text p {
  font-size: 16px;
  color: #959895;
  line-height: 28px;
}
.process_itme .itme_panel {
  margin-top: 40px;
}
.process_itme .itme_panel ul li {
  float: left;
}
.process_itme .itme_panel ul li .panel_box {
  text-align: center;
}
.process_itme .itme_panel ul li .panel_box .box_img img {
  display: inline-block;
  width: auto;
  height: auto;
}
.process_itme .itme_panel ul li .panel_box h3 {
  margin-top: 12px;
  font-size: 18px;
  color: #4B4B4B;
  line-height: 24px;
}
.process_itme .itme_panel ul li .panel_box p {
  margin-top: 6px;
  font-size: 14px;
  color: #959895;
  line-height: 28px;
}
.process_itme .itme_panel ul .panel_words {
  width: 189px;
}
.process_itme .itme_panel ul .leftarrow {
  width: 8px;
}
.process_itme .itme_panel ul .leftarrow img {
  padding-top: 24px;
}
.settlein_itme .settlein_panel {
  margin-top: 60px;
}
.settlein_itme .settlein_panel .input_moduler {
  overflow: hidden;
  margin-bottom: 30px;
}
.settlein_itme .settlein_panel .input_moduler .item {
  width: 530px;
  float: left;
  overflow: hidden;
}
.settlein_itme .settlein_panel .input_moduler .item .item_label {
  width: 106px;
  float: left;
  font-size: 20px;
  color: #4B4B4B;
  line-height: 50px;
  margin-right: 20px;
  text-align: right;
}
.settlein_itme .settlein_panel .input_moduler .item .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.settlein_itme .settlein_panel .input_moduler .item .input_dl {
  float: left;
  width: 404px;
  height: 50px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 18px;
  border: 1px solid #E6EBE2;
}
.settlein_itme .settlein_panel .input_moduler .item .input_dl input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #959895;
}
.settlein_itme .settlein_panel .input_moduler .item_one {
  margin-right: 120px;
}
.settlein_itme .settlein_panel .input_moduler .itme_election .item_label {
  width: 106px;
  float: left;
  font-size: 20px;
  color: #4B4B4B;
  line-height: 50px;
  margin-right: 20px;
  text-align: right;
}
.settlein_itme .settlein_panel .input_moduler .itme_election .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.settlein_itme .settlein_panel .input_moduler .itme_election .input_dl {
  float: left;
  width: 1054px;
  margin-top: 10px;
}
.settlein_itme .settlein_panel .input_moduler .item_textarea .item_label {
  width: 106px;
  float: left;
  font-size: 20px;
  color: #4B4B4B;
  line-height: 50px;
  margin-right: 20px;
  text-align: right;
}
.settlein_itme .settlein_panel .input_moduler .item_textarea .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.settlein_itme .settlein_panel .input_moduler .item_textarea .input_dl {
  float: left;
  width: 1054px;
  height: 140px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 15px 18px;
  border: 1px solid #E6EBE2;
}
.settlein_itme .settlein_panel .input_moduler .item_textarea .input_dl textarea {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #959895;
}
.settlein_itme .settlein_panel .popup_footer {
  padding-top: 10px;
}
.settlein_itme .settlein_panel .popup_footer a {
  margin-left: 126px;
  display: block;
  width: 140px;
  height: 50px;
  background: #49B849;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.radio_moduler {
  float: left;
  margin-right: 50px;
  height: 24px;
  position: relative;
}
.radio_moduler label {
  margin-left: 33px;
  font-size: 20px;
  font-weight: 400;
  color: #4B4B4B;
  line-height: 26px;
  vertical-align: 2px;
}
.radio_moduler input {
  width: 25px;
  height: 25px;
  position: absolute;
  opacity: 0;
  z-index: 3;
}
.radio_moduler .check-back {
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../images/opup_radio_img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  top: 3px;
}
.radio_moduler input:checked + .check-back {
  background: url(../images/opup_radio_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
