@charset "utf-8";
/* CSS Document */
body {
  font-family:
    "Microsoft YaHei", SimHei, Arial, SimSun;
  line-height: 1.8;
}
p {
  color: #788487;
}
a, a:hover {
  text-decoration: none;
}
.navtext {
	font-size: 0.8rem;
	color: rgba(0, 0, 0, 0.5);
}

.bg-footer {
  background-color: #21325b;
}
.link-light {
  color: #f7faff;
}
.link-light:focus, .link-light:hover {
  color: rgba(255, 255, 255, .7);
}
.bg-footer .yejiao a {
  color: rgba(255, 255, 255, .4);
}
.bg-footer li a {
  color: rgba(255, 255, 255, .5);
}
.bg-footer .list-inline li a {
  color: rgba(255, 255, 255, .3);
}
.bg-footer:focus, .bg-footer:hover {
  color: rgba(255, 255, 255, .7);
}
.border-white-10 {
  border-color: rgba(255, 255, 255, .1) !important;
}
.yejiao {
  margin-bottom: .2rem;
}
.gund1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 4rem 0;
  position: relative;
  margin-bottom: 0px;
}
.overlay2 {
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}
.gund2 {
  position: relative;
  z-index: 2;
}
.dh-img-sc {
  border-radius: .5rem;
  transform: translateZ(0);
  overflow: hidden;
}
.dh-img-sc > img {
  display: block;
  transition: transform .35s ease-in-out;
}
.dh-img-sc-hov:hover .dh-img-sc > img {
  transform: scale(1.05);
}
.dh-div-sx {
  transition: all .2s ease-in-out;
}
.dh-div-sx:focus, .dh-div-sx:hover {
  transform: translateY(-.1875rem) !important;
}
.dh-div-tm img {
    transition: all 0.6s;
}
.dh-div-tm img:hover {
    opacity: .85;
}
.btn-transition {
	transition: all .2s ease-in-out;
}
.btn-transition:focus, .btn-transition:hover {
	transform: translateY(-.1875rem);
}
.btn-light, .btn-light:focus, .btn-light:hover {
	box-shadow: 0 4px 11px rgba(247,250,255,.35);
}
.btn-light:hover {
	color: #000;
	background-color: #f8fbff;
	border-color: #f8fbff;
}
.hdp-text {
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.banner {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

aside div.p-4 ol.list-unstyled li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dpbg {
	background-size: cover;
	padding: 60px 0;
}
article div.media.p-2 img{
	width: 60px;
	height: 60px;
}
.cardimg img{
	width: 80px;
	height: 80px;
}
.cardimg60 img{
	width: 60px;
	height: 60px;
}
.carousel-control-next-icon {
	background-image: url(../images/right.png);
}
.carousel-control-prev-icon {
	background-image: url(../images/left.png);
}