body,
html {
	font-family: "Helvetica Neue", Helvetica, Arial;
	width: 100%;
	height: 100%
}

.fz-w{
    font-size: 18px;
    font-weight: 700;
}

.section {
	width: 100%;
	height: auto;
	float: left;
}

.shiro {
	display: none
}

.navbar-nav a:hover {
	color: var(--tblr-danger) !important;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#carouselpro .carousel-indicators {
	position: static;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#carouselpro .carousel-indicators li {
	width: 80px;
	height: 80px;
	text-indent: 0;
	box-sizing: border-box;
	position: relative;
}

#carouselpro .carousel-indicators li img {
	width: 80px;
	height: 80px;
}

#carouselpro .carousel-indicators li.cvideo:before {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	content: "\f144";
	font-weight: 400;
	font-size: 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-top: -18px;
	margin-left: -18px;
	color: #fff;
	text-shadow: #333 2px 2px;
}

#carouselpro .carousel-indicators li.active img {
	border-color: var(--tblr-dark);
}

.covervideo {
	position: relative;
	display: inline-block;
}

.covervideo:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.covervideo:after {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	content: "\f144";
	font-weight: 400;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-top: -45px;
	margin-left: -30px;
	color: #fff;
	text-shadow: #333 2px 2px;
}

.empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 1rem;
	text-align: center
}

.empty-header {
	margin: 0 0 1rem;
	font-size: 4rem;
	font-weight: var(--tblr-font-weight-light);
	line-height: 1;
	color: var(--tblr-muted)
}

.empty-title {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: var(--tblr-font-weight-bold)
}

.card-img-overlay {
	background-color: rgba(0, 0, 0, .5);
	transition: all ease-In .3s;
}

.card-img-overlay:hover {
	background-color: rgba(0, 0, 0, .2);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.active .nav-link,
.nav-tabs .nav-link.active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: var(--tblr-danger);
	color: #fff;
}

.card-body {
	position: static;
}

.head-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}

.header {
	background-color: transparent;
	padding: 0px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: 1030;
	border-bottom: 1px solid #2c2c2c;
	border-top: 1px solid #2c2c2c;
}

.header .navbar-brand {
	margin: 0px;
	padding: 0px;
}

.header .navbar-brand img {
	height: 50px;
}

.header .navbar-nav .nav-link {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 1.5rem 1rem;
}

.header .navbar-nav .hvr-underline-from-left {
	overflow: initial;
}

.header .navbar-nav .hvr-underline-from-left:before {
	background: var(--tblr-danger);
}

.header .navbar-nav .dropdown-menu {
	min-width: auto;
	width: auto;
	transition: all 0.3s ease-out;
	display: block;
	top: 50px;
	max-height: 0px;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	padding: 0;
}

.header .navbar-nav .nav-item:hover .dropdown-menu,
.header .navbar-nav .nav-item a:hover+.dropdown-menu {
	display: block;
	visibility: visible;
	max-height: 100vh;
	height: auto;
}

.header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
	min-width: 8rem;
	font-size: .9rem;
	font-size: 1rem;
	font-weight: bold;
}

.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus,
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
	background-color: #eee;
	color: #fff;
}

.header-top a {
	font-size: 1.1rem;
	color: #fff;
	padding: .5rem;
	display: inline-block;
}
.nav-nemu{
	display: flex;
	flex-direction: column;
}
.nav-nemu .nav-link {
    color: #1f1f1f;
    font-size: 1.1rem;
    font-weight: bold;
	padding: .5rem calc(1.25rem / 2);
}
.nav-nemu .dropdown-item{
	font-weight: 700;
}
.banner .carousel-caption {
	text-align: left;
}

.inner .banner:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	/*background: rgba(0, 0, 0, .5);*/
	width: 100%;
	height: 100%;
}

.footer {
	color: #999;
	border: none;
}

.footer a {
	color: #999;
}

.footer dl dt,
.footer dl dt a {
	font-size: 1.1rem;
	color: #fff;
}
.footer .wx{
    padding-left: 23px;
}
.mobbox {
	width: 309px;
	height: 617px;
	position: relative;
	text-align: center;
	padding-top: 20px;
}

.mobbox video {
	width: 268px;
	height: 580px;
}

.mobbox:before {
	content: "";
	background: url(../image/iphone.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.macvideo {
	width: 500px;
	height: 373px;
	position: relative;
	text-align: center;
	padding-top: 55px;
}

.macvideo video {
	width: 380px;
	height: 220px;
}

.macvideo:before {
	content: "";
	background: url(../image/mac.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hollow {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
}

.PageSection .section {
	padding: 4% 0 !important;
}

.case-pro p {
	margin-top: 10px;
	line-height: 1.6;
}

.case-pro h1 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
}

li {
	list-style: none;
}

.-lisnewt ul a {
	display: block;
	margin: 40px 0;
}

.new-list ul a li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.new-list ul a li .left img {
	width: 100%;
}

.time {
	text-align: center;
	margin: 20px 0;
	color: #333;
	font-size: 14px;
}

.about {
	padding: 30px;
}

.about h2 {
	color: #dedede;
	font-size: 30px;
	font-weight: 500;
}

.about .subtitle {
	color: #818181;
	font-size: 16px;
}

.about .cont {
	color: #b6b6b6;
}

.about a {
	display: inline-block;
	padding: 10px 40px;
	background-color: #206BC4;
	color: #fff;
	border-radius: 30px;
}
.about a:hover{
    background-color: #206BC4;
}

@media(min-width:768px) {
	.pc-hidden {
		display: block;
	}

	.mb-hidden {
		display: none;
	}
	.index,
	.inner {
		padding-top: 115px;
	}

	.new-list ul {
		padding: 0 20px;
	}

	.new-list ul a {
		display: block;
		margin-bottom: 40px;
	}

	.new-list ul a li .left {
		width: 20%;
		overflow: hidden;
		border-radius: 5px;
	}

	.new-list ul a li .right {
		width: 77%;
		padding: 10px 0;
	}

	.new-list ul a li .right .title {
		color: #000;
		font-size: 15px;
	}

	.new-list ul a:hover li .right .title {
		color: var(--tblr-danger);
	}

	.new-list ul a li .right .cont {
		color: #686868;
		line-height: 1.5;
	}

	.new-list ul a li .right .date {
		color: #686868;
		font-size: 26px;
		margin-top: 10px;
	}

	.content {
		font-size: 16px;
		color: #000;
		line-height: 1.5;
	}

	.box1 .cont {
		padding: 60px 100px;
		text-align: center;
	}

	.cont2 .map {
		width: 100%;
		height: 400px;
	}

	.cont2 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 30px;
		padding: 0;
	}
	
	.cont2 ul li {
		padding-left: 70px;
		background-repeat: no-repeat;
		background-size: 15%;
	}
	.cont2 ul li:nth-child(1){
		background-size: 7.5%;
	}
	.video-list-item-ico {
		width: 100%;
		height: 350px;
		border-radius: 4px;
		position: relative;
	}

	.video-list-item .video-list-item-ico .video-link {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
	}

	.video-list-item-title {
		font-size: 18px;
		text-align: center;
	}

	/* 隐藏弹框 */
	.modal {
		display: none;
		position: fixed;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
	}

	/* 使弹框居中 */
	.modal-contents {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.modal-contents .video {
		width: 750px;
	}

	/* 关闭按钮样式 */
	.close {
		position: absolute;
		top: -5px;
		right: 10px;
		color: #fff;
		cursor: pointer;
		z-index: 2;
		font-size: 30px;
	}

	.footer .row>div {
		width: 15%;
	}

	.footer .row>div:nth-child(5) {
		width: 25%;
	}

	.footer .row>div:nth-child(7) {
		width: 100%;
	}
}
@media (min-width:1400px){
    
     .modal-contents .video {
		width: 1000px;
	}
}
@media (max-width:768px) {
	.pc-hidden {
		display: none;
	}

	.mb-hidden {
		display: block;
	}

	.index,
	.inner {
		padding-top: 96px;
	}

	.banner {
		height: 25vh;
	}

	.banner .carousel-control-next,
	.banner .carousel-control-prev {
		width: 5%;
	}

	.banner .carousel-caption {
		left: 5%;
		right: 5%;
	}

	.banner .carousel-caption h2 {
		font-size: 1.5rem;
	}

	.banner .carousel-caption .fa-3x {
		font-size: 2em;
	}

	.jieshao .row>div {
		margin-bottom: 20px;
	}

	.jieshao .row>div:nth-child(2) .border-end {
		border: none !important;
	}

	.new-list ul {
		padding: 0px;
	}

	.new-list ul a {
		display: block;
		margin-bottom: 20px;
	}

	.new-list ul a li .left {
		width: 100%;
		overflow: hidden;
		border-radius: 5px;
	}

	.new-list ul a li .right {
		width: 100%;
		padding: 10px 0;
	}

	.new-list ul a li .right .title {
		color: #000;
		font-size: 15px;
	}

	.new-list ul a:hover li .right .title {
		color: var(--tblr-danger);
	}

	.new-list ul a li .right .cont {
		color: #686868;
		line-height: 1.5;
	}

	.new-list ul a li .right .date {
		color: #686868;
		font-size: 26px;
		margin-top: 10px;
	}

	.content {
		font-size: 16px;
		color: #000;
		line-height: 1.5;
	}

	.box1 .cont {
		padding: 30px 10px;
		text-align: center;
	}

	.cont2 .map {
		width: 100%;
		height: 300px;
	}

	.cont2 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 30px 0;
		padding: 0;
	}

	.cont2 ul li {
		width: 100%;
		padding-left: 50px;
		background-repeat: no-repeat;
		background-size: 13%;
		margin-bottom: 20px;
	}

	.video-list-item-ico {
		width: 100%;
		height: 250px;
		border-radius: 4px;
		position: relative;
	}

	.video-list-item .video-list-item-ico .video-link {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
	}

	.video-list-item-title {
		font-size: 14px;
		text-align: center;
	}

	.modal {
		display: none;
		position: fixed;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
	}

	/* 使弹框居中 */
	.modal-contents {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.modal-contents .video {
		width: 340px;
	}

	/* 关闭按钮样式 */
	.close {
		position: absolute;
		top: -5px;
		right: 10px;
		color: #fff;
		cursor: pointer;
		z-index: 2;
		font-size: 30px;
	}
}

.box1 {
	background-image: url(../image/beijing1.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.box1 .tit {
	color: #fff;
}

.box1 .subtit {
	color: #999;
}

.box1 .cont p {
	font-size: 14px;
	color: #818181;
}

.box2 {
	background-image: url(../image/beijing2.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.cont2 ul li:nth-child(1) {
	background-image: url(../image/adress.webp);
}

.cont2 ul li:nth-child(2) {
	background-image: url(../image/phone.webp);
}

.cont2 ul li:nth-child(3) {
	background-image: url(../image/email.webp);
}

.cont2 ul li p {
	font-size: 16px;
	color: #a9a9a9;
	margin-bottom: 5px;
}