@charset "utf-8";
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}
.flex{display: flex;}
.clear{clear: both;}
.t-c{text-align: center;}
.bgCover{background-size: cover;}
.scImg{
	width:100%;
	height:0;
	overflow:hidden;
	position: relative;
	padding-bottom:50%;
}
.scImg img{
	width: 100%; 
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all .3s ease;
}
.scImg:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.icoImg{
	width: 100%;
	height: 100%;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icoImg img{
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	width: auto;
}
.icoImg:hover img,li:hover .icoImg img{
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.btu{
    background: #FBF9F4;
    border-radius: 5px;
    padding: 7px 50px;
    font-family: Source Han Sans CN VF;
    font-weight: 400;
    font-size: 24px;
    color: #2366FE;
}
.btu:hover{
	text-decoration:underline;
	color: #FFFFFF;
    background: #2366FE;
}
.btuA{}
.btuB{
    color: #FFFFFF;
    background: #2366FE;
}
.btuB:hover{color:white;}
.lBanner01{
    padding: 150px 0;
    background-size: cover;
    background-position: right;
    color: white;
}
.lBanner01 .layout{}
.lBanner01 .ro{}
.lBanner01 .ro .p1{
    font-family: Source Han Sans CN VF;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
}
.lBanner01 .ro .p2{
    font-family: Source Han Sans CN VF;
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    text-shadow: 0px 3px 0px rgba(182,185,194,0.13);
    line-height: 1.2;
    margin-top: 5px;
}
.lBanner01 .ro .p3{
    font-family: Source Han Sans CN VF;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 20px;
}
.lBanner01 .ro .list{
    margin-top: 25px;
}
.lBanner01 .ro .list .btu{
    margin-right: 20px;
}
.pub_tit_01{
	text-align: center;
	padding: 5% 0;
}
.pub_tit_01 .h3{
    font-family: Source Han Sans CN VF;
    font-weight: 500;
    font-size: 36px;
}
.pub_tit_01 .p1{
    font-family: Source Han Sans CN VF;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 20px;
}
@media only screen and (max-width: 950px) {
	.lBanner01 .ro .p2{font-size:24px}
	.lBanner01 .ro .p1{font-size:16px}
	.lBanner01 .ro .p3{font-size:18px;line-height: 1.5;}
	.btu{font-size: 20px;padding: 5px 20px;}
	.lBanner01{padding:10% 0}
	
}
