﻿.saichen {
	padding-top: 75px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.head,
.body,
.footer {
	width: 100%;
}

.head {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 75px;
	overflow: hidden;
	z-index: 100;
}

.content {
	width: 1200px;
	margin: auto;
	position: relative;
}

@media(max-width:1200px) {
	.content {
		width: 1000px;
	}
}

/* 头部 */
.head .saichen-logo {
	height: 70px;
	display: inline-block;
	margin: 2px;
}

.head .tel {
	float: right;
	overflow: hidden;
	height: 60px;
	margin-top: 20px;
}

.head .tel .tel-1,
.head .tel .tel-2 {
	position: relative;
	padding-left: 80px;
	height: 40px;
	float: left;
}

.head .tel .tel-1::before,
.head .tel .tel-2::before {
	content: " ";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
}

.head .tel .tel-1::before {
	background-image: url(../image/tel-icon-1.png);
	width: 70px;
	height: 40px;
}

.head .tel .tel-1 a {
	font-size: 32px;
	line-height: 40px;
	font-weight: bolder;
	background: linear-gradient(to right, #00408a, #00408a);
	-webkit-background-clip: text;
	color: transparent;
}

.head .tel .tel-2 {
	padding-left: 60px;
}

.head .tel .tel-2::before {
	background-image: url(../image/tel-icon-2.png);
	width: 30px;
	height: 30px;
	top: 5px;
	left: 20px;
}

.head .tel .tel-2 a {
	display: block;
	font-size: 20px;
	color: #00408a;
	margin-top: 5px;
}

/* 首页轮播广告 */
.index .banner {
	width: 100%;
	padding-bottom: 19%;
	position: relative;
}

.index .banner .swiper-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.index .banner .swiper-container a,
.index .banner .swiper-container img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.index .banner .swiper-pagination-bullet {
	width: 20px;
	border-radius: 5px;
}

.index .banner .swiper-pagination-bullet-active {
	background: #cccccc;
	width: 50px;
	border-radius: 5px;
}

.index .banner a.button-next,
.index .banner a.button-prev {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	background-image: url(../image/index/banner-f.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 18%;
	top: calc(50% - 12px);
	z-index: 1;
	cursor: pointer;
}

.index .banner a.button-next {
	transform: rotate(180deg);
	right: 18%;
	left: auto;
}

/* 首页选项卡 */
.index .saichen-tab .tab-head {
	position: relative;
	margin-top: 20px;
	padding-bottom: 30%;
}

.index .saichen-tab .tab-head .head-item {
	position: absolute;
	width: 34%;
	height: 90%;
	background: #fff;
	left: 33%;
	transition: transform .5s;
	border-bottom: 2px solid #166efd;
	cursor: pointer;
	box-shadow: 0px 0px 1px #c7c2c2;
}

.index .saichen-tab .tab-head .head-item.left {
	transform: scale(0.98) translateX(-100%);
}

.index .saichen-tab .tab-head .head-item.center {
	transform: scale(1) translateX(0);
	box-shadow: 0px 0px 5px 0px #0082f4;
	z-index: 1;
}

.index .saichen-tab .tab-head .head-item.right {
	transform: scale(0.98) translateX(100%);
}

.index .saichen-tab .tab-head .head-item.center::after {
	content: " ";
	display: block;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	background-image: url(../image/index/sc-down.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.index .saichen-tab .tab-head .head-item .item-content {
	position: relative;
	padding: 10% 10%;
	text-align: center;
	height: 100%;
}

.index .saichen-tab .tab-head .head-item .item-content h1 {
	line-height: 60px;
	font-size: 26px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index .saichen-tab .tab-head .head-item .item-content p {
	font-size: 12px;
	color: #6f6f6f;
	height: calc(50% - 20px);
	overflow: hidden;
	line-height: 24px;
}

.index .saichen-tab .tab-head .head-item .item-content .img {
	position: relative;
	width: 40%;
	padding-bottom: 40%;
	margin: auto;
}

.index .saichen-tab .tab-head .head-item .item-content .img img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	object-position: center;
	object-fit: contain;
}

/* 首页选项卡内容 */
.index .saichen-tab .tab-body .body-item {
	animation: fadeOut .5s both;
	display: none;
}

.index .saichen-tab .tab-body .body-item.on {
	animation: fadeIn .5s both;
	display: block;
}

/* 软件测评中心 */
.index .saichen-tab .tab-body .rjcp-content .rjcp-item {
	background-color: #fff;
	height: 360px;
	margin-top: 10px;
	position: relative;
	box-shadow: 0px 0px 1px #c7c2c2;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2n+1) {
	padding-left: 150px;
	animation: bounceInLeft 1s both;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2n) {
	padding-right: 150px;
	animation: bounceInRight 1s both;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-name {
	width: 150px;
	height: 100%;
	position: absolute;
	top: 0;
	color: #fff;
	box-shadow: 0px 0px 5px #000
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2n+1) .item-name {
	left: 0;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2n) .item-name {
	right: 0;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(1) .item-name {
	background-color: #0b5abc;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2) .item-name {
	background-color: #f9a225;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(3) .item-name {
	background-color: #0b5abc;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(4) .item-name {
	background-color: #f9a225;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(5) .item-name {
	background-color: #0b5abc;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(6) .item-name {
	background-color: #f9a225;
}
.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(7) .item-name {
	background-color: #0b5abc;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-name h1 {
	height: 100%;
	font-size: 24px;
	font-weight: normal;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
	letter-spacing: 5px;
	text-indent: 5px;
	position: absolute;
	width: 54px;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2n+1) .item-name h1 {
	left: 18px;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2n) .item-name h1 {
	right: 18px;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-name .label {
	width: 44px;
	position: absolute;
	top: 100px;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2n+1) .item-name .label {
	right: 20px;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2n) .item-name .label {
	left: 20px;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-name .label span {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	margin: 12px 0;
	padding: 4px 0;
	border-radius: 5px;
	font-size: 12px;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .swiper-container {
	padding: 30px;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 15px;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-list {
	/* padding: 30px; */
	/* overflow: hidden; */
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-list li {
	list-style: none;
	float: left;
	width: 25%;
	/* height: 300px; */
	padding: 10px;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-list li>div {
	border: 1px solid #a6dfff;
	height: 100%;
	padding: 20px;
	overflow: hidden;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-list li>div:hover{
	box-shadow: 0px 0px 10px #add8f1;
	transition: box-shadow .4s;
	cursor: pointer;
}
.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-list li img {
	display: block;
	margin: auto;
	width: 50%;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-list li h1 {
	font-size: 16px;
	color: #000;
	font-weight: bolder;
	text-align: center;
	padding: 15px 0;
	letter-spacing: 2px;
	text-indent: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-list li p {
	font-size: 12px;
	color: #6f6f6f;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}

.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-list li a {
	font-size: 12px;
	float: right;
	margin-top: 5px;
	cursor: pointer;
}

/* 培训认证 */
.index .saichen-tab .tab-body .pxrz-content .panel,
.index .saichen-tab .tab-body .zxx-content .panel {
	box-shadow: 0px 0px 1px #c7c2c2;
	background: #fff;
	padding: 30px 10px;
	margin-top: 10px;
	animation: fadeInUp 1s both;
	position: relative;
}

.index .saichen-tab .tab-body .pxrz-content .panel.hot::before,
.index .saichen-tab .tab-body .zxx-content .panel.hot::before {
	content: " ";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../image/index/hot1.png);
}

.index .saichen-tab .tab-body .pxrz-content .panel-purple.hot::before,
.index .saichen-tab .tab-body .zxx-content .panel-purple.hot::before {
	background-image: url(../image/index/hot2.png);
}

.index .saichen-tab .tab-body .pxrz-content .panel .panel-title,
.index .saichen-tab .tab-body .zxx-content .panel .panel-title {
	padding: 10px;
	border-bottom: 1px solid #bfbfbf;
	overflow: hidden;
	margin: 0 50px;
}

.index .saichen-tab .tab-body .pxrz-content .panel .panel-title .img,
.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li .img,
.index .saichen-tab .tab-body .zxx-content .panel .panel-title .img,
.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li .img {
	float: left;
	width: 150px;
	height: 150px;
}

.index .saichen-tab .tab-body .pxrz-content .panel .panel-title .img img,
.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li .img img,
.index .saichen-tab .tab-body .zxx-content .panel .panel-title .img img,
.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index .saichen-tab .tab-body .pxrz-content .panel .panel-title .text,
.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li .text,
.index .saichen-tab .tab-body .zxx-content .panel .panel-title .text,
.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li .text {
	float: left;
	width: calc(100% - 180px);
	padding-left: 30px;
}

.index .saichen-tab .tab-body .pxrz-content .panel .panel-title .text h1,
.index .saichen-tab .tab-body .zxx-content .panel .panel-title .text h1 {
	font-size: 22px;
	padding: 20px 0;
	line-height: 20px;
}

.index .saichen-tab .tab-body .pxrz-content .panel .panel-content,
.index .saichen-tab .tab-body .zxx-content .panel .panel-content {
	margin-top: 20px;
}

.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li .text h1,
.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li .text h1 {
	font-size: 16px;
	padding: 10px 0;
	line-height: 20px;
}

.index .saichen-tab .tab-body .pxrz-content .panel .panel-title .text p,
.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li .text p,
.index .saichen-tab .tab-body .zxx-content .panel .panel-title .text p,
.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li .text p {
	font-size: 12px;
	line-height: 24px;
	max-height: 96px;
	overflow: hidden;
}

.index .saichen-tab .tab-body .pxrz-content .panel .panel-title .text a,
.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li .text a,
.index .saichen-tab .tab-body .zxx-content .panel .panel-title .text a,
.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li .text a {
	float: right;
	font-size: 12px;
	cursor: pointer;
}

.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul,
.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul {
	overflow: hidden;
	margin-top: 20px;
}

.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li,
.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li {
	float: left;
	width: 50%;
	padding: 10px 20px;
}

.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li>div,
.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li>div {
	border: 1px solid #dddddd;
	padding: 20px;
	overflow: hidden;
}
.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li>div:hover,
.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li>div:hover {
	box-shadow: 0px 0px 10px #ddd;
	transition: box-shadow .4s;
	cursor: pointer;
}

/* 关于我们 */
.index .aboutus,
.index .fwal,
.index .callus,
.index .cygs {
	margin-top: 50px;
}

.index .aboutus .aboutus-title,
.index .fwal .fwal-title,
.index .callus .callus-title,
.index .cygs .cygs-title{
	text-align: center;
}

.index .aboutus .aboutus-title h1,
.index .aboutus .aboutus-title p,
.index .fwal .fwal-title h1,
.index .fwal .fwal-title p,
.index .callus .callus-title h1,
.index .callus .callus-title p,
.index .cygs .cygs-title h1,
.index .cygs .cygs-title p {
	font-size: 24px;
	<!--letter-spacing: 5px;-->
	text-indent: 5px;
}

.index .aboutus .aboutus-title p,
.index .fwal .fwal-title p,
.index .callus .callus-title p ,
.index .cygs .cygs-title p {
	font-size: 12px;
}

.index .aboutus .aboutus-info {
	margin-top: 30px;
}

.index .aboutus .aboutus-info .content {
	position: relative;
}

.index .aboutus .aboutus-info .info-number {
	background-color: #eeeeee;
	padding: 30px 0;
	padding-bottom: 80px;
	background-image:url(../image/index/bj-1.jpg)
}

.index .aboutus .aboutus-info .info-number ul {
	display: flex;
}

.index .aboutus .aboutus-info .info-number li {
	flex: 1;
	text-align: center;
	padding: 20px 0;
	border-right: 1px solid #c0c0c0;
}

.index .aboutus .aboutus-info .info-number li:last-child {
	border-right: 0px;
}

.index .aboutus .aboutus-info .info-number li h1 {
	font-size: 48px;
	line-height: 36px;
}

.index .aboutus .aboutus-info .info-number li:nth-child(1) h1 {
	color: #ffffff;
}

.index .aboutus .aboutus-info .info-number li:nth-child(2) h1 {
	color: #ffffff;
}

.index .aboutus .aboutus-info .info-number li:nth-child(3) h1 {
	color: #ffffff;
}

.index .aboutus .aboutus-info .info-number li:nth-child(4) h1 {
	color: #ffffff;
}

.index .aboutus .aboutus-info .info-number li span {
	font-size: 12px;
	color:#fff;
}


.index .aboutus .aboutus-info .info-company {
	background-color: #fff;
	overflow: hidden;
	padding: 40px;
	margin-top: -60px;
	background-image:url(../image/index/bj-2.png)
}

.index .aboutus .aboutus-info .info-company .img {
	float: left;
	width: 40%;
	padding-bottom: 25%;
	position: relative;
}

.index .aboutus .aboutus-info .info-company .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.index .aboutus .aboutus-info .info-company .text {
	width: 60%;
	float: left;
	padding: 10px 30px;
}

.index .aboutus .aboutus-info .info-company .text h1 {
	display: block;
	color: #000;
}

.index .aboutus .aboutus-info .info-company .text p {
	padding-top: 20px;
	font-size: 12px;
	line-height: 24px;
}

/* 服务案例 */
.index .fwal .fwal-info {
	margin-top: 10px;
}

.index .fwal .fwal-info ul {
	overflow: hidden;
}

.index .fwal .fwal-info ul li {
	padding: 20px;
	width: calc(100% / 6);
	float: left;
}

.index .fwal .fwal-info ul li .img {
	outline: 1px solid #d2cbcb;
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 50%;
	margin: auto;
}

.index .fwal .fwal-info ul li .img a,
.index .fwal .fwal-info ul li .img img {
	object-fit: contain;
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

/* 成员公司 */
.index .cygs .cygs-info{
	padding:0 20px;
	margin-top: 40px;
	background-color:#fff;
}
.index .cygs .cygs-info>ul>li{
	display: inline-block; 
	   line-height: 50px;
	   padding-top:20px;
}
.index .cygs .cygs-info>ul>li>a{
	background-color: #3f90d8;
	padding:0;
	width: 110px;
	color:#fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	display: block;
}

.index .cygs .cygs-info>ul>li.on>a{
	background-color: #004079; 
}
.index .cygs .cygs-info .cygs-content{
	padding: 20px 0;
}
.index .cygs .cygs-info .cygs-content .cygs-item {
	display: none;   
	position: relative;  
	padding: 0 25px;
}
.index .cygs .cygs-info .cygs-content .cygs-item.on {
	display: block;
	animation: fadeIn .5s both;
}
.index .cygs .cygs-info .cygs-item ul li {
    padding: 10px;  
}
.index .cygs .cygs-info  .cygs-item ul li .img {
	outline: 1px solid #d2cbcb;
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 50%;
	margin: auto;
}
.index .cygs .cygs-info  .cygs-item ul li .img a,
.index .cygs .cygs-info  .cygs-item ul li .img img {
	object-fit: contain;
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
} 
.index .cygs .cygs-info  .cygs-item .swiper-button-next{
	right: 0;
}
.index .cygs .cygs-info  .cygs-item .swiper-button-prev{
	left: 0;
}
/* 联系我们 */
.index .callus {
	background-image: url(../image/index/line-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.index .callus .content {
	background-color: #fff;
	padding: 50px 20px;
}

.index .callus .callus-info {
	overflow: hidden;
	margin-top: 20px;
}

.index .callus .callus-info .img {
	float: left;
	width: calc(50% - 20px);
	padding-bottom: 25%;
	position: relative;
	margin: 10px;
}

.index .callus .callus-info .text {
	float: left;
	width: 50%;
	padding: 10px 20px;
}

.index .callus .callus-info .map {
	height: 100%;
	width: 100%;
	position: absolute !important;
}

.index .callus .callus-info .text p {
	font-size: 14px;
	line-height: 30px;
}

.index .callus .callus-info .text .qrcode {
	width: 100px;
	margin-top: 20px;
}

/* 底部 */
.footer {
	background-color: #181818;
	padding: 50px 0;
}

.footer ul {
	overflow: hidden;
}

.footer ul li {
	float: left;
	border-right: 1px solid #666;
	text-align: center;
	color: #ccc;
	width: 25%;
}

.footer ul li:last-child {
	border-right: 0;
}

.footer ul li h1 {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 30px;
}

.footer ul li p {
	font-size: 12px;
	line-height: 24px;
}

.footer ul li p a {
	display: block;
}

.footer .copyright {
	text-align: center;
	color: #666;
	padding-top: 30px;
	line-height: 30px;
}
.ylink {
	
	color: #bdbdbd;
	padding-top: 30px;
	line-height: 30px;


}

@media (max-width:1000px) {
	.content {
		width: 100%;
		padding: 0 10px;
		margin: auto;
	}

	.index .banner {
		width: 100%;
		padding-bottom: 35%;
		position: relative;
	}
	.index .banner a.button-next, .index .banner a.button-prev { 
		width: 10px;
		height: 10px;
	}
	.index .banner a.button-prev {
		left: 10px;
	}

	.index .banner a.button-next {
		right: 10px;
	}
	.index .banner .swiper-pagination-bullet {
		width: 5px;
		height: 5px;
		border-radius: 5px;
	}

	.index .banner .swiper-pagination-bullet-active {
		background: #fff;
		width: 15px;
		border-radius: 5px;
	}

	.index .saichen-tab .tab-head {
		margin-top: 20px;
		padding-bottom: 70%;
		position: relative;
	}
	.index .saichen-tab .tab-head::before,.index .saichen-tab .tab-head::after{
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		right: 5px;
		content: " ";
		width: 20px;
		height: 30px;
		display: block;
		position: absolute;
		z-index: 1;
		top: calc(50% - 15px);
		pointer-events: none;
		opacity:0.6;
	}
	.index .saichen-tab .tab-head::before{
		transform: rotate(180deg);
		right: auto;
		left: 5px;
	}
	.index .saichen-tab .tab-head .head-item{
		width: 70%;
		left: 15%;
	}
	.index .saichen-tab .tab-head .head-item.right {
		transform: scale(0.98) translateX(30%);
	}
	.index .saichen-tab .tab-head .head-item.left {
	    transform: scale(0.98) translateX(-30%);
	}
	.index .saichen-tab .tab-head .head-item .item-content {
		padding: 6% 5%;
	}

	.index .saichen-tab .tab-head .head-item .item-content h1 {
		font-size: 14px;
		line-height: 20px;
	}

	.index .saichen-tab .tab-head .head-item .item-content p {
		font-size: 12px;
		line-height: 18px;
	}

	.index .saichen-tab .tab-head .head-item.center::after {
		left: calc(50% - 15px);
		width: 30px;
		height: 30px;
		bottom: -15px;
	}

	/* 软件测评 */
	.index .saichen-tab .tab-body .rjcp-content .rjcp-item {
		height: auto;
	}

	.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-name {
		width: auto;
		height: auto;
		position: relative;
		padding: 15px 0;
		padding-bottom: 50px;
	}

	.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-name h1 {
		position: static;
		writing-mode: unset;
		width: auto;
		line-height: 20px;
		font-size: 18px;
	}

	.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2n) .item-name .label,
	.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2n+1) .item-name .label {
		width: 100%;
		text-align: center;
		left: auto;
		right: auto;
		top: auto;
		bottom: 15px;
	}

	.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-name .label span {
		width: 40px;
		font-size: 12px;
		display: inline-block;
		margin: 0 5px;
	}

	.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2n),
	.index .saichen-tab .tab-body .rjcp-content .rjcp-item:nth-child(2n+1) {
		padding-left: 0px;
		padding-right: 0px;
	}

	.index .saichen-tab .tab-body .rjcp-content .rjcp-item .swiper-container {
		padding: 10px;
	}

	.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-list li>div {
		padding: 10px;
	}

	.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-list li {
		width: 50%;
	}

	.index .saichen-tab .tab-body .rjcp-content .rjcp-item .item-list li h1 {
		font-size: 14px;
	}

	/* 培训认证,找小赛 */
	.index .saichen-tab .tab-body .pxrz-content .panel,
	.index .saichen-tab .tab-body .zxx-content .panel {
		margin-top: 20px;
	}

	.index .saichen-tab .tab-body .pxrz-content .panel .panel-title,
	.index .saichen-tab .tab-body .zxx-content .panel .panel-title {
		margin: 0 20px;
	}

	.index .saichen-tab .tab-body .pxrz-content .panel .panel-title .img,
	.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li .img,
	.index .saichen-tab .tab-body .zxx-content .panel .panel-title .img,
	.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li .img {
		width: 50%;  
		margin-left: 25%;
		height: auto;
	}

	.index .saichen-tab .tab-body .pxrz-content .panel .panel-title .text h1,
	.index .saichen-tab .tab-body .zxx-content .panel .panel-title .text h1 {
		font-size: 16px;
		padding: 5px 0;
		line-height: 18px;
	}

	.index .saichen-tab .tab-body .pxrz-content .panel .panel-title .text,
	.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li .text,
	.index .saichen-tab .tab-body .zxx-content .panel .panel-title .text,
	.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li .text {
		padding-left: 10px;
		width: 100%;
	}

	.index .saichen-tab .tab-body .pxrz-content .panel .panel-title .text p,
	.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li .text p,
	.index .saichen-tab .tab-body .zxx-content .panel .panel-title .text p,
	.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li .text p {
		font-size: 12px;
		line-height: 18px;
		height: 72px;
	}

	.index .saichen-tab .tab-body .pxrz-content .panel .panel-content ul li,
	.index .saichen-tab .tab-body .zxx-content .panel .panel-content ul li {
		width: 100%;
		padding: 5px 10px;
	}

	/* 关于我们 */
	.index .aboutus .aboutus-title h1,
	.index .aboutus .aboutus-title p,
	.index .fwal .fwal-title h1,
	.index .fwal .fwal-title p,
	.index .callus .callus-title h1,
	.index .callus .callus-title p {
		font-size: 24px;
	}

	.index .aboutus .aboutus-title p,
	.index .fwal .fwal-title p,
	.index .callus .callus-title p {
		font-size: 12px;
	}

	.index .aboutus .aboutus-info .info-number li h1 {
		font-size: 18px;
	}

	.index .aboutus .aboutus-info .info-company {
		height: auto;
	}

	.index .aboutus .aboutus-info .info-company .img {
		margin-right: 15px;
	}

	.index .aboutus .aboutus-info .info-company .text {
		padding: 0;
		float: none;
		width: auto;
		word-break: break-all;
	}

	.index .aboutus .aboutus-info .info-company .text h1 {
		font-size: 14px;
	}

	.index .aboutus .aboutus-info .info-company .text span {
		font-size: 12px;
	}

	/* 服务案例 */
	.index .fwal .fwal-info ul li {
		width: calc(100% / 3);
		padding: 10px;

	}


	/* 联系我们 */
	.index .callus {
		padding: 20px 10px;
	}

	.index .callus .callus-info .img {
		padding-bottom: 50%;
	}

	.index .callus .callus-info .img,
	.index .callus .callus-info .text {
		width: 100%;
	}

	/* 底部信息 */
	.footer ul li {
		width: 50%;
		height: 180px;
		padding: 16px 0;
	}

	.footer ul li:nth-child(1) {
		border-bottom: 1px solid;
	}

	.footer ul li:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid;
	}

	.footer ul li h1,
	.footer .copyright p {
		font-size: 12px;
	}
}
