/*--------------------------------------banner*/
#banner{
	width:960px;
	height: 312px;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#banner .banner_title{
	width: 38%;
    height: 200px;
    background-position: center center;
    background-size:101% 101%; 
	padding: 22px;
	box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.5);
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#banner .banner_title h1{
	text-align: center;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:5px 10px 5px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
#banner .banner_title h2{
	color: #fff;
	margin-top: 19px;
	margin-bottom: 0px;
	padding:5px 10px 5px 10px;
}
/*--------------------------------------banner*/
/*----------------------------------------效益*/
#benefit{
	width: 960px;
	height:474px;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#benefit .benefit_title{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 24px;
	text-align: center;
}
#benefit .benefit_icon{
	width: 100%;
	height: 411px;
}
#benefit .benefit_icon div{
	width: 50%;
	height: 50%;
	float:left;
}
#benefit .benefit_icon div>h2{
	margin-top: -5px;
	margin-bottom: 0px;
	padding:5px 10px 5px 10px;
	font-size: 20px;
	color:#fff;
}
/*----------------------------------------效益*/
/*----------------------------------------影片*/
#video{
	width: 960px;
	height:474px;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
/*----------------------------------------影片*/
/*----------------------------------------特色*/
#totofunction{
	width:960px;
	height: 1446px;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#totofunction .totofunction_title{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 24px;
	text-align: center;
}
#totofunction .totofunction_icon{
	margin-left: auto;
	margin-right: auto;
	width:96%;
	height: 91%;
}
/*----------------------------------------特色*/
/*----------------------------------------系統規格*/
#systembox{
	width:960px;
	height: 798px;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#systembox .systembox_title{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 24px;
	text-align: center;
}
/*----------------------------------------系統規格*/
/*----------------------------------------系統需求*/
#systemneed{
	width:960px;
	height: 312px;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#systemneed .systemneed_icon{
	width: 95%;
	height: 88%;
	/*border: 1px solid #000;
	box-sizing: border-box;*/
	position: absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#systemneed .systemneed_icon>div{
	width:33.33%;
	height: 100%;
	float: left;
}
#systemneed .systemneed_icon>div:nth-child(2){
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	box-sizing: border-box;
}
#systemneed .systemneed_icon>div>h2{
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: #00a6ea;
	padding:5px 10px 5px 10px;
	width: 90%;
	margin-top: 25%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
}
#systemneed .systemneed_icon>div>p{
	font-size: 16px;
	color: #808080;
	width: 90%;
	padding:5px 10px 5px 10px;
}
/*----------------------------------------系統需求*/
/*----------------------------------------聯絡我們*/
/*-----------------------------------*/
#callus{
	width:960px;
	height: 312px;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#callus_title1{
	width: 70%;
	height: 60%;
	position: absolute;
	margin: auto;
	top: 0px;
	bottom:0px;
	left: 0px;
	right:0px;
	/*border: 1px solid #000;
	box-sizing: border-box;*/
}
#callus_title1>div:first-child{
	text-align: center;
	font-size: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
	border: 1px solid #000;
	box-sizing: border-box;
}
#callus_title1>div:last-child{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#callus_title1>div:last-child>div{
	float: left;
	width: 32.33%;
	height: 71.75px;
}
#callus_title1>div:last-child>div>a{
	display:block;
	text-decoration: none;
	height: 100%;
}
#callus_title1>div:last-child>div:first-child{
	background-color:#cc0033;
	background-size: 100%;
	background-position: center center;
}
#callus_title1>div:last-child>div:nth-child(2){
	background-color:#00c300;
	margin-left: 1.5%;
	margin-right: 1.5%;
	background-size: 100%;
	background-position: center center;
}
#callus_title1>div:last-child>div:last-child{
	background-color:#4169E1;
	background-size: 100%;
	background-position: center center;
	cursor: pointer;
}
/*-----------------------------------------1提示*/
/*-----------------------------------------2提示*/
#callus_title2{
	background-color: #cc0033;
	position: absolute;
	bottom:0;
	right:0;
}
#callus_title2>p{
	padding: 10px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 900;
}
/*-----------------------------------------2提示*/
/*----------------------------------------聯絡我們*/