@charset "gb2312";
body,
html {
  overflow: hidden;
}
body,
.onepage-wrapper,
html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}
.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}
.onepage-wrapper .section {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.onepage-pagination {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a {
  width: 17px;
  height: 17px;
  display: block;
  margin: 10px 0;
}
/*导航*/
.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
  overflow: auto;
}
.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}
.disabled-onepage-scroll .onepage-pagination {
  display: none;
}
body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
  position: inherit;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft YaHei", "Microsoft YaHei";
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  font-family: "Microsoft YaHei";
}
textarea {
  resize: none;
}
body {
  font-size: 12px;
  color: #333;
  font-family: "Microsoft YaHei";
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
body,
html {
  overflow-y: hidden;
}

.section1 .text-01 {
  margin: 0 auto;
  width: 604px;
  height: 109px;
  padding-top: 30px;
  color: #055d9b;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.section1 .img-01 {
  margin: 0 auto;
  width: 604px;
  padding-top: 30px;
}
.section1 .jzw {
  left: -80px;
  top: 50px;
  transform: rotate3d(1, 0, 0, -180deg);
  transform-origin: 50% 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-animation: fanzhuan 2s linear both;
  animation: fanzhuan 2s linear both;
  z-index: 3;
}
.section1 .ab_img {
  position: relative;
}
.section1 .ab_img > img {
  position: absolute;
  z-index: 1;
}
.section1 .more_btn {
  left: 1080px;
  top: 398px;
  animation: fudong 2s linear infinite alternate;
  z-index: 3;
}
.section1 .people {
  top: 20px;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  left: 472px;
  top: 266px;
  opacity: 1;
}
.section1 .qiche {
  left: -800px;
  top: 329px;
  z-index: 3;
  left: 848px;
}
.section1 .yun_a {
  left: 0px;
  top: 148px;
  -webkit-animation: yun_one 5s linear infinite alternate;
  animation: yun_one 5s linear infinite alternate;
}
.section1 .yun_b {
  left: 290px;
  top: 45px;
  -webkit-animation: yun_two 6s linear infinite alternate;
  animation: yun_two 6s linear infinite alternate;
}
.section1 .yun_c {
  left: 580px;
  top: 130px;
  -webkit-animation: yun_three 7s linear infinite alternate;
  animation: yun_three 7s linear infinite alternate;
}
.section1 .yun_d {
  left: 1004px;
  top: 206px;
  -webkit-animation: yun_four 5s linear infinite alternate;
  animation: yun_four 5s linear infinite alternate;
}
.section1 .feiji {
  left: 625px;
  top: 104px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  z-index: 3;
  left: 955px;
  opacity: 1;
}
.section1 .title_ti,
.section1 .yun_a,
.section1 .yun_b,
.section1 .yun_c,
.section1 .yun_d,
.section1 .more_btn {
  display: none;
  display: block;
}
.house {
  width: 1023px;
  height: 382px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
.house img {
  position: absolute;
}
.horizon_img {
  width: 1295px;
  height: 141px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@keyframes fanzhuan {
  0% {
    transform: rotate3d(1, 0, 0, -180deg);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: rotate3d(1, 0, 0, 0deg);
  }
}
@-webkit-keyframes fanzhuan {
  0% {
    -webkit-transform: rotate3d(1, 0, 0, -180deg);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
  }
}

@keyframes yun_one {
  0% {
    left: 0px;
  }
  50% {
    left: 50px;
  }
  100% {
    left: -10px;
  }
}
@-webkit-keyframes yun_one {
  0% {
    left: 0px;
  }
  50% {
    left: 50px;
  }
  100% {
    left: -10px;
  }
}
@keyframes yun_two {
  0% {
    left: 290px;
  }
  50% {
    left: 340px;
  }
  100% {
    left: 260px;
  }
}
@-webkit-keyframes yun_two {
  0% {
    left: 290px;
  }
  50% {
    left: 340px;
  }
  100% {
    left: 260px;
  }
}
@keyframes yun_three {
  0% {
    left: 580px;
  }
  50% {
    left: 610px;
  }
  100% {
    left: 530px;
  }
}
@-webkit-keyframes yun_three {
  0% {
    left: 580px;
  }
  50% {
    left: 610px;
  }
  100% {
    left: 530px;
  }
}
@keyframes yun_four {
  0% {
    left: 1004px;
  }
  50% {
    left: 1034px;
  }
  100% {
    left: 970px;
  }
}
@-webkit-keyframes yun_four {
  0% {
    left: 1004px;
  }
  50% {
    left: 1034px;
  }
  100% {
    left: 970px;
  }
}

.texts {
  width: 700px;
  margin: auto;
  min-height: 116px;
}
.texts .num {
  display: inline-block;
  font-size: 70px;
  line-height: 100px;
  border-bottom: 10px inherit solid;
  vertical-align: middle;
  margin-right: 20px;
  width: 80px;
  text-align: center;
  float: left;
  font-family: arial;
}
.texts .big {
  font-size: 54px;
  line-height: 80px;
  font-weight: 700;
  padding-top: 5px;
}
.texts .small {
  font-size: 18px;
  line-height: 30px;
  margin-top: 1px;
}
.texts .txt {
  width: 600px;
  float: left;
}
.section2 {
  position: relative;
  overflow: hidden;
}
.section2 .texts {
  color: #9f2109;
}
.section2 .texts .num {
  border-bottom: 10px #9f2109 solid;
}
.section3 {
  position: relative;
  overflow: hidden;
}
.section3 .texts {
  color: #006c62;
}
.section3 .texts .num {
  border-bottom: 10px #006c62 solid;
}
.section4 {
  position: relative;
  overflow: hidden;
}
.section4 .texts {
  color: #856e04;
  width: 800px;
}
.section4 .texts .num {
  border-bottom: 10px #856e04 solid;
}
.section4 .texts .txt {
  width: 700px;
}
.section5 {
  position: relative;
  overflow: hidden;
}
.section5 .texts {
  color: #235604;
}
.section5 .texts .num {
  border-bottom: 10px #235604 solid;
}
.page_img {
  width: 838px;
  margin: 0 auto;
  position: relative;
  height: 597px;
}
.page_img img {
  position: absolute;
}
.touxiang1 {
  top: 160px;
  left: 225px;
  display: none;
}
.touxiang2 {
  top: 125px;
  left: 0px;
  display: none;
}
.touxiang3 {
  top: 80px;
  left: 435px;
  display: none;
}
.touxiang4 {
  top: 170px;
  left: 690px;
  display: none;
}
.touxiang5 {
  top: 50px;
  left: 200px;
  display: none;
}
.touxiang6 {
  top: 315px;
  left: 630px;
  display: none;
}
.touxiang7 {
  top: 344px;
  left: 120px;
  display: none;
}
.dou {
  -webkit-animation: doudong 0.3s linear infinite alternate;
  animation: doudong 0.3s linear infinite alternate;
}
@keyframes doudong {
  0% {
    transform-origin: 50% 50%;
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform-origin: 40% 40%;
    transform: translate(1px, 1px) rotate(-5deg);
  }
  50% {
    transform-origin: 50% 50%;
    transform: translate(0px, 0px) rotate(0deg);
  }
  75% {
    transform-origin: 60% 60%;
    transform: translate(-1px, -1px) rotate(5deg);
  }
  100% {
    transform-origin: 50% 50%;
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes doudong {
  0% {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform-origin: 40% 40%;
    -webkit-transform: translate(1px, 1px) rotate(-5deg);
  }
  50% {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  75% {
    -webkit-transform-origin: 60% 60%;
    -webkit-transform: translate(-1px, -1px) rotate(5deg);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
.diannao {
  top: -150px;
  left: 222px;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

.p2_img div {
  float: left;
}
.p2_img {
  position: relative;
  width: 1180px;
  height: 597px;
  margin: auto;
}
.disigner {
  position: absolute;
  top: 100px;
  left: -600px;
  width: 290px;
  overflow: hidden;
  z-index: 23;
}
.home {
  padding: 220px 0 0 310px;
  display: none;
}
.shejitu {
  padding: 60px 0 0 0px;
  display: none;
}

#page3 {
  background-color: #4ab9ca;
  position: relative;
}

.section4 {
  position: relative;
}
.section4 img {
  vertical-align: middle;
}
.section4 .pic {
  width: 100%;
  width: 580px;
  height: 520px;
  position: absolute;
  left: 310px;
  top: 50px;
}
.section4 .pic-text {
  height: 580px;
  position: relative;
  width: 1200px;
}
.section4 .pic-text .text div {
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  background-image: url(../images/process/red_a.png);
  background-repeat: no-repeat;
  animation: jianbian 2s;
  color: #f34a78;
}
.section4 .pic-text .p4_1 {
  top: 86px;
  width: 505px;
  text-align: right;
  padding-right: 50px;
  background-position: right center;
  line-height: 40px;
  height: 40px;
}
.section4 .pic-text .p4_2 {
  padding-left: 50px;
  top: 148px;
  left: 810px;
  background-position: left center;
  line-height: 40px;
  height: 40px;
}
.section4 .pic-text .p4_3 {
  top: 286px;
  padding-left: 50px;
  left: 859px;
  background-position: left center;
  line-height: 40px;
  height: 40px;
}
.section4 .pic-text .p4_4 {
  top: 433px;
  padding-left: 50px;
  left: 815px;
  background-position: left center;
  line-height: 40px;
  height: 40px;
}
.section4 .pic-text .p4_5 {
  top: 489px;
  width: 495px;
  text-align: right;
  padding-right: 50px;
  background-position: right center;
  line-height: 40px;
  height: 40px;
}
.section4 .pic-text div.current {
  background-image: url(../images/process/red_a.png);
  background-repeat: no-repeat;
  animation: jianbian 2s;
  color: #f34a78;
  background-size: 38px;
}
@keyframes jianbian {
  0% {
    color: #fff;
  }
  100% {
    color: #f34a78;
  }
}

.page5_text {
  width: 852px;
  height: 81px;
  margin: 0 auto;
  padding-top: 30px;
}
.p5_img {
  position: relative;
  width: 1200px;
  height: 514px;
}
.p5_position {
  position: absolute;
}
.car {
  top: 271px;
  left: 1600px;
}
.worker {
  position: absolute;
  left: 590px;
  top: 95px;
  display: none;
}
.worker img {
  position: absolute;
}
.worker .tou {
  top: 19px;
  left: 26px;
  -webkit-animation: tou 1s linear infinite;
  -webkit-transform-origin: 50% 100%;
  animation: tou 1s linear infinite;
  transform-origin: 50% 100%;
}
@keyframes tou {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tou {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.worker .shen {
  top: 70px;
  left: 0px;
}
.P5_home {
  width: 774px;
  height: 411px;
  margin: 80px auto 0;
}
.fufnng {
  top: 40px;
  left: 433px;
  display: none;
}
.page5_btn {
  bottom: 20px;
  right: 0px;
  -webkit-animation: fudong 2s linear infinite alternate;
  animation: fudong 2s linear infinite alternate;
}
.yun1 {
  top: 65px;
  left: 170px;
  z-index: 9;
  -webkit-animation: runyun 5s linear infinite alternate;
  animation: runyun 5s linear infinite alternate;
}
@keyframes runyun {
  0% {
    left: 170px;
  }
  50% {
    left: 145px;
  }
  100% {
    left: 190px;
  }
}
@-webkit-keyframes runyun {
  0% {
    left: 170px;
  }
  50% {
    left: 145px;
  }
  100% {
    left: 190px;
  }
}
.yun2 {
  top: -30px;
  left: 580px;
  -webkit-animation: runyun1 8s linear infinite alternate;
  animation: runyun1 8s linear infinite alternate;
}
@keyframes runyun1 {
  0% {
    left: 580px;
  }
  50% {
    left: 550px;
  }
  100% {
    left: 610px;
  }
}
.yun3 {
  top: 20px;
  left: 855px;
  -webkit-animation: runyun2 8s linear infinite alternate;
  animation: runyun2 8s linear infinite alternate;
}
@-webkit-keyframes runyun2 {
  0% {
    left: 855px;
  }
  50% {
    left: 810px;
  }
  100% {
    left: 885px;
  }
}

#page7 {
  background-color: #a4ebe5;
  position: relative;
  overflow: hidden;
}
.p7_ti {
  overflow: hidden;
}
.p7_ti img {
  margin: 20px auto 20px;
}
.lc {
  position: absolute;
  left: 50%;
  width: 686px;
  height: 185px;
  margin-left: -343px;
}
.ad {
  width: 300px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #000;
}
.ad select {
  border: 0 none;
  background: none;
  height: 42px;
  font-size: 18px;
  outline-style: none;
  color: #8a8a8a;
  line-height: 42px;
}
#province0 {
  text-align: center;
}
#city0 {
  text-align: center;
}
.province {
  float: left;
  background: #d9d9d9;
  height: 100%;
  padding-left: 12px;
}
.city {
  float: right;
  background: #d9d9d9;
  height: 100%;
  padding-left: 12px;
}
.baoming_info {
  float: left;
  margin: 25px 0 0 94px;
  width: 285px;
  height: 300px;
  overflow: hidden;
}
.baoming_info_ti {
  background: #c0c0c0;
  font-size: 18px;
  font-weight: 700;
  color: #d20005;
  text-align: center;
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
}
.baoming_info_top {
  line-height: 60px;
  font-weight: bold;
  font-size: 27px;
  color: #ff932a;
  text-align: center;
}
.baoming_info_top span {
  font-size: 25px;
}
.baoming_info ul li {
  line-height: 24px;
  font-size: 16px;
  color: #a6a6a6;
  text-align: center;
}
.baoming_info_ti ul {
  position: relative;
  top: 0;
  left: 0;
}
.page1 {
  background-color: #fa8872;
}
.page2 {
  background-color: #87ded6;
}
.page3 {
  background-color: #4ab9ca;
}
.page4 {
  background-color: #ffd534;
}
.page5 {
  background-color: #a1d86b;
}
.page6 {
  background-color: #a1d86b;
}
.page7 {
  background-color: #a4ebe5;
}
.page8 {
  background-color: #a0e3ff;
}

@keyframes fudong {
  from {
    transform: translateY(15px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes fudong {
  from {
    -webkit-transform: translateY(15px);
  }
  to {
    -webkit-transform: translateY(-15px);
  }
}
#fullPage-nav {
  _display: none;
  font-size: 12px;
}
#fullPage-nav li {
  width: 90px;
  height: 21px;
  margin: 10px 0 0;
  vertical-align: middle;
}
#fullPage-nav li a {
  float: right;
  width: 21px;
  height: 21px;
  color: #8F9DA4;
  text-decoration: none;
  text-align: right;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
#fullPage-nav li .active {
  background: #ffffff;
}
#fullPage-nav span {
  display: none;
}
.fullPage-tooltip {
  float: left;
  top: 0;
  margin-right: 5px;
  font: 12px "Microsoft Yahei";
  color: #8F9DA4;
  line-height: 21px;
}
.section {
  position: relative;
  overflow: hidden;
}
.section1 {
  background: #a0e3ff;
}
.section2 {
  background: #fa8872;
}
.section2 img {
  display: block;
  opacity: 1;
}
.section2 .diannao {
  top: 326px;
  opacity: 1;
}
.section2 .anniu {
  position: absolute;
  right: 0;
  bottom: 90px;
  animation: fudong 2s linear infinite alternate;
  display: block;
}
.section2 .btn {
  display: inline-block;
  background: #a40035;
  color: #fff;
  min-width: 215px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: inset -5px -5px 3px rgba(0, 0, 0, 0.1);
}
.section3 {
  background: #87ded6;
  position: relative;
  overflow: hidden;
}
.section3 .home {
  display: block;
}
.section3 .shejitu {
  display: block;
}
.section3 .disigner {
  left: 90px;
  width: 550px;
}
.section3 .btn {
  display: inline-block;
  background: #045ebb;
  color: #fff;
  min-width: 215px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: inset -5px -5px 3px rgba(0, 0, 0, 0.1);
}
.section3 .anniu {
  position: absolute;
  right: 0;
  bottom: 90px;
  animation: fudong 2s linear infinite alternate;
  display: block;
}
.section4 {
  background: #ffd534;
  position: relative;
}
.section4 .anniu {
  position: absolute;
  right: 0;
  bottom: 90px;
  animation: fudong 2s linear infinite alternate;
  display: block;
}
.section4 .btn {
  display: inline-block;
  background: #e4007f;
  color: #fff;
  min-width: 215px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: inset -5px -5px 3px rgba(0, 0, 0, 0.1);
}
img {
  max-width: inherit;
  max-height: inherit;
}
.section5 {
  background: #a1d86b;
}
.section5 .anniu {
  position: absolute;
  right: 0;
  bottom: 90px;
  animation: fudong 2s linear infinite alternate;
  display: block;
}
.section5 .btn {
  display: inline-block;
  background: #266301;
  color: #fff;
  min-width: 215px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: inset -5px -5px 3px rgba(0, 0, 0, 0.1);
}
.section5 .car {
  left: 608px;
}
.section5 .worker {
  display: block;
}
.section6 {
  background: #a4ebe5;
}
.section6 .texts-02 {
  color: #006a61;
  text-align: left;
  width: 425px;
  margin: auto;
}
.section6 .texts-02 .en {
  font-size: 18px;
  line-height: 40px;
}
.section6 .texts-02 .en .num {
  font-size: 24px;
}
.section6 .texts-02 .cn {
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
  margin-top: -30px;
}
.section6 .texts-02 .cn .num {
  font-size: 90px;
}
.section6 .imgs {
  text-align: center;
}
.section6 .imgs .img-01 {
  margin-bottom: 10px;
}
.section6 .imgs img {
  display: inline-block;
  vertical-align: middle;
}
.sectionPosition {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sectionPosition .container {
  width: 1260px;
}
.yuyueSuccess {
  display: none;
  font-size: 14px;
  line-height: 30px;
}
.yuyueSuccess .bt-01 {
  color: #C09879;
  font-weight: 700;
}
.yuyue-renshu {
  background: #fff;
  width: 840px;
  margin: 29px auto 0px;
  position: relative;
  border: 3px #ff932a solid;
  overflow: hidden;
  border-radius: 25px;
  padding: 20px;
}
.yuyue-renshu .yuyue {
  float: left;
  width: 50%;
  padding-top: 20px;
}
.yuyue-renshu .yuyue .box {
  margin: auto;
  padding: 0 20px;
  position: relative;
  z-index: 999;
  transition: all .5s;
}
.yuyue-renshu .yuyue .bt-01 {
  font-weight: 700;
  text-align: center;
  color: #ff932a;
  font-size: 30px;
}
.yuyue-renshu .yuyue .bt-02 {
  text-align: center;
  color: #362b27;
  margin-bottom: 20px;
}
.yuyue-renshu .yuyue .form {
  vertical-align: middle;
}
.yuyue-renshu .yuyue .form li {
  margin-bottom: 10px;
  position:relative;

}

.yuyue-renshu .yuyue .form li font {
    position:absolute;
    right:0;
    top:0;
    font-size:12px;
    color:#f00;
      display:none;
}

.yuyue-renshu .yuyue .form input {
  margin-right: 15px;
}
.yuyue-renshu .yuyue input {
  border: none;
  width: 100%;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  border: 2px #efefef solid;
  background: #efefef;
}
.yuyue-renshu .yuyue input:focus {
  border: 2px #C09879 solid;
}
.yuyue-renshu .yuyue .yzhm {
  margin-right: 10px;
}
.yuyue-renshu .yuyue .yzhm .icon {
  margin-right: 10px;
}
.yuyue-renshu .yuyue .yzhm input {
  width: 145px;
}
.yuyue-renshu .yuyue .yzhm a {
  color: #666;
}
.yuyue-renshu .yuyue .yzhm a:hover {
  color: #C09879;
  text-decoration: underline;
}
.yuyue-renshu .yuyue .btn a {
  display: block;
  line-height: 40px;
  background: #362b27;
  color: #C09879;
  text-align: center;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  transition: all .4s;
}
.yuyue-renshu .yuyue .btn a:hover {
  background: #C09879;
  text-decoration: none;
  color: #fff;
}
.yuyue-renshu .yuyue .icon img {
  vertical-align: middle;
}
.yuyue-renshu .renshu {
  width: 50%;
  float: left;
  border: 1px #e5e4e4 solid;
  padding: 4px;
}
.yuyue-renshu .renshu .rsh {
  background: #f0f0f0;
}
.yuyue-renshu .renshu .title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background: #c8c8ca;
  line-height: 39px;
  padding-left: 30px;
}
.yuyue-renshu .renshu .title .num {
  color: #d61518;
}
.yuyue-renshu .renshu .yuyueRshBox {
  height: 280px;
  overflow: hidden;
}
.yuyue-renshu .renshu .list {
  margin: 0;
  line-height: 30px;
}
.yuyue-renshu .renshu li {
  overflow: hidden;
  color: #040000;
  font-size: 16px;
  clear: both;
  padding: 5px 0 0 5px;
}
.yuyue-renshu .renshu .time {
  display: inline-block;
  width: 33.33333333%;
  float: left;
}
.yuyue-renshu .renshu .name {
  display: inline-block;
  width: 33.33333333%;
  float: left;
}
.yuyue-renshu .renshu .jg {
  display: inline-block;
  width: 33.33333333%;
  float: left;
}
