@charset "utf-8";
*{ margin:0; padding:0; font-weight: normal; font-style: normal; box-sizing:border-box; }
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em,i,b,strong{margin:0; padding:0; font-weight: normal; font-style: normal; box-sizing:border-box; }
ul,ol,li{list-style:none;}
a{text-decoration:none; }
a:hover{text-decoration:none; }
img{ border:0;}
i,em,b,strong{font-style:normal; }
table{border-collapse:collapse; }
input,select,textarea,button{ outline:none; resize: none; font-family:"Microsoft Yahei","微软雅黑"; }
*:focus{outline:none}
html,body{ font-family:"Microsoft Yahei","微软雅黑"; font-size: 14px; color: #333; background-color: #fff; }
a{ color: #333; }

/** ---------- create by wangsongyang in 2016.12.16 ---------- **/
/** ---------- 商标监控2.0 ---------- **/

.icon{ background-position: 0px 0px; background-repeat: no-repeat; display: block; }
.icon-arrowright{ display: inline-block; position: relative; width: 0; height: 0; border: 5px solid transparent; border-left: 6px solid #f08b2f; }
.icon-arrowright b{ display: block; width: 0; height: 0; position: absolute; left: -7px; top: -5px; border: 5px solid transparent; border-left: 6px solid #fff; }
.brandMonitor-index .icon-jk-all{ background-image: url(../images/icon-sprite-brandMonitor.png); background-position: 0px 8px; }
.brandMonitor-index .icon-jk-csgg{ background-image: url(../images/icon-sprite-brandMonitor.png); background-position: -86px 8px; }
.brandMonitor-index .icon-jk-xz{ background-image: url(../images/icon-sprite-brandMonitor.png); background-position: -176px 0px; }
.brandMonitor-index .icon-jk-dljg{ background-image: url(../images/icon-sprite-brandMonitor.png); background-position: -264px 0px; }
/*清除浮动*/
.clearfix{ *zoom: 1; }
.clearfix:after{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
/*按钮*/
.btns .mybtn{ display: inline-block; text-align: center; line-height: 28px; padding: 0 10px; cursor: pointer; font-size: 12px; margin: 0 5px; background-color: #fff; color: #F08B2F; border: solid 1px #F08B2F; border-radius: 3px; }
.btns .mybtn-inverse{ background-color: #F08B2F; color: #fff; }
.btns .mybtn-disable{ cursor: default; background-color: #ddd; color: #888; border: solid 1px #ddd; }
.btns .mybtn-lg{ line-height: 36px; padding: 0 20px; font-size: 14px; }
.btns .mybtn-sm{ line-height: 20px; padding: 0 5px;  }
.btns .mybtn .iconfont { margin-right: 4px; }
/* 面板 */
.myPanel{ border-radius: 3px; }
.myPanel .myPanel-header{ background-color: #898d9e; height: 54px; padding: 0 20px; border-radius: 3px 3px 0 0; }
.myPanel .myPanel-header .h-left{ display: block; float: left; color: #fff; font-size: 16px; }
.myPanel .myPanel-header .h-right{ float: right; }
.myPanel .myPanel-header .h-right .mybtn{ background-color: #fff; border: solid 1px #fff; color: #333; margin: 12px 0 0 0; }
.myPanel .myPanel-header .h-right .mybtn .icon-arrowright{ border-left: 6px solid #333; margin-left: 10px; }
.myPanel .myPanel-header .h-right .mybtn .icon-arrowright b{ left: -8px; }
.myPanel .myPanel-header .h-right .mybtn:hover{ color: #f08b2f; }
.myPanel .myPanel-header .h-right .mybtn:hover .icon-arrowright{ border-left: 6px solid #f08b2f; }
.myPanel .myPanel-bodyer{ background-color: #fff; border: solid 1px #ddd; border-top: 0; border-radius: 0 0 3px 3px;  }

/* start tabsPanel */
.tabsPanel .tabs-header{ border-bottom: solid 1px #e9e9e9; margin-bottom: 10px; }
.tabsPanel .tabs-header .list{ float: left; }
.tabsPanel .tabs-header .list a{ display: block; padding: 0 10px 13px; margin-right: 18px; text-align: center; color: #888; border-bottom-color: transparent; border-bottom-style: solid; border-bottom-width: 2px; cursor: pointer; font-size: 16px; }
.tabsPanel .tabs-header .list a:hover{ color: #f08b2f; border-bottom-color:#f08c2f; }
.tabsPanel .tabs-header .list.selected a{ color: #f08b2f; border-bottom-color: #f08b2f; }
.tabsPanel .tabs-bodyer .bodyer-panel{ display: none; }
.tabsPanel .tabs-bodyer .bodyer-panel.selected{ display: block; }
/* end tabsPanel */

/* start 分页 */
.myPaging{ text-align:center; font-size:0; color:#777; }
.myPaging a{ color:#777; }
.myPaging .myPaging-list{ display: inline-block; font-size:0; }
.myPaging .myPaging-list li{ display:inline-block; font-size:14px; vertical-align: top;}
.myPaging .myPaging-list li a{ display:block; line-height: 24px; padding:0 8px; text-align:center; }
.myPaging .myPaging-list li a:hover{ color:#f08b2f; }
.myPaging .myPaging-list .selected a{ color:#f08b2f; }
.myPaging .jump-page{ display: inline-block; font-size:0; margin-left: 30px; vertical-align: top; }
.myPaging .jump-page li{ font-size: 14px; }
.myPaging .jump-page .j-input{ width: 35px; height: 24px; margin: 0 2px; border:solid 1px #e5e5e5; text-align: center; }
.myPaging .jump-page .j-btn{ display: inline-block; width: 50px; height: 24px; line-height: 24px; margin-left: 8px; border:0; background-color: #f08b2f; color: #fff; cursor: pointer; vertical-align: top; text-align: center; border-radius: 3px; }
.myPaging .jump-page .j-btn:hover{ background: #f08b30; color: #fff; }
/* start 分页 */

/** ---------- 首页 ---------- **/
.brandMonitor-index{ width: 100%; background-color: #fff; }
.brandMonitor-index .wrap{ width: 1240px; margin: auto; }
.brandMonitor-index .main-title{ width: 1240px; margin: auto; text-align: center; font-size: 28px; padding-top: 70px; }
.brandMonitor-index .main-title img{ vertical-align: top; }
.brandMonitor-index .main-title span{ display: inline-block; margin: 24px 0 0 22px; }
.brandMonitor-index .sub-title{ text-align: center; font-size: 16px; color: #666; padding-top: 35px; line-height: 24px; }
.brandMonitor-index .section{ overflow: hidden; padding-top: 65px; }
.brandMonitor-index .section .list{ float: left; width: 310px; text-align: center; }
.brandMonitor-index .section .list .icon{ display: inline-block; width: 86px; height: 74px; }
.brandMonitor-index .section .list .row-1{ color: #f08b2f; font-size: 18px; padding: 20px 0 5px; }
.brandMonitor-index .section .list .row-1 .icon-arrowright{ margin-left: 6px; vertical-align: top; margin-top: 7px; }
.brandMonitor-index .section .list .row-2{ color: #999; font-size: 12px; }
.brandMonitor-index .section1{ margin-top: 60px; padding-top: 24px; text-align: center; border-top: solid 1px #e7e8ec; border-bottom: solid 1px #e7e8ec; }
.brandMonitor-index .section1 .btns{ }
.brandMonitor-index .section1 .btns .icon-arrowright{ border-left: 6px solid #fff; margin-left: 8px; }
.brandMonitor-index .section1 .btns .icon-arrowright b{ left: -8px; border-left: 6px solid #f08b2f; }
.brandMonitor-index .section1 .s1{ color: #999; padding: 10px 0 20px; }

#search-result-sqr .label{width: 270px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 1px; }

/* 展开、收起按钮 */
.flex-btn{ display: inline-block; color: #999; cursor: default; border: solid 1px #ddd; padding: 2px 10px; border-radius: 3px; font-size: 13px; }
.flex-btn .icon-arrowdown{ display: inline-block; margin-left: 5px; width: 0; height: 0; border: 6px solid transparent; border-bottom: 6px solid #f08b2f; position: relative; top: -3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.flex-btn .icon-arrowdown b{ display: block; position: absolute; top: -5px; left: -6px; width: 0; height: 0; border: 6px solid transparent; border-bottom: 6px solid #fff; }
.flex-btn.open .icon-arrowdown{
    -webkit-transform: rotate(180deg) translate(0, -6px);
    -moz-transform: rotate(180deg) translate(0, -6px);
    -ms-transform: rotate(180deg) translate(0, -6px);
    -o-transform: rotate(180deg) translate(0, -6px);
    transform: rotate(180deg) translate(0, -6px);
}
.flex-btn .icon-arrowup{ display: inline-block; margin-left: 5px; width: 0; height: 0; border: 6px solid transparent; border-top: 6px solid #f08b2f; position: relative; top: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.flex-btn .icon-arrowup b{ display: block; position: absolute; top: -7px; left: -6px; width: 0; height: 0; border: 6px solid transparent; border-top: 6px solid #fff; }
.flex-btn.open .icon-arrowup{
    -webkit-transform: rotate(180deg) translate(0, 10px);
    -moz-transform: rotate(180deg) translate(0, 1px);
    -ms-transform: rotate(180deg) translate(0, 1px);
    -o-transform: rotate(180deg) translate(0, 1px);
    transform: rotate(180deg) translate(0, 6px);
}
/* 输入框 */
.myInput{ width: 370px; padding: 8px; border: solid 1px #e7e7e7; border-radius: 3px; }
.myInputGroup{ display: inline-block; position: relative; }
.myInputGroup .myBtn{ display: block; position: absolute; top: 0px; right: 0px; height: 100%; width: 40px; background-color: transparent; border: 0; cursor: pointer; color: #888; }
.myInputGroup .myBtn .iconfont{ display: block; width: 40px; height: 20px; line-height: 19px; border-left: solid 1px #edeef1; font-size: 14px; font-weight: bold; }
/* 多选框checkbox */
.myCheckBoxs{ *zoom: 1; }
.myCheckBoxs:after{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
.myCheckBoxs .label{ display: block; float: left; margin-bottom: 10px; }
.myCheckBoxs .label .iconfont{ font-size: 12px; margin-right: 5px; vertical-align: 1px; }
.myCheckBoxs .label .icon-fuxuanxuanzhong{ display: none; }
.myCheckBoxs .label .icon-fuxuanweixuan{ display: inline-block; }
.myCheckBoxs .label.checked{ color: #f08b2f; }
.myCheckBoxs .label.checked .icon-fuxuanxuanzhong{ display: inline-block; }
.myCheckBoxs .label.checked .icon-fuxuanweixuan{ display: none; }
/* 单选框myRadioBoxs */
.myRadioBoxs{ *zoom: 1; }
.myRadioBoxs:after{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
.myRadioBoxs .label{ display: block; float: left; margin-bottom: 10px; }
.myRadioBoxs .label .iconfont{ font-size: 14px; margin-right: 5px; }
.myRadioBoxs .label .icon-iconfontdanxuan{ display: none; }
.myRadioBoxs .label .icon-danxuan{ display: inline-block; }
.myRadioBoxs .label.checked{ color: #f08b2f; }
.myRadioBoxs .label.checked .icon-iconfontdanxuan{ display: inline-block; }
.myRadioBoxs .label.checked .icon-danxuan{ display: none; }
/*下拉框*/
.mySelect{ display: inline-block; margin-right: 7px; position: relative; }
.mySelect .select-text{ width: 180px;height: 34px; line-height: 34px; padding: 0 35px 0 15px; border: solid 1px #ddd; border-radius: 3px; cursor: default; position: relative; overflow: hidden; }
.mySelect .select-text .text{ display: block; float: left; width: 100%; height: 100%; color: #666; overflow: hidden; }
.mySelect .select-text .arrow{ display: block; width: 30px; height: 20px; position: absolute; top: 6px; right: 0px; border-left: solid 1px #edeef1; text-align: center; }
.mySelect .select-text .icon-arrowdown{ display: inline-block; width: 0; height: 0; border: 4px solid transparent; border-top: 5px solid #666; margin-top: 7px; }
.mySelect .select-menu{ display: none; width: 100%; padding: 10px 0; position: absolute; top: 33px; left: 0; border: solid 1px #ddd; background-color: #fff; z-index: 99; border-radius:  0 0 3px 3px; }
.mySelect .select-menu .menu{ display: block; width: 100%; }
.mySelect .select-menu .menu a{ display: block; padding: 6px 15px; cursor: default; }
.mySelect .select-menu .menu a:hover{ color: #f08b2f;}
.mySelect .select-menu .menu.checked a{ color: #f08b2f;}
.mySelect.open .select-text{ border-radius: 3px 3px 0 0; }
.mySelect.open .select-menu{ display: block; }

/** ---------- 全部数据监控 ---------- **/
.brandMonitor-all{ width: 1240px; margin: auto; padding-top: 15px; margin-bottom: 45px; }
.brandMonitor-all .section1{ padding-left: 140px; background: url(../images/icon-R.png) no-repeat 1000px 78px; }
.brandMonitor-all .section1 table td{ padding: 14px 3px; color: #666; font-size: 14px; }
.brandMonitor-all .section1 .row-1 td{ color: #ff3600; padding-top: 40px; }
.brandMonitor-all .section1 .row-1 .icon-jinggao{ vertical-align: -2px; margin-right: 8px; }
.brandMonitor-all .section1 .row-brandname td{ padding-bottom: 10px; }
.brandMonitor-all .section1 .row-jingsi td{ padding: 0px 0px 10px; }
.brandMonitor-all .section1 .row-jingsi .myRadioBoxs .label{ margin-right: 20px; margin-bottom: 0;}
.brandMonitor-all .section1 .row-4 .leibie-item{ height: 26px; overflow: hidden; padding-left: 2px; }
.brandMonitor-all .section1 .row-4 dt{ float: left; width: 876px; color: #999; }
.brandMonitor-all .section1 .row-4 dd{ float: left; }
.brandMonitor-all .section1 .row-4 .myCheckBoxs .label{ margin: 0 20px 15px 0; }
.brandMonitor-all .section1 .row-4 .myCheckBoxs .label .iconfont{ font-size: 12px; margin-right: 10px; vertical-align: 1px; }
.brandMonitor-all .section1 .row-leibie td{ color: #999; }
.brandMonitor-all .section1 .row-leibie .t-title{ color: #666; font-size: 14px; padding-bottom: 16px; }
.brandMonitor-all .section1 .row-leibie .myCheckBoxs .label{ width: 145px; margin-bottom: 15px; font-size: 14px; }
.brandMonitor-all .section1 .row-leibie .myCheckBoxs .label .iconfont{ margin-right: 10px; }
.brandMonitor-all .section1 .row-leibie .leibie-hot .column-1{ float: left; width: 130px; font-weight: bold; }
.brandMonitor-all .section1 .row-leibie .leibie-hot .column-1 .iconfont{ background-image: none; color: #f08b2f; vertical-align: 1px; margin-right: 5px; }
.brandMonitor-all .section1 .row-leibie .leibie-hot .column-2{ float: left; width: 735px; }
.brandMonitor-all .section1 .row-leibie .leibie-hot .column-3{ float: left; }
.brandMonitor-all .section1 .row-leibie .leibie-hot .column-3 .flex-btn{ margin-top: -2px; font-size: 13px; }
.brandMonitor-all .section1 .row-leibie .leibie-item .myCheckBoxs{ width: 890px; padding: 10px 0 0 130px; position: relative; }
.brandMonitor-all .section1 .row-leibie .leibie-item .myCheckBoxs .title{ display: block; position: absolute; top: 9px; left: 21px; color: #999; font-size: 14px; font-weight: bold; }
.brandMonitor-all .section1 .row-leibie .leibie-item .myCheckBoxs.open{ height: 0px; overflow: hidden; }
.brandMonitor-all .section2{ text-align: center; padding: 40px 0 80px; }
.brandMonitor-all .section1 .row-4 .leibie-item.open{ height: auto; }

/** ---------- 代理机构监控 ---------- **/
.brandMonitor-agency .section1{ background: none; padding-top: 65px; }
.brandMonitor-agency .section1 .row-jingsi td{ padding-top: 10px; }

/*添加任务成功*/
body .addSuccessModal .close{ color: #f08b2f; }
body .addSuccessModal .container{ width: 300px; margin-left: -150px; }
body .addSuccessModal .bodyer{ padding: 30px 20px 20px; }
body .addSuccessModal .bodyer .tr-1 td{ font-size: 18px; color: #f08b2f; vertical-align: top; padding-bottom: 30px; }
body .addSuccessModal .bodyer .tr-1 td .iconfont{ font-size: 30px; margin-right: 5px; }
body .addSuccessModal .bodyer .btns{ padding: 0px 0 10px; }
body .addSuccessModal .bodyer .btns .mybtn{ padding: 0px 20px; }

/** ---------- 监控列表 ---------- **/
.color{ color: #f08b2f; }
.table-list caption h6{ position: relative; }
.table-list caption h6 .top{ position: absolute; top: -60px; right: 0px; }
.table-list td{ padding: 14px 0; color: #666; font-size: 12px; border-bottom: dashed 1px #e9e9e9; text-align: center; }
.table-list caption h6 .top{ position: absolute; top: -60px; right: 0px; font-size: 12px; }
.table-list td{ padding: 14px 0; color: #666; font-size: 12px; border-bottom: dashed 1px #e9e9e9; text-align: center; }
.table-list td a:hover{ color: #f08b2f; }
.table-list .active td{ background-color: #f7f8fc; }
.table-list thead td{ padding: 18px 0; color: #333;  font-size: 13px; border-bottom: 0; background-color: #f1f2f6; }
.table-list tfoot td{ text-align: left; padding: 20px 5px; border: 0; }
.table-list .brandlogo{ max-width: 90px; max-height: 70px; border: solid 1px #eee; padding: 10px; font-size: 12px; }
.table-list .myCheckBoxs{ display: inline-block; }
.table-list .myCheckBoxs .label{ display: inline-block; margin: 0; }
.table-list .btn-delete{ display: inline-block; vertical-align: top; margin-left: 12px; margin-top: -1px; cursor: pointer; font-size: 12px; }
.table-list .btn-export{ display: inline-block; vertical-align: top; margin-left: 15px; margin-top: -5px; cursor: pointer; line-height: 26px; padding: 0 10px; border-radius: 3px; background-color: #898c9f; color: #fff; }
.table-list .btn-star{ cursor: pointer; display: inline-block; margin-left: 10px; float: right; }
.table-list .btn-star .icon-3{ display: none; font-size: 18px; color: #ffc000; }
.table-list .btn-star .icon-star{ background-image: none; color: #aaa; }
.table-list .btn-star.open .icon-3{ display: inline-block; }
.table-list .btn-star.open .icon-star{ display: none; }
.table-list td .no-data2017{ text-align: center; padding: 38px 0; }

.brandMonitor-list{ width: 1240px; margin: auto; padding-top: 15px; margin-bottom: 45px; }
.brandMonitor-list .section-condition{ padding: 50px 80px 0; }
.brandMonitor-list .section-condition .section-header{ font-size: 14px; }
.brandMonitor-list .section-condition .section-bodyer{ padding-top: 5px; }
.brandMonitor-list .section-condition .condition-table{ margin-top: 22px; font-size: 14px; }
.brandMonitor-list .section-condition .condition-table td{ vertical-align: top; }
.brandMonitor-list .section-condition .condition-table .column-1{width: 82px; color: #666; }
.brandMonitor-list .section-condition .condition-table .column-2{width: 885px; color: #888; }
.brandMonitor-list .section-condition .condition-table .column-2 .item{ overflow: hidden; height: 20px; font-size: 14px; }
.brandMonitor-list .section-condition .condition-table.open .column-2 .item{ height: auto; margin-bottom: -17px;}
.brandMonitor-list .section-condition .condition-table .column-2 .item dt{ float: left; color: #f08b2f; }
.brandMonitor-list .section-condition .condition-table .column-2 .item dd{ float: left; width: 828px; margin-left: 25px; }
.brandMonitor-list .section-condition .condition-table .column-2 .item dd .list{ display: block; float: left; margin: 0 22px 18px 0; color: #888; }
.brandMonitor-list .section-condition .condition-table .column-2 .item dd .list:hover{ color: #f08b2f; }
.brandMonitor-list .section-condition .condition-table .column-2 .item dd .list.active{ color: #f08b2f; }
.brandMonitor-list .section-condition .condition-table .column-3 .flex-btn{ margin-top: -4px; font-size: 13px; }
.brandMonitor-list .section-tab{ padding: 52px 55px 0; }
.brandMonitor-list .section-tab .tabsPanel .tabs-header{ margin-bottom: 30px; }
.brandMonitor-list .myPaging{ padding: 5px 0 60px; }

/** ---------- 监控任务 ---------- **/
.brandMonitor-list1 .brandMonitor-all .section1{ background-image: none; }
.brandMonitor-list1 .mySelect .select-text{ width: 370px; }
.brandMonitor-list1 .section2{ padding: 30px 80px 0; }
.brandMonitor-list1 .section2 .hengLine{ height: 1px; border-top: solid 1px #e9e9e9; }
.brandMonitor-list1 .section2 .table-list{ margin-top: 55px; }
.brandMonitor-list1 .section2 .table-list caption h6 .top{ top: -28px; left: 5px; right: auto; }

/** ---------- 代理机构监控列表 ---------- **/
.agencyMonito-list .section-condition .condition-table .column-1{ width: 220px; }
.agencyMonito-list .section-condition .condition-table .column-1 .iconfont{ font-size: 19px; vertical-align: -2px; margin-right: 6px; }
.agencyMonito-list .section-condition .condition-table .column-2 { width: auto; }
.agencyMonito-list .section-condition .condition-table .column-2 .item dd{ margin-left: 0; }
.agencyMonito-list .myPaging{ padding-top: 40px; }

/*添加重点监控-弹窗*/
body .specialMonitorModal .close{ color: #f08b2f; }
body .specialMonitorModal .container{ width: 400px; margin-left: -200px; }
body .specialMonitorModal .bodyer{ padding: 30px 20px 20px; }
body .specialMonitorModal .bodyer .tr-1 td{ font-size: 18px; color: #f08b2f; vertical-align: top; padding-bottom: 30px; }
body .specialMonitorModal .bodyer .tr-1 td .iconfont{ font-size: 30px; margin-right: 5px; }
body .specialMonitorModal .bodyer .btns{ padding: 0px 0 10px; }
body .specialMonitorModal .bodyer .btns .mybtn{ padding: 0px 20px; }

/*代理机构统计排名*/
.agency-rank{ width: 1240px; margin: auto; padding-top: 15px; margin-bottom: 45px; }
.agency-rank .section{ width: 660px; margin-left: 120px; padding: 0px 0 70px; }

.agency-rank .section .section-header{ font-size: 14px; padding-top: 40px; margin-bottom: -8px; }
.agency-rank .section .section-header .btns{ display: inline-table; margin-left: 8px; }
.agency-rank .section .section-header .small{ display: inline-block; font-size: 12px; color: #888; margin-left: 8px; }
.agency-rank .section .section-header .small .color{ font-size: 16px; vertical-align: 1px; }
.agency-rank .section .table-list{ border-bottom: solid 1px #e9e9e9; margin-top: 20px; }
.agency-rank .section .table-list td{ font-size: 12px; }
.agency-rank .section .table-list caption{ color: #888; text-align: left; }
.agency-rank .section .table-list caption h6{ padding-bottom: 10px; font-size: 12px; }
.agency-rank .section .table-list caption .color{ font-size: 16px; vertical-align: 1px; }
.agency-rank .section .more{ text-align: right; padding-top: 8px; }
.agency-rank .section .more .flex-btn{ border: 0; padding: 0; font-size: 12px; cursor: pointer; }
.agency-rank .section .more .flex-btn .icon-arrowup{ top: 4px; }

/*公司信息*/
.company-info{ width: 1240px; margin: auto; padding-top: 15px; margin-bottom: 45px; }
.company-info .section dl{ overflow: hidden; padding: 65px 50px 65px 0; }
.company-info .section dl dt.left{ float: left; width: 330px; text-align: center; }
.company-info .section dl dt.left .iconfont{ font-size: 16px; color: #d6d6d6; margin-right: 10px; }
.company-info .section dl dt.left .row-1{ width: 150px; height: 150px; border: solid 1px #e3e3e3; margin: auto; display: table; }
.company-info .section dl dt.left .row-1 span{ display: table-cell; width: 100%; height: 100%; padding: 10px; vertical-align: middle; }
.company-info .section dl dt.left .row-1 img{ max-width: 100%; max-height: 100%; }
.company-info .section dl dt.left .row-2{ font-size: 20px; color: #666; padding: 50px 50px 20px; }
.company-info .section dl dt.left .row-3{ font-size: 16px; color: #888; padding: 15px 50px; }
.company-info .section dl dt.left .row-3 .iconfont{  }
.company-info .section dl dt.left .row-4{ font-size: 16px; color: #888; padding: 10px 50px 0; line-height: 32px; }
.company-info .section dl dt.left .row-4 .iconfont{ font-size: 17px; }
.company-info .section dl dd.right{ float: right; width: 856px; }
.company-info .section dl dd.right table{ border: solid 1px #e3e3e3;}
.company-info .section dl dd.right table td{ border: dotted 1px #e3e3e3; padding: 18px 0; }
.company-info .section dl dd.right table .td-title{ text-align: center; color: #888; }
.company-info .section dl dd.right table .td-content{ padding: 18px 22px; color: #666; line-height: 24px; }


/*搜索多选框排列样式*/
.fixed-width .label{ width: 270px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; padding-left: 1px; }

.brandMonitor-wrap .bread-nav{ width: 1240px; margin: auto; margin-top: 26px; padding: 0 20px; }