@charset "utf-8";
body,div,p,span,a,img,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,thead,tbody,tr,td,th{
  padding: 0;
  margin: 0;
}
body { /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12px/1 Arial ,Tahoma, Helvetica,"微软雅黑", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
  background: transparent;
}
h1,h2,h3,h4,h5,h6{ font-weight: normal;}

em,i{font-style:normal;}

ul,ol{list-style:none;}

a{
  text-decoration: none;
  outline: none;
}
a:visited{
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:active{
  text-decoration: none;
  outline: none;
}
a:focus{
  text-decoration: none;
  outline: none;
}

img { vertical-align: top;border: none; } /* 让链接里的 img 无边框  ie会出现*/
.inlineBlock{
      display: inline-block
}
.w1200{
  width: 1200px;
  margin:0 auto;
  position: relative;
}
[class*="foot-icon"], [class^="foot-icon"],[class*="footer-phone-icon"], [class^="footer-phone-icon"]{
  display: inline-block;
  vertical-align: middle;
}
.foot-icon-weibo{
  width: 32px;
  height:25px;
  background-position:-3px -83px;
  transform: scale(.8);
}
.foot-icon-wechat{
  width: 30px;
  height:26px;
  background-position:-49px -83px;
  transform: scale(.8);
}
.footer-phone-icon{
  width: 34px;
  height: 34px;
  background-position:-1px -364px;
  margin-right: 8px;
  margin-top:-2px;
  transform: scale(.8);
}
.textUnderline:hover{
  text-decoration: underline;
}
.footer-popover{
  padding:20px;
  border-radius:5px;
  position: absolute;
  top:-386px;
  left: 50%;
  width: 742px;
  height: 386px;
  margin-left: -371px;
  border: 1px solid #ebeef5;
  background: #fff;
  box-sizing: border-box;

}
.popper__arrow{
  bottom:-10px!important;
  border-width: 0px
}
.popper__arrow::after{
  border-width: 10px;
}
.layout-footer{
  height: 160px;
  background-color: rgba(230, 230, 230, 1);
}
.footer-body-left{
  display: inline-block;
  vertical-align: top;
}
.footer-nav{
  padding-top:30px;
  line-height: 30px;
}
.footer-nav-item{
  display: inline-block;
  vertical-align: middle;
  position:relative;
  padding:0px 14px;
}
.footer-nav-item:first-child{
  padding-left: 0;
}
.footer-nav-item:hover .nav-img-wrap{
  display: block;
}
.footer-nav-text{
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #0C3D65;
  vertical-align: middle;
  cursor: pointer;
}
.nav-item-line{
  display: inline-block;
  font-size:15px;
  color:#bbb;
  vertical-align: middle;
}
.footer-info{
  display: inline-block;
}
.footer-info-list{
  display: block;
  line-height: 26px;
  color:#666;
  font-size:14px;
}
.footer-info-first{
  margin:10px 28px 0 0;
}
.footer-body-right{
  display:inline-block;
  vertical-align: top;
  float: right;
}
.footer-body-right-line{
  width: 1px;
  height: 48px;
  background: #ccc;
  margin:0 24px;
  margin-top:58px;
}
.footer-phoneName{
  margin-top:10px;
  font-weight: 700;
  font-size: 20px;
  color: #0C3D65;
  vertical-align: top;
  height: 34px;
  line-height: 34px;
}
.phone-number{
  font-size:24px;
  vertical-align: -2px;
  font-weight: 700 !important;
}
.footer-code{
  margin-top:42px;
  text-align: right;
  vertical-align: top;
}
.footer-code-item{
  text-align: center;
  display: inline-block;
  position:relative;

}
.footer-code-item:first-child{
  margin-right:17px;
}
.footer-code-item span{
  line-height: 23px;
}
.icon-wrap{
  width:40px;
  height:40px;
  background: #9eaebb;
  line-height: 40px;
  text-align: center;
  border-radius:50%;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}
.code-wrap{
  width:116px;
  height:130px;
  text-align: center;
  display: none;
  position: absolute;
  z-index:3;
  top:-140px;
  left:50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius:5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.349019607843137);
  font-size:0;
}
.code-wrap:after{
  content:"";
  width:10px;
  height:10px;
  border-right:1px solid #dadada;
  border-bottom:1px solid #dadada;
  background: #fff;
  position: absolute;
  bottom:-6px;
  left:50%;
  border-radius:1px;
  transform: translateX(-50%) rotate(45deg);

}
.code-img{
  width:80px;
  height:80px;
  display: block;
  border: none;
  margin:0 auto;
  margin-top:18px;
  margin-bottom:2px;
}
.code-name{
  display: block;
  font-size:12px;
  color:#333;
}
.footer-code-item:hover .code-wrap{
  display: block
}
.nav-img-wrap{
  border:1px solid #dadada;
  width:700px;
  padding:20px;
  border-radius:5px;
  position:absolute;
  z-index: 10;
  left:50%;
  transform:translateX(-50%);
  top:-410px;
  background:#fff;
  display: none;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.349019607843137);
}
.nav-img-wrap:after{
  content:"";
  width:20px;
  height:20px;
  border-right:1px solid #dadada;
  border-bottom:1px solid #dadada;
  background: #fff;
  position: absolute;
  bottom:-11px;
  left:50%;
  border-radius:1px;
  transform: translateX(-50%) rotate(45deg);

}
.foot-body-top{
  padding:30px 0 14px 0;
  border-bottom:1px solid #cccccc;
}
.foot-body-name{
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color:#333;
  margin-right:20px;
}
.foot-body-link{
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  color:rgb(102, 102, 102);
  margin-right:34px;
}
#icbc,#xb,#ccb{
  margin-left: 36px;
  display: none;
}