@charset "utf-8";

.fiexdFoot {
	position: fixed;
	bottom: 30px;
	z-index: 9999;
	color: #FFF;
	font-size: 14px;
}

.fiexdFoot a {
	color: #999;
}

.blackfont a {
	color: #666;
}

.pdb50px {
	padding-bottom: 50px;
}

.margt50 {
	margin-top: 50px;
}

.pageFoot {
	margin-top: 50px;
	text-align: center;
	width: 100%;
	font-size: 14px;
	padding-bottom: 20px;
}
.pageFoot a{
	color: #999;
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none !important;
}

.content {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page {
	width: 100%;
	height: 100%;
}

.logo {
	line-height: 0;
}

.logo a {
	display: inline-block;
	width: 160px;
	height: 32px;
}

.logo img {
	width: 160px;
	height: 32px;
}

.swiper-slide {
	/* position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; */
	/* padding-top: 70px; */
	/* padding-bottom: 70px; */
	box-sizing: border-box;
}

.slide1 {
	background-image: url(../img/indexbg3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #1170ff;
}

.slide2 {
	background-image: url(../img/indexbg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #7611ff;
}

.slide3 {
	background-image: url(../img/indexbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #9211ff;
}




.navBar {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1200px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	box-sizing: border-box;
	z-index: 9999;
	background-color: rgba(255, 255, 255, .01);
}

.nav-group ul {
	display: flex;
	align-items: center;
}

.nav-group ul li a {
	font-size: 15px;
	display: block;
	color: #FFF;
	margin: 0 30px;
	height: 70px;
	line-height: 70px;
	box-sizing: border-box;
}

.nav-group ul li a:hover,
.nav-group ul li .isActive {
	border-bottom: 3px solid #4eaaff;
}

.nav-group ul li a span {
	font-size: 10px;
	padding-left: 4px;
	color: rgba(255, 255, 255, .5);
}

.caseNav .nav-group ul li a {
	font-size: 15px;
	color: #333;
	margin: 0 30px;
	/* display: flex;
	flex-direction: column; */
}

.caseNav .nav-group ul li a span {
	font-size: 10px;
	padding-left: 4px;
	color: #999;
}

.slide-nr {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	padding-bottom: 70px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nr-text h1 {
	color: #FFF;
	margin-bottom: 50px;
	font-size: 36px;
	line-height: 1.6;
	font-weight: bold;
}

.nr-text .mainp {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.mainp img {
	margin: 0 20px;
}

.tag {
	font-size: 0;
	margin-left: -12px;
	margin-top: 50px;
}

.tag span {
	display: inline-block;
	padding: 12px 20px;
	font-size: 16px;
	color: #FFF;
	border: 1px dashed rgba(255, 255, 255, .3);
	border-radius: 4px;
	margin: 12px;
	background-color: rgba(255, 255, 255, .05);

}

.special {
	border: 1px dashed rgba(255, 255, 255, .3);
	padding: 20px 40px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .05);
}

/* 联系客服按钮 */
.flotDiv {
	position: fixed;
	right: 20px;
	bottom: 50px;
	background-color: transparent;
	border-radius: 3px;
	z-index: 999;
}

.flotDiv ul li {
	position: relative;
}

.blackfont {
	color: #666 !important;
}

.popBox {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 90px;
	top: 0;
	background-color: #FFF;
	display: none;
}

.popBox img {
	width: 100%;
	height: 100%;
}

.flotDiv ul {
	padding: 0;
}

.flotDiv ul li a {
	display: block;
	width: 80px;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: transparent;
}

.flotDiv ul li a img {
	width: 50px;
	height: 50px;
	border-radius: 100px;
}

.flotDiv ul li a .kefuIcon {
	box-shadow: 0 3px 10px rgba(252, 86, 86, .4);
}

.flotDiv ul li a .kaidianIcon {
	box-shadow: 0 3px 10px rgba(159, 197, 42, .4);
}

.flotDiv ul li a .guanzhuIcon {
	box-shadow: 0 3px 10px rgba(21, 155, 255, .4);
}

.flotDiv ul li a span {
	font-size: 14px;
	color: #fff;
	padding-top: 8px;
}

/* case */
.caseNav {
	background-color: #FFF !important;
	box-shadow: 0 0 10px rgb(0, 0, 0, .05) !important;
}

.caseGroup {
	padding-top: 70px;
	margin: 50px auto 0;
	width: 1600px;
}

.caseGroup2 {
	width: 100%;
	padding-top: 70px;
	margin-top: 40px;
}

.template_title {
	text-align: center;
	font-size: 32px;
	color: #3b3232;
	font-weight: normal;
}

.template_dis {
	margin-top: 20px;
	text-align: center;
	line-height: 24px;
	font-size: 15px;
	color: #888;
}

.templateHead {
	width: 1000px;
	margin: 0 auto 50px;
}

.haveBg {
	background-image: url(../img/case.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.UsBg {
	background-image: url(../img/Us.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.staff {
	width: 340px !important;
	height: 480px;
	padding: 30px !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.templateCard {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


.content_itemA {
	line-height: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	width: 380px;
}

.subheading {
	margin-top: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #584f4f;
	font-weight: normal;
}

.item_text {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
}
.item_text span{
}

.text-l {
	font-size: 14px !important;
	height: 110px;
	margin-top: 20px !important;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	text-align: left !important;
}

.seniority {
	color: #666 !important;
	font-size: 14px !important;
}

.item_img2 {
	width: 100%;
	max-width: 260px;
	max-height: 476px;
}

.item_img3 {
	width: 200px;
	height: 200px;
}

.item_img {
	width: 100%;
	max-width: 120px;
	max-height: 120px;
}

.item_text h3 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	line-height: 1;
}

.item_text p {
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	color: #999;
	margin-bottom: 0;
	margin-top: 10px;
}


/*鼠标移入显示二维码*/

.item-container {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
}

.item-container2 {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.erweicode {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 999;
	box-sizing: border-box;
	border: 1px dashed #ddd;
	padding: 0 30px;
}

.erweicode img {
	width: 100%;
}

.scan {
	color: #9c9191;
	padding-top: 20px;
}

/*翻页*/

.paging {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.paging a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.disabled a {
	color: #666 !important;
	background-color: #eee !important;
	border: 1px solid #eee !important;
}

.disabled a:hover {
	color: #666 !important;
}

.project-img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.popBox {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 90px;
	top: 0;
	background-color: #FFF;
	display: none;
}

.popBox img {
	width: 100%;
	height: 100%;
}
