@charset "UTF-8";
@import url(cmn.css?201909);
@import url(base.css?202201);

/*----------------------------heading-----------------------------------*/

#heading{
	display: block;
	height: auto;
}
#heading .tab{
	position: relative;
	z-index: 2;
	background: url(../images/cmn/mvbg.jpg);
}
#heading .tab ul{
	display: flex;
	align-items: stretch;
	justify-content: center;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
#heading .tab ul li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 25%;
	position: relative;
	box-sizing: border-box;
	padding: 10px 10px 0;
}
#heading .tab ul li:after,
#heading .tab ul:after{
	content: "";
	display: block;
	width: 1px;
	height: 60%;
	background: rgba(125,125,125,0.3);
	position: absolute;
	top: calc(20% + 5px);
	left: 0;
}
#heading .tab ul:after{
	left: auto;
	right: 0;
}
#heading .tab ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
	text-align: center;
	font-weight: 700;
	color: #023692;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	transition: color 0.2s ease-out 0.05s;
	line-height: 1.4;
	min-width: 150px;
}
#heading .tab ul li a svg{
	width: 30px;
	margin-bottom: 6px;
	fill: #023692;
	transition: 0.2s ease-out 0.05s;
}
#heading .tab ul li a i{
	display: inline-block;
}
#heading .tab ul li.active{
	background: none;
}
#heading .tab ul li.active a{
	color: #fff;
}
#heading .tab ul li.active a svg{
	fill: #fff;
}
#heading .tab ul li a:before{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
	display: block;
	width: 100%;
	height: 0;
	transition: 0.2s ease-out 0.05s;
	opacity: 0;
	pointer-events: none;
	z-index: -1;
}
#heading .tab ul li:not(.active) a:hover:before{
	opacity: 1;
	height: 5px;
}
#heading .tab ul li.active a:before{
	opacity: 1;
	height: 100%;
}
#heading .wrapper{
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1200px){
	#heading .tab ul li{
		width: auto;
		flex-grow: 1;
	}
}
@media screen and (max-width: 950px){
	#heading .tab ul li{
		width: 25%;
		padding: 10px 0 0;
	}
	#heading .tab ul li a{
		padding: 8px 5px 10px;
		min-width: 0;
		font-size: 1.45rem;
	}
}
@media screen and (max-width: 550px){
	#heading .tab ul li a{
		line-height: 1.3;
		letter-spacing: -0.1rem;
	}
}
@media screen and (max-width: 500px){
	#heading .tab ul li a{
		font-size: 1.35rem;
	}
	#heading .tab ul li a .no{
		display: none;
	}
}

/*--------heading tabcontent--------*/

#heading .tabcontent{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	color: #fff;
	width: 100%;
	border-bottom: 1px solid #fff;
}
#heading .tabcontent.active{
	position: relative;
	pointer-events: auto;
	opacity: 1;
}
#heading .tabcontent:before{
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 97px);
	position: absolute;
	top: -97px;
	left: 0;
	z-index: 1;
}
#heading .tabcontent .inner{
	position: relative;
	max-width: 1505px;
	margin: 0 auto;
	opacity: 0;
	transition: 0.5s ease-out;
	z-index: 2
}
#heading .tabcontent .inner.active{
	opacity: 1;
}

/*--------tab_news--------*/

#tab_news{
	padding: 30px 0;
}
#heading .tab ul li:nth-of-type(1) a:before,
#tab_news:before{
	background: url(../images/cmn/mv1bg.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}
#tab_news .slider{
	position: relative;
	margin-bottom: 10px;
	padding: 0 50px;
}
#tab_news .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
}
#tab_news .slick-track{
	display: flex;
	justify-content: center;
	align-items: center;
}
#tab_news .slick-slide{
	cursor: pointer;
	padding: 0 15px;
	transition: 0.2s ease-in-out;
	text-align: center;
}
#tab_news .slick-arrow{
	display: block;
	text-indent: -10000px;
	outline: none;
	line-height:1px;
	font-size: 1px;
	height: 70px;
	width: 50px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 35px);
	left: 0;
	z-index: 5;
	border: none;
}
#tab_news .slick-next{
	left: auto;
	right: 0;
}
#tab_news .slick-arrow:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 11px);
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
}
#tab_news .slick-prev:before{
	transform: rotate(-45deg);
	left: calc(50% - 7px);
}
#tab_news .slick-next:before{
	transform: rotate(135deg);
	left: calc(50% - 17px);
}
#tab_news .pointer{
	margin: 0 auto;
	position: absolute;
	bottom: -28px;
	left: 0;
	width: 100%;
	text-align: center;
}
#tab_news .pointer li{
	display: inline-block;
	padding: 3px;
}
#tab_news .pointer li button{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background-color: rgba(255,255,255,0.3);
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}
#tab_news .pointer .slick-active button{
	background-color: #ffba00;
}
#tab_news .slider2{
	width: 100%;
	height: 0;
}
#tab_news .slider2 div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ease-in-out;
	z-index: 2;
	box-sizing: border-box;
	padding: 0 5px;
}
#tab_news .slider2 div.active{
	opacity: 1;
	pointer-events: auto;
}
#tab_news .slider2 div.swipe{
	opacity: 0;
	pointer-events: none;
	transition: 0;
}
#tab_news .slider2 div a{
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1505px;
	margin: 0 auto;
}
#tab_news .slider2 div img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
@media screen and (max-width: 1450px){
	#tab_news .slider{
		padding: 0 10px;
	}
	#tab_news .slick-arrow{
		background: #ffba00;
	}
}
@media screen and (max-width: 750px){
	#tab_news{
		padding: 20px 0 25px;
	}
	#tab_news .slider{
		padding: 0;
	}
	#tab_news .slick-slide{
		padding: 0 10px;
	}
	#tab_news .pointer{
		bottom: -25px;
	}
	#tab_news .slider2{
		display: none;
	}
	#tab_news .slick-arrow{
		display: none !important;
	}
}

/*--------tab_car--------*/

#tab_car{
	padding: 90px 0;
}
#heading .tab ul li:nth-of-type(2) a:before,
#tab_car:before{
	background: url(../images/cmn/mv2bg.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}
#tab_car ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 10px;
}
#tab_car ul li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 24%;
	box-sizing: border-box;
}
#tab_car ul li a{
	display: flex;
	align-items: stretch;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}

#tab_car ul:nth-of-type(1){
	padding-bottom: 20px;
}
#tab_car ul:nth-of-type(1) li{
	margin-bottom: 20px;
}
#tab_car ul:nth-of-type(1) li a{
	min-height: 130px;
	overflow: hidden;
	background: #000;
}
#tab_car ul:nth-of-type(1) li a img{
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	position: absolute;
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
	max-width: none;
	z-index: 1;
	filter: blur(3px);
	opacity: 0.7;
	transition: 0.8s ease-out;
	will-change: transform;
	transform: scale(1.02);
}
#tab_car ul:nth-of-type(1) li a span{
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#tab_car ul:nth-of-type(1) li a span i{
	display: block;
	font-weight: 500;
	font-size: 1.3rem;
}
#tab_car ul:nth-of-type(1) li a:hover img{
	transform: scale(1.09);
	filter: blur(0px);
	opacity: 1;
}
#tab_car ul:nth-of-type(1) li a .no{
	display: none;
}

#tab_car ul:nth-of-type(2) li{
	border: 1px solid #fff;
}
#tab_car ul:nth-of-type(2) li a{
	align-items: center;
	justify-content: flex-start;
	padding: 20px;
	transition: 0.2s ease-in-out;
}
#tab_car ul:nth-of-type(2) li a svg{
	width: 40px;
	fill: #fff;
	transition: 0.2s ease-in-out;
}
#tab_car ul:nth-of-type(2) li a span{
	display: block;
	padding: 0 17px;
}
#tab_car ul:nth-of-type(2) li a span+svg{
	margin: auto 0 auto auto;
	width: 30px;
}
#tab_car ul:nth-of-type(2) li a:hover{
	background: #fff;
	color: #0f68aa;
}
#tab_car ul:nth-of-type(2) li a:hover svg{
	fill: #0f68aa;
}

#tab_car .inner>p{
	text-align: center;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	margin-bottom: 30px;
}

@media screen and (max-width: 1200px){
	#tab_car{
		padding: 40px 0;
	}
	#tab_car ul{
		justify-content: flex-start;
	}
	#tab_car ul:nth-of-type(1) li{
		width: 32%;
		margin-left: 2%;
	}
	#tab_car ul:nth-of-type(1) li:nth-of-type(3n-2){
		margin-left: 0;
	}
	#tab_car ul:nth-of-type(2) li{
		width: 49%;
		margin-bottom: 20px;
	}
	#tab_car ul:nth-of-type(2) li:nth-of-type(2n){
		margin-left: 2%;
	}
}
@media screen and (max-width: 750px){
	#tab_car{
		padding: 30px 0;
	}
	#tab_car ul{
		justify-content: flex-start;
	}
	#tab_car ul li a{
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	#tab_car ul:nth-of-type(1){
		padding-bottom: 10px;
	}
	#tab_car ul:nth-of-type(1) li{
		width: 49%;
		margin-left: 2%;
	}
	#tab_car ul:nth-of-type(1) li:nth-of-type(3n-2){
		margin-left: 2%;
	}
	#tab_car ul:nth-of-type(1) li:nth-of-type(2n-1){
		margin-left: 0;
	}
	#tab_car ul:nth-of-type(1) li a{
		min-height: 90px;
	}
	#tab_car ul:nth-of-type(1) li a span i{
		padding-top: 2px;
	}
	#tab_car .inner>p{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 500px){
	#tab_car ul:nth-of-type(2) li a{
		padding: 15px 10px;
	}
	#tab_car ul:nth-of-type(2) li a span{
		padding: 0 5px;
	}
}
@media screen and (max-width: 450px){
	#tab_car ul li a{
		font-size: 1.4rem;
	}
	#tab_car ul:nth-of-type(1) li{
		margin-bottom: 10px;
	}
	#tab_car ul:nth-of-type(1) li a{
		min-height: 80px;
	}
	#tab_car ul:nth-of-type(1) li a .no{
		display: block;
	}
	#tab_car ul:nth-of-type(2) li{
		width: 100%;
		margin-bottom: 10px !important;
	}
	#tab_car ul:nth-of-type(2) li:nth-of-type(2n){
		margin-left: 0;
	}
	#tab_car ul:nth-of-type(2) li a span{
		padding: 0 10px;
	}
}

/*--------tab_car2--------*/

#tab_car2{
	padding: 90px 0;
}
#tab_car2:before{
	background: url(../images/cmn/mv2bg.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}

#tab_car2 ul.ul1{
	display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 35px;
  row-gap: 35px;
	padding: 0 10px;
	margin-bottom: 50px;
	box-sizing: border-box;
}
#tab_car2 ul.ul1 li{

}
#tab_car2 ul.ul1 li a{
	display: block;
	background: #fff;
	height:100%;
	border-radius: 8px;
	padding:40px 15px 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	box-sizing: border-box;
	text-align: center;
	transition: 0.3s ease-in-out;
}
#tab_car2 ul.ul1 li a svg{
	display:block;
	width:60px;
	fill: #0f68aa;
	margin:0 auto 10px;
}
#tab_car2 ul.ul1 li a span{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0rem;
}
#tab_car2 ul.ul1 li a span i{
	display:block;
}
#tab_car2 ul.ul1 li a:hover{
	background: #f1f1f1;
}
#tab_car2 ul.ul2{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 10px;
}
#tab_car2 ul.ul2 li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 24%;
	box-sizing: border-box;
}
#tab_car2 ul.ul2 li a{
	display: flex;
	align-items: stretch;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
#tab_car2 ul.ul2 li{
	border: 1px solid #fff;
}
#tab_car2 ul.ul2 li a{
	align-items: center;
	justify-content: flex-start;
	padding: 20px;
	transition: 0.2s ease-in-out;
}
#tab_car2 ul.ul2 li a svg{
	width: 40px;
	fill: #fff;
	transition: 0.2s ease-in-out;
}
#tab_car2 ul.ul2 li a span{
	display: block;
	padding: 0 17px;
}
#tab_car2 ul.ul2 li a span+svg{
	margin: auto 0 auto auto;
	width: 30px;
}
#tab_car2 ul.ul2 li a:hover{
	background: #fff;
	color: #0f68aa;
}
#tab_car2 ul.ul2 li a:hover svg{
	fill: #0f68aa;
}

#tab_car2 .inner p.t2{
	text-align: center;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	margin-bottom: 30px;
}

@media screen and (max-width: 1200px){
	#tab_car2{
		padding: 40px 0;
	}
	#tab_car2 ul.ul1{
	  grid-template-columns: repeat(5, 1fr);
	  column-gap: 35px;
	  row-gap: 35px;
		margin-bottom: 50px;
	}
	#tab_car2 ul.ul2 li{
		width: 49%;
		margin-bottom: 20px;
	}
	#tab_car2 ul.ul2 li:nth-of-type(2n){
		margin-left: 2%;
	}
}
@media screen and (max-width: 860px){
	#tab_car2 ul.ul1{
	  grid-template-columns: repeat(4, 1fr);
	  column-gap: 30px;
	  row-gap: 30px;
		margin-bottom: 50px;
	}
	#tab_car2 ul.ul1 li a{
		padding:35px 15px 20px;
	}
}
@media screen and (max-width: 750px){
	#tab_car2{
		padding: 30px 0;
	}
	#tab_car2 .inner p.t2{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 680px){
	#tab_car2 ul.ul1{
	  grid-template-columns: repeat(3, 1fr);
	  column-gap: 30px;
	  row-gap: 30px;
		margin-bottom: 40px;
	}
	#tab_car2 ul.ul1 li a{
		padding:35px 15px 20px;
	}
}
@media screen and (max-width: 500px){
	#tab_car2 ul.ul1{
	  column-gap: 10px;
	  row-gap: 10px;
	}
	#tab_car2 ul.ul1 li a{
		padding:20px 10px 10px;
	}
	#tab_car2 ul.ul1 li a svg{
		width:40px;
		margin:0 auto 7px;
	}
	#tab_car2 ul.ul1 li a span{
		font-size: 12px;
		line-height: 1.4;
	}
	#tab_car2 ul.ul2 li a{
		padding: 15px 10px;
	}
	#tab_car2 ul.ul2 li a span{
		padding: 0 5px;
	}
}
@media screen and (max-width: 450px){
	#tab_car2 ul.ul2 li a{
		font-size: 1.4rem;
	}
	#tab_car2 ul.ul2 li{
		width: 100%;
		margin-bottom: 10px !important;
	}
	#tab_car2 ul.ul2 li:nth-of-type(2n){
		margin-left: 0;
	}
	#tab_car2 ul.ul2 li a span{
		padding: 0 10px;
	}
}
/*--------tab_maintenanc--------*/

#tab_maintenance{
	padding: 90px 0;
}
#heading .tab ul li:nth-of-type(3) a:before,
#tab_maintenance:before{
	background: url(../images/cmn/mv3bg.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}
#tab_maintenance ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 10px;
}
#tab_maintenance ul li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 24%;
	box-sizing: border-box;

}
#tab_maintenance ul li a{
	display: flex;
	align-items: stretch;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}

#tab_maintenance ul:nth-of-type(1){
	padding-bottom: 20px;
}
#tab_maintenance ul:nth-of-type(1) li{
	margin-bottom: 20px;
}
#tab_maintenance ul:nth-of-type(1) li a{
	min-height: 130px;
	overflow: hidden;
	background: #000;
}
#tab_maintenance ul li a img{
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	position: absolute;
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
	max-width: none;
	z-index: 1;
	filter: blur(3px);
	opacity: 0.7;
	transition: 0.8s ease-out;
	will-change: transform;
	transform: scale(1.02);
}
#tab_maintenance ul:nth-of-type(1) li a span{
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#tab_maintenance ul:nth-of-type(1) li a span i{
	display: block;
	font-weight: 500;
	font-size: 1.3rem;
}
#tab_maintenance ul:nth-of-type(1) li a:hover img{
	transform: scale(1.09);
	filter: blur(0px);
	opacity: 1;
}
#tab_maintenance ul:nth-of-type(1) li a .no{
	display: none;
}

#tab_maintenance ul:nth-of-type(2) li{
	border: 1px solid #fff;
	width: 32%;
}
#tab_maintenance ul:nth-of-type(2) li a{
	align-items: center;
	justify-content: flex-start;
	padding: 10px 20px;
	transition: 0.2s ease-in-out;
}
#tab_maintenance ul:nth-of-type(2) li a svg{
	width: 40px;
	fill: #fff;
	transition: 0.2s ease-in-out;
}
#tab_maintenance ul:nth-of-type(2) li a span{
	display: block;
	padding: 0 17px;
}
#tab_maintenance ul:nth-of-type(2) li a span+svg{
	margin: auto 0 auto auto;
	width: 30px;
}
#tab_maintenance ul:nth-of-type(2) li a:hover{
	background: #fff;
	color: #2c3d5c;
}
#tab_maintenance ul:nth-of-type(2) li a:hover svg{
	fill: #2c3d5c;
}

@media screen and (max-width: 1200px){
	#tab_maintenance{
		padding: 40px 0;
	}
	#tab_maintenance ul{
		justify-content: flex-start;
	}
	#tab_maintenance ul:nth-of-type(1) li{
		width: 32%;
		margin-left: 2%;
	}
	#tab_maintenance ul li:nth-of-type(3n-2){
		margin-left: 0;
	}
	#tab_maintenance ul:nth-of-type(2) li{
		width: 49%;
		margin-bottom: 20px;
	}
	#tab_maintenance ul:nth-of-type(2) li:nth-of-type(2n){
		margin-left: 2%;
	}
}
@media screen and (max-width: 750px){
	#tab_maintenance{
		padding: 30px 0;
	}
	#tab_maintenance ul{
		justify-content: flex-start;
	}
	#tab_maintenance ul li a{
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	#tab_maintenance ul:nth-of-type(1){
		padding-bottom: 10px;
	}
	#tab_maintenance ul:nth-of-type(1) li{
		width: 49%;
		margin-left: 2%;
	}
	#tab_maintenance ul:nth-of-type(1) li:nth-of-type(3n-2){
		margin-left: 2%;
	}
	#tab_maintenance ul:nth-of-type(1) li:nth-of-type(2n-1){
		margin-left: 0;
	}
	#tab_maintenance ul:nth-of-type(1) li a{
		min-height: 90px;
	}
	#tab_maintenance ul:nth-of-type(1) li a span i{
		padding-top: 2px;
	}
}
@media screen and (max-width: 500px){
	#tab_maintenance ul:nth-of-type(2) li a{
		padding: 15px 10px;
	}
	#tab_maintenance ul:nth-of-type(2) li a span{
		padding: 0 5px;
	}
}
@media screen and (max-width: 450px){
	#tab_maintenance ul li a{
		font-size: 1.4rem;
	}
	#tab_maintenance ul:nth-of-type(1) li{
		margin-bottom: 10px;
	}
	#tab_maintenance ul:nth-of-type(1) li a{
		min-height: 80px;
	}
	#tab_maintenance ul:nth-of-type(1) li a .no{
		display: block;
	}
	#tab_maintenance ul:nth-of-type(2) li{
		width: 100%;
		margin-bottom: 10px !important;
	}
	#tab_maintenance ul:nth-of-type(2) li:nth-of-type(2n){
		margin-left: 0;
	}
	#tab_maintenance ul:nth-of-type(2) li a span{
		padding: 0 10px;
	}
}

/*--------tab_maintenanc2--------*/

#tab_maintenance2{
	padding: 90px 0;
}
#tab_maintenance2:before{
	background: url(../images/cmn/mv3bg.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}
#tab_maintenance2 ul.ul1{
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 35px;
  row-gap: 35px;
	padding: 0 10px;
	margin-bottom: 50px;
	box-sizing: border-box;
}
#tab_maintenance2 ul.ul1 li{

}
#tab_maintenance2 ul.ul1 li a{
	display: block;
	background: #fff;
	height:100%;
	border-radius: 8px;
	padding:40px 15px 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	box-sizing: border-box;
	text-align: center;
	transition: 0.3s ease-in-out;
}
#tab_maintenance2 ul.ul1 li a svg{
	display:block;
	width:60px;
	fill: #0f68aa;
	margin:0 auto 10px;
}
#tab_maintenance2 ul.ul1 li a span{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0rem;
}
#tab_maintenance2 ul.ul1 li a span i{
	display:block;
}
#tab_maintenance2 ul.ul1 li a:hover{
	background: #f1f1f1;
}

#tab_maintenance2 ul.ul2{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 10px;
}
#tab_maintenance2 ul.ul2 li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 24%;
	box-sizing: border-box;

}
#tab_maintenance2 ul.ul2 li a{
	display: flex;
	align-items: stretch;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}

#tab_maintenance2 ul.ul2 li{
	border: 1px solid #fff;
	width: 32%;
}
#tab_maintenance2 ul.ul2 li a{
	align-items: center;
	justify-content: flex-start;
	padding: 10px 20px;
	transition: 0.2s ease-in-out;
}
#tab_maintenance2 ul.ul2 li a svg{
	width: 40px;
	fill: #fff;
	transition: 0.2s ease-in-out;
}
#tab_maintenance2 ul.ul2 li a span{
	display: block;
	padding: 0 17px;
}
#tab_maintenance2 ul.ul2 li a span+svg{
	margin: auto 0 auto auto;
	width: 30px;
}
#tab_maintenance2 ul.ul2 li a:hover{
	background: #fff;
	color: #2c3d5c;
}
#tab_maintenance2 ul.ul2 li a:hover svg{
	fill: #2c3d5c;
}

@media screen and (max-width: 1200px){
	#tab_maintenance2{
		padding: 40px 0;
	}
	#tab_maintenance2 ul.ul2{
		justify-content: flex-start;
	}
	#tab_maintenance2 ul.ul2 li{
		width: 49%;
		margin-bottom: 20px;
	}
	#tab_maintenance2 ul.ul2 li:nth-of-type(2n){
		margin-left: 2%;
	}
}
@media screen and (max-width: 860px){
	#tab_maintenance2 ul.ul1{
	  grid-template-columns: repeat(4, 1fr);
	  column-gap: 30px;
	  row-gap: 30px;
		margin-bottom: 50px;
	}
	#tab_maintenance2 ul.ul1 li a{
		padding:35px 15px 20px;
	}
}
@media screen and (max-width: 750px){
	#tab_maintenance2{
		padding: 30px 0;
	}
	#tab_maintenance2 ul.ul2{
		justify-content: flex-start;
	}
	#tab_maintenance2 ul.ul2 li a{
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 680px){
	#tab_maintenance2 ul.ul1{
	  grid-template-columns: repeat(2, 1fr);
	  column-gap: 30px;
	  row-gap: 30px;
		margin-bottom: 40px;
	}
	#tab_maintenance2 ul.ul1 li a{
		padding:35px 15px 20px;
	}
}
@media screen and (max-width: 500px){
	#tab_maintenance2 ul.ul1{
	  column-gap: 10px;
	  row-gap: 10px;
	}
	#tab_maintenance2 ul.ul1 li a{
		padding:20px 10px 10px;
	}
	#tab_maintenance2 ul.ul1 li a svg{
		width:40px;
		margin:0 auto 7px;
	}
	#tab_maintenance2 ul.ul1 li a span{
		font-size: 12px;
		line-height: 1.4;
	}
	#tab_maintenance2 ul.ul2 li a{
		padding: 15px 10px;
	}
	#tab_maintenance2 ul.ul2 li a span{
		padding: 0 5px;
	}
}
@media screen and (max-width: 450px){
	#tab_maintenance2 ul.ul2 li a{
		font-size: 1.4rem;
	}
	#tab_maintenance2 ul.ul2 li{
		width: 100%;
		margin-bottom: 10px !important;
	}
	#tab_maintenance2 ul.ul2 li:nth-of-type(2n){
		margin-left: 0;
	}
	#tab_maintenance2 ul.ul2 li a span{
		padding: 0 10px;
	}
}
/*--------tab_special--------*/

#tab_special{
	padding: 90px 0;
}
#heading .tab ul li:nth-of-type(4) a:before,
#tab_special:before{
	background: url(../images/cmn/mv4bg.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}
#tab_special *,
#tab_special a{
	color: #fff;
}
#tab_special ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
#tab_special ul li{
	display: block;
	width: 25%;
}
#tab_special ul li a{
	display: block;
	max-width: 352px;
	margin: 0 auto;
	width: 90%;
	transition: 0.2s ease-in-out;
}
#tab_special ul li a:hover{
	opacity: 0.8;
}
#tab_special ul li a img{
	display: block;
	margin: 0 auto 10px;
}
@media screen and (max-width: 1200px){
	#tab_special{
		padding: 40px 0;
	}
}
@media screen and (max-width: 1000px){
	#tab_special ul li:nth-last-of-type(n+4){
		margin-bottom: 20px;
	}
	#tab_special ul li{
		width: 33.3%;
	}
}
@media screen and (max-width: 750px){
	#tab_special{
		padding: 30px 0;
	}
}
@media screen and (max-width: 700px){
	#tab_special ul li:nth-last-of-type(n+4){
		margin-bottom: 0;
	}
	#tab_special ul li:nth-last-of-type(n+3){
		margin-bottom: 20px;
	}
	#tab_special ul li{
		width: 50%;
	}
}

/*----------------------------s_content-----------------------------------*/

#s_content{
	width:100%;
	padding:60px 10px;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
}
#s_content .inner{
	max-width:1300px;
	margin: 0 auto;
}
#s_content .inner ul{
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
  row-gap: 25px;
	box-sizing: border-box;
}
#s_content .inner ul li a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	padding:40px 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	box-sizing: border-box;
	transition: 0.3s ease-in-out;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	font-size: 18px;
	box-sizing: border-box;
}
#s_content .inner ul li a svg{
	display:block;
	width:60px;
	fill: #0f68aa;
	margin-right: 13px;
	transition: 0.3s ease-in-out;
}
#s_content .inner ul li a:hover svg{
	fill: #fff;
}
#s_content .inner ul li a:hover{
	background: #023692;
	color:#fff;
}
@media screen and (max-width: 860px){
	#s_content .inner ul{
	  grid-template-columns: repeat(2, 1fr);
	  column-gap: 25px;
	  row-gap: 25px;
	}
}
@media screen and (max-width: 500px){
	#s_content .inner ul{
	  grid-template-columns: repeat(2, 1fr);
	  column-gap: 15px;
	  row-gap: 15px;
	}
	#s_content .inner ul li a{
		flex-wrap: wrap;
		flex-direction: column;
		padding:30px 15px;
	}
	#s_content .inner ul li a svg{
		width:40px;
		margin: 0 auto 10px;
	}
	#s_content .inner ul li a span{
		display:block;
		font-size: 14px;
	}
}
/*----------------------------s_news-----------------------------------*/

#s_news{
	max-width: 1300px;
	margin: 0 auto;
}
#s_news .inner{
	margin-bottom: 30px;
	position: relative;
}
#s_news .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
}
#s_news .slick-slide>div{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 30px;
}
#s_news .slick-arrow{
	display: block;
	text-indent: -10000px;
	outline: none;
	line-height:1px;
	font-size: 1px;
	height: 70px;
	width: 40px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 35px);
	left: 0;
	z-index: 1;
	border: none;
	display: none !important;
}
#s_news .slick-next{
	left: auto;
	right: 0;
}
#s_news .slick-arrow:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 13px);
	border-top: 5px solid #ffba00;
	border-left: 5px solid #ffba00;
}
#s_news .slick-prev:before{
	transform: rotate(-45deg);
	left: calc(50% - 2px);
}
#s_news .slick-next:before{
	transform: rotate(135deg);
	left: calc(50% - 20px);
}
#s_news .pointer{
	margin: 0 auto;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	text-align: center;
}
#s_news .pointer li{
	display: inline-block;
	padding: 3px;
}
#s_news .pointer li button{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background-color: rgba(125,125,125,0.3);
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}
#s_news .pointer .slick-active button{
	background-color: #ffba00;
}
#s_news .article1:nth-of-type(n+7){
	display: none;
}

#s_news .box2inner{
	display: grid;
  grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 50px;
	margin-bottom: 40px;
	padding:10px 25px 0;
	box-sizing: border-box;
}
#s_news .newslistbox h3{
	position: relative;
	font-size: 20px;
	margin-bottom: 15px;
	padding-left: 30px;
}
#s_news .newslistbox h3::before{
	content:"";
	position: absolute;
	width:20px;
	height: 3px;
	background: #023692;
	top:50%;
	transform: translateY(-50%);
	left:0;
}
#s_news .newsinner{
	height: 500px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	overflow-y: scroll;
}
#s_news .newsinner::-webkit-scrollbar {
  width: 6px;
}
#s_news .newsinner::-webkit-scrollbar-thumb {
  background: #0f68aa;
}
#s_news .newsinner::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#s_news .nlist{
	padding:10px 20px;
	box-sizing: border-box;
}
#s_news .nlist article {
  display: block;
  border-bottom: 1px solid #e0e0e0;
}
#s_news .nlist article a {
  border: none;
  box-shadow: none;
  display: flex;
  padding: 20px 0;
}
#s_news .nlist article a .article_img{
	position:relative;
	width: 170px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#s_news .nlist article a .article_img span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#s_news .nlist article a .article_img span img {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  width: 100%;
  height: 100%;
  max-width: none;
  will-change: transform;
  transition: 0.5s ease-out;
  transform: scale(1);
}
#s_news .nlist article a:hover .article_img span img{
	transform: scale(1.07);
}
#s_news .nlist article a .article_txt{
	position: relative;
	width:calc(100% - 170px);
	padding-left:15px;
	box-sizing: border-box;
}
#s_news .nlist article a .article_txt .data{
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}
#s_news .nlist article a .article_txt h4{
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	font-size: 16px;
}
#s_news .nlist article a .article_txt .cate{
	text-align: right;
	padding-top: 5px;
	font-size: 12px;
}
#s_news .recall{
	text-align: right;
	padding-top: 15px;
	font-size: 14px;
}
#s_news .recall a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 860px){
	#s_news .box2inner{
	  grid-template-columns: 1fr;
		grid-column-gap: 0px;
		margin-bottom: 40px;
		padding:10px 25px 0;
	}
	#s_news .newslistbox{
		margin-bottom: 50px;
	}
	#s_news .newslistbox:last-of-type{
		margin-bottom: 0px;
	}
}

@media screen and (min-width: 701px){
	#s_news .inner{
		margin-bottom: 10px;
	}
	#s_news .slick-track{
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	#s_news .article1{
		display: block;
		width: 31% !important;
		margin-left: 3.5%;
		margin-bottom: 20px;
	}
	#s_news .article1:nth-of-type(3n-2){
		margin-left: 0;
	}
}
@media screen and (min-width: 951px){
	#s_news .article1{
		display: flex;
		width: 23.5% !important;
		margin-left: 2%;
		margin-bottom: 20px;
	}
	#s_news .article1:nth-of-type(3n-2){
		margin-left: 2%;
	}
	#s_news .article1:nth-of-type(4n-3){
		margin-left: 0;
	}
	#s_news .article1:nth-of-type(n+7){
		display: flex;
	}
}
@media screen and (max-width: 700px){
	#s_news{
		padding-left: 0;
		padding-right: 0;
	}
	#s_news .heading1,
	#s_news .btn2{
		padding-left: 10px;
		padding-right: 10px;
	}
	#s_news .inner{
		padding: 0 40px;
	}
	#s_news .slick-arrow{
		display: block !important;
	}
	#s_news .slick-track{
		display: flex;
		align-items: stretch;
		justify-content: space-around;
	}
	#s_news .article1{
		display: block;
		padding: 0 10px;
		margin-bottom: 2px;
	}
	#s_news .article1:nth-of-type(n+7){
		display: block;
	}
}
@media screen and (max-width: 500px){
	#s_news .inner{
		padding: 0 5px;
		margin-bottom: 40px;
	}
	#s_news .article1{
		padding: 0 5px;
	}
}
@media screen and (max-width: 490px){
	#s_news .box2inner{
		padding:10px 10px 0;
	}
	#s_news .newslistbox{
		margin-bottom: 50px;
	}
	#s_news .newslistbox:last-of-type{
		margin-bottom: 0px;
	}
	#s_news .newslistbox h3{
		font-size: 18px;
		margin-bottom: 12px;
	}
	#s_news .newsinner{
		height: 400px;
	}
	#s_news .nlist{
		padding:10px 10px;
	}
	#s_news .nlist article a {
	  padding: 15px 0;
	}
	#s_news .nlist article a .article_img{
		width: 120px;
		height: 71px;
	}
	#s_news .nlist article a .article_txt{
		width:calc(100% - 120px);
		padding-left:10px;
	}
	#s_news .nlist article a .article_txt .data{
		font-size: 12px;
	}
	#s_news .nlist article a .article_txt h4{
		font-size: 14px;
	}
	#s_news .nlist article a .article_txt .cate{
		font-size: 10px;
	}
}
/*----------------------------s_channel-----------------------------------*/

#s_channel{
	background: url(../images/cmn/mvbg.jpg);
}
#s_channel .inner{
	position: relative;
	max-width: 1900px;
	margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
}
#s_channel .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	width: calc(100% - 100px);
	margin: 0 auto;
	box-sizing: border-box;
}
#s_channel .slick-track{
	display: flex;
	justify-content: center;
	align-items: start;
}
#s_channel .slick-slide{
	cursor: pointer;
	padding: 0 10px;
	transition: 0.2s ease-in-out;
}
#s_channel .slick-arrow{
	display: block;
	text-indent: -10000px;
	outline: none;
	line-height:1px;
	font-size: 1px;
	height: 70px;
	width: 50px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 35px);
	left: 10px;
	z-index: 1;
	border: none;
}
#s_channel .slick-next{
	left: auto;
	right: 10px;
}
#s_channel .slick-arrow:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 11px);
	border-top: 5px solid #ffba00;
	border-left: 5px solid #ffba00;
}
#s_channel .slick-prev:before{
	transform: rotate(-45deg);
	left: calc(50% - 7px);
}
#s_channel .slick-next:before{
	transform: rotate(135deg);
	left: calc(50% - 17px);
}
#s_channel .pointer{
	margin: 0 auto;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	text-align: center;
}
#s_channel .pointer li{
	display: inline-block;
	padding: 3px;
}
#s_channel .pointer li button{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background-color: rgba(0,0,0,0.1);
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}
#s_channel .pointer .slick-active button{
	background-color: #ffba00;
}
#s_channel .article1>a{height: 320px;}

@media screen and (max-width: 850px){
	#s_channel .slick-list{
		width: calc(100% - 80px);
	}
	#s_channel .slick-arrow{
		width: 40px;
		left: 0;
	}
	#s_channel .slick-next{
		left: auto;
		right: 0;
	}
}
@media screen and (max-width: 700px){
	#s_channel{
		padding-left: 0;
		padding-right: 0;
	}
	#s_channel .heading1,
	#s_channel .btn2{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 650px){
	#s_channel .inner{
		padding: 0;
		margin-bottom: 40px;
	}
	#s_channel .slick-list{
		width: 100%;
	}
}
#s_channel a[target="_blank"] .btn2>i,
#s_channel .btn2 a[target="_blank"],
#s_channel2 a[target="_blank"] .btn2>i,
#s_channel2 .btn2 a[target="_blank"]{
	background: #920202;
}
#s_channel a[target="_blank"]:hover .btn2>i,
#s_channel .btn2 a[target="_blank"]:hover,
#s_channel2 a[target="_blank"]:hover .btn2>i,
#s_channel2 .btn2 a[target="_blank"]:hover{
	background: #630000;
}

/*----------------------------s_channel2-----------------------------------*/

#s_channel2{
	background: url(../images/cmn/mvbg.jpg);
	padding-top: 0px;
}
#s_channel2 .inner{
	position: relative;
	max-width: 1900px;
	margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
}
#s_channel2 .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	width: calc(100% - 100px);
	margin: 0 auto;
	box-sizing: border-box;
}
#s_channel2 .slick-track{
	display: flex;
	justify-content: center;
	align-items: start;
}
#s_channel2 .slick-slide{
	cursor: pointer;
	padding: 0 10px;
	transition: 0.2s ease-in-out;
}
#s_channel2 .slick-arrow{
	display: block;
	text-indent: -10000px;
	outline: none;
	line-height:1px;
	font-size: 1px;
	height: 70px;
	width: 50px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 35px);
	left: 10px;
	z-index: 1;
	border: none;
}
#s_channel2 .slick-next{
	left: auto;
	right: 10px;
}
#s_channel2 .slick-arrow:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 11px);
	border-top: 5px solid #ffba00;
	border-left: 5px solid #ffba00;
}
#s_channel2 .slick-prev:before{
	transform: rotate(-45deg);
	left: calc(50% - 7px);
}
#s_channel2 .slick-next:before{
	transform: rotate(135deg);
	left: calc(50% - 17px);
}
#s_channel2 .pointer{
	margin: 0 auto;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	text-align: center;
}
#s_channel2 .pointer li{
	display: inline-block;
	padding: 3px;
}
#s_channel2 .pointer li button{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background-color: rgba(0,0,0,0.1);
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}
#s_channel2 .pointer .slick-active button{
	background-color: #ffba00;
}
#s_channel2 .article1>a{height: 320px;}

#s_channel2 .video-container {
    width: 320px;
    height: 569px;
    position: relative;
    cursor: pointer;
		overflow: hidden;
}

#s_channel2 .hover-video {
    width: 100%;
    height: 100%;
}
#s_channel2 .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* 半透明 */
    display: none;
}
#s_channel2 .cover{
	position: absolute;
	bottom:0;
	left:0;
	padding: 0 0px 0;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
	transition: all .3s ease-out .45s;
  transform: translateY(20px);
}
#s_channel2 .is_move .cover{
	opacity: 1;
  transform: translateY(0);
}
#s_channel2 .cover .btns{
	width:100%;
	padding:0 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
#s_channel2 .cover .btns a{
	color: #fff;
	transition: 0.2s ease-in-out;
	display: flex;
	width: 100%;
	max-width:300px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 13px 5px;
	font-size: 1.4rem;
	border-radius: 3px;
	margin:0 auto;
	box-shadow: 0px 8px 10px -5px rgba(0,0,0, 0.8);
}
#s_channel2 .cover .btns a svg{
	fill: #fff;
	width: 22px;
	margin-right: 5px;
}

#popup.short .popimg iframe{
	width: 487px;
	height: 866px;
}
#popup.short .popimgwrap .cover{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}
#popup.short .popimgwrap .cover .btns{
	width:50%;
	padding:0 10px;
	box-sizing: border-box;
}
#popup.short .popimgwrap .cover .btns a{
	color: #fff;
	transition: 0.2s ease-in-out;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 13px 5px;
	font-size: 1.4rem;
	border-radius: 3px;
	box-shadow: 0px 8px 10px -5px rgba(0,0,0, 0.8);
}
#popup.short .popimgwrap .cover .btns a svg{
	fill: #fff;
	width: 22px;
	margin-right: 5px;
}
#s_channel2 .cover .btns.btns1 a,
#popup.short .popimgwrap .cover .btns.btns1 a{
	background: #023692;
}
#s_channel2 .cover .btns.btns1 a:hover,
#popup.short .popimgwrap .cover .btns.btns1 a:hover{
	background: #002465;
}
#s_channel2 .cover .btns.btns2 a,
#popup.short .popimgwrap .cover .btns.btns2 a{
	background: #0265b9;
}
#s_channel2 .cover .btns.btns2 a:hover,
#popup.short .popimgwrap .cover .btns.btns2 a:hover{
	background: #035092;
}
#s_channel2 .instagram-media {
	margin: 0 -1px !important;
	min-width: 100% !important;
	border-right: none !important;
	border-left: none !important;
}
#s_channel2 iframe.instagram-media {
	margin: 0 -1px !important;
	min-width: 100% !important;
	border-right: none !important;
	border-left: none !important;
}

@media screen and (max-width: 850px){
	#s_channel2 .slick-list{
		width: calc(100% - 80px);
	}
	#s_channel2 .slick-arrow{
		width: 40px;
		left: 0;
	}
	#s_channel2 .slick-next{
		left: auto;
		right: 0;
	}
}
@media screen and (max-height:800px){
	#popup.short .popimg iframe{
		width: 300px;
		height: 533px;
	}

}
@media screen and (max-width: 700px){
	#s_channel2{
		padding-left: 0;
		padding-right: 0;
	}
	#s_channel2 .heading1,
	#s_channel2 .btn2{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 650px){
	#s_channel2 .inner{
		padding: 0;
		margin-bottom: 40px;
	}
	#s_channel2 .slick-list{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	#s_channel2 .video-container {
	    width: 190px;
	    height: 338px;
	}
	.insta_iframe {
	  position: relative;
	  padding-bottom: 338px;
	  height: 0;
	  overflow: hidden;
	}

	.insta_iframe iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
}

/*----------------------------s_kc-----------------------------------*/
#s_kc{
	width:100%;
	padding: 80px 0px;
  border-top: 1px solid #e0e0e0;
  box-sizing: border-box;
}
#s_kc .inner{
	max-width: 1400px;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
}
#s_kc ul{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 40px;
}
@media screen and (max-width: 860px){
	#s_kc ul{
		display: grid;
	  grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
}
@media screen and (max-width: 500px){
	#s_kc{
		padding: 60px 0px;
	}
	#s_kc .inner{
		padding: 0 15px;
	}
	#s_kc ul{
		display: grid;
	  grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 15px;
		grid-row-gap: 20px;
	}
}
/*----------------------------s_lets-----------------------------------*/

#s_lets{
	max-width: 1300px;
	margin: 0 auto;
}
#s_lets ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
#s_lets ul li{
	display: block;
	width: 24%;
	margin-bottom: 30px;
}
#s_lets ul li a{
	display: block;
	overflow: hidden;
	background: #000;
	position: relative;
	color: #fff;
}
#s_lets ul li:nth-of-type(8n-7) a{
	background: #0f8071;
}
#s_lets ul li:nth-of-type(8n-6) a{
	background: #e19900;
}
#s_lets ul li:nth-of-type(8n-5) a{
	background: #ff6000;
}
#s_lets ul li:nth-of-type(8n-4) a{
	background: #f80f00;
}
#s_lets ul li:nth-of-type(8n-3) a{
	background: #143702;
}
#s_lets ul li:nth-of-type(8n-2) a{
	background: #09147d;
}
#s_lets ul li:nth-of-type(8n-1) a{
	background: #4f0e86;
}
#s_lets ul li:nth-of-type(8n) a{
	background: #d13d91;
}
#s_lets ul li a img{
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	position: absolute;
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
	max-width: none;
	z-index: 1;
	filter: blur(3px);
	opacity: 0.5;
	transition: 0.8s ease-out;
	will-change: transform;
}
#s_lets ul li a span{
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 200px;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
}
#s_lets ul li a span svg{
	fill: #fff;
	width: 34px;
	margin-bottom: 5px;
}
#s_lets ul li a span i{
	display: block;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.5;
}
#s_lets ul li a:hover img{
	transform: scale(1.07);
	filter: blur(0px);
	opacity: 1;
}
#s_lets ul li a .no{
	display: none;
}
@media screen and (max-width: 1150px){
	#s_lets ul li{
		margin-bottom: 20px;
	}
	#s_lets ul li a span i{
		font-size: 1.55rem;
	}
}
@media screen and (max-width: 1050px){
	#s_lets ul li{
		margin-bottom: 15px;
	}
	#s_lets ul li a span i{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 950px){
	#s_lets ul{
		justify-content: center;
	}
	#s_lets ul li{
		width: 48%;
		margin: 0 1% 15px;
		max-width: 400px;
	}
	#s_lets ul li a span i{
		font-size: 1.65rem;
	}
	#s_lets ul li a span{
		min-height: 150px;
	}
}
@media screen and (max-width: 520px){
	#s_lets ul{
		justify-content: space-between;
	}
	#s_lets ul li{
		width: 48.5%;
		margin: 0 0 10px 0;
	}
	#s_lets ul li a span{
		padding: 10px 5px;
	}
	#s_lets ul li a span i{
		font-size: 1.4rem;
	}
	#s_lets ul li a .no{
		display: block;
	}
}

/*----------------------------s_sf-----------------------------------*/

#s_sf{
	border-top: 1px solid #e0e0e0;
}
#s_sf .wrap{
	max-width: 1300px;
	margin: 0 auto;
}
#s_sf ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
}
#s_sf ul li{
	width:23.5%;
	margin:0 2% 20px 0;
}
#s_sf ul li:nth-of-type(4n+4){
	margin-right: 0%;
}
#s_sf ul li a{
	display:block;
	height:100%;
	background: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
	-ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#s_sf ul li a .img {
    width: 100%;
    height: 0;
    padding: 0 0 60%;
    position: relative;
}
#s_sf ul li a .img span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
#s_sf ul li a .img span img {
    object-fit: cover;
    object-position: 50% 60%;
    font-family: 'object-fit: cover; object-position: 50% 60%;';
    width: 100%;
    height: 100%;
    max-width: none;
}
#s_sf ul li a:hover {
	 -ms-transform: translateY(-3px);
	 -webkit-transform: translateY(-3px);
	 transform:translateY(-3px);
	 box-shadow:0 0 30px 0 rgba(0,0,0,0.2);
}

#s_sf ul li a .desc{
	padding:15px;
	box-sizing: border-box;
}
#s_sf ul li a .desc h3{
	margin-bottom: 15px;
}

@media screen and (max-width: 860px){
	#s_sf ul li{
		width:49%;
		margin:0 2% 20px 0;
	}
	#s_sf ul li:nth-of-type(4n+4){
		margin-right: 0%;
	}
	#s_sf ul li:nth-of-type(2n+2){
		margin-right: 0%;
	}
}
@media screen and (max-width: 580px){
	#s_sf ul li{
		width:100%;
		margin:0 0% 20px 0;
	}
}
/* ----------TOPインフォ------------ */

.top_info_2column{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
 	background: #fff;
}
.top_info_2column .left{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:50%;
	align-items: flex-end;
 	background: #fff;
	border:4px solid #023692;
	border-top-width: 6px;
	padding:25px 25px;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.top_info_2column .left h2{
	width:80%;
	font-size: 1.8rem;
	font-weight: bold;
	color:#023692;
}
.top_info_2column .left h2 span{
	display:block;
	background: #023692;
	color:#fff;
	width:100%;
	max-width:200px;
	padding:3px 10px;
	margin-bottom: 10px;
	font-size: 1.3rem;
	text-align: center;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px;
}

.top_info_2column .right{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:50%;
 	background: #000;
	border:4px solid #c49f55;
	border-top-width: 6px;
	padding:25px 25px;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.top_info_2column .right h2{
	width:80%;
	font-size: 2.6rem;
	font-weight: bold;
	color:#fff;
}
.top_info_2column .right h2.img{
	width:80%;
}
.top_info_2column .right h2.img img{
	display:block;
	width:100%;
	max-width:400px;
	margin:0 auto;
}
.top_info_2column .btn{
	width:20%;
	text-align: right;
}
.top_info_2column .btn a{
	width:100%;
	max-width:200px;
	padding:6px 10px;
	font-size: 1.2rem;
	text-align: center;
	color:#fff;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.top_info_2column .btn.blue a{
	background: #023692;
}
.top_info_2column .btn.blue a:hover{
	background: #0149ad;
}
.top_info_2column .btn.gold a{
	background: #c49f55;
}
.top_info_2column .btn.gold a:hover{
	background: #b98c34;
}

@media screen and (max-width: 1200px){
	.top_info_2column .left{
		flex-wrap: wrap;
		padding:25px 25px;
	}
	.top_info_2column .left h2{
		width:100%;
	}
	.top_info_2column .right{
		flex-wrap: wrap;
		padding:25px 25px;
	}
	.top_info_2column .right h2{
		width:100%;
		font-size: 2.6rem;
	}
	.top_info_2column .btn{
		width:100%;
		text-align: left;
	}
}

@media screen and (max-width: 980px){
	.top_info_2column .left{
		padding:15px 15px;
	}
	.top_info_2column .right{
		padding:15px 15px;
	}
	.top_info_2column .right h2{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 860px){
	.top_info_2column{
		flex-wrap: wrap;
	}
	.top_info_2column .left{
		width:100%;
	}
	.top_info_2column .right{
		width:100%;
		border-top-width: 4px;
		padding:15px 15px 25px;
		border-bottom-width: 8px;
	}
	.top_info_2column .right h2{
		font-size: 2.4rem;
	}
	.top_info_2column .right h2.img{
		width:100%;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 640px){
	.top_info_2column .right h2{
		width:100%;
		font-size: 2.0rem;
	}
	.top_info_2column .right{
		padding:15px 15px 20px;
		border-bottom-width: 12px;
	}
}
/* ----------コロナインフォ------------ */
.colona-info{
	width:100%;
 	background: #fff;
	border:4px solid #023692;
	border-top-width: 6px;
	padding:15px 15px;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.colona-info > div{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	max-width: 1300px;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.colona-info > div h2{
	width:45%;
	font-size: 2.0rem;
	font-weight: bold;
	color:#023692;
}
.colona-info > div h2 span{
	display:block;
	background: #023692;
	color:#fff;
	width:100%;
	max-width:200px;
	padding:3px 10px;
	margin-bottom: 5px;
	font-size: 1.3rem;
	text-align: center;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px;
}
.colona-info > div ul{
	width:51%;
	font-size: 1.5rem;
}
.colona-info > div ul li{
	padding-left: 20px;
  margin-bottom: 5px;
	position: relative;
}

.colona-info > div ul li:before {
    content: "●";
		color:#023692;
		position: absolute;
		left:0;
}

@media screen and (max-width: 1050px){
	.colona-info > div h2{
		width:100%;
		font-size: 2.0rem;
		text-align: center;
		margin-bottom: 10px;
	}
	.colona-info > div h2 span{
		margin:0 auto 5px;
	}
	.colona-info > div ul{
		width:100%;
		font-size: 1.5rem;
	}

}

/* ----------コロナインフォ2------------ */
.colona-info2{
	position: relative;
	width:100%;
 	background: #fff;
	border:4px solid #023692;
	border-top-width: 6px;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
	z-index: 10;
}
.colona-info2 a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width:100%;
	background: #fff;
	padding:15px 15px;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.colona-info2 a i{
	width:30px;
}
.colona-info2 a i svg{
	fill:#023692;
	width:30px;
}
.colona-info2 a div{
	width:calc(100% - 30px);
	padding-right:20px;
	font-size: 1.8rem;
	font-weight: bold;
	color:#023692;
}

.colona-info2 a div span{
	display:inline-block;
	background: #023692;
	color:#fff;
	padding:5px 10px;
	margin-right: 5px;
	font-size: 1.3rem;
	text-align: center;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px;
}

@media screen and (max-width: 760px){
	.colona-info2 a div span{
		display:block;
		width:100%;
		max-width:200px;
		padding:5px 10px;
		margin-right: 0px;
		margin-bottom: 5px;
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 680px){
	.colona-info2 a div span{
		display:none;
	}
	.colona-info2 a{
		padding:10px 10px;
	}
	.colona-info2 a i{
		width:20px;
	}
	.colona-info2 a i svg{
		width:20px;
	}
	.colona-info2 a div{
		width:calc(100% - 20px);
		padding-right:5px;
		font-size: 1.6rem;
	}
}

.new_prius{
	width:100%;
	padding:30px 30px 15px;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.new_prius .new_prius_box{
	width:100%;
	max-width:800px;
	border:1px solid #e0e0e0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width:100%;
	padding:10px 10px 8px;
	margin:0 auto;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.new_prius .new_prius_box .img{
	width:320px;
}
.new_prius .new_prius_box .img img{
	display:block;
	width:100%;
	max-width:320px;
	margin:0 auto;
}
.new_prius .new_prius_box p{
	width:calc(100% - 320px);
	padding-left: 15px;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.new_prius .new_prius_box p a{
	color:#023692;
}

.new_rav4{
	width:100%;
	padding:50px 30px 5px;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.new_rav4 .new_rav4_box{
	width:100%;
	max-width:600px;
	border:1px solid #e0e0e0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width:100%;
	padding:10px;
	margin:0 auto;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

@media screen and (max-width: 680px){
	.new_prius .new_prius_box{
		flex-wrap: wrap;
	}
	.new_prius .new_prius_box .img{
		width:100%;
		margin-bottom: 10px;
	}
	.new_prius .new_prius_box p{
		width:100%;
		font-size: 16px;
		text-align: center;
		padding-left: 0px;
	}
	.new_rav4{
		width:100%;
		padding:30px 15px 5px;
	}
}
@media screen and (max-width: 500px){
	.new_prius{
		padding:30px 15px 15px;
	}
	.new_prius .new_prius_box p span{
		display:block;
	}
	.new_prius .new_prius_box p br{
		display:none;
	}
}


/*----------------------------bn_line--------------------------------*/

.cmn_line img.pc{
	display:block;
	width:100%;
	max-width:1500px;
	margin:0 auto;
}
.cmn_line img.sp{
	display:none;
	width:100%;
	max-width:860px;
	margin:0 auto;
}

.cmn_line.p_cst{
	width:100%;
	max-width:1300px;
	padding-top:60px;
	margin:0 auto;
}
.cmn_line.p_cs{
	width:100%;
	max-width:1162px;
	margin:0 auto 60px;
}

@media screen and (max-width: 840px){
	.cmn_line.p_cst{
		padding-top:40px;
		margin:0 auto;
	}
}

@media screen and (max-width: 640px){
	.cmn_line img.pc{
		display:none;
	}
	.cmn_line img.sp{
		display:block;
	}
	.cmn_line.p_cs{
		margin:0 auto 40px;
	}

}


/*----------------------------tab_line-----------------------------------*/

.tab_line{
	padding:0 10px;
	margin-bottom: 40px;
}
.tab_line img.pc{
	display:block;
	width:100%;
	max-width:1700px;
	margin:0 auto;
}
.tab_line img.sp{
	display:none;
	width:100%;
	max-width:680px;
	margin:0 auto;
}

@media screen and (max-width: 640px){
	.tab_line{
		padding:0 10px;
		margin-bottom: 20px;
	}
	.tab_line img.pc{
		display:none;
	}
	.tab_line img.sp{
		display:block;
	}

}
