/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
.clear{clear: both;}
img{max-width:100%;}
body{
	/* background-color:#011142;*/
	background: url("../img/bac.png") no-repeat scroll center top rgba(0, 0, 0, 0)
}
#center{    
	margin: auto;
    width: 958px;}
.header{height: 125px; text-align: center;;}
.conf{}
.icone{
	display: inline-block;
	width:89px;
	height:73px;
	margin-left: 36px;	
}
.icone img{	margin-top: 9px;}
.group1{
}
.content{
	background:	url("../img/back_outset.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.left-col{	
    width: 290px;
	/*background-color:#011142;*/
	float:left;
}
.right-col{	
    width: 290px;
	/*background-color:#011142;*/
	float:left;
}

.p1 {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    text-align: right;
    text-decoration: none;
}
.p1:hover{
	color: #DAA516
}
.p2 {    
	margin: 16px auto;
    text-align: center;
}
.p2 a{
    color: #DAA516;
    font-family: Segoe Script,"Times New Roman",Times,serif;
    text-decoration: none;	
}
.img1 {
    background-color: #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    height: 156px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 265px;	
}
.img1 img{
    margin-left: 1px;
}
.left-col,.right-col,.middle{
	margin-top: 61px;
}
.middle{
    bottom: -7px;
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: bottom;
    width: 348px;	
}
.tools{	
    background: url("../img/ens-foot.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 180px;	
}
.footer{	
    clear: both;
    color: #FFFFFF;
    font-family: Verdana,"Times New Roman",Times,serif;
    font-size: 12px;
    margin-top: 4px;
}
@media screen and (max-width: 980px) {
	#center{width: 100%;overflow: hidden;}
	.header{}
	.img1{
		height: auto;
		margin-left: auto;
		width: auto;
	}
	.conf img .icone img{
		display:inline-block;
		padding-left:2px;
	}
	.conf img{
		width: 70%;
	}
	.tools{
	 width: 100%;
	
	}
	.middle{
		width: 33%;
	}
	.middle img{
		width: 100%;
	}
	.left-col{
		width: 33%;
	}
	.right-col{
		width: 33%;
	}
}