@charset "utf-8";
a {color:#333;}
a:hover{color:#358f4f; }

.topArea { background-color: #f2f2f2; }
.topArea .spot,
.topArea span .wbst,
.topArea span .wbst a { color:#333; }
.topArea .r-arte .code,
.topArea .r-arte .code a { color:#333; }
.topArea .r-arte a { border-right:1px solid #999; }

.header { position: relative; background:url(../images/hd.jpg); overflow: initial; z-index: 2; }


/*============================
	导航

============================*/
 .pg_margins { min-width: 1400px; }

.topArea .bg-topArea,.header .header-inner,.ftLinkWrap .ftLink,.footer .ft-wrap { position:relative; width:1400px; margin:0 auto; }
.topArea .bg-topArea,.header .header-inner,.ftLinkWrap .ftLink,.footer .ft-wrap { position:relative; width:1400px; margin:0 auto; }

	/* 头部框架 */
.topArea { height:30px; line-height:30px; }

.topArea .r-arte { position:absolute; right:0; top:0; }
.topArea .r-arte span { display:none; }
.topArea .r-arte .sCommon a { padding:0 10px; }
.topArea .r-arte .sCommon p { display:inline-block; }
.topArea .r-arte .sCommon .touch-btn a { border-right:0; padding-right:0; }

	/* 触屏版本 */
.touch-box { top:28px!important; }

.ke-content { padding:20px; }

/* 头部 */
.header { position:relative;  z-index:3!important; }

	/*导航*/
#topNav { position:relative; font-size:16px; line-height:52px; text-align:center; z-index:2; }

.nav { width:1200px; height:52px; }
.nav>ul>li.line { position:relative; width:2px; overflow:hidden; }
.nav>ul>li { position:relative; float:left; width:148px; height:52px; }
.nav>ul>li a { position:relative; display:block; color:#fff; transition:0s; }
.nav>ul>li:hover .shownav{ display: block}
.nav>ul>li .shownav { position:absolute; left:0; top:52px; width:100%;  font-size:14px; line-height:24px; z-index:99999; display: none}
.nav>ul>li .shownav a { padding:8px 10px; line-height:24px; text-align:center; }
/*
.nav>ul>li:hover .shownav { visibility:visible; }
*/
.nav>ul::after{display:block;content:"";clear:both}

	/* 导航固定 */
#topNav.nav_fixed { position:fixed; top:0; left:0; right:0; width:100%; z-index:9; }

/* 通栏模式 */
#topNav { background:url(../images/hd.jpg); }
#topNav .nav { padding-top: 7px; padding-bottom: 7px; }
#topNav .nav>ul>li { height:38px; line-height:38px; border-radius: 18px; }
#topNav .nav>ul>li>a { color: #fff; border-radius: 18px; }
#topNav .nav>ul>li>a:hover,
#topNav .nav>ul>li>a.current { background:#3fad5e; background:linear-gradient(to bottom,#3fad5e,#399b64); color:#fff; z-index:1; }

/* 左右模式 */
.header #topNav.fr { min-height: 92px; background:none; line-height:38px; }
.header #topNav.fr .nav { padding: 0 ; width: auto; height: 92px!important; margin: 27px 0 }
.header #topNav.fr .nav>ul>li { width: auto!important; height: auto!important; line-height:38px; }
.header #topNav.fr .nav>ul>li>a { padding-left: 24px; padding-right: 24px; color: #fff; font-size: 16px; }
.header #topNav.fr .nav>ul>li>a:hover,
.header #topNav.fr  .current { background:#3fad5e !important; background:linear-gradient(to bottom,#3fad5e,#399b64); color:#fff; }

	/* 下拉固定模式 */
.header #topNav.nav_fixed { min-height: 72px; box-shadow:0 3px 3px rgba(0, 0, 0, .1); background:url(../images/hd.jpg); z-index: 99; }

.header #topNav.nav_fixed .nav>ul { text-align: center; }
.header #topNav.nav_fixed .nav>ul>li { float:none; display: inline-block; vertical-align: top; line-height:38px; }

	/* 下拉菜单 */
.nav>ul>li .shownav { top:38px; width: 140px; left: 50%; margin-left:-70px; padding: 8px 0; background: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); }
.nav>ul>li .shownav a { margin:0; border-radius: 0; color:#333; }
.nav>ul>li .shownav a:hover { color:#297d54; }

.header #topNav.nav_fixed .nav>ul>li .shownav { top:48px; }


.touch-btn {
        position: relative;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .touch-box {
        position: absolute;
        top: 16px;
        right: 0;
        z-index: 600;
        color: #777;
        display: none;
    }

    .touch-btn:hover .touch-box {
        display: block;
    }

    .touch-box .arrow {
        border-bottom: 7px solid #fff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        display: block;
        height: 0;
        position: absolute;
        right: 46px;
        top: -6px;
    }

    .touch-box .wrap {
        padding: 20px 0; /*width:280px;*/
        background: #fff;
        border-radius: 2px;
        border: 1px solid #eee;
        text-align: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

        .touch-box .wrap .ms {
            padding: 0 0 15px;
        }

        .touch-box .wrap .wenben {
            padding: 10px 0;
            white-space: nowrap;
        }

        .touch-box .wrap h1 {
            font-size: 16px;
            margin: 0;
            color: #111;
        }

        .touch-box .wrap .code img {
            width: 120px;
            height: 120px;
        }
        /**.touch-box .wrap .code li{width:50%;float:left}*/
        .touch-box .wrap table {
            width: 100%;
        }

            .touch-box .wrap table td {
                padding: 0 15px;
                border-right: 1px solid #ddd;
            }

                .touch-box .wrap table td:last-child {
                    border-right: 0;
                }

  .vrlogo {
            float: left;
            margin: 20px 0;
         }

            .vrlogo img {
                float: left;
                margin-right: 20px;
            }

            .vrlogo h3 {
                float: left;
                color: #4c4c4c;
                font-size: 40px;
                line-height: 66px;
            }

        .sTel {
            float: right;
            margin: 20px 0;
        }

            .sTel p {
                color: #4c4c4c;
                font-size: 14px;
            }

            .sTel em {
                display: block;
                color: #cda84a;
                font-size: 30px;
                font-style: normal;
                font-weight: bold;
            }

        .header.vr {
            background: none;
        }

.picBox .hd { }
.picBox .hd ul li,
.picBox .hd li.on { background:#fff; color:#fff; }
.picBox .next,
.picBox .prev { background:url(icon_arr.png) no-repeat; }

	/* 热点 */
.HOT-KEYS { padding:27px 0; background:url(hd1.jpg); }
.HOT-KEYS .keyleft { width:1200px; }
.HOT-KEYS .keyleft .title .title_more { color:#fff; }
.HOT-KEYS .keyleft .content { width: 570px; }
.HOT-KEYS .keyleft .content a { padding-left:18px; color:#fff; }
.HOT-KEYS .keyleft .content a:hover { color:#ccffe6; }
.HOT-KEYS .keyleft .content a:after { position: absolute; left: 3px; top: 50%; width: 4px; height: 4px; margin-top: -2px; background: #ccffe6; content: ""; }
.HOT-KEYS .keyleft .content a:hover { color:#ccffe6; }

	/* 搜索 */
.searchformBox { margin-right:-600px; background:#fff; }
.searchformBox form .serach_input { background:#fff; color:#666; }
.searchformBox form .btn_serach { background:url(sbtn.png) no-repeat #108138 center; color:#666; }


	/* placeholder 颜色 */
.searchformBox .serach_input::-webkit-input-placeholder { color:#999; }
.searchformBox .serach_input:-moz-placeholder { color:#999; }
.searchformBox .serach_input::-moz-placeholder { color:#999; }
.searchformBox .serach_input:-ms-input-placeholder { color:#999; }
.searchformBox:hover .serach_input::-webkit-input-placeholder { color:#999; }
.searchformBox:hover .serach_input:-moz-placeholder { color:#999; }
.searchformBox:hover .serach_input::-moz-placeholder { color:#999; }
.searchformBox:hover .serach_input:-ms-input-placeholder { color:#999; }


/**************************************************

		框架 初始样式

**************************************************/
	/* 图文内容_PC */

.TW_CONTENT .m-intro .u-more a { border:1px solid #ccc; color:#999; }
.TW_CONTENT .m-intro .u-more a:after { color:#999; }

	/* 头条新闻_PC */
.TTXW_CONTENT { margin-bottom:18px; padding:0; border:0; overflow:hidden; }
.TTXW_CONTENT .m-intro .u-more a { display: block; border-radius:3px; background-color: #0176d3; color: #fff; transition:all 0.3s ease-in-out; }
.TTXW_CONTENT .m-intro:hover .u-more a { background-color: #088ae2; color: #fff; }
.TTXW_CONTENT .m-intro .u-date { color: #b4b4b4 }

	/* 新闻列表_PC */
.TTXW_LIST { }
.TTXW_LIST ul li { padding: 0 15px 0 5px; color:#999; font-size:14px; transition:all 0.3s ease-in-out;line-height: 36px; }
.TTXW_LIST ul li a { padding-left: 0; }
.TTXW_LIST ul li .u-date { color: #bebebe; font-size: 12px; }
/*


		/* 经过效果 */
.iFCB-TPLB li:hover .iFCB-rp { }
.iFCB-TPLB li:hover .iFCB-rp .m-intro { color: #358f4f; }
.iFCB-TPLB li:hover .iFCB-rp .m-intro .u-tt a { color: #358f4f; }
.iFCB-TPLB li:hover .iFCB-rp .m-intro .u-des { color: #333; }


	/* 图文列表_PC */
.TWLB_LIST { margin: 0; }

.iFCB-TWLB li .iFCB-rp { padding: 15px 8px; }
.iFCB-TWLB li .iFCB-rp .m-intro { padding:0; }
.iFCB-TWLB li .iFCB-rp .m-intro .u-tt { margin-bottom: 5px; font-size: 16px; line-height: 28px; text-overflow: ellipsis; white-space:nowrap; overflow: hidden; }
.iFCB-TWLB li .iFCB-rp .m-intro .u-des,
.iFCB-TWLB li .iFCB-rp .m-intro .u-date { color:#ccc; }

.iFCB-TWLB li .iFCB-rp .m-intro .u-des { line-height: 25px; }

		/* 经过效果 */
.iFCB-TWLB li:hover .iFCB-rp { }
.iFCB-TWLB li:hover .iFCB-rp .m-intro .u-tt a { color: #fe831a; }
.iFCB-TWLB li:hover .iFCB-rp .m-intro .u-des,
.iFCB-TWLB li:hover .iFCB-rp .m-intro .u-date { color: #666; }


.title .title_more,.title .title_more a { color:#fff; }
.title .more { float: right; }
.title .more a { display:inline-block; padding: 0 20px;background: #2374d5; color: #fff; line-height: 32px; }


.data { margin-bottom:10px; }
.data .title_name { display: block; float: none; padding-bottom: 10px; color:#333; font-size:18px; line-height:40px; }
.data .input_option { position: relative; line-height: 40px; }
.data .input_option input[type="radio"],
.data .input_option input[type="checkbox"]{ margin-top: 14px; margin-right: 5px; }
.data .input_option .input { border:1px solid #e5e5e5; background:#fff; }
.data .input_option .input:hover { border:1px solid #e4e4e4; background-color: #f9f9f9; }
.data .input_option #__ErrorMessagePanel { position: absolute; right: 10px; top: 0; display: inline-block; }

.data:not(:nth-child(2)) { float: left; width: 50%; }
.data:not(:nth-child(2)) .title_name { display: none; }

.btn-area { padding:10px 0 !important; clear: both; }
.btn-area .btn-submit, .btn-area .reset { border-radius: 8px; color:#fff; }
.btn-area .btn-submit { width: 50%; float: right; background:#e34017; background:linear-gradient(to right,#fe851a,#ffc90a); margin-right:0; }
.btn-area .reset { background:#e7e7e7; background:linear-gradient(to bottom,#e7e7e7,#e7e7e7); color:#333; display: none; }

.inner-message-box{ width: 48%; float: left;}
.inner-message-box input{ width: 60%; height:45px; line-height: 45px; border: 1px solid #dedede}

.module_field .middle .input { border:1px solid #e5e5e5; background:#fff; }
.module_field .middle .input:hover { border:1px solid #e4e4e4; background-color: #f9f9f9; }

	/* 表单内容有误 */
.module_field .middle .input-validation-error {  border:1px solid #ac2925; background:#ac2925; color: #fff; }
.formitemlist .formInput { width:100% !important; border:1px solid #e5e5e5; background:#fff; }
.formitemlist .formInput:hover { border:1px solid #e4e4e4; background-color: #f9f9f9; }
.formitemlist .date { border:1px solid #e5e5e5; background:#fff; }


/**************************************************

		iFCB 首页

**************************************************/

/* 标题
.iFCB-title
|- .content
|---- .ibw_intro
|-------- .title-wp
|------------ .title
|---------------- h2
|-------- .ms
*/
.iFCB-title,
.iFCB-title-dis { position:relative; margin-bottom:30px; text-align:center; clear:both; }
.iFCB-title .content .title-wp,
.iFCB-title-dis .content .title-wp,
.pro_sort_box .title { position:relative; display:inline-block; margin-bottom:0; padding-left:0; vertical-align: top; }
.iFCB-title .content .title-wp .title,
.iFCB-title-dis .content .title-wp .title,
.pro_sort_box .title .title_more { min-height:inherit; height: auto; margin-bottom:0; padding-right:0; line-height:inherit; }
.iFCB-title .content .title-wp .title h2,
.iFCB-title-dis .content .title-wp .title h2,
.pro_sort_box .title .title_more a { display:inline-block; min-width:40px; height:50px; padding:0; font-size:38px; font-weight:normal; line-height:50px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; vertical-align:top; }

.iFCB-title .content .title-wp .title h2,
.iFCB-title .content .title-wp .title h2 a,
.iFCB-title-dis .content .title-wp .title h2,
.iFCB-title-dis .content .title-wp .title h2 a,
.pro_sort_box .title .title_more,
.pro_sort_box .title .title_more a { color:#333; }

.iFCB-title .ms,
.iFCB-title-dis .ms { margin-bottom:0; line-height: 30px; font-size:18px; }

.iFCB-title .ms,
.iFCB-title .ms a,
.iFCB-title-dis .ms,
.iFCB-title-dis .ms a { color: #666; }

	/* 深色块不同样式 */
.iFCB-title-dis .content .title-wp .title h2,
.iFCB-title-dis .content .title-wp .title h2 a { color: #fff; }
.iFCB-title-dis .ms,
.iFCB-title-dis .ms a { color: #eee; }


	/* 产品 */
.m-pro-more { width:168px; height: 43px; margin:40px auto 0; border:1px solid #e9e9e9; text-align: center; }
.m-pro-more a { position: relative; display: block; width:168px; height: 43px; padding:0; border:none; background: #fff; color:#999; line-height: 43px; overflow: hidden; }
.m-pro-more a:hover { padding: 0; background: #088ae2; color: #fff; }

/* 通栏居中 */
.m-center-wp { position: relative; left: 50%; width:1920px; margin-left:-960px; }

/**/
.msg-num { margin-bottom: 20px; padding-left: 32px; background: url(../images/msg-num.png) no-repeat 0 center; font-size: 18px; line-height: 40px; }

	/* 加盟信息 */
.msg-info { line-height: 30px; }
.msg-info .TTXW_LIST li span { float: right; margin-left: 10px; text-align: right; }
.msg-info .TTXW_LIST li span:nth-child(1) { min-width: 100px; }


/* 咨询 */
.iFCB-question .TWLB_LIST { margin: 0; }
.iFCB-question .iFCB-TWLB li {margin-bottom: 14px;border-bottom:1px #d0cfcf dotted;}
.iFCB-question .iFCB-TWLB li .iFCB-rp { padding: 0 0 0 40px; background: url(qa.png) no-repeat 0 0; }
.iFCB-question .iFCB-TWLB li .m-intro {padding: 0 0 14px;line-height: 25px;}
.iFCB-question .iFCB-TWLB li .m-intro .u-tt {margin-bottom: 10px;font-size: 18px;line-height: 26px;}
.iFCB-question .iFCB-TWLB li .m-intro .u-des {}
.iFCB-question .iFCB-TWLB .m-intro::after { display: none; }
.iFCB-question .iFCB-TWLB li:hover .iFCB-rp .m-intro { padding-left: 0; background: #fff; color: #333; }
.iFCB-question .iFCB-TWLB li:hover .iFCB-rp .m-intro .u-tt a { color: #1177d4; }
.iFCB-question .iFCB-TWLB li:hover .iFCB-rp .m-intro .u-des { color: #999; }


/* 加盟店 - 图片列表 */
.iFCB-product { padding-bottom: 16px; }
.iFCB-product .iFCB-TPLB li { }
.iFCB-product .iFCB-TPLB li .iFCB-rp { margin:11px; padding: 11px; background: #138851; }
.iFCB-product .iFCB-TPLB li .iFCB-rp .m-pic { margin-bottom: 10px; border:0; }
.iFCB-product .iFCB-TPLB li .iFCB-rp .m-intro,
.iFCB-product .iFCB-TPLB li .iFCB-rp .m-intro .u-tt,
.iFCB-product .iFCB-TPLB li .iFCB-rp .m-intro .u-tt a { color:#ffffff; }
		/* 经过效果 */
.iFCB-product .iFCB-TPLB li:hover .iFCB-rp .m-pic { border:0; }
.iFCB-product .iFCB-TPLB li:hover .iFCB-rp .m-intro,
.iFCB-product .iFCB-TPLB li:hover .iFCB-rp .m-intro .u-tt,
.iFCB-product .iFCB-TPLB li:hover .iFCB-rp .m-intro .u-tt a { color:#75f4b7; }

/* 查看更多 */
.ATM-MORE { display: block; text-align: center; clear: both; }
.ATM-MORE a { display: inline-block; min-width: 170px; height: 46px; margin: 0 auto; padding: 0 20px; border-radius: 5px; background:#0a4d2d; color: #fff; line-height: 44px; }
.ATM-MORE a:hover { background:#1d9b5f; background:linear-gradient(to right,#25ab6b,#25ab6b); color: #fff; }


/* 轻松创业 只需3步 */
.ly{width:100%;   background-image:url(../images/xw.jpg) ; background-repeat: repeat;  margin:0px auto 0px auto;padding:50px 0px 50px 0px; overflow:hidden;zoom:1}
.ly_bt{ width: 100%; text-align: center;}
.ly_bt a{ display: inline-block; font-size:30px; line-height: 50px; color: #333 }
.ly_bj{width:100%;
    background-color: #FFFFFF;
    margin: 40px 0 ;
    overflow: hidden;
    zoom: 1;box-shadow: 0 0 15px rgba(88,88,88,0.5);
}
.lx_tp{ width: 111px;float: left  }


	/* 首页表单 */
.iFCB-form { width:55%;margin: 50px 0px 50px 0px;  padding:0; float: left }
.iFCB-form .data { margin-bottom: 24px; padding:0; }
.iFCB-form .data .title_name { display: block; float: left; width: 106px; padding-bottom: 0; padding-right: 0; color:#333; font-size:14px; line-height:54px; text-align: right; }
.iFCB-form .data .input_option { line-height: 54px; padding-left: 15px; }
.iFCB-form .data .input_option input[type="radio"],
.iFCB-form .data .input_option input[type="checkbox"]{ margin-top: 14px; margin-right: 5px; }
.iFCB-form .data .input_option .input { height: 54px; padding: 17px 16px; border-radius: 5px; border:1px solid #eaeaea; background: #fff; }
.iFCB-form .data .input_option .input:hover { border:1px solid #fe984e; }
.iFCB-form .data .input_option input.input { width:100% !important; }
.iFCB-form .data .input_option textarea.input { width:100% !important; min-height: 160px; }
.iFCB-form .data:not(:nth-child(2)) { float: none; width: 100%; }
.iFCB-form .data:not(:nth-child(2)) .title_name { display: block; }
.iFCB-form .btn-area { padding:0 0 0 121px !important; clear: both; }

.iFCB-form .data .input_option .isrequired { position: absolute; left: 0; color: #f00; display: block!important; font-family: '宋体'; }


.iFCB-form .btn-area .btn-submit,
.iFCB-form .btn-area .reset { height: 45px; line-height: 45px; }

.iFCB-news{ width: 35%; float: right; margin: 30px 0 0;  }
.iFCB-news .title { min-height: auto; margin-bottom:23px; border-bottom: 1px solid #e9e9e9; line-height: 46px; text-align: center; }
.iFCB-news .title .title_more { display: inline-block; margin-bottom: -1px; border-bottom: 1px solid #fe831a; color: #fe831a; font-size: 16px; }





	/* 关于我们 */
.m-abt .m-pic { display: none; }
.m-abt .m-intro { padding:0; line-height: 25px; }
.m-abt .m-intro .u-tt { position: relative; height:80px; margin: 0 0 5px; color:#333; font-size: 30px; line-height: 80px; }
.m-abt .m-intro .u-tt a { display: block; color:#333; }
/*.m-abt .m-intro .u-tt::after{ position: absolute; right: 0; top: 28px; display: block; width: 29px; height: 13px; content:""; background: url(ar.png) no-repeat; }*/
.m-abt .m-intro .u-des { min-height: 100px; margin: 0; padding:0 0 30px; color: #333; font-size: 14px; }
.m-abt .m-intro .u-memo { padding:30px 0 0; border-top: 1px solid rgba(255,255,255,0.2); color: #389157; font-size: 16px; line-height: 30px; }
.m-abt .m-intro .u-memo strong,
.m-abt .m-intro .u-memo span {  }


.ATM-MAP img { border:5px solid #ebebeb; }

	/* 底部导航 */
.navbox_foot { padding:45px 0 35px; background:#474747; }
.navbox_foot .nav { position:relative; width:1200px !important; height: auto; text-align:left; }
.navbox_foot .nav>ul>li { display:inline-block; height: auto; vertical-align:top; }
.navbox_foot .nav>ul>li.line { width:0 !important; }
.navbox_foot .nav>ul>li>a { padding: 3px 5px; color: #909090; font-weight: bold; }
.navbox_foot .nav>ul>li .shownav { position: relative; top: 0; display: block; background:none; box-shadow:none; visibility:visible; }
.navbox_foot .nav>ul>li .shownav>a { display: block; padding: 3px 0; color: #878787; text-align:left; }
.navbox_foot .nav>ul>li .shownav>a:hover { color: #0e6c3f; }


	/* 快速获取免费报价 */
.iFCB-bj { position: fixed; left: 0; bottom: 0; width: 100%; background: #3a895d; z-index: 999; }
.bj { width:74%; height: 90px; overflow: hidden; float: right  }
.bj .content { padding:18px 0; }
.bj .content::after{display:block;content:"";clear:both}
.bj .content .data,
.bj .content .btn-area { display: inline-block; vertical-align: top; margin: 0 0 0 0; }
.bj .content .data,
.bj .content .data:not(:nth-child(2)) {float: left;width: 230px;margin-right: 20px;}
.bj .content .data .title_name { display: none; }
.bj .content .data .input_option { line-height: 52px; }
.bj .content .data .input_option .input {width: 230px!important;height: 52px;border-radius:5px;border:none;background: #fff;}
.bj .content .btn-area { padding: 0 !important; }
.bj .content .btn-area .reset { display: none; }
.bj .content .btn-area .btn-submit { width:200px; height: 52px; margin: 0;  border-radius:5px; background:#e34017; background:linear-gradient(to right,#fe841a,#ffc80a); line-height: 52px; }
.bj .content .inner-message-box {
    width: 58%;
    float: left;
}
.bj .content  .inner-message-box input {width: 50%;height: 52px;line-height: 52px;}


.bj .content i { position: absolute; top:50%; right: 28px; display: block; width:28px; height: 28px; margin-top: -14px; background: url(icon_arr_close.png) no-repeat center; text-align: center; cursor: pointer; }
.bj .content+.clear { position: absolute; right: 0; top: 0; width:40px; height:92px; background:#fe8319 url(icon_arr_clear.png) no-repeat center; transition:all 0.6s ease 0s; display: none; cursor: pointer; }

.m-item .bj { position: fixed; left: 0; bottom: 0; width: 100%; background: url(content_box_bg.png); transition:all 0.3s ease 0s; z-index: 999; }
.m-item .bj .title { margin-right: 15px; }

.mainbg { padding:20px 30px 20px; }

	/*内页样式*/	
.pg_inside .main-home { padding-bottom:40px; background:url(iFCB_inner_bg.jpg); }

	/* 面包屑 */
.location { padding:0; margin:0 0 35px; border: 1px solid #faf5f0; background:#f9f8f8; line-height:40px; }
.location .ico { display:block; padding-left:95px; background:url(icon-home.png) no-repeat;  }
.location .ico a:hover,.location .ico a:last-child { color:#358f4f; }
.location .ico span { padding:0 5px; font-family:"黑体" }

/*

常规-菜单、相关推荐在左，主体内容在右
inner

左右-主体内容在左，菜单、相关推荐在右
inner1

通栏-菜单在上，主体内容、相关推荐在下
inner2 

上左右-菜单在上，相关推荐在下左，主体内容在下右
inner3

下左右-菜单在上，主体内容下左，相关推荐在在下右
inner4

pro_sort_box
	title
		title_more
			a
	pro_sort
		div
			each_li
				name
					icon
						a
				third_box
					third_li
						name
							a
常规部分的栏目标题
*/
.inner .pro_sort_box .title,
.inner1 .pro_sort_box .title,
.inner .box .title,
.inner1 .box .title { display: block; margin-bottom:0; padding:4px; background:url(Pro_sort_title.png); font-size:22px; line-height:30px; text-align:center; }
.inner .pro_sort_box .title .title_more,
.inner1 .pro_sort_box .title .title_more,
.inner .box .title .title_more,
.inner1 .box .title .title_more  { padding:18px 0; background: none; color:#fff; }
.inner .pro_sort_box .title .title_more a,
.inner1 .pro_sort_box .title .title_more a,
.inner .box .title .title_more a,
.inner1 .box .title .title_more a { display: inline; height: auto; padding:0; background: none; color:#fff; font:100 24px/46px "Microsoft Yahei","微软雅黑"; }

.inner2 .pro_sort_box .title,.inner3 .pro_sort_box .title,.inner4 .pro_sort_box .title,.inner2 .box .title,.inner3 .box .title,.inner4 .box .title { display: none; }

.inside_left .box,#leftObj .box,.pro_sort_box { margin-bottom: 20px; text-align: center; }









	/* 内页推荐信息标题 */
.iFCB-inside-title .title { min-height:40px; background:url(location.jpg) repeat-x; line-height:40px; }
.iFCB-inside-title .title .title_more { position:relative; float:left; min-width:140px;  padding:0 40px 0 20px; background:url(iFCB_lt_news.png) no-repeat right top; color:#fff; font-size:14px; text-align:center; }
.iFCB-inside-title .title .title_more:before { position:absolute; bottom:5px; left:9px; display:block; width:1px; height:9px; background:#fff; transform:skew(-45deg); content:""; opacity:1; }
.iFCB-inside-title .title .more { float:right; margin-right:15px; padding-right:10px; background:url(iFCB_sort_ico.png) no-repeat right 45%; }

.iFCB-inside-news .title { margin-top:38px; }
.iFCB-inside-design .title { margin-bottom:30px; }

#leftObj .iFCB-inside-design { display: none; }

.inner1 .inside_content .content,.inner2 .inside_content .content { padding-top:20px; }





/*
	首页默认模式 在线客服 
*/
.online-qq-lx { position:fixed; top:380px; width:55px; z-index:100; }
.online-qq-lx .qq_content-lx dd { position:relative; width:55px; margin-bottom:2px; font-size:12px; }
.mbar-ico { position:relative; background:#117f4a; font-size:14px; }
.mbar-ico i { position:relative; display:block; width:55px; height:40px; background:url(../images/online_lx.png) no-repeat #117f4a; cursor:pointer; z-index:2; }
.mbar-ico .mbar-tip  { position:absolute; top:0; background:#117f4a; color:#fff; opacity:0; transition:all 0.3s ease 0s; text-align:left; white-space:nowrap; visibility:hidden; }
.mbar-ico .mbar-tip a { display:block; color:#fff; }
.mbar-ico .mbar-tip a:hover { color:#ff0; }
.mbar-ico:hover .mbar-tip { opacity:1; z-index:1; visibility:visible; }
	/* QQ */
.mbar-qq i { background-position:0 0; }
.mbar-qq .mbar-tip { min-height:40px; padding:5px 24px 5px 14px; line-height:30px; }
.mbar-qq .mbar-tip img { margin-right:8px; margin-top:-3px; vertical-align:middle; }
	/* 咨询 */
.mbar-tel i { background-position:0 -40px; }
.mbar-tel .mbar-tip { padding:9px 15px; font-size:14px; line-height:22px; }
	/* 二维码 */
.mbar-micro .mbar-tip  { top:-100px; min-width:110px; padding:5px; background:#fff; color:#000; box-shadow: 0 0 10px #ccc; text-align:center; line-height:20px; }
.mbar-micro .mbar-tip span { display:block; }
.mbar-micro-sj i { background-position:0 -200px; }
.mbar-micro-wx i { background-position:0 -120px; }
.mbar-micro-hc i { background-position:0 -160px; }
	/* 返回顶部 */

.mbar-top i { background-position:0 -240px; }
.mbar-top .mbar-tip { right:0; height:40px; line-height:40px; }
.mbar-top .mbar-tip a { padding:0px 15px; }

.online-qq-left { left:10px; right:auto; }
.online-qq-left .mbar-ico .mbar-tip { left:100px; right:auto; }
.online-qq-left .mbar-ico:hover .mbar-tip { left:55px; right:auto; }
.online-qq-left .mbar-top .mbar-tip { left:100px; right:auto; }
.online-qq-left .mbar-top:hover .mbar-tip { left:55px; right:auto; }
.online-qq-right { right:10px; left:auto; }
.online-qq-right .mbar-ico .mbar-tip { right:100px; left:auto; }
.online-qq-right .mbar-ico:hover .mbar-tip { right:55px; left:auto; }
.online-qq-right .mbar-top .mbar-tip { right:100px; left:auto; }
.online-qq-right .mbar-top:hover .mbar-tip { right:55px; left:auto; }

/*在线客服*/
.online-qq{width:135px;z-index:500;padding:12px 0 0;text-align:center}
.qq_content{background:#fff;font-weight:normal;box-shadow:0 0 10px rgba(0, 0, 0, 0.2);}
.qq_content .dt{font-size:14px;font-weight:bold;color:#fff;cursor:pointer;padding:10px 20px;text-align:left}
.qq_content dd{padding:12px;font-size:12px}
.qq_content dd a{line-height:22px;display:block;margin:0 0 5px;border:1px solid #d2d2d2;}
.qq_content dd a:hover{color:#fff;text-decoration:none}
.qq_content dd img{margin:0 3px -3px 0}
.qq_content .tel{background:#eee;font-size:14px}
.qq_content .tel strong{font-weight:bold;color:#f00}
.qq_content .qr{background:#fff}
.qq_content .qr img{margin:0}
.qq_content dd p{padding:.3em 0}
.qq_content dd p a{padding:0 0 0 18px}
.online-qq{}
.qq_content .dt{background:#1a7bb5;}
.qq_content dd a{background:url(tab_bg.jpg) repeat-x}
.qq_content dd a:hover{background:#062f7e;border-color:#062f7e;}
.qq_content dd p a{background:url(icon_qq.png) no-repeat 0 50%;}

.footer { background-color:#3d3c3c; color:#999; }
.footer a { color:#999; }
.footer a:hover { color:#358f4f; }

/*	首页默认模式 向上 */
.pageTop { z-index:100; }
.pageTop { background:url(backtop_icon.png) no-repeat;width:44px;height:44px;position:fixed;margin-right:-650px;right:50%;top:85%;overflow:hidden;text-indent:-999px}
.pageTop a { width:100%;height:100%;display:block;}


/*	首页默认模式 adver */
.adver { position:fixed; width:1200px; height:110px; left:50%; bottom:14px; margin-left:-600px; z-index:99; }
.adver img { width: 100%; height: 100%; }
.adver .adver_close { position:absolute; top:0; right:0; background:url(adver_close.png) no-repeat; display:inline-block; width:22px; height:22px; cursor:pointer; z-index:1; }
.adver .adver_close img { display:none; }


/*	详细页面样式 标题、文字大小、分享、打印、上一条下一条 */
.display_title { padding:0 0 20px;text-align:center;color:#999}
.display_title h1 { margin:0 0 20px;padding:20px 0;border-bottom:1px dotted #ccc;color:#333}

.display_title .info { min-height:28px; line-height:26px; }
.display_title .info span { display:inline-block; }

.m_intro { margin: 10px 20px 15px; padding:20px; background: #fafafa; }

.display_article,.ke-content { line-height:2;color:#444}
.display_article { padding:0 20px; }
.display_article h3{color:#333}
.display_article img { max-width:100%; height:auto; }

.display_title .info .font_size { padding:0 20px;}
.display_title .info .font_size a { padding:0 3px; }
.display_title .info .mobile_qr { padding-right:20px; background:url(cd.png) no-repeat right center; cursor:pointer; }
.display_title .info .mobile_qr .qrimg { display:none; top:20px; }
.display_title .info .mobile_qr:hover .qrimg { display:block; }
.display_title .info .share_box { padding:0; position:relative; display:inline-block; text-align:center; width:102px; margin:0; cursor:pointer; }
.display_title .info .share_box .share_name { background:url(share_name.png) no-repeat; width:102px; height:26px; border-radius:3px; margin-bottom: 5px; border:1px solid #ececec; line-height:26px;color:#333;text-indent:20px;} 
.display_title .info .share_box .share_content { position:absolute; background:#fff!important; width:300px; }

.diplay_foot { display:none; }
.page_up_dn { padding:20px;overflow:hidden;zoom:1;}
.page_up_dn li { float:left; width:50%; }

.display_title .info,
.display_title .others,
.display_title .others_online { display:inline-block; vertical-align:top;}
.display_title .others_online  { background:url(others_online.png) no-repeat; width:102px; height:26px; border-radius:3px; border:1px solid #ececec; line-height:26px;color:#333;text-indent:20px; }

.inner2 .inside_display_left { display:none; }

/*	产品详细页底部在线咨询 */
.PRO-I { height:40px; margin-bottom:10px; background:url(location.jpg) repeat-x; font-size:12px; line-height:40px; }
.PRO-I .TITLE-LEAD { position:relative; float:left; min-width:120px;  padding:0 20px; background:url(iFCB_lt_news.png) no-repeat right top; color:#fff; text-align:center; }
.PRO-I .TITLE-LEAD:before { position:absolute; bottom:5px; left:9px; display:block; width:1px; height:9px; background:#fff; transform:skew(-45deg); content:""; opacity:1; }

/*	网站地图 */
.map { padding:0 20px; }
.sitemap{padding:0;border:1px solid #e5e5e5;margin:0;overflow:hidden;zoom:1;margin:10px 0}
.sitemap dt{padding:0;background:url(redian.png) no-repeat right top;height:50px;line-height:50px;color:#000;font-weight:bold;text-align:center;width:10%;float:left;color:#669934}
.sitemap dt a{color:#111}
.sitemap dd{padding:0;margin:0 11%;height:50px;line-height:50px;}
.sitemap dd a{padding:0 1em 0 0}

/*	产品详细页 多图模式 */
.IMGVIEW .display_title .btn a { background-image:url(btn_img.jpg)!important; }



.pg_inside .main-home .TW_CONTENT .m-pic { display:none; }

/* 放大镜 */
.smallImg { height:80px!important; }
.smallImg #imageMenu {height:60px!important; }
.smallImg #imageMenu li img {width:60px;height:60px!important; }

