/* 超过近20天公告不给查看弹框 */
#myModal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
#myModal .mask {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  width: 500px;
  /* height: 162px; */
  background: #fff;
  border-radius: 4px;
}

#myModal .mask h3 {
  padding: 0 80px 0 20px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2px 2px 0 0;
}

#myModal .mask .content {
  position: relative;
  padding: 20px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  height: auto;
}
#myModal .mask .content img {
  width: 100px;
}
#myModal .mask .content span {
  font-size: 14px;
  color: #f33939;
}

#myModal .mask .footer {
  text-align: center;
  padding: 0 15px 33px;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  height: auto;
}

#myModal .mask .footer button {
  height: 28px;
  line-height: 28px;
  margin: 5px 5px 0;
  padding: 0 15px;
  border: 1px solid #dedede;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  border-color: #1e9fff;
  background-color: #1e9fff;
  color: #fff;
}

#myModal .mask .close {
  font-size: 25px;
  position: absolute;
  right: 7px;
  top: 0;
  cursor: pointer;
  color: #999;
}

/* 公共底部样式 */
.end {
  width: 100% !important;
  /*height: 492px;*/
  height: 392px !important;
  background: #112f71 !important;
  font-family: 'Microsoft YaHei';
}

.end hr {
  margin: 0 auto;
  padding: 0;
  width: 1440px;
  position: relative;
  bottom: 78px;
  border: none;
  border-top: 1px solid #999;
}

.end ul {
  margin: 0;
}

.end li:hover {
  color: #fff;
}

.end > .heart {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  /* padding-top: 40px; */
}

.clearfix::after {
  /* 方法四：利⽤after伪元素清除浮动  */
  content: '';
  clear: both;
  display: block;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.end .first_module {
  margin-bottom: 54px;
  padding-top: 40px;
}

.end .first_module .bottom_logo {
  margin-right: 160px;
}
.end .first_module .labelItems {
  line-height: 66px;
  height: 66px;
  color: #fff;
  margin-right: 40px;
}
.end .first_module .labelItems:last-child {
  margin-right: 0px;
}
.end .first_module .labelItems:last-child img {
  width: 49px;
  height: 53px;
}
.end .first_module .labelItems img {
  width: 55px;
  height: 53px;
}
.end .first_module .labelItems .mage {
  margin-right: 14px;
}

.end .first_module .labelItems .words_title {
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.end .first_module .labelItems .words_text {
  font-size: 16px;
  line-height: 1;
}

.end .second_module {
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 66px;
}

.end .second_module .col:first-child {
  width: 82px;
}
.end .second_module .col:last-child {
  width: 112px;
}
.end .second_module .col .row {
  text-align: center;
  font-size: 14px;
  margin-bottom: 18px;
}
.end .second_module .col .row a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.end .second_module .col .row:first-child {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  /* position: relative; */
}
.end .second_module .col .row:last-child {
  margin-bottom: 0px;
  /* position: relative; */
}

.end .third_module {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.end .third_module li a {
  color: #fff;
  vertical-align: middle;
  text-decoration: underline;
}
.end .third_module li span {
  vertical-align: middle;
}

/* 用户名省略号 */
/* #user_name_top{
	display: inline-block;
	width: 120px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  } */

.qiehuanmas {
  width: 85px;
}

/* 右侧在线咨询客服按钮样式 */
.zxkefuBox {
  position: fixed;
  z-index: 9999999;
  right: 0px;
  top: 329.8px;
  width: 60px;
  height: 160px;
  text-align: center;
}
.zxkefuBox .zxContact,
.zxkefuBox .zskefu {
  width: 60px;
  height: 67px;
  background: linear-gradient( 180deg, #F2F6FF 0%, #FFFFFF 100%);
  box-shadow: 0px 0px 8px 0px rgba(59,58,102,0.15);
  border-radius: 4px 0px 0px 4px;
  /* border: 1px solid #FFFFFF; */
  cursor: pointer;
}
.zxContact .zxUnselectImg, .zxContact .zxSelectImg,
.zskefu .zsUnselectImg, .zskefu .zsSelectImg {
  padding-top: 5px;
}
.zxkefuBox .zxContactActive, .zxkefuBox .zskefuActive {
  /* background: linear-gradient( 359deg, #4578F6 0%, #7AA0FF 100%); */
  background: linear-gradient(359deg , #42C4F6 0%, #43C4F7 100%);
}
.zxkefuBox .zskefu {
  position: relative;
  margin-top: 10px;
}
.zxkefuBox .zskefu .zxkefuDetail {
  position: absolute;
  left: -155px;
  /* top: -60px; */
  top: -9px;
  width: 145px;
  /* height: 182px; */
  height: 82px;
  /* box-shadow: 0px 0px 8px 0px rgba(59,58,102,0.13); */
  border-radius: 0px 0px 0px 0px;
  /* background: url('../img/Union.png') center no-repeat; */
  background: url('../img/UnionLow.png') center no-repeat;
  background-size: 145px 182px;
  display: none;
}
.zxkefuBox .zskefu .zxkefuDetail .fwrxTelTitle {
  text-align: left;
}
.zxkefuBox .zskefu .zxkefuDetail .fwrxTelTitle span:nth-child(1) {
  display: block;
  font-weight: 500;
  font-size: 15px;
  /* color: #4578F6; */
  color: #32B0E0;
  margin-top: 20px;
  margin-left: 6px;
}
.zxkefuBox .zskefu .zxkefuDetail .fwrxTelTitle span:nth-child(2) {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  margin-left: 6px;
}
.zxkefuBox .zskefu .zxkefuDetail .zsqCode {
  width: 102px;
  height: 102px;
  /* border: 1px solid skyblue; */
  margin-top: 16px;
  margin-left: 16px;
}
.zxkefuBox .zskefu .zxkefuDetail .zsqCode .zsCodeImg {
  width: 102px;
  height: 102px;
}

.zxkefuBox .zskefu .zxkefuDetail .zsTitle,
.zxkefuBox .zskefu .zxkefuDetail .zsTel {
   font-weight: 500;
  font-size: 13px;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
}
.zxkefuBox .zskefu .zxkefuDetail .zsTitle {
  padding: 5px 15px;
}
.zxkefuBox .zskefu .zxkefuDetail .zsTel {
  padding-left: 15px;
  font-size: 15px;
}
.zxkefuBox .zskefu .zxkefuDetail .zsTel {

}

.zxkefuBox .zxContact .zxText,
.zxkefuBox .zskefu .zsText  {
  font-weight: 400;
  font-size: 12px;
  color: #32B0E0;
}


.try_do xm-select>.xm-body .xm-option.selected.hide-icon .xm-option-content {
    color: #2F77FF !important;
}
/* 新底部栏样式 */
    .footers {
        width: 100%;
        height: 282px;
        background: #001531;
        border-radius: 0px 0px 0px 0px;
        /* padding: 50px 355px; */
        /* margin-top: 70px; */
        box-sizing: border-box;
        /* padding-right: 100px; */
        overflow: hidden;
    }
    .footer_cont {
      width: 1300px;
      margin: 50px auto 0;
      overflow: hidden;
    }
    .footerLeft, .footerLine, .footerRight {
        float: left;
    }   
    .footerLeft {
        width: 388px;
        height: 140px;
    }
   .footerLeft .footCgLogo > span {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
   }
   .footerLeft .footCgLogo > span:nth-of-type(1) {
      display: inline-block;
      width: 1px;
      height: 20px;
      background: #D9D9D9;
      margin: 0 8px;
      position: relative;
      top: 7px;
    }
    .footerLeft .footCgLogo > span:nth-of-type(2) {
        position: relative;
        top: 3px;
    }
    .footerLeft .footLTxt {
        font-weight: 400;
        font-size: 14px;
        color: rgba(255,255,255,0.7);    
    }
    .footerLeft .footLTxt:nth-of-type(1),
    .footerLeft .footLTxt:nth-of-type(3) {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .footerLine {
        width: 0px;
        height: 180px;
        border: 1px solid rgba(255,255,255,0.3);
        margin-left: 25px;
    }
    .footerRight {
        margin-left: 60px;
    }
    .footerRight > p > span {
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        padding-right: 70px;
    }
    .footerRight .footRDecos {
        overflow: hidden;
        margin-top: 28px;
    }
    .footerRight .footRDecos .ftItem {
        float: left;
    }
    .footerRight .footRDecos .ftItem:nth-child(1) {
        margin-right: 105px;
    }
    .footerRight .footRDecos .ftItem:nth-child(3) {
        margin-left: 70px;
    }
    .footerRight .footRDecos .ftItem > a {
        display: block;
        font-weight: 400;
        font-size: 14px;
        color: rgba(255,255,255,0.7);
        margin-bottom: 17px;
    }
    .footRDecos .ftItem .ftMsg:nth-child(2) {
        margin: 18px 0;
    }
    .footRDecos .ftMsg .ftPosition {
        display: inline-block;
    }
    .footRDecos .ftMsg .ftPosition > p {
        font-weight: 400;
        font-size: 14px;
        color: rgba(255,255,255,0.7);
    }
    .footRDecos .ftMsg .ftPosition > p:nth-child(1) {
        margin-bottom: 8px;
    }

    /* 顶部导航栏新样式 */
    .rightm {
      width: 28% !important;
    }
    .fabu {
      height: 44px !important;
      background: transparent !important;
    }
    .fabur {
       height: 44px !important;
       background: #FF9900 !important;
    }
    .leftm {
      width: 9% !important;
      height: 40px;
      float: left;
  }
  .leftm .toto {
      float: left;
      line-height: 40px;
      position: relative;
      color: #fff;
      padding-left: 19px !important;
  }
  .leftm .toto img{
    position: absolute;
    left: 0;
    top: 13px;
    width: 14px;
    height: 14px;
  }