﻿@charset "utf-8";
a:hover,
.spot,
.topArea span .wbst,
.topArea span .wbst a,
.title_more a,
.inner2 .inside_left .title a,
.inner3 .inside_left .title a,
.inner4 .inside_left .title a,
.location .ico a:hover,
.location .ico a:last-child {
    color: #1f551b;
}
.header {
    /* background: #fff; */
}
.header .header-inner {
    margin: 20px auto;
}
.header .header-inner .logo {
    float: left;
}
.topArea {
    background-color: #f1f2f4;
    height: 40px;
    line-height: 40px;
    border: 0px;
}
#topNav {
    /* background: #595959; */
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
}
.nav li {
    height: 58px;
    padding: 0;
    line-height: 58px;
    font-size: 16px;
}
.nav li a {
    font-size: 16px;
    line-height: 58px;
}
.nav li.line {
    padding: 0;
    /* background: url(../img/nav_line_bg.png) no-repeat 50% 50%; */
}
.nav li > a:hover,
.nav li > .current {
    height: 58px;
    border: 0;
    overflow: hidden; /*background:#e0a800;*/
    color: #fff;
    z-index: 1;
}
.nav li .shownav {
    background: #595959;
}
.nav li .shownav a {
    border-bottom: 1px solid #fff;
    box-shadow: none;
}
.nav li .shownav a:hover {
    /*background-color:#e0a800; border-color:#e0a800;*/
}
.nav li:hover .shownav {
    top: 48px;
}

/*banner样式*/
.picBox .hd ul li {
    background: #fff;
    color: #0059a9;
}
.picBox .hd li.on {
    background: #5b3f2c;
    color: #fff;
}
.picBox .next,
.picBox .prev {
    background: url(../img/icon_arr.png) no-repeat;
}

/* 热点 */
.HOT-KEYS {
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
}
.HOT-KEYS .keyleft {
    width: 1200px;
}
.HOT-KEYS .title_more {
    color: #5b3f2c;
}

/* 搜索 */
.searchformBox {
    margin-right: -600px;
    background: #ddd;
    box-shadow: inset 3px 3px 3px #ccc;
}
.searchformBox:hover {
    background: #e6e6e6;
    box-shadow: inset 3px 3px 3px #dad6d6;
}
.searchformBox .btn_serach {
    background: url(../img/sbtn.png) no-repeat;
}
.searchformBox .serach_input::-webkit-input-placeholder {
    color: #333;
}
.searchformBox .serach_input:-moz-placeholder {
    color: #333;
}
.searchformBox .serach_input::-moz-placeholder {
    color: #333;
}
.searchformBox .serach_input:-ms-input-placeholder {
    color: #333;
}
/* placeholder 颜色 */
.searchformBox:hover .serach_input::-webkit-input-placeholder {
    color: #333;
}
.searchformBox:hover .serach_input:-moz-placeholder {
    color: #333;
}
.searchformBox:hover .serach_input::-moz-placeholder {
    color: #333;
}
.searchformBox:hover .serach_input:-ms-input-placeholder {
    color: #333;
}

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

		iFCB 新版式 首页

**************************************************/
/*首页关于我们*/
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}
.in_about {
    width: 100%;
    background: #fff url(../img/aboutbg.jpg) repeat-x;
    padding-top: 38px;
}
.in_about .title {
    width: 1200px;
    margin: 0 auto;
    height: 77px;
    background: url(../img/about_t.jpg) top center no-repeat;
}
.in_about .con {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.in_about .con .fl {
    float: left;
    width: 600px;
    margin-top: 10px;
}
.in_about .con .fl a {
    display: block;
    width: 600px;
    height: 377px;
}
/* .in_about .con .fl a:hover{background:url(../img/about02.jpg);} */
.in_about .con .fr {
    float: right;
    width: 570px;
}
.in_about .con h4 {
    border-bottom: 2px solid #fe0000;
    height: 50px;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.in_about .con h4 span,
.in_about .con h4 em {
    display: block;
    line-height: 25px;
}
.in_about .con h4:after {
    content: "";
    width: 200px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    background: #000;
    border-right: 5px solid #fff;
}
.in_about .con .text {
    margin-top: 15px;
    line-height: 26px;
    font-size: 15px;
}
.in_about .con .text a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 5px;
    background: #595959;
    color: #fff;
    padding: 0 10px;
}
/* 标题
.iFCB-title
|- .content
|---- .GD_CONTENT
|-------- .title
|------------ h2
*/
.iFCB-title,
.iFCB-title-dis {
    position: relative;
    height: 66px;
}
.iFCB-title .content .title h2,
.iFCB-title-dis .content .title h2 {
    min-width: 130px;
    line-height: 66px;
}
.iFCB-title .content .title h2 i,
.iFCB-title-dis .content .title h2 i {
    display: none;
}
/*
.iFCB-title:after,
.iFCB-title:before,
.iFCB-title-dis:after,
.iFCB-title-dis:before { position: absolute; top:50%; width:26%; height:1px; margin-top:-1px; background-color:#ededed; content: ""; }
.iFCB-title:after,
.iFCB-title-dis:after { left:0; }
.iFCB-title:before,
.iFCB-title-dis:before { right:0; }
*/

.iFCB-title .content,
.iFCB-title-dis .content {
    height: 66px;
    padding-left: 17px;
    background: url(../img/ifcb_tl.png) no-repeat left center;
    z-index: 1;
}
.iFCB-title .content .title,
.iFCB-title-dis .content .title {
    padding-right: 17px;
    background: url(../img/ifcb_tr.png) no-repeat right center;
}
.iFCB-title .content .title h2,
.iFCB-title-dis .content .title h2 {
    padding: 0;
    background: url(../img/ifcb_tc.png) repeat-x center;
    color: #000;
}

.iFCB-title-dis .content .title h2 {
    color: #fff;
}

/* 深色块不同样式 */
.iFCB-title-dis:after,
.iFCB-title-dis:before {
    background-color: #fff;
}

/* 快捷图标 */
.iFCB-APP .bd li {
    float: left;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.iFCB-APP .bd li .iFCB-rp {
    position: relative;
    padding: 0 1px;
}
.iFCB-APP .bd li .pic {
}
.iFCB-APP .bd li dl {
    position: absolute;
    bottom: 0;
    left: 11px;
    width: 275px;
    text-align: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}
.iFCB-APP .bd li dl .title {
    padding: 8px 0;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.iFCB-APP .bd li dl .title a {
    color: #fff;
}
.iFCB-APP .bd li .more {
    display: none;
}

/* 更多按钮隐藏 */
.pro_sort .promore {
    display: none;
    text-align: center;
}
.pro_sort .promore a {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    bottom: 0;
    display: block;
    text-indent: -999px;
    overflow: hidden;
}

/* 产品图片 */
.iFCB-TPLB li {
    position: relative;
    float: left;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 25%;
}
.iFCB-TPLB li .iFCB-rp {
    position: relative;
    margin: 10px;
    border: 1px solid #eee;
    background: #fff;
    height: 200px;
}
.iFCB-TPLB li .pic {
    position: relative;
    padding: 10px 10px 60px;
    transition: all 0.3s ease 0s;
}
.iFCB-TPLB li .pic img {
    max-width: 200px;
    max-height: 150px;
}
.iFCB-TPLB li dl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.3s ease 0s;
}
.iFCB-TPLB li dl dt.title {
    position: relative;
    height: 43px;
    margin: 0 20px 4px;
    padding: 0;
    font-size: 12px;
    line-height: 43px;
}
.iFCB-TPLB li dl dt.title:after {
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    width: 100%;
    height: 43px;
    background: transparent;
    content: "";
    transition: all 0.2s ease 0.2s;
    z-index: 1;
}
.iFCB-TPLB li dl dt.title:before {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 100%;
    height: 43px;
    content: "";
    transition: all 0.2s ease 0.2s;
}
.iFCB-TPLB li dl dt.title a {
    position: relative;
    display: block;
    padding: 0 15px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 2;
}
.iFCB-TPLB li dl dt.title a:after {
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
    display: block;
    border: 1px solid #e7d4d4;
    border-top: 0;
    content: "";
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.iFCB-TPLB li dl dt.title a:before {
    position: absolute;
    bottom: 5px;
    left: 9px;
    display: block;
    width: 1px;
    height: 9px;
    background: #fff;
    transform: skew(-45deg);
    content: "";
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.iFCB-TPLB li .more {
    position: absolute;
    top: -10px;
    right: 10px;
    display: none;
    opacity: 0;
    width: 30px;
    height: 30px;
    background: #bca267;
    line-height: 30px;
    transition: all 0.3s ease 0s;
}

/* 经过效果 */
.iFCB-TPLB li:hover .iFCB-rp {
    box-shadow: 0 0 15px #e5e5e5;
}
.iFCB-TPLB li:hover dl {
    height: 90px;
    padding: 25px 0;
    background: url(../img/content_box_bg.png);
}
.iFCB-TPLB li:hover dl dt.title {
}
.iFCB-TPLB li:hover dl dt.title:after {
    top: 0;
    left: 0;
    background: #595959;
}
.iFCB-TPLB li:hover dl dt.title:before {
    top: 4px;
    left: 4px;
    background: #bfbfbf;
}
.iFCB-TPLB li:hover dl dt.title a {
    color: #fff;
}
.iFCB-TPLB li:hover dl dt.title a:after {
    opacity: 0;
}
.iFCB-TPLB li:hover dl dt.title a:before {
    opacity: 0;
}

/* 推荐产品 */
.iFCB-pro-hot .content {
    text-align: center;
    overflow: hidden;
}
.iFCB-pro-hot .content img {
    position: relative;
    display: block;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

/* 特殊背景 */
.iFCB-case-wp {
    position: relative;
}

/* 加盟店展示 */
.iFCB-vue li .iFCB-rp {
    background: #fff;
}
.iFCB-vue li .iFCB-rp .pic {
    padding: 10px 10px 55px;
}
.iFCB-vue li .iFCB-rp .pic img {
    width: 200px;
    height: 150px;
}
.iFCB-vue li .iFCB-rp:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 5px;
    border: 1px solid transition;
    content: "";
}
.iFCB-vue li:hover .iFCB-rp dl:after,
.iFCB-vue li:hover .iFCB-rp dl:before {
    background-color: #f0efed;
}
.iFCB-vue li:hover .iFCB-rp {
    box-shadow: 0 0 15px #ccc;
}
#div_2145 {
    background: url(../img/newsbg.png) center no-repeat;
}
#div_2141 {
    width: 100%;
    background: #ececec;
    padding: 20px 0;
}
#div_2141 .in-con {
    width: 1200px;
    margin: 0 auto;
}
#div_2141 .fl {
    float: left;
    width: 625px;
}
#div_2141 .fl h2 {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-indent: 20px;
    padding: 0px;
    margin: 0px;
    background: #595959;
}
#div_2141 .fl h2 a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: #0d943b;
    padding: 0 10px;
    text-indent: 0;
}
/*#div_2141 .fl h2:after{content: ""; width:6px; height:21px; position:absolute; top:10px; left:0px; background:#e0a800;}*/
#div_2141 .line {
    float: left;
    height: 270px;
    width: 1px;
    background: #000;
    margin-left: 30px;
    margin-top: 20px;
}
#div_2141 .fl li {
    border-bottom: 1px solid #e2e2e2;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    background: url(../img/icon_lead.jpg) center left no-repeat;
}
#div_2141 .fl li a {
    float: left;
}
#div_2141 .fl li span {
    float: right;
}
#div_2141 .fr {
    float: right;
    width: 510px;
}
#div_2141 .fr h2 {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-indent: 20px;
    padding: 0px;
    margin: 0px;
    background: #595959;
}
#div_2141 .fr h2 a {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: #0d943b;
    padding: 0 10px;
    text-indent: 0;
}
/*#div_2141 .fr h2:after{content: ""; width:6px; height:21px; position:absolute; top:10px; left:0px; background:#e0a800;}*/
#div_2141 .fr li {
    border-bottom: 1px solid #e2e2e2;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    background: url(../img/icon_lead.jpg) center left no-repeat;
}
#div_2141 .fr li a {
    float: left;
}
#div_2141 .fr li span {
    float: right;
}
/* 新闻资讯背景 */
.iFCB-news-wp {
    background-position: center bottom !important;
    background-repeat: repeat !important;
    background-color: #ececec !important;
}

/* 新闻资讯 */
.iFCB-news {
    position: relative;
    transition: all 0.3s ease 0s;
}
.iFCB-news .bd {
    position: relative;
}
.iFCB-news .bd li {
    position: relative;
    padding: 15px 0;
}
.iFCB-news-item {
    width: 970px;
    margin: 0 auto;
    padding: 0 115px;
    color: #fff;
}
.iFCB-news-item .date {
    float: left;
    width: 94px;
    height: 94px;
    margin-top: 15px;
    margin-right: 35px;
    padding: 12px;
    background: url(../img/ifcb_nbd.png) no-repeat;
    color: #333;
    font-size: 26px;
    text-align: center;
}
.iFCB-news-item .date span {
    position: relative;
    display: inline-block;
    margin-top: 52px;
    vertical-align: top;
}
.iFCB-news-item .date .date_y {
    display: block;
    margin-bottom: -110px;
    font-size: 14px;
    line-height: 22px;
}
.iFCB-news-item .date .split_m {
    display: none;
}
.iFCB-news-item dl {
    display: block;
    overflow: hidden;
    zoom: 1;
    min-height: 144px;
    padding-left: 40px;
    border-left: 1px solid #fff;
    transition: all 0.3s ease 0s;
}
.iFCB-news-item dl .title {
    position: relative;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 50px;
    transition: all 0.3s ease 0s;
}
.iFCB-news-item dl .title a {
    color: #fff;
}
.iFCB-news-item dl .title a:hover {
    color: #562b0f;
}
.iFCB-news-item dl .title:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.iFCB-news-item dl .description {
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
    opacity: 0.8;
}
/* 切换 */
.iFCB-news .prev,
.iFCB-news .next {
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) -110px 0 no-repeat;
    opacity: 0.5;
    z-index: 1;
}
.iFCB-news .next {
    left: auto;
    right: 10%;
    background-position: 8px 0;
}
.iFCB-news .prev:hover,
.iFCB-news .next:hover {
    opacity: 1;
}
.iFCB-news .prev:hover {
    background-position: -176px 0;
}
.iFCB-news .next:hover {
    background-position: -60px 0;
}
.iFCB-news .prevStop,
.iFCB-news .nextStop {
    display: none;
}

/* 新闻列表模式 */
.iFCB-news {
    padding-top: 20px;
}
.iFCB-news .iFCB-list {
    width: 1200px;
    margin: 0 auto;
}
.iFCB-list li {
    float: left;
    list-style: 30px;
}
.iFCB-list li .iFCB-rp {
    margin: 0 8px;
    border-bottom: 0;
    line-height: 30px;
    overflow: hidden;
    zoom: 1;
}
.iFCB-list li .iFCB-rp .topic {
    display: block;
    padding: 0 10px;
    background: url(../img/ifcb_icon_1.gif) no-repeat 0 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.iFCB-list li .iFCB-rp .topic a:hover { color:#ab8763; }*/

/* 关于我们 */
.iFCB-abt {
    padding-top: 40px;
    text-align: center;
}
.iFCB-abt .pic {
    margin-bottom: 20px;
}
.iFCB-abt .intro {
    line-height: 28px;
}
.iFCB-abt .intro .t {
    font-size: 18px;
    line-height: 44px;
    display: none;
}
.iFCB-abt .intro .v {
    padding-bottom: 35px;
}
.iFCB-abt .intro .more {
    width: 119px;
    height: 38px;
    margin: 0 auto;
    background: #205aa7;
    line-height: 36px;
}
.iFCB-abt .intro .more a {
    display: block;
    border: 1px solid #ab8763;
    background: #ab8763;
    color: #fff;
}
.iFCB-abt .intro .more a:hover {
    border: 1px solid #ab8763;
    background: #ab8763;
    background: linear-gradient(to bottom, #ab8763, #ab8763);
    color: #fff;
}

.iFCB-form-wp .iFCB-title-dis {
    margin-bottom: 50px;
}

/* 首页表单 */
.iFCB-form {
    float: left;
    margin-right: 60px;
}
.iFCB-form .data {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 17px;
}
.iFCB-form .data::after {
    content: "";
    display: table;
    clear: both;
}
.iFCB-form .data .title_name {
    float: left;
    width: 100px;
    color: #000;
    font-size: 14px;
    line-height: 36px;
}
.iFCB-form .data .input {
    border: 1px solid #fff;
    background: #fff;
    color: #333;
}
.iFCB-form .data textarea.input {
    min-height: 110px;
}
.iFCB-form .data .input_option {
    display: block;
    overflow: hidden;
    zoom: 1;
}
.iFCB-form .data .input_option span {
    display: block;
    line-height: 31px;
    margin-bottom: -10px;
}
.iFCB-form .data .input_option .input {
    width: 348px;
}
.iFCB-form .btn-area {
    padding: 0 0 0 100px;
}
.btn-area .btn-submit,
.btn-area .reset {
    height: 34px;
    border: 1px solid #888;
    font-size: 14px;
    line-height: 34px;
}
.btn-area .btn-submit,
.iFCB-form .btn-area .btn-submit {
    background: #304a83;
    background: linear-gradient(to bottom, #304a83, #304a83);
    color: #fff;
    margin-right: 24px;
}
.btn-area .reset,
.iFCB-form .btn-area .reset {
    background: #304a83;
    background: linear-gradient(to bottom, #304a83, #304a83);
    color: #fff;
}
.iFCB-form .btn-area .btn-submit,
.iFCB-form .btn-area .reset {
    border: none;
    font-size: 14px;
    line-height: 34px;
}

/* 常见问题 */
.iFCB-question {
    display: block;
    overflow: hidden;
    zoom: 1;
}
.iFCB-question .bd {
    overflow: hidden;
}
.iFCB-question .bd .pic,
.iFCB-question .bd .intro .more {
    display: none;
}
.iFCB-question .bd .intro {
    padding: 20px 0 20px 48px;
    border-bottom: 1px dotted #8a7161;
    background: url(../img/ifcb_qc.png) no-repeat 5px 20px;
    color: #fff;
    line-height: 24px;
}
.iFCB-question .bd .intro .t {
    margin-bottom: 5px;
    color: #fff;
}
.iFCB-question .bd .intro .t a {
    color: #fff;
}
.iFCB-question .bd .intro .t a:hover {
    color: #000;
}
.iFCB-question .bd .intro .v {
}

/* 底部导航 */
.navbox_foot {
    margin-bottom: -26px;
    background: #404040;
}
.navbox_foot .nav {
    position: relative;
    top: -26px !important;
    width: 1140px !important;
    background: #6b0203;
    text-align: center;
}
.navbox_foot .nav li {
    width: auto !important;
    display: inline-block;
    padding: 0 12px;
    vertical-align: top;
    float: none;
}
.navbox_foot .nav li.line {
    width: 2px !important;
}
.navbox_foot .nav li a:hover,
.navbox_foot .nav li > .current {
    border: 1px solid #c9b6b0;
    background: #fff;
    color: #8e3e3f;
    z-index: 1;
}
.navbox_foot .nav li > a:hover:after,
.navbox_foot .nav li > a:hover:before {
    position: absolute;
    top: 3px;
    display: block;
    width: 24px;
    height: 50px;
    content: "";
}
.navbox_foot .nav li > a:hover:after {
    left: 3px;
    background: url(../img/nav_bg_cur1.png) no-repeat;
}
.navbox_foot .nav li > a:hover:before {
    right: 3px;
    background: url(../img/nav_bg_cur2.png) no-repeat;
}
.navbox_foot .nav li > .current:after,
.navbox_foot .nav li > .current:before {
    position: absolute;
    top: 3px;
    display: block;
    width: 24px;
    height: 50px;
    content: "";
}
.navbox_foot .nav li > .current:after {
    left: 3px;
    background: url(../img/nav_bg_cur1.png) no-repeat;
}
.navbox_foot .nav li > .current:before {
    right: 3px;
    background: url(../img/nav_bg_cur2.png) no-repeat;
}

.mainbg {
    padding: 10px 30px 0;
}

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

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

/*
pro_sort_box
	title
		title_more
			a
	pro_sort
		div
			each_li
				name
					icon
						a
				third_box
					third_li
						name
							a
常规部分的栏目标题
*/
.inside_left .box,
#leftObj .box,
.pro_sort_box {
    margin-bottom: 20px;
}
.inside_left .box .title,
#leftObj .box .title,
.pro_sort_box .title {
    margin-bottom: 0;
    padding: 4px;
    background: url(../img/pro_sort_title.jpg);
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
.inside_left .box .title_more,
#leftObj .box .title_more,
.pro_sort_box .title_more {
    padding: 18px 10px;
    border: 1px solid #ababab;
    color: #fff;
}
.inside_left .box .title_more a,
#leftObj .box .title_more a,
.pro_sort_box .title_more a {
    color: #fff;
}

.each_li > .name,
.menu dl dt {
    position: relative;
    border-bottom: 1px solid #ccc;
    background: url(../img/ifcb_lt_sort.png) repeat-x left bottom;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
}
.each_li > .name > div {
    position: relative;
}
.each_li > .name > div > a,
.menu dl dt a {
    position: relative;
    display: block;
    padding: 17px 40px 15px;
    text-indent: -1.2em;
}
.each_li > .name > div > a:after,
.menu dl dt a:after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 4px;
    height: 7px;
    margin-top: -3px;
    background: url(../img/ifcb_sort_ico2.png) no-repeat;
    content: "";
    z-index: 1;
}
.each_li > .name > .icon:after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 10px;
    height: 10px;
    padding: 10px;
    margin-top: -15px;
    background: url(../img/third_box.png) no-repeat 0 11px;
    cursor: pointer;
    content: "";
    z-index: 2;
}
.each_li.current > .name:after,
.each_li.current > .name:before {
    position: absolute;
    display: block;
    content: "";
    z-index: 1;
}
.each_li.current > .name:after {
    top: 0;
    right: 0; /* width:55px; height:35px; background:url(../img/ifcb_lt_sort_h1.png) no-repeat;*/
}
.each_li.current > .name:before {
    bottom: 0;
    left: 0;
    width: 65px;
    height: 22px;
    background: url(../img/ifcb_lt_sort_h2.png) no-repeat;
}
.each_li.current > .name > div > a:after {
    background: none;
}
.each_li.active > .name > .icon:after {
    background: url(../img/third_box.png) no-repeat 0 -78px;
}
.each_li:hover > .name,
.each_li.current > .name,
.menu dl dt:hover,
.menu dl dt a.current {
    border-bottom: 1px solid #ccc;
    background: #fff;
    background: linear-gradient(to bottom, #fff, #f7f7f7);
}
.each_li .third_box .third_li,
.menu dl dd {
    border-bottom: 1px solid #ccc;
    background: url(../img/ifcb_lt_sort.png) repeat-x left bottom #fff;
}
.each_li .third_box .third_li .name {
    font-size: 13px;
    text-align: center;
    line-height: 20px;
}
.each_li .third_box .third_li .name a,
.menu dl dd a {
    display: block;
    padding: 10px 40px 5px;
}
.each_li .third_box .third_li.current,
.menu dl dd a.current {
    border-bottom: 1px solid #ccc;
    background: linear-gradient(to bottom, #eee, #ddd);
}
.iFCB-category .pro_sort_box .title,
.inner2 .pro_sort_box .title,
.inner3 .pro_sort_box .title,
.inner4 .pro_sort_box .title {
    margin-bottom: 0;
    background: none;
}
.iFCB-category .pro_sort_box .title_more,
.inner2 .pro_sort_box .title_more,
.inner3 .pro_sort_box .title_more,
.inner4 .pro_sort_box .title_more {
    padding: 18px 10px;
    border: 0;
}
.iFCB-category .pro_sort,
.inner2 .pro_sort,
.inner3 .pro_sort,
.inner4 .pro_sort {
    min-height: 30px;
    padding: 0 0 25px;
    text-align: center;
}
.iFCB-category .pro_sort > div,
.inner2 .pro_sort > div,
.inner3 .pro_sort > div,
.inner4 .pro_sort > div {
    height: auto !important;
}
.iFCB-category .each_li,
.inner2 .each_li,
.inner3 .each_li,
.inner4 .each_li {
    display: inline-block;
    height: 32px;
    vertical-align: top;
}
.iFCB-category .each_li > .name,
.inner2 .each_li > .name,
.inner3 .each_li > .name,
.inner4 .each_li > .name {
    border-radius: 3px;
    border: 1px solid #f2f2f2;
    background: #fff;
    background: linear-gradient(to bottom, #fff, #f8f4f1);
    line-height: 30px;
}
.iFCB-category .each_li > .name > div > a,
.inner2 .each_li > .name > div > a,
.inner3 .each_li > .name > div > a,
.inner4 .each_li > .name > div > a {
    padding: 0 12px 0 22px;
    color: #333;
}
.iFCB-category .each_li > .name > div > a:after,
.inner2 .each_li > .name > div > a:after,
.inner3 .each_li > .name > div > a:after,
.inner4 .each_li > .name > div > a:after {
    left: 10px;
    background: url(../img/ifcb_sort_ico2.png) no-repeat;
}
.iFCB-category .each_li > .name > .icon > a,
.inner2 .each_li > .name > .icon > a,
.inner3 .each_li > .name > .icon > a,
.inner4 .each_li > .name > .icon > a {
    /*padding-right:30px;*/
}
.iFCB-category .each_li > .name > .icon:after,
.inner2 .each_li > .name > .icon:after,
.inner3 .each_li > .name > .icon:after,
.inner4 .each_li > .name > .icon:after {
    right: 10px;
    display: none;
}
.iFCB-category .each_li .third_box,
.inner2 .each_li .third_box,
.inner3 .each_li .third_box,
.inner4 .each_li .third_box {
    display: none !important;
}
.iFCB-category .each_li:hover > .name,
.iFCB-category .each_li.current > .name,
.inner2 .each_li:hover > .name,
.inner2 .each_li.current > .name,
.inner3 .each_li:hover > .name,
.inner3 .each_li.current > .name,
.inner4 .each_li:hover > .name,
.inner4 .each_li.current > .name {
    border: 1px solid #595959;
    background: #595959;
    background: linear-gradient(to bottom, #595959, #595959);
}
.iFCB-category .each_li:hover > .name > div > a,
.iFCB-category .each_li.current > .name > div > a,
.inner2 .each_li:hover > .name > div > a,
.inner2 .each_li.current > .name > div > a,
.inner3 .each_li:hover > .name > div > a,
.inner3 .each_li.current > .name > div > a,
.inner4 .each_li:hover > .name > div > a,
.inner4 .each_li.current > .name > div > a {
    color: #fff;
}
.iFCB-category .each_li:hover > .name > div > a:after,
.iFCB-category .each_li.current > .name > div > a:after,
.inner2 .each_li:hover > .name > div > a:after,
.inner3 .each_li:hover > .name > div > a:after,
.inner4 .each_li:hover > .name > div > a:after,
.inner2 .each_li.current > .name > div > a:after,
.inner3 .each_li.current > .name > div > a:after,
.inner4 .each_li.current > .name > div > a:after {
    width: 4px;
    height: 7px;
    margin-top: -3px;
    background: url(../img/ifcb_sort_ico.png) no-repeat;
}
.iFCB-category .each_li.current > .name:after,
.iFCB-category .each_li.current > .name:before,
.inner2 .each_li.current > .name:after,
.inner2 .each_li.current > .name:before,
.inner3 .each_li.current > .name:after,
.inner3 .each_li.current > .name:before,
.inner4 .each_li.current > .name:after,
.inner4 .each_li.current > .name:before {
    display: none;
}

.iFCB-category .each_li > .name > div > a {
    text-indent: 0;
}

/* 内页标题 */
.iFCB-inside-title div.title {
    height: 40px;
    margin-bottom: 10px;
    background: url(../img/../img/location_1.jpg) repeat-x;
    line-height: 40px;
}
.iFCB-inside-title div.title .title_more {
    position: relative;
    float: left;
    min-width: 120px;
    padding: 0 40px 0 20px;
    background: url(../img/ifcb_lt_news.png) no-repeat right top;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.iFCB-inside-title div.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 div.title .more {
    float: right;
    margin-right: 20px;
    padding-right: 10px;
    background: url(../img/ifcb_sort_ico2.png) no-repeat right center;
}

/*
内页几种布局方式
左  右：inner1
上左右：inner2
左右下：inner3
*/

#rightObj .iFCB-pro .iFCB-rp .pic,
#leftObj .iFCB-pro .iFCB-rp .pic,
.inside_content .iFCB-rp .pic {
    margin: 0 auto;
    padding: 10px 10px 45px;
    overflow: hidden;
}

/* 分页 */
.paging {
    padding: 50px 10px 30px;
    text-align: center;
}
.paging a,
.paging span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 3px 8px;
    border: 1px solid #304a83;
    background: #fff;
    vertical-align: top;
    margin: 0 2px;
}
.paging span {
    background: #304a83;
    border-color: #304a83;
    color: #fff;
}
.paging select {
    min-height: 26px;
    line-height: 26px;
}
.paging a


    /* 表单部分 */
.btn-area {
    padding: 20px 161px;
}

.module_form_box {
    padding: 0 20px 50px;
    background: url(../img/module_form_box.jpg) no-repeat right 10%;
}
.module_form_box .module_form_topic {
    font-size: 14px;
    font-weight: normal;
}
.module_field {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0;
    clear: both;
}
.module_field .c_left {
    float: left;
    width: 160px;
    text-align: right;
    line-height: 40px;
}
.module_field .middle {
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 0 8px;
}
.module_field .middle input {
    padding: 7px 8px;
}

.module_form_box .btn-area,
.module_form_content .btn-area {
    padding: 20px 168px !important;
}

/* 会员登录 */
.module_form_content {
    padding-top: 50px;
}

/* 人才招聘页面 */
.contact {
    margin: 0 0 20px;
    padding: 0 20px 20px;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    line-height: 2;
}
.formitemlist {
    margin: 0 20px;
}
.formitemlist td {
    padding: 8px 0;
}
.formitemlist .formInput {
    min-width: 350px;
    padding: 7px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.formitemlist .date {
    float: none;
    padding: 7px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.formitemlist .leftspan {
    min-width: 121px;
    padding: 0 10px;
    text-align: right;
    font-size: 14px;
}

/* 通栏 - 表单部分 */
#inside_leftObj .module_form_box .module_field .c_left {
    width: 260px;
}
#inside_leftObj .module_form_box .btn-area {
    padding-left: 268px !important;
}

.display_content .btn-area {
    padding: 20px 168px !important;
}

/* 通栏 - 表单部分 */
#inside_leftObj .display_content .module_field .c_left {
    width: 260px;
}
#inside_leftObj .display_content .btn-area {
    padding-left: 268px !important;
}

/*		新闻列表 XW	*/
.XW_LIST li .wrap .topic {
    background: url(../img/icon_lead.jpg) no-repeat 0 50%;
}

/*	头条新闻 TTXW */
.TTXW_LIST li .wrap .topic {
    background: url(../img/icon_lead.jpg) no-repeat 0 50%;
}

/*
	首页默认模式 相册模式
*/
.main-case {
    padding: 15px 0 35px;
    background: #fff;
}
.main-case .topic {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #111;
    margin: 0 0 15px;
}
.slider-box-img {
    width: 100%;
    min-width: 980px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #e8e8e8;
}
.slider_box_bd {
    height: 480px;
    position: relative;
    background: #fff;
    border: 0 !important;
}
.slider-box-img .bd {
    width: 980px;
    position: absolute;
    left: 50%;
    margin-left: -490px;
}
.slider-box-img .bd li {
    width: 980px;
    line-height: 480px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.slider-box-img .bd li img {
    max-width: 900px;
    max-height: 400px;
}
.slider-box-img .bd li .theme {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
}
.slider-box-img .bd li .theme .w {
    padding: 0 10px;
    color: #111;
}
.slider-box-img .bd li .theme .c {
    padding: 0 10px;
    color: #666;
    line-height: 22px;
}
.slider-box-img .tempWrap {
    overflow: visible !important;
}
.slider-box-img .tempWrap ul {
    margin-left: -980px !important; /*强制位置*/
}
.slider-box-img .bd li p {
/position: absolute;
/top: 50%;
}
.slider-box-img .bd li p img {
/position: relative;
/top: -50%;
/left: -50%;
    vertical-align: middle;
}
.slider-box-img .bd li p:after {
    content: ".";
    font-size: 1px;
    overflow: hidden;
}

.slider_box_hd {
    border-top: 1px solid #e8e8e8;
    padding: 15px 0 0;
}
.slider-box-img .hd {
    position: relative;
    margin: 0 auto;
    height: 95px;
    overflow: hidden;
    width: 882px;
    left: 0;
    z-index: 1;
    text-align: center;
}
.slider-box-img .hd .wrap {
    width: 10000%;
    position: relative;
    font-size: 0;
}
.slider-box-img .hd .wrap ul {
    position: relative;
}
.slider-box-img .hd li {
    float: left;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
    border: 3px solid #f9f9f9;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slider-box-img .hd li.on {
    border-color: #f60;
    filter: alpha(opacity=100);
    opacity: 1;
}
.slider-box-img .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 480px;
    cursor: pointer;
}
.slider-box-img .pnBtn:hover {
    background-color: #ddd;
    filter: alpha(opacity=85);
    opacity: 0.85;
}
.slider-box-img .prev {
    left: -50%;
    margin-left: -490px;
    border-right: 1px solid #e8e8e8;
}
.slider-box-img .next {
    left: 50%;
    margin-left: 490px;
    border-left: 1px solid #e8e8e8;
}
.slider-box-img .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 480px;
    background: #fff;
    filter: alpha(opacity=85);
    opacity: 0.85;
}
.slider-box-img .pnBtn .arrow {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 60px;
    height: 480px;
}
.slider-box-img .pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.slider-box-img .prev .arrow {
    right: 0;
    background: url(../img/slider-arrow.png) -95px 50% no-repeat #666;
}
.slider-box-img .next .arrow {
    left: 0;
    background: url(../img/slider-arrow.png) 20px 50% no-repeat #666;
}

.PageNum {
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../img/digital_box.png) no-repeat;
    width: 36px;
    height: 36px;
    z-index: 100;
}
.PageNum .curNum {
    font-size: 26px;
    color: #f30;
    position: absolute;
    margin: -10px 0 0 -20px;
    text-align: right;
    width: 30px;
}
.PageNum .allNum {
    color: #cfcfcf;
    margin: 20px 0 0 10px;
}

/*
	首页默认模式 在线客服
*/
.online-qq-lx {
    position: absolute;
    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: #e0a800;
    font-size: 14px;
}
.mbar-ico i {
    position: relative;
    display: block;
    width: 55px;
    height: 40px;
    background: url(../img/online_lx.png) no-repeat #e0a800;
    cursor: pointer;
    z-index: 2;
}
.mbar-ico .mbar-tip {
    position: absolute;
    top: 0;
    background: #e0a800;
    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 {
    display: none;
}
.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: 0.3em 0;
}
.qq_content dd p a {
    padding: 0 0 0 18px;
}
.online-qq {
    background: url(../img/nav_up.png) no-repeat 50% 0;
}
.qq_content .dt {
    background: #1a7bb5 url(../img/client_title.png) no-repeat;
}
.qq_content dd a {
    background: url(../img/tab_bg.jpg) repeat-x;
}
.qq_content dd a:hover {
    background: #062f7e;
    border-color: #062f7e;
}
.qq_content dd p a {
    background: url(../img/icon_qq.png) no-repeat 0 50%;
}

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

/*
	首页默认模式 adver
*/
.adver {
    position: fixed;
    width: 1140px;
    height: 110px;
    left: 50%;
    bottom: 14px;
    margin-left: -570px;
    z-index: 99;
}
.adver .adver_close {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/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;
}
.display_article,
.ke-content {
    font-size: 14px;
    line-height: 2;
    color: #444;
}
.display_article {
    padding: 0 20px;
}
.display_article h3 {
    color: #333;
}
.display_article img {
    max-width: 100%;
    height: auto;
    margin: 10px 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(../img/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(../img/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(../img/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(../img/location_1.jpg) repeat-x;
    font-size: 14px;
    line-height: 40px;
}
.PRO-I .TITLE-LEAD {
    position: relative;
    float: left;
    min-width: 120px;
    padding: 0 20px;
    background: url(../img/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(../img/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(../img/btn_img.jpg) !important;
}

#leftObj .TW_CONTENT li .more a {
    display: block;
    background: url(../img/ifcb_am.jpg) no-repeat;
    color: #fff;
}

.pro_sort .third_box {
    display: none;
}
.pro_sort .active .third_box {
    display: block;
}

.touch-btn {
    position: relative;
    display: inline-block;
    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;
    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 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: 700;
}
.header.vr {
    background: 0 0;
}

.top-link {
    float: right;
    position: relative;
}
.top-link img {
    width: 130px;
    height: 130px;
}
.xlwbjpg,
.wxjpg,
.tiktokjpg,
.kuaishoujpg {
    position: absolute;
    top: 30px;
    right: 10px;
    display: none;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1000;
}
/* .xlwbjpg {
  top: 30px;
  right: 0;
}
.wxjpg {
  top: 30px;
  right: 0;
}
.tiktokjpg {
  top: 30px;
  right: 0;
}
.kuaishoujpg {
  top: 30px;
  right: 0;
} */
.top-link {
    height: 27px;
    line-height: 27px;
}
.top-a {
    color: #020202;
}
.top-link span {
}
.btn-sina,
.btn-weibo,
.btn-weixin,
.btn-tiktok {
    float: left;
    width: 27px;
    height: 27px;
    margin-left: 21px;
}
.btn-sina {
    background: url(../img/sina.png) no-repeat;
}
.btn-weibo {
    background: url(../img/weibo.png) no-repeat;
}
.btn-weixin {
    background: url(../img/weixin.png) no-repeat;
}
.btn-tiktok {
    background: url(../img/tiktok.png) no-repeat;
}
