@import "common.css";
/*前缀兼容样式 start*/
/*多行省略*/
/*镜像效果*/
/*背景线性渐变*/
/*前缀兼容样式 end*/
.corporateCenter .banner {
  height: 280px;
  background: url("../img/center_bg.png") center center no-repeat;
}
.corporateCenter .banner .container {
  height: 100%;
  text-align: center;
}
.corporateCenter .banner .container .logo {
  padding-top: 60px;
  overflow: hidden;
}
.corporateCenter .banner .container .logo img {
  max-width: 100px;
  max-height: 100px;
}
.corporateCenter .banner .container .name {
  margin: 14px 0;
  position: relative;
}
.corporateCenter .banner .container .name span {
  font-size: 18px;
  color: #fff;
}
.corporateCenter .banner .container .name i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.corporateCenter .banner .container .name i.icon_crown {
  width: 24px;
  height: 20px;
  background-image: url("../img/icon_crown.png");
}
.corporateCenter .banner .container .name i.icon_diamond {
  width: 22px;
  height: 18px;
  background-image: url("../img/icon_diamond.png");
}
.corporateCenter .banner .container .name i.icon_gold {
  width: 18px;
  height: 22px;
  background-image: url("../img/icon_gold.png");
}
.corporateCenter .banner .container .name i.icon_vip {
  width: 32px;
  height: 14px;
  background-image: url("../img/icon_vip.png");
}
.corporateCenter .banner .container .contact {
  font-size: 14px;
  color: #fff;
}
.corporateCenter .right-box .wrap {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #f3f3f5;
  -webkit-box-shadow: 0 0 5px #f1f2f5;
  -moz-box-shadow: 0 0 5px #f1f2f5;
  box-shadow: 0 0 5px #f1f2f5;
}
.corporateCenter .right-box .wrap .list {
  border-bottom: 1px solid #e9e9e9;
}
.corporateCenter .right-box .wrap .list li {
  float: left;
  font-size: 14px;
  color: #787878;
  padding: 8px 20px;
  cursor: pointer;
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.corporateCenter .right-box .wrap .list li:hover {
  color: #013b6b;
}
.corporateCenter .right-box .wrap .list li.active {
  background-color: #013b6b;
  color: #fff;
  -webkit-box-shadow: 1px 3px 2px #bccede;
  -moz-box-shadow: 1px 3px 2px #bccede;
  box-shadow: 1px 3px 2px #bccede;
}
.corporateCenter .right-box .wrap .box {
  margin-bottom: 30px;
}
.corporateCenter .right-box .wrap .box .top-head {
  height: 75px;
}
.corporateCenter .right-box .wrap .box .top-head .head-left {
  float: left;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
}
.corporateCenter .right-box .wrap .box .top-head .head-right {
  float: right;
  width: 104px;
  height: 36px;
  margin-top: 20px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.corporateCenter .right-box .wrap .box .top-head .head-right .tab {
  font-size: 12px;
  color: #f0f0f0;
  background-color: #034f9c;
  display: inline-block;
  width: 52px;
  height: 36px;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.corporateCenter .right-box .wrap .box .top-head .head-right .tab:hover {
  background-color: #013b6b;
}
.corporateCenter .right-box .wrap .box .top-head .head-right .tab.active {
  background-color: #013b6b;
}
.corporateCenter .right-box .wrap .box .statistics-box {
  width: 920px;
  height: 460px;
}
/*# sourceMappingURL=corporateCenter.css.map */