body {
	background: #163875;
	/*background: rgba(108,20,9,1);*/
	color: #fff;
}

.main-con {
	padding-bottom: 5.4rem;
	/*width: 93%;*/
	width: 97%;
	margin: 0 auto;
}

.swiper-container {
	width: 100%;
	overflow: hidden;
}

.swiper-slide img {
	width: 100%;
}

.tabs {
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: 3.0rem;
	border-radius: 1.0rem;
	border: 1px #9d9d9d solid;
	margin-bottom: 2.0rem;
}

	.tabs a {
		width: 25%;
		/*background: #333f5a;*/
		color: #fff;
		border-radius: 5px;
		text-align: center;
		font-size: 1.6rem;
		height: 1.9rem;
		line-height: 2.9rem;
		border-radius: 1.0rem;
		box-sizing: border-box;
	}

.tabs-active {
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#113d7c), to(#1b2f62));
	background-image: -webkit-linear-gradient(90deg, #113d7c, #1b2f62);
	background-image: -moz-linear-gradient(90deg, #113d7c, #1b2f62);
	background-image: -o-linear-gradient(90deg, #113d7c, #1b2f62);
	background-image: linear-gradient(90deg, #113d7c, #1b2f62);
}

.index-sub-tit {
	color: #000;
	padding: 1rem 0.5rem 0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	.index-sub-tit img {
		height: 1.4rem;
	}

	.index-sub-tit span {
		background: #fff;
		font-size: 1.4rem;
		display: inline-block;
		position: relative;
		z-index: 2;
		margin-left: 1.0rem;
		flex: 1;
	}

.line-through {
	position: absolute;
	width: 50%;
	height: 1px;
	background: #000;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.swiper-container-news {
	text-align: center;
	margin: 1.5rem 0;
	overflow: hidden;
	margin-left: -2.5rem;
}

.swiper-container-review {
	text-align: center;
	margin: 1.5rem 2%;
	overflow: hidden;
}

.news-con {
	margin: 2.0rem 0;
	background: #fff;
	border-radius: 10px;
	color: #000;
	padding-bottom: 1.0rem;
	overflow: hidden;
}

.swiper-container-news .news-img {
	margin: 0 auto;
	width: 76vw;
	height: 41vw;
	text-align: center;
	/*line-height: 11.25rem;*/
	overflow: hidden;
	border-radius: 5px;
}

.news-img img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
}

.swiper-container-review .swiper-slide {
	width: 1.4rem;
	/*height:1.2rem;*/
	border-radius: 5px;
}

	.swiper-container-review .swiper-slide img {
		max-width: 100%;
		max-height: 100%;
	}

.news-tit {
	font-size: 1.4rem;
	margin: 0.8rem;
}

.news-date {
	font-size: 1.2rem;
}

.p-menu {
	width: 100%;
	display: flex;
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#113d7c), to(#1b2f62));
	background: -webkit-linear-gradient(90deg, #113d7c, #1b2f62);
	background: -moz-linear-gradient(90deg, #113d7c, #1b2f62);
	background: -o-linear-gradient(90deg, #113d7c, #1b2f62);
	background: linear-gradient(90deg, #113d7c, #1b2f62);
	align-items: center;
	position: fixed;
	bottom: 0;
	height: 5.2rem;
	z-index: 9;
}


	.p-menu a {
		width: 25%;
		text-align: center;
		color: #fff;
	}

	.p-menu .p-menu-active {
		color: #8ba3d9;
	}

	.p-menu a img {
		width: 2.4rem;
	}

.menu-icon {
	height: 2.0rem;
}

.p-menu > a:nth-child(1) .menu-icon {
	background: url(../img/ph-home.png?v=fue284feq);
	background-size: auto 2.0rem;
	background-repeat: no-repeat;
	background-position: center center;
}

.p-menu > a:nth-child(2) .menu-icon {
	background: url(../img/ph-sea.png?v=fue284feq);
	background-size: auto 2.0rem;
	background-repeat: no-repeat;
	background-position: center center;
}

.p-menu > a:nth-child(3) .menu-icon {
	background: url(../img/ph-ano.png?v=fue284feq);
	background-size: auto 2.0rem;
	background-repeat: no-repeat;
	background-position: center center;
}

.p-menu > a:nth-child(4) .menu-icon {
	background: url(../img/ph-my.png?v=fue284feq);
	background-size: auto 2.0rem;
	background-repeat: no-repeat;
	background-position: center center;
}

.p-menu > .p-menu-active:nth-child(1) .menu-icon {
	background: url(../img/ph-home-ac.png?v=fue284feq);
	background-size: auto 2.0rem;
	background-repeat: no-repeat;
	background-position: center center;
}

.p-menu > .p-menu-active:nth-child(2) .menu-icon {
	background: url(../img/ph-sea-ac.png?v=fue284feq);
	background-size: auto 2.0rem;
	background-repeat: no-repeat;
	background-position: center center;
}

.p-menu > .p-menu-active:nth-child(3) .menu-icon {
	background: url(../img/ph-ano-ac.png?v=fue284feq);
	background-size: auto 2.0rem;
	background-repeat: no-repeat;
	background-position: center center;
}

.p-menu > .p-menu-active:nth-child(4) .menu-icon {
	background: url(../img/ph-my-ac.png?v=fue284feq);
	background-size: auto 2.0rem;
	background-repeat: no-repeat;
	background-position: center center;
}

.menu-font {
	font-size: 1.4rem;
}

.swiper-container-judge {
	background: #fff;
	padding: 0.5rem;
	overflow: hidden;
	border-radius: 10px;
}

	.swiper-container-judge .sw-in {
		display: flex;
		justify-content: space-around;
		overflow: hidden;
		color: #000;
		margin: 1.0rem 0;
	}

.single-index-judge {
	width: 26%;
	text-align: center;
}

.sij-img {
	width: 100%;
}

	.sij-img img {
		width: 60%;
		margin-bottom: 0.3rem;
		border-radius: 360px;
	}

.sij-aca, .sij-name {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}

.main-con {
	width: 97%;
}

.tool-con {
	width: 100%;
	text-align: left;
	padding: 1.5rem 1.0rem;
	position: relative;
	top: 0;
	/*border-bottom: 1px #fff solid;*/
	left: 0;
}

	.tool-con img {
		width: 2.0rem;
	}

	.tool-con div {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		text-align: center;
		width: 100%;
		font-size: 1.8rem;
	}

.single-option-con {
	height: 5.0rem;
	display: flex;
	font-size: 1.6rem;
	align-items: center;
	padding: 0 1.0rem;
	justify-content: space-between;
	border-bottom: 1px #fff solid;
}

	.single-option-con img {
		width: 0.8rem;
	}

.out-btn {
	width: 80%;
	margin: 4.0rem auto 0;
}

	.out-btn a {
		width: 100%;
		display: inline-block;
		height: 4rem;
		line-height: 4rem;
		text-align: center;
		border-radius: 2.0rem;
		color: #fff;
		border: none;
		font-size: 1.8rem;
		background: -webkit-gradient(linear, 0 100%, 0 0, from(#32405a), to(#6e83ae));
		background: -webkit-linear-gradient(90deg, #32405a, #6e83ae);
		background: -moz-linear-gradient(90deg, #32405a, #6e83ae);
		background: -o-linear-gradient(90deg, #32405a, #6e83ae);
		background: linear-gradient(90deg, #32405a, #6e83ae);
	}
