* {
	padding: 0;
	margin: 0;
}
.clr{
	clear: both;
}
.one-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* 多行换行 */
.some-line{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
/* 首页样式 */
.warp{
    position: relative;
	width: 100%;
	background-color: #FFFFFF;
	background-position: center;	
}

.content{
	position: relative;
	width: 1200px;
	margin:auto;
	overflow: hidden;
}


/* 网页代码开始 */


.web-top{
	position: fixed;
    width: 100%;
    min-width: 1200px;
    height: 145px;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}
.web-top p{
  float: right;
  color: #FFFFFF;
  position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  right: 5%;
  top: 20px;
  font-size: 15px;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .web-top{
    background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  .web-top p{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
	right: 12%;
  }  
}

.top-logo {
	/* position: absolute;
    top: 8px;
    left: 20%; */
	width: 160px;
	margin-top: 8px;
	float: left;
}
.top-logo img{
	max-width: 275px;
	height: 120px;
}



/* 菜单 */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix10:after {
	content:".";
	display:block;
	height:10px;
	clear:both;
	visibility:hidden;
}
.content-nav{
	position: relative;
	width: 1200px;
	margin:auto;
}
.h10{height:10px;}
.h15{height:15px;}
#header{width:1000px; margin:0 auto;}
.navBar {
	/* float: right;
	position: absolute;
	width:auto;
	margin:0 auto;
	height:50px;
	line-height:50px;
	color:#333;
	right: 0;
	bottom: 25px; */
	    float: right;
    position: absolute;
    width: auto;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #333;
    right: 0px;
    /* bottom: 100px; */
    top: 55px;
}


.nav {
	position:relative;
	width:980px;
	margin:0 auto;
	font-family:"Microsoft YaHei",SimSun,SimHei;
	font-size:14px;
}
.nav a {
	color:#fff;
}
.nav h3 {
	font-size:100%;
	font-weight:normal;
}
.nav .m {
	float:left;
	position:relative;
	z-index:1;
}
.nav .s {
	float:left;
	width:3px;
	text-align:center;
	color:#D4D4D4;
	font-size:12px;
}
.nav h3 a {
	display:block;
	width:115px;
	text-align:center;
	font-weight:bold;
	font-size: 15px;
}
.nav .sub {
	display:none;
	position:absolute;
	left:-3px;
	top:50px;
	z-index:1;
	width:115px;
	border:1px solid #E6E4E3;
	border-top:0;
	background:#fff;
}
.nav .sub li {
	text-align:center;
	padding:0 8px;
	margin-bottom:-1px;
}
.nav .sub li a {
	display: block;
    border-bottom: 1px solid #E6E4E3;
    /* padding: 8px 0; */
    height: 45px;
    line-height: 45px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.nav .sub li a:hover {
	color:#FE7700;
}
.nav .block {
	height:8px;
	width:115px;
	background:#FE7700;
	position:absolute;
	left:0;
	top:42px;
	overflow:hidden;
}


/* ----关于我们--- */
.about-us{
	width: 100%;
	min-width: 1200px;
	min-height:600px;
	margin-bottom: 40px;
	background-color: #f3f3f3;;
}
.moudle-title{
	position: relative;
	width: 1200px;
	height: 80px;
	float: left;
	margin-top: 40px;
}
.title-en{
	color: #E1E1E2;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 8px;
}
.title-cn{
	position: absolute;
	color: #333;
	font-size: 36px;
	font-weight: bold;
	bottom: 0px;
	letter-spacing: 5px;
}
.title-cn span{
	font-size: 16px;
	color: #D78712;
}

.about-text img{
	display: inline-block;
	max-height: 400px;
	margin-bottom: 30px!important;
}
.about-company{
	display: inline-block;
	margin-top: 30px;
	width: 1200px;
}
.about-introduction img{
	float: left;
	max-width: 867px;
	height: 355px;
}
.about-introduction{
	float: right;
	width: 550px;
}
.about-introduction p{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.line{
	width: 30px;
	height: 5px;
	margin-top: 15px;
	background-color: #FE7700;
}
.company-text{
	color: #666;
	font-size: 15px;
	line-height: 40px;
	margin-top: 15px;
	text-indent: 2em;
}
.about-company img{
	max-width: 600px;
	float: left;
}

/* 产品展示 */
.product-center{
	width: 100%;
	min-width: 1200px;
	height: auto;
	display: inline-block;
}

/* 产品中心 */
.product-family{
    width: 100%;
    min-width: 1200px;
    height: auto;
}


.product-show{
	display: inline-block;
	margin-top: 100px;
}
.product-show-title{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.product-cneter-text{
	width: 380px;
	margin-top: 38px;
    line-height: 42px;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
}

.product-more{
	width: 140px;
	height: 55px;
	border: 2px solid #fff;
	text-align: center;
	margin-top: 50px;
}

.product-more a{
	display: inline-block;
	width: 140px;
	height: 55px;
	line-height: 55px;
	color: #fff;
}



/* --------- */
.product-list{
	display: inline-block;
	width: 1200px;
	margin-top: 50px;
}
.product-list li{
	float: left;
    width: 32%;
    height: auto;
    text-align: center;
    margin: 15px 6px;
    border: 1px solid #ccc;
}
.product-list li img{
	max-width: 370px;
    padding: 10px;
    max-height: 320px;
}
.product-list li a{
	display: inline-block;
}
.product-name{
	color: #333;
	font-size: 16px;
	margin: 10px auto;
}
.product-classification{
	font-size: 14px;
	color: #999;
}





  /* 新闻 */
.news-center{
	width: 100%;
	min-width: 1200px;
	height: 820px;
	background-image: url('../images/news_bg.jpg');
	background-position: center;
}

.news-list{
	width: 600px;
	height: 465px;
	background-color: #fff;
}
.news-p{
	display: inline-block;
	padding: 20px;
}
.news-middle-text{
	display: inline-block;
	margin-top: 80px;
}
.news-p li{
	width: 550px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dotted #333;
}
.news-title{
	float: left;
	font-size: 16px;
	color: #000;
}
.news-time{
	float: right;
	font-size: 16px;
	font-size: 16px;
	color: #000;
}
.news-more{
	display: inline-block;
	width: 150px;
	height: 40px;
	border: 1px solid #333;
	line-height: 38px;
	text-align: center;
	margin-left: 20px;
}
.news-more a{
	display: inline-block;
	width: 150px;
	height: 40px;
	font-size: 16px;
	color: #222;

}


/* 底部 */
.foot{
	display: inline-block;
	width: 100%;
	min-width: 1200px;
	height: auto;
}
.foot-form{
	width: 100%;
	min-width: 1200px;
	height: 400px;
	margin-top: 30px;
	background-image: url('../images/bg2.jpg');
	background-position: center;
}
.foot-form-left{
	width: 800px;
	height: 200px;
	border-right: 1px solid #ccc;
	margin-top: 25px;
}

.foot-form-left p{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0px;
}
.left-text{
	display: inline-block;
	width: 750px;
    margin-top: 10px;
}
.left-text span{
	float: left;
	width: 470px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.left-text a{
	float: right;
	width: 240px;
	height: 45px;
	border: solid 4px #f2b419;
	text-align: center;
	line-height: 35px;
	color:#f2b419 ;
	margin-top: 10px;
}
.left-text a:hover{
	float: right;
	width: 240px;
	height: 45px;
	background-color: #f2b419;
	text-align: center;
	line-height: 35px;
	color:#fff ;
}
.foot-form-code{
	width: 380px;
	margin-top: 60px;
}
.foot-form-code img{
	float: left;
	max-width: 125px;
	height: 125px;
}
.foot-form-code span{
	float: right;
	width: 240px;
	color: #fff;
	font-size: 14px;
	padding: 25px 0px;
	line-height: 26px;
}


/* 表单 */

.form-text{
	width: 1200px;
	display: inline-block;
	margin-top: 40px;
}

.table_form{
	background-color: #2c2c2c;

}
.table_form tr{
	width: 260px;
	float: left;
}

.button-wh{
	width: 100px;
	height: 40px;
}
.table_form tbody td{
	border-bottom: none!important;
}
.pt-10{
	padding-top: 10px!important;
}
.input-text{
	background-color: #656565!important;
	background: none!important;
	border: 1px solid #656565!important;
	color: #fff!important;
}

.w-100{
	width: 100px!important;
}
#ck_name{
	background-color: #656565!important;
}


.footer-middle{
    width: 100%;
	min-width: 1200px;
	height: 315px;
	background-color: #2c2c2c;
}
.title-one{
	color: #fff;
    font-size: 18px;
    margin-left: 15px;
    margin-top: 30px;
}
.footer-address{
	width: 800px;
}
.footer-address li{
	float: left;
	width: 380px;
	height: 80px;
    padding-top: 25px;
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
}
.footer-address li i{
	display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/dizhi.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -5px;	
}
.footer-right{
	width: 390px;
	text-align: center;
}
.footer-code img{
	max-width: 120px;
	height: 120px;
}

.footer-code{
	text-align: center;
	margin-top: 20px;
}
.footer-code li{
	float: left;
	margin-left: 4px;
}
.footer-code{
	color: #fff;
	font-size: 14px;
}



.button1:hover {
    opacity: .7;
}
.button1 {
    color: #FFC107;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
}

.footer-right img{
	max-width: 120px;
}



/* 资质荣耀 */
.honor-images{
	display: inline-block;
	width: 100%;
	min-width: 1200px;
	height: auto;
}

.picMarquee-left{display: inline-block; width:1200px;  overflow:hidden; position:relative; margin: 0 auto; margin-top: 20px;}
.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }

.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }

.picMarquee-left .bd ul li .title a{font-size:16px; color:#333;  }
.honor{
	display: inline-block;
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin-top: 50px;
}

.honor-img .bd ul li .pic img{ 
	width:320px; 
	max-height:360px; 
	display:block; 
	padding:2px; 
	border:1px solid #ccc; 
}



/* 本例子css */
.picMarquee-left02{ width:1200px;  overflow:hidden; position:relative; margin: 0 auto; margin-top: 20px;margin-left: 18px;}
.picMarquee-left02 .bd{ padding:10px;   }
.picMarquee-left02 .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left02 .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left02 .bd ul li .pic{ text-align:center; }
.picMarquee-left02 .bd ul li .pic img{ width:180px; height:100px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left02 .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left02 .bd ul li .title{ line-height:24px;}
.picMarquee-left02 .bd ul li .title a{font-size:16px; color:#333;  }

.tempWrap{
	width:1200px!important;
}

/* 产品美学 */

.product-second{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 720px;
	display: inline-block; 
	background:url('../images/55.jpg');
}
.product-bottom{
	position: absolute;
	bottom: 0px;
}

#hf{
	width:100%;
	height:200px;
	background:rgba(0,0,0,0.5);
}
#hf .con{
	width:1200px;
	height:200px;
	margin:0 auto;
	position:relative;
}
#hf .con .left{
	position:absolute;
	top:70px;
	left:0px;
	cursor:pointer;
}
#hf .con .right{
	position:absolute;
	top:70px;
	right:0px;
	cursor:pointer;
}
#hf .con .scroll{
	width:1080px;
	height:200px;
     overflow:hidden;
	 margin:0 auto;
	 position:relative;
	}
#hf .con .scroll .scrollCon{
	width:1000%;
	height:200px;
	position:absolute;
	left:0px;
	top:0px;
}
.scroll .scrollCon ul li{
	list-style:none;
	width:240px;
	height:140px;
	float:left;
	margin-left:12px;
	margin-right:12px;
	margin-top:20px;
	cursor:pointer;
}

.scrollCon li img{
	display: none;
}

.scroll-text{
	padding-top: 30px;
}
.scroll-title01{
	font-size: 30px;
	color: #fff;
}

.scroll-title02{
	color: #fff;
	margin-top: 5px;
}

.product-img-text{
	position: absolute;
	left: 20%;
	top: 15%;
}
.product-img-text p{
	height: 46px;
    line-height: 46px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.pro-text-introduction{
    width: 380px;
    height: auto;
    line-height: 42px;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
	margin-top: 20px;
}

.product-img-text a{
	display: inline-block;
	width: 135px;
	height: 55px;
	border: 2px solid #ccc;
	text-align: center;
	line-height: 50px;
	margin-top: 30px;
}
.product-img-text a span{
	display: inline-block;
	color: #fff;
	font-size: 18px;
}

.scroll-title01:hover{
	color: #f2b419;
}


.top-tel i{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('../images/dianhua.png');
	background-position: left;
	background-size: contain;
	vertical-align: -4px;
}



/* 关于我们 */


.about-page{
	display: inline-block;
	width: 100%;
	min-width: 1200px;
	height: auto;
	background-color: #f4f4f4;
}

.position{ height: 50px; line-height: 50px;margin-top: 30px; background: url(../images/pos.jpg) bottom right no-repeat #fff; margin-bottom: 30px; padding-left: 15px}
.position a{ color: #5A5A5A }
.position .bg{ background: url(../images/pos_01.jpg) left center no-repeat; padding-left: 15px}


.about-content img{
	display: inherit;
	margin: 0 auto;
}

.about-p-title{
	margin-top: 40px;
    line-height: 46px;
    font-size: 28px;
    color: #242424;
    text-align: center;
    font-weight: bold;
}
.about-text{
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
	padding: 20px;
}


/* 资质荣誉 */
.honor-show{
	width: 100%;
	min-width: 1200px;
	height: auto;
}

.honor-img{
	display: inline-block;
}
.honor-img li{
	float: left;
    margin-left: 25px;
    margin-bottom: 40px;
    border: 1px solid #ccc;
}
.honor-img li a img{
	display: inline-block;
    max-width: 270px;
    padding: 10px;
}
.honor-img li p{
	text-align: center;
    color: #333;
    padding: 10px 0px;
}
.honor-img li:hover p{
    color: #f2b419;
}

/*翻页样式*/
#pre{ margin-top:20px; padding-top:10px; font-size:14px; clear:both; text-align:right; margin-bottom:15px}
#pre a{ color:#f2b419#f2b419}
#pages { width: 100%; height: 50px; text-align: center; line-height: 22px; padding-top: 1px; clear:both;}
#pages a { background: #f5f5f5; border: #ddd solid 1px; padding: 2px 8px; margin: 0 2px; float: none; color: #9d7751; font-size: 14px;}
#pages span { background: #f2b419; color: #fff; border: #DDD solid 1px; padding: 2px 8px; margin: 0 2px; float: none;}


/*内页内容*/
.ny_cont{ width: 1000px; margin: 20px auto;}
.ny_cont .con_nr{ font-size: 16px;line-height:35px;}
.ny_cont .slt{text-align: center;}
.ny_cont img{ max-width: 1000px; height: auto; text-align: center;}


/*详情页内容区域*/
.ny_cont .fy_lb .permalink{ text-align: center; margin-bottom: 10px; font-size: 24px; font-weight: bold; color: #f2b419;}
.ny_cont .fy_lb .n_time{ font-size: 14px; color: #5A5A5A; text-align: center;}
.ny_cont .fy_lb .post-miaoshu{ border: 1px solid #E5E5E5; background: #F5F5F5; color: #868686; padding: 5px; margin: 20px auto; font-size: 12px; text-align: left;}
.ny_cont .fy_lb .articlebook { margin-top: 10px; text-align: left; float: left;}
.ny_cont .fy_lb .articlebook p{ margin-top: 10px; font-size: 14px; color: #999;}
.ny_cont .fy_lb .articlebook p:hover{ color: #f2b419;}




.contTit {font-size: 12px; color: #666;}
.contTit a {color: #666;}
.contTit a:hover {color: #1970B9; text-decoration: underline;}
.contTit p {line-height: 20px; padding-top: 18px;}
.contHead {height: 70px; line-height: 70px; padding-top: 0;}

.contBox {margin-top: 40px; margin-bottom: 50px;}


.clearfloat{*zoom:1;}
.clearfloat:before,.clearfloat:after{content:""; display:table; line-height:0;visibility:hidden;}
.clearfloat:after{ clear:both;}
.box {width: 100%; min-width: 1200px; height: auto;}
.w1200 {width: 1200px; height: auto; margin: 0 auto;}

/*mian*/
.head {
	display: table;
	margin: 0 auto;
	height: 74px; 
	padding-top: 5px; 
	line-height: 74px; 
	font-size: 16px;}
.head h2 {float: left; font-size: 28px; position: relative;}
.headL h2:after {display: block; width: 56px; height: 1px; background: #20679d; content: ""; position: absolute; left: 0; bottom: 0;}
.headR h2:after {display: block; width: 56px; height: 1px; background: #20679d; content: ""; position: absolute; right: 0; bottom: 0;}
.head p {float: right; height: 100%;}
.head p a {display: inline-block; height: 36px; padding: 0 12px; margin-left: 16px; line-height: 36px; color: #666; border: 1px solid #dbdbdb; border-radius: 4px; vertical-align: bottom; *display: inline; float: none; *zoom: 1;}
.head p a:hover,p a.on {color: #fff; background: #1970b9; border-color: #1970B9;}

.contactMap {float: left; width: 600px; height: 400px;}
.contactWrap {float: right; width: 510px; margin-right: 53px;}
.contactWrap p {line-height: 35px; color: #666;}
.contactInfor {margin-top: 15px;}
.contactInfor input {width: 233px; height: 38px; padding-left: 16px; line-height: 38px; font-size: 14px; color: #666; border: 1px solid #c7c7c7; border-radius: 4px;}
.contactInfor input.inputLeft {float: left;}
.contactInfor input.inputReft {float: right;}
.contactInfor input.sub {width: 192px; padding: 0; text-align: center; color: #fff; font-size: 16px; background: #505050; border: none; cursor: pointer;}
.contactInfor input.sub:hover {background: #1970B9;}
.contactInfor textarea {display: block; width: 510px; height: 130px; margin-bottom: 30px; padding: 8px 16px; line-height: 26px; color: #666; border: 1px solid #c7c7c7; border-radius: 4px;}
.contactInforInner {margin-bottom: 10px; }





/* 新闻 */
.box1190{ width: 1190px; margin: 0 auto;}
.wrap{ background: #f8f8f8;}
.wrap_pos{ position: relative; z-index: 2; top: -50px;}

/*rightbox*/
.rightbox{ float: right; width: 940px; background: #fff;margin-top: 13px;}
.rightbox h1{ background: #305dc3; height: 50px; line-height: 50px; font-size: 18px; color: #fff; padding: 0 30px;}
.rightbox h1 span{ float: right; font-size: 12px; color: #fff; font-weight: normal;}
.rightbox h1 span a{ color:#FFF}


.page_content{ padding: 40px 40px; border: 1px solid #eee; border-top: 0; overflow:hidden; font-size:16px}
.page_content img{ max-width:800px}
.page_content h2{ font-size: 18px;}
.page_content .txt{ margin: 0 0 40px;}
.page_content .txt:last-child{ margin: 0;}
.page_content .txt p{ font-size: 14px; text-indent: 2em; line-height: 30px; color: #666;}
.page_content .txt_en{ margin: 0 0 40px;}
.page_content .txt_en:last-child{ margin: 0;}
.page_content .txt_en p{ font-size: 14px; line-height: 30px; color: #666;}
.page_content .img{ margin: 0 0 20px;}

.detail .content{float: left;font-size: 12px; height: 22px; overflow: hidden; white-space: nowrap; 
	text-overflow: ellipsis;width:650px;color:#666;}
.newsList{
	margin-bottom: 30px;
}
.newsList .tit{ 
	float: left;
    width: 650px;
    height: 50px; 
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0 0;
    color: #333;}
.newsList .intro{ width: 650px; height: 24px; color: #bbb; overflow: hidden; text-overflow: ellipsis;  white-space: nowrap;}

.excList li,.newsList li{ background: #fff; border-bottom: 1px solid #eee; zoom: 1;}
.excList li:after,.newsList li:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.excList li:hover,.newsList li:hover{ background: #f8f8f8;}
.excList .time,.newsList .time{ float: left; width:100px; font-size: 14px; color: #333; border-right: 1px solid #eee; margin: 20px 20px;}
.excList .time span,.newsList .time span{ display: block;margin-bottom: 5px; font-size: 26px; color: #666; line-height: 24px;}


/*leftbox*/
.leftbox{ float: left; width: 240px;}
.fixbox{ position: fixed; top: 0;}
.leftbox h1{ background: #f2b419; height: 70px; line-height: 70px; font-size: 20px; color: #fff; padding: 0 30px;}
.nav01 li{ border: 1px solid #eee; border-top: 0;}
.nav01 li a{ display: block; height: 48px; padding: 0 0 0 30px; line-height: 48px; background: url(../images/nav_arr.png) #fff no-repeat 200px center; font-size: 16px;color: #333;}
.nav01 li a:hover,.nav01 li a.sel{ color: #f2b419; background: url(../images/nav_arr_sel.png) #eff2fa no-repeat 200px center;}
.line{ height: 2px; background: #f2b419;}


.newsDetail .titBox{ text-align: center; border-bottom: 1px solid #eee; padding: 0 0 10px;}
.newsDetail .titBox h3{ font-size: 22px; font-weight: normal; margin-bottom: 10px;}
.newsDetail .titBox p{ color: #999; line-height: 30px;}
.newsDetail .newsContent{text-indent: 2em; padding: 20px 0 0; font-size: 15px; line-height: 30px; color: #666;}


.articlebook { margin-top: 10px; text-align: left; float: left;}
.articlebook p{ margin-top: 10px; font-size: 14px; color: #999;}
.articlebook p:hover{ color: #0082d0;}


.con_nr h3{
	    display: inline-block;
    margin-top: 30px;
    margin-left: 90px;
}


.ad {
	height: 400px;
	margin:50px auto;
	background: url(../images/ad.jpg) no-repeat center top;
}