/*头部 */
.top {
  width: 1200px;
  height: 100px;
  margin: auto;
}
.top .logo {
  display: block;
  float: left;
  margin-top: 20px;
}
.top .nav_lanm {
  width: 600px;
  height: auto;
  float: left;
  margin-top: 36px;
  margin-left: 100px;
}
.top .nav_lanm li {
  float: left;
  margin-left: 40px;
  font-size: 16px;
}
.top .nav_lanm li a {
  color: #666666;
  display: block;
  transition-duration: 0.3s;
}
.top .nav_lanm li:first-child {
  margin-left: 0;
}
.top .nav_lanm li:hover a {
  color: #f5a400;
  border-bottom: 1px solid #f5a400;
  height: 26px;
  display: block;
}
.top .top_tel {
  width: 200px;
  height: 40px;
  background: url(../img/tel.png) no-repeat left;
  float: right;
  margin-top: 30px;
  text-indent: 46px;
}
.top .top_tel span {
  font-size: 12px;
  color: #666666;
}
.top .top_tel p {
  color: #000000;
  font-size: 20px;
}
/*baner */
.t_baner {
  width: 100%;
  height: 700px;
  position: relative;
  margin: auto;
}
.t_baner .hd {
  height: 10px;
  overflow: hidden;
  position: relative;
  top: 660px;
  z-index: 1;
  left: 70%;
}
.t_baner .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.t_baner .hd ul li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 10px;
  background: #FFFFFF;
  cursor: pointer;
}
.t_baner .hd ul li.on {
  background: #2c5ddb;
}
.t_baner .bd {
  position: relative;
  top: -16px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.t_baner .bd li {
  width: 100%;
  height: 700px;
  zoom: 1;
  vertical-align: middle;
}
.t_baner .bd li a {
  width: 100%;
  height: 100%;
  display: block;
}
#t_baner .prev {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 300px;
  background: url(../img/sprite.png) no-repeat left bottom;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  transition: all 0.3s linear 0s;
}
#t_baner .prev {
  left: 15%;
  z-index: 9;
}
#t_baner .next {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 300px;
  background: url(../img/sprite.png) no-repeat left bottom;
  right: 15%;
  cursor: pointer;
  background-position: right bottom;
  z-index: 9;
}
#t_baner .prev,
#t_baner .next {
  opacity: 0.5;
}
#t_baner .prev:hover,
#t_baner .next:hover {
  opacity: 1;
}
/*标题 */
.bt {
  text-align: center;
}
.bt h2 {
  font-size: 40px;
}
.bt p {
  font-size: 18px;
  color: #333333;
  height: 30px;
  margin: auto;
  margin-top: 6px;
}
.bt h6 {
  width: 130px;
  border-bottom: 1px solid #dcdcdc;
  margin: auto;
}
.bt span {
  width: 40px;
  height: 4px;
  background: #f6a700;
  display: block;
  margin: auto;
  position: relative;
  top: -3px;
}
/*关于 */
.gyhf {
  width: 1200px;
  height: 1060px;
  margin: auto;
  margin-top: 50px;
}
.gyhf .js {
  width: 100%;
  height: 360px;
  margin-top: 60px;
}
.gyhf .js .jsi {
  display: block;
  float: left;
}
.gyhf .js .jsr {
  width: 640px;
  height: 100%;
  float: right;
}
.gyhf .js .jsr h4 {
  color: #666666;
  font-size: 18px;
}
.gyhf .js .jsr h4 span {
  color: #f6a700;
}
.gyhf .js .jsr p {
  font-size: 14px;
  text-align: justify;
  color: #888888;
  text-indent: 18px;
  line-height: 36px;
  margin-top: 20px;
}
.gyhf .js .jsr p:last-child {
  margin-top: 0;
}
.gyhf .ppai {
  position: relative;
  top: 60px;
}
.gyhf .ppai li {
  width: 299px;
  height: 430px;
  float: left;
}
.gyhf .ppai li img {
  width: 100%;
  height: auto;
}
.gyhf .ppai li .pinfo {
  width: 100%;
  height: 115px;
  text-align: center;
  padding-top: 100px;
}
.gyhf .ppai li .pinfo span {
  display: block;
  width: 112px;
  border-bottom: 1px solid #000000;
  margin: auto;
}
.gyhf .ppai li .pinfo h6 {
  font-size: 24px;
  font-weight: lighter;
  margin: 10px 0 4px 0;
}
.gyhf .ppai li .pinfo p {
  font-size: 14px;
}
/*入住流程 */
.rzlc {
  width: 100%;
  height: 485px;
  background: url(../img/lcbg.png) no-repeat center top;
}
.rzlc .rzbt {
  color: #FFFFFF;
  position: relative;
  top: 60px;
}
.rzlc .rzbt p {
/*  width: 200px;*/
  color: #FFFFFF;
}
.rzlc .rzbt span {
  background: #FFFFFF;
}
.rzlc .rzxm {
  /*width: 920px;*/
  height: 150px;
  margin: auto;
  margin-top: 140px;
  margin-left: 140px;
}
.rzlc .rzxm li {
  float: left;
  margin-left: 70px;
  text-align: center;
  color: #FFFFFF;
}

.rzlc .rzxm li img{width: 83px!important;height: 83px!important;overflow:hidden; vertical-align:middle;
	 -webkit-transition:all .5s ease 0s;
	 -moz-transition:all .5s ease 0s;
	 transition:all .5s ease 0s;}


.rzlc .rzxm li:hover img{
	overflow:hidden; 
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
	}


.rzlc .rzxm li a{color: #ffffff;}
.rzlc .rzxm li P {
  margin-top: 10px;
}
.rzlc .rzxm li span {
  font-size: 12px;
}
.rzlc .rzxm li:first-child {
  margin-left: 0;
}
/*动态*/
.dt {
  width: 1200px;
  height: 800px;
  margin: auto;
}
.dt .bt {
  margin-top: 50px;
}
.dt .dt_xq {
  margin-top: 80px;
}
.dt .dt_xq li {
  width: 100%;
  height: 152px;
  border-bottom: 1px solid #e5e5e5;
}
.dt .dt_xq li:hover {
  background: #fcfbfb;
}
.dt .dt_xq li:hover .dt_i h4 {
  color: #f6a700;
}
.dt .dt_xq li:hover .dt_i h6 {
  border-bottom: 2px solid #f6a700;
}
.dt .dt_xq li a {
  width: 100%;
  height: 100%;
  display: block;
}
.dt .time {
  width: 100px;
  float: left;
  margin: 30px 0 0  80px;
}
.dt .time h3 {
  width: 56px;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
  font-size: 46px;
  color: #000000;
  margin-left: 12px;
}
.dt .time p {
  width: 80px;
  text-align: center;
  font-size: 18px;
  color: #888888;
}
.dt .dtimg {
  display: block;
  float: left;
  width: 160px;
  height: 103px;
  margin: 26px 0 0 40px;
}
.dt .dt_i {
  width: 726px;
  height: 110px;
  float: right;
  margin: 20px 20px 0 0;
}
.dt .dt_i h4 {
  color: #333333;
  font-size: 20px;
}
.dt .dt_i h6 {
  width: 46px;
  border-bottom: 2px solid #000000;
  margin: 10px 0  14px 0;
}
.dt .dt_i p {
  font-size: 14px;
  color: #888888;
  line-height: 26px;
  text-align: justify;
}
.dt .dtmore {
  width: 122px;
  height: 40px;
  display: block;
  background: #F5A400;
  border-radius: 20px;
  margin: auto;
  margin-top: 40px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
/*视频*/
.sp {
  width: 100%;
  height: 682px;
  background: #fbf9f9;
}
.sp .bt {
  position: relative;
  top: 50px;
}
.sp .spinfo {
  width: 1200px;
  height: 390px;
  margin: auto;
  margin-top: 120px;
}
.sp .spinfo li {
  width: 350px;
  height: 100%;
  float: left;
  margin-left: 70px;
  box-shadow: 0px 0px 30px 10px #cbcbcb;
}
.sp .spinfo li .spd {
  width: 100%;
  height: 218px;
}
.sp .spinfo li h5 {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}
.sp .spinfo li p {
  font-size: 14px;
  color: #888888;
  width: 92%;
  margin: auto;
  text-align: justify;
  line-height: 26px;
}
.sp .spinfo li:first-child {
  margin-left: 0;
}
/*联系我们*/
.adder {
  width: 1200px;
  height: 540px;
  margin: auto;
}
.adder .bt {
  margin-top: 50px;
}
.adder .boot {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.adder .boot .dti {
  display: block;
  float: left;
}
.adder .boot .botinf {
  width: 350px;
  height: 294px;
  border-right: 1px solid #e8e8e8;
  float: left;
  margin-left: 40px;
}
.adder .boot .botinf p {
  font-size: 16px;
  margin-top: 22px;
}
.adder .boot .botinf p img {
  margin-right: 18px;
}
.adder .boot .botinf p:last-child span {
  position: relative;
  top: -4px;
  left: -6px;
}
.adder .boot .botinf p:last-child img {
  position: relative;
  left: -6px;
}
.adder .boot .botinf h4 {
  font-size: 30px;
  margin-left: 30px;
  margin-top: 6px;
}
.adder .ewm {
  width: 222px;
  height: auto;
  float: right;
}
.adder .ewm p {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}
