.w-1500 {
	width: 15rem;
}

.f-center {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	justify-content: space-around;
}

#app {
	width: 100%;
}

.index-box {
	width: 100vw;
}

.index-box .banner {
	height: 6.5rem;
	width: 100%;
}

.index-box .banner img {
	height: 6.5rem;
	width: 100%;
}

.index-box .index-box1 {}

.index-box .index-box1 .index-box1-top {
	padding: 0.6rem 0;
}

.index-box .index-box1 .index-box1-top .left {
	width: 7rem;
	height: 4.2rem;
	margin-right: 1rem;
	transition: all .6s cubic-bezier(.35, .75, .55, 1) .3s;
	-webkit-transition: all .6s cubic-bezier(.35, .75, .55, 1) .3s;
	-moz-transition: all .6s cubic-bezier(.35, .75, .55, 1) .3s;
	-o-transition: all .6s cubic-bezier(.35, .75, .55, 1) .3s;
}

.index-box .index-box1 .index-box1-top .left img {
	width: 100%;
	height: 100%;
}

.index-box .index-box1 .index-box1-top .right {
	width: 7rem;
}

.index-box .index-box1 .index-box1-top .right h2 {
	font-size: 0.36rem;
	font-family: Arial;
	font-weight: bold;
	color: #2AA6D0;
	padding: 0.44rem 0;
}

.index-box .index-box1 .index-box1-top .right p {
	font-size: 0.16rem;
	font-family: Arial;
	font-weight: 400;
	line-height: 0.32rem;
	color: #666666;
}

.index-box .index-box1 .index-box1-bottom {
	padding: 0.6rem 0;
	background: #f8f8f8;
	/* background: rgba(248, 248, 248, 0.39); */
}

.index-box .index-box1 .index-box1-bottom .left {
	width: 7rem;
}

.index-box .index-box1 .index-box1-bottom .left h2 {
	font-size: 0.36rem;
	font-family: Arial;
	font-weight: bold;
	color: #2AA6D0;
	padding: 0.44rem 0;
}

.index-box .index-box1 .index-box1-bottom .left p {
	font-size: 0.16rem;
	font-family: Arial;
	font-weight: 400;
	line-height: 0.32rem;
	color: #666666;
}

.index-box .index-box1 .index-box1-bottom .right {
	width: 7rem;
	height: 4.2rem;
	transition: all .6s cubic-bezier(.35, .75, .55, 1) .3s;
	-webkit-transition: all .6s cubic-bezier(.35, .75, .55, 1) .3s;
	-moz-transition: all .6s cubic-bezier(.35, .75, .55, 1) .3s;
	-o-transition: all .6s cubic-bezier(.35, .75, .55, 1) .3s;
}

.index-box .index-box1 .index-box1-bottom .right img {
	width: 7rem;
	height: 4.2rem;
}

.index-box2 {
	padding: 0.6rem 0;
}

.index-box2 h1 {
	font-size: 0.36rem;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-bottom: 0.3rem;
}

.index-box2 .index-box-nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.index-box2 .index-box-nav li {
	font-size: 0.18rem;
	font-family: Arial;
	font-weight: 400;
	color: #666666;
	padding: 0 0.26rem;
	height: 0.2rem;
	position: relative;
	cursor: pointer;
}

.index-box2 .index-box-nav li span {
	width: 0.01rem;
	height: 0.2rem;
	display: inline-block;
	background: #666666;
	position: absolute;
	top: 50%;
	right: 0rem;
	transform: translate(0, -50%);
}

.index-box2 .index-box-nav li:last-child span {
	background: #fff;
}

.index-box-nav .nav_active2 {
	color: #2AA6D0 !important;
}

.index-box2-main {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 0.4rem;
}

.index-box2-main .item {
	width: 4.8rem;
	text-align: left;
	margin-right: 0.3rem;
	cursor: pointer;
}

.index-box2-main .item:hover img {
	-moz-box-shadow: 0.02rem 0.02rem 0.2rem #909090;
	-webkit-box-shadow: 0.02rem 0.02rem 0.2rem #909090;
	box-shadow: 0.02rem 0.02rem 0.2rem #909090;
}

.index-box2-main .item:last-child {
	margin-right: 0rem;
}

.index-box2-main .item img {
	width: 4.8rem;
	height: 4.8rem;
}

.index-box2-main .item h6 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.24rem;
	font-family: Arial;
	font-weight: 400;
	padding: 0.2rem 0;
	color: #333333;
}

.index-box2-main .item:hover h6 {
	color: #2AA6D0;
}

.index-box2-main .item p {
	font-size: 0.18rem;
	font-family: Arial;
	font-weight: bold;
	line-height: 0.36rem;
	color: #333333;
}

.index-box2 .index-box2-more {
	width: 2.6rem;
	height: 0.44rem;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.39);
	border: 1px solid #D9D9D9;
	text-align: center;
	font-size: 0.16rem;
	font-family: Arial;
	font-weight: 400;
	line-height: 0.44rem;
	color: #BEBEBE;
	margin-top: 0.5rem;
	cursor: pointer;
}

.index-box2 .index-box2-more:hover {
	background: #2AA6D0;
	color: #fff;
}

.index-box3 {
	background: #f8f8f8;
	width: 100%;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.index-box3 h1 {
	font-size: 0.36rem;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-bottom: 0.3rem;
}

.index-box3 .index-box3-more {
	width: 2.6rem;
	height: 0.44rem;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.39);
	border: 1px solid #D9D9D9;
	text-align: center;
	font-size: 0.16rem;
	font-family: Arial;
	font-weight: 400;
	line-height: 0.44rem;
	color: #BEBEBE;
	margin-top: 0.5rem;
	cursor: pointer;
}

.index-box3 .index-box3-more:hover {
	background: #2AA6D0;
	color: #fff;
}

.index-box3-main {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 0.4rem;
}

.index-box3-main .item {
	width: 4.8rem;
	text-align: left;
	margin-right: 0.3rem;
	cursor: pointer;
}

.index-box3-main .item:hover img {
	-moz-box-shadow: 0.02rem 0.02rem 0.2rem #909090;
	-webkit-box-shadow: 0.02rem 0.02rem 0.2rem #909090;
	box-shadow: 0.02rem 0.02rem 0.2rem #909090;
}

.index-box3-main .item:last-child {
	margin-right: 0rem;
}

.index-box3-main .item img {
	width: 4.8rem;
	height: 4.8rem;
}

.index-box3-main .item h6 {
	font-size: 0.24rem;
	font-family: Arial;
	font-weight: 400;
	padding: 0.2rem 0;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-box3-main .item:hover h6 {
	color: #2AA6D0;
}

.index-box3-main .item p {
	font-size: 0.18rem;
	font-family: Arial;
	font-weight: bold;
	line-height: 0.36rem;
	color: #333333;
}

.index-box4 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0.7rem 0;
}

.index-box4 .item {
	width: 1.5rem;
	height: 0.6rem;
	margin: 0 .22rem;
}

.index-box4 .item img {
	width: 1.5rem;
	height: 0.6rem;
	cursor: pointer;
}

.index-box4 .item:hover {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 0.1rem 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 0.1rem 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 0.1rem 0px;
}
