﻿@charset "utf-8";
/*============================ 初始化样式 ============================*/
*
{ margin:0; padding:0;  }
body
{color:#000; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif; min-width:1200px; }
*html
{ background-image:url(about:blank);background-attachment:fixed;}
li
{ list-style:none;}
img
{ border:none;}
body a img
{ border:none; max-width:100%;}
/*a:hover img
{opacity: 0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; }*/
a
{ color: #000; text-decoration:none; blr:expression(this.onFocus=this.blur());}
a:focus
{ outline:none;} 
a:link
{ text-decoration:none;}
a:hover
{ color:#61322b; text-decoration:none; }
.clear:after
{content:''; display:block; clear:both; }
.clear
{ height:0px; clear:both; }
.text_overflow /*限制文字,文字超出显示冒号*/
{ white-space:nowrap; text-overflow: ellipsis; overflow:hidden;}

.space10 { height:10px; clear:both; }
.space15 { height:15px; clear:both; }
.space20 { height:20px; clear:both; }
.space25 { height:25px; clear:both; }
.space30 { height:30px; clear:both; }
.space40 { height:40px; clear:both; }

.ymain
{ }
.ymain img
{ max-width:100%;}

/*============================ 公共部分 ============================*/

/* 文章类别上下页 */
.waiyefanye
{ height:20px; text-align:center;  font-size:14px; padding:20px 0 10px 0;  clear:both;}
.waiyefanye span
{ color:#b60303;}
.waiyefanye a
{ line-height:16px; font-size:12px; text-indent:0px; color:#333;  margin-right: 5px; padding:5px 6px; display: inline-block; }
.waiyefanye a:hover
{color:#0370d1;  text-decoration:none;}

/* 文章上下篇 */
.wengzhengfanye
{ line-height:25px;   margin:20px 0px;  clear:both; }
.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB
{ padding-left:0px; clear:both; font-size:12px; }
.wengzhengfanye span
{font-weight:bold; }
.wengzhengfanye a
{  text-decoration:none; }
.wengzhengfanye a:hover
{ text-decoration:none; }

/*设置最大宽度和高度max-height:335px; height: expression(this.height >335 ? 335: true);
max-width:630px; width: expression(this.width > 630 ? 630: true)*/
/*用于手机屏幕，大于480px小于640px
@media (min-width: 480px) and (max-width: 640px) {}*/

/* 数字上下页 */
.page_fanye
{ width:100%; height:auto; text-align:center; padding:40px 0 20px; margin:0 auto; overflow:hidden; clear:both;}
.page_fanye a
{ line-height:16px; font-size:14px; text-indent:0px; color: #333;  margin-right: 5px; padding:4px 9px; background:#efefef;  border:1px solid #dedddd;  display: inline-block; }
.page_fanye span
{  height:24px; line-height:20px;  padding:0 10px 0 5px; display: inline-block;}
.page_fanye span input
{ width:30px; height:20px;}
.page_fanye a.page_home,.page_fanye a.page_home:hover,.page_fanye a.page_end,.page_fanye a.page_end:hover
{ width:60px;  color:#c4261d; }
.page_fanye .onpage,.page_fanye a:hover
{ color: #fff; background:#61322b; }

/*浮动预约*/
.fdyueA
{ width:980px; background:#fff; overflow:hidden; position:relative; }
.fdyueC
{ width:489px; border-right:1px solid #ddd; float:left;}
.fdyueC h2
{ color: #333; font-size: 28px; font-weight: 400; line-height: 36px; padding-top:40px; text-align: center; }
.fdyueC #yueform
{ margin: 30px auto 0; padding: 10px 40px; width: 360px; }
.fdyueC1
{ line-height: 36px; margin-bottom: 20px;}
.fdyueC .span1
{ width: 88px; display:inline-block; float:left;}
.fdyueC .span1 b
{ color: #fe5f00; font-size: 18px; font-weight:normal; margin-left: 6px; position: relative; top: 4px; vertical-align: middle;}

.fdyueC .put1
{ width:160px; height: 36px; border: 1px solid #e8e8e8; line-height: 28px; padding-left: 10px;}
.fdyueC .put2
{ width:260px;}
.fdyueC .put3
{ width:100px;}
.fdyueC2
{ width:245px; }
.fdyueC .span2
{ width: 36px; height:36px;  line-height: 36px; text-align: center;  background:#ededed ; border: 1px solid #d4d4d4;  display: inline-block; float:right;  }
.fdyueC select 
{ width: 145px; height: 36px; line-height: 36px; border: 1px solid #e8e8e8; margin: 0 auto; padding-left: 10px;  -moz-appearance: none;   background: url(../images/t39.png) no-repeat 100% center;}

.fdyueA_btn
{ width: 118px; line-height: 38px; display: inline-block; font-size: 14px; text-align: center; margin:15px 0 0 80px; padding: 0 25px; background:#61322b;  border: 1px solid #61322b; color: #fff; cursor: pointer;
 transition: all 0.2s linear 0s;
}
.fdyueA_btn:hover
{ background:#fff; color:#61322b;  }    
.fdyueD
{ width:489px; float:left; text-align:center;} 
.fdyueE
{ width:21px; height:21px; background:url(../images/t41.png) no-repeat; position:absolute; right:10px; top:10px; cursor:pointer;}

/*图片放大*/
.fdapic
{ overflow:hidden;}
.fdapic img
{
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.fdapic:hover img
{
-webkit-transform:scale(1.15);
-moz-transform:scale(1.15);
-o-transform:scale(1.15);
transform:scale(1.15);
}


/*浮动报价*/
.fdbaos
{ width: 100%; height: 100%; text-align: center; margin: 0 auto;  font-size: 1.2rem; background:url(../images/tj7.png);  position: fixed;  top: 0;  z-index: 10000000; display: none;}

.fdbao
{ width:904px; height:452px; margin:100px auto 0; }
.fdbaoA
{ width:453px; float:left; }
.fdbaoB
{ width:451px; height:452px; background:url(../images/tj5.png) no-repeat; float:left; position:relative;}
.fdbaoB p
{ text-align:center;}
.fdbaoB .p1
{ padding-top:48px;}
.fdbaoB .p2
{ padding-top:48px;}
.fdbaoB .p3
{ font-size:16px; color:#4d4d4d; padding-top:20px;}

.fdbaoB dl
{ width:343px; height:42px; border:1px solid #8c8c8c; margin:42px auto 0;}
.fdbaoB dl dt
{ width:48px; height:32px; border-right:1px solid #bdbdbd; margin-top:5px; float:left; }
.fdbaoB dl .dt1
{ background:url(../images/tj3.png) no-repeat center center;}
.fdbaoB dl .dt2
{ background:url(../images/tj4.png) no-repeat center center;}


.fdbaoB dl dd 
{ width:275px; padding-left:10px; float:left; margin-top:5px;}
.fdbaoB dl dd .put1
{ width:270px; height:32px; line-height:32px; font-size:20px; color:#333; border:none; background:none;}
.fdbaoB .ys_close
{  width: 6%; position: absolute; right: 20px; top: 5px;}



/*========================================= 首页 =====================================*/
/*头部*/
.top
{height:35px; line-height:35px; color:#999; background:#230b09;}
.topA
{ width:1224px;  margin:0 auto;}
.topA1
{ float:left;}
.topA2
{ color:#e5e5e5; float:right;}
.topA2 p
{ height:35px; color:#999; padding-left:20px; background:url(../images/t1.png) no-repeat 5px 15px; float:right;}
.topA2 a
{ height:35px; color:#999; display:inline-block; padding:0 10px;}

/*logo*/
.headA
{ height:145px; background:#C32C31; overflow:hidden;}
.headB
{ width:1224px;  margin:0 auto;}
.headB .logo
{ float:left; padding-top:20px;}
.headB1
{padding-top:37px; padding-left:110px; float:left;}
.headB2
{ padding-top:42px; float:right;}

.navA
{ width:100%; height:70px; background:url(../images/t5.png);}
.nav
{ width:1224px; margin:0 auto;}
.nav ul li
{ width:153px; line-height:70px; text-align:center; float:left; background:url(../images/t6.png) no-repeat left center; position:relative;}
.nav ul li span
{ display:inline-block; padding-right:28px;}
.nav ul li i
{ width:18px; height:33px; display:inline-block;  position:absolute; left:100px; top:10px; z-index:500;}
.nav ul li .a1
{ font-size:16px; color:#fff; display:block; } 
.nav ul li a:hover,.navA ul li.active a
{ }
.nav ul .li1
{ background:none;}

/*下拉*/
.nav ul li .nav_list
{ width:100%; height:auto; position: absolute;  left:0px; top:70px; overflow:hidden; z-index:500;}
.nav ul li .nav_list ul
{ width:100%; height:auto;  overflow:hidden; }
.nav ul li .nav_list li
{width:100%;  height:50px; background:none; border-top: 1px solid #FFFFFF;}
.nav ul li .nav_list a
{ width:100%; height:50px; line-height:50px; color:#fff; font-weight:normal; text-align:center; padding:0px; background:#88570b; display:block;}
.nav ul li .nav_list a:hover
{ font-weight:normal; background:#975902; color:#ffffff; display:block;}


/*==banner==*/
.banner
{width:100%; height:648px;  overflow:hidden; position:relative;}
.banner ul li
{width:100%; height:648px; overflow:hidden;  position:absolute; left:0px; top:0px;}
.banner ul li a
{ height:648px; display:block;}

.banner_btn
{ width:100%; height:14px; text-align:center; position:absolute; bottom:25px; z-index:100;}
.banner_btn ol
{  height:14px; margin:0 auto;}
.banner_btn ol li
{ width:14px; height:14px; background:url(../images/banner_btn3.png) no-repeat left top; float:left; margin:0 5px; cursor:pointer;}
.banner_btn ol .Btn_ys
{  background:url(../images/banner_btn3.png) no-repeat left bottom; }

/*热门商城*/
.oneA_t
{ width:1224px; height:34px; margin:0 auto; padding:40px 0 20px;}
.oneA_t h2
{ height:26px; line-height:24px; font-size:26px; font-weight:normal; color:#333; padding:0 5px 0 8px; border-left:5px solid #602310; float:left; position:relative;}
.oneA_t h2 i
{ width:42px; height:22px; position:absolute; left:112px; top:-12px;}
.oneA_t p
{ color:#515151; padding-top:10px; float:left; }
.oneA_t .a1
{ width:105px; height:34px; line-height:34px; display:block; background:#cf9a3e; font-size:14px; color:#fff; text-align:center; float:right;}

.huiA
{ background:#f6f6f6; overflow:hidden;}
.oneA
{ width:1224px; margin:0 auto; padding:0px 0 45px;}
.oneA ul li
{ width:600px; height:295px; margin:0 24px 20px 0; float:left; position:relative;  overflow:hidden; }
.oneA ul .li2
{ margin-right:0px;}
.oneA ul li .lifd1
{ width:260px; height:120px; line-height:1; padding-left:22px; background:url(../images/t9.png); position:absolute; bottom:20px; left:50px; }
.oneA ul li .lifd1 h3
{ font-size:24px; color:#fff; font-weight:normal; padding:15px 0 5px 0}
.oneA ul li .lifd1 p
{ font-size:30px; color:#ff1100; }
.oneA ul li .lifd1 span
{ line-height:26px; font-size:20px; color:#fff; }
.oneA ul li:hover .lifd1
{ display:none; }

.oneA ul li .lifd2
{ width:600px; height:295px;  text-align:center; background:url(../images/t9.png); position:absolute; left:0px; top:0px; display:none;}
.oneA ul li .lifd2 .a2
{ padding-top:100px; display:block ; color:#fff;}
.oneA ul li .lifd2 p
{ padding:20px 0;font-size:20px;}
.oneA ul li .lifd2 .a1
{ width:85px; height:30px; line-height:30px; display:inline-block; color:#fff; border:1px solid #fff; margin:0 5px;}


/*计算器-左*/
.oneB
{ width:1224px; margin:0 auto; padding:30px 0 10px; overflow:hidden;}
.oneB1
{ width:235px; float:left;}
.oneB1 ul li
{ width: 105px; height: 120px; display:block; background: #f3f3f3; margin:0 8px 10px 0; float: left; border-radius: 10px; overflow:hidden;}
.oneB1 ul li i
{ height:41px; display:block; margin:30px 0 5px; }
.oneB1 ul li .i1
{ background:url(../images/t10.png) no-repeat center top;}
.oneB1 ul li .i2
{ background:url(../images/t11.png) no-repeat center top;}
.oneB1 ul li .i3
{ background:url(../images/t12.png) no-repeat center top;}

.oneB1 ul li p
{ text-align: center; color: #686868; }
.oneB1 ul .li3 
{ width:218px; margin-bottom:0px;}
.oneB1 ul li:hover
{ transition: 0.3s; cursor:pointer;}
.oneB1 ul li.onli
{ background:#9e523b;}
.oneB1 ul li.onli i
{ background-position: center bottom;}
.oneB1 ul li.onli p
{ color:#fff;}

/*计算器-中*/
.oneB2
{ width:829px; height:250px; background:#f6f6f6; float:left;}
.oneB2a
{ padding-top:55px;}
.oneB2a1
{ padding-top:40px;}
.oneB2s1
{ display: block;margin-bottom: 15px; padding: 0px 0 0 20px;}
.oneB2s1 label
{ margin-right: 0px; font-size: 14px;}

/*下拉列表*/
.yu_select
{width: 150px; height: 30px; border: 1px solid #c8c8c8; border-radius: 8px; text-align: center; line-height: 30px; position: relative; margin-left: 15px; cursor: pointer; font-size: 14px;background: #fff;display: inline-block;}
.yu_select_bg{width: inherit; height: inherit; position: absolute; top: 0; left: 0; z-index: 99;}
.yu_select_jicon{text-align: right; position: absolute; top: 0px; right: 20px;}
.yu_select_list{width: inherit; height: auto; background: #fff; padding: 7px 0; position: absolute; top: 23px; left: -1px; z-index: 999; border-left: 1px solid #75b43f; border-right: 1px solid #75b43f; border-bottom: 1px solid #75b43f; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; position: absolute; top: 25px; left: -1px; z-index: 999; display: none;max-height: 140px;overflow: hidden;overflow-y: auto;}
.yu_select_list li{height: 30px; }
.yu_select_list li:hover{background: #f6f6f6;}

/*文本框*/
.putA1
{ display: inline-block; width: 140px; height: 30px; text-align: left; background-color: #fff; padding-left: 10px; border-radius: 10px; border: 1px solid #dcdcdc; text-align: center; margin-left: 15px;}
.putA1:focus
{ border-color: #61322b; }

/*单选按钮*/
.yu_radio{width: auto; height: 30px; line-height: 30px; margin-left: 20px; display: inline-block; cursor: pointer; position: relative;}
.yu_radio span{ font-size: 12px; }
.yu_radio_bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.yu_radio .icon{display: block; width: 16px; height: 16px; margin: 7px 8px 0 0; background: url(../images/t13.png) no-repeat 0 top; cursor: pointer; float: left;}
.yu_radio .oni{background-position:0px bottom;}

.oneB2s1 .tijiao
{ display: inline-block; background-color: #61322b; width: 150px; height: 20px; padding: 5px; text-align: center; color: #fff; border-radius: 10px; font-size: 12px; height: 20px;  vertical-align: middle;  line-height: 20px; margin-left: 15px; cursor:pointer;}

/*您的预算约为*/
.oneB3
{ width:145px; height:250px; padding-right:15px; background:#f6f6f6; float:left;}
.oneB3 h3
{ line-height:1; color:#ee3f00; font-size:16px; font-weight:normal; padding:40px 0 5px;}
.oneB3 ul li
{ height:30px; line-height:30px; background:url(../images/t14.png) repeat-x 0 center;}
.oneB3 ul li h4
{  background:#f6f6f6; float:left; font-weight:normal;}
.oneB3 ul li span
{  background:#f6f6f6; float:right;}

/*家装案例*/
.oneC
{ width:1224px; margin:0 auto; overflow:hidden;}
.oneC a
{ color:#fff;}
.oneC1
{ width:605px; height:438px; float:left; overflow:hidden; margin-bottom:20px;  position:relative;}
.oneC1 ul
{ width:9999px; height:auto; position:absolute; left:0px; top:0px;}
.oneC1 ul li
{width:605px; height:438px; overflow:hidden; float:left; position:relative; }

.oneC1 .pic_pre,.oneC1 .pic_next
{ width:50px; height:100px; margin-top:-50px;  position:absolute; top:50%; z-index:99; cursor:pointer;  background:url(../images/t15.png) no-repeat;}
.oneC1 .pic_pre
{ background-position:left top; left:0px; }
.oneC1 .pic_next
{ background-position:right top; right:0px; }


.oneC p
{ width:95%; height:54px; line-height:54px; font-size:16px; color:#fff; display:block; padding:0 2.5%; background:url(../images/t16.png); position:absolute; left:0px; bottom:0px;}
.oneC p span
{ width:430px; display:inline-block; float:left;}
.oneC .lir
{ display:block; font-weight:normal; float:right; cursor:pointer;}

.oneC2
{ width:614px; float:right;}
.oneC2 li
{ width:290px; height:210px; float:left; margin:0 0 17px 17px; overflow:hidden;  position:relative;}
.oneC2 p
{ display:none;}
.oneC2 p span
{ width:210px;}


/*案例类别*/
.oneCB
{ width:1224px; margin:0 auto; padding:20px 0; background:#f6f6f6; overflow:hidden;}
.oneCB ul li
{ width:110px; text-align:center; padding:0 18px 0 24px; float:left;}
.oneCB ul li p
{ height:90px;}
.oneCB ul li img
{ border-radius:50%; 
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
transition:all 0.2s ease;
}
.oneCB ul li span
{ line-height:20px; font-size:12px; display:block;}
.oneCB ul a:hover img
{
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1);
}

/*服务之星*/
.oneD
{ width:1224px; margin:0 auto;  overflow:hidden;}
.oneD ul li
{ width:410px; height:246px; overflow:hidden; margin:0 0 9px 9px; float:left; position: relative;}

.oneD ul li .fdli
{ width:100%; height:246px; color:#fff; text-align:center; background:url(../images/t16.png); position:absolute; left:0px; bottom:0px; display:none;}
.oneD ul li .fdli .a3
{ height:100%; display:block; color:#fff; }
.oneD ul li .fdli h3
{ line-height:26px; font-size:18px; font-weight:normal; padding-top:60px;}
.oneD ul li .fdli p
{ line-height:24px;}
.oneD ul li .fdli .lib
{ padding-top:10px;}
.oneD ul li .fdli .a1
{ width:88px; height:28px; line-height:28px; text-align:center; color:#fff; border:1px solid #fff; display:inline-table; margin:0 5px;}

.oneD ul .li1
{ width:385px; height:501px; margin-left:0px; overflow:hidden;}
.oneD ul .li1 .fdli
{ height:150px; display:block;}
.oneD ul .li1 .fdli h3
{ padding-top:15px;}


.oneDB
{ text-align:center; padding:35px 0 30px; overflow:hidden;}
.oneDB .a1
{ width:230px; height:48px; line-height:48px; font-size:16px; border:1px solid #4e2b17; display:inline-block; margin:0 10px;}

/*团装小区*/
.oneE
{ width:1224px; margin:0 auto;  overflow:hidden;}
.oneE1
{ width:435px; height:369px; float:left; overflow:hidden;  position:relative;}
.oneE1 ul
{ width:9999px; height:auto; position:absolute; left:0px; top:0px;}
.oneE1 ul li
{width:435px; height:369px; overflow:hidden; float:left; position:relative; }
.oneE1 ul li p
{ width:90%; height:46px; line-height:46px; padding:0 5%; font-size:16px; color:#fff; position:absolute; left:0px; bottom:0px;}
.oneE1 ul li p span
{ float:left;}
.oneE1 ul li p b
{ font-weight:normal; float:right;}

.oneE1 .pic_pre,.oneE1 .pic_next
{ width:50px; height:100px; margin-top:-50px;  position:absolute; top:50%; z-index:99; cursor:pointer;  background:url(../images/t15.png) no-repeat;}
.oneE1 .pic_pre
{ background-position:left top; left:0px; }
.oneE1 .pic_next
{ background-position:right top; right:0px; }


.oneE2
{ width:786px; float:right;}
.oneE2 li
{ width:236px; height:369px; background:#f0f0f0; float:left; margin-left:26px;}
.oneE2_p
{ height:200px; overflow:hidden;}
.oneE2 li p
{ height:110px; line-height:22px; padding:10px 10px 0px;}
.oneE2 li .oneE2_d a
{ width:88px; height:24px; line-height:24px; display:inline-block; text-align:center; color:#5f220f; margin-left:10px; border:1px solid #4b2e1c; border-radius:30px; }
.oneE2 li .oneE2_d .a2
{ background:#4b2e1c; color:#fff;}

/*装修百科-左*/
.oneF
{ width:1224px; margin:0 auto; padding-bottom:40px;  overflow:hidden;}
.oneF1
{  position:relative; z-index:2;}
.oneF1_t
{ height:167px; background:url(../images/8.jpg) no-repeat;}
.oneF1_t h3
{ line-height:1; font-size:20px; color:#fff; text-align:center; font-weight:normal; padding-top:118px;}
.oneF1 dl
{ height:80px; margin:25px 30px 0;  border-bottom:1px dotted #e8e8e8;}
.oneF1 dl dt
{ width:80px; float:left;}
.oneF1 dl dt img
{ width:100%;}
.oneF1 dl dd
{ width:140px; float:right;}
.oneF1 dl dd h4
{ line-height:22px; font-size:14px; font-weight:normal;}
.oneF1 dl dd p
{ line-height:22px; font-size:12px; color:#666;}

.oneF1 ul
{ padding:10px 30px 10px;}
.oneF1 ul li
{ line-height:22px;}
.oneF1 ul li a
{ color:#666;}
.oneF1 ul li a:hover
{ color:#61322b;}

.oneF .moreA
{ text-align:center;}
.oneF .moreA a
{ width:118px; height:30px; line-height:30px; display:inline-block; text-align:center; border:1px solid #c1806c; color:#602310;}

/*装修百科-右*/
.oneF2
{ width:289px; height:423px; margin-top:25px;  float:left;}
.oneF2_t
{ height:141px; text-align:center; background:#c1806c;}
.oneF2_t i
{ height:50px; display:block; padding:24px 0 0;}
.oneF2_t h3
{ line-height:1; font-size:20px; color:#fff; text-align:center; font-weight:normal; padding-top:8px;}
.oneF2 ul
{ padding:28px 30px 15px;}
.oneF2 ul li
{ line-height:28px;}

.oneFs
{ width:289px; height:423px; margin-top:25px;  background:#fff; float:left; border-bottom:1px solid #e3e3e3; border-right:1px solid #e3e3e3; }
.oneFs.oneF1 .oneF2_t
{ background:url(../images/8.jpg) no-repeat;}

.oneFson
{ width:353px; height:476px; margin-top:0px;   
-moz-box-shadow:2px 2px 5px #f6f6f6;/*firefox*/
-webkit-box-shadow:2px 2px 5px #f6f6f6;/*webkit*/
box-shadow:2px 2px 5px #f6f6f6;/*opera或ie9*/
}
.oneFson.oneF1 dl
{ height:88px;}
.oneFson.oneF1 dl dt
{ width:100px; }
.oneFson.oneF1 dl dd
{ width:180px; }
.oneFson.oneF1 ul
{ padding:10px 30px 15px;}
.oneFson .oneF2_t
{ height:167px; }


/*装修流程*/
.oneG
{ width:1224px; margin:0 auto; padding:20px 0;  overflow:hidden;}
.oneG ul li
{ width:130px; height:100px; padding-top:30px; text-align:center; background:#602310; margin-left:26px; float:left; cursor:pointer;}
.oneG ul li i
{ width:60px; height:49px; display:block; margin:0 auto; background:url(../images/t21.png) no-repeat;}
.oneG ul li h3
{ line-height:40px; font-weight:normal; font-size:12px; color:#fff;}
.oneG ul .li1  
{ margin-left:0px;}
.oneG ul li .i1
{ background-position:8px 0;}
.oneG ul li .i2
{ background-position:-152px 0;}
.oneG ul li .i3
{ background-position:-310px 0;}
.oneG ul li .i4
{ background-position:-467px 0;}
.oneG ul li .i5
{ background-position:-615px 0;}
.oneG ul li .i6
{ background-position:-775px 0;}
.oneG ul li .i7
{ background-position:-935px 0;}
.oneG ul li .i8
{ background-position:-1090px 0;}

/*联盟商家*/
.oneH
{ width:1224px; margin:0 auto;  overflow:hidden;}
.oneH ul li
{ width:157px; height:87px; float:left; padding:0 20px 20px 0; }
.oneH ul .li7
{ padding-right:0px;}

/*底部1*/
.foot
{ background:#4d2d1e; color:#fff; }
.footA
{ width:1224px; margin:0 auto; padding:20px 0; overflow:hidden; }
.footA1 
{ overflow:hidden; padding-bottom:25px;}
.footA1 li
{ width:306px; text-align:center; float:left; background:url(../images/t26.png) no-repeat left center;}
.footA1 li i
{ height:36px; display:block;}
.footA1 li p
{ line-height:50px; font-size:18px; font-weight:bold; color:#fff;}
.footA1 .li1
{ background:none;}

/*底部2*/
.footA2
{ padding-left:70px; float:left;}
.footA2 dl
{ width:115px; float:left;}
.footA2 dl dt
{ line-height:30px;}
.footA2 dl dd
{ line-height:22px;}
.footA2 dl dd a
{ font-size:12px; color:#bcbbbb;}

/*底部3*/
.footA3
{ padding:20px 0 0 100px; float:left;}
.footA3 dt
{ height:34px; font-size:22px; padding-left:40px; background:url(../images/t27.png) no-repeat left center;}
.footA3 dd
{ line-height:40px; font-size:38px; color:#d5d4d2; }

/*底部4*/
.footA4
{ width:98px; line-height:30px; font-size:12px; text-align:center; padding:0px 0 0 120px; float:left;}

.footB
{ width:100%; background:#402618 url(../images/t29.jpg) repeat-x center top; }
.footB1
{ width:1224px; line-height:24px; color:#9b5044; margin:0 auto; padding:15px 0; overflow:hidden;}

/*===========================最新活动=================================*/
/*banner*/
.ny_ban
{ height:376px;}
.body2
{ background:#eaeaea;}

/*位置·*/
.weizhiA
{ width:1224px; height:50px; line-height:50px;  margin:0 auto;}

/*内容*/
.neiye
{ width:1224px; margin:0 auto;}
.neiye_l
{ width:894px; float:left;}
.neiye_r
{ width:311px; float:right;}

/*活动列表*/
.huodong dl
{ height:240px; background:#fff; margin-bottom:22px;}
.huodong dl dt
{ width:437px; float:left; overflow:hidden;}
.huodong dl dd
{ width:410px; padding:20px 20px 0 0; float:right;}
.huodong dl dd h3
{ line-height:38px; font-size:16px; font-weight:normal; padding-bottom:10px;}
.huodong dl dd p
{ line-height:25px; color:#666; padding-left:25px; background:url(../images/t29.png) no-repeat;}
.huodong dl dd .p1
{ background-position:0 5px;}
.huodong dl dd .p2
{ background-position:0 -33px;}
.huodong dl dd .p3
{ height:70px; background-position:0 -68px;}
.huodong dl dd div
{ text-align:right;}
.huodong dl dd div a
{ width:108px; height:34px; line-height:34px; display:inline-block; text-align:center; border:1px solid #53301c; color:#53301c;}
.huodong dl dd div .a2
{  border:1px solid #d09b3f; color:#fff; background:#d09b3f; margin-left:15px;}

/*右边报价*/
.R_baojia
{ background:#fff;}
.R_baojia .oneB2s1
{ margin:10px 0px;}
.R_baojia .put2
{ width:170px; height:35px; line-height:35px; padding:0 10px; border:1px solid #e5e5e5; margin-left:15px;}
.R_baojia .tijiao
{ padding:20px 0 30px; text-align:center;}
.R_baojia .tijiao input
{ width:120px; height:34px; line-height:34px; display:block; text-align:center; color:#fff; border:none; margin:0 auto; cursor:pointer; background:#ed2525;}

/*右边热门推荐产品*/
.R_tit1
{ height:46px; line-height:46px; font-size:16px; color:#fff; text-align:center; background:#54311e;}
.R_pro
{ padding:10px 10px 0; background:#fff; overflow:hidden;}
.R_pro ul li
{ margin-bottom:10px;}
.R_pro ul li p
{ height:143px; overflow:hidden;}
.R_pro ul li span
{ height:52px; line-height:52px; display:block; background:#ebebeb; padding:0 18px;}
.R_pro ul li img
{ width:100%; display:block;}

/*===========================详情=================================*/
.huodong_info
{ width:1184px; background:#fff;  margin:0 auto; padding:20px; overflow:hidden;}
.huodong_info img
{ width:100%;}
/*===========================案例=================================*/
/*菜单*/
.lanmuA
{ width:1224px; height:68px; background:#e8e8e8;  margin:0 auto 6px;}
.lanmuA label
{ width:135px; height:68px; line-height:68px; font-size:16px; color:#fff; text-align: center; background:#54311e; float:left;}
.lanmuA a
{ height:32px; line-height:32px; padding:0 15px; display:inline-block; font-size:16px; color:#4f2e1c; margin:17px 0 0 15px;  }
.lanmuA a.ona,.lanmuA a:hover
{ border-radius:30px; background:#d09b3f; color:#fff;}

/*列表*/
.case
{ width:1224px; margin:0 auto; padding-top:30px;}
.case ul li
{ width:597px; height:555px; margin:0 24px 28px 0; text-align:center; border:1px solid #e8e8e8; float:left;
-moz-box-shadow:2px 2px 5px #efefef;/*firefox*/
-webkit-box-shadow:2px 2px 5px #efefef;/*webkit*/
box-shadow:2px 2px 5px #efefef;/*opera或ie9*/
}
.case ul li.li2
{ margin-right:0; }
.case ul li .li_p
{ height:432px; overflow:hidden;}
.case ul li h3
{ height:68px; line-height:68px; font-size:16px; font-weight:normal; padding:0 15px;}
.case ul li .li_d a
{ width:133px; height:33px; display:inline-table; line-height:33px; text-align:center; border:1px solid #53301d; border-radius:30px; margin:0 5px; }
.case ul li .li_d .a2
{ border:1px solid #d09b3f; background:#d09b3f; color:#fff;}

/*===========================案例详情=================================*/
.caseS
{ width:1210px; margin:0 auto; padding:15px 0 20px 14px; background:#fff; overflow:hidden;}
.caseS_l
{ width:892px; float:left;}
.caseS_r
{ width:300px; float:right;}

/*效果1*/
.caseA1
{ width:892px; height:646px; overflow:hidden;  position:relative;}
.caseA1 ul
{ width:9999px; height:auto; position:absolute; left:0px; top:0px;}
.caseA1 ul li
{width:892px; height:646px; overflow:hidden; text-align:center; float:left; position:relative; }

.caseA1 .pic_pre,.caseA1 .pic_next
{ width:50px; height:100px; margin-top:-50px;  position:absolute; top:50%; z-index:99; cursor:pointer;  background:url(../images/t15.png) no-repeat;}
.caseA1 .pic_pre
{ background-position:left top; left:0px; }
.caseA1 .pic_next
{ background-position:right top; right:0px; }

/*效果2*/
.caseA2
{ width:892px; height:146px; margin:15px auto 0; position:relative;}
.caseA2 .prevA,.caseA2 .nextA
{width:15px; height:29px; display:block; margin-top:-14px; position: absolute; top:50%; background:url(../images/t33.png) no-repeat; }
.caseA2 .prevA
{ background-position:0 0; left:0px; }
.caseA2 .nextA
{ background-position:right top; right:0px; }

.caseA2s
{width:842px; height:146px; overflow:hidden; margin:0 auto; }
.caseA2s ul
{width:9999px;}
.caseA2s ul li
{ width:200px; height:144px; margin-right:9px; border:1px solid #fff; float:left; cursor:pointer;}
.caseA2s ul li.onli
{ border:1px solid #61322b;}

/*案例详情*/
.caseA3_t
{ width:260px; height:36px; line-height:36px; padding-top:8px; border-bottom:1px solid #dcdcdc; clear:both;}
.caseA3_t h2
{ width:110px; height:36px; font-size:18px; border-bottom:2px solid #452e1c;}

.caseA3
{ padding-top:15px;}
.caseA3 table
{ border-collapse:collapse;}
.caseA3 table tr td
{ height:50px; line-height:50px; color:#666; text-align:center;}
.caseA3 .td1
{ background:#f2f2f2; color:#000;}

/*本案例设计师*/
.CR_team
{ width:284px; text-align:center; background:#eaeaea;}
.CR_team h2
{ line-height:44px; font-size:20px;  font-weight:normal;}
.CR_team h3
{ line-height:1; font-size:16px; font-weight:normal; color:#434343; padding:12px 0 3px;} 
.CR_team p
{ line-height:20px; font-size:12px; color:#666;}
.CR_team div
{ padding:10px 0 10px; overflow:hidden;}
.CR_team div a
{ width:86px; height:26px; line-height:26px; display:inline-table; text-align:center; border:1px solid #51301d; margin:0 5px;}

/*预约设计*/
.CR_yue
{ padding-top:15px; background:#fff; padding-bottom:10px;}
.CR_yue img
{ padding-bottom:15px;}
.CR_yue .oneB2s1
{ margin-bottom:12px;}
.CR_yue .tijiao
{ width:255px; height:35px; display:inline-table; line-height:35px; text-align:center; color:#fff; background:#bcbcbc; border-radius:30px; margin-left:25px; cursor:pointer;}

/*相关案例*/
.caseB
{ padding-top:20px;}
.caseB ul li
{ width:280px; height:231px; margin:0 22px 20px 0; float:left;}
.caseB ul li p
{ height:203px; overflow:hidden;}
.caseB ul li img
{ display:block;}
.caseB ul li span
{ height:28px; line-height:28px; text-align:center; display:block; background:#f0f0f0; }

/*===========================团队=================================*/
.team
{ width:1224px; margin:0 auto; overflow:hidden;}
.team ul li
{ width:400px; height:645px; text-align:center; background:#fff; margin:0 12px 15px 0; float:left; position:relative; }
.team ul .li3
{ margin-right:0px;}
.team ul li .li_p
{ height:532px; overflow:hidden;}
.team ul li h3
{ line-height:1; font-size:24px; font-weight:normal; padding:15px 0 7px;}
.team ul li h4
{ line-height:30px; font-size:20px; font-weight:normal;}
.team ul li p
{ line-height:22px;}
.team .fdli
{ width:100%; height:50px; position:absolute; left:0px; top:482px;}
.team .fdli a
{ width:160px; height:50px; display:block; line-height:50px; color:#fff; text-align:center; background:url(../images/t16a.png); float:left;}
.team .fdli .a2
{ float:right;}

/*===========================团队详情=================================*/
.teamA
{ width:1224px; margin:0 auto; overflow:hidden;}
.teamA1
{ width:895px; height:492px; padding:15px 20px; background:#fff; float:left;}  
.teamA1_l
{ width:370px; float:left;}
.teamA1_r
{ width:460px; float:right;}
.teamA1_r h2
{ height:35px; line-height:35px; font-weight:normal; font-size:20px; padding:25px 0 10px;}
.teamA1_r h2 span
{ height:35px; font-size:16px; color:#fff; padding:0 10px; background:#e6332f; display:inline-table; margin-left:10px;}
.teamA1_con
{ line-height:25px; color:#666; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #e7e7e7;}
.teamA1_r p
{ line-height:20px; margin-top:15px; padding:0 0 0 26px; background:url(../images/t30.png) no-repeat;}
.teamA1_r .p1
{ background-position:0 5px;}
.teamA1_r .p2
{ background-position:0 -30px;}
.teamA1_r .p3
{ background-position:0 -68px;}
.teamA1_r .p4
{ height:180px; background-position:0 -107px;}
.teamA1_b a
{ width:210px; height:53px; display:inline-table; background:url(../images/t31.jpg) no-repeat 0 0;}
.teamA1_b .a2
{ background-position:right top;}

/*右边预约*/
.teamA2
{ width:272px; height:522px; background:#fff; float:right;}
.teamA2 h2
{ line-height:1; text-align:center; font-size:20px; font-weight:normal; padding:40px 0 40px;}
.teamA2 .put1
{ width:230px; height:40px; line-height:40px; padding:0 10px; border:1px solid #afafaf; margin:0 0 20px 10px;}
.teamA2 .put2
{ width:252px; height:55px; line-height:55px; font-size:18px; color:#fff; text-align:center; background:#e6332f; cursor:pointer; border:none; margin-left:10px;}

/*代表案例*/
.teamB
{ width:1224px; margin:25px auto 0; background:#fff; overflow:hidden;}
.teamB1
{ height:42px; line-height:42px; border-bottom:2px solid #e8e8e8; margin:0 20px; padding-top:15px;}
.teamB1 h2
{ height:42px; font-size:22px; padding-right:10px; font-weight:normal; border-bottom:2px solid #532f1f; float:left;}
.teamB1 span
{ color:#969696; }

.teamB ul
{ padding-top:25px;}
.teamB ul li
{ width:385px; height:400px; margin:0 0px 28px 15px; text-align:center; border:1px solid #e8e8e8; float:left;
-moz-box-shadow:2px 2px 5px #efefef;/*firefox*/
-webkit-box-shadow:2px 2px 5px #efefef;/*webkit*/
box-shadow:2px 2px 5px #efefef;/*opera或ie9*/
}
.teamB ul li .li_p
{ height:279px; overflow:hidden;}
.teamB ul li.li3
{ margin-right:0; }
.teamB ul li h3
{ height:68px; line-height:68px; font-size:16px; font-weight:normal; padding:0 15px;}
.teamB ul li .li_d a
{ width:133px; height:33px; display:inline-table; line-height:33px; text-align:center; border:1px solid #53301d; border-radius:30px; margin:0 5px; }
.teamB ul li .li_d .a2
{ border:1px solid #d09b3f; background:#d09b3f; color:#fff;}

/*===========================团装小区=================================*/
/*banner*/
.tuanz_ban
{ width:1224px; color:#fff; text-align:center; margin:0px auto; padding-top:100px;}
.tuanz_ban h2
{ line-height:40px; font-size:30px; font-weight:normal;}
.tuanz_ban form
{ width:380px; height:49px; background:url(../images/t34.png) no-repeat; margin:20px auto; padding:0px 0 0 30px;}
.tuanz_ban form input
{ width:320px; height:49px; line-height:49px; border:none; float:left;}
.tuanz_ban form span
{ width:50px; height:49px; display:block; float:left; cursor:pointer;}
.tuanz_ban p
{ font-size:16px;}
.tuanz_ban p a
{ font-size:16px; color:#fff;}

/*团装报名*/
.tuan_bao
{ width:1224px; height:246px; background:#fff;  margin:0px auto; }
.tuan_bao1
{ float:left;}
.tuan_bao2
{ width:860px; float:left; padding-top:15px; }

/*列表*/
.thuanz
{ width:1224px;  margin:0px auto; padding-top:30px;}
.thuanz ul li
{ width:600px; height:635px; background:#fff; float:left; margin:0 24px 24px 0;}
.thuanz ul .li2
{ margin-right:0;}
.thuanz ul li .li_p
{ height:509px; overflow:hidden;}
.thuanz ul li h3
{ line-height:1; font-size:24px; font-weight:normal; padding:15px 0 5px 20px;}
.thuanz ul li p
{ line-height:30px; padding-left:20px;}
.thuanz ul li p span
{ color:#ff0000;}
.thuanz ul li .li_d
{ padding:5px 0 0 20px;}
.thuanz ul li .li_d a
{ width:120px; height:30px; line-height:30px; text-align:center; display:inline-table; color:#fff; background:#6a6a6a; margin-right:10px; border-radius:30px; }

/*===========================团装小区详情=================================*/
/*小区简介*/
.tuanA
{ height:416px; background:#585858;}
.tuanA1
{ float:left;}
.tuanA2
{ width:365px; color:#fff; padding-left:20px; float:left;}
.tuanA2 h3
{ line-height:40px; font-size:26px; font-weight:normal; padding:10px 0;}
.tuanA2 h4
{ width:86px; height:24px; line-height:24px; font-size:14px; text-align:center; font-weight:normal; background:#d0993f; border-radius:5px; margin:10px 0;}
.tuanA2 p,.tuanA2_p2
{ line-height:22px; padding-bottom:10px; border-bottom:1px dotted #6f6f6f;}
.tuanA2 p a,.tuanA2_p2 a
{ color:#fff;}
.tuanA2_p2
{ display:none}

.tuanA2 .ti
{ padding-top:15px;}
.tuanA2 .ti .a1
{ width:131px; height:39px; display:inline-table; background:url(../images/t35.png) no-repeat; float:right;}

/*专修优惠*/
.tuanB_t
{ height:40px; line-height:40px; font-size:16px; padding-left:39px; background:#fff url(../images/t36.png) no-repeat 20px center; margin-top:20px;}
.tuanB
{ line-height:2; color:#666; padding:10px 20px 20px; background:#fff; overflow:hidden; }

/*团装报名*/
.CR_yue2
{ background:#fff; padding:0 0 10px;}

/*热门案例*/
.R_case
{ padding:10px; background:#fff; overflow:hidden;}
.R_case_t
{ height:30px; line-height:26px; border-bottom:1px solid #ebebeb;}
.R_case_t h3
{ width:100px; height:30px; font-size:16px; color:#61322b; font-weight:normal; border-bottom:1px solid #61322b;}

.R_case ul
{ padding-top:10px;}
.R_case ul li
{ height:210px; margin-bottom:10px; position:relative;}
.R_case ul li span
{ width:96%; height:44px; line-height:44px; display:block; color:#fff; text-align:center; padding:0 2%; background:url(../images/t9.png); position:absolute; left:0px; bottom:0px;}

/*===========================热门产品=================================*/
.product
{ width:1224px;  margin:0px auto; }
.product ul li
{ width:600px; height:420px; margin:0 24px 20px 0;  background:#FFF; float:left; position:relative;}
.product ul .li2
{ margin-right:0px;}
.product ul li .li_p
{ height:295px; overflow:hidden;}
.product ul li .lifd1
{ width:245px; height:84px; line-height:1; padding-left:22px; background:url(../images/t9.png); position:absolute; top:200px; left:50px; }
.product ul li .lifd1 h3
{ font-size:24px; color:#fff; font-weight:normal; padding:15px 0 5px 0}
.product ul li .lifd1 p
{ font-size:30px; color:#ff1100; }

.product ul li h4
{ line-height:70px; padding:0 10px; font-size:20px; font-weight:normal; text-align:center; }
.product ul li .div2
{ text-align:center;}
.product ul li .div2 a
{ width:145px; height:36px; line-height:36px; display:inline-block; color:#61322b; border:1px solid #61322b; margin:0 5px;}
.product ul li .div2 .a2
{ color:#fff; background:#61322b;}

/*===========================专修攻略=================================*/
.neiyeA_l
{ width:913px; float:left;}
.neiyeA_r
{ width:300px; float:right;}

.news
{ background:#fff; overflow:hidden;}
/*图片*/
.newsA
{ width:913px; height:439px; overflow:hidden;  position:relative;}
.newsA ul
{ width:9999px; height:auto; position:absolute; left:0px; top:0px;}
.newsA ul li
{width:913px; height:439px; overflow:hidden; float:left; position:relative; }

.newsA .pic_pre,.newsA .pic_next
{ width:50px; height:100px; margin-top:-50px;  position:absolute; top:50%; z-index:99; cursor:pointer;  background:url(../images/t15.png) no-repeat;}
.newsA .pic_pre
{ background-position:left top; left:0px; }
.newsA .pic_next
{ background-position:right top; right:0px; }

/*栏目*/
.newsB_t
{ height:40px; line-height:40px; color:#5b5b5b; padding-top:15px; border-bottom:1px solid #dddddd;}
.newsB_t li
{ width:185px; height:40px; font-size:16px; text-align:center; float:left; cursor:pointer;}
.newsB_t li a
{ height:40px; display:block; color:#5b5b5b;}
.newsB_t li.onli
{ border-bottom:1px solid #cf9a3e;}

/*列表*/
.newsB
{ padding:25px 40px 0;}
.newsB dl
{ overflow:hidden; padding-bottom:32px;}
.newsB dl dt
{ width:300px; height:200px; float:left; overflow:hidden;}
.newsB dl dd
{ width:490px; float:right;}
.newsB dl dd h3
{ line-height:28px; font-size: 18px; font-weight: bold;}
.newsB dl dd p
{ font-size:12px;}
.newsB dl dd .p1
{ border-bottom: 1px solid #499b0a; color: #cdcdcd; margin-bottom: 10px; padding: 12px 0 25px;}
.newsB dl dd .p1 span
{ padding-left:10px; color:#499b0a; }
.newsB dl dd .p2
{ color: #767676; height: 48px; line-height: 24px; }
.newsB dl dd .div2
{ padding-top:10px;}
.newsB dl dd .div2 a 
{ border: 1px solid #d4d2d2;border-radius: 3px;color: #acacac;display: inline-block;font-size: 14px;height: 28px;line-height: 28px;margin-right: 10px;text-align: center;width: 143px;}

/*右热门攻略*/
.R_news
{ padding:10px; background:#fff; overflow:hidden;}
.R_news h2 
{ font-size: 20px; font-weight: 400; height: 38px; line-height: 38px; margin-bottom: 6px;}
.R_news dl
{ border-bottom: 1px solid #5da910; font-size: 14px; height: 87px; margin-top: 10px; overflow: hidden;}
.R_news dl dt
{ float:left;}
.R_news dl dd
{ width:150px; float:right;}
.R_news dl dd h3
{ font-size:14px; font-weight:normal; color: #646464;}
.R_news dl dd .a1
{ background: #d09b3f; display:block; color: #fff; height: 24px; line-height: 26px; margin-top:2px; text-align: center; width: 66px;}

/*===========================攻略详情=================================*/
.news_info
{ width:853px; padding:0 30px; overflow:hidden; background:#fff; float:left;}
.info_title
{ text-align:center; padding:20px 0 0; }
.info_title h1
{ font-size:20px; font-weight:normal;}
.info_laiyuan
{ line-height:35px; text-align:center; border-bottom:1px dashed #dedddd;}
.info_text
{ padding:20px 0px; line-height:2;}
.info_text img
{ max-width:100%;  }
.info_picA
{ padding:10px; text-align:center;}
.info_picA img
{ max-width:100%;  width: expression(this.width > 720 ? 720: true)}

/*===========================问答=================================*/
.wenda
{ width:900px; float:left;}
.wenda_t{margin-bottom: 10px;line-height: 30px;font-weight: normal;font-size: 16px;color: #C4261D;}
.wenda_t i
{float: left;width: 20px;height: 30px;background: url(../images/t37.png) -5px 2px no-repeat;}
.wenda_t .i2
{ background-position:-34px 2px;}
.wenda_t em
{ font-style: normal;}
.wenda_tiwen textarea
{ width:888px; height:100px; line-height: 30px;padding:2px 10px;font-size:14px;color:#444;background-color:#fff;border:1px solid #DADADA;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.wenda_tiwen textarea:focus
{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}
.wenda .tijiao
{ float:right;}
.wenda .tijiao input{
width: 270px; border: 2px solid #999; background:none; color: #333; height: 36px;padding: 0;margin: 0; line-height: 32px;font-size: 18px;text-align: center;cursor: pointer;vertical-align: middle;transition: color 0.3s linear 0s,background-color 0.3s linear 0s,border-color 0.3s linear 0s; float:right;}

.ydivA
{ height:40px; padding:10px 0; overflow:hidden;}
.ydivA1
{ width:360px; float:left;}
.ydivA1 .yanzm
{ width:140px; height:36px; line-height:36px; padding:0 10px; border:1px solid #DADADA;}



.wendaA
{overflow: hidden;padding: 9px;margin-bottom: 30px;border: 1px solid #CFCFCF;background: #ECECEC;}
.wendaA .i
{float: left;width: 18px;height: 18px;margin: 3px 5px 0 0;background: url(../images/t37.png) -6px -28px no-repeat; line-height: 18px;text-align: center;color: #FFF;font-size: 12px;font-family: arial;}
.wendaA .i3
{margin-left: 10px;}
.wendaA .i4
{background-position: -36px -28px;}
.wendaA1 h4
{padding-left: 35px;color: #444;}
.wendaA2
{position: relative;padding: 9px;margin-top: 10px;border: 1px solid #DADADA;background: #FFF;}
.wendaA2 .arrow
{position: absolute;left: 0;top: -9px;width: 30px;height: 10px;background: url(../images/t37.png) -67px -28px no-repeat;}


/*===========================招聘=================================*/
/*标题*/
.job_t
{ width:1224px; color:#666; text-align:center; margin:0px auto; padding:40px 0 40px; clear:both; }
.job_t h2
{ font-size:33px; font-weight:normal; background:url(../images/t38.png) no-repeat center center;}
.job_t p
{ font-size:16px;}

/*我们希望你*/
.jobA
{ width:1224px;  margin:0px auto; overflow:hidden; }
.jobA ul li
{ width:263px; height:270px; text-align:center; color:#fff; background:#dcb770; margin-right:57px; float:left;}
.jobA ul .li4
{ margin-right:0;}
.jobA ul li img
{ display:block;}
.jobA ul li h3
{ line-height:40px; font-size:20px; font-weight:normal;}
.jobA ul li p
{ font-size:16px;}

/*我们在寻找*/
.jobB
{ width:1224px;  margin:0px auto; padding-bottom:20px; overflow:hidden; }
.jobB ul li
{ background:#f5f5f5; padding:40px 20px 40px; margin:0 0px 20px 0; }
.jobB ul li h3
{ line-height:26px; font-size:20px; padding-bottom:10px; }
.jobB ul li .jobB_con
{ line-height:24px;}
.jobB ul .li5
{ margin-right:0px;}

.jobC
{ height:257px; text-align:center; font-size:22px; color:#fff; font-weight:bold; background:url(../images/22.jpg) no-repeat center center; overflow:hidden;}
.jobC h2
{ line-height:1; font-size:24px; padding:42px 0 35px; font-weight:normal;}
.jobC p
{ width:554px; height:50px; line-height:50px; margin:0 auto 10px; background:#dcb770;}

/*===========================关于我们=================================*/
.about_t
{ width:1224px; height:41px; padding-top:50px;  margin:0px auto; overflow:hidden; }
.about_t1
{ height:40px; border-bottom:1px solid #4f2e1b; float:left;}
.about_t1 h2
{ line-height:1; font-size:28px; font-weight:normal; padding-right:5px; float:left;}
.about_t1 b
{ line-height:1; font-size:28px; color:#d76b30; float:left;}
.about_t1 span
{ line-height:40px; color:#666;}

/*内容*/
.aboutA
{ width:1224px; line-height:2; font-size:16px; color:#3f3f3f;  margin:0px auto; padding:30px 0; overflow:hidden; }

/*公告*/
.about_gg
{ clear:both;}


/*=======在线报名=======*/
.baoA_con
{ padding:20px 50px; background:#fff;}
.baoA_tit
{ font-size:28px; color:#FF0000;  padding:10px 0 30px; text-align:center; }
.baoA_put
{ padding:10px 0; text-align:center;}
.baoA_put .put1
{ width:600px; height:26px; line-height:26px; border:1px dotted #61322b; padding:5px 20px;}
.baoA_put .tiA
{ width:640px; height:40px; line-height:30px; font-size:16px; color:#fff; background:#FF9900; border:2px solid #FFCC66; cursor:pointer; }

/*=======活动在线报名=======*/
.huodong_baoA
{ width:100%; height:56px; line-height:56px; color:#fff; text-align:center; background:url(../images/t42.png); position:fixed; bottom:0px; z-index:99999;}
.huodong_baoA1
{ height:56px; display:inline-block;}
.huodong_baoA1 .span1
{ line-height:56px; display:inline-block; font-size:18px; font-weight:bold; padding:0 0 0 15px; float:left;}

.huodong_baoA1 .put1
{ width:220px; height:30px; display:inline-block; line-height:30px; padding:0 10px; background:#fff; border:none; border-radius:10px; float:left; margin-top:15px;}
.huodong_baoA1 .tiA
{ height:42px; line-height:42px; font-size:18px; color:#fff; padding:0 15px; background:#ff701c; border:none; cursor:pointer; border-radius:10px; margin:0 20px; float:left;  margin-top:8px;}
.huodong_baoA1 .span3
{ width:56px; height:56px;  display:inline-block; font-size:30px; font-weight:bold; cursor:pointer; }

