@charset "utf-8";

/* 首页样式 */
/* banner */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner a {
	display: block;
	width: 100%;
}

.banner-img {
	width: 100%;
}

.banner-imgpc,
.banner-imgmb {
	width: 100%;
	object-fit: cover;
}

.banner-imgpc {
	height: 560px;
}

.banner-imgmb {
	height: 280px;
	/* min-height: 280px; */
	display: none;
	object-fit: cover;
}

.banner .swiper-pagination {
	bottom: 20px;
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	transition: width .4s ease;
	border-radius: 10px;
	background-color: rgba(126, 55, 55, 0.3);
	opacity: 1;
	margin: 0 7px !important;
}

.banner .swiper-pagination-bullet-active {
	background: #7E3737;
	width: 10px;
}

.banner {
	display: none;
}

.banner.ontrue {
	display: block;
}


/* bar头 */

.indexBox {
	width: 100%;
}

.indexBox .contain {}

.indexBox .indexTitle {
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.indexBox .indexTitle h2 {
	font-size: 20px;
	position: relative;
	color: #333;
	padding-bottom: 20px;
}

.indexBox .indexTitle h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #D09960;
	content: '';
}

.indexBox .indexTitle a {
	line-height: 20px;
	color: #999;
	font-size: 16px;
}

/* 底部按钮 */
.service ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 40px auto;
}

.service ul li {
	width: calc(20% - 16px);
	height: 110px;
	font-size: 20px;
	font-weight: 500;
}

.service ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
}

.service ul li:nth-of-type(1) {
	background: url(../image/btnBg01.png);
	background-size: 100% 100%;
	color: #DD644E;
}

.service ul li:nth-of-type(2) {
	background: url(../image/btnBg02.png);
	background-size: 100% 100%;
	color: #2793A7;
}

.service ul li:nth-of-type(3) {
	background: url(../image/btnBg03.png);
	background-size: 100% 100%;
	color: #E18B30;
}

.service ul li:nth-of-type(4) {
	background: url(../image/btnBg04.png);
	background-size: 100% 100%;
	color: #3DA563;
}

.service ul li:nth-of-type(5) {
	background: url(../image/btnBg05.png);
	background-size: 100% 100%;
	color: #6173CE;
}

.service ul li i {
	width: 56px;
	height: 56px;
	display: inline-block;
	margin-right: 20px;
	transition: all .4s ease;
}

.service ul li:hover i {
	transform: scale(1.1);
}

.service ul li i.btnHome01 {
	background: url(../image/btnHome01.png);
	background-size: 100% 100%;
}

.service ul li i.btnHome02 {
	background: url(../image/btnHome02.png);
	background-size: 100% 100%;
}

.service ul li i.btnHome03 {
	background: url(../image/btnHome03.png);
	background-size: 100% 100%;
}

.service ul li i.btnHome04 {
	background: url(../image/btnHome04.png);
	background-size: 100% 100%;
}

.service ul li i.btnHome05 {
	background: url(../image/btnHome05.png);
	background-size: 100% 100%;
}


/* 业务 */

.wap-business {
	display: none;
}

.homeBusiness {
	margin-top: 40px;
}

.homeBusiness .nav {
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	height: 46px;
	width: 100%;
}

.homeBusiness .nav .tab {
	width: calc(100% - 100px);
	overflow-x: auto;
	overflow-y: hidden;
	height: 100%;
}

.homeBusiness .nav .tab .tab-link {
	width: 100%;
	height: 100%;
}

.homeBusiness .nav .tab a {
	font-size: 20px;
	color: #999;
	margin-right: 20px;
	position: relative;
	display: inline-block;
	height: 100%;
}

.homeBusiness .nav .tab a:hover {
	color: #333;
}

.homeBusiness .nav a.active {
	color: #333;
	font-size: 20px;
}

.homeBusiness .nav a.active::after {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #D09960;
	content: '';
}

.homeBusiness .nav .more {
	float: right;
	font-size: 16px;
	margin-right: 0;
	width: 100px;
	text-align: right;
}

.homeBusiness .nav .more a {
	color: #999;
}

.homeBusiness .nav .more:hover a {
	color: #000;
}

.homeBusiness section {
	display: none;
}

.homeBusiness section.active {
	display: block;
}

.business-main {
	margin-top: 20px;
}

.business-main .item {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.business-main .item-pic {
	width: calc(50% - 10px);
	height: auto;
	overflow: hidden;
}

.business-main .item-pic a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.business-main .item-pic a h1 {
	position: absolute;
	top: 40px;
	left: 40px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	z-index: 10;
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 16px;
}

.business-main .item-pic a h1::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 60px;
	background-color: #fff;
	content: '';
}

.business-main .item-pic a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	z-index: 10;
}

.business-main .item-pic .pic {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.business-main .item-pic .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s linear;
}

.business-main .item-pic a:hover .pic img {
	transform: scale(1.1);
}

.business-main .businessList1 {
	width: calc(50% - 10px);
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.business-main .businessList1 li {
	width: calc(50% - 10px);
	color: #333;
	background-color: #fff;
}

.business-main .businessList1 li .pic {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.business-main .businessList1 li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s linear;
}

.business-main .businessList1 li:hover .pic img {
	transform: scale(1.1);
}

.business-main .businessList1 li .txt {
	padding: 0 20px;
}

.business-main .businessList1 li h1 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.business-main .businessList1 li h1:hover {
	color: #D09960;
}

.business-main .businessList1 li p {
	text-align: center;
	line-height: 24px;
	margin: 20px auto;
	color: #666;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.business-main .businessList {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
	margin-top: 20px;
}

.business-main .businessList li {
	width: calc(33.33333% - 14px);
	color: #333;
	background-color: #fff;
}

.business-main .businessList li .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.business-main .businessList li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s linear;
}

.business-main .businessList li:hover .pic img {
	transform: scale(1.1);
}

.business-main .businessList li .txt {
	padding: 0 20px;
}

.business-main .businessList li h1 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.business-main .businessList li h1:hover {
	color: #D09960;
}

.business-main .businessList li p {
	text-align: center;
	line-height: 24px;
	margin: 20px auto;
	color: #666;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

/* 全属子公司 */
.company {
	margin: 40px auto 0;
}

.company .companyList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}

.company .companyList li {
	width: calc(20% - 16px);
	color: #333;
	background-color: #fff;
}

.company .companyList li a {
	width: 100%;
	height: 100%;
}

.company .companyList li .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.company .companyList li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s ease;
}

.company .companyList li:hover .pic img {
	transform: scale(1.1);
}

.company .companyList li .txt {
	padding: 0 20px;
}

.company .companyList li h1 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-bottom: 0 solid #CCCCCC;
}

.company .companyList li p {
	display: none;
	/* text-align: center;
	line-height: 24px;
	margin: 20px auto;
	color: #333;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical; */
}

/* nqi */
.nqi {
	width: 100%;
	margin: 20px auto 0;
	position: relative;
}


.nqi a {
	display: block;
	width: 100%;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.nqi a * {
	transition: all 0.2s linear;
}


.nqi a h1 {
	position: absolute;
  /**
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
  */
  	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 11;
	font-size: 22px;
  font-weight: 700;
	 /*color: #D09960;*/
  	color: #7E3737;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.nqi a h1 span {
  
	text-shadow: 
        -1px -1px 0 #D09960,  
         1px -1px 0 #D09960,
        -1px  1px 0 #D09960,
         1px  1px 0 #D09960;
   
	/* padding: 5px 10px;
	background-color: rgba(208, 153, 96, .5);
	border-radius: 10px; */
	/* text-stroke:1px#FFF;
	-webkit-text-stroke:1px#FFF;
	-moz-text-stroke:1px#FFF;
	-o-text-stroke:1px#FFF; */
}

.nqi a h1:hover {
	font-size: 25px;
	background-color: rgba(0, 0, 0, .5);
}

.nqi a h1:hover + .pic img {
  transform: scale(1.1);
}

.nqi .pic {
	width: 100%;
}

.nqi .pic img {
	width: 100%;
}


.arrowBtn {
	position: absolute;
	top: 50%;
	left: -40px;
	right: -40px;
	margin-top: -40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.arrowBtn>div {
	width: 80px;
	height: 80px;
	display: inline-block;
	background: url("../image/eventArr.png") no-repeat right center;
	background-size: 100% 100%;
	cursor: pointer;
	transition: all .4s ease;
	z-index: 10;
}

.arrowBtn>div:hover {
	background-image: url('../image/eventArrH.png');
}

.arrowBtn>div.arrowBtn-prev {
	transform: rotate(180deg);
}

.arrowBtn>div.swiper-button-disabled {
	opacity: .5;
	cursor: default;
}

.arrowBtn>div.swiper-button-disabled:hover {
	background-image: url('../image/eventArr.png');
}

/* 合作伙伴 */
.friend {
	margin: 40px auto;
}

.friend .friendList {
	width: 100%;
	margin-top: 20px;
}

.friend .friendList li {
	width: calc(25% - 15px);
	color: #333;
	height: auto;
	margin-right: 20px;
	float: left;
}

.friend .friendList li:nth-last-of-type(1) {
	margin-right: 0;
}

.friend .friendList li a {
	width: 100%;
	position: relative;
	display: block;
}

.friend .friendList li a h1:hover {
	background-color: rgba(0, 0, 0, .4);
}

.friend .friendList li a h1 {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
	z-index: 11;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.friend .friendList li a h1 span {
	/* border-radius: 10px 0 0; */
	/* background-color: rgba(0, 0, 0, 0.3);
	padding: 8px; */
	display: block;
	width: 100%;
	white-space: pre-wrap
}

.friend .friendList li .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* .friend .friendList li .pic::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: '';
	background-color: rgb(0, 68, 125, 0.3);
} */

.friend .friendList li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s linear;
}

/* .friend .friendList li:hover .pic img {
	transform: scale(1.1);
} */

/* 新闻 */
.homenews {
	margin-top: 40px;
}

.homenews .nav {
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	padding-bottom: 20px;
}

.homenews .nav .tab a {
	font-size: 20px;
	line-height: 24px;
	color: #999;
	margin-right: 30px;
	padding-bottom: 20px;
}

.homenews .nav .tab a:hover {
	color: #333;
}

.homenews .nav a.active {
	color: #333;
	font-size: 20px;
	position: relative;
}

.homenews .nav a.active::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #D09960;
	content: '';
}

.homenews .nav .more {
	float: right;
	font-size: 16px;
	color: #999;
	margin-right: 0;
}

.homenews .nav .more:hover a {
	color: #333;
}

.homenews section {
	display: none;
}

.homenews section.active {
	display: block;
}

.homenews .news-main {
	margin-top: 20px;
}

.homenews .news-main {
	margin-top: 20px;
}

.homenews .newsL {
	width: calc(50% - 10px);
	height: 380px;
	float: left;
	overflow: hidden;
}

.homenews .newsL a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.homenews .newsL img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	transition: all 1s ease;
}

.homenews .newsL img:hover {
	transform: scale(1.04);
}

.homenews .newsL-words {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	padding: 20px 16px;
	z-index: 10;
}

.homenews .newsL-words p {
	width: 70%;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.homenews .newsL .swiper-pagination {
	text-align: right;
	left: unset;
	right: 16px;
	bottom: 20px;
}

.homenews .newsL .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: transparent;
	border: 1px solid #fff;
	opacity: 1;
	vertical-align: middle;
}

.homenews .newsL .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	opacity: 1;
	position: relative;
}

.homenews .newsL .swiper-pagination-bullet-active:after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	border-radius: 100%;
	margin-top: -4px;
	margin-left: -4px;
}

.homenews .newsR {
	width: calc(50% - 10px);
	float: right;
	background-color: #fff;
	height: 380px;
	padding: 15px 30px;
	overflow: hidden;
}

.homenews .newsR ul {
	width: 100%;
}

.homenews .newsR ul li {
	width: 100%;
	height: 58px;
	line-height: 58px;
}

.homenews .newsR ul li a {
	font-size: 18px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.homenews .newsR ul li span {
	font-size: 18px;
	display: block;
}

.homenews .newsR ul li span:nth-of-type(1) {
	width: calc(100% - 120px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
}

.homenews .newsR ul li span:nth-of-type(1)::before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #D09960;
	content: '';
}

.homenews .newsR ul li span:nth-of-type(1):hover {
	color: #D09960;
}

.homenews .newsR ul li span:nth-of-type(2) {
	width: 120px;
	text-align: right;
	color: #666;
}

.homenews .newsList li {
	width: calc(25% - 15px);
	color: #333;
	background-color: #fff;
}

.homenews .newsList li .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.homenews .newsList li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s linear;
}

.homenews .newsList li:hover .pic img {
	transform: scale(1.1);
}

.homenews .newsList li h1 {
	font-size: 18px;
	line-height: 26px;
	margin: 30px auto;
	width: 85%;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}




@keyframes indxwP {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {

	/* 1440 × (900/1050) */

	.banner .swiper-pagination {
		bottom: 36px;
	}
}

@media all and (max-width:1439px) {

	/* 1360 × (768) */

}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */


	.serviceList li::after {
		right: -50px;
		bottom: -110px;
		font-size: 240px;
	}
}

@media all and (max-width:1279px) {

	/* 1152 × (864) */
	.arrowBtn {
	    top: 50%;
	    left: -25px;
	    right: -25px;
	    margin-top: -25px;
	}
	.arrowBtn>div {
		width: 50px;
		height: 50px;
	}

	.banner .swiper-pagination {
		bottom: 24px;
	}




}

@media all and (max-width:1151px) {

	/* 1024 × (600/768) */
	.homeBusiness .nav .tab {
		width: 100%;
	}

	.homeBusiness .nav .more {
		display: none;
	}

}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

	/* 平板设备 720 适配 */
	.banner .swiper-pagination {
		bottom: 18px;
	}

	.indexBox .indexTitle h2 {
		font-size: 20px;
		padding-bottom: 16px;
	}

	.homeBusiness {
		margin-top: 40px;
	}

	.homeBusiness .nav .tab a {
		font-size: 18px;
	}

	.homeBusiness .nav a.active {
		font-size: 20px;
	}

	.business-main .item-pic a h1 {
		top: 20px;
		height: 40px;
		line-height: 40px;
		border-radius: 0 20px 20px 0;
		font-size: 20px;
		padding: 0 20px;
	}

	.business-main .item-pic a .more {
		right: 10px;
		bottom: 10px;
	}

	.company {
		margin: 40px auto;
	}

	.company .companyList {
		gap: 21px;
	}

	.company .companyList li {
		width: calc(33.3333333% - 14px);
	}

	.friend {
		margin: 40px auto;
	}

	.friend .friendList {
		gap: 21px;
	}

	.friend .friendList li {
		width: calc(33.3333333% - 14px);
	}

	.homenews {
		margin-top: 40px;
	}

	.homenews .nav .tab a {
		font-size: 18px;
		padding-bottom: 16px;
	}

	.homenews .nav a.active {
		font-size: 20px;
	}

	.homenews .newsList li {
		width: calc(50% - 10px);
	}


	.service ul {
		gap: 21px;
		margin: 20px auto;
	}

	.service ul li {
		width: calc(33.33333% - 14px);
	}

	.service ul li i {
		width: 36px;
		height: 36px;
		display: inline-block;
		margin-right: 10px;
	}

}

@media all and (max-width:640px) {

	/* 移动终端以上 360 适配 */

	.wap-title {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-bottom: 1px solid #eee;
		height: 48px;
		line-height: 48px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.wap-title h1 {
		font-size: 20px;
		height: 48px;
		line-height: 48px;
		position: relative;
	}

	.wap-title h1::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 2px;
		content: '';
		background-color: #D09960;
	}

	.wap-title a {
		color: #999;
		font-size: 16px;
	}

	.wap-business {
		width: 100%;
		display: block;
	}

	.wap-business ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 18px;
	}

	.wap-business ul li {
		width: calc(33.33333% - 12px);
		text-align: center;
	}

	.wap-business ul li a {
		width: 100%;
		display: block;
		text-align: center;
	}

	.wap-business ul li a img {
		width: 60%;
		border-radius: 50%;
		margin-bottom: 10px;
	}

	.wap-business ul li a span {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 16px;
	}


	.banner-imgpc {
		display: none;
	}

	.banner.ontrue {}

	.homeBusiness {
		display: none;
	}

	.banner-imgmb {
		display: block;
	}

	.banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-radius: 8px;
	}

	.banner .swiper-pagination-bullet-active {
		width: 8px;
	}

	.banner .swiper-pagination {
		bottom: 16px;
	}

	/* 检测资质 */

	.indexBox .indexTitle h2 {
		font-size: 20px;
	}

	.indexBox .indexTitle p {
		font-size: 14px;
		margin-top: 10px !important;
		line-height: 20px;
	}

	.business-main .item-pic {
		width: 100%;
	}

	.business-main .businessList1 {
		width: 100%;
	}

	.business-main .businessList {
		gap: 20px;
	}

	.business-main .businessList li {
		width: calc(50% - 10px);
	}

	.company {
		margin: 30px auto 20px;
	}

	.company .companyList {
		gap: 20px;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		display: block;
	}

	.company .companyList li {
		display: inline-block;
		width: 160px;
		margin-right: 10px;
	}

	.company .companyList li .txt {}

	.company .companyList li h1 {
		font-size: 16px;
		white-space: pre-wrap;
		height: 98px;
		margin: 0 auto;
		padding: 10px 0;
	}

	.company .companyList li h1 br {
		display: none;
	}

	.friend {
		margin: 30px auto;
	}

	.friend .friendList {
		gap: 20px;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		display: block;
	}

	.friend .friendList li {
		display: inline-block;
		width: 160px;
		margin-right: 10px;
	}

	.friend .friendList li:nth-last-of-type(1) {
		margin-right: 0;
	}

	.friend .friendList li span {
		font-size: 16px;
	}

	.homenews {
		margin-top: 30px;
	}

	.homenews .nav {
		padding-bottom: 16px;
	}

	.homenews .nav .tab a {
		font-size: 20px;
	}

	.homenews .newsL {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.homenews .newsL img {
		height: auto;
	}

	.homenews .newsL-words {
		padding: 10px;
	}

	.homenews .newsL-words p {
		font-size: 16px;
	}

	.homenews .newsR {
		width: 100%;
		height: auto;
		padding: 16px;
	}

	.homenews .newsR ul li {
		height: 48px;
		line-height: 48px;
	}

	.homenews .newsR ul li span {
		font-size: 16px;
	}

	.service ul {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		gap: 20px;
		margin: 0 auto 30px;
	}

	.service ul li {
		display: inline-block;
		width: 160px;
		margin-right: 10px;
		height: 72px;
		padding: 0 10px;
		font-size: 16px;
		font-weight: 400;
	}

	.service ul li:nth-last-of-type(1) {
		margin-right: 0;
	}

	.service ul li i {
		float: left;
		width: 30px;
		height: 30px;
	}

	.service ul li p {
		float: right;
		width: calc(100% - 40px);
		text-align: left;
		white-space: pre-wrap;
	}

	.service ul li p br {
		display: none;
	}

	.footer-copyright {
		color: #999;
		background-color: #FAFAFA;
	}

}