/*@charset "gb2312";*/
/**
 * 网站地址: http://www.qietu.com
 * ----------------------------------------------------------------------------
 * $codex 1. id和class命名采用该版块的英文单词或组合命名，并第一个单词小写，第二个单词首个字母大写，如:thinkCss（最新产品/think+Css)
 * $codex 2. CSS样式表各区块用注释说明
 * $codex 3. 尽量使用英文命名原则
 * $codex 4. 尽量不加中杠和下划线
 * $codex 5. 尽量不缩写，除非一看就明白的单词
 * $Author: qietu inc
 * $mailto: <developer@qietu.com>
 * $hack :ie 6 _  \ ie7 *+ \  ie6,ie7 *  \  ie7,firefox !important ie9, \9
*/
/**
 +------------------------------------------------------------------------------
 * 网站样式重写
 +------------------------------------------------------------------------------
 * @comefrom  互联网
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
 html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;}
 * {}
a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}



/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}

.tal{ text-align:left} .tar{ text-align:right;}

/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.toe{
	/*超出省略号*/
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.justify:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}

/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{
	position:fixed; 
	clip:rect(0 100% 100% 0);
	_position:absolute;
	
	/* 底部 */
	bottom:0px;
	left:0px;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
	
	/* 左侧 */
	/*left:0px;*/
	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}
/* 解决固定层在IE6下闪的问题 */
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}


/*png图片ie6下透明滤镜实现写法*/
.pngimg{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}

/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:italic !important;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important;} u{ text-decoration:underline !important;}

/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如 
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.ff8600,ff86aa a{ color:#ff8600;}

/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.font14px{ font-size:14px;}
.font9pt{ font-size:9pt;}
/*自定义字体*/
/* @font-face {  font-family: danley;  src: url('../font/danley.ttf');  }  .danley {  font-family: danley; } */


/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
  a{ color:#5d5d5e; /*transition: all 0.3s ease-in-out 0s;*/}
  a:hover{ color:#d7000f;}
 
body{font-family: "Microsoft YaHei",sans-serif;}

.css3{
	/*transition: all 0.3s ease-in-out 0s;*/
	
	-webkit-transform:translate3d(0, -20px, 0);
	-ms-transform:translate3d(0, -20px, 0);
	transform:translate3d(0, -20px, 0);
	
	-webkit-transition-property:opacity, -webkit-transform;
	transition-property:opacity, transform;
	-webkit-transition-duration:1000ms;
	transition-duration:1000ms;
	-webkit-transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);
	transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);
	
	-webkit-transition-delay:800ms;
	transition-delay:800ms
}
.css3.animated{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {    
  
  }
  
  @media screen and (max-width: 480px) {   
	 
  }
 
a:hover{
	text-decoration:none;
}
.wrapper{
	width:970px; margin:0 auto; clear:both; 
}
.header{
	height:80px; background:#fff; width:100%; position:fixed; left:50%; margin-left:-500px; border-left:#f2f2f2 solid 1px; border-bottom:#f2f2f2 solid 1px; top:0; z-index:999;
}
.header .logo{
	float:left; display:inline;
}
.header .nav {
	float:left; display:inline; margin-left:70px;
}
.header .nav ul{
	height:auto; overflow:hidden;
}
.header .nav li{
	float:left; display:inline; margin-right:60px; font-size:14px; font-weight:bold; 
}
.header .nav li a{
	display:block; height:80px; line-height:80px; position:relative;
}
.header .nav li a:hover{
	color:#666666;
}
.header .nav li span{
	height:3px; width:0; margin:0 auto; background:#d7000f; display:block; margin:0 auto; margin-top:-3px; transition:all 0.3s ease-in-out 0s;
}
.header .nav li.selected span{
	width:100%;
}
.header .search{
	float:left; display:inline; margin-top:30px; margin-left:70px;
}
.header .search .text{
	width:110px; float:left; display:inline; background:#f2f2f2; height:20px; border:none; padding-left:3px;
}
.header .search .submit{
	background:url(../imgs/img1.png) no-repeat; width:19px; height:20px; float:left; display:inline; border:none;
}

#bgstretcher{position: fixed !important;}

.home_bg{
	background:#685656; height:990px; background:url(../imgs/img1.jpg) no-repeat center; margin-top:-80px; 
}
.home{
	width:1000px; margin:0 auto; position:relative;
}

.hroll{
	width:253px; height:223px; position:absolute; right:0; top:115px; margin-right:10px;
}
.hroll .imgs{
	width:253px; height:223px; overflow:hidden;
}

.czbj .view .img{
	width:331px; height:240px; overflow:hidden;
}
.hroll .imgs ul{
	width:9999999px;
}
.czbj .view .img dl{
	width:9999999px;
}
.czbj .view .img dd{
	width:331px; height:240px; float:left; display:inline;
}
.hroll .imgs li{
	width:253px; height:223px; float:left; display:inline;
}
.hroll .prev,
.hroll .next{
	background:url(../imgs/img5.png) no-repeat; width:21px; height:21px; cursor:pointer; position:absolute; left:0; bottom:-22px;
}
.hroll .next{
	background:url(../imgs/img6.png) no-repeat; left:22px;
}

.hnews{
	position:absolute; left:0; top:410px; width:540px; background:#303030; height:282px;
}
.hnews .head{
	height:64px;
}
/* .hnews .head li{
	float:left; display:inline; margin-left:10px; padding:15px 35px 0 45px; background:url(../imgs/img3.png) no-repeat 30px 20px; position:relative;
} */
.hnews .head li{
	float:left; display:inline; margin-left:10px; padding:15px 17px 0 28px; background:url(../imgs/img3.png) no-repeat 10px 20px; position:relative;
}
.hnews .head li h2{
	color:#b6b6b6; font-size:18px; line-height:1; position:relative; z-index:2;
}
.hnews .head li h4{
	color:#666666; position:relative; z-index:2;
}
.hnews .head li.selected em{
	background:url(../imgs/img12.png) repeat; display:block; width:100%; height:74px; position:absolute; left:0; top:-10px;
}
.hnews .head li.selected h2{
	color:#fff;
}
.hnews .head li.selected h4{
	color:#d9d9d9;
}
.hnews .body{
	height:218px; background:#fff; margin-right:15px; padding:0 20px; overflow:hidden;
}
.hnews .body ul{
	margin:5px 0;
}
.hnews .body li{
	height:40px; border-bottom:#dedede solid 1px; line-height:40px;
}
.hnews .body li a{
	float:left; display:inline; background:url(../imgs/img2.jpg) no-repeat 10px center; padding-left:35px; font-size:14px; color:#909090;
}
.hnews .body li a:hover{
	background-image:url(../imgs/img3.jpg); color:#cb0916;
}
.hnews .body li span{
	float:right; display:inline; color:#909090; font-size:12px;
}
.hnews .body li.last{
	border:none;
}

.hpro{
	position:absolute; top:473px; left:540px;
}
.hpro .view{
	display:block; width:270px; float:left; display:inline;
}
.hpro .view img{
	display:block;
}
.hpro .nav{
	width:180px; float:left; display:inline; background:#f2f2f2; height:219px;
}
.hpro .nav li{
	height:72px; border-bottom:#cccccc solid 1px; line-height:72px; position:relative; padding-left:70px; font-size:16px; 
}
.hpro .nav li a:hover{
	color:#d7000f;
}
.hpro .nav li i{
	position:absolute; left:35px; top:0;
}
.hpro .nav li em{
	background:url(../imgs/img13.png) no-repeat; width:13px; height:19px; position:absolute; left:-13px; top:50%; margin-top:-10px; display:none;
}
.hpro .nav li.selected em{
	display:block;
}
.hpro .cate{
	width:142px; height:120px; position:absolute; left:-25px; bottom:-10px;
}

.footer{
	background:#464646; color:#b5b5b5; position:fixed; width:100%; left:0; bottom:0; z-index:9999999;
}
.footer a{
	color:#b5b5b5;
}
.footer .info{
	height:46px; line-height:46px;
}
.footer .logo{
	float:left; display:inline;
}
.footer .copyright{
	float:left; display:inline; margin-left:30px;
}
/*
.footer .copyright span{
	margin:0 5px;
}
*/
.footer .copyright li{
	float:left; display:inline; margin:0 5px;
}
.footer .nav{
	float:left; display:inline; margin-left:70px;
}
.footer .nav li{
	float:left; display:inline; margin:0 5px;
}
.footer .nav li a:hover{
	color:#fff;
}
.footer .arrow{
	float:left; display:inline;
}
.footer .arrow a{
	background:url(../imgs/img15a.png) no-repeat center; width:20px; height:46px; display:block; margin-left:20px;
}
.footer-selected .arrow a{
	background:url(../imgs/img15.png) no-repeat center;
}
.footer .link{
	float:left; display:inline; margin-left:40px;
}
.footer .link li{
	float:left; display:inline; margin-right:15px; position:relative;
}
.footer .link li strong a.ico_weixin,
.footer .link li strong a.ico_weibo{
	background:url(../imgs/img16.png) no-repeat center; width:28px; height:46px; display:block; 
}
.footer .link li strong a.ico_weibo{
	background-image:url(../imgs/img17.png);
}
.footer .link li .sub{
	position:absolute; left:50%; margin-left:-35px; bottom:46px; width:70px; height:70px; padding:7px; background:url(../imgs/img11.png) repeat; display:none;
}
.footer .link li .sub em{
	background:url(../imgs/img18.png) no-repeat; width:12px; height:5px; display:block; position:absolute; left:50%; margin-left:-6px; bottom:0;
}
.footer .wrap{
	width:1000px; margin:0 auto; /*height:123px;*/ /*height:46px;*/
}
.footer .more{
	clear:both; overflow:hidden; height:0;
}
.footer-selected .more{
	height:77px;
}
.footer .more .sel{
	background:url(../imgs/img19.png) no-repeat; width:231px; height:41px; float:left; display:inline; margin-right:25px;
}
.footer .more .sel .label{
	height:41px; line-height:41px; padding:0 15px; cursor:pointer; font-weight:bold; margin-bottom:-41px;
}
.footer .more .sel select{
	height:41px; width:100%; opacity:0; filter:alpha(opaicty=0);
}
.footer .more .sel_last{
	margin-right:0;
}

.layout{
	/*width:1600px; */margin:0 auto; overflow:hidden; padding-top:80px; padding-bottom:35px;
}
/*新建元-新闻中心-传媒专区*/
.cfyy,
.mtsc{
	width:719px; border:#e34c57 solid 1px; margin-top:40px;float:left;margin-top:30px;
}
.cfyy .head,
.mtsc .head{
	border-bottom:#e0e0e0 solid 1px; font-size:18px; line-height:1.5; color:#666666;
}
.cfyy .title{
	margin-top:20px; text-align:center; color:#e34c57; font-size:18px;
}
.cfyy .form{
	margin-top:30px;
}
.cfyy .form td{
	padding:5px;
}
.cfyy .form .text,
.cfyy .form textarea{
	border:#dedede solid 1px; padding:5px; width:388px;
}
.cfyy .form .text2{
	width:182px;
}
.cfyy .form .text3{
	width:130px;
}
.cfyy .form .submit{
	width:131px; height:30px; background:#e34c57; color:#fff; font-size:16px; border:none; cursor:pointer;
}
.cfyy .head h2{
	background:url(../imgs/img20.png) no-repeat left center; padding-left:38px;
}
.mtsc .head h2{
	background:url(../imgs/img21.png) no-repeat left center; padding-left:28px;
}
.mtsc ul{
	height:auto; overflow:hidden; width:570px; padding:50px 75px 25px 75px;
}
.mtsc li{
	float:left; display:inline; width:120px; margin-right:30px; text-align:center; margin-bottom:10px;
}
.mtsc li h2{
	margin-top:10px; font-size:14px; color:#999999;
}
.mtsc li a:hover h2{
	color:#d7000f;
}

/*新建元-新建元网站群*/
.wzq{
	padding:0 30px; overflow:hidden; padding-bottom:50px; width:100%;
}
.wzq dl{
	margin-top:70px; width:170px; float:left; display:inline; margin-right:70px; line-height:1;
}
.wzq dt{
	background:url(../imgs/img22.png) no-repeat left bottom; padding-bottom:15px; margin-bottom:30px; font-size:20px;
}
.wzq dd{
	margin-bottom:20px; font-size:16px;
}
.wzq dd a:hover{
	color:#d7000f;
}
.page .wz-head{position: relative;border:none;}
.page .head,.lxwm .head{position: relative;border-bottom: 1px solid  rgb(213, 212, 212);}
.page .lxwm{padding-top: 20px;}
.page .wzblank,.wz-head .wzblank,.lxwm .wzblank{position: absolute;width: 200px;height: 100px;background-color: white;top:0;left: 0;}
.wzdt .body{
	border-top:#d5d4d4 solid 1px; height:auto; overflow:hidden;
}
.wzdt .body dl{
	width:110px; float:left; display:inline; padding-left:50px; padding-top:50px; padding-bottom:200px; line-height:1; border-right:#eae9e9 solid 1px;
}
.wzdt .body dl.last{
	border-right:none;
}
.wzdt .body dt{
	font-size:18px; margin-bottom:35px;
}
.wzdt .body dd{
	margin-bottom:15px; font-size:14px;
}
.wzdt .body dd a:hover{
	color:#d7000f;
}

/*新建元-产业板块—商业地产*/
.sydc{}
.sydc .cate{
	height:auto; overflow:hidden; margin-top:20px;
}
.sydc .cate ul{
	width:105%;
}
.sydc .cate li{
	width:129px; float:left; display:inline; text-align:center; margin-right:20px; position:relative;
}
.sydc .cate3off{
	width:120%;
}
.sydc .cate3off li{
	margin-right:169px;
}
.sydc .cate .ico{
	width:129px; height:129px;
}
.sydc .cate .btn {
	margin-top:20px;
}
.sydc .cate .btn span{
	height:30px; line-height:30px; display:inline-block; text-align:center; font-size:16px; background:#898989; color:#fff; padding:0 15px;
}
.sydc .cate li.selected .btn span{
	background:#cb0916;
}
.sydc .cate .tip{
	margin-top:20px; border:#e34c57 solid 1px; width:699px; padding:15px; text-align:left; font-size:13px; color:#999999; line-height:1.7; display:none; position:relative;
}
.sydc .cate li sub{
	background:url(../imgs/img20.jpg) repeat-y; width:1px; height:20px; position:absolute; left:65px; top:179px; display:none;
}
.sydc .cate li.selected sub{
	display:block;
}
/*.sydc .cate li.l2 .ico{
	background-image:url(../imgs/img24.png);
}
.sydc .cate li.l3 .ico{
	background-image:url(../imgs/img25.png);
}
.sydc .cate li.l4 .ico{
	background-image:url(../imgs/img26.png);
}
.sydc .cate li.l5 .ico{
	background-image:url(../imgs/img27.png);
}

.sydc .cate li.l1.selected .ico{
	background-image:url(../imgs/img28.png);
}
.sydc .cate li.l2.selected .ico{
	background-image:url(../imgs/img29.png);
}
.sydc .cate li.l3.selected .ico{
	background-image:url(../imgs/img30.png);
}
.sydc .cate li.l4.selected .ico{
	background-image:url(../imgs/img31.png);
}
.sydc .cate li.l5.selected .ico{
	background-image:url(../imgs/img32.png);
}*/

.sydc .cate li.l6 .ico{
	background-image:url(../imgs/img35.png);
}
.sydc .cate li.l7 .ico{
	background-image:url(../imgs/img37.png);
}
.sydc .cate li.l8 .ico{
	background-image:url(../imgs/img39.png);
}
.sydc .cate li.l9 .ico{
	background-image:url(../imgs/img41.png);
}
.sydc .cate li.l10 .ico{
	background-image:url(../imgs/img43.png);
}

.sydc .cate li.l6.selected .ico{
	background-image:url(../imgs/img36.png);
}
.sydc .cate li.l7.selected .ico{
	background-image:url(../imgs/img38.png);
}
.sydc .cate li.l8.selected .ico{
	background-image:url(../imgs/img40.png);
}
.sydc .cate li.l9.selected .ico{
	background-image:url(../imgs/img42.png);
}
.sydc .cate li.l10.selected .ico{
	background-image:url(../imgs/img44.png);
}

.sydc .cate li.l11 .ico{
	background-image:url(../imgs/img45.png);
}
.sydc .cate li.l12 .ico{
	background-image:url(../imgs/img47.png);
}
.sydc .cate li.l13 .ico{
	background-image:url(../imgs/img49.png);
}
.sydc .cate li.l14 .ico{
	background-image:url(../imgs/img51.png);
}
.sydc .cate li.l15 .ico{
	background-image:url(../imgs/img53.png);
}
 
.sydc .cate li.l11.selected .ico{
	background-image:url(../imgs/img46.png);
}
.sydc .cate li.l12.selected .ico{
	background-image:url(../imgs/img48.png);
}
.sydc .cate li.l13.selected .ico{
	background-image:url(../imgs/img50.png);
}
.sydc .cate li.l14.selected .ico{
	background-image:url(../imgs/img52.png);
}
.sydc .cate li.l15.selected .ico{
	background-image:url(../imgs/img54.png);
}

.sydc .cate li.l16 .ico{
	background-image:url(../imgs/img55.png);
}
.sydc .cate li.l17 .ico{
	background-image:url(../imgs/img57.png);
}
.sydc .cate li.l18 .ico{
	background-image:url(../imgs/img59.png);
}
.sydc .cate li.l19 .ico{
	background-image:url(../imgs/img61.png);
}
.sydc .cate li.l20 .ico{
	background-image:url(../imgs/img63.png);
}
 
.sydc .cate li.l16.selected .ico{
	background-image:url(../imgs/img56.png);
}
.sydc .cate li.l17.selected .ico{
	background-image:url(../imgs/img58.png);
}
.sydc .cate li.l18.selected .ico{
	background-image:url(../imgs/img60.png);
}
.sydc .cate li.l19.selected .ico{
	background-image:url(../imgs/img62.png);
}
.sydc .cate li.l20.selected .ico{
	background-image:url(../imgs/img64.png);
}

.sydc .cate li.l21 .ico{
	background-image:url(../imgs/img65.png);
}
.sydc .cate li.l22 .ico{
	background-image:url(../imgs/img67.png);
}
.sydc .cate li.l23 .ico{
	background-image:url(../imgs/img69.png);
}

 
.sydc .cate li.l21.selected .ico{
	background-image:url(../imgs/img66.png);
}
.sydc .cate li.l22.selected .ico{
	background-image:url(../imgs/img68.png);
}
.sydc .cate li.l23.selected .ico{
	background-image:url(../imgs/img70.png);
}

.sydc .cate li.l24 .ico{
	background-image:url(../imgs/img71.png);
}
.sydc .cate li.l25 .ico{
	background-image:url(../imgs/img73.png);
}
.sydc .cate li.l26 .ico{
	background-image:url(../imgs/img75.png);
}
.sydc .cate li.l27 .ico{
	background-image:url(../imgs/img77.png);
}
.sydc .cate li.l28 .ico{
	background-image:url(../imgs/img79.png);
}
 
.sydc .cate li.l24.selected .ico{
	background-image:url(../imgs/img72.png);
}
.sydc .cate li.l25.selected .ico{
	background-image:url(../imgs/img74.png);
}
.sydc .cate li.l26.selected .ico{
	background-image:url(../imgs/img76.png);
}
.sydc .cate li.l27.selected .ico{
	background-image:url(../imgs/img78.png);
}
.sydc .cate li.l28.selected .ico{
	background-image:url(../imgs/img80.png);
}



.sydc .cate li.l2 .tip{
	margin-left:-149px;
}
.sydc .cate li.l3 .tip{
	margin-left:-298px;
}
.sydc .cate li.l4 .tip{
	margin-left:-447px;
}
.sydc .cate li.l5 .tip{
	margin-left:-596px;
}
.sydc .cate li.selected .tip{
	display:block;
}


.sydc .list{
	margin-top:32px; height:auto; overflow:hidden; width:999999px;
}
.sydc .list ul{
	width:730px; margin-right:10px;
}
.sydc .list li{
	float:left; display:inline; width:136px; margin:0 10px 15px 0;
}
.sydc .list li img{
	 width:128px; height:110px; padding:4px; border:1px solid #cccccc;
}
.sydc .list li p{
	text-align:center; padding-top:15px; font-size:14px; color:#999999; font-weight:bold;
}
.sydc .list li a:hover p{
	color:#d7000f;
}
.sydc .list li a:hover h2{
	color:#d7000f;
}
.sydc .list li h2{
	margin-top:10px; font-size:14px;
}
.sydc .btn .prev,
.sydc .btn .next{
	background:url(../imgs/img33.png) no-repeat; width:21px; height:21px; float:left; display:inline; margin-right:1px;
}
.sydc .btn .next{
	background:url(../imgs/img34.png) no-repeat;
}

.banner{
	/*height:auto !important;*/
}

/*新建元-企业文化-社会责任*/
.shzr{
	margin-top:40px;
}
.shzr .list1{
	margin-left:140px;
}
.shzr .list1 dl{
	height:auto; overflow:hidden; line-height:36px; color:#fff; margin-bottom:10px; font-size:16px;
}
.shzr .list1 dt{
	width:120px; height:36px; background:#999999; text-align:center; float:left; display:inline;
}
.shzr .list1 dd{
	width:380px; height:36px; float:left; display:inline; background:#d7000f; text-align:center;
}
.shzr .list2{
	margin-top:20px; margin-left:200px;
}
.shzr .list2 dl{
	margin-bottom:10px;
}
.shzr .list2 dt,
.shzr .list2 dd{
	font-size:18px; display:inline;
}
.shzr .list2 dt{
	font-weight:bold; color:#cb0916;
}

.scrollto{
	background:url(../imgs/img81.png) no-repeat; width:56px; height:56px; position:fixed; left:50%; margin-left:490px; bottom:300px; display:none; cursor:pointer;
}


.banner.bg1{
	background:url(../imgs/img85.jpg) no-repeat center;   height:291px;
}
.banner.bg2{
	background:url(../imgs/img88.jpg) no-repeat center;   height:291px;
}
.banner.bg3{
	background:url(../imgs/img89.jpg) no-repeat center;   height:291px;
}
.banner.bg4{
	background:url(../imgs/img84.jpg) no-repeat center;   height:291px;
}
.banner.bg5{
	background:url(../imgs/img86.jpg) no-repeat center;   height:291px;
}
.banner.bg6{
	background:url(../imgs/img89.jpg) no-repeat center;   height:291px;
}
.banner.bg7{
	background:url(../imgs/img89.jpg) no-repeat center;   height:291px;
}
.banner.bg8{
	background:url(../imgs/img87.jpg) no-repeat center;   height:291px;
}
.banner.bg9{
	background:url(../imgs/img90.jpg) no-repeat center;   height:291px;
}
.banner .page{
	position:relative; width:970px; height:291px;
}
.banner .page .tt1{
	font-size:20px; color:#fff; background:url(../imgs/img85.png) no-repeat; width:189px; height:85px; text-align:center; line-height:85px; position:absolute; left:0; bottom:0;z-index:5; padding-left:20px;
}
.banner .page .tt2{
	position:absolute; right:0; top:50%; text-align:right; line-height:1;
}
.banner .page .tt2 h2{
	font-size:36px; color:#515151;  
}
.banner .page .tt2 h3{
	font-size:24px; color:#777777;
}
.banner .page .tt2 h4{
	font-size:30px; color:#515151;
}
.banner .page .tt3{
	position:absolute; bottom:0; height:25px; background-color:#999999; width:1076px; left:209px; z-index:4;
}
.prev{
	background:url(../imgs/img5.png) no-repeat !important;
}
.prev:hover{
	background:url(../imgs/img83.png) no-repeat !important;
}
.next{
	background:url(../imgs/img84.png) no-repeat !important;
}
.next:hover{
	background:url(../imgs/dff46.jpg) no-repeat !important;
}
/*@media (min-width: 768px) and (max-width: 992px){
	.hnews .body li:eq(4){display: none;}
	.hpro .view{width: 236px;height: 219px;}
	.hpro .nav{height: 219px;}
	.hpro .nav{height: 54px;line-height: 54px;}
	.hpro .cate{height: 80px;}
	.hpro .cate{height: 80px;bottom: 30px;}
}

@media screen and (max-height: 768px) {    
  .hnews{top:283px;}
  .hpro{top:345px;}
  .hroll{top:95px;}
  .home_bg{height:650px;}
}
@media screen and (max-width: 900px) { 
	body{ overflow:visible;}   
  .layout{
  	width:970px; padding-top:0; padding-bottom:0;
  }
  .header{
  	position:static; left:0; margin-left:0;
  }
  .banner{
  	margin-top:0 !important;
  }
  .header .search{
  	margin-left:50px !important;
  }
  .footer{
  	position:static;
  }
  .footer .wrap{
  	width:auto; padding:0 20px; padding-right:0;
  }
  .footer .nav{
  	margin-left:80px; 
  }
  .footer .more .sel{
  	margin-right:5px;
  }
}*/

/*2015.7.17*/
.hpro{
	width:450px;
}
.header{
	width:2000px;
}

/*2015.7.27*/
 @media screen and (max-width: 1000px) {
 	.home{
		width:auto; 
	}
   
	 .header .search{
		margin-left:60px;
	}
	
  }


 /*7.30*/
@media screen and (max-width: 1000px) {
	.hpro{
		width: 430px;top:383px;
	}
	.hpro .nav{
		width: 160px;
	}
	.hnews{
	top:320px; width:536px;margin-left: 10px;
	}
	.hroll{
	height:203px;top:100px;
	}
	.hroll .imgs{height: 203px;}
}
