@charset "UTF-8";
/* 浮动与清楚浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

/* 原子类 */
.show {
  display: block;
}

.hide {
  display: none;
}

.page-top {
  height: 39px;
  padding-top: 10px;
}

.page-top .page-top-left {
  width: 807px;
  height: 100%;
}

.page-top .page-top-left li {
  float: left;
  margin-right: 15px;
}

.page-top .page-top-left li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #919191;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-top .page-top-left li a i {
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page-top .page-top-left li a i.iconBg1 {
  display: inline-block;
}

.page-top .page-top-left li a i.iconBg2 {
  display: none;
}

.page-top .page-top-left li a:hover .iconBg1 {
  display: none;
}

.page-top .page-top-left li a:hover .iconBg2 {
  display: inline-block;
}

.page-top .page-top-right {
  font-size: 14px;
  color: #e7141a;
  line-height: 29px;
}

.page-top .page-top-right a {
  color: #e7141a;
}

.page-top .page-top-right span {
  margin: 0 5px;
}

.page-head {
  height: 76px;
  padding-top: 20px;
}

.page-head .page-head-logo {
  display: block;
  width: 290px;
  height: 56px;
}

.page-head .page-head-logo img {
  display: block;
  height: 56px;
}

.page-head .page-head-list {
  width: 450px;
  height: 100%;
  margin-left: 80px;
}

.page-head .page-head-list li {
  float: left;
  margin: 0 9px;
  font-size: 14px;
  line-height: 56px;
}

.page-head .page-head-list li a {
  color: #8a8a8a;
}

.page-head .page-head-search {
  width: 375px;
  padding-top: 13px;
}

.page-head .page-head-search input[type=text] {
  width: 311px;
  height: 31px;
  float: left;
  border: 1px solid #919191;
  border-radius: 5px 0 0 5px;
  border-right: 0;
  text-indent: 12px;
  font-size: 16px;
}

.page-head .page-head-search input[type=submit] {
  width: 60px;
  border: none;
  height: 31px;
  float: left;
  background: url("/images/search-btn.jpg") right top;
}

.page-nav {
  height: 61px;
  padding-top: 20px;
}

.page-nav ul {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}

.page-nav ul li {
  width: 100px;
  height: 100%;
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

.page-nav ul li a {
  color: #464646;
}

.page-nav ul li a:hover {
  color: #e7141a;
  font-size: 20px;
}


.top-attention {
  position: relative;
}

.top-attention-pop {
  position: absolute;
  top: 120%;
  right: 0;
  z-index: 100;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #333;
  width: 230px;
  height: 230px;
  background: #fff;
  display: none;
}

.top-attention:hover .top-attention-pop {
  display: block;
}
