*,
*::after,
*::before {
  box-sizing: border-box;
  word-wrap: break-word;
}
*[hidefocus],
a,
textarea,
area {
  outline: none;
  resize: none;
}
html,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
img,
input,
li,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
  border: 0;
}
dl,
ol,
ul {
  list-style-type: none;
}
button,
input {
  overflow: visible;
  vertical-align: middle;
  outline: none;
  background-color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
pre,
select,
td,
textarea,
th {
  font-size: 12px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
a {
  color: #333333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus,
:focus {
  outline: none;
}
input {
  -webkit-user-modify: read-write-plaintext-only;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
sub,
sup {
  vertical-align: baseline;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
}
em,
i {
  font-style: normal;
}
/*HTML5 reset*/
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
legend,
menu,
nav,
section,
fieldset,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -webkit-appearance: textfield;
}
/*IE下a:hover 背景闪烁*/
html {
  overflow: -moz-scrollbars-vertical;
}
/*清除浮动*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body,
input,
select {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  min-width: 1200px;
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a[class]:hover {
  text-decoration: none;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
@font-face {
  font-family: Din Medium;
  src: url("/assets/pc2018/fonts/din-medium.otf");
}
.number {
  font-family: 'Din Medium';
}
.header {
  position: relative;
  z-index: 110;
  background-color: transparent;
  min-height: 102px;
  transition: all 0.3s;
}
.header:hover {
  background-color: #fff;
}
.header:hover .service-phone {
  color: #333333;
}
.header:hover .service-phone .work-time {
  color: #666666;
}
.header:hover .website-links .links-item {
  color: #333333;
}
.header:hover .website-links .links-item a {
  color: #333333;
}
.header:hover .website-links .links-item + .links-item::before {
  background-color: #666666;
}
.header:hover .xq-logo .current-page {
  color: #999999;
}
.header:hover .xq-logo .logo-normal {
  opacity: 0;
}
.header:hover .xq-logo .logo-active {
  opacity: 1;
}
.header:hover .website-menus .menus-item {
  color: #999999;
}
.header:hover .website-menus .menus-item a {
  color: #999999;
}
.header:hover .website-menus .menus-item::before {
  background-color: #f35b50;
}
.header:hover .website-menus .menus-item.active,
.header:hover .website-menus .menus-item.current {
  color: #333333;
}
.header:hover .website-menus .menus-item.active a,
.header:hover .website-menus .menus-item.current a {
  color: #333333;
}
.header.active {
  background-color: #fff;
}
.header.active .topbar {
  background-color: #323436;
}
.header.active .service-phone {
  color: #ffffff;
}
.header.active .service-phone .work-time {
  color: #ffffff;
}
.header.active .website-links .links-item {
  color: #ffffff;
}
.header.active .website-links .links-item a {
  color: #ffffff;
}
.header.active .website-links .links-item + .links-item::before {
  background-color: #666666;
}
.header.active .xq-logo .current-page {
  color: #999999;
}
.header.active .xq-logo .logo-normal {
  opacity: 0;
}
.header.active .xq-logo .logo-active {
  opacity: 1;
}
.header.active .website-menus .menus-item {
  color: #999999;
}
.header.active .website-menus .menus-item a {
  color: #999999;
}
.header.active .website-menus .menus-item::before {
  background-color: #f35b50;
}
.header.active .website-menus .menus-item.active,
.header.active .website-menus .menus-item.current {
  color: #333333;
}
.header.active .website-menus .menus-item.active a,
.header.active .website-menus .menus-item.current a {
  color: #333333;
}
.topbar {
  width: 100%;
  min-width: 1200px;
  height: 40px;
  background-color: transparent;
}
.topbar .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.topbar .flex {
  display: flex;
}
.topbar .space-between {
  display: flex;
  justify-content: space-between;
}
.topbar .center {
  display: flex;
  align-items: center;
}
.topbar .service-phone {
  display: flex;
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
}
.topbar .service-phone .label {
  margin-right: 12px;
}
.topbar .service-phone .work-time {
  color: #ffffff;
}
.topbar .website-links {
  display: flex;
  line-height: 40px;
  margin-right: -16px;
}
.topbar .website-links .links-item {
  position: relative;
  padding: 0 16px;
  font-size: 12px;
  color: #ffffff;
}
.topbar .website-links .links-item a {
  color: #ffffff;
}
.topbar .website-links .links-item + .links-item::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #666666;
  height: 16px;
  overflow: hidden;
  top: 50%;
  margin-top: -8px;
}
.navgation {
  width: 100%;
  min-width: 1200px;
  position: relative;
  background-color: transparent;
  height: 72px;
}
.navgation .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.navgation .flex {
  display: flex;
}
.navgation .space-between {
  display: flex;
  justify-content: space-between;
}
.navgation .center {
  display: flex;
  align-items: center;
}
.navgation .wrapper {
  height: 72px;
}
.navgation .sub-menu {
  position: absolute;
  width: 100%;
  top: 72px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #eeeeee inset;
  display: none;
}
.navgation .sub-menu .wrapper {
  height: 62px;
}
.navgation .xq-logo {
  display: flex;
  height: 49px;
  align-items: center;
  position: relative;
}
.navgation .xq-logo .logo-normal,
.navgation .xq-logo .logo-active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.navgation .xq-logo .logo-normal {
  opacity: 1;
}
.navgation .xq-logo img {
  display: block;
  height: 49px;
  width: auto;
}
.navgation .xq-logo .current-page {
  display: flex;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 24px;
  border-left: 1px solid #e2e2e2;
  margin-left: 19px;
}
.navgation .website-menus {
  display: flex;
  height: 72px;
  line-height: 40px;
  margin-right: -4px;
}
.navgation .website-menus .menus-item {
  position: relative;
  padding: 0 4px;
  font-size: 16px;
  color: #ffffff;
  height: 72px;
  line-height: 72px;
}
.navgation .website-menus .menus-item a {
  display: block;
  height: 72px;
  color: #ffffff;
  text-decoration: none;
}
.navgation .website-menus .menus-item a:hover {
  color: #333333;
}
.navgation .website-menus .menus-item::before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
}
.navgation .website-menus .menus-item.active,
.navgation .website-menus .menus-item.current {
  color: #ffffff;
}
.navgation .website-menus .menus-item.active a,
.navgation .website-menus .menus-item.current a {
  color: #ffffff;
}
.navgation .website-menus .menus-item.active::before,
.navgation .website-menus .menus-item.current::before {
  display: block;
}
.navgation .website-menus .menus-item {
  margin-left: 66px;
}
.page-tab {
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 30px 0 rgba(102, 102, 102, 0.2);
}
.page-tab .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-tab .flex {
  display: flex;
}
.page-tab .space-between {
  display: flex;
  justify-content: space-between;
}
.page-tab .center {
  display: flex;
  align-items: center;
}
.page-tab .tab-wrap {
  display: flex;
}
.page-tab .tab-wrap.right {
  justify-content: flex-end;
}
.page-tab .tab-wrap .tab-item {
  position: relative;
  padding: 0 4px;
  font-size: 16px;
  color: #666666;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.page-tab .tab-wrap .tab-item:hover {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item a {
  color: #666666;
}
.page-tab .tab-wrap .tab-item a:hover {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item::before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #f35b50;
  overflow: hidden;
}
.page-tab .tab-wrap .tab-item.active,
.page-tab .tab-wrap .tab-item.current {
  color: #333333;
}
.page-tab .tab-wrap .tab-item.active a,
.page-tab .tab-wrap .tab-item.current a {
  color: #333333;
}
.page-tab .tab-wrap .tab-item.active::before,
.page-tab .tab-wrap .tab-item.current::before {
  display: block;
}
.page-tab .tab-wrap .tab-item.current {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item.current a {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item.current::before {
  display: none;
}
.page-tab .tab-wrap .tab-item + .tab-item {
  margin-left: 74px;
}
.page-tab.infomation-tab .tab-wrap {
  display: flex;
  justify-content: space-between;
}
.page-tab.infomation-tab .tab-item {
  font-size: 14px;
}
.page-tab.infomation-tab .tab-item + .tab-item {
  margin-left: 0;
}
.page-tab.sub-menu-tab {
  box-shadow: none;
}
.page-tab.sub-menu-tab .tab-item {
  font-size: 14px;
}
.page-tab.sub-menu-tab .tab-item + .tab-item {
  margin-left: 40px;
}
.product-filter {
  width: 100%;
  min-width: 1200px;
}
.product-filter .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.product-filter .flex {
  display: flex;
}
.product-filter .space-between {
  display: flex;
  justify-content: space-between;
}
.product-filter .center {
  display: flex;
  align-items: center;
}
.product-filter .wrapper {
  padding: 20px 0;
}
.product-filter .filter-row {
  width: 100%;
  position: relative;
  display: flex;
  padding-left: 130px;
  flex-wrap: wrap;
  margin-right: -72px;
}
.product-filter .filter-row .more {
  position: absolute;
  top: 0;
  right: 0;
}
.product-filter .filter-row .all {
  width: 70px;
}
.product-filter .filter-row dd {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  width: 110px;
  cursor: pointer;
}
.product-filter .filter-row dd a {
  color: #333333;
}
.product-filter .filter-row dd a:hover {
  color: #f35b50;
  text-decoration: none;
}
.product-filter .filter-row dd.active {
  color: #f35b50;
}
.product-filter .filter-row dd.active a {
  color: #f35b50;
}
.product-filter .filter-row dt {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
}
.biao-card-wrap {
  width: 100%;
  min-width: 1200px;
}
.biao-card-wrap .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.biao-card-wrap .flex {
  display: flex;
}
.biao-card-wrap .space-between {
  display: flex;
  justify-content: space-between;
}
.biao-card-wrap .center {
  display: flex;
  align-items: center;
}
.biao-card-wrap .wrapper {
  display: flex;
  justify-content: space-between;
}
.biao-card-wrap .biao-card {
  width: 274px;
}
.biao-card {
  background-color: #ffffff;
  height: 330px;
  width: 100%;
  position: relative;
  padding: 20px;
  top: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.biao-card:hover {
  top: -3px;
  -moz-box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.1);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.1);
}
.biao-card .biao-title {
  height: 30px;
  line-height: 22px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f4f4f4;
}
.biao-card .biao-title .biao-name {
  font-size: 16px;
  color: #333333;
}
.biao-card .biao-title .biao-id {
  font-size: 14px;
  color: #666666;
}
.biao-card .label {
  font-size: 14px;
  color: #999999;
}
.biao-card .value {
  font-size: 16px;
  color: #333333;
}
.biao-card .point {
  color: #f35b50;
}
.biao-card .point .strong {
  font-size: 28px;
}
.biao-card .biao-tag {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 16px;
  color: #f35b50;
  background: #fddedc;
}
.biao-card .fix-align {
  padding-top: 5px;
}
.biao-card .biao-props {
  display: flex;
  height: 190px;
  flex-direction: column;
  justify-content: space-around;
  padding: 10px 0;
}
.biao-card .biao-props .props-row {
  display: flex;
  justify-content: space-between;
}
.biao-card .biao-props .props-row .props-cell {
  height: 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.biao-card .biao-props .props-row .props-cell .value {
  height: 36px;
  line-height: 36px;
}
.biao-card .biao-props .props-row .props-cell:nth-last-of-type(1) {
  text-align: right;
}
.biao-card .biao-progress {
  height: 24px;
  margin-bottom: 16px;
}
.biao-card-row {
  height: 150px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 12px;
  padding-right: 38px;
}
.biao-card-row:hover {
  background-color: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.1);
}
.biao-card-row:hover .biao-action {
  position: relative;
  top: 6px;
}
.biao-card-row .button-primary:hover {
  width: 110px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  color: #ffffff !important;
  background-color: #f35b50 !important;
  box-shadow: none;
}
.biao-card-row .button.disabled {
  border-color: #999999 !important;
  color: #999999 !important;
  box-shadow: 0 0 0 1px #999999 !important;
}
.biao-card-row .button.disabled:hover {
  background-color: transparent !important;
  border-color: #999999 !important;
  color: #999999 !important;
  box-shadow: 0 0 0 1px #999999 !important;
}
.biao-card-row .biao-title {
  line-height: 20px;
  padding-top: 25px;
}
.biao-card-row .biao-title .biao-name {
  font-size: 16px;
  color: #333333;
  margin-right: 18px;
}
.biao-card-row .biao-title .biao-id {
  font-size: 16px;
  color: #666666;
  margin-right: 18px;
}
.biao-card-row .biao-title .biao-mark {
  border: 1px solid #fca06c;
  font-size: 12px;
  color: #f35b50;
  height: 20px;
  line-height: 18px;
  padding: 0 8px;
}
.biao-card-row .biao-content {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.biao-card-row .biao-content .biao-props,
.biao-card-row .biao-content .biao-action,
.biao-card-row .biao-content .props-cell,
.biao-card-row .biao-content .biao-progress {
  height: 60px;
}
.biao-card-row .biao-content .biao-props {
  display: flex;
  justify-content: space-between;
}
.biao-card-row .label {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #999999;
  margin-top: -4px;
}
.biao-card-row .value {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
}
.biao-card-row .point {
  color: #f35b50;
  position: relative;
  top: -5px;
}
.biao-card-row .point.normal {
  color: #333333;
}
.biao-card-row .point.normal .strong {
  font-weight: normal;
  font-size: 28px;
}
.biao-card-row .point .strong {
  font-weight: bold;
  font-size: 28px;
}
.biao-card-row .biao-progress {
  width: 180px;
  height: 34px !important;
  position: relative;
  top: 6px;
}
.biao-card-row .biao-progress .progress {
  flex-direction: column;
}
.biao-card-row .biao-progress .progress .bar {
  width: 100%;
}
.biao-card-row .biao-progress .progress .bar-status {
  width: 100%;
  text-align: left;
  margin-top: 14px;
}
.biao-card-row .biao-progress .gray {
  font-size: 12px;
  color: #999999;
}
.biao-card-row .biao-action {
  position: relative;
  top: 6px;
}
.biao-card-row .biao-action .button-primary {
  width: 110px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  background-color: transparent;
  color: #f35b50;
  box-shadow: 0 0  0 1px #f35b50;
  border-radius: 0;
}
.biao-list {
  width: 100%;
  min-width: 1200px;
}
.biao-list .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.biao-list .flex {
  display: flex;
}
.biao-list .space-between {
  display: flex;
  justify-content: space-between;
}
.biao-list .center {
  display: flex;
  align-items: center;
}
.pagenation {
  display: flex;
  justify-content: center;
}
.pagenation.normal {
  justify-content: center;
}
.pagenation .inner {
  display: flex;
  margin-right: -20px;
  font-size: 14px;
}
.pagenation .inner .prev,
.pagenation .inner .next,
.pagenation .inner a.number,
.pagenation .inner span.number {
  margin-left: 20px;
}
.pagenation .inner .prev,
.pagenation .inner .next {
  width: 28px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
}
.pagenation .inner .prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAiUlEQVQYlV3PrQ5BYQDG8d95mUB2EzYXIDFREDTNdDfgAtyAoJ2qmGKnG6fINsUd6ATbGend3p0nPv/t+cjK8qamMRahZvZxxDkFXRTYIY+gjRMuWENAA3u8scQPmtiihwG+MTftqNIVASs8cEArBRXm6CBHlkZ9MMUQm1ge9cIEVzzrz++YYfQH46AYxC39jz4AAAAASUVORK5CYII=");
}
.pagenation .inner .next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAiklEQVQYlU3PsQpBcRiG8R9OBi5EKQuz5AIsyi6bwQ24ADdglzPZLMpIymJWLoKZQZ1Yzr++d3yfvr7nrVyvtxw5TkKqOGOPTgQZtmjhiC5e6QKWuOCARgQ/zPDGDrUE4IsJ2lhHAEW0SqmXdg8ssrKsYIMmRigSWGGAHj5pxxRz9PGMP4YY4x4t/v36GdURY3m3AAAAAElFTkSuQmCC");
}
.pagenation .inner a.number.active,
.pagenation .inner a.number:hover {
  background-color: #f35b50;
  color: #fff;
}
.pagenation .inner a.number {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  color: #999999;
}
.progress {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress.disabled .bar .bar-value {
  background-color: #f9ada7;
}
.progress.disabled .bar-status {
  color: #999999;
}
.progress.disabled1 .bar .bar-value {
  background-color: #f9ada7;
}
.progress .bar {
  position: relative;
  flex: 1;
  border-radius: 4px;
  height: 4px;
  background-color: #e6e6eb;
  box-shadow: 1.259px 1.554px 4px 0px rgba(164, 164, 196, 0.2);
}
.progress .bar .bar-value {
  position: absolute;
  border-radius: 4px;
  background-color: #f35b50;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100% !important;
}
.progress .bar-status {
  font-size: 12px;
  color: #f35b50;
  width: 42px;
  text-align: right;
}
.progress .bar-status.full {
  color: #999999;
}
.button {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  height: 38px;
  line-height: 38px;
  transition: all 0.3s;
  font-size: 14px;
  border-radius: 4px;
  background-color: #fff;
  color: #f35b50;
  padding: 0 18px;
  display: inline-block;
  text-align: center;
}
.button.button-link {
  background-color: transparent;
  color: #f35b50;
}
.button.button-link:hover {
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);
  background-color: #f35b50;
  color: #ffffff;
}
.button.button-link-disabled {
  background-color: transparent;
  color: #999999;
}
.button.button-link-disabled:hover {
  text-decoration-line: underline;
}
.button.button-primary {
  color: #fff;
  background-color: #f35b50;
  transition: all 0.2s;
  cursor: pointer;
}
.button.button-primary:hover {
  background-color: #e64a3e;
}
.button.button-block,
.button.button-full {
  padding: 0;
  display: block;
  width: 100%;
}
.button.button-radius {
  border-radius: 50px;
}
.button.button-disabled {
  opacity: .5;
  cursor: default;
}
.button.button-disabled.button-hover:hover {
  color: #fff;
  background-color: #f35b50;
}
.button.button-hover:hover {
  background-color: #e64a3e;
  color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);
}
.footer {
  width: 100%;
  min-width: 1200px;
  background-color: #555758;
}
.footer .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer .flex {
  display: flex;
}
.footer .space-between {
  display: flex;
  justify-content: space-between;
}
.footer .center {
  display: flex;
  align-items: center;
}
.footer .wrapper {
  padding: 30px 20px 0;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #6a6a6a;
  padding-bottom: 50px;
}
.footer .col1,
.footer .col2,
.footer .col3 {
  display: flex;
}
.footer .col1 {
  width: 410px;
  margin-left: -3px;
}
.footer .col1 dl {
  width: 62px;
  color: #fff;
  float: left;
  text-align: center;
  margin-right: 60px;
}
.footer .col1 dl a {
  color: #d3d3d3;
  text-decoration: none;
}
.footer .col1 dl a:hover {
  text-decoration: underline;
}
.footer .col1 dl dt {
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.footer .col1 dl dd {
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
}
.footer .col2 {
  width: 378px;
  padding-top: 8px;
}
.footer .col2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .col2 ul li {
  width: 100px;
  height: 138px;
}
.footer .col2 ul li img {
  display: block;
  width: 100px;
  height: 100px;
}
.footer .col2 ul li p {
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-left: -20px;
  margin-right: -20px;
}
.footer .col3 {
  flex-direction: column;
  color: #fff;
  padding-left: 100px;
}
.footer .col3 .work-time {
  line-height: 34px;
  height: 34px;
  font-size: 14px;
}
.footer .col3 .work-time span {
  font-size: 20px;
}
.footer .col3 .hot-phone {
  margin-top: 25px;
  font-size: 14px;
}
.footer .col3 .links {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}
.footer .col3 .links a {
  height: 30px;
  line-height: 30px;
  background-color: #f76719;
  padding: 0 8px;
  margin-left: 25px;
  float: right;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer .col3 .links a.online {
  padding-left: 28px;
  background: #f76719 url("../images/online.png") 6px 5px no-repeat;
}
.footer .col3 .links .email-panel {
  position: absolute;
  display: none;
  z-index: 2;
  top: -74px;
  background-color: #fff;
  padding: 8px 12px;
  text-align: left;
  right: -50px;
}
.footer .col3 .links .email-panel h3 {
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #323436;
}
.footer .col3 .links .email-panel p {
  color: #ffa44c;
  font-size: 12px;
}
.footer .col3 .links .email-panel .jt {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 9px dashed #fff;
  border-left: 4px dashed transparent;
  border-right: 4px dashed transparent;
}
.footer .links {
  color: #fff;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6a6a6a;
}
.footer .links a {
  color: #fff;
  text-decoration: none;
  text-decoration: underline;
}
.footer .links dl {
  padding-left: 95px;
  position: relative;
  overflow: hidden;
}
.footer .links dl dt {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  color: #aeaeae;
  line-height: 24px;
}
.footer .links dl dd {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 5px;
  margin: 0 5px;
}
.footer .copyright {
  height: 69px;
  overflow: hidden;
}
.footer .copyright p {
  float: left;
  height: 22px;
  line-height: 22px;
  padding-top: 16px;
  color: #fff;
}
.footer .copyright p span {
  color: #f35b50;
}
.footer .copyright ul {
  float: right;
  overflow: hidden;
}
.footer .copyright ul li {
  float: left;
  margin-left: 30px;
  height: 40px;
}
.footer .copyright ul li a {
  display: block;
}
.footer .copyright ul li img {
  display: block;
}
.list-banner {
  position: relative;
  z-index: 9;
  height: 182px;
  background-position: center center;
  background: none;
}
.pagenation {
  padding-top: 32px;
  padding-bottom: 50px;
}
/*# sourceMappingURL=list.css.map */