
/**************************************************
 *
 * JavaScript  Global
 * code by lide 6/9
 *
 **************************************************/

html {
    font-size:62.5%;
    overflow-y:scroll;
    // overflow/*/**/:hidden/9;
}
body {
    // font-size:12px;
    // font-family:Helvetica,Arial,sans-serif;
    font: 12px/1.5 "Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    background-color:#fff;
    position:relative;
    color:#333;
}

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img,pre,button, input, textarea, th, td{
    margin:0;
    padding:0;
}
ul,ol,li,dl,dt,dd {
    list-style:none;
    margin:0;
    padding:0
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-size:1.2rem;
    font-weight:normal
}
a,fieldset, img {
    border:none;
}
address, cite, dfn, em,i, var {
    font-style: normal;
}
address, caption, cite, code, dfn, th, var {
    font-style:normal;
    font-weight:normal;
}

input {
    padding-top:0;
    padding-bottom:0;
    font-family:"微软雅黑";
}
input::-moz-focus-inner {
    border:none;
    padding:0;
}
select, input {
    vertical-align:middle;
}
input,  label,  select,  option,  textarea,  button,  fieldset,  legend {
    font-family:"Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    outline: none;
    font-size:100%;
    margin:0;
}
input[type="text"], input[type="password"], textarea {
    outline-style:none;
    -webkit-appearance:none;
}
textarea {
    resize:none;
}
table {
    border-collapse:collapse;
    font-family: "微软雅黑";
    border-spacing: 0;
}

a {
    color:#fff;
    text-decoration:none;
    font-family:"Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    cursor: pointer;
}
a:visited {
   /* color:#000;*/
    text-decoration:none;
    outline:#fff solid 0;
}
a:hover, a:active {
  /*  // color:#66c3ee;*/
    text-decoration:none;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.narrow_1920{
  // min-width: 1920px;
}
.narrow_1200 {
    // min-width: 1366px;
}
.narrow_980 {
    // min-width: 1200px;
}
.container{
    font-family:"Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.narrow_980 .container{
    width: 980px;
}

.fl{
    float:left;
}
.fr{
    float:right;
}

.global_wrap {
    content: "";
    position: relative;
    min-height: 100%;
    clear: both;
}

.banner {
    position: relative;
}

/* 报价成功悬浮窗开始 */
.res_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.res_bg .res_bgs {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0,.3);
}
#res_nr {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 450px;
    height: 150px;
    border-radius: 10px;
    background: #fff;
    padding: 15px 0;
    z-index: 999;
}
#res_nr div {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}
#res_nr .yes-btn {
    background-color: #de1b3d;
    width: 250px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin: auto;
    border-radius: 10px;
    margin-top: 32px;
    font-size: 20px;
    color: #fff;
}
/* 报价成功悬浮窗结束 */


/*头部样式开始*/
.header{
    width: 100%;
    position: relative;
    z-index: 999;
}
.header_line{
    width: 100%;
    height: 0;
    border-bottom: 2px solid #e43b0d;
}
.header_top{
    padding-top: 13px;
    padding-bottom: 15px;
    position: relative;
}
.header_top img{
    vertical-align: middle;
}
.header_top .logo_new img{
    height:56px;
}
.header_bottom{
    width: 100%;
    margin-top: 24px;
    margin-bottom:33px;
}
.header_bottom li{
    float: left;
    width: 12.2%;
    font-size: 16px;
    color: #737373;
    text-align: center;
}
.header_bottom li:hover{
    color: #ec4b2a;
}
.header_bottom li~li{
    border-left: 2px solid #ff7d59;
}

.top-wxewm {
cursor: pointer;
position: relative;
text-align: center;
// margin-left: 40px;
overflow: hidden;
height: 36px;
z-index: 2;
}
.top-wxewm .top-wxewm-box{
    width: 100px;
    /* height: 186px; */
    padding: 10px;
    padding-bottom: 0;
    color: #111;
    background-color: rgba(255,255,255,0.7);
}
.top-wxewm .top-wxewm-box img{
    width:100%;
}

.top-wxewm .icon-wx{
    margin-bottom: 5px;
}
.top-wxewm:hover{
    overflow: visible;
}
.top-wxewm:hover span{
    color:#f7772c;
}
.header_top_right{
    position: absolute;
    right: 0;
    top: 30px;
}
.iso001{
    margin-left: 5px;
    margin-top: 5px;
}

.header_top_right li{
    position: relative;
    font-size: 16px;
    padding: 0 5px;

    float: left;
    line-height: 40px;
    margin-right:20px;
}

.header_top_right .login a{
    /*color: #969696;*/
}

.header_top_right .shoucang a{
    color: #c2c2c2;
    font-size: 12px;
}
.header_top_right .login~.login::after{
    content:"|";
    color: #969696;
    margin-left: 8px;
}
.header_top_right .shoucang~.shoucang::after{
    content:"|";
    color: #c2c2c2;
    margin-left: 8px;
}
.header_top_right .zuce{
    margin-right: 10px;
}
.header_top_right .content-tel,
.footer .content-tel{
    position: relative;
    top: 4px;
}
.footer .content-tel{
    display:inline-block;
    top:-8px;
}
.header_top_right .content-tel .icon-tel,
.footer .icon-tel{
    width: 28px;
    height: 28px;
    position: absolute;
    background: url(../images_new_1/icon-phone.png) no-repeat;
}
.header_top_right .content-tel .tel-number,
.footer .content-tel .tel-number{
    text-decoration:none;
    color:#eb3705;
    font-size:22px;
    margin-left:41px;
}
.footer .content-tel .tel-number{
    margin-left:28px;
}

.header-bottom{
    margin-top:13px;
}
.header-bottom ul{
    width:100%;
    height:50px;
    border:0px solid #f00;
    text-align:center;
    margin:auto;
}

.header-bottom ul li{
    float:left;
    font-size:16px;
    line-height:42px;
    position: relative;
    width: 11%
}
.header-bottom .header-bottom-box {
    width:100%;
    margin:auto;
    text-align:center;
}

.header-bottom .header-bottom-box ul li a{
    display: inline-block;
    text-decoration:none;
    color:#414040;
    width: 80%;
}
.header-bottom .header-bottom-box ul li a:hover{color:#f25618;background:transparent}


.header-bottom li a:link,.header-bottom li a:visited{color:#f25618;display:block;}
.header-bottom li a:hover,.header-bottom li a:active{display:block;background:rgba(255,255,255,0.6);}

.nav-hide {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    width: 80%!important;
    z-index: 1119;
    display: none;
    position: absolute;
    margin-left: 15px;
    background:rgba(255,255,255,0.6);
}
.header-bottom .nav-hide a:link,.header-bottom .nav-hide a:visited{color:#666;z-index:11111}
.header-bottom .nav-hide a:hover,.header-bottom .nav-hide a:active{color:#666; z-index:11111}
.header-bottom .nav-hide a{width: 100%!important; z-index:11111}

.header .navs{
    line-height: 50px;
}
/* .header li.navs~li:before{
    content: "|";
    color:#ff7d59;
    position: absolute;
    left: -2px;
} */
/*头部样式结束*/


/* 底部样式开始 */
.footer{   position: relative; width:100%;margin-top:0px;background-color:#393939;padding:0;}
.footer_li{
width:1200px;
// height:100%;
margin:0 auto;
margin-bottom:40px;}
.narrow_980 .footer_li{width:980px;}
.footer_top{ padding-top:30px;position: relative;}
.footer_top dl{ float: left;}
.footer_top dl.dl_logo img{width:300px}
.narrow_980 .footer_top dl.dl_logo img{width:240px}
.footer_top .footer_content dl{margin-left:70px;}
.narrow_980 .footer_top .footer_content dl{margin-left:48px;}
.footer_top dl dt a{font-size: 16px;color: #fff;letter-spacing: 2px;cursor:default;}
.footer_top .footer_content dl  dt{margin-bottom: 26px;}
.footer_top dl dd a{ font-size: 14px;color: #c2bfbf;letter-spacing: 1px;}
.footer_top dl dd a:hover{color:#fff}
.footer_top dl dd a.zhiCustomBtn:hover{color:#000}
.footer_top dl dd{ margin-bottom: 17px; }
.footer_top .dl_te{position: absolute; right:-80px;top: 33px;}
.narrow_980 .footer_top .dl_te{
    right: -114px;
    top: 33px;}
.footer_top .dl_te a{
    display: block;
    border-radius: 4px;
    width: 100px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    text-decoration: none;
    margin-top: -1px;
    color: #000;
    padding: 0 20px;
    font-size: 16px;
}
.footer_top .dl_te dt p{
    display: inline-block;
    // width: 500px;
    font-size:16px;
    color:#fff;
    margin-bottom: 20px;
}
.footer_top .dl_te dd p{
    display: inline-block;
    // width: 500px;
    font-size: 14px;
    color:#c2bfbf;
    margin-top: 15px;
}
// .footer_bot{ margin-top:14px; }
.footer_bot p{ padding-bottom: 18px;font-size: 12px; text-align: center; color:#565656;  }

.footer .icon-tel{
    margin-top: 4px;
    background: url(../images_new_1/icon-phone-bottom.png) no-repeat;
}
.footer .content-tel .tel-number{
    color:#fff;
}
.footer .tel-number em{
    font-size: 14px;
    margin-left: 10px;
}

.clearfixed {
    display: block;
    min-height: 1%;
}
.clearfixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.nf-icon {
    width: 36px;
    height: 36px;
    float: left;
    margin-top: 35px;
    background: url(../images_new_1/icon-36_bbdc77e.png) no-repeat;
    border: #fff 2px solid;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: pointer
}
.narrow_980 .nf-icon {
    margin-top: 28px;
}

/* 底栏微信、微博 */
.nf-icon:hover {
    background-color: #fff
}

.nf-icon-wx {
    background-position: -72px 0;
    margin-left: 5px
}

.nf-icon-wx:hover {
    background-position: -252px -0px
}

.nf-icon-wb {
    background-position: -108px 0;
    margin-left: 15px
}

.nf-icon-wb:hover {
    background-position: -288px -0px
}

.footer .footer_content{
    float: left;
    width: 500px;
    height: 160px;
    border-left: 2px dotted #979797;
    border-right: 2px dotted #979797;
    margin-left: 53px;
    margin-right: 53px;
}
.narrow_980 .footer .footer_content{
    width: 410px;
    height: 160px;
    margin-left: 10px;
    margin-right: 0;
}
.footer .ewm-bottom{
    width: 260px;
    height: 150px;
    text-align: center;
    border-left: 2px dotted #979797;
    border-right: 2px dotted #979797;
    margin-left: -45px;
}
.footer .ewm-bottom img{
    display:block;
    margin:auto;
    margin-bottom:15px;
}
.footer .ewm-bottom a{
    cursor:text;
    font-size: 14px;
    color:#979797;
    font-weight:normal;
}


#bg{ display: none;  position: absolute;  top: 0%;  left: 0%;  width: 100%;  height: 100%;  background-color: black;  z-index:1001;  -moz-opacity: 0.7;  opacity:.70;  filter: alpha(opacity=70);}

.shouji{ width:158px; border:0px; }
.yanzhengma{ width:68px;border:0px; }
.button_y{ width:80px;line-height: 32px;text-align: center;color:#fff;background:#ff9562; border:0px; }
.submit_s{ background:url(../images_new_1/xg_submit_bg.png) no-repeat left center; width:160px;height:36px; border:0px; position: absolute; top:157%;left:40%;}


// .header-bottom-box .navpar{position:relative}
// .header-bottom-box .navpar .navpara{position:absolute; top:20px}
// .header-bottom-box .navpar .navpara a{color:#000}

// .header-bottom-box .navpars{position:relative}
// .header-bottom-box .navpars .navparsa{position:absolute; top:20px}
// .header-bottom-box .navpar .navparsa a{color:#000}


// .bj_from8 select{
//     border:1px solid #e60012;
//     border-right:none;
//     background: transparent url(../images_new_1/icon-down-arrow.png) no-repeat scroll 72px center !important;
// }
// .bj_from8 select option{
//     line-height:30px;
//     text-align:center;
//     height:30px;
// }
// .bj_from8{float:left;

// }
// .bj_from8 select{
//     border:1px solid #e60012;
//     border-right:none;
//     background: transparent url(../images_new_1/icon-down-arrow.png) no-repeat scroll 72px center !important;
// }
// .bj_from8 select option{
//     line-height:30px;
//     text-align:center;
//     height:30px;
// }
// .bj_from8{float:left;

// }
// .bj_from8{width:90px;}
// .bj_from8 select{height:40px; width:122px; }

// .pagess{width:100%; float:left; border:0 }
// .pagess .li{width:70%; margin-left:30% !important; border:0; float:left; background:0}
// .pagess .li a{display:block; float:left; padding:5px 10px; border:1px solid #ccc; margin-right:10px; line-height:25px; background:none}
// .pagess .li span{display:block; float:left;padding:5px 10px; background:#e60012; color:#fff; margin-right:10px;line-height:25px}
// .pagess .li p{float:left}
// .pagess .li .ps{ display:block;width:15px; float:left}


/* 友情链接开始 */
.lianjie{width:100%; margin:auto;}
.lianjie li{float: left; margin-right:20px;font-size:14px;color:#979797}
.lianjie li a {
    color: #979797;
    font-family: "Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    font-size: 14px;
}
.lianjie li a:hover {
    color: #fff;
}
/* 友情链接结束 */

/* 底栏商标开始 */
.footer_bot{
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: auto;
    line-height: 36px;
    // margin-top: 24px;
    color: #979797;
    font-family: Microsoft Yahei;
    background: #1c1c1c;
}
.footer_bot a{
    font-size: 14px;
    color: #979797;
    font-family: Microsoft Yahei;
}
.footer_bot img{
    width:36px;
    height:50px;
    border:none;
    border-width: 0px;
    border: hidden;
    border: none;
    margin-left: 732px;
    margin-top: -30px;
}
/* 底栏商标结束 */

/* 底栏分割虚线 */
.fgx{
    width: 100%;
    border-bottom: 2px dotted #979797;
    // margin-top: 40px;
    margin-bottom: 26px;
}
/* 底部样式结束 */

/* 侧边栏开始 */
.floating_ck {
  position:fixed;
  right:0;
  top:35%;
  z-index: 999999;
}
.floating_ck dl dd {
  position:relative;
  width:60px;
  height:60px;
  background-color:#fff;
  border-bottom:solid 1px #ccc;
  border:1px solid #ccc;
  text-align:center;
  background-repeat:no-repeat;
  background-position:center 20%;
  cursor:pointer;
}
.floating_ck dl dd:hover {
  background-color:#f7772c;
  border-bottom:solid 1px #f7772c;
  color:#;
}
.floating_ck dl dd:hover .floating_left {
  display:block;
}
.consult {
  background-image:url(../images_new_1/icon0701/zxbj.gif);
}
.qq{background-image:url(../images_new_1/qq1345.png);}

.quote {
  background-image:url(../images_new_1/icon0701/kficon1.png);
}
.qrcord {
  background-image:url(../images_new_1/icon0701/ewm.gif);
}
.return {
  background-image:url(../images_new_1/icon0701/fanhui1.png);
}
.consult:hover {
  background-image:url(../images_new_1/icon0701/zxbj.png);
}
.quote:hover {
  background-image:url(../images_new_1/icon0701/kficon.png);
}
.qrcord:hover {
  background-image:url(../images_new_1/icon0701/erweima.png);
}
.qrcord:hover .floating_ewm{
  display:block;
}


.return:hover {
  background-image:url(../images_new_1/icon0701/fanhui.png);
}
.floating_ck dd span {
  color:#808080;
  display:block;
  padding-top:42px;
  font-size:12px;
  font-family:"Microsoft YaHei", 微软雅黑,黑体,宋体, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
  font:12px/1.5 "Microsoft YaHei", 微软雅黑,黑体,宋体, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu
}
.floating_ck dd span:hover {
  color:#fff;
}

.floating_left a {
  color:#fff;
  line-height:80px;
}
.floating_ewm {
    display:none;
    position: absolute;
    border:1px solid #ddd;
    padding: 10px;
    height: auto;
    top: -46px;
    overflow: hidden;
    background: #fff;
    right: 61px;
}
.floating_ewm i {
    background-image: url(../images_new_1/erweima.png);
    background-size: 100% 100%;
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
}
.floating_ewm p {
  color:#fff;
  margin-top:5px;
}
.floating_ewm .qrcord_p01 {
  font-size:12px;
  line-height:20px;
}
.floating_ewm .qrcord_p02 {
  font-size:18px;
}
/* 侧边栏结束 */

/* 弹出微信二维码 S */
.xubox_shade,.xubox_layer {
    position: fixed;
    _position: absolute;
    display: none;
}

.xubox_shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
    z-index: 19891015;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
}
.xubox_layer {
    top: 279.5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 290px;
    z-index: 19891016;
    opacity: 1;
}
.narrow_980 .xubox_layer{
    top: 100px;
    width: 232px;
}
.xubox_main {
    position: relative;
    height: 100%;
    z-index: 19891015;
    _float: left
}
.xubox_page {
    top: 0;
    left: 0;
}
.xubox_setwin {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0;
}
.weixin-sharepop {
    width: auto;
    height: auto;
    border: 1px solid #eee ;
    background: #fff;
    box-shadow: 10px 10px 21px rgba(0,0,0,.35);
    display: block;
}
.weixin-sharecode {
    width: 256px;
    height: 256px;
    padding: 16px;
}
.narrow_980 .weixin-sharecode {
    width: 205px;
    height: 205px;
    padding: 13px;
}
.weixin-sharepop>p {
    height: auto;
    line-height: 30px;
    padding: 20px 16px;
    background: #f6f6f6;
    font-size: 15px;
    text-align: center;
}
.narrow_980 .weixin-sharepop>p {
    line-height: 24px;
    padding: 16px 12px;
    font-size: 12px;
}
.weixin-sharecode>img {
    width: 256px;
    height: 256px;
}
.narrow_980 .weixin-sharecode>img {
    width: 205px;
    height: 205px;
}

/* 弹出微信二维码 E */


/* 免费报价、设计 S */

.boadside-bj {
    width: 100%;
    box-sizing: border-box;
    height: 524px;
    border: 4px solid #fdebe3;
    position: relative;
}

.banner-bj{
    position: absolute;
    width: 394px;
    height: 526px;
    right: -212px;
    top: 66px;
    z-index: 2;
    background: rgba(255,255,255,.88);
}
.narrow_980 .banner-bj{
    width: 315px;
    height: 421px;
    top: 53px;
}

@media only screen and (max-width: 1600px){
    .banner-bj{
        right:-60px;
    }
}
@media only screen and (max-width: 1366px){
    .banner-bj{
        right:-100px;
    }
}

.banner-bj .new-index-tab{
    width: 345px;
    height: 468px;
}
.narrow_980 .banner-bj .new-index-tab{
    width: 276px;
    height: 375px;
}


/* 表单错误样式 */
.form_error{
    font-size:14px;
}
.ico_error {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images_new_1/global.png) no-repeat;
    _background: url(../images_new_1/global.gif) no-repeat;
    _overflow: hidden;
    background-position: -51px -165px;
    margin-right: 5px;
    vertical-align: middle;
}

.sec_topr_tab {
    width: 100%;
    // border-bottom: 1px solid #ebebeb;
}
.sec_topr_tab li {
    text-align: center;
    float: left;
    width: 50%;
    margin: 0;
    border-left: none;
}
.sec_topr_tab li a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 20px;
    text-align: center;
    padding: 0;
}
.narrow_980 .sec_topr_tab li a {
    font-size:16px;
}


.sec_topr_tab li.on a span{
    font-weight: normal;
    color: #f25618;
}
.sec_topr_tab li:hover a span{
    color: #f25618;
}
.sec_topr_tab .ico_sheji_form,.sec_topr_tab .ico_baojia_form{
    background: transparent url(../images_new_1/mfbj_mfsj.png) no-repeat;
    height: 26px;
    width: 26px;
    float: left;
    margin-top: 2px;
    margin-left: 13px;
}
.sec_topr_tab .ico_sheji_form{
    background-position:  -2px -4px;
}
.sec_topr_tab .on .ico_sheji_form{
    background-position: -59px -4px;
}
.sec_topr_tab .ico_baojia_form{
    background-position: -30px -4px;
}
.sec_topr_tab .on .ico_baojia_form{
    background-position: -89px -4px;
}
.sec_topr_tab a:hover .ico_sheji_form {
    background-position: -59px -4px;
}
.sec_topr_tab a:hover .ico_baojia_form{
    background-position: -89px -4px;
}
.sec_topr_list_tab{
    color:#979797;
    float: left;
    margin-left: 6px;
}


#fg-nav  .ico_baojia_form{
    background: transparent url(../images_new_1/mfbj_mfsj.png) no-repeat;
    height: 26px;
    width: 26px;
    float: left;
    margin-top: 10px;
    margin-left: 13px;
}
#fg-nav .ico_baojia_form{
    background-position: -89px -4px;
}

.sec_topr_bd{
    width: 295px;
    height: 470px;
    box-sizing: border-box;
    border: 2px solid #fed9ca;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding:28px 12px;
}
.narrow_980 .sec_topr_bd{
    width: 236px;
    height: 376px;
}
.boadside-bj .sec_topr_bd{
    border: 2px solid #fdebe3;
}
.new-index-tab .new-index-mfsj{
    width: 100%;
}
.new-index-tab .new-mfsj-title{
    position: relative;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.new-index-tab .new-mfsj-title span{
    position: absolute;
    height: 1px;
    width: 18px;
    background-color: #8c8c8c;
}
.mfsj-title-l{
    top: 13px;
    left: 41px;
}
.mfsj-title-r{
    top: 13px;
    right: 42px;
}
.new-index-tab .new-mfsj-submit,
.new-index-tab .new-mfbj-submit{
    margin-top:30px;
}
.narrow_980 .new-index-tab .new-mfsj-submit,
.narrow_980 .new-index-tab .new-mfbj-submit{
    margin-top:24px;
    height: 35px;
    line-height:32px;
    text-align:center;
    font-size: 20px;
}
.new-index-tab .new-mfsj-submit,
.new-index-tab .new-mfbj-submit{
    width: 99%;
    height: 43px;
    line-height:40px;
    text-align:center;
    font-size: 24px;
    color: #fff;
    background-color: #fb5818;
    cursor: pointer;
    border:1px solid #fb5818;
    border-radius:4px;
    outline: none;
    -webkit-box-shadow: 0 6px 10px #fed2c1;
    box-shadow: 0 6px 10px #fed2c1;
}
// .new-index-tab input.cannot-click{
//     background-color: #ccc;
//     cursor: not-allowed;
// }
.new-index-tab .new-index-mfsj .form_line,
.new-index-tab .new-index-mfbj .form_line{
    position: relative;
    margin-top: 30px;
}
.narrow_980 .new-index-tab .new-index-mfsj .form_line,
.narrow_980 .new-index-tab .new-index-mfbj .form_line{
    margin-top: 24px;
}
.new-index-tab .form_line input{
    box-sizing: border-box;
    color: #767676;
    padding-left: 10px;
    width: 100%;
    height: 40px;
    font-size: 18px;
    border: none;
    border-bottom: 2px solid #dddcdc;
    background: transparent;
}
.narrow_980 .new-index-tab .form_line input{
    height: 32px;
    font-size: 14px;
}

.new-index-tab .form_line select{
    float: left;
    // height: 40px;
    // line-height: 40px;
    font-size: 18px;
    color: #767676;
    border: none;
    border-bottom: 2px solid #dddcdc;
    padding: 7px 0 7px 7px;
    display: inline;
    background: transparent;
   -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
.narrow_980 .new-index-tab .form_line select{
    font-size: 14px;
}

.new-index-tab .form_line label{
    position: absolute;
    font-size: 18px;
    color: #b4b3b3;
    top: 9px;
    left: 11px;
    cursor: text;
}
.narrow_980 .new-index-tab .form_line label{
    font-size: 14px;
}

.new-index-tab .mfsj-shengshi,
.new-index-tab .mfbj-shengshi{
    overflow: hidden;
}
.new-index-tab .mfsj-shengshi select{
    width: 49%;
    margin-right:2%;
}
.new-index-tab .mfsj-shengshi .select-mfsj-city{
    width: 49%;
    margin-right: 0;
}

.narrow_980 .new-index-mfsj .mfsj-bottom{
    margin-top:32px;
}
.new-index-mfsj .mfsj-bottom{
    text-align: center;
    width:100%;
    border-top:2px dashed #efefef;
    margin-top:40px;
}
.narrow_980 .new-index-mfsj .mfsj-bottom{
    margin-top:32px;
}
.new-index-mfsj .mfsj-bottom span{
    font-size:18px;
    color:#797979;
    line-height:40px;
}
.narrow_980 .new-index-mfsj .mfsj-bottom span{
    font-size:14px;
    line-height:32px;
}

.new-index-mfsj .mfsj-bottom span i{
    font-size:20px;
    color:#fb5818;
    line-height:40px;
}
.narrow_980 .new-index-mfsj .mfsj-bottom span i{
    font-size:16px;
    line-height:32px;
}

/*免费报价*/

.new-index-tab .mfbj-shiting select{
    width: 30%;
    margin-right: 3.33%;
    color:#767676;
}

.new-index-tab .mfbj-unit{
    position: absolute;
    top: 0px;
    right: 5px;
    height: 34px;
    line-height: 36px;
    font-size: 18px;
    color: #b4b3b3;
}
.narrow_980 .new-index-tab .mfbj-unit{
    height: 27px;
    line-height: 29px;
    font-size: 14px;
}
.new-index-tab .mfbj-shengshi .select-mfbj-shen,
.new-index-tab .mfbj-shengshi .select-mfbj-city{
    width: 48%;
    margin-right: 1%;
}
.new-index-tab .new-index-mfbj{
    width: 100%;
    display: none;
}

/* 免费报价、设计 E */


/* 标题公共样式 S */
.section-title{
    font-family:"Microsoft Yahei";
    margin:100px auto 70px ;
    text-align: center;
    position: relative;
}
.narrow_980 .section-title{
    margin:80px auto 56px ;
}
.section-title-en{
    font-family:"Constantia";
    text-transform:uppercase;
    font-weight:bold;
    color:#fff3ee;
    font-size:24px;
}
.section-title-en span{
    font-family:"Microsoft Yahei";
}
.section-title-1 h2{
    background: #fff;
    display:inline-block;
    color:#fb5818;
    font-size:30px;
    padding:0 30px;
    margin-top:-2px;
    margin-bottom:10px;
    position: relative;
    font-weight:bold;
}
.section-title .section-title-1{
    position: relative;
}
.hrline{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    height: 2px;
    padding: 0px;
    background-color: #fef1ec;
    overflow: hidden;
}
.narrow_980 .hrline{
    width: 980px;
}
.section-title-2 {
    text-align: center;
}
.section-title-2 span{
    display:inline-block;
    height: 45px;
    line-height:45px;
    padding:0 35px;
    margin-left:5px;
    margin-right:5px;
    border:2px solid transparent;
    border-radius:5px;
    cursor:pointer;
    text-align: center;
}
.section-title-2 i{
    width:100%;
    // padding:0 35px;
    font-family:"Microsoft Yahei";
    color:#767676;
    font-size:18px;
}
.section-title-2 span:hover{
    border-color:#fb5818;
}
.section-title-2 span:hover i{
    color:#fb5818;
}
.section-title-2 span.title-current{
    border-color:#fb5818;
}
.section-title-2 span.title-current i{
    color:#fb5818;
}
.section-content{
    width:100%;
    position: relative;
}
// .section-content>ul li~li{
//     display:none;
// }
/* 标题公共样式 E */

/* 轮播图左右按键公共样式 */
.slide-box{
    position: relative;
}
.slide-box img{
  display: block;
  width: 100%;
}
.banner-slide img{
  display: block;
  width: 100%;
  height:650px;
}
.swiper-container-bctc .swiper-next-bctc,
.swiper-container-bctc .swiper-prev-bctc {
    display: none;
    position: absolute;
    top: 54%;
    width: 30px;
    height: 60px;
    margin-top: -22px;
    border:1px solid transparent;
    border-radius:3px;
    z-index: 10;
    cursor: pointer;
    background: rgba(251, 88, 24,.88) url(../images_new_1/global_new.png) no-repeat;
}
.swiper-container-bctc:hover .swiper-next-bctc,
.swiper-container-bctc:hover .swiper-prev-bctc {
    display:block;
}
.swiper-next-bctc.swiper-button-disabled,
.swiper-prev-bctc.swiper-button-disabled {
    opacity:.6;
    cursor:auto
}
.swiper-container-bctc .swiper-prev-bctc{
    left:10px;
    background-position: -669px -964px;
}
.swiper-container-bctc .swiper-next-bctc{
    right:10px;
    background-position: -694px -964px;
}

/* 轮播图上下按键公共样式 */
.slide_l,.slide_r {
    position: absolute;
    top: 45%;
    width: 30px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background: rgba(251, 88, 24,.88) url(../images_new_1/global_new.png) no-repeat;
}
.slide_l {
    left:-50px;
    right:auto;
    background-position: -671px -964px;
}
.slide_r {
    right:-50px;
    left:auto;
    background-position: -694px -964px;
}



/* 报价弹出框 S */

.bj-layout{
    // display:none;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.bj-layout .bj-msg-box{
    border: 1px solid #e8e8e8;
    width: 700px;
    height: 460px;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    text-align: center;
}
.bj-gdcg .bj-msg-box,
.bj-taocan .bj-msg-box{
    width:500px;
}
.bj-msg-box .bj-msg-text{
    width: 100%;
    color: #333;
    font-size: 18px;
}
.ico-remov{
    position: absolute;
    background: url(../images_new_1/global_new.png) no-repeat;
    _overflow: hidden;
    height: 20px;
    width: 23px;
    background-position: -564px -548px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.bj-layout .bj-title{
    border-bottom:2px solid #ccc;
}
.bj-layout .bj-title h2{
    float: left;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    color: #414040;
    margin-right: 20px;
    margin-left: 10px;
}
.bj-layout .bj-title span{
    float: left;
    display: inline-block;
    line-height: 54px;
    font-size: 16px;
    color: #767676;
}

.bj-layout .bj-form{
    width:330px;
    margin:auto;
}

.bj-form .form_line{
    position: relative;
}
.bj-form .form_line .new-label{
    position: absolute;
    font-size: 18px;
    color: #b4b3b3;
    top: 9px;
    left: 11px;
    cursor: text;
}
.bj-form input{
    display:block;
}
.bj-form .inpt-text {
    box-sizing:border-box;
    width:330px;
    margin-top:40px;
    padding:9px;
    line-height:20px;
    border:1px solid #dfdfdf;
    border-radius:5px;
    font-size:18px;
}
.bj-form .submit-btn {
    width:330px;
    height:50px;
    margin-top:50px;
    line-height:50px;
    cursor:pointer;
    font-size:18px;
    background-color:#fb5818;
    border:1px solid transparent;
    border-radius:5px;
    color:#fff;
}
.bj-form span {
    display:inline-block;
    text-align: center;
    font-size:16px;
    margin-top:30px;
    line-height:50px;
    color:#767676;
}

.bj-content .sjs-img{
    margin-right:72px;
}
.bj-content .sjs-img span{
    display:block;
    width:100%;
    text-align: center;
    font-size:16px;
    // margin-top:20px;
    line-height:50px;
    color:#767676;
}
.bj-content .sjs-img img{
    display:block;
    width:200px;
    height:auto;
    font-size:0;
}
.bj-ztsj .bj-form {
    margin-left:20px;
}
/*报价弹出框 E */




/* 找他设计 */
.bj-ztsj{
    display:none;
}

/* 工地参观 */
.bj-gdcg {
    display:none;
}


/* 局装 软装 */
.bj-taocan {
    display:none;
}

/* 设计师团队公共样式 */


/* 设计师 S */
.sjstd .section-content{
    width:100%;
    height:442px;
    padding: 50px 0;
}
// .narrow_980 .sjstd .section-content{
//     height:353px;
//     padding: 40px 0;
// }
.sjstd .section-title-2.yxzc-title-2 span {
    cursor: default;
    border: 0;
}
.sjstd .sjstd-l,
.sjstd .sjstd-c{
    // display:inline-block;
    float: left;
    position: relative;
}
.narrow_980 .sjstd .sjstd-l,
.narrow_980 .sjstd .sjstd-c{
    margin-top:30px;
}

.sjstd .sjstd-c{
    margin-left:28px;
    // margin-right:55px;
}
.narrow_980 .sjstd .sjstd-c{
    margin-left:22px;
    // margin-right:55px;
}
.sjstd .sjstd-c img{
    display: block;
    width:790px;
    height: 432px;
}
.narrow_980 .sjstd .sjstd-c img{
    display: block;
    width: 650px;
    height: 345px;
}
.sjstd .sjstd-l a{
    display:block;
    width:130px;
    height: 40px;
    line-height:40px;
    font-size:20px;
    text-align: center;
    border:2px solid #fff;
    color:#fff;
    margin-bottom:30px;
}
.narrow_980 .sjstd .sjstd-l a{
    width:104px;
    height: 32px;
    line-height:32px;
    font-size:16px;
    margin-bottom:24px;
}
.sjstd .sjstd-l img{
    display: block;
    width:230px;
    height: 237px;
}
.narrow_980 .sjstd .sjstd-l img{
    width:153px;
    height: 190px;
}
.sjstd .sjstd-l .marsk{
    position: absolute;
    left: 0;
    bottom: -121px;
    width: 251px;
    height: 100px;
    background: rgba(255, 255, 255,.75);
    z-index: 1;
}
.narrow_980 .sjstd .sjstd-l .marsk{
    bottom: -95px;
    width: 312px;
    height: 80px;
}
.sjstd .sjstd-l .marsk .sjs-name{
    margin-left:16px;
    margin-top:16px;
}
.narrow_980 .sjstd .sjstd-l .marsk .sjs-name{
    margin-left:13px;
    margin-top:13px;
}
.sjstd .sjstd-l .marsk .sjs-jy{
    margin-left:16px;
}
.narrow_980 .sjstd .sjstd-l .marsk .sjs-jy{
    margin-left:13px;
}
.sjstd .sjstd-l .marsk .sjs-name span{
    display:inline-block;

    font-size:20px;
    line-height:40px;
    color:#3b3b3b;
}
.narrow_980 .sjstd .sjstd-l .marsk .sjs-name span{
    margin-right:40px;
    font-size:16px;
    line-height:32px;
}
.sjstd .sjstd-l .marsk .sjs-jy span{
    display:inline-block;
    margin-right:20px;
    font-size:16px;
    color:#636363;
}
.narrow_980 .sjstd .sjstd-l .marsk .sjs-jy span{
    margin-right:16px;
    font-size:13px;
}
.sjstd .sjstd-c .marsk{
    position: absolute;
    right:12px;
    top:12px;
    width:240px;
    height: 350px;
    border:10px solid rgba(253, 190, 164,.81);
    background: rgba(255, 255, 255,.81);
    z-index:1;
}
.narrow_980 .sjstd .sjstd-c .marsk{
    right:10px;
    top:10px;
    width:192px;
    height: 280px;
}
.sjstd .sjstd-c .marsk h2{
    display:block;
    margin:40px 25px 20px;
    font-size:24px;
    color:#424242;
}
.narrow_980 .sjstd .sjstd-c .marsk h2{
    margin:32px 20px 16px;
    font-size:19px;
}
.sjstd .sjstd-c .marsk p{
    height: 224px;
    margin: 0 25px;
    font-size: 16px;
    color: #6e6e6e;
    line-height: 36px;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.narrow_980 .sjstd .sjstd-c .marsk p{
    height: 179px;
    margin: 0 20px;
    font-size: 13px;
    line-height: 41px;
}
.sjstd .sjstd-detail li~li{
    display:none;
}
.vertical-slidebox{
    position: absolute;
    right: -16px;
    overflow: hidden;
    width: 120px;
    height: 426px;
    margin: 0 auto;
    padding-left: 35px;
    border-left: 2px solid rgba(255,255,255,0.5);
}
.vertical-slidebox ul li{
    position: relative;
    display: inline;
    // margin-bottom: 10px;
    padding:4px 4px;
    // overflow: hidden;
    cursor: pointer;
    float: left;
    border:2px solid transparent;
}
.vertical-slidebox ul li.active{
    border-color:#fff;
}
.vertical-slidebox ul li.active:before{
    content:'';
    width:4px;
    height:46px;
    background-color: #fff;
    position: absolute;
    left:-37px;
    top:47px;
}
.vertical-slidebox ul img{display: block;width:106px;height: 106px;}
.vertical-slidebox .large{position: absolute;top: 275px;right: 22px;display: block;width: 44px; height: 44px;background-position: -338px -358px; display:none;}
.vertical-slidebox .large:hover{background-position: -384px -358px;}



.slide_t,.slide_b{
    position: absolute;
    right: 14px;
    width: 58px;
    height: 28px;
    display: block;
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden;
    background: rgba(251, 88, 24,.88) url(../images_new_1/global_new.png) no-repeat;
    _background: rgba(251, 88, 24,.88) url(../images_new_1/global_new.png) no-repeat;
}

.slide_t{
    top: -36px;
    background-position: -871px -1007px;
}
.slide_b{
    top: 432px;
    background-position: -871px -1031px;
}

.ace .swiper-wrapper:nth-child(1) a{
  background: url(http://www.bc100.com/phpcms/templates/bc/content/images_new_1/index_images/banner_tc.jpg) center no-repeat;
}
.ace .swiper-wrapper:nth-child(2) a{
  background: url(http://www.bc100.com/phpcms/templates/bc/content/images_new_1/index_images/banner_juzhuang.jpg) center no-repeat;
}
.ace .swiper-wrapper:nth-child(3) a{
  background: url(http://www.bc100.com/phpcms/templates/bc/content/images_new_1/index_images/banner_rz.jpg) center no-repeat;
}
.ace .swiper-wrapper:nth-child(4) a{
  background: url(http://www.bc100.com/phpcms/templates/bc/content/images_new_1/index_images/banner_active.jpg) center no-repeat;
}

// 智齿邀请对话框
#js-customer-invite{
    opacity: 0;
    filter: alpha(opacity=0);
}