* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none !important;
	/* 移除下划线 */
}

/* 版心 */
.content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/* 总体轮播框架 */
html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* 第一个轮播图 */

#video-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* z-index: 50; */
	object-fit: cover;
}

/* icon-left */
.icon-one {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 4%;
	left: 2%;
	z-index: 99;
}



.icon-one2 {
	width: 256px;
	height: 149px;
	position: absolute;
	top: 10%;
	left: 57%;
}

.icon-one3 {
	position: absolute;
	bottom: -14%;
	right: -50%;
}

/* icon-right */
.icon-right {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 119px;
	height: 61px;
	/* background-color: green; */
	z-index: 99;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	color: white;
}

.icon-right-span {
	display: flex;
	flex-direction: column;
}

.num7-right1 {
	display: none;
}

.icon-right-span span {
	width: 40px;
	height: 6px;
	background-color: red;
	z-index: 999;
	margin-top: 5px;
}

/* .icon-right 隐藏部分 */
.icon-right-none {
	width: 1300px;
	height: 100%;
	/* background-color: yellow; */
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	display: none;
}

.icon-right-none-top {
	width: 100%;
	height: 100px;
	background-color: red;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 30px;
	/* font-weight: 600; */
	color: white;
}

.mar-left {
	margin-left: 30px;
}

.mar-right {
	margin-right: 30px;
	font-size: 40px;
}

.cd-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	height: 44%;
}

.cd-nav .cd-selected {
	width: 433px;
	/* height: 414px; */
	height: 100%;
	background-color: #303030;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

.cd-nav .cd-selected a {
	text-decoration: none;
	/* 移除下划线 */
	color: white;
	font-size: 26px;
}

.sw2 {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.c_nav_main-98002001 .cd-nav li {
		width: 33.33%;
		float: left;
		height: calc((100vh - 116px)/2);
		min-height: 250px;
		background: #303030;
	}

	.c_nav_main-98002001 .cd-nav li:nth-of-type(2n) {
		border-right-width: 1px;
	}

	.c_nav_main-98002001 .cd-nav li:nth-of-type(3n) {
		border-right-width: 0;
	}

	.c_nav_main-98002001 .cd-nav em {
		font-size: 20px;
	}
}

/* 在线客服部分 ********************** */
.kefu {
	width: 37px;
	height: 154px;
	background-color: #65beba;
	position: absolute;
	right: 0px;
	top: 183px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.kefu span {
	font-size: 14px;
	color: white;
	width: 37px;
}

.kefuone {
	width: 218px;
	height: 274px;
	background-color: white;
	z-index: 99;
	position: absolute;
	top: 183px;
	right: 37px;
	display: none;
}

.p_headBox {
	width: auto;
	height: auto;
	padding: 20px;
	border: 1px solid #E4E4E4;
	border-bottom: none;
}

.p_headBox .p_name {
	font-size: 16px;
	color: #333333
}

.p_headBox .p_name .iconfont {
	font-size: 28px;
	background-color: #999999;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.p_headBox .p_name .iconfont:before {
	content: "\e628";
}

.p_headBox .p_tel {
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.p_contentBox {
	width: auto;
	height: auto;
	padding: 20px 15px;
	border: 1px solid #E4E4E4;
}

.p_contentBox .p_articles:last-child {
	margin-bottom: 10px;
}

.p_articles {
	width: auto;
	height: auto;
	color: #999999;
	margin-bottom: 30px;
}

.p_contentBox .p_articles:last-child {
	margin-bottom: 10px;
}

.p_articles .p_title,
.p_articles .p_QQ,
.p_articles .p_Wang,
.p_articles .p_skpey {
	float: left;
	width: 7em;
	text-align: right;
	font-size: 14px;
}

/* 服务时间 */
.p_footerBox {
	width: auto;
	height: auto;
}

.p_timeBox {
	width: auto;
	height: auto;
	padding: 20px;
	border: 1px solid #E4E4E4;
	border-top: none;
	text-align: center;
}

.p_time {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	vertical-align: middle;
}

.p_AssistNameC {
	font-size: 14px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}

.num1 {
	background: url(../images//ind/pageone.png) no-repeat;
	background-size: 100%;
}

/* 第二个轮播图 */
.num2 {
	background: url(../images/ind/pagetwo.png) no-repeat;
	background-size: 100%;
	/* background-color: red; */
}

.num2-swiper {
	width: 1340px;
	height: 638px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.num2-bottom {
	width: 1062px;
	height: 141px;
	display: flex;
}

.num2-sem {
	width: 17%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.num2-semone {
	color: #d13031;
	display: flex;
	justify-content: center;
}

.num2-n {
	font-size: 36px;
}

.num2-s {
	font-size: 13px;
	padding-bottom: 30px;
}

.num2-semtwo {
	font-size: 11px;
}

.num2-p {
	font-size: 15px;
	width: 80%;
	height: 120px;
	margin: 60px 0;
	line-height: 28px;
}

.num2-bottomm {
	width: 140px;
	height: 40px;
	background-color: red;
	border-radius: 0 15px 0 15px;
	color: white;
	font-size: 15px;
	padding-top: 10px;
	margin-top: 30px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

/* 第三个轮播图 ***************** */
.num3 {
	background: url(../images/ind/pagethree.png) no-repeat;
	background-size: 100%;
}

/* .swiper-container {
    width: 100%;
    height: 100%;
} */

.swipertwo .swiper-slide {
	text-align: center;
	font-size: 18px;
	margin-right: 20px;
	margin-top: 170px;
	/* width: 1440px; */
	height: 600px;
	background-color: rgba(0, 0, 0, 0);
	/* background-color: none; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swipertwo img {
	width: 100%;
	height: 100%;
}

@media (max-width: 760px) {

	.swipertwo img {
		width: 100%;
		height: 100%;
	}

	.swipertwo .numright {
		width: 100% !important;
		height: 100% !important;
	}

	.disp a {
		width: 50%;
	}

	.swiper-button-next {
		right: 20px;
		transform: rotate(90deg);
	}

	.swiper-button-prev {
		left: 20px;
		transform: rotate(90deg);
	}
}

.swipertwo .disp {
	display: flex;
	align-items: center;
	justify-content: center;
}

.swipertwo .img {
	width: 285px;
	height: 373px;
}

.swipertwo .numleft {
	width: 40%;
	height: 100%;
	color: white;
	text-align: left;
	padding-left: 80px;
}

.swipertwo .numright {
	width: 60%;
	height: 100%;
}

.swipertwo .ad {
	width: 10px;
	height: 3px;
	background-color: white;
	margin-top: 20px;
}

.swipertwo .num-p {
	font-size: 14px;
	line-height: 20px;
}


/* 第四个轮播图****************** */
.num4 {
	background: url(../images/ind/pagefour.png) no-repeat;
	background-size: 100%;
}

.num4-center {
	width: 80%;
	height: 80%;
}

.num4-disp {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.num4-p {
	width: 755px;
	/* height: 200px; */
	line-height: 27px;
	font-size: 15px;
	margin: 60px 0;
}

.num4-image {
	width: 100%;
	height: 370px;
	display: flex;
}

.num4-img-one {
	width: 30%;
	height: 370px;
	margin: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.num4-p2 {
	width: 75%;
	line-height: 28px;
	font-size: 15px;
}

/* 第五个轮播图******** */
.num5 {
	background: url(../images/ind/pagefive.png) no-repeat;
	background-size: 100%;
}

.num5-center {
	width: 80%;
	height: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.num4-image-one .num4-image-one-img {
	width: 31.25rem;
	height: 20rem;
}

.num4-image-one-title {
	margin: 20px 0;
	font-weight: 600;
}

.num5-cent {
	width: 50%;
	height: 500px;
}

.num5-cent img {
	width: 100%;
}

.num5-left {
	width: 340px;
	height: 217px;
	position: absolute;
	top: 120px;
	left: 0;
	text-align: left;
	color: white;
}

.num5-icon {
	width: 100%;
	height: 70px;
	background: url(../images/ind/strength.png) no-repeat;
	background-size: 100%;
}

.num5-pone {
	color: white;
	width: 222px;
	height: 132px;
	text-align: left;

}

.num5-pone p {
	font-size: 15px;
	line-height: 20px;
}

.liaojie {
	font-size: 15px;
}

.positionone {
	position: absolute;
	top: -22%;
	right: 26%;
}

.positiontwo {
	position: absolute;
	right: 8%;
	top: 40%;
}

.margintitle {
	margin-top: 6.25rem;
}

.positionthree {
	position: absolute;
	bottom: 8%;
	left: 28%;
}

/* 第六个轮播图  ******************************/
.num6 {
	background: url(../images/ind/page-six.png) no-repeat;
	background-size: 100%;
}

.num6-center {
	width: 70%;
	height: 100%;
}

.num6-left {
	width: 30%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 20%;
}

.num6-right {
	width: 70%;
	height: 100%;
	float: left;
}

.num6-left-d1 {
	width: 70%;
	height: 100px;
	background: url(../images/ind/NEWS.png) no-repeat;
	background-size: 100%;
}

.num6-new {
	font-size: 36px;
	font-weight: 500;
	margin: 40px 0;
}

.num6-more {
	width: 67px;
	height: 30px;
	border-radius: 15px;
	background-color: #cb0709;
	padding-top: 7px;
	font-size: 12px;
	color: white;
	margin-top: 40px;
}

.num6-done {
	font-size: 15px;
}

.num6-right-done {
	width: 32%;
	height: 100%;
	float: left;
	padding: 0 20px;
	text-align: left;
}

.num6-mo {
	width: 100px;
	height: 35px;
	border-radius: 20px;
	border: 1px solid #bab9b9;
	padding-top: 9px;
	padding-left: 28px;
	font-size: 12px;
	color: #bab9b9;
	margin-top: 60px;
}

.num6-right-done:hover {
	background-color: #e8e8e8;
}

.num6-mo:hover {
	background-color: red;
	color: white;
}

/* 第七个轮播图  ******************************/
.num7 {
	background: url(../images/ind/page-seven.png) no-repeat;
	background-size: 100%;
}

.num7-center {
	width: 79%;
	height: 83%;
}

.num7-left {
	width: 30%;
	height: 100%;
	float: left;
	display: flex;
	align-items: flex-end;
}

.num7-right {
	width: 70%;
	height: 100%;
	float: left;
	color: white;
}

.num7-di {
	color: #dfdfdf;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.num7-name {
	width: 230px;
	height: 25px;
	border-bottom: 1px solid white;
	margin-right: 30px;
}

.num7-input {
	font-size: 15px;
}

input {
	background-color: transparent;
	border: none;
}

textarea {
	background-color: transparent;
	border: none;
}

.num7-text {
	width: 460px;
	height: 120px;
	border-bottom: 1px solid white;
	margin-right: 30px;
	margin-top: 30px;
	font-size: 15px;
}

.num7-bor {
	margin-top: 249px;
	margin-left: 124px;
}

.num7-button {
	width: 100px;
	height: 40px;
	background-color: red;
	margin-top: 40px;
	border-radius: 19px;
	padding-top: 10px;
	font-size: 14px;
	color: white;
}

.num7-banq {
	width: 100%;
	height: 36px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	font-size: 14px;
	padding-top: 10px;
}

.num7-banq a {color: white;}
#video-background {
	object-fit: fill !important;
}






@media screen and (max-width: 768px) {
	.icon-right div {

		font-size: 12px;

	}

	.icon-right-span span {
		width: 17px;
		height: 3px;
		background-color: red;
		z-index: 999;
		margin-top: 2px;
	}

	.icon-right {
		position: absolute;
		right: 18px;
		top: -7px;
		width: 55px;
		height: 61px;
	}

	.icon-one img {

		width: 40px;

	}

	.icon-one {
		top: 2%;
	}

	.animate__backInDown img {
		width: 100%
	}

	.cd-nav .cd-selected a {
		font-size: 1.5rem;
	}

	.cd-nav .cd-selected a img {
		width: 45%;
		display: none;
	}

	.cd-nav .cd-selected {
		width: 100%;
	}

	.icon-right-none {
		width: 30%;
		height: 30%;
		top: 6%;

	}

	.cd-nav {
		height: 20%;
	}

	.icon-right-none-top {
		width: 100%;
		height: 17%;
		font-size: 12px;
		display: none;
	}

	.num2 {
		background-size: 100% 100%;
	}

	.num2-p {
		font-size: 12px;
		width: 30%;
		height: 36%;
		margin: 4% 0;
		line-height: 28px;
	}

	.num2-swiper div h1 {
		font-size: 20px;
		margin-top: 20%;
	}


	.num3 {
		background-size: 100% 100%;
	}

	.num4 {
		background-size: 100% 100%;
	}

	.num5 {
		background-size: 100% 100%;
	}

	.num5-cent {
		width: 100%;
		height: 45%;
		display: none;
	}

	.num4-center div h1 {
		font-size: 18px;
	}

	.num4-p {
		width: 101%;
		line-height: 27px;
		font-size: 12px;
		margin: 5% 0;
	}


	.num4-image-one .num4-image-one-title {
		margin: 5% 0;
		font-weight: 600;
		font-size: 16px;
	}


	.num4-p2 {
		line-height: 2.5rem;
		margin-top: 5%;
		font-size: 12px;
		width: 100%;
	}

	.num5-pone {
		color: white;
		width: 100%;
		height: 100%;
		text-align: center;
	}

	.num5-pone h2 {
		font-size: 16px;
		margin-bottom: 0;
		font-weight: bold;
	}

	.timeimg {
		width: 100% !important;
		margin-top: 25%;

	}

	.timeicon1 {
		left: 40.8% !important;
	}

	.timeicon2 {
		left: 11% !important;
	}

	.timeicon3 {
		width: 22% !important;
		height: 22% !important;

		top: -75% !important;
		left: 69% !important;
	}

	.num5-icon {

		background-size: 100% 100%;

	}

	.num5-pone p {
		margin-top: 5%;
		font-size: 12px;
		line-height: 24px;
	}

	.num5-left div h1 {

		font-size: 14px;
		margin: 1% 0;

	}

	.num5-left {
		width: 340px;
		/* height: 166px; */
		position: absolute;
		top: 72%;
		left: -17px;
		text-align: center;
		color: white;
	}

	.liaoji {
		font-size: 12px;
	}

	.positionone {
		position: absolute;
		top: 0%;
		right: 0%;
	}

	.positiontwo {
		position: absolute;
		right: 0%;
		top: 20%;
	}

	.positionthree {
		position: absolute;
		top: 40%;
		left: 0%;
	}

	.num6 {
		background-size: 100% 100%;
	}

	.num6-new {
		font-size: 12px;
		font-weight: 600;
		margin: 9% 0;
	}

	.num6-done {
		font-size: 15px;
		transform: scale(0.7);
	}

	.num6-more {
		width: 80px;
		height: 30px;
		border-radius: 15px;
		background-color: #cb0709;
		padding-top: 7px;
		font-size: 12px;
		color: white;
		margin-top: 18px;
	}

	.uiiu {
		margin-top: 30% !important;
	}

	.num6-right-done {
		width: 100%;
	}

	/* 	.num6-right-done {
		transform: scale(0.8);
		width: 72%;
		height: 79%;
		float: left;
		padding: 0 20px;
		margin-left: -52px;
		text-align: left;
	} */

	/* 	.num6-right {
		width: 100%;
		height: 100%;
		display: flex;
		    flex-direction: column;
		    align-items: center;
	} */
	.num6-right {
		display: none;
	}

	.num6-right1 {
		display: block;
	}

	.num6-left {

		position: relative;
		left: 8%;
		display: none;
	}

	.num7 {
		background-size: 100% 100%;
	}

	.num7-center {
		width: 100%;
		height: 100%;
		margin-top: 20%;
		transform: scale(0.8);
		display: flex;
		flex-direction: column;
		margin-top: 0;
		/* margin-left: -28%; */
	}

	.swipertwo .ad {
		display: none;
	}

	.margintitle h1 {
		font-size: 14px;
		font-weight: bold;
	}

	.listtite h3 {
		font-size: 12px;
	}

	.swipertwo .numleft {
		width: 20%;
		height: 100%;
		color: white;
		text-align: center;
		padding-left: 0;
		margin-left: 10%;
	}

	.swipertwo .swiper-slide {
		margin-top: 0;
	}

	.num7-banq {
		height: 57px
	}

	.num7-bor {
		margin: 0;

	}

	.sw2 {
		display: block;
	}

	.sw1 {
		display: none;
	}


	.num4-one1 {

		display: none !important;

	}

	.num6-center {
		width: 100%;

	}

	.num7-right {
		height: auto;
		margin-top: 20%;
	}

	.num7-text {
		width: 100%;
	}

	.num7-left {
		height: 23%;
		width: 90%;
		margin-top: 20%;
		margin-left: 12%;

	}

	.num7-di {
		width: 75%;
	}



	.erwe {
		/* margin: 20% 20% 20% 50% !important; */
	}

	.num7-di {
		color: #dfdfdf;
		display: flex;
		flex-direction: row;
		width: 100%;
		align-items: center;
		justify-content: flex-start;
	}

	.kihjiu {
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 20px;
	}

	.jihou {
		height: 25%;

	}

	.nkho {
		/* font-size: 28px !important; */
		display: none;
	}

	.obui {
		font-size: 18px;
	}

	#video-background {
		object-fit: contain !important;
		top: -17%;
	}

	.swiperviedeo {
		background-image: url("/images/ind/big_80f2a62eae9acc46e741d23abc0ce36e.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.swiperviedeo .disp {

		position: relative;
		top: -17%;
	}
}