
/*----- pararax -----*/

.pararax{
	position: fixed;
	top: 0;
	height: 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	z-index: -1;
}


/*----- top -----*/

.mainimg{
	width: 100%;
	margin-top: 100px;
	background-color: #fff;
	position: relative;
}

.mainimg:before{
	content: '';
	max-width: 1400px;
	width: 80%;
	height: 90px;
	background-color: #F5F7FD;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.mainimg .slider{
	list-style: none;
	position: relative;
	z-index: 1;
	margin: 0;
}

.mainimg .slider li{
	width: 100%;
	height: 760px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.mainimg .slider li .back_img{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 1280px;
	width: 80%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.mainimg .slider li .inner{
	height: 600px;
	margin: 0;
	position: relative;
	z-index: 1;
	font-weight: 500;
	line-height: 2.5;
	font-size: 120%;
	display: flex;
	align-items: center;
}

.mainimg .slider li .inner:before{
	content: '';
	width: 750px;
	height: 750px;
	background-image: url(/dcms_media/image/mainimg_txtback.png);
	background-size: 750px auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -120px;
	left: -170px;
	z-index: -1;
}

.mainimg .slider li:nth-child(2) .inner:before{
	top: -90px;
	left: -90px;
}

.mainimg .slider li:nth-child(3) .inner:before{
	width: 850px;
	height: 750px;
	background-image: url(/dcms_media/image/mainimg_txtback2.png);
	background-size: 850px auto;
	background-position: center;
	top: -85px;
	left: 60px;
}

.mainimg .slider li .inner .lead_txt{
	font-size: 80px;
	font-weight: bold;
	color: #415FD2;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

@media only screen and (max-width:1170px){
	.mainimg{
		margin-top: 60px;
	}
}

@media only screen and (max-width: 979px){
	.mainimg .slider li{
		height: 600px;
	}
	.mainimg .slider li .inner:before{
		transform: scale(0.8);
	}
	.mainimg .slider li .inner .lead_txt{
		font-size: 60px;
	}
	.mainimg .slider li:nth-child(3) .inner:before{
		left: -100px;
	}
}

@media only screen and (max-width: 690px){
	.mainimg .slider li{
		height: 500px;
	}
	.mainimg .slider li .inner .lead_txt{
		font-size: 30px;
	}
	.mainimg .slider li .inner:before{
		transform: scale(0.6);
		top: calc(50% - 375px);
		left: -300px;
	}
	.mainimg .slider li:nth-child(2) .inner:before{
		top: calc(50% - 375px);
		left: -300px;
	}
	.mainimg .slider li:nth-child(3) .inner:before{
		top: calc(50% - 400px);
		left: -340px;
	}
}

/*----- title -----*/

.top_h2{
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #333;
	margin-bottom: 40px;
}

.top_h2 .en{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #415FD2;
	margin-bottom: 20px;
}

@media only screen and (max-width: 690px){
	.top_h2{
		font-size: 23px;
		margin-bottom: 30px;
	}
	.top_h2 .en{
		font-size: 12px;
	}
}

/*----- top_pickup -----*/

.top_pickup{
	position: relative;
	padding-top: 80px;
	background-color: #fff;
}

.top_pickup:before{
	content: '';
	max-width: 1400px;
	width: 80%;
	height: 680px;
	background-color: #F5F7FD;
	position: absolute;
	top: 0;
	left: 0;
}

.top_pickup  .inner{
	position: relative;
	z-index: 1;
}

.top_pickup .col{
	background-color: #fff;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
	color: #999999;
	transition: all .2s;
}

.top_pickup .col:hover{
	transform: translateY(-10px);
}

.top_pickup .col .img_area{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 200px;
	padding: 20px;
}

.top_pickup .col .img_area img{
	margin: 0;
}

.top_pickup .col .tag{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	background-color: #415FD2;
	color: #fff;
	font-weight: bold;
}

.top_pickup .col .txt_area{
	padding: 30px;
}

.top_pickup .col h3{
	font-size: 32px;
	font-weight: bold;
	color: #415FD2;
	line-height: 1.2;
	margin-bottom: 10px;
}

.top_pickup .col h3 .mini{
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.top_pickup .col h3 .mini2{
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.top_pickup .col h4{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

@media only screen and (max-width: 979px){
	.top_pickup:before{
		height: 80%;
	}
	.top_pickup .col h3{
		font-size: 25px;
	}
	.top_pickup .col h3 .mini{
		font-size: 12px;
	}
	.top_pickup .col h3 .mini2{
		font-size: 18px;
	}
	.top_pickup .col h4{
		font-size: 16px;
	}
}

/*----- media -----*/


.top_media{
	background-color: #fff;
}

.top_media .dlb_media_cate span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 30px;
	background-color: #F5F7FD;
	font-size: 12px;
	font-weight: bold;
	color: #415FD2;
}

.top_media .dlb_media_time{
	font-size: 14px;
	font-weight: 500;
	color: #999999;
}

.top_media .dlb_media_title{
	color: #415FD2;
}

.top_media .slick-next::before,
.top_media .slick-prev::before{
	border-radius: 0;
	background-color: #fff;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.top_media .slick-next::after,
.top_media .slick-prev::after {
  position: absolute;
  top: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  border-color: #415FD2;
}

.top_media .slick-dots{
	display: none !important;
}

/*----- top_search -----*/

.top_search{
	background-color: #fff;
}

.top_search .switch{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.top_search .switch li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.3%;
	height: 70px;
	background-color: #EEEEEE;
	color: #999999;
	padding: 10px;
	cursor: pointer;
	transition: all .2s;
}

.top_search .switch li:hover{
	color: #415FD2
}

.top_search .switch li.active{
	background-color: #F5F7FD;
	color: #415FD2;
}

.top_search .switch li .txt{
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	margin: 0;
}

.top_search .switch li .txt:before{
	content: '';
	width: 18px;
	height: 18px;
	background-image: url(/dcms_media/image/search_icon01.png);
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 9px);
	left: 0;
	transition: all .2s;
}

.top_search .switch li:hover .txt:before,
.top_search .switch li.active .txt:before{
	background-image: url(/dcms_media/image/search_icon02.png);
}

.top_search .block{
	background-color: #F5F7FD;
	padding: 100px 0;
}

.top_search .block .category_list{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.top_search .block .category_list li{
	width: calc(33.3% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.top_search .block .category_list li:nth-child(3),
.top_search .block .category_list li:nth-child(6),
.top_search .block .category_list li:nth-child(9),
.top_search .block .category_list li:nth-child(12),
.top_search .block .category_list li:nth-child(15),
.top_search .block .category_list li:nth-child(18){
	margin-right: 0;
}

.top_search .block .category_list li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 90px;
	border: 1px solid #DDDDDD;
	background-color: #fff;
	padding: 10px 35px 10px 80px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	position: relative;
}

.top_search .block .category_list li a:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
	color: #415FD2;
}

.top_search .block .category_list li a:before{
	content: '';
	width: 80px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.top_search .block .category_list li.no1 a:before{
	background-image: url(/dcms_media/image/top_search_icon01.png);
	background-size: 30px auto;
}

.top_search .block .category_list li.no2 a:before{
	background-image: url(/dcms_media/image/top_search_icon02.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no3 a:before{
	background-image: url(/dcms_media/image/top_search_icon03.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no4 a:before{
	background-image: url(/dcms_media/image/top_search_icon04.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no5 a:before{
	background-image: url(/dcms_media/image/top_search_icon05.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no6 a:before{
	background-image: url(/dcms_media/image/top_search_icon06.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no7 a:before{
	background-image: url(/dcms_media/image/top_search_icon07.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no8 a:before{
	background-image: url(/dcms_media/image/top_search_icon08.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no9 a:before{
	background-image: url(/dcms_media/image/top_search_icon09.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no10 a:before{
	background-image: url(/dcms_media/image/top_search_icon10.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no11 a:before{
	background-image: url(/dcms_media/image/top_search_icon11.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no12 a:before{
	background-image: url(/dcms_media/image/top_search_icon12.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no13 a:before{
	background-image: url(/dcms_media/image/top_search_icon13.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no14 a:before{
	background-image: url(/dcms_media/image/top_search_icon14.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no15 a:before{
	background-image: url(/dcms_media/image/top_search_icon15.png);
	background-size: 20px auto;
}

.top_search .block .category_list li.no16 a:before{
	background-image: url(/dcms_media/image/top_search_icon16.png);
	background-size: 25px auto;
}

.top_search .block .category_list li.no17 a:before{
	background-image: url(/dcms_media/image/top_search_icon17.png);
	background-size: 26px auto;
}

.top_search .block .category_list li.no18 a:before{
	background-image: url(/dcms_media/image/top_search_icon18.png);
	background-size: 25px auto;
}

.top_search .block .category_list li a:after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #415FD2;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	transition: all .2s ease-in 0s;
}

@media only screen and (max-width: 979px){
	.top_search .switch li{
		width: 50%;
	}
	.top_search .block .category_list li a{
		font-size: 14px;
	}
}

@media only screen and (max-width: 690px){
	.top_search .block .category_list li{
		width: 100%;
		margin-right: 0;
	}
	.top_search .block{
		padding: 30px 0;
	}
}

/*----- top_strong -----*/


.top_strong{
	margin-top: 360px;
	background-color: #fff;
	position: relative;
	padding-top: 20px;
	padding-bottom: 215px;
}

.top_strong:before{
	content: '';
	max-width: 1280px;
	width: 80%;
	height: calc(100% + 90px);
	background-color: #F5F7FD;
	position: absolute;
	bottom: 0;
	right: 0;
}

.top_strong .inner{
	position: relative;
	z-index: 1;
	font-weight: 500;
	color: #999999;
}


.top_strong .inner .col:first-child{
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_strong .btn_01 a{
	margin-left: 0;
}

@media only screen and (max-width: 690px){
	.top_strong{
		margin-top: 250px;
		padding: 50px 0;
	}
}