/*----------报名----------------*/
input,select{
  outline: none;
}
.index_bm {
  width: 1100px;
  margin: 40px auto 0;
  position: relative;
  background: url("../images/bm_bg.png") no-repeat center;
  height: 77px;
  overflow: hidden;
}

.index_bm input {
  display: inline-block;
  float: left;
  width:224px;
  background:rgba(255,255,255,1);
  box-shadow:0 1px 4px 0 rgba(153,153,153,1);
  border-radius:7px;
  height: 40px;
  line-height: 40px;
  padding:0 22px;
  margin-left: 22px;
  color: #333;
  font-size: 22px;
  border: none;
  margin-top: 11px;
  outline: none;
}
.index_bm input.first{
  width: 202px;
  margin-left: 403px;
}

.index_bm .bm {
  width:122px;
  height:40px;
  background:rgba(255,255,255,1);
  border-radius:7px;
  float: left;
  display: inline-block;
  margin-left: 22px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #00AB84;
  font-weight: bold;
  cursor: pointer;
  margin-top: 11px;
}

/*----------标题----------------*/
.title {
  width: 1000px;
  text-align: center;
  height: 14px;
  border-bottom: 1px solid #999;
  margin: 0 auto 67px;
  text-align: center;
}

.title h2 {
  display: inline;
  font-weight: normal;
}

.title h2 span {
  display: inline-block;
  font-size: 28px;
  color: #333;
  line-height: 28px;
  letter-spacing: 6px;
  padding: 0 22px;
  background: #FFFFFF;
}

.title2 {
  margin: 40px auto;
}

.title2 h2 span {
  letter-spacing: 0;
  padding: 0 22px;
  font-size: 28px;
}

.title2 p {
  font-size: 19px;
  color: #666;
  margin-top: 8px;
}
/*------------------项目简介----------------*/
.about_box {
  width: 1100px;
  margin: 0 auto;
  border: 3px solid #00AB84;
  padding: 14px;
}

.about_box .about {
  border: 1px solid #00AB84;
  padding: 14px;
  background: #FFF;
}

.about_box .about img {
  width: 100%;
  display: block;
}

.about_box .about p {
  margin: 14px 0 0;
  font-size: 20px;
  line-height: 35px;
  color: #666666;
  text-indent: 40px;
  text-align: justify;
}

/*------------------项目特点----------------*/
.tedian {
  width: 1100px;
  margin: 40px auto 0;
  text-align: center;
}

.tedian ul li {
  width: 184px;
  height: 106px;
  float: left;
  text-align: center;
  margin-right: 30px;
  background:rgba(0,171,132,1);
  border-radius:7px;
}
.tedian ul li.first{
  margin-left: 30px;
}
.tedian ul li:hover {
  box-shadow: 0 0 8px 0 #999999;
}

.tedian ul li b {
  font-size: 28px;
  color: #FFFFFF;
}

.tedian ul li span {
  font-size: 20px;
  color: #FFFFFF;
}

.tedian2 ul li p {
  padding-top: 18px;
}

.tedian2 ul li b {
  line-height: 38px;
}

.tedian2 ul li span {
  line-height: 40px;
}

/*----------户型赏析----------------*/
.picScroll {
  width: 1057px;
  margin: 0 auto;
  position: relative;
}

.picScroll .prev,.picScroll .next {
  display: block;
  position: absolute;
  top: 263px;
}

.picScroll .prev img,.picScroll .next img {
  display: block;
  width: 42px;
  height: 92px;
}

.picScroll .prev {
  left: -70px;
}

.picScroll .next {
  right: -70px;
}

.picScroll ul {
  width: 1000px;
  overflow: hidden;
  zoom: 1;
}

.picScroll ul li {
  width: 502px;
  float: left;
  margin: 0 15px;
  text-align: center;
  border: 1px solid #00AB84;
  height: 706px;
  position: relative;
}

.picScroll ul li img {
  display: block;
  margin: 14px auto 0;
}

.picScroll .hucen h2 {
  font-size: 28px;
  line-height: 28px;
  margin: 28px 0 18px;
  color: #333;
  text-align: center;
}

.picScroll .hucen h2 span {
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  color: #999;
  margin: 0 15px;
}

.picScroll .hucen p {
  color: #666;
  line-height: 28px;
  font-size: 20px;
  margin: 28px 27px 0;
  text-align: left;
  text-indent: 40px;
}

.picScroll .hucen a {
  position: absolute;
  display: block;
  width:210px;
  height:62px;
  background:rgba(0,171,132,1);
  border-radius:4px;
  line-height: 62px;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}


/*---------------项目图册----------------*/
.slideBox2 {
  width: 1042px;
  position: relative;
  margin: 0 auto;
  height: 522px;
}

.slideBox2 .bd {
  position: relative;
  overflow: hidden;
}

.slideBox2 .bd ul li img {
  width: 100%;
  display: block;
}

.slideBox2 .hd {
  height: 5px;
  text-align: center;
  margin-top: -50px;
  position: relative;
}

.slideBox2 .hd ul li {
  width: 56px;
  height: 4px;
  line-height: 4px;
  background:rgba(255,255,255,0.5);
  margin-right: 10px;
  display: inline-block;
}

.slideBox2 .hd ul li:hover {
  background:rgba(255,255,255,1);
}

.slideBox2 .hd ul li.on {
  background:rgba(255,255,255,1);
}

/*---------------项目配套----------------*/

.title.peitao{
  width: 436px;
  margin: 40px auto;
}

.peitao {
  width: 1141px;
  margin: 0 auto;
}

.peitao ul li {
  float: left;
  width: 343px;
  margin-right: 28px;
}

.peitao ul li.first{
  margin-left: 28px;
}

.peitao ul li img {
  width: 100%;
  height: 210px;
}

.peitao ul li h2 {
  text-align: center;
  color: #333;
  font-size: 20px;
  line-height: 60px;
}

.peitao ul li p {
  line-height: 30px;
  font-size: 15px;
  color: #555;
}

html,body,div,form,ul,ol,li,dl,dt,dd,embed, a,select,input,textarea,h1,h2,h3,h4,h5,p,span,i,em {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

input,img {
  border: none;
}

body {
  background: #FFFFFF;
  font-family: "微软雅黑";
  color: #333;
  min-width: 1200px;
}

.clear {
  clear: both;
}

.m50 {
  margin: 50px auto;
}
/*----------------------banner-----------------------------------*/
.banner {
  width: 100%;
  height: 749px;
  background: url("https://static.zhen22.com/wp-content/uploads/2018/12/banner.jpeg") no-repeat center;
}


/*----------------------nav-----------------------------------*/
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  background: rgba(0,0,0,0.5);
  z-index: 2;
}

.nav .navcen{
  width: 1200px;
  margin: 0 auto;
}

.nav img {
  float: left;
  margin-top: 10px;
  height: 66px;
}

.nav ul {
  float: right;
}

.nav ul li {
  float: left;
  line-height: 86px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
}

.nav ul li.line {
  width:2px;
  margin: 0 20px;
}

.nav ul li a {
  color: #fff;
}

.nav ul li a.link {
  color: #f2b679;
}
.nav ul li #link{
  background: url("../images/tel_ico.png") no-repeat left center;
  padding-left: 36px;
}

/*----------------------色块----------------------------------*/
.box_bg {
  background: #ebebeb;
  width: 100%;
  padding: 50px 0;
}

/*----------------------底部----------------------------------*/
.footer {
  width: 100%;
  height: 190px;
  background: #2b2d33;
}

.footer p {
  padding-top: 16px;
  text-align: center;
  line-height: 32px;
  font-size: 13px;
  color: #e5e5e5;
}

/* 报名 theme-popover */
.theme-buy {
  margin-top: 7%;
  text-align: center;
}

.theme-signin {
  font-size: 15px;
}

.theme-popover-mask {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  display: none;
}

.theme-popover {
  display: none;
  z-index: 4;
  position: fixed;
  width: 649px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px #444;
  left: 50%;
  top: 30%;
  margin-left: -310px;
  overflow: hidden;
  height: 332px;
}

.theme-poptit {
  padding: 15px 22px;
  position: relative;
  height: 60px;
  color: #FFFFFF;
  background:rgba(0,171,132,1);
}

.theme-poptit h1 {
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 4px;
}

.theme-poptit .close {
  float: right;
  margin: -10px 0 0 -38px;
  font-size: 30px;
  color: #FFFFFF;
}

.bmcclearfix {
  padding: 20px 0;
  height: 272px;
}

.bmcleft {
  float: left;
  width: 324px;
  position: relative;
  height: 232px;
  border-right: 1px solid #dcdcdc;
}

.bmcleft .point{
  width:6px;
  height:6px;
  background:rgba(255,103,103,1);
  position: absolute;
  top: 59px;
  left: 67px;
}

.bmcleft .point_text{
  width: 174px;
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  top: 42px;
  left: 83px;
  position: absolute;
}

.bmcleft .tel {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  border: none;
  left: 52px;
  position: absolute;
  bottom: 42px;
  line-height: 28px;
}

.bmcleft .tel img {
  position: relative;
  width: 26px;
  top: 2px;
  left: -10px;
}

.bmcleft .tel span {
  font-size: 14px;
  margin: 0 3px;
}

.bmcright {
  float: left;
  width: 324px;
  position: relative;
  padding: 0 20px 0 24px;
}

.bmcright .enroll_line{
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}

.bmcright .enroll_line .enroll_ico{
  width: 42px;
  height: 64px;
  float: left;
  position: relative;
}

.bmcright .enroll_line .enroll_ico img{
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
}

.bmcright .enroll_line input {
  width: 238px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  color: #333;
  display: inline-block;
  float: left;
  border: none;
}

.bmcright .enroll_btn{
  width:210px;
  height:62px;
  background:rgba(0,171,132,1);
  border-radius:4px;
  margin: 0 auto;
  text-align: center;
  line-height: 62px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
}

.tgpos {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.tg_part {
  width: 100%;
  background: url("../images/fix_bg.png") #FFFFFF no-repeat center;
  height: 110px;
  box-shadow: 0 -2px 10px 0 rgba(153,153,153,0.3);
}

.bm_cont {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 110px;
}

.tg_part img {
  width: 84px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tg_part .tg_tel {
  float: left;
  color: #00AB84;
  font-weight: bold;
  font-size: 40px;
  margin-left: 97px;
  margin-top: 32px;
  line-height: 40px;
}

.tg_part .tg_tel span {
  font-size: 20px;
  font-style: normal;
}

.bm_cont input {
  display: inline-block;
  float: left;
  width:274px;
  height:52px;
  background:rgba(255,255,255,1);
  box-shadow:0 1px 5px 0 rgba(153,153,153,1);
  border-radius:9px;
  margin-top: 25px;
  line-height: 52px;
  font-size: 28px;
  padding: 0 20px;
  margin-left: 30px;
}

.bm_cont input.first{
  width: 244px;
}

.bm_cont .bm {
  width:160px;
  height:52px;
  background:rgba(0,171,132,1);
  border-radius:9px;
  margin-top: 25px;
  text-align: center;
  line-height: 52px;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-left: 30px;
  cursor: pointer;
}

.xuanfu {
  position: fixed;
  right: 0;
  top: 38%;
}

.xuanfu a {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 6px;
}

/*----------------------é¡¹ç›®æ™¯è§‚-----------------------------------*/
.jingguan {
  width: 1100px;
  height: 2000px;
  padding: 30px 50px;
  margin-bottom: 70px;
  background: #fff;
}

.jingguan table {
  border-collapse: separate;
  border-spacing: 10px;
}

.jingguan table td {
  text-align: center;
}

/*----------------------é¡¹ç›®ç®€ä»‹-----------------------------------*/
/*
.jj_picScroll{ width:1024px; margin:0 auto;  position:relative; }
.jj_picScroll .prev,.picScroll .next{ display:block; position:absolute; top:195px;width:54px; height:106px;}
.jj_picScroll .prev{left:-100px;}
.jj_picScroll .next{right:-100px;}
.jj_picScroll ul{width:1000px; overflow:hidden; zoom:1;}
.jj_picScroll ul li{ width:280px; float:left; overflow:hidden; margin:0 10px;  }
.jj_picScroll ul li img{width:280px; height:160px;  display:block; }
*/

.jianjie {
  width: 1100px;
  margin: 40px auto 50px;
}

.jj_xx {
  width: 1040px;
  margin-bottom: 40px;
}

.jj_title {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 28px;
}

.jj_title h2 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 28px;
}

.jj_title h2:before {
  content: "";
  float: left;
  width:7px;
  height:7px;
  background:rgba(255,103,103,1);
  margin: 10px 10px 0 0;
}

.jj_title p {
  font-size: 20px;
  line-height: 20px;
  margin-top: 28px;
  color: #666666;
}

.jj_title p span {
  color: #FF6767;
}

.jj_text p,.jj_p,.jj_p h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
}

.jj_text p {
  float: left;
  width: 480px;
  overflow: hidden;
  margin-right: 36px;
  margin-top: 28px;
  color: #333333;
}

.jj_text p span{
  color: #666666;
}

.jj_text .jj_p {
  width: 100%;
  height: auto;
  line-height: 40px;
  color: #333333;
  margin-top: 16px;
}

.jj_text .jj_p span {
  float: left;
  width: 100px;
  color: #666666;
}

.jj_text .jj_p h4 {
  float: left;
  width: 770px;
  line-height: 40px;
}

/*----------------------æˆ·åž‹é‰´èµ-----------------------------------*/
.hx_picScroll {
  width: 1040px;
  margin: 40px auto;
  position: relative;
}

.hx_picScroll ul {
  width: 1040px;
  overflow: hidden;
  zoom: 1;
}

.hx_picScroll ul li {
  width: 184px;
  height: 106px;
  float: left;
  display: inline-block;
  margin-right: 30px;
}
.hx_picScroll ul li.last{
  margin-right: 0;
}

.hx_picScroll ul li a {
  width: 100%;
  display: block;
  height: 106px;
  background:rgba(0,171,132,1);
  border-radius:7px;
  text-align: center;
  font-size: 28px;
  color: #FFFFFF;
  padding-top: 22px;
  line-height: 28px;
}
.hx_picScroll ul li a span{
  font-size: 20px;
  font-weight: normal;
  line-height: 50px;
}
/*.hx_picScroll ul li a b{font-size:19px;}*/
.hx_picScroll ul li a:hover {
  box-shadow: 0 0 8px 0 #999999;
}

.hu {
  width: 1040px;
  margin: 0 auto;
}

.hu ul {
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #dcdcdc;
}


.hu ul li.li1 {
  float: left;
  margin-left: 107px;
  display: inline-block;
}

.hu ul li.li1 img {
  width: 268px;
  height: 350px;
}

.hu ul li.li2 {
  float: right;
  width: 452px;
  text-align: center;
  color: #333;
  display: inline-block;
  margin-right: 107px;
}

.hu ul li.li2 .hu_title {
  width: 100%;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin-top: 46px;
}

.hu ul li.li2 .hu_ting {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  margin: 50px 0 34px;
}

.hu ul li.li2 .hu_mian {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
}

.hu ul li.li2 .hu_mian span {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.hu ul li.li2 .hu_text {
  line-height: 28px;
  font-size: 20px;
  color: #666;
  width: 100%;
  margin-top: 28px;
  text-align: left;
}

.hu ul li.li2  a {
  display: block;
  line-height: 62px;
  margin: 0 auto;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  width:406px;
  height:62px;
  background:rgba(0,171,132,1);
  border-radius:4px;
  margin-top: 28px;
}

/*----------------------é¡¹ç›®é…å¥—-----------------------------------*/
.mhy_houseMain {
  width: 1100px;
  background: #fff;
  padding: 0px 30px;
  margin-bottom: 100px;
  overflow: hidden;
}

.mhy_houseInfo {
  float: left;
  width: 385px;
  overflow: hidden;
  margin-top: 30px;
  margin-left: 80px;
}

.mhy_houseInfoTitle {
  clear: both;
  text-align: center;
  font-size: 26px;
  background-size: 24px 13px;
  padding-bottom: 43px;
}

.mhy_houseInfo > h3 {
  margin: 30px 0 20px 0;
  background: url(../images/m_07.png) no-repeat center left;
  padding-left: 24px;
  color: #5d5b5b;
  font-size: 20px;
}

.mhy_houseInfoleft {
  margin-right: 80px;
}

.mhy_houseInfoMap {
  padding: 0 20px 50px;
}

.mhy_houseInfoMap>img {
  width: 100%;
}

.mhy_clear {
  clear: both;
}

.mhy_houseInfo > p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-indent: 28px;
}

.mhy_houseInfo >img {
  margin-top: 30px;
}

.mhy_houseType {
  background: #fff;
  position: fixed;
  top: 0px;
  width: 1100px;
}

.mhy_houseInfo img.img {
  margin: 0;
}

/*----------------------é¡¹ç›®åŒºä½-----------------------------------*/
.qu {
  width: 1000px;
  overflow: hidden;
}

.qu img {
  width: 100%;
  display: block;
}

.qu .title2{
  width: 924px;
}


/*----------------------é¡¹ç›®åŠ¨æ€-----------------------------------*/
.xm {
  width: 1100px;
  background: #fff;
  margin-bottom: 55px;
  padding: 20px 0;
}

.xm dl {
  width: 900px;
  height: 170px;
  border-bottom: 1px #3f3b3a dashed;
  padding: 50px 70px;
  display: block;
}

.xm dl:hover {
  background: #f5f5f5;
  cursor: pointer;
}

.xm dl dt {
  width: 300px;
  height: 180px;
  float: left;
  margin-top: 17px;
}

.xm dl dt img {
  width: 300px;
  height: 165px;
}

.xm dl dd {
  width: 530px;
  float: right;
  margin-top: 17px;
}

.xm dl dd.dd1 {
  color: #3f3b3a;
  font-size: 20px;
  font-weight: bold;
}

.xm dl.dl {
  border: none;
}

/*------------------------è”ç³»æˆ‘ä»¬------------------------------------------------*/
.ditu {
  width: 1100px;
  margin-bottom: 55px;
  background: #fff;
  padding: 40px 0;
  margin-top: -30px;
}

.ditu ul {
  width: 900px;
  background: #fffef7;
  padding: 40px 50px;
}

.ditu ul a {
  color: #757474;
}

.ditu ul li {
  width: 100px;
  float: left;
  text-align: center;
  margin: 0 60px;
}

.ditu ul li span {
  width: 95px;
  height: 30px;
  display: block;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
  background: #F39700;
}

#container {
  height: 550px;
}

#dituContent {
  width: 1000px;
  height: 443px;
  margin: 50px auto;
  font-size: 20px;
}

.iw_poi_title {
  color: #ea5431;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.iw_poi_content {
  font: 16px arial,sans-serif;
  overflow: visible;
  padding-top: 8px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
  line-height: 25px;
}

.BMapLabel {
  font-size: 24px;
}

.center {
  width: 900px;
  margin: 0 auto;
}

.main {
  width: 740px;
  margin: 70px 0;
  box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  -o-box-sizing: padding-box;
}

.listStyle {
  margin: 0;
  padding: 0;
}

.listStyle > li {
  list-style: none;
  margin-bottom: 30px;
  background: url(../images/icon_01.png) no-repeat;
  background-size: 100% 100%;
  height: 280px;
  width: 100%;
  padding: 0 80px;
  box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  /*Firefox3.5+*/
  -webkit-box-sizing: padding-box;
  /*Safari3.2+*/
  -o-box-sizing: padding-box;
  /*Opera9.6*/
  -ms-box-sizing: padding-box;
  /*IE8*/
}

.listStyle > li:nth-child(2n+1) {
  background: url(../images/icon_03.png) no-repeat;
  background-size: 100% 100%;
}

.leftStyle>img {
  width: 244px;
  margin-top: 36px;
}

.listStyle > li > div {
  float: left
}

.listStyle > li {
}

.rightStyle {
  width: 400px;
  margin-left: 46px;
}

.rightStyle > h1 {
  font-size: 18px;
  text-align: center;
  margin: 0;
  margin-top: 40px;
  background: url(../images/icon_04.png) no-repeat center bottom;
  background-size: 70%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  color: #956134;
}

.rightStyle > p, .centerStyle>p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 23px;
}

.centerStyle > h1 {
  font-size: 18px;
  text-align: center;
  margin: 0;
  margin-top: 40px;
  background: url(../images/icon_04.png) no-repeat center bottom;
  background-size: 40%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  color: #956134;
}

.centerStyle > p, .rightStyle>p {
  text-indent: 28px;
}

.leftMargin > .rightStyle {
  margin-left: 0;
}

.leftMargin .leftStyle > img {
  margin-left: 46px;
  margin-right: 0px;
}
/*-----------------------------é…å¥—--------------------------------*/
.youshi {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.youshi li {
  width: 490px;
  float: left;
  margin: 0 20px 20px 0;
}

.youshi li:nth-child(2n) {
  margin-right: 0
}

.youshi li img {
  width: 100%;
  border: 0;
  vertical-align: top;
}

.youshi li div {
  width: 100%;
  padding: 0 5%;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 0;
}

.youshi li h4 {
  font-size: 24px;
  line-height: 70px;
  color: #333;
}

.youshi li p {
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c;
  margin-bottom: 30px;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/*-----------------------------çƒ­ç‚¹--------------------------------*/
.hot {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  padding-bottom: 40px;
}

.hot li {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px dashed #d9d9d9;
  overflow: hidden;
}

.hot li img {
  float: left;
}

.hot li div {
  float: right;
  width: 62%;
}

.hot li div h4 {
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 10px;
}

.hot li div p {
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c;
  margin-bottom: 30px;
  height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*-----------------------------å…³äºŽæˆ‘ä»¬--------------------------------*/
.about_us {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  padding-bottom: 40px;
}

.about_us ul {
  width: 1000px;
  margin: 40px auto;
  overflow: hidden;
}

.about_us ul li {
  width: 140px;
  float: left;
  display: inline-block;
}

.about_us ul li.first{
  margin-left: 80px;
}

.about_us ul li.second{
  margin-left: 220px;
}

.about_us ul li.third{
  margin-right: 80px;
  float: right;
}

.about_us ul li a img{
  margin: 0 auto;
  display: block;
}

.about_us ul li a span {
  display: block;
  text-align: center;
  color: #333;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 20px;
}

.map {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}