body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
.clear {
  clear: both;
  width: 100%;
}
.banner {
  width: 100%;
  position: relative;
  height: 576px;
  border-bottom: 2px solid #71C768;
  margin-top: 37px;
}
.banner .backgroundC {
  width: 100%;
  position: absolute;
  background: #EFEFEF;
  height: 100%;
}
.banner .content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  background: url("../images/banner.jpg") no-repeat left 100%;
}
.banner .content .onlineMsg {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.04);
  padding: 0 23px;
  background: #F7F7F7;
  height: 486px;
  width: 256px;
  margin-top: -27px;
  position: absolute;
  right: 0;
  top: 0;
}
.banner .content .onlineMsg::before {
  content: '';
  position: absolute;
  top: 0;
  left: -27px;
  border-right: 27px solid #cacaca;
  border-top: transparent solid 27px;
}
.banner .content .onlineMsg .title {
  font-size: 24px;
  background: url("../images/free_ico.jpg") no-repeat left top;
  height: 74px;
  padding-left: 79px;
  line-height: 90px;
}
.banner .content .onlineMsg .form {
  padding-top: 15px;
  padding-left: 6px;
}
.banner .content .onlineMsg .form div {
  margin: 0 auto 9px;
  border: 1px solid #CBCBCB;
  padding-left: 36px;
  color: #BBC1C5;
  font-size: 16px;
  background: transparent 11px 10px no-repeat;
  position: relative;
  overflow: hidden;
}
.banner .content .onlineMsg .form div span {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 37px;
}
.banner .content .onlineMsg .form .name {
  background-image: url("../images/name_ico.jpg");
}
.banner .content .onlineMsg .form .tel {
  background-image: url("../images/tel_ico.jpg");
}
.banner .content .onlineMsg .form .msg {
  background-image: url("../images/content_ico.jpg");
  background-position-y: 27px;
}
.banner .content .onlineMsg .form .msg span {
  top: 27px;
}
.banner .content .onlineMsg .form input,
.banner .content .onlineMsg .form textarea {
  float: right;
  color: #333;
  width: 170px;
  height: 36px;
  border: 0;
  background: transparent;
}
.banner .content .onlineMsg .form textarea {
  height: 72px;
  max-height: 72px;
  line-height: 16px;
  font-size: 12px;
}
.banner .content .onlineMsg .quickMsg {
  padding-left: 6px;
  color: #555555;
}
.banner .content .onlineMsg .quickMsg .sTitle {
  font-size: 14px;
  color: #666;
  float: left;
  padding: 5px 10px 5px;
  cursor: pointer;
}
.banner .content .onlineMsg .quickMsg .sTitle.active {
  color: #000;
  background: #EEEBEB;
}
.banner .content .onlineMsg .quickMsg .msgs {
  display: none;
  font-size: 14px;
  padding: 10px;
  line-height: 24px;
  background: #EEEBEB;
  overflow: hidden;
}
.banner .content .onlineMsg .quickMsg .msgs.active {
  display: block;
}
.banner .content .onlineMsg .quickMsg .msgs p {
  float: left;
  width: 50%;
}
.banner .content .onlineMsg .quickMsg .msgs em {
  padding-left: 5px;
}
.banner .content .onlineMsg .quickMsg .msgs input {
  width: 14px;
  height: 14px;
  position: relative;
  cursor: pointer;
  top: 2px;
}
.banner .content .onlineMsg .submit {
  background: #82C75D;
  margin-left: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  height: 43px;
  text-align: center;
  line-height: 43px;
  border-radius: 5px;
}
.banner .content .onlineMsg .subTip {
  margin-left: 6px;
  font-size: 14px;
}
.banner .content .onlineMsg .subTip em {
  color: #FF2E21;
}
.float_div {
  position: absolute;
  z-index: 100;
  right: 50px;
  background: url("../images/djj_float.jpg") no-repeat 50% 50%;
  width: 223px;
  height: 136px;
  top: 100px;
  cursor: pointer;
}
.float_div .close {
  background: url("../images/close_ico.jpg") no-repeat 0 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 100%;
}
.section {
  margin: 45px 0;
  overflow: hidden;
}
.section .content {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.section .title {
  font-size: 34px;
  margin-bottom: 35px;
  text-align: center;
}
.section.white .title {
  background: #ffffff;
  padding-bottom: 35px;
  margin-bottom: 0;
}
.section.free .sec_title {
  padding-left: 45px;
  background: url("../images/right_ico.jpg") no-repeat 0 50%;
  text-align: center;
  font-size: 28px;
  color: #666;
  margin-bottom: 50px;
  display: inline-block;
}
.section.free .contrast .user {
  float: left;
}
.section.free .contrast .user .l_title {
  width: 115px;
  height: 115px;
  background: url("../images/buy_ico.jpg") #93d277 no-repeat 50% 20px;
  font-size: 24px;
  color: #ffffff;
  line-height: 165px;
  float: left;
}
.section.free .contrast .user .nr {
  padding: 47px;
  background: #82C75D;
  float: left;
}
.section.free .contrast .user .nr .list {
  padding: 10px 0 10px 30px;
  color: #ffffff;
  font-size: 16px;
  background: url("../images/i1.jpg") no-repeat 0 50%;
}
.section.free .contrast .user.buy .nr .l2 {
  background-image: url("../images/i2.jpg");
}
.section.free .contrast .user.buy .nr .l3 {
  background-image: url("../images/i3.jpg");
}
.section.free .contrast .user.buy .nr .l4 {
  background-image: url("../images/i4.jpg");
}
.section.free .contrast .user.buy .nr .l5 {
  background-image: url("../images/i5.jpg");
}
.section.free .contrast .user.sell {
  margin-left: 30px;
}
.section.free .contrast .user.sell .l_title {
  background: url("../images/sell_ico.jpg") #ffbf5c no-repeat 50% 20px;
}
.section.free .contrast .user.sell .nr {
  width: 310px;
  background: #F3F3F3;
  color: #333;
  position: relative;
}
.section.free .contrast .user.sell .nr .rightGrey {
  position: absolute;
  width: 1000%;
  height: 100%;
  background: #F3F3F3;
  left: 100%;
  top: 0;
}
.section.free .contrast .user.sell .nr .list {
  float: left;
  margin: 0 60px 0 0;
  color: #333;
}
.section.free .contrast .user.sell .nr .l6 {
  background-image: url("../images/i6.jpg");
}
.section.free .contrast .user.sell .nr .l7 {
  background-image: url("../images/i7.jpg");
}
.section.free .contrast .user.sell .nr .l8 {
  background-image: url("../images/i8.jpg");
}
.section.free .contrast .user.sell .nr .l9 {
  background-image: url("../images/i9.jpg");
}
.section.free .contrast .user.sell .nr .l10 {
  background-image: url("../images/i10.jpg");
}
.section.free .contrast .user.sell .nr .l11 {
  background-image: url("../images/i11.jpg");
}
.section.free .contrast .user.sell .nr .l12 {
  background-image: url("../images/i12.jpg");
}
.section.free .contrast .user.sell .nr .l13 {
  background-image: url("../images/i13.jpg");
}
.section.free .contrast .user.sell .nr .l14 {
  background-image: url("../images/i14.jpg");
}
.section.free .contrast .user.sell .nr .l15 {
  background-image: url("../images/i15.jpg");
}
.section.find .content .sec_title {
  text-align: center;
  font-size: 24px;
  color: #666;
  margin-bottom: 33px;
  display: inline-block;
}
.section.find .content .sec_title span {
  color: #71c768;
}
.section.find .content .contrast .part {
  width: 50%;
  float: left;
  height: 500px;
  position: relative;
}
.section.find .content .contrast .part .ex_bg {
  width: 1000%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: #80C75F;
}
.section.find .content .contrast .part .lists {
  position: absolute;
  right: 36px;
  top: 36px;
  width: 230px;
}
.section.find .content .contrast .part .lists .list {
  text-align: center;
  font-size: 20px;
  background: #ffffff no-repeat 15px 50%;
  margin-bottom: 2px;
  padding: 15px 0;
}
.section.find .content .contrast .part .lists .l_title {
  font-size: 27px;
  font-weight: bold;
  background: #FFBF5C;
  margin-bottom: 0;
  color: #fff;
}
.section.find .content .contrast .user {
  background: url("../images/help1.jpg") #80c75f no-repeat 0 100%;
}
.section.find .content .contrast .xiaoer {
  background: #f3f3f3;
}
.section.find .content .contrast .xiaoer .lists {
  left: 35px;
  width: 320px;
}
.section.find .content .contrast .xiaoer .lists .list {
  background-image: url("../images/right2_ico.jpg");
}
.section.find .content .contrast .xiaoer .lists .list.l_title {
  background: #71C768;
}
.section.find .content .contrast .xiaoer .ex_bg {
  left: 100%;
  background: #F3F3F3;
}
.section.find .content .contrast .xiaoer .bg {
  background: url("../images/help2.png") no-repeat 100% 100%;
  height: 301px;
  width: 206px;
  position: absolute;
  right: 30px;
  bottom: 0;
}
.section.ticket {
  background: url("../images/djj_bg.jpg") no-repeat 50% 50%;
  height: 299px;
}
.section.ticket .content {
  position: relative;
}
.section.ticket .content .bm_form {
  width: 370px;
  position: absolute;
  right: 0;
  top: 40px;
}
.section.ticket .content .bm_form .form_group {
  background: #fff;
  height: 50px;
  line-height: 50px;
  margin-bottom: 8px;
}
.section.ticket .content .bm_form .form_group label {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  color: #989898;
}
.section.ticket .content .bm_form .form_group input {
  float: right;
  border: 0;
  font-size: 18px;
  background-color: transparent;
  height: 100%;
  width: 300px;
}
.section.ticket .content .bm_form .form_group select {
  float: right;
  border: 0;
  font-size: 18px;
  background-color: transparent;
  height: 100%;
  width: 300px;
}
.section.ticket .content .bm_form .submit_btn {
  height: 40px;
  display: block;
  border: 0;
  background: #71C768;
  width: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.section.serve {
  background: #f3f3f3;
}
.section.serve .title {
  background: #ffffff;
  padding-bottom: 30px;
}
.section.serve .content {
  padding-bottom: 30px;
}
.section.serve .content .part {
  display: inline-block;
  width: 250px;
}
.section.serve .content .part .p_title {
  font-size: 24px;
  color: #666666;
  padding: 25px 0;
}
.section.serve .content .part .list {
  font-size: 18px;
  color: #666666;
  background: #fff;
  height: 50px;
  line-height: 50px;
  margin-bottom: 8px;
}
.section.serve .content .part.p3 .list {
  background: #71c768;
  color: #ffffff;
}
.section.serve .content .p2 {
  color: #C6C6C6;
  font-size: 65px;
  font-family: Tahoma;
}
.section.serve .content .p2 .blank {
  height: 10px;
}
.section.upServe {
  padding-bottom: 50px;
}
.section.upServe .map {
  background: url("../images/zz_map_bg.jpg") no-repeat 50% 50%;
  width: 889px;
  height: 721px;
  margin: 0 auto;
  position: relative;
}
.section.upServe .map .server {
  position: absolute;
  float: left;
  left: 200px;
  top: 200px;
  margin-left: -12px;
}
.section.upServe .map .server.active {
  z-index: 100;
}
.section.upServe .map .server.active .userList {
  display: block;
}
.section.upServe .map .server.active .housePoint .house_ico {
  display: none;
}
.section.upServe .map .server.active .housePoint .house_sel {
  display: block;
}
.section.upServe .map .server.active .housePoint .house_big_cicle {
  display: block;
}
.section.upServe .map .server .housePoint {
  position: relative;
}
.section.upServe .map .server .housePoint .house_ico {
  background: url("../images/house_ico.png") no-repeat 0 0;
  height: 21px;
  width: 25px;
  position: relative;
  z-index: 10;
}
.section.upServe .map .server .housePoint .house_sel {
  display: none;
  background: url("../images/sel_house.png") no-repeat 0 0;
  height: 21px;
  width: 25px;
  position: relative;
  z-index: 10;
}
.section.upServe .map .server .housePoint .house_big_cicle {
  display: none;
  background: url("../images/sel_house_circle.png") no-repeat 0 0;
  width: 145px;
  height: 145px;
  left: -59px;
  top: -60px;
  position: absolute;
}
.section.upServe .map .server .housePoint .house_shadow {
  background: url("../images/house_shadow.png") no-repeat 0 0;
  position: absolute;
  width: 37px;
  height: 39px;
  left: 0;
  top: 0;
}
.section.upServe .map .userList {
  display: none;
  position: absolute;
  left: 100%;
  width: 300px;
  background: #ffffff;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 26px 0 10px;
  top: 100%;
  z-index: 10;
}
.section.upServe .map .userList .close {
  position: absolute;
  right: 14px;
  top: 5px;
  font-size: 21px;
  cursor: pointer;
}
.section.upServe .map .userList .top {
  font-size: 26px;
  text-align: center;
  padding-bottom: 7px;
}
.section.upServe .map .userList .top2 {
  text-align: center;
  font-size: 16px;
  background: #71C768;
  padding: 8px 0;
  color: #FFF;
  margin: 10px auto 0;
  width: 270px;
}
.section.upServe .map .userList .list {
  border-top: 1px solid #ccc;
  padding: 8px 20px;
}
.section.upServe .map .userList .list.first {
  border: 0;
  padding-top: 25px;
}
.section.upServe .map .userList .list p {
  line-height: 28px;
  font-size: 14px;
}
.section.upServe .map .userList .list p span {
  font-size: 16px;
}
.section.upServe .map .userList .list p .name {
  background: url("../images/man_ico.png") no-repeat left top;
  padding-left: 20px;
  padding-right: 10px;
}
.section.upServe .map .userList .list p .name.women {
  background-image: url("../images/woman_ico.png");
}
.section.upServe .map .userList .list p .tel {
  background: url("../images/tel2_ico.png") no-repeat left center;
  padding-left: 20px;
  float: right;
}
.section.upServe .map .userList .list p.pj {
  display: none;
  padding-left: 20px;
}
.section.xiaoer_list {
  position: relative;
}
.section.xiaoer_list .bg {
  background: #f3f3f3;
  height: 277px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 73px;
  z-index: -1;
}
.section.xiaoer_list .title {
  background: #ffffff;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.section.xiaoer_list .xeList {
  margin: 0 auto;
}
.section.xiaoer_list .xeList .box {
  overflow: hidden;
  width: 1000px;
}
.section.xiaoer_list .xeList .box .list {
  width: 999999px;
}
.section.xiaoer_list .xeList .box .list li {
  float: left;
  width: 258px;
  height: 350px;
}
.section.xiaoer_list .xeList .box .list li .outer {
  background: #ffffff;
  margin: 0 33px 0 0;
  border-top: 10px solid #fff;
}
.section.xiaoer_list .xeList .box .list li:hover .outer {
  border-top: 10px solid #71C769;
}
.section.xiaoer_list .xeList .box .list li:hover .contact {
  display: block;
}
.section.xiaoer_list .xeList .box .list li .contact {
  background: #71c768 url("../images/xi1.jpg") 20px 50% no-repeat;
  padding: 17px 0 17px 60px;
  text-align: left;
  color: #ffffff;
  display: none;
  line-height: 20px;
  font-size: 12px;
  height: 40px;
}
.section.xiaoer_list .xeList .box .list li .contact span {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  text-overflow: ellipsis;
}
.section.xiaoer_list .xeList .box .list li .photo {
  padding-bottom: 19px;
}
.section.xiaoer_list .xeList .box .list li .photo img {
  height: 200px;
  width: 212px;
}
.section.xiaoer_list .xeList .box .list li .detail {
  position: static;
  text-align: left;
  padding: 0 20px;
}
.section.xiaoer_list .xeList .box .list li .detail p {
  padding-bottom: 10px;
  margin: 0;
}
.section.xiaoer_list .xeList .box .list li .detail p .name {
  font-size: 18px;
  color: #000000;
}
.section.xiaoer_list .xeList .box .list li .detail p .exp {
  font-size: 12px;
  color: #6E6E6E;
  float: right;
  line-height: 22px;
}
.section.xiaoer_list .xeList .box .list li .detail p.star {
  background: url("../images/star_ico.jpg") repeat-x left top;
  width: 100px;
  height: 18px;
}
.section.hotline {
  background: url("../images/hotline.jpg") no-repeat 50% 50%;
  height: 72px;
}
.section.feedback {
  background: #f3f3f3;
}
.section.feedback .content {
  padding: 20px 40px;
  background: #ffffff;
}
.section.feedback .msgList {
  height: 335px;
  background: #ffffff;
  overflow: auto;
}
.section.feedback .msgList .list {
  overflow: hidden;
  padding: 5px 0 0;
}
.section.feedback .msgList .list .msgContent {
  background: #F5F5F5;
  padding: 7px 18px;
  color: #555555;
  width: 880px;
  font-size: 14px;
  line-height: 24px;
  float: right;
  position: relative;
  text-align: left;
}
.section.feedback .msgList .list .msgContent .userPic {
  position: absolute;
  left: -75px;
  top: 50%;
  margin-top: -23px;
  width: 75px;
  text-align: center;
}
.section.feedback .msgList .list .msgContent .userPic img {
  width: 47px;
  height: 47px;
}
.section.feedback .msgList .list .time {
  float: left;
  width: 100%;
  line-height: 24px;
  font-size: 12px;
  color: #989898;
  text-align: right;
}
.section.liucheng {
  overflow: visible;
  padding-bottom: 50px;
}
.section.liucheng .lcnr .mka {
  float: left;
  width: 44px;
  margin: 0 16px;
}
.section.liucheng .lcnr .mka .xtb {
  background: transparent url("../images/l1.jpg") no-repeat 50% 50%;
  width: 40px;
  height: 40px;
  display: block;
  border: 2px solid #80C75F;
  position: relative;
  font-size: 14px;
}
.section.liucheng .lcnr .mka .xtb i {
  position: absolute;
  top: 150%;
  width: 62px;
  left: -11px;
  font-style: normal;
}
.section.liucheng .lcnr .mka .xtb em {
  position: absolute;
  width: 300px;
  background: #80c75f;
  left: 50%;
  text-align: left;
  margin-left: -150px;
  top: 220%;
  border-radius: 3px;
  display: none;
  color: #ffffff;
  padding: 10px;
}
.section.liucheng .lcnr .mka .xtb em::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -20px;
  border-bottom: #80c75f 10px solid;
  border-left: transparent 10px solid;
  border-right: transparent 10px solid;
}
.section.liucheng .lcnr .mka .xtb:hover {
  border: 2px solid #fbbe4b;
}
.section.liucheng .lcnr .mka .xtb:hover em {
  display: block;
}
.section.liucheng .lcnr .mka .xtb:hover.xtb1 {
  background-image: url("../images/l1_hover.png");
}
.section.liucheng .lcnr .mka .xtb:hover.xtb2 {
  background-image: url("../images/l2_hover.png");
}
.section.liucheng .lcnr .mka .xtb:hover.xtb3 {
  background-image: url("../images/l3_hover.png");
}
.section.liucheng .lcnr .mka .xtb:hover.xtb4 {
  background-image: url("../images/l4_hover.png");
}
.section.liucheng .lcnr .mka .xtb:hover.xtb5 {
  background-image: url("../images/l5_hover.png");
}
.section.liucheng .lcnr .mka .xtb:hover.xtb6 {
  background-image: url("../images/l6_hover.png");
}
.section.liucheng .lcnr .mka .xtb:hover.xtb7 {
  background-image: url("../images/l7_hover.png");
}
.section.liucheng .lcnr .mka .xtb:hover.xtb8 {
  background-image: url("../images/l8_hover.png");
}
.section.liucheng .lcnr .mka .xtb:hover.xtb9 {
  background-image: url("../images/l9_hover.png");
}
.section.liucheng .lcnr .mka .xtb:hover.xtb10 {
  background-image: url("../images/l10_hover.png");
}
.section.liucheng .lcnr .mka .xtb:hover.xtb11 {
  background-image: url("../images/l11_hover.png");
}
.section.liucheng .lcnr .mka .xtb:hover.xtb12 {
  background-image: url("../images/l12_hover.png");
}
.section.liucheng .lcnr .mka .xtb:hover.xtb13 {
  background-image: url("../images/l13_hover.png");
}
.section.liucheng .lcnr .mka .xtb.xtb2 {
  background-image: url("../images/l2.jpg");
}
.section.liucheng .lcnr .mka .xtb.xtb3 {
  background-image: url("../images/l3.jpg");
}
.section.liucheng .lcnr .mka .xtb.xtb4 {
  background-image: url("../images/l4.jpg");
}
.section.liucheng .lcnr .mka .xtb.xtb5 {
  background-image: url("../images/l5.jpg");
}
.section.liucheng .lcnr .mka .xtb.xtb6 {
  background-image: url("../images/l6.jpg");
}
.section.liucheng .lcnr .mka .xtb.xtb7 {
  background-image: url("../images/l7.jpg");
}
.section.liucheng .lcnr .mka .xtb.xtb8 {
  background-image: url("../images/l8.jpg");
}
.section.liucheng .lcnr .mka .xtb.xtb9 {
  background-image: url("../images/l9.jpg");
}
.section.liucheng .lcnr .mka .xtb.xtb10 {
  background-image: url("../images/l10.jpg");
}
.section.liucheng .lcnr .mka .xtb.xtb11 {
  background-image: url("../images/l11.jpg");
}
.section.liucheng .lcnr .mka .xtb.xtb12 {
  background-image: url("../images/l12.jpg");
}
.section.liucheng .lcnr .mka .xtb.xtb13 {
  background-image: url("../images/l13.jpg");
}
