@charset "utf-8";
#main {
	background: #f7f7f7;
}
h2 {
	font-size: 35rem;
	margin-bottom: 20rem;
}
h2 span {
	font-size: 20rem;
	color: #a4a4a4;
	font-weight: 500;
	margin-left: 20rem;
}
.visual {
	position: relative;
	margin-bottom: 60rem;
}
.visual_slide .owl-item > div {
	display: flex;
	align-items: center;
	height: 550rem;
}
.visual_slide .owl-item .wrap {
	margin-bottom: 50rem;
}
.visual_slide .bg1 {
	background: url('../img/main/visual.jpg') no-repeat center/cover;
}
.visual_slide .bg2 {
	background: #555;
}
.visual .txt1 {
	font-size: 50rem;
	font-weight: 900;
	color: #fff;
	line-height: 1.4;
}
.visual .txt1 span {
	display: block;
	font-size: 18rem;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 2rem;
	margin-bottom: 10rem;
	opacity: 0.4;
	color: #fff
}
.visual .txt2 {
	font-size: 25rem;
	color: #fff;
	margin-top: 30rem;
}
.visual .txt2 span {
	display: block;
	color: #fff;
}
.visual .control {
	position: absolute;
	left: 50%;
	bottom: 50rem;
	transform: translate(-50%, 0);
	z-index: 100;
}
.visual .control > *, .visual .control button {
	display: block;
	float: left;
	text-indent: -99999rem;
}
.visual .control a {
	width: 21rem;
	height: 20rem;
	background: url('../img/main/control.png') no-repeat 0 0/200% auto;
	margin-left: 5rem;
}
.visual .control a.play {
	display: none;
	background-position: 100% 0;
}
.visual .control button {
	width: 15rem;
	height: 15rem;
	border: 0;
	border-radius: 50%;
	background: #fff;
	opacity: 0.3;
	cursor: pointer;
	margin: 3rem 10rem 0 0;
}
.visual .control button.active {
	opacity: 1;
}
@media all and (min-width:1501px) {
.visual .wrap {
	width: 100%;
}
}
@media all and (max-width:1023px) {
.visual_slide .owl-item > div {
	height: 450rem;
}
.visual .txt1 {
	font-size: 30rem;
}
.visual .txt2 {
	font-size: 20rem;
}
}
.intro::after {
	content: '';
	display: table;
	clear: both;
}
.intro a {
	display: block;
	float: left;
	width: 22.75%;
	margin: 0 0 50rem 3%;
	border-radius: 25rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
	transition: 0.4s;
}
.intro a:hover {
	box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
}
.intro a:first-of-type {
	margin-left: 0;
}
.intro a div {
	position: relative;
}
.intro a div span {
	position: absolute;
	left: 50%;
	top: 60%;
	width: 100rem;
	height: 100rem;
	background: #2253ae;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 15rem;
	padding-top: 60rem;
	opacity: 0;
	transition: 0.4s;
	transform: translate(-50%, -50%);
}
.intro a div span::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 18rem;
	width: 28rem;
	height: 37rem;
	background: url('../img/main/click_icon.png') no-repeat center/cover;
	transform: translate(-50%, 0);
}
.intro a:hover div span {
	top: 50%;
	opacity: 1;
}
.intro dl {
	padding: 25rem 25rem 0;
	min-height: 170rem;
}
.intro dl dt {
	font-size: 25rem;
	font-weight: 700;
	margin-bottom: 10rem;
}
.intro dl dd {
	color: #565656;
}
@media (max-width:1023px) and (min-width:801px) {
.intro a {
	position: relative;
	width: 48%;
	margin: 0 0 30rem 4%;
}
.intro a:nth-of-type(2n+1) {
	margin-left: 0;
	clear: both;
}
.intro a div {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.intro a:nth-of-type(1) div {
	background: url('../img/main/img1.jpg') no-repeat center/cover;
}
.intro a:nth-of-type(2) div {
	background: url('../img/main/img2.jpg') no-repeat center/cover;
}
.intro a:nth-of-type(3) div {
	background: url('../img/main/img3.jpg') no-repeat center/cover;
}
.intro a:nth-of-type(4) div {
	background: url('../img/main/img4.jpg') no-repeat center/cover;
}
.intro dl {
	float: right;
	width: 50%;
	padding: 20rem 25rem;
	min-height: auto;
}
.intro img {
	display: none;
}

}
@media all and (max-width:800px) {
	h2 {
	font-size: 22rem;	color:#000; 
}
.intro a {
	width: 48%;
	margin: 0 0 30rem 4%;
}
.intro a:nth-of-type(2n+1) {
	margin-left: 0;
	clear: both;
}
.intro dl {
	padding: 25rem;
}
.intro img {
	width: 100%;
}
h2 span {
	margin-left: 5rem;
}
}
.notice::after {
	content: '';
	display: table;
	clear: both;
}
.notice a {
	position: relative;
	display: block;
	float: left;
	background: #fff;
	width: 31.3%;
	height: 160rem;
	margin: 0 0 40rem 3%;
	border-radius: 25rem;
	box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
	padding: 25rem 30rem 0 145rem;
	transition: 0.4s;
}
.notice a:hover {
	box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
}
.notice a:first-of-type {
	margin-left: 0;
}
.notice a dt {
	font-size: 22rem;
	font-weight: 800;
	margin-bottom: 10rem;
}
.notice a dd {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	line-height: 28rem;
	height: 56rem;
	overflow: hidden;
	color: #555;
}
.notice a p {
	position: absolute;
	left: 30rem;
	top: 50%;
	width: 90rem;
	height: 90rem;
	border-radius: 50%;
	background: #f4f4f4;
	font-size: 16rem;
	color: #898989;
	transform: translate(0, -50%);
	line-height: 1.2;
	text-align: center;
	padding-top: 17rem;
}
.notice a p strong {
	display: block;
	font-size: 35rem;
	color: #383838;
	font-weight: 900;
}
@media all and (max-width:1023px) {
.notice {
	margin-bottom: 20rem;
}
.notice a {
	width: 100%;
	height: auto;
	margin: 0 0 30rem;
	padding: 25rem 30rem 25rem 145rem;
}
.notice a dd {
	-webkit-line-clamp: 1;
	height: auto;
}
}
.application {
	position: relative;
	display: block;
	background-image: url('../img/main/illu_bg1.png'), url('../img/main/illu_bg2.png');
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	background-color: #2253ae;
	border-radius: 25rem;
	color: #fff;
	padding: 40rem 300rem 40rem 50rem;
	margin-bottom: 50rem;
}
.application::after {
	content: '';
	position: absolute;
	right: 50rem;
	bottom: 0;
	width: 235rem;
	height: 207rem;
	background: url('../img/main/illu_icon.png') no-repeat center/cover;
}
.application p {
	font-size: 20rem;
	color:#fff
}
.application p span {
	display: block;
	color:#fff
}
.application a {
	position: absolute;
	left: 190rem;
	top: 48rem;
	color: #2253ae;
	background: rgba(255,255,255,0.5);
	font-size: 17rem;
	padding: 7rem 35rem 7rem 18rem;
	border-radius: 20rem;
	font-weight: 700;
	transition: 0.4s;
}
.application a::before {
	content: '';
	position: absolute;
	top: 38%;
	right: 18rem;
	width: 7rem;
	height: 7rem;
	border: 1px solid #2253ae;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
}
.application a:hover {
	background: #fff;
}
@media all and (max-width:768px) {
.application {
	padding: 40rem 230rem 40rem 50rem;
}
.application::after {
	width: 150rem;
	height: 135rem;
}
}
@media all and (max-width:768px) {
.application {
	padding: 40rem 50rem;
}
.application::after {
	display: none;
}

}
.banner {
	overflow: hidden;
	padding-bottom: 60rem;
}
.banner > div {
	float: left;
	width: 40%;
}
.banner > div:first-of-type {
	width: 50%;
	margin-right: 3%;
}
.banner a {
	display: block;
	float: left;
	width: 40%;
	background: url('../img/main/banner_gray.png') no-repeat left center/auto 100%;
	padding-left: 30rem;
}
.banner a:first-of-type {
	background: none;
	padding-left: 0;
}
.banner a span {
	display: block;
	margin-top: 15rem;
}
.banner > div:nth-of-type(2) a {
	width: 45%;
}
@media all and (max-width:768px) {
.banner > div {
	width: 100% !important;
}
.banner > div:first-of-type {
	margin-bottom: 50rem;
}

.banner a {
	width: 45%;
	padding: 0 5% !important;
	
}

.banner img {
	height:35px
}
}
