body {
  font-family: Arial, "Roboto Condensed", sans-serif, "Microsoft YaHei", "Heiti SC", "黑体", Arial, sans-serif;
  font-size: 16px;
  background: #efefef;
  color: #fff;
}

/* 变小手 */
.searchBtnHeader {
  cursor: pointer;
}

.noShow {
  display: none;
}
section {
  display: block;
}

.container {
  width: 62.5%;
  margin: 0 auto;
}

.containerTopNav {
  width: 62.5%;
  margin: 0 auto;
}

.container.container-top {
  width: 72%;
}

/* ---------------------------- 头部样式 ------------------------- */

section.header {
  position: relative;
}

.header .headerWrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header .topBar {
  transition: all 0.5s;
  border-bottom: 1px solid #ccc;
}

.header .topBar .logo {
  margin-top: 30px;
  float: left;
  width: 22%;
  max-width: 242px;
  display: inline-block;
}

.header .topBar .barRight {
  float: left;
  display: inline-block;
  width: 78%;
}

.header .topBar .barRight ul {
  margin-bottom: 0;
}

.subFont2 .sub-detail {
  display:  flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 206px;
}

.header .topBar .select_box {
  float: left;
  padding-top: 33px;
  padding-left: 20px;
}

.header .topBar select {
  width: 74px;
  height: 20px;
  color: #fff;
  /*background: none;*/
  border: none;
  outline: none;
  vertical-align: middle;
  /* 清除默认的select选择框样式 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* 自己添加下拉箭头 */
  background: url("../img/web/triangle.png") no-repeat scroll right center transparent;
  background-size: 8px 4px;
  /* 下拉小箭头留出位置，避免被文字覆盖 */
  padding-right: 8px;
  padding-left: 6px;
}

/* 清除ie的默认选择框样式清除，隐藏下拉箭头 */
select::-ms-expand {
  display: none;
}

.header .topBar select option {
  color: #000;
  background-color: #d3d3d3;
}

.header .topBar .search {
  display: inline-block;
  /* width: 40px; */
  width: 20px;
  height: 18px;
  background: url('../img/web/search.png') no-repeat;
  background-size: 18px 18px;
  /* background-position: 15px 0; */
  border-left: none;
  /* border-left: 1px solid #fff; */
  /* margin-left: 15px; */
  vertical-align: middle;
  border-bottom: none;
  border-top: none;
  border-right: none;
  /* position: relative; */
}

.header .topBar .search img {
  width: 100%;
}

/* 搜索的输入框 */
.el-popover {
  max-width: 300px;
}

.popContainer {
  width: 100%;
  /* border: 1px solid red; */
  margin: 0 auto;
  height: 34px;
  font-size: 0px;
}

.popContainer .form-control {
  height: 100%;
}

.popContainer2 {
  width: 100%;
  /* border: 1px solid red; */
  margin: 0 auto;
  height: 34px;
  font-size: 0px;
}

.popContainer2 .form-control {
  height: 100%;
}

.searchInputHeader {
  width: 69%;
  /* border: 1px solid red; */
  display: inline-block;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: none;
  vertical-align: middle;
}

.searchBtnHeader {
  width: 29%;
  height: 100%;
  padding: 6px 7%;
  color: #ffffff;
  background-color: #0255d5;
  display: inline-block;
  vertical-align: middle;
}

/* 搜索输入框——横线版 */
.searchContainer {
  display: inline-block;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.7); */
  /* margin-left: 18px; */
  padding-bottom: 3px;
  transform: translateX(18px);
}

#searchInput {
  width: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  /* display: inline-block; */
  display: none;
  vertical-align: middle;
  /* Chrome, Safari, Opera */
  -webkit-animation: searchInput100 0.5s;
  animation: searchInput100 0.5;
  /* border-bottom: 1px solid white; */
}

@keyframes searchInput100 {
  from {
    width: 0px;
  }

  to {
    width: 100px;
  }
}

@keyframes searchInput120 {
  from {
    width: 0px;
  }

  to {
    width: 120px;
  }
}

@keyframes searchInput110 {
  from {
    width: 0px;
  }

  to {
    width: 110px;
  }
}

@keyframes searchInput70 {
  from {
    width: 0px;
  }

  to {
    width: 70px;
  }
}

@keyframes searchInput35 {
  from {
    width: 0px;
  }

  to {
    width: 35px;
  }
}

@keyframes searchInput50 {
  from {
    width: 0px;
  }

  to {
    width: 50px;
  }
}

@keyframes searchInput40 {
  from {
    width: 0px;
  }

  to {
    width: 40px;
  }
}

@keyframes searchInput20 {
  from {
    width: 0px;
  }

  to {
    width: 20px;
  }
}

@-moz-keyframes searchInput100 {
  from {
    width: 0px;
  }

  to {
    width: 100px;
  }
}

@-moz-keyframes searchInput120 {
  from {
    width: 0px;
  }

  to {
    width: 120px;
  }
}

@-moz-keyframes searchInput110 {
  from {
    width: 0px;
  }

  to {
    width: 110px;
  }
}

@-moz-keyframes searchInput70 {
  from {
    width: 0px;
  }

  to {
    width: 70px;
  }
}

@-moz-keyframes searchInput35 {
  from {
    width: 0px;
  }

  to {
    width: 35px;
  }
}

@-moz-keyframes searchInput50 {
  from {
    width: 0px;
  }

  to {
    width: 50px;
  }
}

@-moz-keyframes searchInput40 {
  from {
    width: 0px;
  }

  to {
    width: 40px;
  }
}

@-moz-keyframes searchInput20 {
  from {
    width: 0px;
  }

  to {
    width: 20px;
  }
}

@-webkit-keyframes searchInput100 {
  from {
    width: 0px;
  }

  to {
    width: 100px;
  }
}

@-webkit-keyframes searchInput120 {
  from {
    width: 0px;
  }

  to {
    width: 120px;
  }
}

@-webkit-keyframes searchInput110 {
  from {
    width: 0px;
  }

  to {
    width: 110px;
  }
}

@-webkit-keyframes searchInput70 {
  from {
    width: 0px;
  }

  to {
    width: 70px;
  }
}

@-webkit-keyframes searchInput35 {
  from {
    width: 0px;
  }

  to {
    width: 35px;
  }
}

@-webkit-keyframes searchInput50 {
  from {
    width: 0px;
  }

  to {
    width: 50px;
  }
}

@-webkit-keyframes searchInput40 {
  from {
    width: 0px;
  }

  to {
    width: 40px;
  }
}

@-webkit-keyframes searchInput20 {
  from {
    width: 0px;
  }

  to {
    width: 20px;
  }
}

.input-group .form-control {
  width: 100% !important;
}

/* .header .topBar .select_box .form-control:focus {
  border-color: rgba(255, 255, 255, 0.8)
} */

.header .topBar .navBar {
  float: right;
}

.header .topBar .navBar>li {
  float: left;
  cursor:pointer;
  /* 导航栏东改 */
  /* position: relative; */
}

.header .topBar .navBar>li>a {
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  //padding: 30px 1vw;
  padding-bottom: 31px;
  padding-top: 30px;
  padding-left: 1vw;
  padding-right: 1vw;
  position: relative;
}

.header .topBar .navBar>li.active>a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  /* 不要写 bottom: 0; 出现位置不同 */
  width: 100%;
  height: 4px;
  background: #0255d5;
  animation: menuSlide 0.5s;
}

@keyframes menuSlide {

  /* 关键帧 */
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* 导航栏二级菜单 */
.header .topBar .navBar>li .submenu {
  /* 导航栏东改 */
  position: absolute;
  /* position: fixed; */
  top: 91.4px;
  right: 0;
  width: 100vw;
  height: 246px;
  background: #f2f2f2;
  padding: 20px 0;
  -webkit-box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.74);
  box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.74);
  z-index: 100;
  display: none;
  /* transForm: translateX(50%) */
}

.header .topBar .navBar>li.active .submenu {
  display: block;
  animation: submenuSlide 0.3s;
}

@keyframes submenuSlide {
  0% {
    height: 0;
  }

  100% {
    height: 240px;
  }
}

.sub-font {
  /* width: 350px; */
  color: #151515;
  margin-right: 100px;
  height: 160px;
  /*display: inline-block;*/
  display: none;
  /* border: 1px solid red; */
  float: right
}

.sub-font h2 {
  /*float: left;*/
  margin: 0;
  padding: 10px 40px 0 0;
  display: inline-block;
  vertical-align: top;
}

.sub-font .sub-detail {
  display: inline-block;
  border-left: 1px solid #d2d2d2;
  padding-left: 40px;
}

.sub-font .sub-detail li {
  padding: 5px 0;
}

.sub-font .sub-detail li:hover {
  color: #0255d5;
}

.sub-font .sub-detail li a {
  display: block;
}

.sub-pic {
  display: inline-block;
  width: 290px;
  /* position: absolute; */
  margin: 1px 30px 0 1px;
  /* border: 1px solid red; */
  vertical-align: text-top;
  float: right;
}

.subFont2 {
  display: inline-block;
  vertical-align: top;
  color: #151515;
  /* padding: 5px 0; */
  /* border: 1px solid red; */
  float: right;
  border-left: 1px solid #d2d2d2;
  padding-left: 20px;
}
/*padding: 5px 0;*/
.subFont2 li {
  padding: 5px 40px 5px 0;
}

.subFont2 li:hover {
  color: #0255d5;
}

.header .topBar .navBar>li.active .sub-font,
.subFont2,
.sub-pic {
  display: inline-block;
  animation: submenuSlide2 1.2s;
}

@keyframes submenuSlide2 {
  0% {
    opacity: 0;
    /*height: 0px;*/
  }

  100% {
    opacity: 1;
    /*width: 290px;*/
  }
}

/* 用户提示模块 */
.header .welcome {
  /* text-align: center; */
  margin-top: 6px;
  display: none;
}

.header .welcome span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 4px 10px;
  margin: 0 auto;
}

/* -------------------------------- 尾部样式 ------------------------------ */

section.footer {
  background: #333333;
  padding-top: 70px;
}

.footer .upside {
  padding-bottom: 30px;
}

.footer .line {
  border-bottom: 1px solid #fff;
}

.f_logoBox .f_logo {
  width: 50%;
  max-width: 242px;
}

.f_logoBox .share_box {
  margin-top: 60px;
}

.f_logoBox .share_box li {
  display: inline-block;
  margin-right: 25px;
}

.f_logoBox .share_box li img {
  height: 21px
}

.f_infoBox .about0 {
  width: 30%;
  float: left;
}

.f_infoBox .about1 {
  width: 40%;
  float: left;
}

.f_infoBox .about2 {
  width: 30%;
  float: left;
}

.f_infoBox li h3 {
  font-size: 18px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.f_infoBox li ul li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.f_infoBox .about1 .icon {
  width: 18px;
}

.f_infoBox .about2 .icon {
  width: 16px;
}

.footer .downside {
  padding: 20px 0;
}

.m_topBarBox {
  display: none;
}

.mob_footer {
  display: none;
}

/*  ----------------------------- 媒体查询样式 ---------------------- */

@media(min-width: 1280px) and (max-width: 1400px) {
  .header .topBar .select_box .form-control {
    width: 50px;
  }

  .container.container-top {
    width: 84%;
  }

  .containerTopNav {
    width: 76%;
  }

  .sub-font {
    /* margin-left: 280px; */
  }
}

@media(min-width: 1091px) and (max-width: 1279px) {
  .sub-font {
    /* margin-left: 200px; */
  }

  .container.container-top {
    width: 90%;
  }

  .containerTopNav {
    width: 87%;
  }

  .header .topBar .logo {
    width: 19%;
  }

  .header .topBar .barRight {
    width: 81%;
  }
}

@media(min-width: 992px) and (max-width: 1090px) {
  .sub-font {
    margin-right: 20px;
  }

  .container.container-top {
    width: 100%;
  }

  .containerTopNav {
    width: 92%;
  }

  .header .topBar .logo {
    width: 18%;
    margin-top: 0;
    line-height: 50px;
  }

  .header .topBar .barRight {
    width: 82%;
    font-size: 14px;
  }

  .header .topBar .select_box {
    padding-top: 14px;
    padding-left: 8px;
  }

  .header .topBar select {
    width: 66px;
  }

  .header .topBar .navBar>li>a {
    padding: 12px 0.75vw;
  }

  .header .welcome span {
    font-size: 13px;
  }

  .header .topBar .navBar>li .submenu {
    top: 52px;
    height: 220px;
  }
}

@media (min-width: 814px) and (max-width: 991px) {
  .sub-font {
    margin-right: 20px;
  }

  .container.container-top {
    width: 100%;
  }

  .containerTopNav {
    width: 92%;
  }

  .header .topBar .logo {
    width: 18%;
    margin-top: 0;
    line-height: 50px;
  }

  .header .topBar .barRight {
    width: 82%;
    font-size: 14px;
  }

  .header .topBar .select_box {
    padding-top: 14px;
    padding-left: 8px;
  }

  .header .topBar select {
    width: 66px;
  }

  .header .topBar .navBar>li>a {
    padding: 12px 0.75vw;
  }

  .header .welcome span {
    font-size: 13px;
  }

  .header .topBar .navBar>li .submenu {
    top: 52px;
    height: 220px;
  }
}


@media (max-width: 813px) {
  .containerTopNav {
    width: 100%;
  }

  .container.container-top {
    width: 100%;
  }

  .header .welcome {
    display: none;
  }

  /* 移动端导航 */
  .topBar {
    display: none;
  }

  .m_topBarBox {
    display: block;
    position: relative;
  }

  .m_topBar {
    display: block;
    /*height: 60px;*/
    /*line-height: 60px;*/
    padding-top: 10px;
  }

  .m_topBar .m_logo {
    display: inline-block;
    width: 30%;
    max-width: 190px;
    margin-top: 2px;
  }

  .m_topBar .m_barRightBox {
    display: inline-block;
  }

  .m_topBar .m_barRightBox .m_select {
    width: 70px;
    height: 26px;
    font-size: 15px;
    color: #fff;
    /*background: none;*/
    border: none;
    outline: none;
    vertical-align: middle;
    margin-right: 10px;
    /* 清除默认的select选择框样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 自己添加下拉箭头 */
    background: url("../img/web/triangle.png") no-repeat scroll right center transparent;
    background-size: 8px 4px;
    /* 下拉小箭头留出位置，避免被文字覆盖 */
    padding-right: 8px;
    padding-left: 6px;
  }

  .m_topBar .m_barRightBox .m_select option {
    color: #000;
    font-size: 13px;
  }

  .m_topBar .m_barRightBox .m_search,
  .m_topBar .m_barRightBox .m_menu {
    display: inline-block;
  }

  .m_topBar .m_barRightBox .m_menu {
    padding-left: 20px;
  }

  .m_topBar .m_barRightBox .m_search {
    padding-left: 16px;
    border-left: 0.5px solid #ccc;
  }

  .m_topBar .m_barRightBox .m_menu img,
  .m_topBar .m_barRightBox .m_search img {
    width: 22px;
  }

  .m_navListCon {
    position: absolute;
    top: 60px;
    right: 0;
    width: 48%;
    padding: 15px 15px;
    background: #fff;
    z-index: 10000;
    border-radius: 3px;
  }

  .m_navListCon.none {
    display: none;
  }

  .m_navListCon .m_navListChild {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
  }

  .m_navListCon .m_navListChild a {
    display: block;
    color: #333333;
    font-size: 16px;
    position: relative;
  }

  .m_navListCon .m_navListChild a i {
    position: absolute;
    top: 0px;
    right: 0;
    color: #333333;
  }

  .m_navListCon .m_navListChild .m_navListChildCon {
    font-size: 14px;
  }

  .m_navListCon .m_navListChild .m_navListChildCon {
    padding: 5px 0 5px 15px;
  }

  .m_navListCon .m_navListChild .m_navListChildCon li {
    padding: 5px 0;
  }

  .m_navListChildCon.none {
    display: none;
  }

  /* 移动端尾部 */
  section.footer {
    display: none;
  }

  .mob_footer {
    display: block;
    background: #333;
    padding-top: 36px;
    text-align: center;
  }

  .mob_footer .upside {
    padding: 0 15px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    color: #ccc;
  }

  .mob_footer .f_logo {
    min-width: 142px;
    width: 30%;
    margin-bottom: 20px;
  }

  /* 移动端微信二维码 */
  .m_wxQrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    transform: translateY(50%);
  }

  .mob_footer .mob_f_infoBox {
    margin-bottom: 16px;
  }

  .mob_footer .mob_f_infoBox>li {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    line-height: 1;
    position: relative;
  }

  .mob_footer .mob_f_infoBox>li.r_line {
    border-right: 1px solid #fff;
  }

  /* 尾部导航二级菜单 */
  .mob_footer .mob_f_infoBox>li ul {
    background: #fff;
    color: #666;
    position: absolute;
    top: 24px;
    padding: 4px 0;
    border-radius: 5px;
    display: none;
  }

  .mob_footer .mob_f_infoBox>li:first-child ul {
    /* width: 61px; */
    min-width: 61px;
  }

  .mob_footer .mob_f_infoBox>li:not(:first-child) ul {
    /* width: 160px; */
    min-width: 160px;
  }

  .mob_footer .mob_f_infoBox>li:last-child ul {
    /* width: 90px; */
    min-width: 90px;
  }

  .mob_footer .mob_f_infoBox>li.active ul {
    display: block;
  }

  .mob_footer .mob_f_infoBox>li ul .triangle {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -11px;
    left: 10px;
  }

  .mob_footer .mob_f_infoBox>li ul li {
    padding: 5px 0;
  }

  .mob_footer .mob_f_infoBox>li ul li span {
    display: inline-block;
    word-break: break-word;
  }

  .mob_footer .share_box li {
    display: inline-block;
    margin: 0 15px;
  }

  .mob_footer .share_box img {
    max-width: 24px;
    height: 20px;
  }

  .mob_footer .downside {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999;
  }

  .mob_footer .downside span {
    margin: 0 3px;
  }
}
