@charset 'utf-8';
/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333
}

a,
span {
  vertical-align: top;
}

img {
  border: 0;
  vertical-align: middle;
}

input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}

button {
  padding: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}

table tr td,
table {
  border-collapse: collapse;
}

body {
  font-size: 0;
  min-width: 1200px;
  color: #000;
  font-family: "Microsoft YaHei";
  background-color: #f0f9ff;
}

/*****通用样式******/

/*清除浮动*/

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.db {
  display: inline-block;
}

/*****边距调整****/

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr5 {
  margin-right: 5px
}

.mr10 {
  margin-right: 10px
}

.mr15 {
  margin-right: 15px
}

.mr20 {
  margin-right: 20px
}

/****内容块居中***/
.centerWidth {
  width: 1200px;
  margin: 0 auto;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}


.content {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}

.pagination a {
  width: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  background: #eee;
  border-radius: 3px;
  margin: 0 6px;
}

.pagination a:hover {
  background: #2760b7;
  color: #fff;
  cursor: pointer;
}

.pagination .first-page,
.pagination .last-page {
  width: 78px;
}

.pagination .active {
  background: #2760b7;
  color: #fff;
}


body {
  background: #fff url(../images/header-bg.png) no-repeat center top;
}

.header {
  width: 100%;
  /*background-size: 100% 100%;*/
}


/* 头部 */

.h-tool1 {
  overflow: hidden;
  font-size: 16px;
  padding-top: 15px;
}

.h-tool1-left {
  float: left;
  display: inline-block;
}

.h-tool1-left>a {
  color: #fff;
}

.h-tool1-left>i {
  font-style: normal;
  color: #fff;
  display: inline-block;
  margin: 0 6px;
}

.h-tool1-right {
  float: right;
  display: inline-block;
}

.h-tool1-right>a {
  color: #fff;
}

.h-tool1-right>a:hover {
  /* color: #0b3f7e; */
  font-weight: bold;
}

.h-tool1-right>i {
  font-style: normal;
  color: #fff;
  display: inline-block;
  margin: 0 6px;
}

.h-tool2 {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

.h-tool2-left {
  float: left;
  display: inline-block;
  cursor: pointer;
  width: auto;
  height: 78px;
  line-height: 78px;
}

.h-tool2-left img {
  vertical-align: top;
}

.h-tool2-left p {
  font-size: 38px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

.h-tool2-left p.g-apartment {
  font-size: 22px;
  line-height: 86px;
  margin-left: 20px;
}

.h-tool2-right {
  float: right;
  margin-top: 10px;
  background: #fff;
  border-radius: 23px;
  padding: 0 20px;
  overflow: hidden;
}

.h-tool2-right>input {
  width: 320px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  float: left;
  font-size: 14px;
  line-height: 40px;
  color: #7ea9c3;
}

.h-tool2-right .h-search {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 11px;
  background: url("../images/icon-search.png") no-repeat center center;
  background-size: auto 100%;
  cursor: pointer;
  float: right;
}

.hot-words {
  width: 360px;
  font-size: 13px;
  height: 30px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 55px;
  text-align: left;
}

.hot-words a {
  cursor: pointer;
  color: #fff;
}

.h-menu {
  margin-top: 60px;
  height: 50px;
  background-color: #2c5da6;
  overflow: hidden;
}

.h-menu a {
  display: inline-block;
  color: #ffffff;
  padding: 13px 0;
  width: 33.3%;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.h-menu img {
  margin-top: -5px;
}

.h-menu a.cur {
  text-align: center;
  background: #0b3f7e;
}

.h-menu a:hover {
  background: #0b3f7e;
  color: #fff;
}

.footer {
  min-width: 1200px;
  clear: both;
  /*清除浮动*/
}

.f-clr {
  background-color: #e9f6ff;
  padding-bottom: 10px;
}

.f-hr {
  width: 100%;
  height: 2px;
  background-color: #1178d5;
}

.f-info-left {
  /* width: 750px; */
  padding-left: 13px;
}

.f-info-div {
  margin-top: 18px;
}

.f-info-div>a {
  font-size: 15px;
  color: #313131;
}

.f-info-div>span {
  color: #ccc;
  font-size: 15px;
  display: inline-block;
  margin: 0 16px 16px;
}

.f-info-p {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 28px;
}

.f-info-right {
  /* width: 400px; */
  overflow: hidden;
  margin-top: 20px;
}

.f-info-right>a {
  display: inline-block;
  float: right;
  /* width: 82px; */
  text-align: center;
}

.f-info-right>a+a {
  margin-left: 10px;
}

.f-info-right>a>span {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 4px;
}


/* 右侧分享 */

.share {
  position: fixed;
  top: 325px;
  right: 22px;
  width: 90px;
  z-index: 99999;
}

.share .weixin,
.share .weibo {
  width: 90px;
  height: 80px;
  padding: 10px 0 0 0;
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.share span {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: center;
}

.share .icon-weixin {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: url(../images/weixin.png) no-repeat center center;
}

.share .icon-weibo {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: url(../images/weibo.png) no-repeat center center;
}

.codes {
  display: none;
  position: absolute;
  top: 0;
  right: 91px;
  width: 96px;
  height: 92px;
  box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.17);
}

.share .weixin:hover .codes,
.share .weibo:hover .codes,
.share .weixin:hover span,
.share .weibo:hover span {
  display: block;
  color: #0e5fad;
}


/*底部模拟下拉开始*/

.drop-groups {
  background: #fff;
  position: relative;
}

.drop-down {
  width: 220px;
  height: 34px;
  text-align: center;
  margin-bottom: 9px;
  margin: 12px 9px 9px;
  background-color: #e9f6ff;
  border-radius: 5px;
}

.drop-down .tag {
  /*width: 100%;*/
  display: inline-block;
  height: 34px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #666666;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
  background: url(../images/icon-drop.png) no-repeat right center;
}

.drop-lists {
  position: absolute;
  width: 1148px;
  max-height: 150px;
  padding: 26px 25px;
  bottom: 54px;
  background-color: #feffff;
  border: solid 1px #0e5fad;
  left: 0;
  overflow: auto;
  display: none;
  text-align: left;
  z-index: 99;
}

.cur-item .icon-san {
  position: absolute;
  top: -1px;
  left: 112px;
  width: 20px;
  height: 12px;
  display: inline-block;
  z-index: 100;
  background: #fff url(../images/icon-san.png) no-repeat center center;
}

.cur-item .icon-san.san1 {
  left: 348px;
}

.cur-item .icon-san.san2 {
  left: 584px;
}

.cur-item .icon-san.san3 {
  left: 830px;
}

.cur-item .icon-san.san4 {
  left: 1060px;
}

.drop-lists li {
  height: 36px;
  display: inline-block;
  float: left;
}

.drop-lists a {
  line-height: 36px;
  box-sizing: border-box;
  padding: 0 8px;
  font-size: 15px;
  cursor: pointer;
  color: #313131;
}

.drop-lists a:hover {
  background: #2760b7;
  color: #fff;
}

.drop-down .cur {
  color: #fff;
}

.drop-groups .cur-item {
  background-color: #1d82d7;
}

.drop-groups .cur-item p {
  background: #1d82d7 url(../images/icon-drop2.png) no-repeat right center;
}

.f-info {
  border-top: 1px solid #d2d2d2;
  margin-top: 4px;
  padding: 0 0 0 13px;
  /* background: #fff; */
}

.f-info-left {
  /* width: 750px; */
}

.f-info-div {
  margin-top: 18px;
}

.f-info-div>a {
  font-size: 15px;
  color: #313131;
}

.f-info-div>span {
  color: #ccc;
  font-size: 15px;
  display: inline-block;
  margin: 0 16px 16px;
}

.f-info-p {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 28px;
}

.f-info-right {
  /* width: 400px; */
  overflow: hidden;
  margin-top: 50px;
}

.f-info-right>a {
  display: inline-block;
  float: right;
  text-align: center;
}

.f-info-right>a+a {
  margin-left: 10px;
}

.f-info-right>a>span {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 4px;
}

.zr-float {
  display: none;
  position: absolute;
  width: 100px;
  height: 500px;
  right: 10px;
  top: 30%;
}

.zr-float a {
  display: inline-block;
  width: 51px;
  height: 51px;
  position: relative;
}

.zr-float a img {
  position: absolute;
  top: -20px;
  left: -160px;
  display: none;
}

.drop-groups {
  width: 1200px;
  margin: 0 auto;
}
.f-info {
  width: 1187px;
  margin: 0 auto;
}
.zr-fa0 {
  margin-bottom: 10px;
  background: url(../images/weixin.png) no-repeat;
}

.zr-fa1 {
  background: url(../images/weibo.png) no-repeat;
}

.zr-float a:hover img {
  display: block;
}

.hd-bg1 {
  background: url(../images/hd-bg1.png) no-repeat top left;
}
.department_block {
  height: auto;
  padding-bottom: 15px;
}

.department_block .lz-close {
  float: right;
  cursor: pointer;
  width: 34px;
}

.department {
  padding-left: 18px;
  background: url(../images/home-position.png) center left no-repeat;
  cursor: pointer;
}

.department_block {
    display: none;
    position: absolute;
    width: 100%;
    /*padding: 0 0 20px 60px;
    */
    background-color: #ffffff;
    background-color: rgb(255,255,255,.92);
    filter:alpha(opacity=92);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    top: 44px;
    margin: 0 auto;
    z-index: 999;
    left: 0;
    right: 0;
    -webkit-filter:alpha(opacity=92);
}

.department_block a {
  width: 220px;
  margin-right: 17px;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

.department_block .w693 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.department_block a:hover {
  text-decoration: none;
}

.department_block .tit {
  position: relative;
  left: -13px;
  margin-top: 15px;
}

.department_block .tit a {
  background: url(../images/m10-line0.png) no-repeat left center;
  padding-left: 12px;
  display: inline-block;
  font-size: 16px;
  line-height: 46px;
  color: #0662b1;
}

/* .department_block .tit a:hover {
  text-decoration: underline;
  border-bottom: 1px solid #57a0e4;
} */

.lz-sjx {
  position: absolute;
  z-index: 999;
  right: 184px;
  top: -23px;
}



/*底部模拟下拉结束*/
