.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
}

.flex2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
}

/* 水平 从右到左 排列 */
.flex3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
}

.textcenter {
	text-align: center;
}

.service {
	background: none;
	padding: 0px 15px 0px 15px;
	width: 100%;
}

.nr {
	width: 100%;
}

.nrbox {
	width: 100%;
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.nrbox-item {
	padding: 30px 0 30px 0;
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
	width: 100%;
}

.nrbox-item .item-title {
	font-size: 1.15rem;
	margin-bottom: 5px;
}

.tip {
	background: url(../images/service/tip.png) no-repeat;
	display: inline-block;
	width: 80px;
	height: 30px;
	padding-left: 30px;
	line-height: 2.3rem;
}

/*fuji最新动态 盒子*/
.fuji-box {
	background-color: #00479d;
	height: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	justify-content: space-between;
}

.fuji-box h2 {
	color: var(--text-color-white);
	font-size: 1.9rem;
	text-align: center;
	padding-top: 20px;
	width: 100%;
	line-height: 1.8rem;
	height: 80px;
	display: inline-block;
	background-color: #00479d;
}

.fuji-news {
	height: 140px;
	width: 100%;
}

#test1 {
	height: 100%;
}

.s8,
sn3,
sn7,
sn9 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}


.fuji-news p {
	color: var(--text-color-white);
	font-size: 1.5rem;
	text-align: center;
	line-height: 4.3rem;
	margin: 0 10px;
	padding: 0;

	-webkit-transition-duration: 0.3s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function：ease;
	transition-timing-function：ease;
}

.fuji-news a:hover p {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);

}

/* 以下 是让动作变平滑 有个过渡 */
.fuji-news a:hover p {
	transition: all 0.36s ease-out 0s;
}

/* nxthead soft 样式 */
.nxthead-items,
.soft-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.nxthead-items li,
.soft-items li {
	height: 140px;
	margin-bottom: 20px;
	border: 1px solid #dadada;
	list-style: none;
}

.nxthead-items li {
	width: 21%;
}

.nxthead-items2 li {
	width: 100%;
}

.soft-items li {
	width: 46%;
}

.serverimgs {
	/* background: url(../images/service/service-2.png) no-repeat; */
	height: 100%;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--text-color-white);
}

.serverimgs p {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

ul>li>a:hover {
	background-color: aqua;
}

.s2 {
	background: url(../images/service/service-2.png) no-repeat;
}

.s3 {
	background: url(../images/service/service-3.png) no-repeat;
}

.s4 {
	background: url(../images/service/service-4.png) no-repeat;
}

.s5 {
	background: url(../images/service/service-5.png) no-repeat;
}

.s6 {
	background: url(../images/service/service-6.png) no-repeat;
}

.s7 {
	background: url(../images/service/service-7.png) no-repeat;
}

.s8 {
	background: #000 url(../images/service/service-8.png) no-repeat;
}

.sn3 {
	background: #000 url(../images/service/service-newsbg3.jpg) no-repeat;
}

.sn7 {
	background: #000 url(../images/service/service-newsbg7.jpg) no-repeat;
}

.sn9 {
	background: #000 url(../images/service/service-newsbg9.jpg) no-repeat;
}

.sn11 {
	background: #000 url(../images/service/service-newsbg11.jpg) no-repeat;
}

.sn12 {
	background: #000 url(../images/service/service-newsbg12.jpg) no-repeat;
}

.sn202203 {
	background: #000 url(../images/service/service-newsbg202203.jpg) no-repeat;
}
.sn202205 {
	background: #000 url(../images/service/service-newsbg202205.jpg) no-repeat;
}
.sn202206 {
	background: #000 url(../images/service/service-newsbg202206.jpg) no-repeat;
}
.s2,
.s3,
.s4,
.s5,
.s6,
.s7,
.s8,
.sn3,
.sn7,
.sn9,
.sn11  {
	height: 100%;
	width: 100%;
	background-size: 100% 100%;

	-webkit-background-size: 100% 100%;

	-moz-background-size: 100% 100%;

	-o-background-size: 100% 100%;

}

/* .s2:hover,.s3:hover,.s4:hover,.s5:hover,.s6:hover,.s7:hover{
    opacity:0.9; 
} */

.img-fluid {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.service-nr {
	width: 100%;
	padding: 20px;
}

hr {
	/* margin: 10px 0;  */
	width: 100%;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.service-title {
	width: 100%;
	background: url(../images/bg/bg-title.png) repeat-x;
	border-left: 6px solid #02bb54;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.service-title h1 {
	color: var(--text-color-darker);
	font-size: 1.5rem;
	font-weight: 600;
	text-shadow: 0px 1px 1px #727272;
}

.service-item-title {
	border-left: 6px solid #02bb54;
	border-top: 1px solid var(--text-color-light-gary);
	border-bottom: 1px solid var(--text-color-light-gary);
	padding: 5px 10px;
	margin-bottom: 15px;
	width: 100%;
}

.service-item-title h2 {
	color: var(--text-color-darker);
	font-size: 1.2rem;
	text-shadow: 0px 1px 1px #727272;
	font-weight: 600;
}

.service-greenbg {
	background-color: #ddf3e4;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}

.service-graybg {
	background-color: rgba(0, 0, 0, 0.03);
	width: 100%;
	padding: 20px;
}

.service-orangebg {
	background-color: #faf0e1;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}

.orangeTitle {
	text-align: center;
	color: rgb(230 144 15);
	font-size: 1.6rem;
	line-height: 1.8rem;
	margin: 5px 0 20px 0;
}

.title_ms {
	font-size: 1.1rem;
}

.service-orangebg p {
	color: rgb(56, 43, 22);
}

.service-greenbg p {
	color: rgb(36, 46, 39);
}

.servicetextarea {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.servicetextarea h2 {
	font-weight: 550;
	line-height: 2.5rem;
	font-size: 1.1rem;
}

.fontline {
	text-decoration: underline;
	line-height: 2.5rem;
	font-size: 1.1rem;
	font-weight: 550;
}

.servicetextarea p {
	line-height: 1.7rem;
}

.iconfang {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--primary-color);
	margin-right: 10px;
	margin-left: 10px;
}

.icongou {
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url(../images/icons/gou.png) no-repeat;
	margin-right: 10px;
	margin-left: 10px;
}

.service-back-header,
.service-back-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.service-back-header {
	margin: 80px auto 50px;
}

.service-back-footer {
	margin: 80px auto 80px;
}

.btn-back {
	text-align: center;
	width: 300px;
	padding: 15px 35px;
	border: 1px solid #02bb54;
	color: #02bb54;
	font-size: 1rem;
	cursor: pointer;
	outline: none;
	cursor: pointer;
	transition: 0.4s;
}

img {
	width: 100%;
	height: 100%;
}

.imgbox {
	background-color: #fff;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/* border: 1px solid #585858; */
}

.imgbox img {
	width: 100%;
	object-fit: cover;
}

.imgbox-center {
	margin: 10px auto 10px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb15 {
	margin-bottom: 15px;
}

table {
	width: 80%;
	margin: 30px auto 20px;
	border-spacing: 0;
	border-collapse: collapse;
	border: 2px solid #585858;
}

table>tbody>tr>td,
table>tbody>tr>th {
	border: 1px solid #585858;
	padding-left: 5px;
	/* line-height: 2rem; */
}

.bggray {
	background-color: #f5f5f5;
}

.tdbold,
.tdbold td {
	border-bottom: 2px solid #585858;
}

.bggray td {
	font-weight: normal;
}

.flexcenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	justify-items: space-around;
	align-items: center;
}

.minfj {
	margin: 10px auto;
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	justify-items: space-around;
	align-items: center;
}

.backgroundcolor-zi {
	background-color: rgb(207, 143, 236);
}

.backgroundcolor-dangreen {
	background-color: rgb(196, 236, 143);
}

.minfj p {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}

.fk {
	display: inline-block;
	padding: 5px 30px;
}

.tvrtable table {
	margin: 30px auto 20px;
	border-spacing: 0;
	border-collapse: collapse;
	border: 2px solid #585858;
}

.tvrtable table caption {
	font-size: 1.2rem;
	font-weight: 500;
	text-align: left;
	margin-bottom: 10px;
}

.tvrtable table tr th {
	background-color: #eee;
	text-align: left;
	padding-left: 10px;
	min-width: 90px;
}

.tvrtable table tr td {
	text-align: left;
	padding-left: 10px;
}

@media (max-width: 900px) {
	.swiper-container {
		max-width: 900px;
	}

	.nxthead-items li,
	.soft-items li {
		width: 46%;
	}

	.nxthead-items2 li {
		width: 100%;
	}

	.nrbox {
		margin-top: 30px;
	}

	.fuji-box p {
		font-size: 1.4rem;
	}

	.serverimgs p {
		font-size: 1.4rem;
		font-weight: 500;
		text-align: center;
	}

	.imgbox {
		max-width: 500px;
		margin: 10px auto;
	}

	.service-back-header {
		margin: 40px auto;
	}

	table {
		width: 100%;
		/* min-width: 550px; */
		margin: 10px auto;
	}

	.service-title h1 {
		font-size: 1.3rem;
		font-weight: 550;
	}
}

@media (max-width: 600px) {
	.swiper-container {
		max-width: 600px;
	}

	.fuji-box h2 {
		font-size: 1.5rem;
	}

	.nrbox {
		margin-top: 20px;
	}

	.fuji-box p {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	.serverimgs p {
		font-size: 1.2rem;
		font-weight: 500;
		text-align: center;
	}

	.service-back-header {
		margin: 20px auto;
	}

	.service-title h1 {
		font-size: 1.2rem;
		font-weight: 550;
	}
}

@media (max-width: 480px) {
	.swiper-container {
		max-width: 480px;
	}

	.t2 {
		/* max-width: 350px; */
		display: -webkit-box;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
}