.title_text{
	
	color: #3B7EA8;
    -webkit-white-space: normal;
    word-break: break-all;
    font-size: 25px;
    font-weight: bold;
    padding: 0px 0px 20px 0px;}


.sec1, .sec2, .sec3{
	width: 100%;
	height: auto;
	
	display: block;
	position: relative;
	font-size: 1.5em;
	
	
	
	
}
.button1, .button2{display: grid;    grid-template-columns: 1fr 1fr 1fr;    grid-gap: 25px; width: 99%; margin-top: 25px;  }
.button1 a, .button2 a{
	
	color:#11003D;
	font-weight: bold;
	text-decoration: none;
		background-color: #eee;
}
.button1 a:hover, .button2 a:hover{
	
	background-color: #fff;
	color: #9F0000;
	
}

.bt{
	margin: 0px auto;
	width: 100%;
	height:220px;

	position: relative;
	direction: block;
	
	font-size: 1em;
	background-position: center center;

		background-size: 55%;
	background-repeat: no-repeat;
	border: 1px solid #525252;
}
.bt:hover{

	text-shadow: 0px 0px 6px #fff;
		animation-name:ani2;
animation-iteration-count:infinite;
animation-duration:2s;
	
}
@keyframes ani2{
0%{background-size: 55%;font-size: 1em;}
50%{background-size: 65%;font-size: 1.2em;}
100%{background-size: 55%;font-size: 1em;}
}




.product_name{
	margin: 0px auto;
	top: 82%;
	width: 100%;
	text-align: center;
	font-size: 1.7em;
	
	display: block;
	position: absolute;
	
}



.bt1, .bt2, .bt3, .bt4, .bt5, .bt6{
	

}


.bt1{
		
	background-image: url(/html2/product/images/si_server_front.png);
	
}

.bt2{
		
	background-image: url(/html2/product/images/si_os_front.png);
	
}


.bt3{
		
	background-image: url(/html2/product/images/si_dbms_front.png);
	
}


.bt4{
		
	background-image: url(/html2/product/images/si_vaccin.png);
	
}

.bt5{
		
	background-image: url(/html2/product/images/front_fms.png);
	
}
.bt6{
		
	background-image: url(/html2/product/images/fms_software.PNG);
	
}

.middle_img{
		margin:0px auto;
	margin-top: 15px;

	width: 80%;
	text-align: center;;
	height: 635px;
	position:relative;
	display: block;
	
	background-image: url("../images/etc_image2.png");	
	background-size: 90%;
	background-position: center center;
	background-repeat: no-repeat;
}

.down_img{
		margin:0px auto;
	margin-top: 15px;

	width: 88%;
	text-align: center;;
	height: 635px;
	position:relative;
	display: block;
	
	background-image: url("../images/etc_image1.png");	
	background-size: 88%;
	background-position: center center;
	background-repeat: no-repeat;
}

