* {
	margin: 0;
	padding: 0;
	
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::selection {
	background: #bfa57c;
	color: #fff;
}

.banner {
	/*BAK Code*/
	/*position: relative;
	width: 100%;
	overflow: auto;*/
	/*BAK Code End*/
	
	/*New Code*/
	width:1440px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	
	
	/*
	position: relative;
	width: 100%;
	overflow: auto;
	*/
	
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	
	/*color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);*/
	
	background: #FFF;
	/*box-shadow: 0 1px 2px rgba(0,0,0,.25);*/
}


.banner ul {
		list-style: none;
		width: 300%;
	}
.banner ul li {
		display: block;
		float: left;
		width: 33%;
		padding: 90px 0 50px;
		/*padding: 160px 0 110px;*/
		
		min-height: 540px;
		/*min-height: 350px;*/
		
/*		-webkit-background-size: 100% 100%;*/
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
/*		background-size: 100% 100%;*/

		/*box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);*/ /*Banner 下方邊緣的陰影*/
	}

.banner ul li A {
	display: block;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	height: 440px;
	}

	
.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;
		
		color: #fff;
	}
	
.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;
		
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		
		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}
		
.banner .btn, .banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
		}
.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}
		




.bannerbg {
	width:1440px;
	/*width:1280px;*/
	overflow:hidden;
	margin:0 auto;
	height:580px;
	position:relative;
}

.bannerbg ul li.bgimg {
	width:1440px;
	/*width:1280px;*/
	height:580px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}



@media screen and (max-width: 1280px) {

.bannerbg {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	height:580px;
	position:relative;
	min-width:960px;
}

.bannerbg ul li.bgimg { width:100%;}







/*.wrap {
	margin: 0 auto;
	width: 960px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), (max-width: 900px) {
	.wrap {
		width: 90%;
	}
	#logo {
		left: 50px;
		top: 30px;
	}
	
	.banner h1, .banner h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.banner ul li {
		padding-top: 100px;
		padding-bottom: 50px;
		height: 240px;
	}
	.banner p {
		font-size: 15px;
		width: 80%;
		margin: 0 auto;
	}
	pre {
		overflow: auto;
	}
	.features li {
		width: 100%;
		margin-left: 10px;
		margin-bottom: 30px;
	}
	.how li {
		width: 90%;
	}
	.how pre {
		position: static;
		width: 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.features li:before {
		background: url('https://uk.newsoft.eu.com/css/img/icons@2x.png');
		background-size: 100%;
	}
}*/


/* Product banner Start */

#bannerproduct {
    /*padding: 72px 0;*/
    /*background: url("https://uk.newsoft.eu.com/img/tg-black-bg.png") no-repeat fixed top rgba(0,0,0,0.7);*/
    height: 400px;
    /*margin-top: 30px;
    margin-bottom: 30px;*/
	
	/*background-color: #FF0000;*/
	
	/*width:1440px;*/
	overflow:hidden;
	margin:0 auto;
	position:relative;
}


#bannerproduct ul {
	list-style: none;
	width: 300%;
	}

#bannerproduct ul li {
	display: block;
	float: left;
	/* 0507 修改*/
	width: 33.333333%;
	/*width: 33%;*/
	/*padding: 90px 0 50px;*/
	min-height: 400px;
	/*-webkit-background-size: 100% 100%;*/
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	/*font-size: 50px;/**/
	background-size: 100% 100%;*/
	/*box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);*/ /*Banner 下方邊緣的陰影*/
	}
#bannerproduct ul li img {
	width: 100%;
	}

/* Product banner End */