@charset "utf-8";
a:hover {
  text-decoration: none;
}

body {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB",
    tahoma, arial, "\5B8B\4F53";
}

.color-333 {
  color: #333;
}

#header_introduce_banner {
  height: 150px;
  position: absolute;
  background-color: #fff;
  top: 101px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}

#header_introduce_banner .menu-active-wrap {
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  padding: 20px 0;
}

#header_introduce_banner .menu-active-wrap .menu-active {
  /* width: 420px; */
  width: 1100px;
  margin: 0 auto;
  height: 110px;
}

#header_introduce_banner .menu-active-wrap .menu-active a {
  width: 200px;
  height: 110px;
  border: solid 1px #e6e6e6;
  text-decoration: none;
  margin-right: 20px;
}

#header_introduce_banner .menu-active-wrap .menu-active a:last-child {
  margin-right: 0;
}

#header_introduce_banner .menu-active-wrap .menu-active a:hover {
  border-color: #00a2ff;
}

#header_introduce_banner .menu-active-wrap .menu-active a:hover p {
  color: #00a2ff;
}

#header_introduce_banner .menu-active-wrap .menu-active .icon-wrap {
  width: 68px;
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#header_introduce_banner .icon-first {
  background-image: url("/template/Home/Default/PC/Static/epower/images/introduction_02.png");
}

#header_introduce_banner .icon-two {
  background-image: url("/template/Home/Default/PC/Static/epower/images/introduction_04.png");
}
#header_introduce_banner .icon-yuming {
  background-image: url("/template/Home/Default/PC/Static/epower/images/introduction_yuming.png");
}

#header_introduce_banner .icon-three {
  background-image: url("/template/Home/Default/PC/Static/epower/images/introduction_08.png");
}
#header_introduce_banner .icon-shenbao {
  background-image: url("/template/Home/Default/PC/Static/epower/images/shenbao_header_03.png");
}
/* section-subnav */
.section-subnav {
  text-align: center;
  height: 63px;
  position: relative;
}
.subnav-container {
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fff;
  position: relative;
  z-index: 2000;
}
.section-subnav .subnav-wrap {
  display: inline-block;
  padding: 20px 0;
  height: 22px;
  width: 1210px;
  text-align: center;
}
.section-subnav .subnav-item {
  display: inline-block;
  font-size: 16px;
}
.section-subnav .subnav-item a {
  color: #333;
  display: block;
  text-align: center;
  border-right: 1px solid #ddd;
}
.section-subnav .subnav-item.on a {
  color: #00a2ff;
}
.section-subnav .subnav-item:last-child a {
  border-right: 0 none;
}
.subnav-wrap3 .subnav-item {
  width: 19.5%;
}
.subnav-wrap4 .subnav-item {
  width: 24%;
}
.subnav-wrap5 .subnav-item {
  width: 13.5%;
}
#nav_introducev * {
  box-sizing: content-box;
}
.hide {
  display: none;
}

.top-menu-left {
  width: 300px;
  float: left;
}
.top-nav-content li span.arrow {
  border-style: solid dashed dashed dashed;
  border-color: #b3b3b3 transparent transparent transparent;
  border-width: 5px 5px 0;
  overflow: hidden;
  font-size: 0;
  height: 0;
  width: 0;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: 0.25s ease-in;
  -moz-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

.top-nav-content li:hover span.arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top-nav-content .nav-l > li {
  position: relative;
  z-index: 1000;
  float: left;
}

.top-nav-content .nav-l > li .nav-menu-title {
  padding: 0 7px 0 10px;
  line-height: 29px;
  border-bottom: none;
  cursor: pointer;
}
.top-nav-content a {
  color: #ccc;
  transition: all 0 !important;
}

.top-nav-content .nav-l > li .nav-menu-hd {
  position: absolute;
  top: 29px;
  z-index: 12;
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 0 7px 10px 10px;
  border-top: none;
  line-height: 28px;
  left: 0;
  right: 0;
  display: none;
}

.top-nav-content .nav-l > li .nav-menu-hd li:last-child a {
  letter-spacing: 0.5em;
}

.top-nav-content .nav-l > li:hover .nav-menu-title {
  padding: 0 7px 0 10px;
  line-height: 29px;
  border: 1px solid #f5f5f5;
  background: #fff;
  border-bottom: none;
  color: #333;
  cursor: pointer;
}
.top-nav-content .nav-l > li:hover .nav-menu-title a {
  color: #333 !important;
}

.top-nav-content .nav-l > li:hover .nav-menu-hd {
  display: block;
}
.top-nav-content .nav-menu-hd a {
  color: #666;
}
.top-nav-content .nav-l .nav-menu-hd a:hover {
  color: #ff7200;
  text-decoration: underline;
}

.top-nav-content ul {
  margin: 0;
}

.top-nav-content .nav-l > li .nav-menu-share {
  margin-left: 14px;
}
.top-nav-content .nav-l > li .nav-menu-share a {
  margin: 0 3px;
  float: left;
  display: inline;
}

.top-nav-content .nav-l > li .nav-menu-share a.weixin-content {
  position: relative;
}

.top-nav-content .nav-l > li .nav-menu-share a.weixin-content .weixin-hd {
  display: none;
}

.top-nav-content
  .nav-l
  > li
  .nav-menu-share
  a.weixin-content
  .weixin-hd
  .arrow-top {
  position: absolute;
  top: 19px;
  z-index: 12;
  left: 19px;
}

.top-nav-content
  .nav-l
  > li
  .nav-menu-share
  a.weixin-content
  .weixin-hd
  .arrow-top
  i {
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-width: 6px;
  overflow: hidden;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}

.top-nav-content
  .nav-l
  > li
  .nav-menu-share
  a.weixin-content
  .weixin-hd
  .weixin-text {
  padding: 15px 15px 10px 15px;
  border: 1px solid #e4e4e4;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  background: #fff;
  position: absolute;
  left: -60px;
  top: 30px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 4px;
}

.top-nav-content
  .nav-l
  > li
  .nav-menu-share
  a.weixin-content
  .weixin-hd
  .weixin-text
  p {
  color: #666;
  font-size: 12px;
  line-height: normal;
}

.top-nav-content .nav-l > li .nav-menu-share a.weixin-content:hover .weixin-hd {
  display: block;
}

.banner {
  overflow: hidden;
}
