.indexcss {
	padding: 0 2%;
}

.indexbanner {
	width: 100%;
}

.swiper-pagination {
	font-size: 0.16rem!important;
}

.indexbanner .bannerSwiper img {
	display: block;
	width: 100%;
}

.indexbanner .bannerSwiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: unset;
	border: 2px solid #FFF;
	opacity: 1;
	box-sizing: border-box;
}

.indexbanner .bannerSwiper .swiper-pagination-bullet-active {
	background-color: #FFF !important;
	border: 3px solid #FFF !important;
	width: 20px !important;
	border-radius: 7px !important;
}

.indexabout {
	margin-top: 20px;
}

.indexabout h3 {
	font-size: 0.2rem;
	text-align: center;
	color: #434343;
	line-height: 0.4rem;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.indexabout .aboutimg {
	width: 100%;
}

.indexabout .aboutimg img {
	display: block;
	width: 100%;
}

.indexabout .aboutnr {
	width: 100%;
}

.indexabout .aboutnr .nrbt {
	font-size: 0.18rem;
	line-height: 0.36rem;
	font-weight: bold;
	color: #101010;
	margin-top: 5px;
}

.indexabout .aboutnr .btline {
	height: 3px;
	background-color: #00479d;
	width: 50px;
	margin-bottom: 5px;
}

.indexabout .aboutnr .abouttxt {
	text-indent: 24px;
	font-size: 0.18rem;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
	white-space: normal;
	margin-top: 5px;
}

.indexabout .aboutnr .aboutmore {
	display: block;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.18rem;
	color: #00479d;
}

/**indexservice**/
.indexservice {
	margin-top: 20px;
}

.indexservice h3 {
	font-size: 0.2rem;
	text-align: center;
	color: #434343;
	line-height: 0.4rem;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.indexservice .xxtips {
	font-size: 0.16rem;
	text-align: center;
	color: #434343;
}

.indexservice .svclist {
	font-size: 0.18rem;
	margin: 0px;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #FFF;
	box-shadow: 1px 1px 3px #CCC;
	border-radius: 3px;
}

.indexservice .svclist li {
	list-style: none;
	display: block;
	float: left;
	width: 50%;
	line-height: 0.5rem;
	box-sizing: border-box;
	padding-left: 10px;
}

.indexservice .svclist li:nth-child(odd) {
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.indexservice .svclist li:nth-child(even) {
	border-bottom: 1px solid #d2d2d2;
}

.indexservice .svclist li:nth-child(9) {
	border-bottom: 0px;
}

.indexservice .svclist li:nth-child(10) {
	border-bottom: 0px;
}

.indexservice .svclist li a {
	color: #606060;
	display: block;
}

/***indexshebei***/
.indexshebei {
	margin-top: 20px;
}

.indexshebei h3 {
	font-size: 0.2rem;
	text-align: center;
	color: #434343;
	line-height: 0.4rem;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.indexshebei .sblist {
	font-size: 0.18rem;
	margin: 0px;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #FFF;
	box-shadow: 1px 1px 3px #CCC;
	border-radius: 3px;
}

.indexshebei .sblist li {
	list-style: none;
	display: block;
	float: left;
	width: 50%;
	line-height: 0.5rem;
	box-sizing: border-box;
	padding-left: 10px;
}

.indexshebei .sblist li:nth-child(odd) {
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.indexshebei .sblist li:nth-child(even) {
	border-bottom: 1px solid #d2d2d2;
}

.indexshebei .sblist li:nth-child(9) {
	border-bottom: 0px;
}

.indexshebei .sblist li:nth-child(10) {
	border-bottom: 0px;
}

.indexshebei .sblist li a {
	color: #606060;
	display: block;
}

.indexshebei .sbimglist {
	margin-top: 10px;
	box-shadow: 1px 1px 3px #CCC;
		border-radius: 3px;
}

.indexshebei .sbSwiper {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 0.16rem;
	border-radius: 3px;
}

.indexshebei .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	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;
}

.indexshebei .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3px;
}

.indexshebei .sbitem {
	padding: 10px;
	border-radius: 3px;
}

.indexshebei .siname {
	line-height: 0.36rem;
}

.indexshebei .swiper-sbpagination {
	position: absolute;
	z-index: 99;
	text-align: center;
	bottom: 0px !important;
}

/**indexnews**/
.indexnews {
	font-size: 0.16rem;
	margin-top: 20px;
}

.indexnews .nsbt {
	text-align: center;
	line-height: 0.4rem;
	margin-top: 10px;
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
	color: #434343;
	position: relative;
	margin-bottom: 5px;
}

.indexnews .nsmore {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	line-height: 0.4rem;
	font-size: 0.16rem;
	font-weight: normal;
	color: #797979;
}

.indexnews .nsitem {
	display: block;
	width: 100%;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	color: #000;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ccc;
}

.indexnews .nsdate {}

.indexnews .nsdtline {
	height: 1px;
	background-color: #00479d;
	width: 36px;
	margin-top: 3px;
}

.indexnews .nsdate span {
	float: right;
	color: #00479d;
	padding-right: 10px;
}

.indexnews .nstitle {
	margin: 10px 0 5px 0px;
}
