/* 清除浮动 */
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

/* 顶部导航 */
.header-box {
  background: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.header-box .nav-box {
  width: 100%;
  height: 60px;
  padding-left: 12px;
  border-top: 3px solid #077af6;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 200;
  background-color: #ffffff;
}

.header-box .nav-box .logo {
  width: 18rem;
  height: auto;
}

.header-box .nav-box .right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.header-box .nav-box .right .menu {
  width: 1.85rem;
  height: auto;
  padding-left: 10px;
  padding-right: 12px;
}

.header-box .nav-box .right .code-img {
  position: absolute;
  right: 0;
  top: 65px;
  display: none;
}

.header-box .nav-box .right .code img {
  width: 100%;
}

.header-box .nav-box .right .search {
  width: 2rem;
  height: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 48px;
}

.header-box .nav-box .right .search-input {
  width: 80%;
  border: 1px solid #e5e5e5;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  color: #333333;
  flex-grow: 1;
  position: absolute;
  right: 48px;
  display: none;
}

.header-box .nav-box .right .search-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #333333;
}

.header-box .nav-box .right .search-bar {
  width: 300px;
  box-sizing: border-box;
  padding-bottom: 10px;
  position: absolute;
  right: 0;
  top: 65px;
  display: none;
}

.header-box .nav-box .right .search-bar .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-radius: 30px;
  padding-right: 2px;
}

.header-box .nav-box .right .search-bar img {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.header-box .nav-box .right .search-bar input {
  width: 0;
  flex-grow: 1;
  border: none;
  outline: none;
  padding: 10px 5px;
  padding-right: 20px;
  font-size: 14px;
  color: #9ea2a4;
}

.header-box .nav-box .right .search-bar input::-webkit-input-placeholder {
  color: #9ea2a4;
  font-size: 14px;
}

.header-box .nav-box .right .search-bar button {
  outline: none;
  border: none;
  border-radius: 20px;
  background-color: #0398ff;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 20px;
  cursor: pointer;
}

.header-box .nav-box .right .search img {
  width: 100%;
}

.header-box .nav-box .right .ract {
  margin-left: 15px;
  margin-right: 15px;
}

.header-box .menu-mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.header-box .menu-mask .close {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-box .menu-mask .close > img {
  width: 20px;
  height: 20px;
  padding: 24px 15px;
}

.header-box .menu-mask ul.nav {
  width: 100%;
  padding: 22px 15px 10px 15px;
  padding-top: 22px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
  top: 61px;
}

.header-box .menu-mask ul.nav li {
  border-bottom: 1px solid #c6c6c6;
}
.header-box .menu-mask ul.nav li:last-child {
  border-bottom: none;
}

.header-box .menu-mask ul.nav li a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

.header-box .menu-mask ul.nav li a > img {
  width: 15px;
  height: auto;
  margin-right: 10px;
}

.header-box .menu-mask ul.nav li.current a {
  background-color: #077af6;
  color: #ffffff;
}

.top-banner {
  width: 100%;
  /* min-height: 350px; */
}

.top-banner img {
  width: 100%;
  height: auto;
}
.bread-container {
  width: 100%;
  margin-top: 34px;
}
.bread-container .bread {
  height: 24px;
  line-height: 24px;
  color: #333333;
  font-size: 14px;
}
/* .bread-container .bread .current {
  color: #4057d4;
} */
.bread-container .bread img {
  width: 17px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.bread-container .bread a {
  color: #333333;
}
.bread-container .bread a:hover {
  color: #4057d4;
}

/* 详情页分页 */
.page-wrap-detail {
  width: 100%;
  box-sizing: border-box;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e2ed;
  padding-bottom: 2.5rem;
}

.page-wrap-detail a {
  display: block;
  height: 2.2rem;
  width: 33%;
  line-height: 2.2rem;
  font-size: 16px;
  color: #2e2e2e;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page-wrap-detail a.ont {
  color: #31b16c;
}

.page-wrap-detail a.back {
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  background-color: #077af6;
  border-radius: 50%;
}
.page-wrap-detail a.back > img {
  width: 1.2rem;
  height: auto;
}
.page-wrap-detail a.back.back-menu {
  width: 7.5rem;
  position: fixed;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.page-wrap-detail a.back.back-menu img {
  margin-right: 0.5rem;
  margin-left: 0.8rem;
}
.page-wrap-detail a:hover {
  color: #1d3081;
}
.page-wrap-detail a.prev {
  background: url(../img/prev-arrow.png) left center no-repeat;
  background-size: 2.2rem;
  padding-left: 3rem;
}
.page-wrap-detail a.next {
  background: url(../img/next-arrow.png) right center no-repeat;
  background-size: 2.2rem;
  padding-right: 3rem;
  text-align: right;
}

/* 公共底部：快捷导航 */
.nav-wrap {
  width: 100%;
  background: #272727;
  padding: 0 12px;
  padding-top: 24px;
  padding-bottom: 15px;
  box-sizing: border-box;
  /* border: 1px solid #3a3a3a; */
}

.nav-wrap .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.nav-wrap .inner p {
  text-align: center;
  color: #999999;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.nav-wrap .inner p.title {
  font-size: 1.7rem;
  color: #ffffff;
}

.nav-wrap .inner .line {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 14px;
  margin-bottom: 18px;
}

/* 公共底部：版权 */
.footer {
  width: 100%;
  background-color: #272727;
  color: #5a5a5a;
  font-size: 1.2rem;
}

.footer .inner {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.footer .inner > .top {
  margin-bottom: 7px;
}
.footer .inner {
  padding-top: 12px;
  padding-bottom: 16px;
  text-align: center;
}

.footer .inner img {
  margin: 0 5px;
}

.footer .inner span > a {
  color: #3d6cb4;
}

.footer .inner span > a:active {
  font-weight: bold;
  color: #ffffff;
}

.footer .inner .img1 {
  width: 15px;
  height: auto;
  position: relative;
  top: 2px;
}

.footer .inner .img2 {
  width: 50px;
  height: 12px;
  position: relative;
  top: 2px;
}

.footer .inner .img3 {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}

/* 分页 */
.page-container {
  width: 100%;
  margin-bottom: 4.4rem;
}

.page-container .page-wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-container .page-wrap .page-item {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  padding: 4px;
  color: #c5c5c5;
  background-color: #f4f4f4;
  /* background-color: #6e7728; */
  margin: 0 6px;
  cursor: pointer;
}

.page-container .page-wrap .page-item.page-active {
  background-color: #4057d4;
  color: #ffffff;
  /* border: 1px solid #4057d4; */
}

.title-container {
  width: 100%;
  padding: 22px 14px;
  box-sizing: border-box;
  background-color: #f6f9fd;
}

.title-container > .left {
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
  margin-right: 5px;
  float: left;
}

.title-container > .left span:first-child {
  color: #077af6;
}

.title-container > .more {
  float: left;
  position: relative;
  top: 4px;
}
.title-container > .more a {
  font-size: 1.2rem;
  color: #a3b4c7;
}

.tab-container {
  width: 100%;
  /* 两边添加内边距，让tab右侧含有边距，设置.tab不生效，只能设置.tab-container */
  padding: 0 12px;
  box-sizing: border-box;
  /* background-color: #f6f9fd; */
}

.tab-container .tab {
  width: 100%;
  /* 让产出屏幕的子元素可滚动 */
  overflow-x: auto;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.tab-container ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* 让多个字元素超出屏幕后不换行，撑开ul，ul不需要写宽度 */
  white-space: nowrap;
}

.tab-container .tab li {
  margin: 0 4px;
}

.tab-container .tab li > a {
  display: block;
  padding: 4px 10px;
  box-sizing: border-box;
  font-size: 1.3rem;
  color: #333333;
  background: #e0e2ed;
  border-radius: 3px;
  letter-spacing: 1px;
}

.tab-container .tab li a.tab-active-index {
  color: #ffffff !important;
  background-color: #077af6;
}

.online {
  width: 7.3rem;
  position: fixed;
  right: 14px;
  top: 65%;
  transform: translateY(-50%);
}
.online > img.bg {
  width: 100%;
  height: auto;
}
.online > a {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 22px;
  font-size: 1rem;
  z-index: 100;
  cursor: pointer;
  color: #ffffff;
}
.online > a::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
}
.online > a:hover {
  font-weight: bold;
}

.online > .tel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 92px;
}
.online > .tel > img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}
.online > .tel > span {
  font-size: 18px;
  color: #509dd3;
}
.gbkf {
  display: block;
  width: 40px;
  position: absolute;
  top: -15px;
  right: -10px;
  color: #333333;
  border: 1px solid #333333;
  padding: 2px 6px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}
