body {
  overflow-y: auto;
  overflow-x: hidden;
}

[v-cloak] {
  display: none;
}

#header {
  position: relative;
  height: 64px;
}
#header.bg-red .topmenu {
  background: #de0304;
}
#header.bg-red .topmenu .menu .menu-box .menu-item::after {
  border-bottom: #de0304 solid 3px;
}
#header.bg-red .topmenu .menu-children {
  background: rgba(221, 5, 8, 0.7);
}
#header .topmenu {
  padding: 0 5%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  background: rgba(17, 42, 135, 1);
  box-sizing: border-box;
  width: 100%;
}
#header .topmenu .logo {
  width: 350px;
}

#header .topmenu .logo img {
  width: 350px;
  height: auto;
}

#header .topmenu .menu {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
#header .topmenu .menu .menu-box {
  display: flex;
  align-items: center;
}

#header .topmenu .menu .menu-box .menu-item {
  cursor: pointer;
  min-width: 100px;
  text-align: center;
  padding: 20px 10px;
  font-size: 16px;
  position: relative;
}

#header .topmenu .menu .menu-box .menu-item::after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 80px;
  border-bottom: #112a87 solid 3px;
  display: block;
  transform: scale(0);
  transform-origin: center top;
  transition: all 0.2s ease-out 0s;
}

#header .topmenu .menu .menu-box .menu-item:hover::after {
  transform: scale(1);
}

#header .topmenu .menu-children {
  display: none;
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  right: 0;
  top: 64px;
  background: rgba(17, 42, 135, 0.5);
}
#header .topmenu .menu .menu-box .menu-item ul {
  z-index: 10;
  position: absolute;
  left: -150%;
  right: 0;
  top: 64px;
  display: none;
  width: auto;
  height: 60px;
  align-items: center;
}
#header .topmenu.active .menu-children {
  display: block;
}
#header .topmenu .menu .menu-box .menu-item.active ul {
  display: flex;
}

#header .topmenu .menu .menu-box .menu-item ul li {
  flex: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .topmenu .menu .menu-box .menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10px;
  line-height: 40px;
  box-sizing: border-box;
}

#header .topmenu .menu .search {
  margin-left: 30px;
  position: relative;
}
#header .topmenu .search .icon {
  width: 55px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/img/icon/sousuo2.png") no-repeat center;
  background-size: 100% 100%;
  background-color: #112a87;
  cursor: pointer;
}

@media screen and (max-width: 750px){
  #swiper_banner{
    height: 30vh !important;
  }
}

@media screen and (max-width: 1300px){
  #swiper_banner{
    height: 60vh !important;
  }
}

/* 背景颜色 */
.bg-white {
  color: #333 !important;
}

.bg-gray {
  background-color: #ededed;
}

.bg-red {
  background-color: red;
}

.bg-grey {
  background-color: #f7f7f7;
}

.bg-red {
  background-color: #de0304;
  color: #ffffff;
}

.bg-red a {
  color: #ffffff;
}

.bg-red-active {
  background-color: #eb6868;
}

.bg-blue {
  background-color: #172a88;
  color: #ffffff;
}

.bg-blue-sub {
  background-color: rgba(23, 42, 136, 0.9);
}

.bg-red-sub {
  background-color: rgba(222, 3, 3, 0.9);
}

/* 主要布局 */
.my-container {
  width: 80%;
  margin: 0 auto;
  padding: 1px;
}

/* 菜单选中 */
.nav-link-active {
  background-color: #ddd;
}

/* 定位 */
.position-r {
  position: relative;
}

.position-a {
  position: absolute;
}

.position-f {
  position: fixed;
}

.margin-right-100 {
  margin-right: 100px;
}
.margin-left-100 {
  margin-left: 100px;
}
.margin-left-180 {
  margin-left: 180px;
}

/* 宽度 75% */
.width70 {
  width: 70% !important;
  left: 5%;
}

/* 字体 */
.text-sm {
  font-size: 0.8rem;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #333 !important;
}

.text-black {
  color: black;
}

.text-blue-qx {
  color: #172a88 !important;
}

.text-red {
  color: #de0304;
}

.text-gray-sub {
  color: #555;
}

.text-overflow-col2 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.padding-sm {
  padding: 0.6rem 0;
}

#header {
  z-index: 10;
  position: relative;
}

.d-flex-20 {
  flex: 0 0 36%;
  margin-right: 10px;
}

.d-flex-1 {
  flex: 1;
}

.padding-b-t {
  padding: 20px 0;
}

.padding-l-r {
  padding: 0 10px;
}

/* 导航栏部分 */
.top-input {
  border-radius: 2rem;
  outline: none;
  width: 10rem;
  margin-left: 1rem;
  padding-left: 1rem;
}

.top-wrap {
  padding: 0.2rem;
  color: #333;
}

.top-adb-img {
  width: 100%;
}

.logo-img {
  width: 50%;
}

.top-adb-img img {
  max-width: 90%;
  float: right;
}

.logo-img img {
  max-width: 100%;
}

.top-nav-wrap {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.top-nav-wrap ul {
  margin-bottom: 0;
  box-sizing: border-box;
  height: 2.6rem;
  line-height: 2.6rem;
}

.top-nav-wrap ul li {
  list-style: none;
  cursor: pointer;
  padding: 0 1rem;
}

.top-nav-wrap ul li:hover {
  border-bottom: 1px solid #fff;
}

.top-nav-wrap a:hover {
  text-decoration: none;
}

.sub-nav li {
  padding: 0 1rem;
}

.sub-nav li:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: none !important;
}

.sub-nav-wrap {
  left: 0;
  top: 2.6rem;
}

.sub-nav-wrap a {
  color: #333;
}

/* 底部导航区域 */
.bottom-nav-wrap {
  padding: 3rem 0 1rem 0;
}

.bottom-nav-wrap ul li {
  list-style: none;
}

.bottom-nav-wrap ul {
  padding-left: 0;
}

.bottom-sub-nav li {
  padding: 0.1rem 0;
}

.lik-wrap {
  padding: 0.6rem 0 0;
  border-top: 1px dashed #aaa;
}

.link-title {
  border-bottom: 1px solid #aaa;
  width: 4rem;
  margin-bottom: 1rem;
}

.link-main a {
  margin-right: 1rem;
}

/* 内页的大标题区域 */
.big-content-title {
  height: 10rem;
}

.big-content-title .title-name {
  font-size: 1.5rem;
  padding: 0 2rem;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.big-content-title .my-hr {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 50%;
  z-index: 0;
}

/* 修改 swiper 分页器 */
.swiper-pagination-bullet {
  opacity: 0.8;
  background-color: white;
}

.swiper-pagination-bullet-active {
  background-color: #007aff;
}

/* 新闻类列表组件样式 */
.list-style-wrap {
  width: 70%;
  margin-left: 20%;
}

.list-item-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.2rem 0;
  height: 8rem;
  cursor: pointer;
}

.list-item-wrap:hover .list-content-title {
  color: #007bff !important;
}

.list-item-wrap:hover .date-day {
  color: #dc3545 !important;
}

.date-wrap {
  background: url("/img/date-bg.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.date-day {
  text-align: center;
  width: 100%;
  top: 0.8rem;
  font-size: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.date-year {
  width: 100%;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.list-content-title {
  width: 100%;
  font-size: 1.2rem;
}

.page-wrap {
  padding: 1.2rem 0;
}

.list-style-wrap .row {
  margin-right: 0;
}

/* 导航栏区域 */
.siderbar-wrap {
  width: 15%;
  top: 5rem;
}

.sider-navbar-nav {
  width: 100%;
}

.siderbar-title {
  background: url("/img/siderbar-bj.png") no-repeat;
  background-size: contain;
  padding-left: 2rem;
  padding-top: 0.3rem;
  height: 4rem;
  width: 16rem;
}

/* 新闻详情 */
#detail {
  padding: 2rem 0;
}

.news-title {
  padding: 2rem;
  margin-bottom: 2rem;
}

/* 党建工作大模块 */
.party-switch-btn {
  margin: 4rem auto;
}

.party-switch-btn a {
  padding: 0.5rem;
}

.diagram-wrap img {
  height: 6rem !important;
  width: 10rem;
}

.party-list-wrap:hover a {
  color: #de0304 !important;
}

.party-list-wrap:hover .list-content-title {
  color: #de0304 !important;
}

.party-switch-btn a {
  margin-right: 1rem;
}

/* 相册列表 */
/* .pic-list-wrap{} */
.pic-list-item {
  width: 32%;
  box-sizing: border-box;
  padding: 4rem;
  display: inline-block;
}

.pic-list-item img {
  box-shadow: 4px 6px 10px #aaa;
}

.img-title {
  padding-top: 1rem;
}

.piclist-swiper-wrap {
  margin-top: 50px;
}

.piclist-swiper-wrap .swiper-container {
  height: 100%;
}

.piclist-swiper-wrap .swiper-slide {
  background-color: #e5e5e5;
}

.siderbar-sub-wrap {
  padding-left: 1rem;
}

.siderbar-sub-wrap .navbar {
  padding: 0.5rem !important;
}

.big-img-warap {
  max-width: 500px;
  margin: 0 auto;
}

.img-fluid {
  width: 100% !important;
  object-fit: cover;
}

/* 产品列表 */
.product-item-wrap {
  width: 45%;
  display: inline-block;
  margin-right: 2%;
  margin-top: 10px;
}

.product-name {
  font-size: 20px;
  font-weight: bold;
}

.product-main {
  padding: 10px;
}

.product-img img {
  height: 16rem !important;
}

/* 资质荣誉列表 */
.about-item-wrap {
  width: 30%;
  display: inline-block;
  margin-right: 2%;
}

.about-name {
  font-size: 20px;
  font-weight: bold;
}

.about-main {
  padding: 10px;
}

.about-img .img-fluid {
  /* height: 16rem !important; */
  max-width: 80%;
  max-height: 150px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}

.about-img img:hover {
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
}

/* 沁新传媒 */
.video-wrap-tv {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

/* t图册 */
/*.atlas-img{height: 9rem;}*/

.inside-title {
  width: 4.5rem;
  top: 0;
}

/* 简历 */
.human-btn-wrap {
  padding: 0.5rem 1rem;
}

.human-btn-wrap button {
  border: none;
  border-radius: 0.2rem;
  font-size: 0.7rem;
  padding: 0.3rem 1rem;
  color: #fff;
}

/* 企业形象宣传片 */

.video-left {
}

.video-js-wrap {
  width: 100% !important;
  height: 400px !important;
}

.video-js-wrap-index {
  width: 100% !important;
  height: 250px !important;
}

.video-nav-wrap {
  width: 30%;
  height: 400px;
  box-sizing: border-box;
  padding: 10px;
}

.video-nav-title {
  height: 30px;
  line-height: 30px;
}

.video-nav-main {
  height: 300px;
  overflow-y: auto;
}

.video-nav-search {
  height: 50px;
}

.search-input {
  border-radius: 50px;
  height: 24px;
  line-height: 24px;
  width: 90%;
  border: none;
  outline: none;
  padding-left: 10px;
}

/* 侧边栏导航 */
.right-arrow {
  position: absolute;
  top: 26%;
  right: 0.2rem;
}

.navbar-brand {
  display: inline-block;
  width: 100%;
}

/* 简历区域 */
.resume-row-label {
  line-height: 38px;
}

.margin-top-1 {
  margin-top: 1rem;
}

.add-btn {
}

/* 手机端 */
@media screen and (max-width: 1000px) {
  html,
  body {
    min-width: 1000px;
  }

  /* .my-container{min-width: 1000px;} */
}

/* 底部子公司列表区域 */
.soncompant-wrap {
  padding: 10px;
  border: 1px solid #ddd;
  height: 100px;
  overflow-y: auto;
}

.footer-Contact {
  display: flex;
  flex-wrap: wrap;
}

.footer-Contact li {
  width: 48%;
}

.footer-Contact img {
  width: 20px;
}

.margin-left-10 {
  margin-left: 10px;
}

/*张  修改star*/
.content-detil {
  min-height: 500px;
}

/* 侧边栏导航 */
nav .navbar-collapse ul {
  margin-left: 16px;
}

.nav-back {
  background: none;
}

/*视频*/
.video-main {
  border: 1px solid #dee2e6;
  background: #fff;
}

.list-style-wrap video {
  margin-bottom: 5rem;
}

.video-nav-main ul,
.video-nav-main ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.Network {
  display: block;
}

.Network:nth-child(2) {
  margin-top: 23px;
}

.product-type-name img {
  height: 2rem;
}

.video-left {
  padding-left: 0;
}

.video-right {
  padding-right: 0;
}

.prodct-list {
  margin-left: -15px;
  margin-right: -15px;
}

/*二级详情视频*/
.detailvideo {
  width: 80%;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.video-nav-main ul li {
  cursor: pointer;
}

/*底部*/
/* #footer{
    background: #172a88;

} */
.footerlogo {
  width: 300px;
}

.footerBack {
  padding: 2.5rem 0 1rem;
}

.footerConter {
  background: #fff;
}

.copyright-wrap {
  margin-top: 2rem;
}

.copyright-wrap,
.copyright-wrap p a {
  color: #fff;
}

.bottom-nav-wrap > ul > li {
  width: 32%;
}

.bottom-nav-wrap > ul > li:nth-child(2) {
  margin: 0 2%;
  position: relative;
}

.present {
  margin: 2.5rem 0;
  font-size: 14px;
  color: #666666;
}

.PublicNumber {
  display: flex;
  width: calc(100% - 50%);
  /* text-align: center; */
  /* width: 75%; */
  /* margin: 0 auto; */
}

.SiteNav-title {
  color: #666666;
  border-bottom: 1px solid #aaa;
  font-size: 18px;
  padding-bottom: 7px;
}

.footNav {
  overflow: hidden;
  border-bottom: 1px dashed #aaa;
}

.footNav li {
  padding: 8px 15px;
  float: left;
}

.footNav li a {
  text-decoration: none;
  color: #666666;
  font-size: 16px;
}

.footNav li a:hover {
  text-decoration: none;
}

.footer-Contact li {
  border-bottom: 1px dashed #aaa;
}

.footer-us {
  /* margin-top: 35px; */
}

.footer-Contact li {
  border-bottom: 1px dashed #aaa;
  margin-top: 10px;
  padding-bottom: 10px;
}

.footer-Contact li img {
  margin-right: 15px;
}

.sonCompany {
  height: 98px;
  overflow: hidden;
}

.sonCompany > li {
  padding: 4px;
  float: left;
  cursor: pointer;
}

.sonCompany > li > div {
  display: none;
}

.clone {
  border: 1px solid #666;
  height: 150px;
  width: 350px;
  padding: 8px 15px;
  overflow-y: auto;
  margin-top: 2.5rem;
}

.clone ul li {
  border-bottom: 1px dashed #aaa;
  padding: 0.5rem;
}

.sonCompany > li > div ul li {
  padding: 0.5rem;
  border-bottom: 1px dashed #aaa;
}

/*广告图片*/
.advList {
  height: 19rem;
}

.swiper-wrap .adv-swiper {
  height: 19rem !important;
}

/*联系我们*/
.markfist {
  width: 90%;
  margin: 0 auto;
  height: 400px;
  border: 1px solid #dee2e6;
}

.Make-contact {
  margin: 2.5rem auto 2.5rem;
  width: 90%;
  padding-bottom: 2.5rem;
}

.Make-contact .Make-list {
  display: flex;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.Make-contact .Make-list ul {
  width: 32%;
  font-size: 14px;
}

.Make-contact .Make-list ul li {
  margin: 8px 0;
}

.Make-contact .Make-list ul li span {
  display: inline-block;
  margin-left: 20px;
}

.Make-contact .Make-list ul:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}

.address {
  margin-top: 1.5rem;
  font-size: 14px;
}

.address ul li {
  margin: 8px 0;
}

/*张  修改end*/

/*公共底部样式*/
.bg-white-left {
  width: 55%;
  padding: 0 10px;
  box-sizing: border-box;
}

.bg-white-right {
  width: 45%;
}

.new-soncompant-wrap {
  height: 160px;
}

/*一线分采*/
.listwrap-describe {
  margin-top: 20px;
  min-height: 100px;
}

.new-img-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*分页样式*/
.page-style {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#listwrap {
  min-height: 200px;
  padding: 1px;
}

/*党建分页*/
.party-page .spage-number button.active {
  background: #de0304;
  color: #fff;
  border-color: #de0304;
  z-index: 3;
}

/* 返回上一级 */
.back-step {
  position: absolute;
  left: 0.2rem;
}

.back-step img {
  width: 12vw;
  margin-top: 2rem;
}

#annex {
  border-bottom: 1px solid #172a88;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#annex h3 {
  font-size: 16px;
  border-bottom: 1px solid #172a88;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#annex ul li {
  font-size: 16px;
}

#showOneImg {
  position: absolute;
  top: 0.6rem;
  left: calc(33.3333% + 15px);
  right: calc(100% - 33.3333% - 41.666% + 15px);
  bottom: 0.6rem;
  z-index: 2;
  background-color: #fff;
}

#showOneImg .iiimg {
  width: 100%;
  height: 100%;
  background: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 合作伙伴 */

.mater-type {
  display: flex;
  align-items: center;
}

.my-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer-right {
  width: 500px;
}
.PublicNumber img {
  margin-right: 10%;
}

.footer-banner {
  background-color: #f7f7f7;
}

.footer-banner img {
  width: 80%;
  margin-left: 10%;
}

#detail p,
#detail span {
  font-family: inherit !important;
}

.newfooter {
  width: 100%;
}

.newfooter .newfooter-body {
  background: url("/img/banner/footer_bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  padding: 50px 0;
  color: #fff;
}

.newfooter .footer-content {
  width: 80%;
  margin: 0 auto;
}

.newfooter .footer-content .footer-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.newfooter .footer-content .footer-menu a {
  color: #fff;
}

.newfooter .footer-content .footer-menu .title {
  margin-bottom: 20px;
  font-weight: bold;
  user-select: none;
}
.newfooter .footer-content .footer-menu .menu-item {
  margin-bottom: 10px;
}

.newfooter .footer-content .footer-menu .link {
  display: flex;
  align-items: center;
}
.newfooter .footer-content .friendLink .title {
  margin-bottom: 10px;
}

.newfooter .footer-content .friendLink ul {
  display: flex;
  align-items: center;
}
.newfooter .footer-content .friendLink ul li {
  margin-right: 20px;
}
.newfooter .footer-content .friendLink ul li a {
  color: #fff;
}

.newfooter .copyright {
  background: #112a87;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
}

.newfooter .copyright p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.newfooter .copyright a {
  color: #fff;
}
