@charset 'utf-8';
/*
* @Author: admin
* @Date:   2017-03-21 14:09:16
* @Last Modified by:   zhy18734828801
* @Last Modified time: 2017-11-13 10:28:28
*/
/**
 * ie7以下的css
 */
/* 导航 */
.nav {
  width: 1200px;
  padding: 27px 0;
  *padding: 27px 0 0;
  margin: 0 auto;
}
.nav .logo {
  float: left;
}
.icon-logo {
  margin-top: 6px;
  display: inline-block;
  width: 265px;
  height: 45px;
  background: url('../images/logo_guide.png');
}
.nav .nav-right {
  float: right;
}
.nav .nav-right ul {
  overflow: hidden;
}
.nav .nav-right a {
  font-size: 16px
;
  color: #333333;
}
.nav .nav-right a:hover {
  color: #f2725d;
}
.nav .nav-right li.active a {
  color: #f2725d;
}
.tooltip {
  display: none;
}
/**
 * 顶部
 */
.icon {
  display: inline-block;
  background-image: url('../images/caigoudaohang.png');
  background-repeat: no-repeat;
}
.header {
  width: 100%;
  height: 30px;
  background-color: #f4f4f4;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header ul a,
.header ul li {
  color: #333333;
}
.header ul li {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.header ul li.login a {
  color: #f2725d;
}
.left-div {
  float: left;
}
.left-div li {
  float: left;
  margin-right: 10px;
}
.left-div li.qrcode {
  position: relative;
  *z-index: 2;
  cursor: pointer;
}
.left-div li.qrcode .qrcode-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 0;
  background: #ffffff;
  z-index: 3;
  overflow: hidden;
}
.left-div li.qrcode .qrcode-div .qrcode-img {
  width: 110px;
  height: 110px;
  padding: 5px;
}
.left-div li.qrcode .qrcode-div .close {
  position: absolute;
  right: 2px;
  top: 2px;
  display: block;
  width: 10px;
  height: 10px;
}
.strategy-more {
  width: 136px;
  height: 40px;
  line-height: 40px;
  background-color: #f2725d;
  color: #ffffff;
  text-align: center;
  font-size: 14px
;
  margin: 50px auto 0;
  cursor: pointer;
}
.icon-close {
  background: url('../images/icon.png') no-repeat -123px -33px;
}
.right-div {
  float: right;
}
.right-div li {
  float: left;
  margin-left: 10px;
}
/* 搜索 */
.search {
  height: 90px;
  background-color: #edeff1;
  width: 100%;
}
.search .input-group {
  float: left;
  width: 740px;
  height: 40px;
  line-height: 40px;
  padding-top: 25px;
  font-size: 0;
}
.search .follow {
  float: right;
  height: 40px;
  line-height: 40px;
  padding-top: 25px;
  color: #333;
  font-size: 14px
;
  cursor: pointer;
  position: relative;
}
.follow .qrcode-div {
  position: absolute;
  top: 45px;
  left: 0;
  width: 120px;
  height: 0;
  background: #ffffff;
  z-index: 3;
  overflow: hidden;
}
.follow .qrcode-div .qrcode-img {
  width: 110px;
  height: 110px;
  padding: 5px;
}
.follow .qrcode-div .close {
  position: absolute;
  right: 2px;
  top: 2px;
  display: block;
  width: 10px;
  height: 10px;
}
.icon-close {
  background: url('../images/icon.png') no-repeat -123px -33px;
}
.search .input-group input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  width: 680px;
  padding: 0 10px;
  height: 40px;
  border: none;
  background: #fff;
  vertical-align: top;
}
.search .input-group button {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  vertical-align: top;
  padding: 0;
  background-color: #f2725d;
  cursor: pointer;
}
.icon-search {
  background-position: 0 0;
  width: 25px;
  height: 25px;
  margin: 7.5px;
}
.icon-phone {
  background-position: -150px 0;
  width: 16px;
  height: 22px;
  vertical-align: middle;
}
.icon-location {
  background-position: -30px 0;
  width: 10px;
  height: 12px;
  vertical-align: middle;
}
/* 内容区 */
.search-content > h1 {
  height: 54px;
  line-height: 54px;
}
.search-content > h1 span {
  vertical-align: middle;
  color: #333;
  font-size: 14px;
  margin: 0 5px;
}
.search-content > h1 span a {
  color: #333;
}
.icon-arrow-right {
  background-position: -60px 0;
  width: 7px;
  height: 12px;
  vertical-align: middle;
}
.landData-table {
  width: 810px;
}
/* 近期情况 */
.recent-situation {
  margin: 0 auto;
  border-top: 1px solid #333333;
}
.recent-situation .caption {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 22px;
  position: relative;
  top: -1px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
}
.recent-situation .caption.active {
  color: #f2725d;
  border-top: 1px solid #f2725d;
}
.recent-situation_construct .caption {
  color: #f2725d;
}
.recent-situation td,
.recent-situation th {
  color: #333333;
  text-align: center;
  padding: 7px 5px 7px;
  font-size: 14px;
  height: 16px;
  line-height: 1.15;
}
.recent-situation tr.pdtop {
  padding-top: 36px;
}
.recent-situation th {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  padding: 8px 5px;
}
/*页脚*/
.footer {
  width: 100%;
  height: 153px;
  background: #272628;
  padding: 27px 0 0;
  font-size: 14px;
  color: #9d9d9e;
}
.footer p {
  color: #9d9d9e;
}
.footer .address {
  float: left;
  width: 1120px;
  height: 112px;
}
.footer .qrcode {
  float: right;
  width: 80px;
  height: 112px;
  text-align: center;
}
.footer .qrcode img {
  width: 100%;
}
.footer .copyright {
  clear: both;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #555555;
  color: #666666;
}
.main-contennt {
  overflow: hidden;
  padding-bottom: 90px;
}
.main-contennt .left-content {
  float: left;
  width: 810px;
}
.main-contennt .right-content {
  float: right;
  width: 350px;
}
.right-text {
  float: right;
  width: 350px;
}
.right-text > img {
  padding: 30px 0;
}
.right-text > .out-ul > li {
  border-top: 1px solid #f2725d;
}
.right-text > .out-ul > li > h1 {
  width: 335px;
  margin-bottom: 8px;
  position: relative;
  top: 0;
  border-top: 1px solid #ffffff;
  padding: 0 5px 0 10px;
  height: 40px;
  line-height: 40px;
  color: #f2725d;
  font-size: 18px;
  font-weight: 600;
}
.right-text > .out-ul > li > h1 a {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0;
  font-weight: 400;
  color: #f2725d;
  display: none;
}
.right-text > .out-ul > li .in-li {
  width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px
;
  line-height: 33px;
}
.right-text > .out-ul > li .in-li a {
  color: #565656;
}
.right-text > .out-ul > li .in-li a > img {
  display: block;
  width: 350px;
  height: 146px;
}
.right-text > .out-ul > li .in-li a p {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 14px 0 28px;
  font-size: 14px;
  line-height: 20px;
  color: #565656;
}
.up-content,
.down-content {
  overflow: hidden;
}
.ad {
  margin: 28px 0 40px;
}
