/* 白色 */
input:-webkit-autofill {
     /* -webkit-background-clip: text;  */
      box-shadow: 0 0 0 1000px #fff inset !important;
      -webkit-text-fill-color: #000; /* 填充字体色-根据自己想要的字体颜色进行填充 */
}
/* pink色 */
input:-webkit-autofill {
    /* -webkit-background-clip: text;  */
    box-shadow: 0 0 0 1000px #2975bb inset !important;
    -webkit-text-fill-color: #fff; /* 填充字体色-根据自己想要的字体颜色进行填充 */
}


body {
  font-family: Microsoft YaHei;
}
.breadcrumb-item+.breadcrumb-item::before{
  padding-right: 2px;
}
.breadcrumb-item+.breadcrumb-item{
  padding-left: 2px;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
.breadcrumb-item a {
  cursor: pointer !important;
}
/* img {
  -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;     
  user-select: none;         
} */
/* 公共样式 */
.hideOneLine {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.hideTwoLine {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* IE9, IE10, IE11的hack */
@media screen and (min-width: 0\0) {
  .hideOneLine {
    white-space: nowrap;
  }

  .hideTwoLine {
    white-space: nowrap;
  }
}

.flex {
  display: flex;
  align-items: center;
}
.column {
  flex-direction: column;
}
.between {
  justify-content: space-between;
}

.flex1 {
  flex: 1;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

footer {
}

.footerTextArea {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 16px;

  margin-top: -5px;
}

.dropdown-menu {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  min-width: 100%;
  transition: max-height 3s linear;
  /* transition-delay: 2s; */
  transition-behavior: allow-discrete;
  max-height: 0;
  overflow: hidden;
}
/* .dropdown-menu.show{
  display: none;
} */
a {
  color: #fff;
}
a:hover {
  text-decoration: unset;
}
.navbar a:hover {
  color: #fff;
}

.nav-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px !important;
  justify-content: center;

}

.nav-item {
  height: 50px;
}

.mainRightArea {
  width: 300px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.svgIcon {
  transform: rotate(90deg);
  position: relative;
  left: 5px;
  margin-right: 25px;
  margin-left: 9px;
  color: #2975bb;
}

/* list和detail的reaArea */
.mainRightArea .redArea {
  background: url("../image/detailLeftBg.png");
  background-size: 100% 100%;
  height: 100px;
}
.redArea {
  background: #2975bb;
  height: 60px;
  padding: 0 36px 0 36px;
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  position: relative;
}

.title {
  font-size: 16px;
}

.titleBold {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

/* .whiteArea {
  background: white;
  border: 1px solid #f0f0f0;
} */
.yanjiuArea {

}
.yanjiuItem {
  height: 70px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  padding-left: 36px;
}

.yanjiuArea a:hover,
.yanjiuArea .yanjiuItemActive  {
  color: #2975bb;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.yanjiuArea a:hover.yanjiuItem::after,
.yanjiuArea .yanjiuItemActive::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 11px;
  height: 3px;
  background: url("../image/jiantou.png");
  background-size: 100% 100%;
}

.yanjiuAreaScrollbar {
  overflow: auto;
  height: 387px;
}

/* .yanjiuArea::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.yanjiuArea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #4B5563;
  border: 2.5px solid transparent;
  background-clip: padding-box;
} */
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.breadcrumbArea,
.breadcrumb {
  height: 57px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
}

.breadcrumb a {
  color: #333333;
}

.breadcrumb a:hover {
  cursor: default;
  text-decoration: none;
}

.a-start {
  align-items: flex-start !important;
}

.start {
  justify-content: flex-start;
}

.page-item {
}

.page-item ~ .page-item {
  margin-left: 10px;
}

.page-link {
  font-size: 14px;
  color: #555555;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  width: 38px;
  height: 38px;
  background: #ffffff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-link:hover {
  color: #555555;
}

.page-link:focus {
  box-shadow: none;
}

.pre {
  width: 50px;
  height: 38px;
}

.page-item.active .page-link {
  background: #2975bb;
  color: #ffffff;
  border: none;
}

.pagination {
  margin-top: 51px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

.disabled .page-link {
  color: #cccccc !important;
}
.returnTop {
  width: 49px;
  line-height: 49px;
  background: #2975bb;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 5%;
  bottom: 120px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 99;
  text-align: center;
  height: 49px;
}
.returnTop img {
  position: relative;
  top: -2px;
}
.footerArea {
  background: url("../image/serviceBg.png");
  background-size: 100% 100%;
  max-width: auto;
  font-size: 14px;
  color: #ffffff;
  height: 212px;
}
.footerArea .mainArea {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;

  display: flex;
  justify-content: space-between;
  height: 100%;
}
.bottomArea {
  height: 50px;
  background: #515151;
  font-weight: 400;
  font-size: 12px;
  color: #cbcbcb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerTitle {
  font-weight: 300;
  font-size: 26px;
  color: #ffffff;
}
.footerTitleEn {
  font-weight: 300;
  font-size: 18px;
  color: #ffcc99;
  margin-left: 24px;
}
.linkTitle {
  font-size: 20px;
  color: #2975bb;
  margin-bottom: 26px;
}
.serviceIcon {
  width: 52px;
  height: 44px;
  margin-bottom: 20px;
}
.linkBox {
  display: flex;
}
.linkTitleArea {
  margin-bottom: 30px;
  margin-top: 30px;
}
.linkItem {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hidden {
  display: none;
}
.linkItem:hover {
  color: #fff;
  text-decoration: none;
}
.linkItem:hover .serviceIcon {
  display: none;
}
.linkItem:hover .imgHover {
  display: block;
}

/* 大于768 pc*/
@media screen and (min-width: 768px) {
  .yanjiuItem ~ .yanjiuItem {
    border-top: 1px solid #edf2f7;
  }
  .linkItem ~ .linkItem {
    margin-left: 58px;
  }
  .footerArea .mainArea {
    width: 1300px;
  }
  .mainRightArea {
 
  }
  /* .redAreaLine ::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #2975BB;
    bottom: -1.5px;
    left: 0;
  } */

  .w1300 {
    width: 1300px;
    margin: 0 auto;
  }

  .w846 {
    width: 927px;
  }

  .pc-flex {
    display: flex;
    align-items: center;
  }

  .breadcrumb {
    width: 1300px;
    margin: 0 auto;
    /* justify-content: flex-end; */
  }

  .logoWhite {
    width: 337px;
    height: 47px;
    margin-bottom: 22px;
  }

  .pcHidden {
    display: none;
  }
  header {
    background: #2975bb;
  }
  /* 顶部区域 */
  .topArea {
    height: 119px;
    /* padding: 0 360px; */
    margin: 0 auto;
    width: 1300px;
  }

  .logo {
    width: 436px;
  }

  .topBg {
    width: 300px;
    height: 100px;
    background: url("../image/topBg.png");
    background-size: 100% 100%;
    position: absolute;
    right: 0;
  }

  /* 顶部区域-搜索框 */
  .searchBox {
    width: 250px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e4f2ff;
    border-radius: 20px;
    padding-left: 18px;
  }

  .searchInput {
    border: none;
    /* 移除边框 */
    outline: none;
    /* 移除焦点时的轮廓 */
    font-size: 14px;
    background: transparent;
    color: white;
  }

  .searchInput::placeholder {
    color: #d8edff;
  }

  .searchIcon {
    width: 19px;
    height: 19px;
    margin-right: 15px;
  }

  /* 导航栏 */
  .navbar {
    padding: 0;
    /* height: 50px; */
  }

  .navbar-collapse {
    height: 100%;
  }

  .navbar-nav li {
    position: relative;
    display: flex;
    align-items: center;
  }

  .navbar-nav li:hover {
    background-color: #2f6abb;
  }

  .navbar-nav > li:hover .dropdown-menu {
    display: block;
    background: rgba(42, 99, 184, 0.8);
    max-height: 1000px;
  }

  .navbar-nav {
    margin: 0 auto;
    width: 1300px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
  }

  .detailBanner {
    width: 100%;
  }
}

/* 小于768 ipad和手机*/
@media screen and (max-width: 768px) {
  .plus,
  .dash {
    width: 20px;
    height: 20px;
  }
  .footerArea .mainArea {
    flex-wrap: wrap;
  }

  .returnTop {
    right: 20px;
    bottom: 40px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.62;
  }
  .returnTop img {
    width: 17px;
    height: 9px;
    top: -2px;
  }
  .redAreaLine ::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #2975bb;
    bottom: -1px;
    left: 0;
  }

  .breadcrumbArea,
  .breadcrumb {
    font-size: 12px;
    height: 50px;
  }

  .detailBanner {
    width: 100%;
  }

  .navbar-toggler {
    padding: 0;
    margin-right: 13px;
    border: none;
    width: 25px;
    height: 20px;
    display: flex;
    justify-content: center;
  }

  .clickSearchIcon {
    width: 23px;
    height: 23px;
    margin-right: 24px;
  }

  .navbar-toggler-icon {
    width: 25px;
    height: 21px;
  }

  .navbar-toggler-icon2 {
    width: 21px;
    height: 21px;
  }

  .topArea {
    height: 65px;
    background: #2975bb;
  }

  .navbar-nav > .nav-item .nav-item > .nav-link {
    font-size: 14px;
    margin-left: 20px;
  }

  .dash,
  .menuHide {
    display: none;
  }

  .nav-link {
    justify-content: space-between;
  }

  .logoWhite {
    width: 222px;
    height: 30px;
    margin-top: 37px;
    margin-bottom: 30px;
  }

  .footerTextArea {
    height: auto;
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 50px;
    align-items: center;
    justify-content: center;
    width: 100vw;
  }

  .footerArea {
    flex-direction: column;
    height: auto;
    background: url("../image/servicePhoneBg.png");
  }
  .phoneFlex {
    display: flex;
  }
  .phoneMl {
    margin-left: 15px;
  }
  .phoneHidden {
    display: none !important;
  }

  .logo {
    width: 243px;
    margin-left: 13px;
  }

  .navbar {
    padding: 0;
    background: #2975bb;
  }

  .searchBoxPhone {
    width: 250px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e67876;
    border-radius: 8px;
    padding-left: 18px;
    margin: 0 auto;
  }

  #search {
    padding: 10px;
  }

  .searchInput {
    border: none;
    /* 移除边框 */
    outline: none;
    /* 移除焦点时的轮廓 */
    font-size: 14px;
    /* color: #E67876; */
  }

  .searchInput::placeholder {
    color: #2975bb;
  }

  .searchIcon {
    width: 17px;
    height: 17px;
    margin-right: 15px;
  }

  .nav-item {
    background: #2975bb;
    /* border-bottom: 1px solid #ccc; */
    min-height: 50px;
    height: auto;
  }
  .nav-sub-item {
    display: flex;
    align-items: center;
  }
  .nav-link {
    height: 50px;
    /* width: 90%; */
    flex: 1;
  }
  .nav-button {
    width: 15%;
    display: flex;
    justify-content: center;
    color: white;
  }
  .linkArea {
    background: #2975bb;
    margin-top: 44px;
    padding: 0 38px;
    padding-top: 34px;
  }
  .linkBox {
    flex-wrap: wrap;
  }
  .linkBox .dropdown-item {
    padding: 0 30px;
  }
  .linkBox .dropdown-item:hover {
    background: none;
    color: inherit;
  }
  .linkBox .dropdown-item ~ .dropdown-item {
    margin-top: 31px;
  }
  .linkTitle {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 26px;
    padding-right: 26px;
  }

  .sjxSmall {
    width: 10px;
  }
  .sjxBig {
    width: 17px;
  }
  #search {
    background: #2975bb;
  }
  .searchBoxPhone {
    border-color: white;
    background: white;
  }
  .redArea {
    height: 45px;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
  }
  .title {
    font-weight: bold;
    font-size: 15px;
  }
  .dropdown-menu {
  }
  .dropdown-item {
    padding: 0;
  }
  .yanjiuItem {
    margin: 0;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 14px;
    height: 46px;
    border-bottom: 1px solid #d8d8d8;
  }

  .yanjiuArea {
  }
  .page-link {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .pre {
    width: 60px;
    height: 30px;
  }
  .pagination {
    margin-top: 34px;
    margin-bottom: 37px;
  }
  .linkBox {
    padding: 34px 32px;
    margin-left: -10%;
    justify-content: space-between;
    margin-top: -21px;
  }

  .linkItem {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10%;
    width: 50px;
    white-space: nowrap;
    margin-top: 21px;
  }

  .serviceIcon {
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #ffcc99;
    margin-bottom: 8px;
  }
}