/*重置*/
html { font: 12px/1.5 '微软雅黑'; color:#333; background:url(../images/topback.png) no-repeat ;}
body{ min-width:1200px; background:url(../images/topback.png) repeat ; }
body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,input,textarea,select { margin: 0; padding: 0; }
img { border: 0;  max-width:100%;}
ul,ol,li{ list-style:none;}
input, textarea, button { outline: 0; border:0; }
a{text-decoration: none;color:#666;}
a:hover{ color:#ff343f;}
/*弹层*/
.luck{position:absolute;left:0;top:0;right:0;bottom:0;z-index:101;}
.luck-tit{ border-bottom:solid 1px #ddd; height:40px; line-height:40px; margin:0 20px; font-size:16px;}
.luck-shade{position:fixed;width:100%;height:100%;left:0;top:0;background:#000;opacity:.5;filter:alpha(opacity=50);z-index:0}
.luck-con{position:relative;margin:0 auto;z-index:1;background:#fff;min-width:150px;min-height:100px;max-width:1200px;animation:bouncedelay ease .3s;-webkit-animation:bouncedelay ease .3s}
.luck-close{width:18px;height:18px;position:absolute;right:20px;top:10px;text-align:center;line-height:20px;cursor:pointer; background:url(http://icon.dyrs.cc/ico.png!c) no-repeat -85px -176px; opacity:.5; transition:all ease .3s;-webkit-transition:all ease .3s;}
.luck-close:hover{ transform:rotate(180deg);-webkit-transform:rotate(180deg);}
@-webkit-keyframes bouncedelay{
	0%{-webkit-transform:scale(0)}
	100%{-webkit-transform:scale(1)}
}
@keyframes bouncedelay{
	0%{transform:scale(0);-webkit-transform:scale(0)}
	100%{transform:scale(1);-webkit-transform:scale(1)}
}

/*公共*/
.container { width: 1200px; min-width:1200px; margin: 0 auto;}
.clearfix:after, .row:after { content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix{*zoom:1;}
/*不折行*/
.text-nowrap{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/*灰色背景*/
.bg-gray{  padding-bottom:20px;}
.bg-white{ background:#fff;}
/*文本对齐*/
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
/*浮动*/
.pull-right { float: right !important; }
.pull-left { float: left !important; }
/*显示隐藏*/
.hide { display: none !important; }
.show { display: block !important; }
/*字颜色*/
.text-red, .text-red a { color: #ff343f; }
.text-blue, .text-blue a { color: #ff4c43; }
.text-green,.text-green a{ color:#090;}
/*小图标*/
.ico-angle { display: block; width: 0; height: 0; overflow: hidden; line-height: 0; border-width: 6px 5px 0; border-color: #ccc transparent transparent; border-style: solid; }
.ico-hot{ position:absolute; right:20px; top:10px; background:#f27734; color:#fff; height:15px; line-height:15px; font-size:10px; padding:0 3px; border-radius:3px;}
.ico-hot i{ display: block; width: 0; height: 0; overflow: hidden; line-height: 0; border-width: 5px 6px 0 0; border-color: #f27734 transparent transparent; border-style: solid;}
/*间距*/
.mt20{ margin-top:20px !important}
.mt30{ margin-top:30px !important}
.mt40{ margin-top:40px !important}
.mt70{ margin-top:70px !important}

/*隐藏分享弹层*/
.bdshare_dialog_box,.bdshare_dialog_bg{display: none !important;}

/*面包屑*/
.here{ color:#666; padding:10px 0 10px; font-size:14px}
/*分页*/
.paging{ text-align:center; padding:30px 0; font-size:14px;}
.paging a{ display:inline-block; padding:0 10px; min-width:13px; line-height:33px; border:solid 1px #ddd; margin:0 3px; background:#fff;}
.paging span{border:solid 1px #f14747; background:#f14747; color:#fff;padding:0 10px; min-width:13px; line-height:33px;display:inline-block;}
.paging a:hover{ background:#f8f8f8;}
.paging a.active{ background:#ff3740; color:#fff; border-color:#ff3740;}
/*bootstrap栅格系统*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }
.col-xs-pull-12 { right: 100%; }
.col-xs-pull-11 { right: 91.66666667%; }
.col-xs-pull-10 { right: 83.33333333%; }
.col-xs-pull-9 { right: 75%; }
.col-xs-pull-8 { right: 66.66666667%; }
.col-xs-pull-7 { right: 58.33333333%; }
.col-xs-pull-6 { right: 50%; }
.col-xs-pull-5 { right: 41.66666667%; }
.col-xs-pull-4 { right: 33.33333333%; }
.col-xs-pull-3 { right: 25%; }
.col-xs-pull-2 { right: 16.66666667%; }
.col-xs-pull-1 { right: 8.33333333%; }
.col-xs-pull-0 { right: auto; }
.col-xs-push-12 { left: 100%; }
.col-xs-push-11 { left: 91.66666667%; }
.col-xs-push-10 { left: 83.33333333%; }
.col-xs-push-9 { left: 75%; }
.col-xs-push-8 { left: 66.66666667%; }
.col-xs-push-7 { left: 58.33333333%; }
.col-xs-push-6 { left: 50%; }
.col-xs-push-5 { left: 41.66666667%; }
.col-xs-push-4 { left: 33.33333333%; }
.col-xs-push-3 { left: 25%; }
.col-xs-push-2 { left: 16.66666667%; }
.col-xs-push-1 { left: 8.33333333%; }
.col-xs-push-0 { left: auto; }
.col-xs-offset-12 { margin-left: 100%; }
.col-xs-offset-11 { margin-left: 91.66666667%; }
.col-xs-offset-10 { margin-left: 83.33333333%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-8 { margin-left: 66.66666667%; }
.col-xs-offset-7 { margin-left: 58.33333333%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-5 { margin-left: 41.66666667%; }
.col-xs-offset-4 { margin-left: 33.33333333%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-2 { margin-left: 16.66666667%; }
.col-xs-offset-1 { margin-left: 8.33333333%; }
.col-xs-offset-0 { margin-left: 0; }
/*头部*/
.topbar { min-width: 1200px; height:38px; line-height:38px; background: #e7e7e7; color: #9b9b9b; }
.topbar a {margin: 0 5px; }
.topbar a:hover { text-decoration: underline; }
.topbar a.sion,.topbar a.qq,.topbar a.weixin{padding-left: 24px;line-height: 38px; display: inline-block;}
.topbar a.weixin{background:url(../images/app.gif) no-repeat 10px 11px;}
.head { padding: 0px 0 0px; position:relative; z-index:21;}
.head .HotLine{ width:250px; padding-top:6px; position:relative; position:absolute; background:#fff; z-index:2; border:solid 1px #fff; font-size:14px; margin-left:48px; cursor:default; margin-top:30px;}
.head .HotLine .ico-phone{ width:31px; height:31px; background:url(http://icon.dyrs.cc/ico.png!c) no-repeat 0 -20px; position:absolute; left:30px; top:13px;}
.head .HotLine .p1{ color:#666; padding-left:70px;}
.head .HotLine .p2{font-size:18px; font-weight:bold; padding-left:70px;}
.head .HotLine ul{ color:#666; line-height:24px; width:200px; margin:10px auto; border-top:dotted 1px #ddd; padding:10px 0; display:none;text-align: left;}
.head .HotLine:hover{ border-color:#ddd;}
.head .HotLine:hover ul{ display:block;}
.head .HotLine:hover i{ animation:phone ease .5s; -webkit-animation:phone ease .5s;}

.head .AreaNav.active .cityList { display: block; }
.head .AreaNav.active .cityBtn { border-color: #ddd; }
.head .search{ width:490px; height:36px; border:solid 2px #ff343f; position:relative; top:8px; z-index:1; margin-top:30px;}
.head dl{ color:#666; width:90px;line-height:36px; border-right:solid 1px #ddd; background:#f9f9f9; position:relative; cursor:default;}
.head dt{ padding-left:8px;}
.head dl .arrow{ width:12px; height:7px; background:url(../images/ico.png) no-repeat; margin:14px 7px 0 0;transition:all .3s;-webkit-transition:all .3s;}
.head dd{ position:absolute; left:-2px; top:36px; width:100%; background:#f9f9f9; border:solid 2px #ff343f; border-top:0; display:none;overflow: hidden;}
.head dd span{ display:block; cursor:pointer;padding-left:8px;}
.head dd span:hover{ background:#eee; color:#ff343f}
.head dl:hover .arrow{transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
.head .keyword{ width:310px; height:36px; line-height:36px\9; border:0; margin-left:10px; padding:0;}
.head .submit{ width:75px; height:36px; background:#ff343f; color:#fff; border:0; position:absolute; right:0; top:0; cursor:pointer}
.head .submit:hover{ background:#f12e39;}
.navBar{ height:65px;background:#302e31; font-size:16px; text-align:center; position:relative; z-index:20; width:100%;}
.navBar li{ line-height:65px; float:left; position:relative;}
.navBar .pull-left li{border-right:solid 1px #373737;}
.navBar .pull-left li:last-child{border:0;}
.navBar li .nav-menu{ width:120px; display:block; color:#ececec;}
.navBar li.active a.nav-menu,.navBar li.active a.nav-menu:hover{ background:#eb3e00; color:#fff;}
.navBar li:hover .nav-menu,.navBar .pull-right li a{ background:#272528;color:#eb3e00;}
.navBar .sub-menu{ position:absolute; left:0; top:65px;opacity: .9;width:230px; line-height:38px; background:#272528;font-size: 12px; text-align:left; visibility:hidden;}
.navBar li:hover .sub-menu{ visibility:visible;}
.navBar .sub-menu a{ display:block; color:#cfcfcf;padding-left: 25px;height:38px;transition: padding-left ease .3s;-webkit-transition: padding-left ease .3s;}
.navBar .sub-menu a:hover{ background:#1E1E1E;color:#fff;padding-left: 35px;border-left: solid 2px #e82929;font-size: 14px;}
.navBar .pull-right{ width:180px;}
/*select美化*/
.select-box{ width:228px; margin:16px auto; position:relative; background:#fff;height:32px; border:solid 1px #d0d0d0; overflow:hidden;}
.select-box .angle{ width:0; height:0; border-style:solid; border-width:6px 5px 0; border-color:#ccc #fff #fff; position:absolute; right:10px; top:50%; margin-top:-3px;}
.select-box select{width:120%; height:100%; border:0; color:#666;}
/*公共小导航*/
.min-head{ height:60px; line-height:60px;font-size:14px; background:#302e30; text-align:center;z-index: 99; }
.min-head .logo{ margin-top:12px;}
.min-head .nav{ margin-left:55px;}
.min-head .nav li{ float:left;position: relative; width:90px; border-left:solid 1px #373737; margin-left:-1px;}
.min-head .nav-menu{ display:block; color:#fff;}
.min-head li:hover .nav-menu{ background:#272527;color:#d42021}
.min-head .active .nav-menu,.min-head .active .nav-menu:hvoer{ background:#d42021;color:#fff;}
.min-head .hotline{background:#272527; color:#fff; padding:0 25px;}
.min-head .hotline span{ color:#d42021}
.min-head .sub-menu{ position:absolute; left:0; top:60px;opacity: .9;width:230px; line-height:38px; background:#272528;font-size: 12px; text-align:left; visibility:hidden;z-index:1;}
.min-head li:hover .sub-menu{ visibility:visible;}
.min-head .sub-menu a{ display:block; color:#cfcfcf;padding-left: 25px;height:38px;transition: padding-left ease .3s;-webkit-transition: padding-left ease .3s;}
.min-head .sub-menu a:hover{ background:#1E1E1E;color:#fff;padding-left: 35px;border-left: solid 2px #e82929;font-size: 14px;}

/*鍒嗙被绛涢€�*/
.alllist-sort{font-size:14px; }
.alllist-sort-ul{width:auto; border: 1px #eaeaea solid; overflow:hidden;}
.alllist-sort-ul li.clearfix{line-height: 40px; border-top: 1px #eaeaea dotted;position: relative;top:-1px; }
.alllist-sort-ul-title{width: 109px;text-align: center;color:#999;}
.alllist-sort-ul-angle{padding: 0 30px 0 30px ;border-left: 1px #eaeaea solid; width:1028px; overflow:hidden; }
.alllist-sort-ul-angle li{padding-right: 33px; display: inline; }
.alllist-sort-ul-angle li a{ display:inline-block; white-space:nowrap;}
.alllist-sort .active{color: #ff4953}
.alllist-sort-ul li{position: relative;}
.alllist-sort-ul li .ico{width: 16px;height: 16px;background: url(../images/ico.png) no-repeat 0 -75px;cursor: pointer; position: absolute;right: 10px;top: 10px;}
.alllist-sort-ul li.current ul{max-height: 80px;overflow: hidden;}
.alllist-sort-ul li.current .ico{background-position: 0 -58px;}
.footer .bar a.xq2{
	margin-right:0;
}

/*右侧悬浮导航*/
.fixed-right-nav{ position:fixed; z-index:50;right:50%; margin-right:-688px; top:50%; margin-top:-100px; width:78px; text-align:center; opacity:.9;}
.fixed-right-nav a{ display:block; height:50px; border-radius:2px; margin-bottom:2px; background:#939393; overflow:hidden; color:#fff;}
.fixed-right-nav a:hover{ background:#f84f45;}
.fixed-right-nav .backtop i{ display:block; width:29px; height:17px; margin:17px auto 0; background:url(http://icon.dyrs.cc/ico.png!c) no-repeat -42px -116px;}
.fixed-right-nav .msg i{ display:block; width:16px; height:17px; margin:9px auto 0; background:url(http://icon.dyrs.cc/ico.png!c) no-repeat -48px -45px;}
.fixed-right-nav .decora i{ display:block; width:18px; height:18px; margin:8px auto 0; background:url(http://icon.dyrs.cc/ico.png!c) no-repeat -47px -68px;}
.fixed-right-nav .qrcode i{ display:block; width:18px; height:18px; margin:15px auto 0; background:url(http://icon.dyrs.cc/ico.png!c) no-repeat -47px -91px;}
.fixed-right-nav .qrcodePic{ position:absolute; bottom:2px; visibility:hidden;right:80px; width:150px; height:150px;transform:scale(0);-webkit-transform:scale(0);transition:all ease .3s;-webkit-transition:all ease .3s;transform-origin:right bottom;-webkit-transform-origin:right bottom;cursor:default}
.fixed-right-nav .qrcode:hover .qrcodePic{ visibility:visible;transform:scale(1);-webkit-transform:scale(1);}
@media(max-width:1410px){
	.fixed-right-nav{ right:0; margin-right:0;}	
}
/*动画*/
@keyframes phone{
	0%,100%{ transform:rotate(0);}
	20%,60%{ transform:rotate(20deg)}
	30%,80%{ transform:rotate(-20deg)}
}
@-webkit-keyframes phone{
	0%,100%{ -webkit-transform:rotate(0);}
	20%,60%{ -webkit-transform:rotate(20deg)}
	30%,80%{ -webkit-transform:rotate(-20deg)}
}
/*轮播图*/
.slider{ position:relative; clear:both; overflow:hidden;}
.slider .slider-content{ min-width:1200px; height:456px; position:relative; overflow:hidden;}
.slider .slider-panel{position:absolute; left:0; top:0; width:100%; height:100%; display:none;}
.slider .slider-panel img{ display:block; margin:0 auto;}
.slider .slider-nav{ position:absolute; width:100%; bottom:10px; text-align:center; z-index:10;}
.slider .slider-nav li{ display:inline-block;*display:inline;zoom:1;width:15px;height:15px;border-radius:50%;line-height:99px;overflow:hidden;background:#fff;margin:0 5px;cursor:pointer;filter:alpha(opacity=60);opacity:0.6;}
.slider .slider-nav li.active{background-position:-87px -66px;filter:alpha(opacity=100);opacity:1;}
.slider-prev,.slider-next{position:absolute;top:50%; margin-top:-28px;width:31px;height:57px; z-index:20; opacity:0;filter:alpha(opacity=0); cursor:pointer;}
.slider:hover .slider-prev,.slider:hover .slider-next{filter:alpha(opacity=60);opacity:0.6;}
.slider-prev{left:50%; margin-left:-580px;background:url(http://icon.dyrs.cc/ico.png!c) -110px 0 no-repeat;}
.slider-next{right:50%; margin-right:-580px;background:url(http://icon.dyrs.cc/ico.png!c) -141px 0 no-repeat;}

/*搜索为空*/
.search_empty_content{text-align: center;margin:50px auto;}.search_empty_content div.empty_font{display: inline-block;font-size: 14px;color: #999;text-align: left;padding-left: 100px;min-height: 75px;position: relative;margin:90px 0;}.search_empty_content div.empty_font i.icon{width: 85px;height: 73px;background: url('http://icon.dyrs.cc/search_empty.jpg') no-repeat;position: absolute;left:0;top:50%;margin-top:-36px;}.search_empty_content div.empty_font h6{font-size: 18px;color: #666;line-height: 1em;margin-top: -3px;line-height: 1.3;padding-top:7px;font-weight: normal;}.search_empty_content div.empty_font a{color: #ff343f;text-decoration: underline;}
/*搜索结果公共条*/
.result{ height:40px; margin-top:10px; background:#ececec; line-height:40px; padding:0 20px;}
.result a{ text-decoration:underline;}
.result .icon-filter{ width:14px;height:14px; display:inline-block; margin-right:5px; vertical-align:middle; background:url(http://icon.dyrs.cc/ico.png!c) no-repeat -85px -206px;}



/*修复乐语浏览器卡顿闪屏问题*/ 
#doyoo_share{position: inherit;display: none !important;}
.doyoo_f_original body{overflow: auto!important;}
.doyoo_f_original{overflow:auto !important;}
.doyoo_f_frame{display:none !important;}
/*重置第三方控件样式*/
#MEIQIA-BTN-HOLDER img{display: inline;}
/*工厂价装修直省65%*/
.w1100 {
    width: 1200px;
    margin: 0px auto;
}
.clear {
    clear: both;
}
.shuru{ width:100%; background:#342f2b; padding:20px 0px 0px 0px; }
.shuru_left{ width:820px; float:left; padding:0px;}
.shuru_left ul li{ width:270px; float:left; height:55px; position: relative; }
.shuru_left ul li input,.shuru_left ul li select{ width:250px; height:35px; line-height:35px; padding:0px 0px 0px 10px; border:none; background:#e5e5e5;}
.shuru_left ul li select{ width:260px;}
.shuru_left ul li select option{ line-height:30px; height:30px;}
.shuru_right{ width:350px; float:right;}
.shuru_right input{ width:350px; height:90px; color:#fff; background:#eb3e00; border:none; font-size:28px; font-family: "tahoma","arial","Microsoft YaHei","Hiragino Sans GB","\5b8b\4f53"; text-align:center; }
.shuru_right input:hover{ cursor:pointer; background:#d00;  transition:all 0.5s ease 0s;} 
.shuru_left .Validform_checktip{  position:absolute;  }
.shuru_left .Validform_wrong { left: 100px;  top: 0px;}
.shuru_left .Validform_right { left: 200px;  top: 0px;}
.shuru_left .yzm input{ width: 140px; float: left;} 
.shuru_left .yzm img{ height: 35px; float: right;  width: 80px; margin-right: 20px;}




/*焦点图*/
.focus{ position:relative; width:1200px; height:491px; background-color: #000; float: left;}  
.focus img{ width: 1200px; height: 491px;} 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:80px; line-height: 80px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:30px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:25px; right:40px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  


.fg_title{  height:40px;}
.fg_title ul li{ width:97px; text-align:center; float: left; }
.fg_title ul li a{ font-size:18px;line-height:50px; display:block; height:50px; color:#333;  }
.fg_title ul li.hover a{ color:#920000; font-size:18px; background:url(../images/i_icon01.png) center  40px no-repeat; font-weight:bold;}
.fg_cont{ width:100%;}
.fg_c{ width:100%; height:528px; position:relative; }
.fg_c .fg_words{left: 0px; top: 0px; width:460px; height:220px; background:#109a95; }
.fg_c .fg_words p{ font-size:16px; line-height:24px; color:#fff; padding:20px 10px 5px 20px;}
.fg_c > div{ overflow:hidden; position: absolute;}


.fg_img_s01{ width: 288px; height: 251px; left: 607px; top: 0px ;}
.fg_img_s02{ width: 288px; height: 251px; left: 910px; top:0px ;}
.fg_img_s03{ width: 288px; height: 251px; left: 607px; top: 267px ;}
.fg_img_s04{ width: 288px; height: 251px; left: 910px; top: 267px ;}
.fg_img_b01{ width: 592px; height: 518px; left: 0px; top: 0px ;}

.fg_c  > div img,.lp_img  img,.jinqi .jq_img img,.video_bigimg img,.gd_adv img,.gd_list img,.c_r_adv img,.p_l_img img,.i_kt_add img{  transform:scale(1); -ms-transform:scale(1);-moz-transform:scale(1);	-webkit-transform:scale(1); -o-transform:scale(1);       transition: transform 0.6s; -webkit-transition: -webkit-transform 0.6s;   }
.fg_c  > div img:hover,.lp_img  img:hover,.jinqi .jq_img img:hover,.video_bigimg img:hover,.gd_adv img:hover,.gd_list img:hover,.c_r_adv img:hover,.p_l_img img:hover,.i_kt_add img:hover{ transform:scale(1.1); -ms-transform:scale(1.1);-moz-transform:scale(1.1);	-webkit-transform:scale(1.1); -o-transform:scale(1.1); 
transition:all .5s ease; -ms-transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}
 
.fg_img_words_big{  height: 100px; display: none; position: absolute; left: 0px; bottom: 0px; width: 100%;   background: rgba(0, 0, 0, 0.5) !important;background: #000;  filter: Alpha(opacity=50); padding: 10px 0px 0px 0px;  }
.fg_img_words_big p{  text-indent: 2em; padding:  0px 30px;  color: #fff; font-size: 16px; line-height: 30px;}
.fg_c > div:hover  .fg_img_words_big{ display:block; animation-name:topAni6;-webkit-animation:topAni6 .7s linear 0s 1 alternate running none;-moz-animation:topAni6 .7s linear 0s normal alternate;animation:topAni6 .7s linear 0s normal alternate;   }
@-webkit-keyframes topAni6{from{opacity:0; bottom:-80px;} to{opacity:1; bottom:0px;} }
@-moz-keyframes topAni6{from{opacity:0;  bottom:-80px;} to{opacity:1; bottom:0px;} }
@keyframes topAni6{from{opacity:0; bottom:-80px;} to{opacity:1; bottom:0px;} }

.fg_img_words{ display: none; position: absolute; left: 0px; top: 0px; width: 100%; height: 251px;   background: rgba(0, 0, 0, 0.5) !important;background: #000;  filter: Alpha(opacity=50);;}
.fg_img_words p{ padding: 75px 15px 0px 15px; text-indent: 2em;  color: #fff; line-height:30px;}
.fg_c > div:hover  .fg_img_words{ display:block; animation-name:topAni5;-webkit-animation:topAni5 .7s linear 0s 1 alternate running none;-moz-animation:topAni5 .7s linear 0s normal alternate;animation:topAni5 .7s linear 0s normal alternate;   }
@-webkit-keyframes topAni5{from{opacity:0; top:220px;} to{opacity:1; top:0px;} }
@-moz-keyframes topAni5{from{opacity:0;  top:220px;} to{opacity:1; top:0px;} }
@keyframes topAni5{from{opacity:0; top:220px;} to{opacity:1; top:0px;} }

/*设计师团队*/
.teambg { background:#ebebeb; height:698px; overflow:hidden;}
.team { width:1200px; height:788px; overflow:hidden; margin:0 auto;}
.team .h2css { height:205px; overflow:hidden;}
.team .h2css a { font:30px/30px "微软雅黑"; color:#3b3b3b; padding:34px 0 0 0; display:block;}
.team .h2css em { display:block; text-transform:uppercase; font: normal 110px/110px "Impact"; color:#eb3e00;}
.team .h2css span { margin:128px 0 0 0;}
.team .h2css span a { margin-left:10px; display:inline-block; text-align:center;}
.team .h2css span a.t01 { width:76px; height:36px; background:url(../images/l.gif) no-repeat; display:inline-block;}
.team .h2css span a:hover.t01 { width:76px; height:36px; background:url(../images/l02.gif) no-repeat; display:inline-block;}
.team .h2css span a.t02 { width:76px; height:36px; background:url(../images/r.gif) no-repeat; display:inline-block;}
.team .h2css span a:hover.t02 { width:76px; height:36px; background:url(../images/r02.gif) no-repeat; display:inline-block;}
.team_c { height:632px; overflow:hidden;}
.team_c dl { width:260px; height:632px; overflow:hidden; float:left; margin: 0 20px; display:inline;}
.team_c dl dt img { width:260px; height:280px;}
.team_c dl dd { text-align:center; padding:20px 0 0 0; overflow:hidden;}
.team_c dl dd h3 { font:30px "微软雅黑"; color:#3f3f3f;}
.team_c dl dd h3 span { font:16px/28px "微软雅黑"; display:block;}
.team_c dl dd p { font:14px/28px "微软雅黑"; color:#7b7b7b; padding:8px 0 0 0; overflow:hidden;}
.team_c dl dd a.mf { margin:20px 0 0 50px; display:block; }
.team_c .nobot { margin-right:0;}
.fr {
    float: right;
}
.ie_rteer_e{font-size:18px; color:#eb3e00}

/*在建工地*/
.zggd_001{ float:left; width:490px;}
.zggd_001 ul li {  color:#868686; line-height:38px; border-bottom:1px dotted #868686;  }
.zggd_001 ul li a { font-size:16px; color:#2e2e2e;   }

.gd_baoming{ width: 300px; height: 279px;   border-top: 1px solid #ddd; margin-left: 25px; box-shadow: 0 2px 3px #888; padding:15px 15px 0px 15px; float: left; background: #f2f2f2;}
.gd_baoming ul li{ height: 38px;  position:relative;}
.gd_baoming ul li strong{ line-height: 30px; width: 80px; float: left; display: block; font-weight: normal;}
.gd_baoming ul li input{ float: left;}
.gd_baoming input{ line-height: 28px; background:#fff; width: 208px; height: 28px; padding-left: 10px;   border: 1px solid #ccc;}
.gd_baoming select{ width: 220px; height: 30px; border-color: #ccc; float: left;}
.gd_baoming span{ position:absolute;right:10px; top:0px; line-height:28px; color:#FF0000}
.gd_baoming .i_sub{ padding-top: 2px;}
.gd_baoming .i_sub input{ background: #920000; color: #fff; width: 100%; font-size: 18px; font-weight: bold;  height: 36px;padding: 0px;}
.gd_baoming .i_sub input:hover{ background: #920000; cursor: pointer;}
.gd_bm_list{  overflow: hidden; width: 350px; height:295px; box-shadow: 0 2px 3px #888; background: #f2f2f2;  float: right; text-align: center;}
.gd_bm_list h2{ background: #920000; padding: 5px 0px;   color: #fff; font-size: 18px; margin-bottom: 5px; line-height: 35px;  }
.gd_baoming .yzm  input{ width: 110px;}
.gd_baoming .yzm span { top: -1px; right: 100px;}



/*广告地*/
.bdbg { background:#97292c; height:163px; overflow:hidden;}
.bd01 { width:1120px; height:163px; margin:0 auto; overflow:hidden; position:relative;}
.bdbtn { position:absolute; top:56px; right:0;}
.bdbtn span { color:#fff; background:url(../images/bdtel.gif) no-repeat; width:163px; height:51px; padding:0 0 0 48px; font:20px/51px Arial, Helvetica, sans-serif; float:left; overflow:hidden;}
.bdbtn em { margin-left:20px; display:inline-block;}

/*知识/团购 开*/
.kt_title{ width: 100%; height: 35px; border-bottom: 1px dashed #ccc; padding-top: 5px; margin-bottom: 10px;}
.kt_title h2{ font-size: 20px; font-weight: normal; line-height: 35px; position: relative; font-weight:bold;}
.kt_title h2 i{ position: absolute; width: 12px; height: 20px; top: 3px; left: 90px; background: url(i_kt_tbg.png) -19px 0px no-repeat ;} 
.kt_title h2 a{ float: right; font-size:14px; color:#999}
.kt_title h2 a:hover{ color: #000;}
.raid01 { width:340px; padding:0 0 0 16px; display:inline; overflow:hidden; float:left;}
.raid01 li { padding:0 0 0 10px; _padding:0; font:14px/32px "微软雅黑"; height:32px; overflow:hidden; background:url(../images/gldd.gif) no-repeat left 13px; overflow:hidden;}
.raid01 li a { color:#3c3c3c;}
.raid01 li span{ float:right}


.cailiao { width: 1200px; margin: 0px auto; }
 .cl_img{ float:right; width:967px;  }
 .cl_img ul li{ border: 1px solid #ddd; width:130px; margin:0 3px 3px; display: inline; height:84px; text-align: center; float:left; }
 
 .cl_img  img:hover{-moz-transition: all 0.7s ease-in-out;-webkit-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;-ms-transition: all 0.7s ease-in-out;transition: all 0.7s ease-in-out;-moz-transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-o-transform:rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);}
 
 /*底部开始*/
.fbg { background:url(../images/fbg.jpg) repeat-x;  overflow:hidden;}
.footer{ width:1200px; margin:0 auto;}
.gw { width:750px; height:328px; overflow:hidden;}
.gw .dl03 { width:258px;}
.gw dl { width:145px; padding:42px 0 0 0; overflow:hidden; float:left;}
.gw dl dt { font: bold 24px/44px "微软雅黑"; overflow:hidden;}
.gw dl dt a { color:#fff;}
.gw dl dd { padding:22px 0 0 0; overflow:hidden;}
.gw dl dd a { color:#aeaeae; font:14px/30px "微软雅黑"; display:block;}
.gw dl dd p { color:#aeaeae; font:14px/20px "微软雅黑"; padding:0 0 20px 0;}
.gw dl dd span { display:block; color:#aeaeae; font:14px/32px "微软雅黑"; padding:0 0 0 28px;}
.gw dl dd .tel { background:url(../images/t.gif) no-repeat left center;}
.gw dl dd .email { background:url(../images/e.gif) no-repeat left center;}


.yy_online { width:260px; height:328px; overflow:hidden; margin-left:10px;}
.yy_online .h2css { font: bold 24px/44px "微软雅黑"; padding:40px 0 0 0;}
.yy_online .h2css a { color:#fff;}
.yy_online ul { margin:28px 0 0 0; position:relative;}
.yy_online ul li { width:258px; height:32px; font:12px/32px "微软雅黑"; color:#a6a6a6; background:#232323; border:1px solid #818181; margin-bottom:10px; overflow:hidden;}
.yy_online ul li span { width:60px; height:32px; font:12px/32px "微软雅黑"; display:inline-block; color:#a6a6a6; padding-left:10px;}
.yy_online ul li a { font-size:12px; line-height:36px; color:#717171; text-decoration:none; margin:0 8px 0 0; display:inline-block;}
.yy_online ul .yy_img01 { position:absolute; top:132px; left:0; border:0; background:none;}
.inpyy { width:188px; height:32px; line-height:32px; font:12px/32px "微软雅黑"; border:none;outline:0px; background:none; color:#a6a6a6; vertical-align:top;}
 
.f_con { height:53px; overflow:hidden;}
.f_con p { font:13px/53px "微软雅黑"; color:#fff;}
.f_con p a { color:#fff;}
.fl {
    float: left;
}
.yqlink h3 { color:#666666;}
.yqlink ul{padding:5px;margin:3px;list-style-type:none;border-top:1px solid #383838;}
.yqlink ul li{float:left;padding:5px;}

.uie_erer{ height:45px; width:450px;}
.uie_erer{ height:35px; width:300px; border:1px solid #ccc; font-size:16px; line-height:35px;}
/*底部结束*/