.index-company {
	margin: .72rem 0 .72rem 0;
}
.index-company .main {
	font-size: 0;
}
.index-company .title {
	margin-bottom: .25rem;
	font-weight: bold;
	font-size: .3rem;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	color: var(--mainColor);
	text-align: center;
	font-family: Arial;
}
.index-company .subtitle {
	margin: 0 auto;
	font-size: .14rem;
	color: #acadaf;
	text-align: center;
	width: 4.7rem;
	line-height: .17rem;
}
.index-company .image {
	margin-top: .56rem;
	width: 6.13rem; height: 4.03rem;
	display: inline-block;
	vertical-align: top;
}
.index-company .image img {
	width: 100%; height: 100%;
	object-fit: cover;
	object-position: center;
}
.index-company .desc {
	margin-top: .56rem;
	margin-right: .4rem;
	display: inline-block;
	vertical-align: top;
	width: 6rem;
}
.index-company .desc b {
	color: var(--mainColor);
	display: block;
	text-transform: uppercase;
}
.index-company .desc p {
	font-size: .16rem;
	line-height: .24rem;
	color: #999;
}
.index-company .desc .button {
	margin-top: .3rem;
	display: block;
	width: 1.62rem; height: .34rem;
	text-align: center;
	line-height: .34rem;
	color: var(--mainColor);
	font-size: .14rem;
	border: 1px solid;
	text-transform: uppercase;
}
.index-company .desc .button:hover {
	color: #fff;
	background-color: var(--mainColor);
}
.index-company .desc ul {
	margin-top: .4rem;
	display: flex;
	justify-content: space-between;
}
.index-company .desc ul li {
	padding-top: .5rem;
	box-sizing: border-box;
	width: 1.26rem; height: 1.04rem;
	background-color: var(--mainColor);
	color: #fff;
	font-size: .14rem;
	position: relative;
	line-height: .55rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.index-company .desc ul li::before {
	font-size: .32rem;
	position: absolute;
	top: .19rem; left: 50%;
	transform: translateX(-50%);
	line-height: 1;
	font-weight: normal;
}
.index-adv {
	display: flex;
}
.index-adv .left {
	width: 50%; height: 5.8rem;
}
.index-adv .left img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#index-adv .iconfont {
	position: absolute;
	top: 50%; right: 3%;
	width: .44rem; height: 1rem;
	background-color: var(--mainColor);
	color: #fff;
	text-align: center;
	line-height: 1rem;
	font-size: .4rem;
	z-index: 1;
	transform: translateY(-50%);
	transition: opacity .3s ease-in-out;
	cursor: pointer;
}
#index-adv .icon-back {
	left: 3%;
}
#index-adv .iconfont:hover {
	opacity: .85;
}
.index-adv .right {
	padding: .78rem .6rem;
	box-sizing: border-box;
	width: 50%; height: 5.8rem;
	background-color: #f6f6f5;
}
.index-adv .right .title {
	width: 100%;
	font-size: .24rem;
	text-transform: uppercase;
	color: var(--mainColor);
}
.index-adv .right li {
	margin-top: .68rem;
	height: .9rem; width: 7rem; font-size: 0;
}
.index-adv .right li a {
    padding-left: 1.1rem; box-sizing: border-box; position: relative; display: block;
}
.index-adv .right li:hover i {
	background-color: var(--mainColor);
	color: #fff;
}
.index-adv .right i {
	margin-right: .2rem;
	width: .9rem; height: .9rem;
	border-radius: 50%;
	border: 1px solid;
	box-sizing: border-box;
	color: var(--mainColor);
	display: inline-block;
	float: left;
	transition: all .4s ease-in-out; position: absolute; left: 0; top: 0;
}
.index-adv .right i::before {
	font-size: .47rem;
	line-height: .9rem;
	left: 50%;
	margin-left: -.24rem;
	position: relative;
}
.index-adv .right .text-title {
	margin-bottom: .1rem;
	font-size: .16rem;
	color: var(--mainColor);
}
.index-adv .right p {
	font-size: .14rem;
	color: #666;
	display: inherit;
	line-height: .16rem;
}
.index-product {
	padding: .77rem 0 0;
	box-sizing: border-box;
}
.index-product .title {
	margin-bottom: .25rem;
	font-weight: bold;
	font-size: .3rem;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	color: var(--mainColor);
	text-align: center;
	font-family: Arial;
}
.index-product .subtitle {
	margin: 0 auto;
	font-size: .14rem;
	color: #acadaf;
	text-align: center;
	line-height: .17rem;
}
.index-product ul {
	margin: .4rem auto 0;
	width: 15.1rem;
}
.index-product ul::after {
	content: '';
	display: block;
	clear: both;
	width: 0; height: 0;
}
.index-product ul li {
	margin: 0 .15rem .15rem 0;
	float: left;
	box-shadow: 0 0 .24rem #d9d7d7;
	position: relative;
}
.index-product ul li:nth-of-type(4) {
	top: -.77rem;
}
.index-product ul li:nth-of-type(3n) {
	margin-right: 0;
}
.index-product ul li .name {
	position: absolute;
	left: 0; bottom: 0;
	opacity: 0;
	background-color: rgba(38, 78, 158, .9);
	color: #fff;
	font-size: .16rem;
	text-align: center;
	line-height: .55rem;
	transform: translateY(.2rem);
	width: 100%;
	transition: all .4s ease-in-out;
}
.index-product ul li:hover .name {
	opacity: 1;
	transform: translateY(0);
}
.index-contact {
	padding: 1.2rem 0;
	box-sizing: border-box;
	background: url(/images/index-contact.jpg) no-repeat center;
	background-size: cover;
}
.index-contact .main {
	position: relative;
}
.index-contact .title {
	margin-bottom: .17rem;
	line-height: 1;
	font-size: .28rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.index-contact p {
	font-size: .18rem;
	line-height: 1.5;
	width: 6.1rem;
	color: #fff;
}
.index-contact a {
	position: absolute;
	right: 0; top: 50%;
	margin-top: -.32rem;
	width: 2.9rem; height: .63rem;
	border: 3px solid;
	color: #fff;
	text-align: center;
	line-height: .63rem;
	text-transform: uppercase;
	font-size: .24rem;
}
.index-contact a:hover {
	background-color: #fff;
	color: var(--mainColor);
}
.index-news {
	padding: .53rem 0;
	box-sizing: border-box;
}
.index-news .title {
	margin-bottom: .25rem;
	font-weight: bold;
	font-size: .3rem;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	color: var(--mainColor);
	text-align: center;
	font-family: Arial;
}
.index-news .subtitle {
	margin: 0 auto .35rem;
	font-size: .14rem;
	color: #acadaf;
	text-align: center;
	line-height: 1;
}
.index-news ul {
	display: flex;
	justify-content: space-between;
}
.index-news ul li {
	width: 32%;
	font-size: 0;
}
.index-news ul li img {
	max-width: 100%;
}
.index-news ul li p {
	padding: .04rem;
	margin-top: .1rem;
	font-size: .16rem;
	color: #666;
	line-height: 1.5;
}

.marginTop10 {
	margin-top: .1rem;
}
.paddingTop10 {
	padding-top: .1rem;
}

footer > .main {
	display: block;
}