﻿@charset "UTF-8";
/*
  样式规范表
*/
/* ****首页**** */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ******** */
/* 通用字体混入 */
/* 不同板块标题字体混入 */
/* 通用按钮混入 */
/* 通用按钮混入选中 */
/* 新闻容器 */
/* PC端下内容容器 */
.header {
  position: relative;
}

.header.seize {
  border-bottom: none;
}

.header .crumbs {
  height: 50px;
  background-color: #fff;
  border-top: solid 1px #dddddd;
}

.header .crumbs .crumbs_list {
  line-height: 50px;
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0;
  /* @media screen and (max-width: 1100px) {
        width: $width;
        max-width: 90%;
        padding: $padding;
        box-sizing: border-box;
    } */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1400px) {
  .header .crumbs .crumbs_list {
    width: 93%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .header .crumbs .crumbs_list {
    width: 92%;
    /* max-width: auto;
        padding: $padding; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.header .crumbs .crumbs_list .crumbs_item {
  position: relative;
}

.header .crumbs .crumbs_list .crumbs_item:not(:last-child):after {
  content: '/';
  margin: 0 10px;
  color: #999999;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.header .crumbs .crumbs_list .crumbs_item a {
  color: #999999;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.header .header_content .header_nav ul li {
  position: relative;
}

.header .header_content .header_nav ul li:hover .page_href:after {
  width: 100%;
}

.header .header_content .header_nav ul li:hover .header_list_seize {
  height: 60px;
  border-top: solid 1px #ccc;
}

.header .header_content .header_nav ul li:hover .header_list {
  height: 60px;
}

.header .header_content .header_nav ul li .page_href {
  position: relative;
}

.header .header_content .header_nav ul li .page_href:after {
  content: '';
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #3a48f0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .header_content .header_nav ul li .header_list_seize {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
  position: absolute;
  left: 0;
  width: 200vw;
  height: 0;
  -webkit-transition: height .3s;
  transition: height .3s;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .header_content .header_nav ul li .header_list {
  border-top: none;
  position: absolute;
  left: 50%;
  top: 75px;
  width: 100vw;
  /* width: auto; */
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s;
  transition: height .3s;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header_content .header_nav ul li .header_list .header_item:hover a {
  color: #3a48f0;
}

.header .header_content .header_nav ul li .header_list .header_item a {
  font-size: 14.5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #666;
  line-height: 60px;
}

.blackBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 15;
  background: rgba(0, 0, 0, 0.6);
}

.mobNav {
  display: none;
  overflow: hidden;
  padding: 20px 30px;
}

.mobNav .logo {
  float: left;
}

.mobNav .menu {
  float: right;
  width: 34px;
  height: 34px;
}

.navList {
  display: none;
  width: 50%;
  position: absolute;
  top: 0;
  height: 100vh;
  right: -50%;
  background: #fff;
  z-index: 16;
}

.navList ul li {
  border-bottom: 1px solid #eee;
}

.navList ul li a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  padding: 0 20px;
  color: #333;
}

.navList ul li a i {
  width: 36px;
  height: 36px;
  background: url(img/icon_07.png) no-repeat center;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  display: block;
  float: right;
  position: relative;
}

.navList ul li .list {
  height: 0;
  overflow: hidden;
}

.navList ul li .list a {
  display: block;
  padding-left: 40px;
  border-top: 1px solid #eee;
}

@media (max-width: 992px) {
  .breadcrumb {
    display: none;
  }
  .header {
    display: none;
  }
  .mobNav {
    display: block;
  }
}
/*# sourceMappingURL=header.css.map */