@charset "utf-8";

/* 首页内容 */
.icont {
  padding: 30px 0;
}

.inews {
  position: relative;
  float: left;
  width: 560px;
  height: 305px;
}
.ibten {
  font-family: "dincond-medium-webfont";
  font-size: 46px;
  color: #bebebe;
  line-height: 30px;
  text-transform: uppercase;
}
.inewstop {
  margin-top: 30px;
}
.inewsbt {
  width: 100px;
  float: left;
  height: 40px;
  line-height: 40px;
  background: url(../images/inewsbtbg.jpg) no-repeat left center/cover;
  color: #ffffff;
  font-size: 14px;
}
.inewsbt img {
  margin-left: 17px;
  margin-right: 10px;
  vertical-align: middle;
}
.inewsbtn {
  float: right;
  display: inline-block;
}
.inewsbtn a.prev {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/ileft.png) no-repeat #dfdfdf center center;
}
.inewsbtn a.next {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/iright.png) no-repeat #dfdfdf center center;
  margin-left: 2px;
}
.inewsbtn a.on {
  background-color: #122f6b;
}

.icontr {
  float: right;
  width: 568px;
}
.ifootprint {
  float: left;
  width: 276px;
}
.iculture {
  float: right;
  width: 276px;
}

.fiximg {
  display: none !important;
}

.inewslistc {
  margin-top: 15px;
  height: 175px;
  overflow: hidden;
}
.inewslistc ul li {
  position: relative;
  z-index: 1;
}
.inewslistc ul li.cur {
  background: url(../images/new_bg.gif) no-repeat left center;
}
.inewslistc ul li a {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #282828;
  padding-left: 30px;
}
.inewslistc ul li i {
  float: left;
  width: 90px;
}
.inewslistc ul li span {
  float: right;
  width: 430px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inewslist ol {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  margin: 0;
  padding: 0;
  height: 4px;
}
.inewslist ol li {
  display: inline-block;
  width: 25px;
  height: 0px;
  border: 2px solid #999999;
  margin-right: 10px;
}
.inewslist ol li.on {
  border: 2px solid #122f6b;
}

.ibtch {
  font-size: 16px;
  color: #282828;
  height: 40px;
}
.ibtch i {
  font-size: 12px;
  text-transform: uppercase;
}
.ibtch img {
  margin-right: 10px;
}
.ifootprintmap {
  position: relative;
  height: 273px;
  text-align: center;
  /**border: 1px solid #f0f0f0;**/
}
.ifootprintmap .inmap {
  display: block;
  line-height: 273px;
}
.ifootprintmap .inmap img {
  vertical-align: middle;
}
.ifootprintmap .s1 {
  position: absolute;
  bottom: 93px;
  left: 173px;
  z-index: 10;
  display: inline-block;
  width: 16px;
  height: 22px;
}
.ifootprintmap .s2 {
  position: absolute;
  bottom: 85px;
  left: 160px;
  z-index: 10;
  display: inline-block;
  width: 16px;
  height: 22px;
}
.ifootprintmap .s3 {
  position: absolute;
  bottom: 90px;
  left: 138px;
  z-index: 10;
  display: inline-block;
  width: 16px;
  height: 22px;
}
.ifootprintmap .s4 {
  position: absolute;
  bottom: 70px;
  left: 145px;
  z-index: 10;
  display: inline-block;
  width: 16px;
  height: 22px;
}
.ifootprintmap .s5 {
  position: absolute;
  bottom: 100px;
  left: 197px;
  z-index: 10;
  display: inline-block;
  width: 16px;
  height: 22px;
}
.ifootprintmap .yimg {
  display: block;
  width: 16px;
  height: 14px;
  text-align: center;
}
.ifootprintmap .yimg img {
  height: 100%;
}
.ifootprintmap .ycont {
  position: absolute;
  bottom: 22px;
  right: 0px;
  z-index: 999;
  width: 150px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 12px;
  display: none;
}
.ifootprintmap .ycont img {
  position: absolute;
  bottom: 4px;
  right: 0px;
  z-index: 10;
}
.ifootprintmap .ycont i {
  display: none;
  padding: 0 10px;
  margin-top: -1px;
  display: block;
  border: 1px solid #ff0000;
  color: #ff0000;
  background: #ffffff;
}
.ifootprintmap .ycont a {
  display: none;
  padding: 0 10px;
  margin-top: -1px;
  display: block;
  border: 1px solid #ff0000;
  color: #ff0000;
  background: #ffffff;
}
.ifootprintmap .ccs:hover {
  z-index: 15;
}
.ifootprintmap .ccs:hover .ycont {
  display: block;
}
.ifootprintmap .ccs:hover .yimg {
  display: block;
  width: 16px;
  height: 22px;
}

@-webkit-keyframes fadeud {
  0% {
    -webkit-transform: translate3d(0, 25%, 0);
    -ms-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25%, 0);
    -ms-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }
}

@keyframes fadeud {
  0% {
    -webkit-transform: translate3d(0, 25%, 0);
    -ms-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25%, 0);
    -ms-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }
}

.fadeud {
  -webkit-animation: fadeud 0.8s infinite linear;
  animation: fadeud 0.8s infinite linear;
  opacity: 1;
}

/* 首页-文化飞洋 */
.iculturetxt {
  height: 275px;
  overflow: hidden;
}

/******** 
 * 
 * 
 * 内页公用样式 
 * 
 * 
 * *********/
.nphtop {
  position: relative;
  height: 89px;
  z-index: 10;
}

/* 1-1 集团介绍 */
.nphtop .logo {
  display: inline-block;
  float: left;
  height: 89px;
  line-height: 89px;
}
.nphtop .logo img {
  vertical-align: middle;
  height: 55px;
}
.nphtop .nsubmenu {
  float: right;
}
.nphtop .nsubmenu ul li {
  position: relative;
  z-index: 1000;
  float: left;
}
.nphtop .nsubmenu ul li > a {
  display: block;
  padding: 0 30px;
  height: 89px;
  line-height: 89px;
  font-weight: bold;
  color: #2e2e2e;
}
.nphtop .nsubmenu ul li.on > a {
  background: #3185c4;
  color: #ffffff;
  font-weight: bold;
}
.nphtop .nsubmenu ul li:hover > a {
  background: #3185c4;
  color: #ffffff;
  font-weight: bold;
}

/*首页二级导航*/
.nphtop ul li:hover .navmenu {
  display: block;
}
.innavbg {
  width: 100%;
  height: 50px;
  background: #0062a2;
  position: absolute;
  top: 74px;
  left: 0;
  display: none;
  z-index: 50;
}
.navmenu {
  position: absolute;
  top: 89px;
  left: 0px;
  z-index: 999px;
  width: 700px;
  display: none;
}
.navmenu dl {
}
.navmenu dl dt {
  float: left;
  padding-left: 30px;
}
.navmenu dl dt:hover a {
  color: #ffffff;
  font-weight: bold;
}
.navmenu dl dt a {
  display: block;
  height: 53px;
  line-height: 53px;
  color: #c3c3c3;
  font-size: 12px;
}
.navbg {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  height: 53px;
  background: url(../images/bgblack.png) repeat;
  z-index: 9;
  display: none;
  overflow: hidden;
}

.ntitle {
  border-bottom: 1px solid #e9e9e9;
}
.ntitle .fl {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: #808080;
  background: url(../images/home.png) no-repeat left center;
  padding-left: 20px;
}
.ntitle .fr {
  display: inline-block;
  height: 60px;
}
.ntitle .fr ul li {
  float: left;
  margin-left: 55px;
}
.ntitle .fr ul li a {
  display: block;
  height: 58;
  line-height: 58px;
}
.ntitle .fr ul li.on a {
  border-bottom: 3px solid #3185c4;
}

/* 集团介绍 */
.ncontop {
  padding-top: 25px;
  border-bottom: 1px solid #f5f5f5;
}
.ncontop .fl {
  display: inline-block;
  padding-bottom: 30px;
  background: url(../images/bordbtm.png) no-repeat left bottom /* / 25px 4px*/;
}
.ncontop1 {
  padding-top: 25px;
  border-bottom: 1px solid #f5f5f5;
}
.ncontop .fl {
  display: inline-block;
}
.ncontop .fr {
  display: inline-block;
  margin-right: 10px;
}
/*.ncontop .fr img {
  margin-top: 25px;
}*/
.ncontop .fl p.color9 {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #7b7b7b;
  line-height: 35px;
}
.ncontop .fl p.colorblue {
  color: #3185c4;
  font-size: 26px;
  font-weight: bold;
  line-height: 35px;
}
.ncontop .wrapper {
}
.ncontop .fl img {
  vertical-align: middle;
}

.ncontxt {
  margin: 50px 0;
}
.ncontxt ul li {
  float: left;
  overflow: hidden;
}
.ncontxt ul li a {
  display: block;
}
.ncontxt ul li img {
  width: auto;
  max-width: none;
}

.nphcontxt {
  display: none;
  margin: 1rem 0;
}
.nphcontxt ul li {
  float: left;
  width: 100%;
  padding: 0.2rem 0;
}
.nphcontxt ul li a {
  display: block;
}
.nphcontxt ul li img {
  width: 100%;
}


/* 集团简介 */
.ncontl {
  float: left;
  width: 900px;
}

/* 招聘详情 */
.ncontzp {
  float: left;
  width: 1200px;
}
.color3 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.flen {
  display: block;
  margin-top: 3px;
  text-transform: uppercase;
  color: #9c9c9c;
  font-size: 12px; /* padding-bottom: 30px; background: url(../images/bordbtm.png) no-repeat left bottom;*/
}
.flen b {
  color: #3185c4;
}

/* 集团简介 */
.nconltxt {
  padding-bottom: 50px;
  margin-top: 30px;
  line-height: 32px;
  color: #121212;
}

.nconltxt .jtjj{
    float: right;
    margin: 10px;
  }

@media screen and (max-width:640px) {
    .nconltxt .jtjj {
        width: 120px;
    }
    
}
@media screen and (max-width:750px) {
    .nconltxt .jtjj{
        width: 7rem;
    }
}

  .nconltxt p{
    word-wrap: break-word;
  }


.ncl-nbt {
  margin: 20px 0;
}
.ncl-nbt p {
  font-weight: bold;
  color: #181818;
  font-size: 22px;
}
.ncl-nbt i {
  display: block;
  font-size: 20px;
  font-family: arial;
  color: #3185c4;
  text-transform: uppercase;
}
.ncl-nbt em {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #9c9c9c;
  font-family: arial;
  text-transform: uppercase;
}
.ncltxt {
  margin-top: 30px;
  text-align: justify;
}

.ncontr {
  float: right;
  width: 285px;
  border-left: 1px solid #e8e8e8;
}

.ncontr ul {
}
.ncontr ul li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #808080;
  padding: 0 24px;
  border-bottom: 1px solid #e8e8e8;
}
.ncontr ul li.on > a {
  color: #ffffff;
  font-weight: bold;
  background: #3185c4;
}

/* 企业文化 */
.qywhlist {
  width: 883px;
  margin: 0 auto;
}
.qywhlist ul li {
  margin-bottom: 25px;
  float: left;
}
.qywhlist ul li:nth-child(2) {
  display: inline-block;
}
.qywhlist ul li:nth-child(3) {
  display: inline-block;
  float: right;
}

/* 集团业务 */
.jtyw {
}
.jtyw .jtyw-image {
  width: 860px;
  height: 339px;
  overflow: hidden;
  float: left;
}
.jtyw .jtyw-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jtyw .jtyw-image ul li {
  width: 100%;
  height: 339px;
  overflow: hidden;
}
.jtyw .jtyw-list {
  width: 340px;
  height: 339px;
  overflow: hidden;
  float: left;
}
.jtyw .jtyw-list ul li {
  margin-left: 1px;
  margin-bottom: 1px;
  background: #e6e6e6;
  width: 169px;
  height: 169px;
}
.jtyw .jtyw-list ul li .jtyw-pic {
  width: 77px;
  height: 77px;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 77px;
  margin: 22px auto 0;
}
.jtyw .jtyw-list ul li:nth-child(1) .jtyw-pic {
  background-image: url(../images/dckfbg11.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.jtyw .jtyw-list ul li:nth-child(3) .jtyw-pic {
  background-image: url(../images/dckfbg21.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.jtyw .jtyw-list ul li:nth-child(4) .jtyw-pic {
  background-image: url(../images/dckfbg31.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.jtyw .jtyw-list ul li:nth-child(5) .jtyw-pic {
  background-image: url(../images/dckfbg41.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.jtyw .jtyw-list ul li:nth-child(6) .jtyw-pic {
  background-image: url(../images/dckfbg51.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.jtyw .jtyw-list ul li:nth-child(2) .jtyw-pic {
  background-image: url(../images/dckfbg61.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.jtyw .jtyw-list ul li:nth-child(1).on .jtyw-pic {
  background-image: url(../images/dckfbg12.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.jtyw .jtyw-list ul li:nth-child(3).on .jtyw-pic {
  background-image: url(../images/dckfbg22.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.jtyw .jtyw-list ul li:nth-child(4).on .jtyw-pic {
  background-image: url(../images/dckfbg32.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.jtyw .jtyw-list ul li:nth-child(5).on .jtyw-pic {
  background-image: url(../images/dckfbg42.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.jtyw .jtyw-list ul li:nth-child(6).on .jtyw-pic {
  background-image: url(../images/dckfbg52.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.jtyw .jtyw-list ul li:nth-child(2).on .jtyw-pic {
  background-image: url(../images/dckfbg62.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.jtyw .jtyw-list ul li .jtyw-bt {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.jtyw .jtyw-list ul li .jtyw-bt p {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  font-size: 45px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "dincond-medium-webfont";
  opacity: 0.5;
  overflow: hidden;
  white-space: nowrap;
}
.jtyw .jtyw-list ul li .jtyw-bt div {
  font-size: 16px;
  color: #282828;
}

.jtyw .jtyw-list ul li.on {
  background: #3185c4;
}
.jtyw .jtyw-list ul li.on .jtyw-bt p {
  opacity: 0.1;
}
.jtyw .jtyw-list ul li.on .jtyw-bt div {
  color: #ffffff;
}

/* 地产开发2-1 */
.ncldctxt {
  /*padding-left: 26px;*/ /*background: url(../images/dckf_yin.png) no-repeat left top;*/
}
.dctypelist {
  margin-top: 30px;
}
.dctypelist ul {
  display: flex;
  justify-content: space-between;
}
.dctypelist ul li {
  width: 19.5%;
  margin-right: 0.5%;
  float: left;
  position: relative;
  overflow: hidden;
}
.dctypelist ul li img {
  width: 100%;
}
.dctypelist ul li a {
  display: block;
}
.dctypelist ul li .dctypebt {
  position: absolute;
  top: 5%;
  left: 0px;
  z-index: 10;
  display: block;
  width: 80%;
  padding: 0 10%;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.dctypelist ul li .dcmore {
  position: absolute;
  bottom: -56px;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 56px;
  text-align: center;
  background: #2b99d3;
}
.dctypelist ul li .dcmore i {
  display: inline-block;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  color: #ffffff;
  font-family: "微软雅黑 Light";
  margin-top: 12px;
  background: #11527c;
}
.dctypelist ul li:hover .dcmore {
  bottom: 0px;
}

/* 百货发展2-8 */
.ncl-list {
}
.ncl-list ul li {
  float: left;
  margin-left: 1px;
  margin-bottom: 10px;
}
.ncl-list ul li a {
  display: block;
  padding: 0 40px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #282828;
  background: #f1f1f1;
}
.ncl-list ul li.on a {
  background: #3185c4;
  color: #ffffff;
}

/* 地产开发-华府系 */
.dckftype-list {
  overflow: hidden;
}
.dckftype-list ul {
  width: 888px;
}
.dckftype-list ul li {
  float: left;
  width: 288px;
  height: px;
  overflow: hidden;
  margin: 30px 8px 0 0;
  background: #f6f6f6;
}
.dckftype-list ul li a {
  display: block;
}
.dckftype-list ul li .dckf-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.dckf-img div {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../images/bluebg.png) repeat;
}
.dckf-img div i {
  display: block;
  text-align: center;
  height: 212px;
  line-height: 212px;
  background: url(../images/checkmore.png) no-repeat center center;
}
.dckftype-list ul li dl {
  padding: 15px 20px;
  line-height: 20px;
}
.dckftype-list ul li dl dt {
  line-height: 16px;
  font-size: 16px;
  color: #282828;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 15px;
}
.dckftype-list ul li dl dd {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dckftype-list ul li:hover .dckf-img div {
  display: block;
}

/* 华府系详情 */
.detbord {
  border-bottom: 1px solid #dedede;
}
.cpcont {
  width: 530px;
  float: left;
}
.bigpic {
  border: 1px solid #dedede;
}
.bigpic img {
  width: 100%;
}
.smallpic {
  padding: 0.5rem 0;
}
.smallpic ul li {
  display: block;
  width: 22%;
  height: 86px;
  margin-right: 4%;
  float: left;
  overflow: hidden;
}
.smallpic ul li img {
  border: 1px solid #dedede;
}
.smallpic ul li:last-child {
  margin-right: 0px;
}

.detialr {
  width: 350px;
  text-align: center;
  float: right;
  color: #282828;
}
.detialr dl dt {
  font-size: 24px;
  font-weight: bold;
}
.detialr dl dd {
  margin-top: 40px;
}
.detialr dl dd img {
  margin-bottom: 10px;
}
.detialr dl dd .dtel {
  font-size: 36px;
  font-family: "dincond-medium-webfont";
}

.phdetialr {
  display: none;
}
.phdetialr ul li {
  float: left;
  width: 49.5%;
  margin-right: 1%;
  background: #d9d9d9;
  text-align: center;
  padding: 25px 0;
  font-family: "dincond-medium-webfont";
}
.phdetialr ul li:nth-child(2n + 2) {
  margin-right: 0;
  padding: 40px 0;
}
.phdetialr ul li img {
  margin-bottom: 0.3rem;
  height: auto;
}
.phdetialr ul li:nth-child(2n + 2) img {
  height: 52px;
}
.phdetialr ul li:nth-child(2n + 2) div {
  font-size: 40px;
  color: #7c7c7c;
}
.phdetialr ul li:nth-child(2n + 2) div i {
  color: #3185c4;
}
.phdetialr ul li h3 {
  margin-bottom: 16px;
}

/* 新闻中心 */
.newscont {
  margin: 30px 0;
}
.news-sp {
  overflow: hidden;
  float: left;
  width: 358px;
  height: 241px;
}
.news-xw {
  overflow: hidden;
  float: left;
  width: 1053px;
  height: 241px;
  background: url(../images/newsbg.jpg) repeat;
}
.news-hc {
  overflow: hidden;
  float: right;
  width: 147px;
  height: 241px;
}

.news-first {
  float: left;
  padding: 0 20px;
  width: 50%;
  margin: 15px 0;
  height: 211px;
  overflow: hidden;
  border-right: 1px dashed #999999;
}
.news-other {
  float: right;
  width: 43%;
  padding-right: 15px;
  margin: 15px 0;
  height: 211px;
  overflow: hidden;
}

.news-bt {
  height: 40px;
  line-height: 40px;
  color: #196196;
}
.news-bt i {
  display: inline-block;
  font-family: "dincond-regular-webfont";
  font-size: 30px;
  text-transform: uppercase;
  float: left;
}
.news-bt em {
  display: inline-block;
  font-family: "微软雅黑 Light";
  font-size: 22px;
  margin-left: 10px;
}
.news-title {
  padding-top: 15px;
}
.news-title a {
  display: block;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
  color: #196196;
}
.news-date {
  font-family: "dincond-medium-webfont";
  font-size: 24px;
  color: #aab8cb;
}
.news-txt {
  color: #707070;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 15px;
}

.newsmore {
  display: inline-block;
  float: right;
  width: 40px;
  height: 40px;
  background: #ffffff url(../images/newsmore.png) no-repeat center center;
}
.news-other ul {
  margin-top: 20px;
}
.news-other ul li {
}
.news-other ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 12px;
}
.news-other ul li span {
  display: inline-block;
  float: left;
  width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-other ul li i {
  display: inline-block;
  float: right;
  width: 90px;
  text-align: right;
}
.news-other ul li:hover a {
  color: #2276b6;
}

.phnews-sp {
  display: none;
}
.phnews-hc {
  display: none;
}
.phnews-xw {
  display: none;
  margin: 0.5rem 0;
  padding: 0.3rem 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.phnews-bt img {
  height: 0.75rem;
}
.phnews-btem {
  color: #3185c4;
  font-weight: bold;
  font-size: 0.5rem;
  margin-top: 0.2rem;
}
.phnews-txt a {
  margin-top: 0.3rem;
  display: block;
  line-height: 0.8rem;
  font-size: 0.6rem;
  color: #196196;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.phnews-date {
  height: 1rem;
  line-height: 1rem;
  margin-top: 0.2rem;
}
.phnews-date i {
  display: inline-block;
  font-size: 0.55rem;
  color: #aab8cb;
  float: left;
  font-family: "dincond-medium-webfont";
}
.phnews-date a {
  display: inline-block;
  float: right;
  padding: 0 0.5rem;
  height: 1rem;
  background: #e3e3e3;
  border-radius: 1rem;
}

/* 视频中心3-3 */
.video-list {
  overflow: hidden;
}
.video-list ul {
  width: 888px;
}
.video-list ul li {
  float: left;
  width: 288px;
  height: px;
  overflow: hidden;
  margin: 30px 8px 0 0;
  background: #f6f6f6;
}
.video-list ul li a {
  display: block;
}
.video-list ul li .video-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.video-img div {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../images/bgblack.png) repeat;
}
.video-img div i {
  display: block;
  text-align: center;
  height: 244px;
  line-height: 244px;
  background: url(../images/playwhitebg.png) no-repeat center center;
}
.video-list ul li p {
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0 15px;
  padding-right: 30px;
  background: url(../images/rightmore.png) no-repeat right center;
  color: #282828;
  font-size: 16px;
}
.video-list ul li:hover .video-img div {
  display: block;
}

/* 集团要闻3-2 - 列表 */
.groupnews-list {
}
.groupnews-list ul li {
  border-bottom: 1px solid #dedede;
}
.groupnews-list ul li a {
  padding: 30px 0;
  display: block;
}
.groupnews-list ul li .fl {
  display: inline-block;
  width: 240px;
  height: 140px;
  overflow: hidden;
}
.groupnews-list ul li .fr {
  display: inline-block;
  width: 610px;
  height: 162px;
  overflow: hidden;
}
.groupnews-list ul li .fr dl dt {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.groupnews-list ul li .fr dl dd {
  height: 66px;
  line-height: 22px;
  overflow: hidden;
  color: #999999;
  margin-top: 20px;
}
.groupnews-list ul li .fr .grouplist-date {
  margin-top: 30px;
  font-size: 12px;
  color: #3185c4;
}
.groupnews-list ul li .fr .grouplist-date i {
  margin-right: 20px;
}
.ajax-more-link {
  display: block;
  height: 55px;
  line-height: 55px;
  background: #e7e7e7 url(../images/groupnews-more.png) no-repeat center center;
}

/* 联系我们4-1 */
.tactcont {
  padding: 35px 0;
}
.tactcont .tactl {
  width: 376px;
  padding: 0 12px;
  float: left;
  height: 253px;
  background: #efefd7;
  color: #282828;
}
.tactcont .tactr {
  position: relative;
  width: 316px;
  float: right;
  height: 253px;
}
.tactcont .tactmap {
  width: 484px;
  float: left;
  height: 253px;
}
.tactmap img {
  width: 100%;
  max-width: none;
}

.tactcont .tactl .tactlt {
  padding-left: 95px;
  margin-top: 20px;
  background: url(../images/tact_bt.png) no-repeat left top;
  font-size: 12px;
  line-height: 20px;
}
.tactcont .tactl .tactlt h4 {
  font-size: 14px;
  margin-bottom: 12px;
}
.tactcont .tactl .tactlb {
  margin-top: 22px;
  padding-left: 65px;
  height: 93px;
  line-height: 93px;
  background: url(../images/telbg1.png) no-repeat 12px center;
}
.tactcont .tactl i {
  margin-right: 53px;
}
.tactcont .tactl .tactlb img:first-child {
  margin-right: 20px;
  width: 195px;
}
.tactcont .tactl .tactlb img {
  vertical-align: middle;
}
.tactr dl {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.tactr dl dt {
  font-weight: bold;
  color: #ffffff;
  font-family: "微软雅黑 Light";
}
.tactr dl dd {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.6;
}
.tactr img {
  height: 100%;
}

/* 4-2 */
.addsi {
  color: #282828;
  padding: 15px 0;
}
.addsi i {
  margin-right: 40px;
  white-space: nowrap;
}
.tactourtel {
  padding: 0.3rem 0;
  padding-left: 56px;
  background: url(../images/telbg1.png) no-repeat left center;
}
.tactourmap {
  margin-top: 30px;
}
.tactourmap img {
  max-width: none;
}
/* 4-3 */
.tactcomp {
  position: relative;
}
.tactcomp img {
  width: 100%;
}
.tactcomp dl {
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 20px;
}
.tactcomp dl dt {
  font-weight: bold;
  font-family: "微软雅黑 Light";
  color: #ffffff;
}
.tactcomp dl dd {
  color: #ffffff;
  font-size: 12px;
  opacity: 0.6;
}

/* .tactcomp-list{ margin-top: 30px; background: url(../images/bordkbg.jpg) repeat-x;} */
.tactcomp-list ul li {
  float: left;
  width: 50%;
  margin-top: 45px;
  min-height: 145px;
  background: url(../images/tactcompbord.jpg) no-repeat right center;
}
.tactcomp-list ul li dl {
  padding-left: 50px;
  background: url(../images/addsbg.png) no-repeat 20px top;
}
.tactcomp-list ul li dl dt {
  height: 35px;
  line-height: 25px;
  color: #3185c4;
  font-family: "微软雅黑 Light";
  font-weight: bold;
  background: url(../images/bordgray.png) no-repeat left bottom;
  margin-bottom: 10px;
}
.tactcomp-list ul li dl dd {
  color: #282828;
  line-height: 26px;
}
.tactcomp-list ul li:nth-child(even) {
  background: none;
}
.tactcomp-list ul li:nth-child(even) dl {
  margin-left: 100px;
}

.tactcomp-list ul li:nth-child(1),
.tactcomp-list ul li:nth-child(2),
.tactcomp-list ul li:nth-child(5),
.tactcomp-list ul li:nth-child(6),
.tactcomp-list ul li:nth-child(15),
.tactcomp-list ul li:nth-child(16) {
  min-height: 175px;
}

/* 4-4 */
.rczplist {
  padding-top: 20px;
}
.rczplist ul li {
  margin-top: 20px;
  background: #ffffff;
}
.rczplist ul li dl {
}
.rczplist ul li dl dt {
  background: #f0f0f0;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
}
.rczplist ul li dl dt div {
  background: url(../images/down.png) no-repeat right center;
}
.rczplist ul li dl dt h2 {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  color: #333333;
}
.rczplist ul li dl dt i {
  color: #666666;
}
.rczplist ul li dl dd {
  display: none;
  padding: 0 20px;
  line-height: 25px;
}
.rczplist ul li dl dd b {
  display: inline-block;
  line-height: 40px;
  margin-right: 100px;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}
.rczplist ul li dl dt.on div {
  background: url(../images/up.png) no-repeat right center;
}

/*公司新闻详情页*/
.new-title {
  text-align: center;
  margin-top: 30px;
}
.new-title h6 {
  font-size: 20px;
  color: #363636;
  height: 55px;
}
.new-title span {
  font-size: 12px;
  color: #999999;
  line-height: 24px;
}
.new-title p {
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  border-top: 1px #dddddd solid;
  padding-top: 15px;
}
.news-article {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.news-article p,
.news-article span,
.news-article i,
.news-article em,
.news-article b,
.news-article strong,
.news-article pre {
  color: #666 !important;
  font-size: 14px !important;
}
.next-next {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.next-next ul {
  display: inline-block;
}
.next-next ul li {
  float: left;
  padding: 0 20px;
  height: 26px;
  border-radius: 15px;
  border: 1px #dddddd solid;
  margin: 0 5px;
}
.next-next ul li a {
  display: block;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.ncont-right {
  width: 1200px;
  text-align: right;
  margin: 5px auto;
}

/*公司新闻详情页 end*/

/* 物业管理2-5 */
.wyglt25 {
  position: relative;
}
.wyglt25 dl {
  position: absolute;
  top: 50px;
  right: 30px;
  z-index: 10;
  width: 405px;
}
.wyglt25 dl dt {
  height: 65px;
  font: bold 30px/35px "微软雅黑";
  color: #ffffff;
}
.wyglt25 dl dd {
  text-indent: 1em;
  height: 140px;
  line-height: 28px;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  text-align: justify;
}

.wyglc25 {
  overflow: hidden;
  padding: 40px 0;
}
.wyglc25 ul {
  width: 1000px;
  margin-left: -36px;
}
.wyglc25 ul li {
  float: left;
  width: 216px;
  padding-right: 30px;
  text-align: center;
  background: url(../images/wygl25c-bord.png) no-repeat right center;
}
.wyglc25 ul li .s1 {
  display: block;
}
.wyglc25 ul li .s2 {
  display: none;
}
.wyglc25 ul li:hover .s1 {
  display: none;
}
.wyglc25 ul li:hover .s2 {
  display: block;
}
.wyglc25 ul li p {
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wyglc25 ul li.c1 p {
  color: #9e6c3f;
}
.wyglc25 ul li.c2 p {
  color: #6f6ca6;
}
.wyglc25 ul li.c3 p {
  color: #4b80a9;
}
.wyglc25 ul li.c4 p {
  color: #44838f;
}

.wyglb25 {
}
.wyglb25 .fl {
  width: 418px;
  padding: 15px 26px 15px 0;
  overflow: hidden;
  background: #eeeeee;
}
.wyglb25 .fr {
  width: 436px;
  overflow: hidden;
}
.wyglb25 .fl dl {
  margin-top: 6px;
  padding-left: 15px;
  background: url(../images/wygl25_bord.png) no-repeat left center;
}
.wyglb25 .fl dl dt {
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #9e6c3f;
}
.wyglb25 .fl dl dd {
  padding-top: 8px;
  line-height: 14px;
  font-size: 14px;
  color: #9e6c3f;
  text-transform: uppercase;
}
.wyglb25 .fl div {
  padding-top: 20px;
  height: 252px;
  line-height: 28px;
  color: #777777;
  text-align: justify;
}

/* 物业管理2-7 */
.wyglb27 {
  padding-top: 20px;
}
.wyglb27 .fl {
  width: 608px;
}
.wyglb27 .fr {
  width: 258px;
  line-height: 28px;
  color: #595757;
}

/* 物业管理2-8 */
.wyglc28 {
  padding: 25px 0;
  margin-top: 25px;
}
.wyglc28 span.wtxt28 {
  display: inline-block;
  margin-left: 0;
  width: 615px;
  line-height: 28px;
  text-align: justify;
}
.wyglk28 {
  margin-top: 25px;
  line-height: 28px;
}

.wyglb28 {
  margin-top: 25px;
  overflow: hidden;
}

.wyglb28 ul {
  width: 920px;
}
.wyglb28 ul li {
  float: left;
  width: 192px;
  margin-right: 38px;
  text-align: center;
}
.wyglb28 ul li p {
  line-height: 16px;
  padding-top: 10px;
}
.wyglb28 ul li img {
  width: 100%;
  height: 124px;
}

/* 2-9 */
.wyglt29 {
}
.wyglt29 .fl {
  width: 564px;
  height: 371px;
  overflow: hidden;
}
.wyglt29 .fr {
  width: 264px;
  padding: 0 26px;
  height: 371px;
  overflow: hidden;
  background: url(../images/29-02.jpg) no-repeat center center;
}
.wyglt29 .fr dl dt {
  height: 75px;
  line-height: 75px;
  padding-top: 10px;
  font-size: 20px;
  color: #146aa5;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wyglt29 .fr dl dd {
  height: 280px;
  font-size: 14px;
  color: #818181;
  line-height: 28px;
  overflow: hidden;
  text-align: justify;
}
.wyglc29 {
  padding: 35px 0;
  background: #f0f0f0;
  line-height: 28px;
}
.wyglc29 dl dt {
  height: 40px;
  font-size: 30px;
  font-weight: bold;
  font-family: "dincond-medium-webfont";
  color: #1c2857;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wyglc29 dl dd {
  font-size: 14px;
  text-align: justify;
}

.wyglb29 {
  padding-top: 30px;
}
.wyglb29 span {
  float: left;
}
.wyglb29 span:nth-child(2) {
  padding: 0 41px;
}

/* 新增组织架构2018/4/2 */
.zzjg {
  padding-left: 30px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.zzjg:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: -10;
  width: 0;
  height: calc(100% - 5px);
  border-left: 1px solid #616161;
}
.zzjg ul li {
  margin-bottom: 24px;
}
.zzjg ul li .years {
  padding-left: 19px;
  margin-left: -19px;
  font-weight: bold;
  color: #282828;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 10;
  height: 18px;
  line-height: 18px;
}
.zzjg ul li .years:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  z-index: 10;
  width: 9px;
  height: 9px;
  overflow: hidden;
  border-radius: 50%;
  background: #282828;
}
.zzjg ul li .zzjgnr {
  padding-top: 20px;
  width: 100%;
  display: table;
  font-size: 14px;
}
.zzjg ul li .zzjgnr .zzjgl {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}
.zzjg ul li .zzjgnr .zzjgr {
  display: table-cell;
  width: 70%;
  padding-left: 5%;
  vertical-align: middle;
}
.zzjg ul li:last-of-type {
  margin-bottom: 0;
}

/*  2020 - 4 - 17 zm*/
.zmnowbjk {
  line-height: 24px;
  color: #444;
  margin-bottom: 35px;
  max-width: 885px;
}
.wbName {
  font-weight: bold;
  font-size: 22px;
  color: #222;
  margin-bottom: 35px;
}

.zmdivimg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 885px;
}
.zmdivimg div {
  margin-bottom: 20px;
  width: 48.7%;
}

.zmdivli {
  margin-top: 30px;
  max-width: 885px;
  width: 100%;
}
.zmdivli li {
  display: flex;
  align-items: center;
}
.zmdivli li img {
  width: 100%;
  height: auto;
}
.zmdivli li img:nth-child(1) {
  margin-right: 1px;
}

.fiximg {
  bottom: 125px !important;
}

.ncontr ul li.on {
}
#nowDate {
  display: none;
  padding: 15px 0 20px;
  border-bottom: 1px solid #e8e8e8;
}
#nowDate a {
  display: block;
  color: #888;
  padding-left: 50px;
  line-height: 30px;
  background: url(../images/zabb1.png) no-repeat left 33px center;
}

.ncontr ul li.on #nowDate {
  display: block;
}
.ncontr ul li.on #nowDate a.on {
  color: #3185c4;
  background-image: url(../images/zabb2.png);
}







.contend_list{width: 100%;height: auto;}
.contend_list ul{width: 100%;list-style: none;height: auto;margin: 0;}
.contend_list ul li{width: 100%;height: 110px;background-color: #fafafa;padding:26px 30px;box-sizing: border-box;transition: 1s;cursor:pointer;margin-bottom: 0!important;}
.list_title{width: 100%;display: flex;justify-content: space-between;}
.list_title_r{font-size: 20px;color: #333;font-weight: bold;}
.list_title_c{font-size: 14px;color: #999;}
.list_box{width: 100%;display: flex;border-bottom:1px solid #E5E5E5;padding: 10px 0;box-sizing: border-box;justify-content: space-between;align-items: center;}
.list_box span{display: block;font-size: 14px;color: #666;width: ;}
.list_box span:nth-of-type(1){color: #ff5400;font-weight: bold;margin-right: 30px;line-height: 20px;}
.list_box span:nth-of-type(2){display: flex; color: #666!important;border-right: 1px solid #e5e5e5;padding-right: 16px;box-sizing: border-box;align-items: center;}
.list_box span:nth-of-type(2) img{width: 18px;height: 18px;margin-right: 10px;}
.list_box span:nth-of-type(2) a{text-decoration: none;}
.list_box span:nth-of-type(3){display: flex; color: #666!important;border-right: 1px solid #e5e5e5;padding:0 16px;box-sizing: border-box;align-items: center;}
.list_box span:nth-of-type(3) img{width: 18px;height: 18px;margin-right: 10px;}
.list_box span:nth-of-type(3) a{text-decoration: none;}
.list_box span:nth-of-type(4){display: flex; color: #666!important;padding:0 16px;box-sizing: border-box;align-items: center;}
.list_box span:nth-of-type(4) img{width: 18px;height: 18px;margin-right: 10px;}
.list_box span:nth-of-type(4) a{text-decoration: none;}
.contend_list ul li:hover{transform: scale(1.05,1.05);background-color: #fff;}
.list_r{display: flex;height: 20px;}
.list_l{width: 95px;height: 30px;background-color: #3185c4;font-size: 14px;color: #fff;border-radius: 30px;display: flex; justify-content: center;align-items: center;opacity: 0;}
.contend_list ul li:last-child .list_box{border: none;}
.list_l .d{margin: 0!important;color: #fff!important;font-weight: 400!important;}
.contend_list ul li:hover .list_box{border: none;}
.contend_list ul li:hover .list_l{opacity: 1;}
.contend_list ul li:hover .list_title_r{color:#3185c4 ;}


/* info----css */
.tltie_banner{width: 100%;background-color: #f1f9ff;padding-top: 30px;box-sizing: border-box;font-family: '微软雅黑'!important;}
.tltie_banner_img{width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;}
.tltie_banner_img_l{padding:30px 20px;box-sizing: border-box;}
.tltie_banner_img_l p{margin: 0;padding: 0;font-size: 30px;font-weight: bold;color: #333;}
.tltie_banner_img_l p:nth-of-type(2){
	font-size: 20px;
	color: #ff5400;
	margin-top:10px;
}
.tltie_banner_img_l_list{
	display: flex;
	align-items: center;
	padding: 15px 0;
	box-sizing: border-box;
}
.tltie_banner_list_box{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
	padding-right: 15px;
	box-sizing: border-box;
	margin-right: 15px;
	border-right: 1px solid #E5E5E5;
}
body{font-family: '微软雅黑';}
.tltie_banner_list_box:last-child{border: none;}
.tltie_banner_list_box img{width: 18px;height: 18px;margin-right: 5px;}
.tltie_banner_img_r{}
.tltie_banner_img_r img{width: 207px;height: 172px;}
.info{width: 1200px;margin: 0 auto;margin-top: 30px;font-family: '微软雅黑'!important;}
.info_title{width: 100%;padding: 20px 0 ;box-sizing: border-box;border-bottom:1px solid #E5E5E5;}
.info_title span:nth-of-type(1){font-size: 24px;color: #333;font-weight: bold;}
.info_title span:nth-of-type(2){font-size: 18px;color: #999;}
.info_title_CON{padding: 26px 0;box-sizing: border-box;}
.info_title_CON p{margin: 0;padding: 0;font-size: 16px;color: #333;line-height: 30px;}
.info_title_btn{width: 655px;height: 50px;margin-top: 30px;display: flex;justify-content: space-between;align-items: center;}
.info_title_btn_l{width: 350px;height: 100%;font-size: 14px;color: #999;text-align: center;line-height: 50px;border: 1px solid #3185c4;border-radius: 5px;background-color: #f1f9ff;}
.info_title_btn_c{width: 120px;height: 100%;border: 1px solid #3185c4;border-radius: 5px;background-color: #f1f9ff;position: relative;overflow: hidden;color: #3185c4;line-height: 50px;text-align: center;font-weight: bold;font-size: 18px;}

.info_title_btn_c input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.info_title_btn_c:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
}
.info_title_btn_r{width: 160px;height: 50px;background-color: #3185c4;border-radius: 5px;display: flex;align-items: center;justify-content: center;}
.info_title_btn_r img{margin-right: 5px;}
.info_title_btn_r span{font-size: 18px;color: #fff;font-weight: bold;}
