@charset "utf-8";

body {
	background: url(../images/index-pc-back.jpg) #f2f5fb no-repeat top center;
	background-size: cover;
	font-size: .15rem;
	color: #333333;
	min-height: 100vh;
}

/* --------------index-start-------------- */
.main{
	max-width:1200px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
	padding-top: 0.88rem;
}
.head{
	display: none;
}
.head-pc {
	width: 100%;
	height: auto;
	display: block;
	margin:0 auto 0;
}

.head-pc .iconw {
	width: 1.35rem;
	height: auto;
	margin:0 auto 0.2rem;
}

.head-pc .iconw img {
	width: 100%;
	height: auto;
}

.head-pc .title {
	text-align: center;
	width: 100%;
	font-size: 0.35rem;
	color: #d12f3e;
	margin-bottom: 0.12rem;
	line-height: 1;
	font-family: "Microsoft YaHei", Arial, sans-serif;
	font-weight: bold;
}

.head-pc .destext {
	font-size: 0.16rem;
	text-align: center;
	width: 100%;
	color: #888888;
}

.banner {
	width: 62%;
	height: auto;
	margin-right: 5%;
	position: relative;
}
.banner .ewm{
	width: 1.2rem;
	height: auto;
	position: absolute;
	right: 0.12rem;
	bottom: 0.28rem;
	padding: 0.1rem;
	border-radius: 8px;
	background-color: #fff;
	border:1px solid #eee;
}
.banner .ewm .text{
	line-height: 1.2;
	margin-top: 0.12rem;
	text-align: center;
	color: #888;
	width: 100%;
	font-size: 0.12rem;
}
.banner img {
	width: 100%;
	height: auto;
}
.wrapp-r{
	width: 30%;
}
.item {
	width: 100%;
	margin: 0.25rem auto 0;
}

.item li {
	width: 100%;
	height: auto;
	margin-bottom: 0.25rem;
	position: relative;
}

.item li a.btn {
	width: 100%;
	height: 0.6rem;
	display: block;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.2rem;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #fff;
	position: relative;
	z-index: 10;
}

.item li a .icon {
	width: auto;
	height: 60%;
	margin-right: 0.3rem;
}

.item li a .icon img {
	width: auto;
	height: 100%;
}

.item li a.mores {
	display: inline-block;
	float: right;
	color: #f54434;
	text-decoration: underline;
	font-size: .16rem;
}

.item li .shadow-box-1 {
	width: 88%;
	height: 0.6rem;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	box-shadow: 0px 10px 18px 2px rgba(255, 34, 34, 0.14);
	z-index: 1;
}

.item li .shadow-box-2 {
	width: 88%;
	height: 0.6rem;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	box-shadow: 0px 10px 18px 2px rgba(70, 174, 247, 0.14);
	z-index: 1;
}

.item li .shadow-box-3 {
	width: 88%;
	height: 0.6rem;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	box-shadow: 0px 10px 18px 2px rgb(234, 234, 234, 1);
	z-index: 1;
}

.b-f5 {
	background: #F5F5F5;
}

.btxt {
	font-size: 0.14rem;
	text-align: center;
	color: #333333;
	text-align: left;
	margin-top: 0.15rem;
}

.item-tip {
	width:100%;
	max-width: 1200px;
	height: auto;
	background: #fff;
	border-radius: 12px;
	padding:0.22rem 0.3rem 0.1rem;
	margin: 0.2rem auto 0.8rem;
	box-sizing: border-box;
}

.item-tip li {
	line-height: 1.8;
	color: #888888;
	font-size: 0.16rem;
	margin-bottom: 0.14rem;
}

.footer {
	width: 100%;
	font-size: 0.14rem;
	color: #575c6c;
	text-align: center;
	line-height: 0.5rem;
	background-color: #2a2d37;
	position: fixed;
	left: 0;
	bottom: 0;
}

.heads {
	width: 100%;
	height: 0.6rem;
	background: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
}

.heads a.backs {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: .22rem;
	color: #333;
	padding-left: .5rem;
	background: url(../images/arrow_03.png) .23rem center no-repeat;
	background-size: auto;
	background-size: .1rem auto;
}

.x-box {
	width: 90%;
	max-width: 750px;
	height: auto;
	margin: 1.25rem auto 0;
}

.x-box .ttits {
	font-size: 0.25rem;
	margin-bottom: 0.2rem;
	text-align: center;
	color: #000000;
}

.x-box .tit {
	width: 100%;
	line-height: 0.65rem;
	padding: 0 0.25rem;
	box-sizing: border-box;
	background: #ff2121;
	color: #FFFFFF;
	margin-bottom: 0.2rem;
	border-radius: 0.05rem;
	font-size: 0.16rem;
}

.x-box .contimg img {
	width: 100%;
	height: auto;
	margin-bottom: 0.2rem;
}


@media (max-width: 1023px){
	body {
		background: url(../images/index-wap-back.jpg) #f2f5fb no-repeat top center;
		background-size: 100% auto;
		font-size: .32rem;
		color: #333333;
	}
	.main{
		display: block;
		padding-top: 0;
	}
	.wrapp-r{
		width: 100%;
	}
	.head-pc{
		display: none;
	}
	.banner .ewm{
		display: none;
	}
	.head{
		width: 88%;
		height: auto;
		display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
		margin: 0.6rem auto 0;
	}
	.head .iconw{
		width: 1.2rem;
		height: auto;
		margin-right: 0.25rem;
	}
	.head .iconw img{
		width: 100%;
		height: auto;
	}
	.head .title{
		text-align: center;
		width: 100%;
		font-size: 0.45rem;
		color: #d12f3e;
		margin-bottom: 0.15rem;
		line-height: 1;
		font-family: "Microsoft YaHei", Arial, sans-serif;
		font-weight: bold;
	}
	.head .destext{
		font-size: 0.28rem;
		text-align: center;
		width: 100%;
		color: #888888;
	}
	.banner {
		width: 88%;
		height: auto;
		margin: 0.4rem auto 0;
	}

	.banner img {
		width: 100%;
		height: auto;
	}

	.item {
		width: 81%;
		max-width: 1200px;
		margin: 0.25rem auto;
	}

	.item li {
		width: 100%;
		height: auto;
		margin-bottom: 0.25rem;
		position: relative;
	}

	.item li a.btn {
		width: 100%;
		height: 0.9rem;
		display: block;
		line-height: 0.9rem;
		text-align: center;
		font-size: 0.32rem;
		overflow: hidden;
		display: flex;
		flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
		border-radius: 8px;
		background-color: #fff;
		position: relative;
		z-index: 10;
	}

	.item li a .icon{
		width: auto;
		height: 60%;
		margin-right: 0.3rem;
	}
	.item li a .icon img{
		width: auto;
		height: 100%;
	}
	.item li a.mores {
		display: inline-block;
		float: right;
		color: #f54434;
		text-decoration: underline;
		font-size: .25rem;
	}

	.item li .shadow-box-1 {
		width: 92%;
		height: 0.8rem;
	}

	.item li .shadow-box-2 {
		width: 92%;
		height: 0.8rem;
	}
	.item li .shadow-box-3 {
		width: 92%;
		height: 0.8rem;
	}

	.b-f5 {
		background: #F5F5F5;
	}

	.btxt {
		font-size: 0.26rem;
		text-align: center;
		color: #333333;
		text-align: left;
		margin-top: 0.25rem;
	}

	.item-tip {
		width: 81%;
		height: auto;
		background: #fff;
		border-radius: 0.1rem;
		padding: 0.35rem;
		margin: 0.25rem auto;
		box-sizing: border-box;
	}

	.item-tip li {
		line-height: 0.45rem;
		color: #888888;
		font-size: 0.26rem;
		margin-bottom: 0.2rem;
	}

	.footer {
		margin: 0.3rem auto 0;
		font-size: 0.26rem;
		color: #575c6c;
		text-align: center;
		line-height: 0.8rem;
		background-color: #2a2d37;
		position: relative;
	}

	.heads {
		width: 100%;
		height: 1rem;
		background: #ffffff;
		position: fixed;
		left: 0;
		top: 0;
	}

	.heads a.backs {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 1rem;
		line-height: 1rem;
		font-size: .35rem;
		color: #333;
		padding-left: .6rem;
		background: url(../images/arrow_03.png) .23rem center no-repeat;
		background-size: auto;
		background-size: .19rem .34rem;
	}

	.x-box {
		width: 90%;
		height: auto;
		margin: 1.25rem auto 0;
	}

	.x-box .ttits {
		font-size: 0.5rem;
		margin-bottom: 0.2rem;
		text-align: center;
		color: #000000;
	}

	.x-box .tit {
		width: 100%;
		line-height: 0.65rem;
		padding: 0 0.25rem;
		box-sizing: border-box;
		background: #ff2121;
		color: #FFFFFF;
		margin-bottom: 0.2rem;
		border-radius: 0.05rem;
		font-size: 0.25rem;
	}

	.x-box .contimg img {
		width: 100%;
		height: auto;
		margin-bottom: 0.2rem;
	}
}