/*home*/
html, body {
	height: 100%;
	font-weight: 300;
	word-wrap: break-word;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a.m-link {
    color: #180A33;
    padding: 0;
    transition: all 0.3s ease;
}
a.m-link:hover {
    color: #006DE4;
}

.p-80 {
	padding-left: 80px;
	padding-right: 80px;
}

.bg-blue {
  background-color: #004bff;
}

.bg-black {
	background-color: #000;
}
.bg-green {
	background-color: #C3EFFF;
}

.h1-blue {
	color: #006DE4;
	line-height: 1.4;
}

.font-14 {
	font-size: 14px;
}

.icon {
	width: 24px;
	height: 24px;
}
.icon-32 {
	width: 32px;
	height: 32px;
}

.text-slim {
	font-weight: 300;
}
.text-normal {
	font-weight: normal;
}
.text-blue {
	color: #004bff;
}
.text-black {
	color: #000;
}

.container-r {
	width: 100%;
	max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.topbar {
	color: #fff;
    background-color: #000;
}

.brand-logo {
	width: auto;
	height: 40px;
	margin: 12px 0;
}

.top-menu {
	margin-left: 60px;
}
.top-menu .nav-item {
	font-size: 18px;
	font-weight: 400;
}
.top-menu .nav-item a.nav-link {
    color: #fff;
    padding: 20px 24px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}
.top-menu .nav-item a.nav-link.active {
    border-color: #65FCFF;
}
.top-menu .nav-item a.nav-link:hover {
    color: #65FCFF;
}

.wechat-friends {
  cursor: pointer;
}

.contact-bar {
	color: #180A33;
	text-align: right;
}

.bg-mark {
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
	background-color: rgba(0,0,0,.4);
	transition: all 0.3s ease;
}
.mark-hover:hover .bg-mark {
	background-color: #006DE4;
}

.content {
	line-height: 2;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin: 24px 0;
}

.service-content {
	height: 100px;
	overflow: scroll;
	z-index: 999;
}
.service-content:hover {
	cursor: ns-resize;
}
.content-mark {
	width: 100%;
	height: 4rem;
	background-image: linear-gradient(rgba(255,255,255,0), #ffffff);
	position: absolute;
	bottom: 0;
	z-index: 1;
}

#wechatCode img {
  margin: auto;
}

/*手机菜单*/
.function-bar {
    width: 100%;
    padding: 0;
    background-color: #fff;
    z-index: 9999;
    right: -100%;
    position: fixed;
    bottom: -200px;
    top: 0;
    left: auto;
    overflow: hidden;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -moz-transition: -moz-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -o-transition: -o-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.bar-button-column {
  height: 50px;
  position: relative;
}
.bar-button {
  position: absolute;
  right: 0;
}

.phone-menu .nav-item a.nav-link {
    color: #180A33;
    padding: 20px;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ddd;
}
.phone-menu .nav-item a.nav-link.active {
    border-bottom: 2px solid #006DE4;
}
.phone-menu .nav-item a.nav-link:hover, .phone-menu .submenu .submenu-item:hover {
    color: #006DE4;
    background-color: #f3f3f3;
}
.phone-menu .submenu {
	display: none;
}
.phone-menu .submenu .submenu-item {
	padding: 20px;
	display: block;
	border-bottom: 1px solid #ddd;
}
/*手机菜单*/


.home-1 {
	height: 600px;
	padding-bottom: 100px;
	background-color: #000;
	background-image: url('/assets/images/ui/home_1_bg.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right top;
}
.home-2 {
	margin-top: -100px;
}

.btn-blue {
    color: #fff;
    background-color: #004bff;
    border: none;
}
.btn-lg {
    padding: 0.75rem 3rem;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 8px;
}
.badge {
  padding: 4px 8px;
  border-radius: 2px;
}
.badge-white-tr {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.font-16 {
	font-size: 16px;
}
.borde-radius-6 {
	border-radius: 6px;
}
.borde-radius-12 {
	border-radius: 12px;
}
.btn-icon {
	cursor: pointer;
}

.mask-card {
  width: 100%;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mask {
  background-image: linear-gradient(0deg, #004bff 20%, transparent 70%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.mask-body {
  padding: 12px;
  position: relative;
  z-index: 2;
}
.product-card {
	height: 400px;
	color: #fff;
	border-radius: 6px;
	overflow: hidden;
}
.product-body {
    padding: 24px 32px;
    position: absolute;
    bottom: 0;
}
.product-cover {
	background-color: #eeeeee;
}

.category-cover {
	padding: 100px 0;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-2 .product-card {
	margin-bottom: 32px;
	box-shadow: 0 12px 18px rgba(0,0,0,.3);
}

footer {
	padding: 50px 0 20px 0;
}

.list-group {
	border-radius: 6px;
	overflow: hidden;
}
.list-group-item {
	border: none;
}

.topbar .submenu {
	width: 100%;
	color: #000;
	position: absolute;
	left: 0;
	z-index: 9999;
	display: none;
}
.topbar .list-group {
	width: 300px;
	padding-right: 16px;
	flex-shrink: 0;
	border-radius: 0;
    border-right: 1px solid #e3e3e3;
}
.topbar .list-group-item{
    border-radius: 0;
}
.topbar .submenu-item-li {
	display: flex;
	flex-wrap: wrap;
}
.topbar .submenu-item {
	width: 50%;
	padding: 0 16px;
	margin-bottom: 32px;
}

.page-cover {
	padding: 140px 0;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
  h1, .h1 {
    font-size: calc(1rem + 1.5vw);
  }
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 576px) {
	.home-1 {
		background-size: auto 60%;
	}
}