﻿/* 共通的样式 */
.breadcrumb-item + .breadcrumb-item::before {
  content: ">" !important;
  height: 41px;

  line-height: 41px; /* 设置垂直居中 */
  padding-right: 0.2rem !important;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.2rem !important;
}

.breadcrumb {
  padding: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 10px;
  background: transparent !important;
}
.breadcrumb .active {
  color: black !important;
}

.imgText {
  position: absolute;
  bottom: 0;
  color: white;
  left: 20.63rem;
  width: 13.25rem;
  line-height: 3.75rem;
  background: rgba(0, 0, 0, 0.45);
  font-size: 1.13rem;
  text-align: center;
}
a {
  color: #333 ;
  text-decoration: unset !important;
}
.mainArea {
  /* margin-top: 3.75rem; */
  margin-bottom: 6rem;
  display: flex;
  width: 87.5rem;
}
.menuOne {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px !important;
  width: 18.75rem;
  height: 7.5rem;
  background: #ebf1fa;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  
}
.menu2{
  width: 18.75rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: white;
  color: #333333;
  font-size: 16px;
  text-decoration: unset !important;
}
.menu2:hover{
  background-color: #FFE4E2;
  color: #9A362D !important;
  border-right: 3px #9A362D solid;
}

.menu2:focus{
  background-color: #FFE4E2;
}
.oneA {
  display: flex;
  align-items: center;
}
.menuOne img {
  margin-left: 1.06rem;
  width: 0.44rem;
  height: 0.81rem;
}
.menuOne {
  /* color: #374e71 !important; */
  text-decoration: unset !important;
  background: url('../image/list/listpic1x.png');
  color: white !important;
}

.menuOne:nth-child(1) {
  /* background: #EBF1FA; */
}
.menuOneActive {
  background: url('../image/list/listpic1x.png');
 
  color: white !important;
}

.menuTwo {
  width: 18.75rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  text-decoration: unset !important;
}

.menuTwo:hover,
.menuTwoActive {
  color: #9A362D !important;
  background: #FFE4E2;
}

.gap {
  margin: 0 auto;
  /* padding: 0 16.25rem; */
}
.crumbs {

  /* padding: 10px 20.63rem; */
  font-size: 0.75rem;
  color: #666666;
  /* background: #f1f5fe; */
  width: 100%;
  align-items: center;
  border-bottom: 2px solid #9A362D;
}
.crumbs a {
  height: 41px;

  line-height: 41px; /* 设置垂直居中 */
  width: auto;
  display: block;

  color: #666666 !important;
}
.crumbs div {
  align-items: center;
}
.crumbs > div:nth-child(2) {
  margin-left: 10px;
}
.crumbs img {
  width: 11px;
  height: 13px;
  margin-right: 5px;
}
.mainImg {
  width: 100%;
  height: 300px;
  position: relative;
}

.mainArea {
  min-height: 500px;
}
/* 大于1200小于1400 */
@media screen and (min-width:1200px) and (max-width:1400px) {
  .mainArea {
    width: 1200px !important;
  }
}
/*当屏幕尺寸大于1200px时，应用下面的CSS样式*/
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
/*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
@media screen and (max-width: 1200px) {
  .navMenuAreaSmallAvtive:hover {
    color: white !important;
  }
  .navMenuAreaSmallAvtive {
    background: #374e71;
    color: white !important;
  }
  .navMenuAreaSmall a{
    margin-top: 10px;
  }
  .text2Area {
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: scroll;
    height: 35px;
    line-height: 35px;
    align-items: center;
    flex: 1;
  }
  .mainArea {
    flex-direction: column;
    margin-top: 0;
  }
  .gap {
    padding: 0 12.5px;
  }
  .navMenuAreaSmall {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .navMenuAreaSmall:after{
    content: '';
    width: 100px;
    border:1px solid transparent;
  }
  .navMenuAreaSmall a {
    width: 100px;
    height: 36px;
    border: 1px solid #aeb5c1;
    border-radius: 4px;
    font-size: 15px;
    color: #374e71;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .crumbs {
    padding: 24px 12.5px 28px 12.5px;
    color: #374e71;
    background: white;
  }
  .crumbs a {
    color: #374e71 !important;
  }
  .crumbs .active {
    color: #374e71 !important;
  }

  .sjx {
    transform: rotate(180deg);
    margin-left: 10px;
  }
  
  .mainImgNavSmall {
    background: white;
    height: 38px;
    align-items: center;
    color: #666666;
    /* padding: 0 13px; */
    border-bottom: 1px #EBEBEB solid;
  }
  .mainImgNavSmall .text1 {
   
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
  }
  .mainImgNavSmall .text2 {
    font-size: 15px;
    margin-left: calc(33px / 2);
    line-height: normal;
    white-space: nowrap;
  }
  .mainImgNavSmall .text3 {
    font-size: 15px;
    margin-left: 13px;
  }
  .mainImgNavSmall .vLine {
    width: 1px;
    height: 13px;
    background: #ced3dc;
    margin-left: 10px;
  }
  .mainImg {
    height: 175px;
  }
  html {
    font-size: 12px;
  }
  .pdaohang{
    width: 102px;
    height: 38px;
    background: url('../image/comm/mbxbg1x.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
  .fontstyle{
    font-family: Microsoft YaHei;
font-weight: bold;
font-size: 15px;
color: #FFFFFF;
line-height: 21px;
  }
}