@charset "UTF-8";

.active a {
  color: #004baa !important;
}

.nav-item a:hover {
  color: rgba(0, 0, 0, 0.75);
}

.nav-item a:active {
  color: #004baa !important;
}

.nav-item .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.tit-box-left {
  width: 69px;
  height: 19px;
  border-radius: 9px;
  background-image: linear-gradient(to right, #ffffff, #77da94);
}
.tit-box-center {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
}
.tit-box-right {
  width: 69px;
  height: 19px;
  border-radius: 9px;
  background-image: linear-gradient(to right, #74b9fc, #ffffff);
}

.pro-item:hover {
  cursor: pointer;
  .pro-img {
    transform: scale(1.33);
  }
}
.pro-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  width: 285px;
  height: 320px;
  border-radius: 4px;
  box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease-in-out;
}
.pro-item .pro-img {
  width: 285px;
  height: 275px;
  border-radius: 4px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #f3f5f8;
  transition: all 500ms ease-in-out;
}
.pro-item .pro-font {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.btn-more {
  width: 196px;
  height: 50px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #004baa;
  font-size: 16px;
  color: #004baa;
  font-weight: 400;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  position: relative;
  transition: all 500ms ease-in-out;
}

.btn-more:hover {
  cursor: pointer;
  transform: scale(0.85);
}
.btn-more:after {
  content: "";
  display: block;
  position: absolute;
  top: -36px;
  left: -100px;
  background: #004baa;
  width: 50px;
  height: 125px;
  opacity: 50%;
  transform: rotate(-45deg);
}

.btn-more:hover:after {
  left: 120%;
  transition: all 1000ms cubic-bezier(0.3, 1, 0.2, 1);
  -webkit-transition: all 1000ms cubic-bezier(0.3, 1, 0.2, 1);
}

.info-item-left {
  width: 605px;
  height: 315px;
}
.info-item-right {
  width: 630px;
  height: 275px;
  background-color: #ffffff;
  margin-left: -30px;
  box-sizing: border-box;
  box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.info-item-right:hover {
  cursor: pointer;
}
.ii-right-1 {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.ii-right-2 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.ii-right-3 {
}
.card {
  width: 380px;
  border: none;
}
.card:hover {
  cursor: pointer;
  .card-img-top {
    transform: scale(1.21);
  }
}
.card-img-top {
  width: 380px;
  height: 292px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: all 500ms ease-in-out;
}

.card-title {
  font-weight: bold;
  font-size: 16px;
  color: #373737;
}
/* .rightBtn {
  position: fixed;
  right: 2.9%;
  top: 687px;
  z-index: 999;
} */
.rightItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 2px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
.rightItemBgk,
.rightItemBgk1 {
  width: 24px;
  height: 24px;
  margin-bottom: 9px;
  background-size: contain;
  background-image: url(../image/toTopInit.png);
}
.rightItemBgk1 {
  background-image: url(../image/toAskInit.png);
}
.rightItem:hover {
  background: #004baa;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.rightItem:hover .rightItemBgk{
	background-image: url(../image/toTopHover.png);
}
.rightItem:hover .rightItemBgk1{
	background-image: url(../image/toAskHover.png);
}
.carousel-control-prev, .carousel-control-next {
  border: none;
  background: transparent;
  /* opacity: 0; */
}