html {
    font-size:62.5%
}
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;
    overflow-x: hidden;
    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:#999999;
    text-decoration:none;
    font-family:"Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    cursor: pointer;
}
a:visited {
    color:#EF7C4F;
    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;
}

.container{
    font-family:"Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;    
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.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: 1;
}
.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_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:160px;
    height:186px;
    padding:10px;
    border:1px solid #eee;
    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: 0;
}

.header_top_right li{
    position: relative;
    font-size: 14px;
    padding: 0 5px;
    float: right;
    line-height: 40px;
	margin-right: -52px;
}

.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(/zx/txm/c/images/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{    width:100%;margin-top:0px;background-color:#393939;padding:0;}
.footer_li{ 
width:1200px;
// height:100%; 
margin:0 auto; 
margin-bottom:24px;}
.footer_top{ padding-top:50px;position: relative;}
.footer_top dl{ float: left;}
.footer_top dl.dl_logo img{width:300px}
.footer_top .footer_content dl{margin-left:70px;}
.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:-200px;top: 53px;}
.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(/zx/txm/c/images/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(/zx/txm/c/images/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
}

/* 底栏微信、微博 */
.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;
}
.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(/zx/txm/c/images/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(/zx/txm/c/images/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(/zx/txm/c/images/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: 78px;
    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(/zx/txm/c/images/icon0701/zxbj.gif);
}
.quote {
  background-image:url(/zx/txm/c/images/icon0701/kficon1.png);
}
.qrcord {
  background-image:url(/zx/txm/c/images/icon0701/ewm.gif);
}
.return {
  background-image:url(/zx/txm/c/images/icon0701/fanhui1.png);
}
.consult:hover {
  background-image:url(/zx/txm/c/images/icon0701/zxbj.png);
}
.quote:hover {
  background-image:url(/zx/txm/c/images/icon0701/kficon.png);
}
.qrcord:hover {
  background-image:url(/zx/txm/c/images/icon0701/erweima.png);
}
.qrcord:hover .floating_ewm{
  display:block;
}

.qq{background-image:url(/zx/txm/c/images/qq1345.png);}
.quote:hover{background-image:url(/zx/txm/c/images/qq1345.png);}

.return:hover {
  background-image:url(/zx/txm/c/images/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(/zx/txm/c/images/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;
    left: 50%;
    height: auto;
    width: 290px;
    margin-left: -145px;
    z-index: 19891016;
    opacity: 1;
}
.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;
}
.weixin-sharepop>p {
    height: auto;
    line-height: 30px;
    padding: 20px 16px;
    background: #f6f6f6;
    font-size: 15px;
    text-align: center;
}
.weixin-sharecode>img {
    width: 256px;
    height: 256px;
}

/* 弹出微信二维码 E */


/* 免费报价、设计 S */

.boadside-bj {
    width: 100%;
    box-sizing: border-box;
    height: 524px;
    border: 4px solid #fed9ca;
    position: relative;
}

/* 表单错误样式 */
.form_error{
    font-size:14px;
}
.ico_error {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/zx/txm/c/images/global.png) no-repeat;
    _background: url(/zx/txm/c/images/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;
}


.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(/zx/txm/c/images/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;
}


.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;
}

.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;
}
.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;
}
.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;
}

.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;
}


.new-index-tab .form_line label{
    position: absolute;
    font-size: 18px;
    color: #b4b3b3;
    top: 9px;
    left: 11px;
    cursor: text;
}

.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;
}

.new-index-mfsj .mfsj-bottom{
    text-align: center;
    width:100%;
    border-top:2px dashed #efefef;
    margin-top:40px;
}
.new-index-mfsj .mfsj-bottom span{
    font-size:18px;
    color:#797979;
    line-height:40px;
}

.new-index-mfsj .mfsj-bottom span i{
    font-size:20px;
    color:#fb5818;
    line-height:40px;
}

/*免费报价*/

.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;
}
.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;
}
.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;
}
.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 */

.page_list { 
width:850px;
margin-left:200px;
}
.page_list ul{}
.page_list ul li{
float:left;
width: 40px;
margin-bottom: 50px;
}
.page_list ul li.thisclass{ color:#FF0000; font-size:16px; margin-top:-2px;}
.page_list ul li a{ color:#2b2b2b;}
