@charset "utf-8";
/**
 * 公共样式
 */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.row:before,
.row:after {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.row .col {
  float: left;
}
.row .col-1 {
  width: 8.333333%;
}
.row .col-2 {
  width: 16.666667%;
}
.row .col-3 {
  width: 25%;
}
.row .col-4 {
  width: 33.333333%;
}
.row .col-5 {
  width: 41.666667%;
}
.row .col-6 {
  width: 50%;
}
.row .col-7 {
  width: 58.333333%;
}
.row .col-8 {
  width: 66.666667%;
}
.row .col-9 {
  width: 75%;
}
.row .col-10 {
  width: 83.333333%;
}
.row .col-11 {
  width: 91.666667%;
}
.row .col-12 {
  width: 100%;
}
/**
 * 1. 统一浏览器效果
 * 2. 向后兼容
 */
/**
 * 1. dt, li, code 默认无边距
 * 2. th, td 默认有 1px padding
 */
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
optgroup,
p,
blockquote,
figure,
hr,
menu,
dir,
thead,
tbody,
tfoot,
td,
th {
  margin: 0;
  padding: 0;
}
/* iframe 默认为 inline 元素，拥有 baseline 引起的 whitespace，置为 block 解除 */
iframe {
  display: block;
}
/**
 * 非大面积排版需求，通常不需要列表项；特定场景下单独配置即可
 */
ul,
ol {
  list-style-type: none;
  list-style-image: none;
}
/* IE8- li 竖排有 whitespace */
li {
  vertical-align: top;
}
/**
 * 1. 去除默认下划线，提高文字可读性
 * 2. 去除 IE10+ 点击链接时灰色背景
 * 3. 去除点击链接时的焦点框，保留使用键盘操作 focus 时显示焦点框
 */
a {
  text-decoration: none;
  /* 1 */
}
a:active {
  background-color: transparent;
  /* 2 */
}
a:active,
a:hover {
  outline: 0 none;
  /* 3 */
}
/**
 * 防止 iOS 横屏放大字号 同时保证 PC 上 zoom 正常
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 12px;
}
body {
  font-size: 14px;
  background-color: #fff;
  color: #4D5A64;
}
html,
body {
  width: 100%;
  height: 100%;
}
/**
 * 1. 防止元素 font-family 不能继承
 * 2. 优先匹配西文字体和 OS X 字体
 */
body,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  -ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
  text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/**
 * 修正 abbr 元素在 Firefox 以外的其他浏览器中没有下划线的问题
 * 添加问号光标，明确语义
 */
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
/**
 * 修正 Safari 5 和 Chrome 没有样式的问题
 */
b,
strong {
  font-weight: bold;
}
/**
 * 修正 FireFox 和其他浏览器之间的差异
 */
dfn {
  box-sizing: content-box;
  height: 0;
}
/**
 * 网页标记，荧光笔效果
 * 修正IE6-11 中没有样式的问题
 */
mark {
  background-color: #D2E5FF;
  color: #000;
}
/**
 * 统一代码字体设置，明确区分数字 0 和字母 o
 * 1. OS X 优先使用 Monaco，Windows 优先使用 Consolas
 * 2. XP 自带 Courier New
 * 3. Windows 7+ 自带 Consolas
 * 4. OS X 自带 Monaco 和 Osaka-Mono
 */
code,
kbd,
pre,
samp {
  font-family: monaco, menlo, consolas, 'courier new', courier, monospace;
}
/**
 * 增强所有浏览器中的 pre 标签文本可读性
 * 1. IE6-7 不支持 pre-wrap
 * 2. pre 标签应当包含滚动溢出
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
/**
 * 行内引用
 * 1. IE6-7 不支持 quotes 属性
 * 2. 现代浏览器去处 quotes 内容
 */
q {
  quotes: none;
}
/**
 * Safari 4 不支持 <q> 标签
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 中文网页 <small> 元素字号小于 12px 不易阅读
 */
small {
  font-size: 12px;
}
/**
 * 防止所有浏览器中 <sub> 和 <sup> 影响行高
 */
sub,
sup {
  font-size: 10px;
  line-height: 0;
  position: relative;
  vertical-align: middle;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/**
 * 合并单元格边框
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * 修复 IE 中 th 不能继承 text-align 的问题并统一左对齐
 */
th {
  text-align: left;
}
/**
 * 单元格边框根据场景自行定义
 */
table th,
table td {
  /*
    border: 1px solid #ddd;
	padding: 8px 10px;
    */
}
/**
 * 表头样式自定定义
 */
table th {
  font-weight: inherit;
  /*
	border-bottom-width: 2px;
	border-bottom-color: #ccc;
    */
}
/**
 * 1. 去除 IE6-9 和 FireFox 3 中 a 元素内的 img 默认带边框的问题
 * 2. 修正 IE8 图片消失的 bug
 * 3. 方式 img 指定 height 时图片的高度不能按照宽度等比缩放，导致图片变形
 * 4. 让图片支持响应式
 * 5. 去除现代浏览器图片底部的空隙
 * 6. 修复 IE7 图片缩放失真
 */
img {
  border: 0 none;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
/**
 * 修复 IE9 中 overflow 的怪异表现
 */
svg:not(:root) {
  overflow: hidden;
}
/**
 * 定义一致的外边框，外边距和内边距
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. 修正 IE6-9 中颜色不能继承的问题
 * 2. 修正 FireFox3 中文字不换行的问题
 * 3. 修正 IE6-7 中怪异的对齐方式
 */
legend {
  border: 0 none;
  white-space: normal;
  *margin-left: -7px;
}
/**
 * 1. 修正所有浏览器中字体不继承的问题
 * 2. 修正所有浏览器中字号不继承的问题
 * 3. 修正FireFox3+, Safari5 和 Chrome 中外边距不通的问题
 * 4. 改善在所有浏览器下的处置对齐方式
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: 0 none;
}
/**
 * 修正IE7随着字数增加边距不断增加的问题
 */
input,
button {
  *overflow: visible;
}
/**
 * 统一各浏览器 text-transform 不会继承的问题
 */
button,
select {
  text-transform: none;
}
/**
 * 1. 避免 Android 4.0.* 中的 WebKit bug ，该bug会破坏原生的
   「audio」 和「video」的控制器
 * 2. 更正 iOS 中无法设置可点击的「input」的问题
 * 3. 统一其他类型的「input」的光标样式
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/**
 * 重置按钮禁用时光标样式
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/**
 * 1. 修正 IE 8/9 box-sizing 被设置为「content-box」的问题
 * 2. 移除 IE 8/9 中多余的内边距
 * 3. 移除 IE7 中多余的内边距(IE6 中仍然存在)
 */
input[type="chechbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
/**
 * 1. 修正 Safari 5 和 Chrome 中「appearance」被设置为「searchfield」的问题
 * 2. 修正 Safari 5 和 Chrome 中「box-sizing」被设置为 「border-box」的问题
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/**
 * 1.移除 OS X 中 Safari5 和 Chrome 搜索框内侧的左边距
 * 2.如果需要隐藏清除按钮需要加上
   input[type="search"]::-webkit-search-cancel-button
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 移除 Firefox 3+ 的内边距
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 修正 Chrome 中 input [type="number"] 在特定高度和 font-size 时,
 * 下面一个箭头光标变成「cursor: text」
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. 移除 IE6-11 中默认的垂直滚动条
 * 2. 禁止水平拖动，防止破坏布局
 */
textarea {
  overflow: auto;
  resize: vertical;
}
/**
 * 修正 Chrome 30- option 中文字无法显示的问题
 */
select:disabled option:checked,
option:disabled:checked {
  color: #D2D2D2;
}
/**
 * 修正 Safari 3+, Chrome 1+ placeholder 居中问题
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input {
    line-height: normal !important;
  }
}
/**
 * 修正 Firefox 19+ placeholder 设置了opacity 的问题
 */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: darkGray;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #b4b4b4;
}
/* label 元素给予手型，暗示此处可点击 */
label {
  cursor: pointer;
}
/**
 * 统一 select 样式, Firefox 中有 padding:1px 0
 */
select[size],
select[multiple],
select[size][multiple] {
  border: 1px solid #AAA;
  padding: 0;
}
/* 修正未定义为「block」的元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. 修正未定义为「inline-block」的元素
 * 2. 修正 Chrome、Firefox、Opera 中 「progress」元素 vertical-align 默认值不一致
 */
audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}
/**
 * 1.防止现代浏览器将没有「controls」属性的 「audio」元素显示出来
 * 2.去掉 iOS 5 中多余的高度
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * 修复 IE 7/8/9，Firefox 3 和 Safari 4 中 「hidden」属性不起作用的问题
 * 在IE、Safari、Firefox 22- 中隐藏「template」元素
 */
[hidden],
template {
  display: none;
}
/**
 * 为可拖动元素添加拖动的光标
 */
[draggable] {
  cursor: move;
}
/**
 * 居中 HTML5 dialog 元素
 * Chrome 31 支持，需开启 chrome://flags/#enable-experimental-web-platform-features
 * Chrome 28 之前、Firefox 中不支持 height:fit-content;
   https://src.chromium.org/viewvc/blink?revision=148314&view=revision
 * ::backdrop 定义遮罩样式
 */
dialog {
  border: 1px solid;
  padding: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
dialog::backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#newBridge .nb-icon-group .nb-icon-groups-item {
  margin: 3px 10px!important;
}
#newBridge .icon-right-top {
  top: 40px!important;
}
.none {
  display: none!important;
}
/**
 * 组件
 */
.page-list {
  float: right;
}
.page-list .pagination {
  float: left;
  border-radius: 4px;
  position: initial;
  width: initial;
  padding-left: 0;
  margin: 20px 0;
}
.page-list .pagination li {
  float: left;
  cursor: pointer;
}
.page-list .pagination li span {
  position: relative;
  float: left;
  padding: 1px 6px;
  line-height: 1.42857143;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-left: none;
}
.page-list .pagination li.prevPage > span {
  border-left: 1px solid #cccccc;
  color: #2f7190;
}
.page-list .pagination li.nextPage > span {
  color: #2f7190;
}
.page-list .pagination .active > span {
  background-color: #2f7190;
  border: 1px solid #2f7190;
  color: #fff;
}
.page-list .page-total {
  float: left;
  margin: 20px 20px;
}
.page-list .page-total input {
  width: 30px;
  margin: 0 10px;
}
.page-list .page-total a {
  display: inline-block;
  width: 40px;
  text-align: center;
  border: 1px solid #e6631f;
  margin-left: 10px;
  color: #e6631f;
  padding: 3px 0px;
  font-size: 12px;
}
.ui-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -webkit-transition: transform 0.2s ease;
  max-width: 500px;
  padding: 15px 30px 10px 50px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 28px 28px;
  border: 1px solid #E2E5E8;
  box-shadow: 0 32px 32px 0 rgba(234, 239, 243, 0.3), 0 16px 16px 0 rgba(215, 217, 219, 0.05), 0 8px 8px 0 rgba(234, 239, 243, 0.05), 0 4px 4px 0 rgba(64, 97, 121, 0.05), 0 2px 2px 0 rgba(173, 187, 200, 0.19);
  border-radius: 5px;
  line-height: 28px;
  font-size: 14px;
  z-index: 999;
}
.ui-toast-success {
  background-image: url(../../../dist/static/images/toast-success.png);
}
.ui-toast-fail {
  background-image: url(../../../dist/static/images/toast-fail.png);
}
.ui-toast-show {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}
button.selecType {
  font-size: 14px;
  padding: 0px 17px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 34px;
}
.modalBox {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.modalBox .modal {
  width: 364px;
  height: auto;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -182px;
  margin-top: -100px;
}
.modalBox .modal h4 {
  height: 36px;
  background: #e8e8e8;
  line-height: 36px;
  text-align: center;
  color: #333333;
  position: relative;
}
.modalBox .modal h4 .close {
  width: 15px;
  position: absolute;
  top: 0;
  left: 341px;
  cursor: pointer;
}
.modalBox .modal .content {
  padding: 37px 63px;
}
.modalBox .modal .revisePage a {
  display: block;
  height: 36px;
  line-height: 36px;
  margin-left: 100px;
  margin-bottom: 45px;
  text-align: center;
  width: 162px;
  border: 1px solid #e6631f;
  color: #e6631f;
}
/**
 * 首页样式
 */
.userWrap {
  width: 100%;
  height: 40px;
}
.userWrap .userNav {
  width: 1200px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #262626;
  padding: 0 60px;
  background: #f2f2f2;
  box-sizing: border-box;
  margin: 0 auto;
}
.userWrap .userNav .name {
  margin-right: 10px;
}
.userWrap .userNav span {
  margin-right: 10px;
}
.userWrap .userNav .orange {
  color: #e6631f;
}
.userWrap .userNav .userinfo {
  float: left;
}
.userWrap .userNav .vipLink {
  float: right;
}
.userWrap .userNav .vipLink a {
  display: inline-block;
  width: 150px;
  height: 30px;
  margin-top: 3px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid #e6631f;
}
.logoWrap {
  max-width: 1200px;
  margin: 0 auto;
}
.logoWrap .logo {
  width: 420px;
  height: 86px;
  background: url(../../../dist/static/images/logo.png);
  background-size: 100% 100%;
  float: left;
}
.logoWrap .tel {
  float: right;
  margin-top: 15px;
}
.logoWrap .tel p {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  font-family: "微软雅黑";
  color: red;
  bottom: 15px;
  font-weight: bold;
}
.navWrap {
  background: #2f7190;
  height: 36px;
  min-width: 1200px;
}
.navWrap .nav {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.navWrap .nav ul > li {
  float: left;
}
.navWrap .nav ul > li:nth-of-type(1) a {
  width: 86px;
}
.navWrap .nav ul > li a {
  display: inline-block;
  width: 150px;
  color: #ffffff;
  font-size: 14px;
  font-family: "微软雅黑";
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.navWrap .nav .active {
  color: #2ED1CF;
}
.navWrap .nav .login {
  width: 260px;
  height: 280px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 76px;
  right: 100px;
  z-index: 4;
  padding: 20px;
}
.navWrap .nav .login .title {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #999999;
  padding-top: 10px;
  box-sizing: border-box;
}
.navWrap .nav .login .inputBox {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.navWrap .nav .login .inputBox span {
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #a4c1c0;
  color: #262626;
  font-size: 16px;
  margin-left: 6px;
}
.navWrap .nav .login .group-input {
  border: 1px solid #cccccc;
}
.navWrap .nav .login .group-input i {
  display: inline-block;
  width: 18px;
  height: 19px;
}
.navWrap .nav .login .group-input i.icon-user {
  background: url(../../../dist/static/images/user.png) no-repeat center 0px;
}
.navWrap .nav .login .group-input i.icon-lock {
  background: url(../../../dist/static/images/lock.png) no-repeat center 0px;
}
.navWrap .nav .login .icon-input {
  padding: 0 10px;
}
.navWrap .nav .login .icon-input input {
  float: left;
  margin-top: 9px;
  border: none;
  padding-left: 10px;
  box-sizing: border-box;
  width: 180px;
}
.navWrap .nav .login .icon-input i {
  float: left;
  margin-top: 8px;
}
.navWrap .nav .login .registerWrap {
  height: 20px;
}
.navWrap .nav .login .registerWrap a {
  color: #2f7190;
}
.navWrap .nav .login .registerWrap a:nth-of-type(1) {
  float: left;
}
.navWrap .nav .login .registerWrap a:nth-of-type(2) {
  float: right;
}
.navWrap .nav .login .registerWrap a:hover {
  color: red;
}
.banner {
  height: 360px;
  min-width: 1200px;
  position: relative;
}
.banner .arrow-left {
  background: url(../../../dist/static/images/arrows.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 3;
}
.banner .arrow-right {
  background: url(../../../dist/static/images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 3;
}
.swiper-container {
  height: 360px;
  width: 100%;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 20px;
  width: 100%;
  z-index: 1;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: rgba(39, 77, 95, 0.85);
}
.swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-slide > a img {
  display: block;
  width: 100%;
  height: 100%;
}
#main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
#cmfg {
  width: 100%;
}
#cmfg .titleWrap {
  height: 140px;
  width: 340px;
  padding-top: 75px;
  box-sizing: border-box;
  margin: 0 auto;
}
#cmfg .titleWrap .chinese {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
#cmfg .titleWrap .chinese .cmfgLine {
  width: 75px;
}
#cmfg .titleWrap .chinese .title {
  display: inline-block;
  width: 140px;
  text-align: center;
  color: #2f7190;
  font-size: 28px;
}
#cmfg .titleWrap .chinese span {
  float: left;
}
#cmfg .titleWrap .english {
  text-align: center;
  color: #999999;
}
#cmfg .type ul li {
  float: left;
  width: 220px;
  height: 220px;
  position: relative;
  overflow: hidden;
}
#cmfg .type ul li:not(:last-child) {
  margin-right: 25px;
}
#cmfg .type ul li:hover .mask {
  top: 0px;
}
#cmfg .type ul li:hover .typelink {
  display: none;
}
#cmfg .type ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#cmfg .type ul li .typelink {
  width: 220px;
  height: 40px;
  line-height: 40px;
  background: rgba(47, 113, 144, 0.9);
  text-align: center;
  position: absolute;
  top: 180px;
  color: #fff;
}
#cmfg .type ul li .typelink span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
}
#cmfg .type ul li .mask {
  width: 220px;
  height: 220px;
  background: rgba(47, 113, 144, 0.9);
  padding: 26px 22px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 220px;
}
#cmfg .type ul li .mask h3 {
  width: 176px;
  height: 25px;
  font-size: 18px;
  text-align: center;
}
#cmfg .type ul li .mask .detail {
  width: 176px;
  height: 76px;
  margin-top: 14px;
}
#cmfg .type ul li .mask .detail p {
  height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#cmfg .type ul li .mask .inquiry {
  width: 176px;
  height: 36px;
  margin-top: 14px;
  box-sizing: border-box;
  padding: 0 10px;
}
#cmfg .type ul li .mask .inquiry a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
  border: 1px solid #fff;
  color: #fff;
}
#cmfg .type ul li .mask .inquiry a:hover {
  color: rgba(47, 113, 144, 0.9);
  background: #fff;
}
#platform .titleWrap {
  height: 140px;
  width: 380px;
  padding-top: 75px;
  box-sizing: border-box;
  margin: 0 auto;
}
#platform .titleWrap .chinese {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
#platform .titleWrap .chinese .cmfgLine {
  width: 75px;
}
#platform .titleWrap .chinese .title {
  display: inline-block;
  width: 180px;
  text-align: center;
  color: #2f7190;
  font-size: 28px;
}
#platform .titleWrap .chinese span {
  float: left;
}
#platform .titleWrap .english {
  text-align: center;
}
.line {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}
.serach-box {
  height: 38px;
  margin-bottom: 25px;
}
.serach-box .search {
  float: left;
  width: 380px;
  height: 38px;
  border: 1px solid #2c7293;
}
.serach-box .search .search-icon {
  float: left;
  width: 38px;
  height: 38px;
}
.serach-box .search .search-icon .icon-search {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../../dist/static/images/search.png) no-repeat center center;
}
.serach-box .search .searchInput {
  float: left;
  width: 262px;
}
.serach-box .search .searchInput input {
  width: 100%;
  height: 100%;
  border: none;
  height: 38px;
}
.serach-box .search .serachbtn {
  position: relative;
  top: -1px;
  right: -1px;
  float: left;
  width: 80px;
  height: 39px;
  background: #2c7293;
}
.serach-box .search .serachbtn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-align: center;
  color: #fff;
}
.serach-box .publishBtn {
  float: left;
  width: 120px;
  background: #e8611f;
  color: #fff;
  height: 38px;
  line-height: 36px;
  margin-left: 20px;
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
  cursor: pointer;
}
.serach-box .publishBtn i {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 20px;
  background: url(../../../dist/static/images/publish.png) no-repeat center center;
}
.cate {
  float: left;
  width: 200px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.cate ul li.all-cate {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  background: none;
  cursor: pointer;
}
.cate ul.main-cate > li {
  position: relative;
  color: #333333;
  width: 200px;
  height: 36px;
  box-sizing: border-box;
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
  cursor: pointer;
}
.cate ul.main-cate > li > span {
  float: right;
  width: 9px;
  height: 18px;
  margin-top: 9px;
  background: url(../../../dist/static/images/left-ro.png) no-repeat;
}
.cate ul.sub-cate {
  background: #fff;
  border: 1px solid #e6631f;
  color: #333333;
  position: absolute;
  width: 275px;
  z-index: 1;
  top: -36px;
  left: 200px;
  display: none;
}
.cate ul.sub-cate li {
  box-sizing: border-box;
  padding: 0 20px;
  cursor: pointer;
}
.cate ul.main-cate > li:hover {
  color: #e6631f;
  background: #e8e8e8;
}
.cate ul.main-cate > li:hover span {
  background: url(../../../dist/static/images/right-ro.png) no-repeat;
}
.cate ul.main-cate > li:hover ul {
  display: block;
}
.cate ul.sub-cate > li:hover {
  background: #e8e8e8;
  color: #e6631f;
}
.cate ul.main-cate > li.active span {
  background: url(../../../dist/static/images/right-ro.png) no-repeat;
}
.cate ul li.active {
  background: #e8e8e8;
  color: #e6631f;
}
.info-wrap {
  height: auto;
}
.info-wrap .info-nav {
  border-bottom: 2px solid #2c7293;
}
.info-wrap .info-nav ul {
  float: left;
  width: 202px;
  height: 38px;
  line-height: 39px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-bottom: none;
}
.info-wrap .info-nav ul li {
  float: left;
  width: 100px;
  height: 38px;
  color: #a1a1a1;
  cursor: pointer;
}
.info-wrap .info-nav ul li.active {
  background: #2c7293;
  color: #fff;
}
.info-wrap .info-nav ul li:nth-of-type(1) {
  left: -1px;
}
.info-wrap .info-nav ul li:nth-of-type(2) {
  left: 100px;
}
.info-wrap .info-nav .all {
  float: right;
  width: 80px;
  padding-top: 10px;
}
.info-wrap .info-nav .all a {
  color: #2c7293;
}
.info-wrap .info-nav .all a i {
  float: right;
  width: 20px;
  height: 20px;
  background: url(../../../dist/static/images/more.png) no-repeat center center;
}
.info-wrap .publish-infos {
  padding-bottom: 80px;
}
.info-wrap .publish-infos .infoActive:hover {
  background: #F0F0F0;
}
.info-wrap .publish-infos .info {
  height: 100px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  padding-top: 10px;
}
.info-wrap .publish-infos .info .companyInfo {
  height: 60px;
  position: absolute;
  left: 590px;
  top: 25px;
}
.info-wrap .publish-infos .info .companyInfo p {
  margin-bottom: 10px;
  color: #333333;
  font-size: 14px;
}
.info-wrap .publish-infos .info .companyInfo p.pass {
  color: #e6631f;
}
.info-wrap .publish-infos .info .companyInfo p.noPass {
  color: #999999;
}
.info-wrap .publish-infos .info h3 {
  height: 40px;
  line-height: 40px;
  color: #3e3e3e;
  font-size: 18px;
}
.info-wrap .publish-infos .info .position span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #2c7293;
  font-size: 12px;
  border-radius: 2px;
  background: #e3e2de;
  padding: 0 10px;
}
.info-wrap .publish-infos .info .date-time {
  margin-top: 10px;
  font-size: 12px;
  color: #9a9a9a;
}
.info-wrap .publish-infos .info a.title {
  color: #3e3e3e;
}
.info-wrap .publish-infos .info a.detail {
  display: block;
  width: 85px;
  height: 35px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  line-height: 35px;
  color: #cccccc;
  position: absolute;
  bottom: 30px;
  right: 160px;
}
.info-wrap .publish-infos .info a.detail:hover {
  color: #fff;
  background: #2c7293;
}
#footer {
  border-top: 1px solid #e8e8e8;
}
#footer #copyRight {
  margin: 0 auto;
}
#footer #copyRight p {
  height: 20px;
  text-align: center;
  font-size: 14px;
  font-family: "微软雅黑" !important;
}
#footer #copyRight p:nth-of-type(1) {
  margin-top: 40px;
  color: #999999;
  font-size: 14px;
  font-family: "calibri";
}
#footer #copyRight p:nth-of-type(2) {
  margin-top: 10px;
  color: #999999;
}
#footer #copyRight p:nth-of-type(3) {
  margin-top: 10px;
  color: #999999;
}
#footer #copyRight p:nth-of-type(4) {
  margin-top: 10px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 40px;
}
#footer #copyRight p i {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../../../dist/static/images/copy.png);
}
#footer #copyRight p span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.crumbs {
  height: 57px;
  padding: 20px 0 17px 0;
  box-sizing: border-box;
  color: #262626;
}
.crumbs a {
  font-size: 14px;
  margin-right: 10px;
  color: #333333;
}
.crumbs a:last-child {
  color: #999999;
}
.crumbs span {
  margin-right: 10px;
}
.btnHover:hover {
  opacity: 0.6;
  cursor: pointer;
}
.file {
  position: relative;
}
.file input[name=file] {
  width: 170px;
  opacity: 0;
  /*设置此控件透明度为零，即完全透明*/
  filter: alpha(opacity=0);
  /*设置此控件透明度为零，即完全透明针对IE*/
  font-size: 0;
  position: absolute;
  /*绝对定位，相对于 .input */
  top: 0;
  left: 0;
}
a.pointer {
  cursor: pointer;
}
a.default {
  cursor: default;
  color: #333333!important;
}
/**
 * 注册登录样式
 */
.loginHeaderBox {
  width: 100%;
  height: 85px;
  padding-top: 26px;
  box-sizing: border-box;
}
.loginHeaderBox .loginHeader {
  width: 1200px;
  height: 33px;
  line-height: 33px;
  margin: 0 auto;
}
.loginHeaderBox .loginHeader h1 {
  font-size: 24px;
  float: left;
  color: #2c7293;
}
.loginHeaderBox .loginHeader a {
  float: right;
  width: 127px;
  height: 25px;
  font-size: 18px;
  color: #666666;
  line-height: 25px;
}
.loginHeaderBox .loginHeader a:hover {
  color: #E6631F;
}
#loginBg {
  background: url(../../../dist/static/images/loginbg.jpg) no-repeat;
  background-size: cover;
  min-height: 1100px;
  min-width: 1200px;
}
#loginBg .loginPadding {
  padding-top: 76px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
#loginBg .loginPadding .form {
  padding-left: 100px;
}
#loginBg .loginPadding .form-Box {
  width: 900px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
}
#loginBg .loginPadding .form-Box .form-title {
  height: 28px;
  line-height: 28px;
}
#loginBg .loginPadding .form-Box .form-title i.register-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url(../../../dist/static/images/register.png) no-repeat;
  background-size: 100% 100%;
}
#loginBg .loginPadding .form-Box .form-title i.reset-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url(../../../dist/static/images/reset.png) no-repeat;
  background-size: 100% 100%;
}
#loginBg .loginPadding .form-Box .form-title span {
  color: #333333;
  font-size: 20px;
  margin-left: 7px;
  vertical-align: middle;
}
#loginBg .loginPadding .form-Box .roles {
  width: 140px;
  height: 50px;
  font-size: 16px;
}
#loginBg .loginPadding .form-Box .ok {
  width: 300px;
  margin: 0 auto;
  margin-top: 120px;
}
#loginBg .loginPadding .form-Box .ok .icon-ok {
  margin: 0 auto;
  width: 84px;
  height: 84px;
  background: url(../../../dist/static/images/ok.png) no-repeat;
}
#loginBg .loginPadding .form-Box .ok p {
  color: #333333;
  font-size: 16px;
  text-align: center;
  margin-top: 45px;
}
#loginBg .loginPadding .form-Box .ok p span {
  color: #e6631f;
  margin: 0 5px;
}
#loginBg .loginPadding .form-Box .mTypeBox {
  display: inline-block;
  width: 585px;
}
#loginBg .loginPadding .form-Box .mTypeBox .mType {
  font-size: 14px;
  padding: 8px 17px;
  margin-bottom: 10px;
  margin-right: 10px;
}
#loginBg .loginPadding .form-Box .item {
  height: 20px;
  margin-bottom: 30px;
  margin-left: 158px;
}
#loginBg .loginPadding .form-Box .item .checkBox {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../../dist/static/images/check.png) no-repeat;
  vertical-align: middle;
  cursor: pointer;
}
#loginBg .loginPadding .form-Box .item .checked {
  background: url(../../../dist/static/images/checked.png) no-repeat;
}
#loginBg .loginPadding .form-Box .item .agreement-link {
  color: #2c7293;
}
#loginBg .loginPadding .form-Box .item .agreement-link:hover {
  text-decoration: underline;
}
#loginBg .loginPadding .form-Box .form-footer {
  width: 100%;
  height: 120px;
  border-top: 1px solid #cccccc;
  padding-top: 17px;
  box-sizing: border-box;
}
#loginBg .loginPadding .form-Box .form-footer .tips {
  float: left;
  width: 320px;
  height: 100px;
  padding: 10px 0;
  box-sizing: border-box;
  margin-left: 88px;
}
#loginBg .loginPadding .form-Box .form-footer .tips ul > li {
  float: left;
  height: 20px;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#loginBg .loginPadding .form-Box .form-footer .qrCode {
  float: left;
  margin-left: 188px;
}
#loginBg .loginPadding .form-Box .form-footer .qrCode ul > li {
  float: left;
  width: 100px;
  height: 100px;
  padding: 12px 12px;
  box-sizing: border-box;
}
#loginBg .loginPadding .form-Box .form-footer .qrCode ul > li img {
  width: 100%;
  height: 100%;
}
#loginBg .loginPadding .form-Box .form-footer .qrCode ul > li i {
  display: block;
  width: 60px;
  height: 66px;
  background: url(../../../dist/static/images/focus.png) no-repeat;
}
button.btn-default {
  text-align: center;
  position: relative;
  color: #999999;
  border: 1px solid #CCCCCC;
  background: #fff;
}
button.btn-active {
  color: #e6631f;
  border: 1px solid #e6631f;
}
button.btn-active i {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -3px;
  right: 0;
  background: url(../../../dist/static/images/select.png) no-repeat;
}
/*交互且必填样式*/
form.validate .ng-invalid-required.ng-dirty {
  background-color: orange;
}
/*交互不合法样式*/
form .ng-invalid.ng-dirty {
  border: 1px solid red;
}
/*邮件不合法且交互过*/
form.validate .ng-invalid-email.ng-dirty {
  background-color: lightgoldenrodyellow;
}
.error {
  color: red;
  font-weight: bold;
}
/*不为空的验证通过*/
form .ng-not-empty.ng-valid {
  /*color: green; 
    font-weight: bold;*/
  border: 1px solid green;
}
.form-group .disabled {
  background: #e8e8e8;
  width: 220px;
  height: 36px;
  line-height: 36px;
  opacity: 99;
  font-size: 16px;
  border: none;
  color: #fff;
}
/**
 * 咨询平台样式
 */
/**
 *咨询详情
 */
.consultationWrap {
  float: left;
  margin-right: 10px;
  width: 850px;
}
.consultationWrap .consultation {
  padding: 10px 22px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  position: relative;
}
.consultationWrap .consultation h3 {
  font-size: #333333;
  font-size: 28px;
}
.consultationWrap .consultation .consultationCont {
  margin-top: 23px;
  color: #333333;
  font-size: 14px;
}
.consultationWrap .consultation .type {
  padding: 84px 0 58px 0;
}
.consultationWrap .consultation .type span {
  padding: 4px 19px;
  background: rgba(51, 127, 156, 0.18);
  border-radius: 2px;
  color: #2c7293;
  margin-right: 10px;
}
.consultationWrap .consultation .consultationType {
  width: 100px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #e6631f;
  text-align: center;
  font-size: 20px;
  color: #e6631f;
  font-family: PingFangSC-Regular;
}
.company {
  float: left;
  width: 340px;
  height: 360px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
}
.company h4 {
  color: #333333;
  font-size: 18px;
  height: 20px;
  line-height: 25px;
}
.company .companyStaus {
  width: 120px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #e6631f;
  background: rgba(248, 154, 106, 0.2);
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.company .personInfo {
  height: 32px;
  line-height: 32px;
  color: #333333;
}
.company .phone {
  height: 32px;
  line-height: 32px;
  color: #333333;
}
.company .phone .phoneNum {
  color: #e6631f;
  font-weight: bold;
  font-size: 28px;
}
.commonTime {
  margin-top: 10px;
  height: 17px;
  line-height: 17px;
  color: #999999;
  font-size: 12px;
}
#position {
  padding: 46px 10px;
}
#position i {
  float: left;
  width: 17px;
  height: 22px;
  background: url(../../../dist/static/images/position.png) no-repeat;
  background-size: 100% 100%;
}
#position span {
  float: left;
  margin-left: 8px;
}
/**
 *发布咨询
 */
.form-publish {
  width: 555px;
  margin: 0 auto;
}
.form-group {
  width: 100%;
  margin-bottom: 20px;
}
.form-group label {
  float: left;
  width: 155px;
  height: 36px;
  line-height: 36px;
  text-align: right;
  color: #333333;
  font-size: 16px;
  padding-right: 10px;
  box-sizing: border-box;
}
.form-group label.required:before {
  content: "*";
  color: #ff0000;
  vertical-align: middle;
}
.form-group label.uploadTitle {
  padding-right: 0;
  width: 85px;
  height: 36px;
  text-align: center;
  background: #e8e8e8;
  color: #333333;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-right: none;
}
.form-group .lg {
  width: 400px;
  height: 36px;
  padding-left: 10px;
}
.form-group .sm {
  width: 120px;
  height: 36px;
  padding-left: 10px;
}
.form-group .sm:not(:last-child) {
  margin-right: 16px;
}
.form-group .ms {
  width: 70px;
  height: 36px;
  padding-left: 10px;
}
.form-group input {
  width: 400px;
  height: 36px;
  padding-left: 10px;
  box-sizing: border-box;
}
.form-group input[type=radio] {
  width: 25px;
  height: 16px;
  line-height: 16px;
}
.form-group textarea {
  width: 545px;
  height: 160px;
  padding: 10px;
  box-sizing: border-box;
}
.form-group .btn-orange {
  width: 220px;
  height: 36px;
  line-height: 36px;
  background: #e6631f;
  opacity: 99;
  font-size: 16px;
  border: none;
  color: #ffffff;
}
.form-group .btn-hui {
  width: 220px;
  height: 36px;
  line-height: 36px;
  background: #e8e8e8;
  opacity: 99;
  font-size: 16px;
  border: none;
  color: #999999;
}
.form-group .file {
  width: 170px;
  height: 36px;
  text-align: center;
  background: #e8e8e8;
  color: #333333;
  border: 1px solid #cccccc;
  border-left: none;
}
#code {
  display: inline-block;
  width: 80px;
  height: 36px;
  margin-left: 10px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.sendCode {
  width: 120px;
  height: 36px;
  background: #ffffff;
  opacity: 99;
  border: 1px solid #e6631f;
  box-sizing: border-box;
  color: #e6631f;
  margin-left: 10px;
}
.mTypeBox button:nth-of-type(5) {
  margin-bottom: 0;
}
.cate-box h4 {
  width: 95px;
  font-weight: 700;
  cursor: pointer;
}
.cate-box h4 span:nth-of-type(1) {
  float: left;
  color: #333333;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
}
.cate-box h4 span.all-icon {
  float: left;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-top: 2px;
  background: url(../../../dist/static/images/all-off.png) no-repeat;
}
.cate-box h4.active span:nth-of-type(1) {
  color: #e6631f;
}
.cate-box h4.active span.all-icon {
  background: url(../../../dist/static/images/all-on.png) no-repeat;
}
.cate-box .cate-list {
  margin-top: 20px;
}
.cate-box .cate-list dl {
  width: 240px;
  height: 100px;
  float: left;
  margin-bottom: 20px;
}
.cate-box .cate-list dl dt {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
.cate-box .cate-list dl dt.active {
  color: #e6631f;
}
.cate-box .cate-list dl dd {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 5px;
  cursor: pointer;
}
.cate-box .cate-list dl dd.active {
  color: #e6631f;
}
/**
 * 会员平台样式
 */
.vipWrap {
  width: 100%;
  height: 100%;
}
#vipBox {
  width: 100%;
  min-height: calc(100% - 112px);
  position: relative;
}
#sidebar {
  width: 210px;
  background: #2f7190;
  position: absolute;
  top: 0;
  bottom: 0;
}
#sidebar .nav-header {
  height: 36px;
}
#sidebar .nav-header h1 {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  padding-left: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar .nav-menu > li {
  min-height: 36px;
  cursor: pointer;
}
#sidebar .nav-menu > li a {
  display: block;
  width: 210px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 21px 0 10px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
#sidebar .nav-menu > li a i {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
#sidebar .nav-menu > li a i.list {
  position: absolute;
  top: 13px;
  right: 20px;
  width: 5px;
  height: 10px;
  background: url(../../../dist/static/images/list.png) no-repeat center -1px;
  transition: all 0.1s ease-in;
}
#sidebar .nav-menu > li a i.contActive {
  position: absolute;
  right: 0;
  top: 9px;
  width: 8px;
  height: 18px;
  background: url(../../../dist/static/images/listselet.png) no-repeat center -1px;
}
#sidebar .nav-menu > li a i.actvie {
  transform: rotate(-90deg);
}
#sidebar .nav-menu > li a i.icon-smt {
  background: url(../../../dist/static/images/SMT.png) no-repeat center -1px;
}
#sidebar .nav-menu > li a i.icon-pcb {
  background: url(../../../dist/static/images/PCBbuy.png) no-repeat center -1px;
}
#sidebar .nav-menu > li a i.icon-pcb-all {
  background: url(../../../dist/static/images/PCBAall.png) no-repeat center -1px;
}
#sidebar .nav-menu > li a i.icon-dz {
  background: url(../../../dist/static/images/dz.png) no-repeat center -1px;
}
#sidebar .nav-menu > li a i.icon-wang {
  background: url(../../../dist/static/images/wang.png) no-repeat center -1px;
}
#sidebar .nav-menu > li a i.icon-order {
  background: url(../../../dist/static/images/order.png) no-repeat center -1px;
}
#sidebar .nav-menu > li a i.icon-info {
  background: url(../../../dist/static/images/info.png) no-repeat center -1px;
}
#sidebar .nav-menu > li a i.icon-server {
  background: url(../../../dist/static/images/server.png) no-repeat center -1px;
}
#sidebar .nav-menu > li a i.icon-publish {
  background: url(../../../dist/static/images/publish.png) no-repeat center -1px;
}
#sidebar .nav-menu > li a i.icon-xun {
  background: url(../../../dist/static/images/xun.png) no-repeat center -1px;
}
#sidebar .nav-menu > li a span {
  margin-left: 8px;
}
#sidebar .nav-menu > li .sub-menu {
  height: 0;
  transition: all 1s ease-in-out;
  overflow: hidden;
}
#sidebar .nav-menu > li .sub-menu li {
  height: 36px;
  background: #195470;
}
#sidebar .nav-menu > li .sub-menu li a {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0;
}
#sidebar .nav-menu > li .sub-menu li a span {
  display: block;
  width: 210px;
  height: 36px;
  padding: 0 35px;
  line-height: 36px;
  box-sizing: border-box;
}
#sidebar .nav-menu > li .sub-menu li a span.routerActive {
  background: #7bb3c9;
}
#sidebar .nav-menu > li .sub-menu li span {
  margin-left: 0;
}
#sidebar .nav-menu > li .subActive {
  height: auto;
}
#vipContent {
  margin-left: 210px;
}
#vipContent .vipCrumbs {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  color: #999999;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
}
#vipContent .vipCrumbs a {
  color: #999999;
  font-size: 14px;
}
.content {
  padding: 20px;
}
.addBtn {
  display: block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  background: #e6631f;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.addBtn a {
  color: #fff;
  display: block;
  width: 120px;
  height: 36px;
}
.panel {
  padding: 10px;
  background: #e8e8e8;
  color: #333333;
}
.form-inline {
  display: inline-block;
  height: 30px;
}
.form-inline label {
  margin: 0 5px;
}
.form-inline .orderCode {
  width: 150px;
  height: 30px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
}
.date-input {
  display: inline-block;
  width: 120px;
  height: 30px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  background: #fff;
}
.date-input input {
  border: none;
  width: 95px;
  height: 28px;
  padding-left: 10px;
  box-sizing: border-box;
}
.date-input i {
  display: inline-block;
  width: 16px;
  height: 15px;
  vertical-align: middle;
  background: url(../../../dist/static/images/date.png) no-repeat center -1px;
  cursor: pointer;
}
.vipSearch {
  background: #fff;
  width: 80px;
  height: 30px;
  margin-left: 13px;
  color: #e6631f;
  border: 1px solid #e6631f;
}
.tableBox {
  margin-top: 22px;
}
.tableBox .tableName {
  text-align: center;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #2c7293;
  background: #fff;
  border-top: 2px solid #2c7293;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  box-sizing: border-box;
  position: relative;
  bottom: -1px;
}
.tableBox table th,
.tableBox table td {
  padding: 26px 0 5px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
}
.tableBox table tr td {
  border: 1px solid #e8e8e8;
}
.tableBox table tr td a {
  color: #e6631f;
  text-decoration: underline;
  cursor: pointer;
}
.tableBox table tr:nth-of-type(1) {
  border: 1px solid #e8e8e8;
}
.tableBox table tr:hover td {
  background-color: #f5f5f5;
  color: #2c7293;
}
.pages {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.step ul li {
  float: left;
  width: 180px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #999999;
  background: #e8e8e8;
  margin-bottom: 20px;
  margin-right: 1px;
}
.step ul li.currentStep {
  color: #fff;
  background: #2c7293;
}
.priceTitle {
  margin-bottom: 20px;
}
.priceTitle h1 {
  height: 25px;
  line-height: 25px;
  color: #333333;
  font-size: 18px;
}
.piceList ul > li {
  width: 720px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  color: #333333;
}
.piceList ul > li:not(:last-child) {
  border-bottom: none;
}
.piceList ul > li span:nth-of-type(1) {
  display: inline-block;
  width: 150px;
  padding: 8px 0;
  text-align: center;
  background: #f5f5f5;
  border-right: 1px solid #e8e8e8;
  vertical-align: top;
}
.piceList ul > li span:nth-of-type(2) {
  display: inline-block;
  width: 475px;
  line-height: 36px;
  padding-left: 10px;
}
.piceList ul > li input {
  width: 475px;
  height: 36px;
  padding-left: 10px;
  border: none;
  box-sizing: border-box;
}
.priceTable {
  font-size: 14px;
  border-collapse: collapse;
}
.priceTable tr {
  height: 36px;
}
.priceTable tr .priceTableTitle {
  background-color: #f4f4f4;
}
.priceTable td {
  width: 150px;
  border: 1px solid #e8e8e8;
}
.priceTable th,
.priceTable td {
  text-align: center;
  color: #333333;
}
.form-Box p {
  color: #333333;
  font-size: 14px;
}
.form-Box p a {
  color: #e6631f;
}
.down {
  display: block;
  width: 150px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e6631f;
  color: #e6631f;
  font-size: 14px;
  text-align: center;
}
.down i {
  display: inline-block;
  width: 13px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../../../dist/static/images/down.png) no-repeat center -1px;
}
.attention {
  width: 647px;
  border-top: 1px solid #e8e8e8;
  padding: 37px 0;
}
.attention h4,
.attention ul li {
  color: #333333;
  line-height: 17px;
  font-size: 12px;
}
.form-inline .form-select {
  width: 150px;
  height: 30px;
}
.form-group .free {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #e6631f;
}
.form-group .btn-orange {
  margin-left: 150px;
}
.form-group .btn-hui {
  margin-left: 120px;
}
.downzip .namezip {
  display: inline;
  text-align: center;
  margin-right: 36px;
}
.downzip .namezip i {
  display: inline-block;
  width: 40px;
  height: 36px;
  vertical-align: middle;
  margin-right: 7px;
  background: url(../../../dist/static/images/name.png) no-repeat center -1px;
}
.downzip .namezip span {
  margin-right: 10px;
}
.downzip .namezip a {
  color: #2F7190;
}
.untrAdd-wrap {
  width: 750px;
  margin: 0 auto;
}
.untrAdd-wrap .untrAdd-nav {
  padding-bottom: 40px;
}
.untrAdd-wrap .untrAdd-nav ul {
  width: 610px;
  margin: 0 auto;
}
.untrAdd-wrap .untrAdd-nav ul li.active {
  background: #2c7293;
  color: #fff;
}
.untrAdd-wrap .untrAdd-nav ul li {
  display: inline;
  margin-right: 1px;
  background: #E8E8E8;
  float: left;
  width: 202px;
  height: 38px;
  line-height: 39px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.untrAdd-wrap .inquiry-nav ul {
  width: 410px;
  margin: 0 auto;
}
.untrAdd-wrap .unitPrice {
  color: #999999;
  display: inline!important;
}
.loading {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: 20px;
  margin-right: 20px;
}
/**
 * pcb平台样式
 */
/**
 * 我的资料平台样式
 */
.Information {
  margin: 20px 0px 0px 20px;
}
.Information p {
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 0px 0px 20px 0px;
}
.Information table {
  width: 800px;
  border-collapse: collapse;
  position: relative;
  border: 1px solid #e7e7e7;
}
.Information table tr {
  height: 34px;
  overflow: hidden;
}
.Information table tr td {
  text-align: center;
  font-size: 14px;
}
.Information table tr td:first-child {
  border: 1px solid #e7e7e7;
  width: 150px;
  background-color: #f4f4f4;
}
.Information table tr td input {
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  width: 648px;
  height: 34px;
  border: 1px solid #e7e7e7;
}
.Information .save {
  width: 220px;
  height: 36px;
  background: #e6631f;
  opacity: 99;
  text-align: center;
  margin-top: 41px;
}
.Information .save a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  text-decoration: none;
  font-weight: bold;
}
/**
 * 我的发布平台样式
 */
.resourceList {
  border: 1px solid #E9E9E9;
  border-top: 2px solid #E9E9E9;
  position: relative;
}
.resourceList .resourceList2 {
  padding: 0px 0px 10px 10px;
}
.resourceList .resourceList2 .info_content {
  padding-top: 10px;
  width: 680px;
}
.resourceList .resourceList2 .info_content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.resourceList .type {
  padding: 30px 0 20px 0;
}
.resourceList .type span {
  padding: 4px 19px;
  background: rgba(51, 127, 156, 0.18);
  border-radius: 2px;
  color: #2c7293;
  margin-right: 10px;
}
.resourceList .resourcetitle {
  margin-bottom: 20px;
  height: 30px;
  background-color: #E8E8E8;
  color: #c5c5c5;
  line-height: 30px;
  padding-left: 10px;
}
.resourceList .resourcetitle span {
  margin-right: 200px;
}
.resourceList .resourceA {
  border-left: 2px solid #E9E9E9;
  height: 90px;
  line-height: 90px;
  padding-left: 100px;
  color: #cccccc;
  position: absolute;
  bottom: 20px;
  right: 160px;
}
.resourceList .resourceA a {
  color: #2c7293;
  margin-right: 20px;
}
