html{
	width: 100%;
	height: 100%;
}
body{
	background: #ffffff;
}
/* bg */
.bg-wrapper{
	width: 100%;
	/*height: 100%;*/
	position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
}
.bg-wrapper img{
	width: 100%;
	height: 100%;
}
/* header */
.header-wrapper{
	width: 100%;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: #ffffff00;
    height: 70px;
    
	/*border-bottom: 1px solid #efefef;*/
}
.logo-wrapper{
	display: flex;
}
.logo-src{
	margin-right: 10px;
}
.logo-src img{
	height: 70px;
	vertical-align: middle;
}
.logo-desc{
	margin: 10px;
	
}
.page-name{
	font-size: 20px;
}
.page-desc{
	font-size: 16px;
}

/* banner */
.banner{
	margin-top: 70px !important;
}

/* desc */
.desc-wrapper{
	padding: 2% 0;
	background: #ffffff00;
}
.fir-tit{
    font-size: 28px;
    color: #05137c;
    text-align: center;
    margin-bottom: 2%;
}
.desc-logo{
	text-align: center;
}
.desc-logo img{
	width: 70%;	
}
.desc-desc{
	position: relative;
}
.desc-desc .desc-tit{
	font-size: 26px;
	color: #051E98;
	text-indent: 2em;
}
.desc-desc .desc-email{
	font-size: 22px;
	color: #051E98;
	margin-top: 80px;
}


.product_wrapper{
	margin: 20px auto;
	padding: 44px 0px 60px 0px;
}
.product_title{
	font-size: 28px;
    color: #05137c;
    text-align: center;
    margin-bottom: 2%;
}
.product_lists{
	margin: 10px auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.product_item{
	width: 21%;
	margin: 10px 2%;
}
.product_item .product_logo img{
	width: 100%;
}
