@charset "utf-8";

/* ================================ case ================================ */

.case {
}

.case ul {
}

.case ul li {
	float: left;
	width: 50%;
	padding-top: 25.6%;
	position: relative;
}
.case ul li.index0,
.case ul li.index3 {
	background-image: -o-linear-gradient(bottom, #ff8000, #ffebd6);
	background-image: -ms-linear-gradient(bottom, #ff8000, #ffebd6);
	background-image: -moz-linear-gradient(bottom, #ff8000, #ffebd6);
	background-image: -webkit-linear-gradient(top, #ff8000, #ffebd6);
	background-image: linear-gradient(to bottom, #ff8000, #ffebd6);
}

.case ul li a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.case ul li b {
	font-weight: normal;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.case ul li b.pc {
	display: flex;
}
.case ul li b.mobile {
	display: none;
}

.case ul li div {
	transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
}
.case ul li div:hover {
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.case ul li div h1 {
	color: #ff8000;
	font-size: 2.5vw;
	font-family: 'OPPOSans-R';
	font-weight: normal;
}
.case ul li.index0 div h1,
.case ul li.index3 div h1 {
	color: #fff;
}

.case ul li div p {
	color: #ff8000;
	font-size: 1.0417vw;
	font-family: 'OPPOSans-L';
	line-height: 2em;
	text-align: center;
	white-space: pre-wrap;
}
.case ul li.index0 div p,
.case ul li.index3 div p {
	color: #fff;
}

/* ================================ about ================================ */

.about {
	padding-top: 51.0937vw;
	background-size: 100% auto;
	background-size: cover;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-attachment: fixed;
	position: relative;
}

.about .wrap {
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
}

.about .top {
	position: absolute;
	left: 7%;
	right: 0%;
	top: 0%;
	margin-top: 6%;
}

.about .top h1 {
	color: #ff8000;
	font-size: 2.0834vw;
	font-family: 'OPPOSans-R';
	font-weight: normal;
}

.about .top h1 b {
}

.about .top h2 {
	color: #fff;
	font-size: 3.125vw;
	font-family: 'OPPOSans-R';
}

.about .top p {
	width: 43%;
	color: #fff;
	font-size: 1.0417vw;
	font-family: 'OPPOSans-L';
	line-height: 2em;
	margin-top: 2%;
}

.about .top h3 {
	color: #ff8000;
	font-size: 1.0417vw;
	font-family: 'OPPOSans-R';
	font-weight: normal;
	margin-top: 2%;
}

.about .top h4 {
	font-weight: normal;
	margin-top: 2%;
}

.about .top h4 a {
	color: #fff;
	font-size: 1.0417vw;
	font-family: 'OPPOSans-L';
	line-height: 2em;
}
.about .top h4 a:hover {
	color: #ff8000;
}

.about .bottom {
	position: absolute;
	left: 7%;
	right: 0%;
	bottom: 0%;
	margin-bottom: 6%;
}

/* ================================ news ================================ */

.news {
	display: flex;
	flex-wrap: wrap;
	padding: 6% 7%;
	border-bottom: 1px solid #ddd;
}

.news .item {
	width: 33.3%;
	margin-top: 5%;
}
.news .item.index0 {
	margin-top: 0%;
}
.news .item.index1 {
	margin-top: 0%;
}
.news .item.index2 {
	margin-top: 0%;
}

.news .item .top {
}

.news .item .top h1 {
	font-size: 1.875vw;
	font-family: 'OPPOSans-R';
	font-weight: normal;
}

.news .item .top h1 a {
}
.news .item .top h1 a:hover {
	color: #ff8000;
}

.news .item .content {
	margin-top: 5%;
}

.news .item .content ul {
}

.news .item .content ul li {
}

.news .item .content ul li a {
	font-size: 1.0417vw;
	font-family: 'OPPOSans-L';
	line-height: 1.7em;
}
.news .item .content ul li a:hover {
	color: #ff8000;
}

/* ================================ qa ================================ */

.qa {
	padding: 6% 7%;
}

.qa .top {
}

.qa .top h1 {
	font-size: 2.6042vw;
	font-family: 'OPPOSans-R';
}

.qa .top h1 a {
}
.qa .top h1 a:hover {
	color: #ff8000;
}

.qa .content {
	margin-top: 1.5%;
}

.qa .content .part {
	float: left;
	width: 46%;
	margin-left: 8%;
}
.qa .content .part:first-child {
	margin-left: 0%;
}

@media (min-width: 1px) and (max-width: 750px) {
	
	/* ================================ case ================================ */
	
	.case {
	}
	
	.case ul {
	}
	
	.case ul li {
		float: left;
		width: 50%;
		padding-top: 25.6%;
		position: relative;
		
		/*
		width: 100%;
		padding-top: 46.759%;
		*/
		padding-top: 90%;
	}
	.case ul li.index0,
	.case ul li.index3 {
		background-image: -o-linear-gradient(bottom, #ff8000, #ffebd6);
		background-image: -ms-linear-gradient(bottom, #ff8000, #ffebd6);
		background-image: -moz-linear-gradient(bottom, #ff8000, #ffebd6);
		background-image: -webkit-linear-gradient(top, #ff8000, #ffebd6);
		background-image: linear-gradient(to bottom, #ff8000, #ffebd6);
	}
	
	.case ul li a {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
	.case ul li b {
		font-weight: normal;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		
		background-size: cover;
		background-position: center center;
	}
	.case ul li b.pc {
		display: flex;
		
		display: none;
	}
	.case ul li b.mobile {
		display: none;
		
		display: flex;
	}
	/*
	.case ul li.index0 b,
	.case ul li.index2 b {
		padding-left: 7vw;
		padding-top: 8vw;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.case ul li.index1 b,
	.case ul li.index3 b {
		padding-right: 7vw;
		padding-top: 8vw;
		justify-content: flex-start;
		align-items: flex-end;
	}
	*/
	
	.case ul li div {
		transition: all 500ms;
		-o-transition: all 500ms;
		-ms-transition: all 500ms;
		-moz-transition: all 500ms;
		-webkit-transition: all 500ms;
		
		position: absolute;
		left: 7vw;
		right: 0vw;
		top: 7vw;
		bottom: 7vw;
	}
	.case ul li div:hover {
		transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		
		transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
	}
	
	.case ul li div h1 {
		color: #ff8000;
		font-size: 2.5vw;
		font-family: 'OPPOSans-R';
		font-weight: normal;
		
		font-size: 4.5vw;
		font-size: 6vw;
		width: 58%;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.case ul li.index0 div h1,
	.case ul li.index3 div h1 {
		color: #fff;
	}
	/*
	.case ul li.index0 div h1,
	.case ul li.index2 div h1 {
		color: #000;
	}
	.case ul li.index1 div h1,
	.case ul li.index3 div h1 {
		color: #fff;
	}
	*/
	
	.case ul li div p {
		color: #ff8000;
		font-size: 1.0417vw;
		font-family: 'OPPOSans-L';
		line-height: 2em;
		text-align: center;
		white-space: pre-wrap;
		
		font-size: 3vw;
		font-family: 'OPPOSans-R';
		text-align: left;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	.case ul li.index0 div p,
	.case ul li.index3 div p {
		color: #fff;
	}
	/*
	.case ul li.index0 div p,
	.case ul li.index2 div p {
		color: #000;
	}
	.case ul li.index1 div p,
	.case ul li.index3 div p {
		color: #fff;
	}
	*/
	
	/* ================================ about ================================ */
	
	.about {
		padding-top: 51.0937vw;
		background-size: 100% auto;
		background-size: cover;
		background-position: 0% 0%;
		background-repeat: repeat;
		background-attachment: fixed;
		position: relative;
		
		padding-top: 187vw;
		background-size: cover;
		background-position: 28% 0%;
	}
	
	.about .wrap {
		position: absolute;
		left: 0%;
		right: 0%;
		top: 0%;
		bottom: 0%;
	}
	
	.about .top {
		position: absolute;
		left: 7%;
		right: 0%;
		top: 0%;
		margin-top: 6%;
		
		position: static;
		margin-left: 7%;
		margin-right: 7%;
		margin-top: 6%;
	}
	
	.about .top h1 {
		color: #ff8000;
		font-size: 2.0834vw;
		font-family: 'OPPOSans-R';
		font-weight: normal;
		
		font-size: 7vw;
	}
	
	.about .top h1 b {
	}
	
	.about .top h2 {
		color: #fff;
		font-size: 3.125vw;
		font-family: 'OPPOSans-R';
		
		font-size: 6vw;
	}
	
	.about .top p {
		width: 43%;
		color: #fff;
		font-size: 1.0417vw;
		font-family: 'OPPOSans-L';
		line-height: 2em;
		margin-top: 2%;
		
		width: 100%;
		font-size: 3.33vw;
		line-height: 1.8em;
	}
	
	.about .top h3 {
		color: #ff8000;
		font-size: 1.0417vw;
		font-family: 'OPPOSans-R';
		font-weight: normal;
		margin-top: 2%;

		font-size: 3.33vw;
		line-height: 1.8em;
	}
	
	.about .top h4 {
		font-weight: normal;
		margin-top: 2%;
	}
	
	.about .top h4 a {
		color: #fff;
		font-size: 1.0417vw;
		font-family: 'OPPOSans-L';
		line-height: 2em;
		
		font-size: 3.33vw;
	}
	.about .top h4 a:hover {
		color: #ff8000;
	}
	
	.about .bottom {
		position: absolute;
		left: 7%;
		right: 0%;
		bottom: 0%;
		margin-bottom: 6%;
		
		position: static;
		margin-left: 7%;
		margin-right: 7%;
		margin-top: 6%;
		margin-bottom: 0%;
	}
	
	/* ================================ news ================================ */
	
	.news {
		display: flex;
		flex-wrap: wrap;
		padding: 6% 7%;
		border-bottom: 1px solid #ddd;
		
		padding: 8% 7%;
		justify-content: space-between;
	}
	
	.news .item {
		width: 33.3%;
		margin-top: 5%;
		
		width: 46.5%;
		width: 44%;
		margin-top: 8%;
	}
	.news .item.index0 {
		margin-top: 0%;
	}
	.news .item.index1 {
		margin-top: 0%;
	}
	.news .item.index2 {
		margin-top: 0%;
		
		margin-top: 8%;
	}
	
	.news .item .top {
	}
	
	.news .item .top h1 {
		font-size: 1.875vw;
		font-family: 'OPPOSans-R';
		font-weight: normal;
		
		font-size: 4vw;
		font-size: 3vw;
		font-weight: bold;
	}
	
	.news .item .top h1 a {
	}
	.news .item .top h1 a:hover {
		color: #ff8000;
	}
	
	.news .item .content {
		margin-top: 5%;
	}
	
	.news .item .content ul {
	}
	
	.news .item .content ul li {
		
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.news .item .content ul li a {
		font-size: 1.0417vw;
		font-family: 'OPPOSans-L';
		line-height: 1.7em;
		
		color: #888;
		font-size: 3.33vw;
		font-size: 3vw;
		font-family: 'OPPOSans-R';
		line-height: 2em;
	}
	.news .item .content ul li a:hover {
		color: #ff8000;
	}
	
	/* ================================ qa ================================ */
	
	.qa {
		padding: 6% 7%;
		
		padding: 8% 7%;
	}
	
	.qa .top {
	}
	
	.qa .top h1 {
		font-size: 2.6042vw;
		font-family: 'OPPOSans-R';
		
		font-size: 4vw;
	}
	
	.qa .top h1 a {
	}
	.qa .top h1 a:hover {
		color: #ff8000;
	}
	
	.qa .content {
		margin-top: 1.5%;
		
		margin-top: 3%;
	}
	
	.qa .content .part {
		float: left;
		width: 46%;
		margin-left: 8%;
		
		width: 100%;
		margin-left: 0%;
	}
	.qa .content .part:first-child {
		margin-left: 0%;
	}
	
}
