@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;
}
.panel-itme .panelitme-list {
  overflow: hidden;
}
.panel-itme .panelitme-list .words {
  width: 655px;
}
.panel-itme .panelitme-list .words .words-text {
  padding-top: 7px;
  padding-left: 10px;
}
.panel-itme .panelitme-list .words .words-text p {
  font-size: 16px;
  color: #959895;
  line-height: 28px;
}
.panel-itme .panelitme-list .words .words-text .text-datails {
  margin-top: 16px;
}
.panel-itme .panelitme-list .images img {
  width: auto;
  height: auto;
  position: relative;
  z-index: 10;
  top: 10px;
  left: 10px;
}
.panel-itme .panelitme-list .square {
  width: 293px;
  height: 224px;
  background-color: #9ed79f;
  position: absolute;
  top: 0;
}
.panel-itme .panelitme-list .numb-list {
  width: 500px;
  padding-top: 10px;
  margin-left: 24px;
}
.panel-itme .panelitme-list .numb-list ul li {
  float: left;
  margin: 45px 0 45px 80px;
  min-width: 122px;
}
.panel-itme .panelitme-list .numb-list ul li img {
  width: auto;
  height: auto;
}
.panel-itme .panelitme-list .numb-list ul li .number {
  margin-top: 10px;
  font-size: 40px;
  font-weight: bold;
  color: #49B849;
  line-height: 52px;
}
.panel-itme .panelitme-list .numb-list ul li .text {
  font-size: 16px;
  color: #4B4B4B;
  line-height: 21px;
}
.panel-itme .panelitme-list .list-left {
  float: left;
  position: relative;
}
.panel-itme .panelitme-list .list-rigth {
  float: left;
  position: relative;
}
.bag_white {
  padding-top: 60px;
}
.bag_theme {
  padding-top: 60px;
}
.bag_theme .panel-itme .panelitme-list .list-left {
  margin-right: 40px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
