@import url("./base.css");

.view-page {
  padding: 20px;
  background: #fff;
}

.view-slider .view-slider-title{
  left: 20px;
}

.el-breadcrumb{
  margin-top: -20px;
}

.onepage {
  font-size: 15px;
  line-height: 20px;
  color: #616161;
}
.onepage img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.onepage h2 {
  margin: 0 0 8px 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
.onepage p + h2 {
  padding-top: 20px;
}
.onepage p {
  padding-top: 13px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: justify;
}
.onepage p:first-child {
  margin: 0;
  padding: 0;
}
.onepage ul {
  padding: 0px !important;
  margin: 10px 0px 15px 0px !important;
}
.onepage ul li {
  margin: 0px !important;
  padding: 0px 0px 0px 18px !important;
  background: url(/static/img/bullet1.png) no-repeat 0 6px !important;
}
.onepage-6 ul li {
  padding-bottom: 10px !important;
}
.onepage a {
  color: #0289cd;
}
.onepage a:hover {
  color: #24439e;
}
.back_link {
  height: 34px;
  width: 75px;
  display: block;
  margin-left: auto;
}
.back_link img {
  width: 100%;
}

.tabs-cate,
.tabs-news {
  margin-top: 35px;
}
.tabs-cate .el-tabs__header,
.tabs-news .el-tabs__header {
  border-bottom: 1px solid #009ad7;
  margin-bottom: 0;
}
.tabs-cate .el-tabs__header .el-tabs__nav,
.tabs-news .el-tabs__header .el-tabs__nav {
  border: none;
}
.tabs-cate .el-tabs__header .el-tabs__item,
.tabs-news .el-tabs__header .el-tabs__item {
  transition: unset;
  font-weight: bold;
  font-size: 15px;
  color: #009ad7;
  background: #efefef;
  padding: 0 10px !important;
  line-height: 40px;
  height: 42px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: unset;
  border-bottom: 1px solid #009ad7;
  margin-right: 4px;
}
.tabs-cate .el-tabs__header .el-tabs__item:hover,
.tabs-news .el-tabs__header .el-tabs__item:hover {
  color: #009ad7;
}
.tabs-cate .el-tabs__header .el-tabs__item.is-active,
.tabs-news .el-tabs__header .el-tabs__item.is-active {
  background: #009ad7;
  color: #fff;
  border-bottom-color: #009ad7;
}
.tabs-cate .el-tabs__content,
.tabs-news .el-tabs__content {
  border: 1px solid #009ad7;
  border-top: unset;
  padding: 20px;
  color: #919191;
}
.tabs-cate table,
.tabs-news table {
  border-collapse: separate;
  border-spacing: 5px;
  border: none;
  width: 100%;
}
.tabs-cate table tr th,
.tabs-cate table tr td,
.tabs-news table tr th,
.tabs-news table tr td {
  background: rgba(177, 233, 255, 0.54);
  color: #009ed6;
  font-size: 13px;
  border: 1px solid rgba(177, 233, 255, 0.54);
  padding: 5px;
  line-height: 22px;
  text-align: center;
}
.tabs-cate table tr td,
.tabs-news table tr td {
  font-size: 15px;
}
.tabs-cate table tr td a,
.tabs-news table tr td a {
  display: block;
}
/* 产品行业分类 */
.industry-list .el-col {
  margin-top: 33px;
}
.industry-list .el-col a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.industry-list .el-col a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.industry-list .el-col a .el-image {
  width: 100%;
  display: block;
}
.industry-list .el-col a .el-image img {
  width: 100%;
  height: 209px;
  transition: all 0.7s ease;
}
.industry-list .el-col a .el-image:hover img {
  transform: scale(1.1, 1.1);
}
.industry-list .el-col a .title {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: 31px;
  line-height: 30px;
  text-align: center;
  color: #616161;
  background: rgba(255, 255, 255, 0.8);
}
.industry-list .el-col a .title:hover {
  background: rgba(255, 255, 255, 1);
}

/* 行业分类展示页 */
.industry-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.industry-img:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.industry-img .el-image {
  width: 100%;
  display: block;
}
.industry-img .el-image img {
  width: 100%;
  height: 209px;
  transition: all 0.7s ease;
}
.industry-img .el-image:hover img {
  transform: scale(1.1, 1.1);
}
.industry-img .title {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: 31px;
  line-height: 30px;
  text-align: center;
  color: #616161;
  background: rgba(255, 255, 255, 0.8);
}
.industry-img .title:hover {
  background: rgba(255, 255, 255, 1);
}
.industry-select {
  background-color: #e1f4fd;
  padding: 5px 20px 20px 26px;
  font-weight: 500;
  font-size: 15px;
  color: #009ad7;
}
.industry-select > ul {
  margin: 10px 0 0 0;
  overflow: hidden;
}
.industry-select > ul > li {
  float: left;
  width: 45%;
  padding-left: 5px;
  line-height: 30px;
  font-weight: bold;
}
.industry-select > ul > li + li {
  width: 5%;
  padding: 0;
  font-weight: normal;
}
.industry-select > ul > li + li + li {
  width: 50%;
  padding: 0;
  font-weight: normal;
}
.industry-select select {
  width: 100%;
  max-width: 300px;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #afafaf url(/static/img/select-arrow.png) no-repeat 90% center;
  background-position: 95%;
  text-indent: 0.01px;
  text-overflow: "";
  color: #252525;
  padding: 2px 5px 2px 10px;
}
.industry-select select.active {
  background-color: #85d9fb;
}
.industry-select select option {
  background: #85d9fb;
  font-weight: 600;
}
.industry-pro {
  color: #fff;
}
.industry-pro li {
  background: #4ab7e2;
}
.industry-pro li + li + li {
  background: unset;
}
.industry-pro dl {
  display: flex;
  max-width: 300px;
  background: #009ad7;
}
.industry-pro dl + dl {
  margin-top: 2px;
}
.industry-pro dl > dd {
  margin-right: auto;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.industry-pro dl > dd a {
  color: #fff;
}
.industry-pro dl > dd + dd {
  margin-right: unset;
  padding-left: 0;
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
  background: #008bd0;
  width: 36px;
}
.industry-pro dl > dd + dd a {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 相互对照工具 */
.brand {
  padding-top: 15px;
  font-size: 15px;
}
.brand > .el-row {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0 20px 30px -15px #cecece;
  -moz-box-shadow: 0 20px 30px -15px #cecece;
  box-shadow: 0 20px 30px -15px #cecece;
  background: rgba(221, 242, 251, 1);
  background: -moz-linear-gradient(
    top,
    rgba(221, 242, 251, 1) 0%,
    rgba(244, 252, 254, 1) 77%,
    rgba(221, 242, 251, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(221, 242, 251, 1)),
    color-stop(77%, rgba(244, 252, 254, 1)),
    color-stop(100%, rgba(221, 242, 251, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(221, 242, 251, 1) 0%,
    rgba(244, 252, 254, 1) 77%,
    rgba(221, 242, 251, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(221, 242, 251, 1) 0%,
    rgba(244, 252, 254, 1) 77%,
    rgba(221, 242, 251, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(221, 242, 251, 1) 0%,
    rgba(244, 252, 254, 1) 77%,
    rgba(221, 242, 251, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(221, 242, 251, 1) 0%,
    rgba(244, 252, 254, 1) 77%,
    rgba(221, 242, 251, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf2fb', endColorstr='#ddf2fb', GradientType=0 );
}
.brand > .el-row > .el-col {
  padding: 35px 10px 20px;
}
.brand-list-item {
  line-height: 1.5;
  color: #009ed6;
  font-weight: 600;
  padding: 10px 0 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #b4d8e5;
}
.brand-list-item:last-child {
  border: unset;
}
.brand-list-item.active,
.brand-list-item:hover {
  background: #dfe0e0;
  color: #000;
}
.brand-select {
  overflow: hidden;
}
.brand-select-item {
  margin-top: 10px;
  overflow: hidden;
}
.brand-select-item > * {
  float: left;
  height: 30px;
  line-height: 30px;
  color: #009ad7;
  font-weight: 600;
}
.brand-select-item .item-title {
  width: 33%;
  padding-left: 16px;
}
.brand-select-item .item-icon {
  width: 9%;
  padding-left: 10px;
}
.brand-select-item .item-select {
  width: 58%;
}
.brand-select-item select {
  width: 100%;
  max-width: 300px;
  height: 30px;
  font-weight: 600;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #afafaf url(/static/img/select-arrow.png) no-repeat 90% center;
  background-position: 95%;
  text-indent: 0.01px;
  text-overflow: "";
  color: #252525;
  padding: 2px 5px 2px 10px;
}
.brand-select-item select.active {
  background-color: #85d9fb;
}
.brand-select-item select option {
  background: #85d9fb;
  font-weight: 600;
}
.brand-select-item .pro-list {
  float: unset;
}
.brand-select-item .pro-list > * {
  float: left;
  color: #fff;
  background: #4ab7e2;
}
.brand-select-item .item-pro {
  width: 58%;
  max-width: 300px;
  overflow: hidden;
  display: flex;
  background: #009ad7;
  margin-bottom: 2px;
}
.brand-select-item .item-pro-title {
  margin-right: auto;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-select-item .item-pro-title a {
  color: #fff;
}
.brand-select-item .item-pro-file {
  margin-right: unset;
  padding-left: 0;
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
  background: #008bd0;
  width: 36px;
}
.brand-select-item .item-pro-file a {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-pic-info {
  padding-top: 20px;
}
.news-pic-info hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
/* .news-pic-info .el-row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.news-pic-info .el-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: unset;
} */
/* .news-pic-info .el-col-8 {
  padding-right: 15px;
}
.news-pic-info .el-col-16 {
  padding-left: 15px;
} */
.news-pic-info .el-image,
.news-pic-info .img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.news-pic-info .el-image:hover,
.news-pic-info .img:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.news-pic-info .img img,
.news-pic-info .el-image img {
  width: 100%;
  transition: all 0.7s ease;
}
.news-pic-info .img:hover,
.news-pic-info .el-image:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.news-pic-info .img:hover img,
.news-pic-info .el-image:hover img {
  transform: scale(1.1, 1.1);
}
.news-pic-info .title {
  padding: 0;
  margin: -5px 0 8px 0;
  color: #009ed6;
  font-size: 18px;
  font-weight: 500;
}
.news-pic-info .info {
  font-size: 15px;
  text-align: justify;
  line-height: 20px;
  color: #616161;
  padding: 26px 0 0 0;
}
.news-pic-info .more {
  margin: 10px 0 0 0;
  font-size: 15px;
  line-height: 20px;
}

/* 日东集团 */
.onepage-10 .el-col img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
/* 解决方案 - 产品 - 知识中心 - 新闻媒体 */
.onepage-12 .el-col,
.onepage-13 .el-col,
.onepage-33 .el-col,
.onepage-51 .el-col {
  margin-top: 33px;
}
.onepage-33 .el-col:nth-of-type(1),
.onepage-33 .el-col:nth-of-type(2) {
  margin-top: 0;
}

.onepage-12 .widget__header,
.onepage-13 .widget__header,
.onepage-33 .widget__header,
.onepage-51 .widget__header {
  margin: 0 0 23px;
}
.onepage-12 .widget__header a,
.onepage-13 .widget__header a,
.onepage-33 .widget__header a,
.onepage-51 .widget__header a {
  display: block;
  padding: 0 10px;
  font-size: 18px;
  line-height: 39px;
  color: #009ed6;
  background-color: #e1f4fd;
}
.onepage-12 .widget__header a:hover,
.onepage-13 .widget__header a:hover,
.onepage-33 .widget__header a:hover,
.onepage-51 .widget__header a:hover {
  color: #fff;
  background-color: #009ed6;
}
.onepage-12 .widget__body a,
.onepage-13 .widget__body a,
.onepage-33 .widget__body a,
.onepage-51 .widget__body a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.onepage-12 .widget__body a img,
.onepage-13 .widget__body a img,
.onepage-33 .widget__body a img,
.onepage-51 .widget__body a img {
  width: 100%;
  transition: all 0.7s ease-in-out;
}
.onepage-12 .widget__body a:hover,
.onepage-13 .widget__body a:hover,
.onepage-33 .widget__body a:hover,
.onepage-51 .widget__body a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.onepage-12 .widget__body a:hover img,
.onepage-13 .widget__body a:hover img,
.onepage-33 .widget__body a:hover img,
.onepage-51 .widget__body a:hover img {
  transform: scale(1.1, 1.1);
}

/* 软件 */
.onepage-19 .shengming {
  padding-top: 20px;
}
.onepage-19 .shengming__header {
  font-size: 15px;
  font-weight: bold;
  color: #009ed6;
}
.onepage-19 .shengming__body {
  display: none;
  padding: 20px;
  background-color: rgba(177, 233, 255, 0.54);
  color: #616161;
  font-size: 15px;
}
.onepage-19 .shengming:hover .shengming__body {
  display: block;
}

/* 产品选型工具 */
.onepage-22 .news-pic-info {
  padding-top: 0;
}
.onepage-22 .news-pic-info .el-row {
  padding-top: 33px;
}
.onepage-22 .news-pic-info .info {
  margin: 13px 0 0 0;
  padding:0;
}

/* 市场和产品工具 - 相互对照工具 - RO-NF选型工具*/
.onepage-23 .el-button,
.onepage-24 .el-button,
.onepage-25 .el-button {
  margin-top: 24px;
  background-color: #26a9dc;
  border: unset;
  padding: 9px 20px 8px;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  border-radius: 9px;
  width: 153px;
}
.onepage-23 .el-button:hover,
.onepage-24 .el-button:hover,
.onepage-25 .el-button:hover {
  background-color: #009ed6;
}
.onepage-23 input[type="checkbox"] ~ *,
.onepage-24 input[type="checkbox"] ~ *,
.onepage-25 input[type="checkbox"] ~ * {
  color: #0289cd;
  cursor: pointer;
}

/* 宣传资料 - 产品信息 - 技术论文 - 技术信息 */
.onepage-34 .el-collapse,
.onepage-38 .el-collapse,
.onepage-41 .el-collapse,
.onepage-44 .el-collapse,
.onepage-56 .el-collapse {
  margin-top: 24px;
  border: unset;
}
.onepage-34 .el-collapse-item,
.onepage-38 .el-collapse-item,
.onepage-41 .el-collapse-item,
.onepage-44 .el-collapse-item,
.onepage-56 .el-collapse-item {
  margin-bottom: 16px;
}
.onepage-34 .el-collapse-item__header,
.onepage-38 .el-collapse-item__header,
.onepage-41 .el-collapse-item__header,
.onepage-44 .el-collapse-item__header,
.onepage-56 .el-collapse-item__header {
  height: 35px;
  background: #4dbfee;
  padding-left: 1em;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: none;
}
.onepage-34 .el-collapse-item__header:focus,
.onepage-38 .el-collapse-item__header:focus,
.onepage-41 .el-collapse-item__header:focus,
.onepage-44 .el-collapse-item__header:focus,
.onepage-56 .el-collapse-item__header:focus,
.onepage-34 .el-collapse-item__header:focus:not(:hover),
.onepage-38 .el-collapse-item__header:focus:not(:hover),
.onepage-41 .el-collapse-item__header:focus:not(:hover),
.onepage-44 .el-collapse-item__header:focus:not(:hover),
.onepage-56 .el-collapse-item__header:focus:not(:hover) {
  color: #fff !important;
  background: #1fa6e4;
}
.onepage-34 .el-collapse-item__header i.el-collapse-item__arrow,
.onepage-38 .el-collapse-item__header i.el-collapse-item__arrow,
.onepage-41 .el-collapse-item__header i.el-collapse-item__arrow,
.onepage-44 .el-collapse-item__header i.el-collapse-item__arrow,
.onepage-56 .el-collapse-item__header i.el-collapse-item__arrow {
  transition: unset;
  width: 16px;
  height: 16px;
  background: url(/static/img/toggle_open.png);
}
.onepage-34 .el-collapse-item__header i.el-collapse-item__arrow::before,
.onepage-38 .el-collapse-item__header i.el-collapse-item__arrow::before,
.onepage-41 .el-collapse-item__header i.el-collapse-item__arrow::before,
.onepage-44 .el-collapse-item__header i.el-collapse-item__arrow::before,
.onepage-56 .el-collapse-item__header i.el-collapse-item__arrow::before {
  display: none;
}
.onepage-34 .el-collapse-item__header i.el-collapse-item__arrow.is-active,
.onepage-38 .el-collapse-item__header i.el-collapse-item__arrow.is-active,
.onepage-41 .el-collapse-item__header i.el-collapse-item__arrow.is-active,
.onepage-44 .el-collapse-item__header i.el-collapse-item__arrow.is-active,
.onepage-56 .el-collapse-item__header i.el-collapse-item__arrow.is-active {
  background: url(/static/img/toggle_close.png);
  transform: unset !important;
}
.onepage-34 .el-collapse-item__wrap,
.onepage-38 .el-collapse-item__wrap,
.onepage-41 .el-collapse-item__wrap,
.onepage-44 .el-collapse-item__wrap,
.onepage-56 .el-collapse-item__wrap {
  border: unset;
}
.onepage-34 .el-collapse-item__content,
.onepage-38 .el-collapse-item__content,
.onepage-41 .el-collapse-item__content,
.onepage-44 .el-collapse-item__content,
.onepage-56 .el-collapse-item__content {
  padding: 13px;
}
.onepage-34 .el-collapse-item__content table tr td,
.onepage-41 .el-collapse-item__content table tr td,
.onepage-44 .el-collapse-item__content table tr td,
.onepage-47 table tr td,
.onepage-49 table tr td {
  background: #e1f4fd;
  border: 1px solid #fff;
  color: #616161;
  line-height: 22px;
  padding: 5px 10px;
  font-size: 15px;
}
.onepage-34 .el-collapse-item__content table tr td a,
.onepage-41 .el-collapse-item__content table tr td a,
.onepage-44 .el-collapse-item__content table tr td a,
.onepage-47 table tr td a,
.onepage-49 table tr td a {
  color: #616161;
  display: block;
}
.onepage-34 .el-collapse-item__content table tr td a:hover,
.onepage-41 .el-collapse-item__content table tr td a:hover,
.onepage-44 .el-collapse-item__content table tr td a:hover,
.onepage-47 table tr td a:hover,
.onepage-49 table tr td a:hover {
  color: #224099;
}

/* 产品信息 */
.onepage-38 .el-collapse-item__content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #009ed6;
  line-height: 1em;
  margin-bottom: 15px;
}
.onepage-38 .el-collapse-item__content h2:first-child {
  margin-top: 13px;
}
.onepage-38 .el-collapse-item__content > .el-row {
  margin-bottom: 24px;
}
.onepage-38 .el-collapse-item__content .el-col {
  line-height: 22px;
}
.onepage-38 .el-collapse-item__content .el-col-6 div {
  padding: 14px;
  background-color: #2c76b5;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.onepage-38 .el-collapse-item__content .el-col-6,
.onepage-38 .el-collapse-item__content .el-col-8 {
  margin-bottom: 5px;
}
.onepage-38 .el-collapse-item__content .el-col-8 a {
  background: #e1f4fd;
  display: block;
  padding: 14px;
  font-size: 15px;
  font-weight: 400;
  color: #616161;
}
.onepage-38 .el-collapse-item__content .el-col-8 a:hover {
  color: #224099;
}

/* 技术论文 */
.onepage-41 .tags-title {
  color: #009ed6;
  margin-top: 19px;
  margin-bottom: 10px;
}
.onepage-41 .tags-title + .el-collapse {
  margin-top: 0;
}
.onepage-41 .el-collapse-item__content table tr td {
  padding: 14px;
  line-height: 25px;
}

/* 技术信息 */
.onepage-44 .el-collapse-item__content table tr td {
  padding: 14px;
}
.onepage-44 .el-collapse-item__content table tr td > * {
  display: block;
  line-height: 33px;
}

/* 科普课堂 */
.onepage-47 table {
  margin-top: 23px;
}
.onepage-47 table tr td {
  padding: 20px 14px;
  line-height: 23px;
  /*height: 63px;*/
}
.onepage-47 table tr td > a {
  display: flex;
  align-items: center;
}

/* 案例研究 */
.onepage-49 table {
  margin-top: 23px;
}
.onepage-49 table tr td {
  padding: 20px 14px;
  line-height: 22px;
}
.onepage-49 table tr td > a {
  display: flex;
  align-items: center;
}

/* 公司新闻 */
.onepage-52 table tr td a {
  padding: 5px;
  line-height: 22px;
  min-height: 51px;
  color: #616161;
}

/* 新闻展示页 */
.news-show__title {
  color: #009ed6;
  font-weight: 500;
  line-height: 24px;
}
.news-show img {
  display: inline;
}

/* 展会会议 */
.zhanhui .el-row {
  padding: 10px 20px;
  border: 1px solid #0289cd;
  border-radius: 8px;
  margin-bottom: 15px;
}
.zhanhui .el-col-8 {
  padding-right: 15px;
}
.zhanhui .el-col-16 {
  padding-left: 15px;
}
.zhanhui .el-col-8 a {
  display: block;
  line-height: 0;
  text-align: left;
}
.zhanhui .el-col-8 a img {
  margin: unset;
}
.zhanhui .el-col-16 h2 {
  font-size: 14px;
  font-weight: 700;
  color: #0289cd;
  line-height: 24px;
  margin: 0;
}
.zhanhui .el-col-16 p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.zhanhui .el-col-16 p strong {
  font-size: 14px;
  font-weight: 700;
  color: #009ed6;
}
/*.zhanhui .el-col-16 p strong.t2 {*/
/*  padding-right: 12px;*/
/*}*/
/*.zhanhui .el-col-16 p strong.t3 {*/
/*  padding-right: 13px;*/
/*}*/

/* 广告 */
.advertisements {
  padding: 20px;
}
.advertisements .el-col {
  margin-bottom: 4%;
}
.advertisements a {
  display: block;
  line-height: 0;
}

/* 各地联系 */
.address {
  margin-top: 20px;
}
.address__header {
  font-size: 18px;
  background-color: #009ed6;
  color: #fff;
  padding: 10px;
  line-height: 20px;
}
.address__body {
  border: 1px solid #009ed6;
  border-top: unset;
  padding: 0 15px 17px;
}
.address__body .el-col {
  padding-top: 24px;
  color: #000;
}
.address__body .el-col > div > * {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: left;
  min-height: 22px;
  font-weight: 400;
}
.address__body .el-col > div strong {
  font-weight: 700;
}
.address__body .el-col > div a {
  color: #000;
}
.address__body .el-col > div a:hover {
  color: #000;
  text-decoration: underline;
}
.address ~ .address .address__body .el-col > div > * {
  font-size: 15px;
  font-weight: 300;
}
.address ~ .address .address__body .el-col > div strong {
  font-weight: 700;
}
.address ~ .address .address__body .el-col {
  padding-top: 14px;
}

/* 客户留言 */
.onepage-65 .el-form {
  width: 85%;
  margin-top: 36px;
}
.onepage-65 .el-form-item__label {
  background: #e1f4fd;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.onepage-65 .el-form-item__label::before {
  display: none;
}
.onepage-65 .el-form-item__label strong {
  color: #616161;
}
.onepage-65 .el-form-item__label p {
  padding: 0;
  color: #919191;
}
.onepage-65 .el-form-item__content {
  padding-left: 20px;
  line-height: 1;
}
.onepage-65 .el-form-item__content .el-form-item__error {
  left: 20px;
}
.onepage-65 .el-form-item__content textarea,
.onepage-65 .el-form-item__content input {
  border: 1px solid #009ed6;
  padding-left: 8px;
  border-left: 3px solid red;
  border-radius: 0;
}
.onepage-65 .el-form-item__content input {
  height: 34px;
  line-height: 34px;
}
.onepage-65 .el-form-item__content textarea::-webkit-input-placeholder,
.onepage-65 .el-form-item__content textarea::placeholder,
.onepage-65 .el-form-item__content input::-webkit-input-placeholder,
.onepage-65 .el-form-item__content input::placeholder {
  color: #747575 !important;
  font-size: 14px;
}
.onepage-65 .btn {
  text-align: center;
  margin-right: -15%;
  padding-top: 10px;
}
.onepage-65 .btn .el-button {
  width: 100px;
  background: #009ed6;
  padding: 7px 0;
}

@media screen and (min-width: 1920px) {
  .pro-pic-info .el-col-8 .img {
    width: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .brand {
    font-size: 14px;
  }
  .brand-list-item {
    padding: 10px;
  }
  .brand-select {
    max-width: 300px;
    margin: 0 auto;
  }
  .brand-select-item select,
  .brand-select-item .item-pro {
    max-width: unset;
  }
  .brand-select-item > *,
  .brand-select-item .pro-list,
  .brand-select-item .pro-list > * {
    float: unset;
    width: 100% !important;
  }
  .brand-select-item .pro-list {
    display: block;
    height: auto;
    margin-bottom: 10px;
  }
  .brand-select-item .item-title {
    padding-left: 10px;
  }
  .brand-select-item .item-icon {
    display: none;
  }
  .brand > .el-row > .el-col-8 {
    width: 45%;
  }
  .brand > .el-row > .el-col-16 {
    width: 55%;
  }
}

@media screen and (max-width: 991px) {
  .onepage .news-pic-info [class*="el-col-"] {
    width: 100%;
  }
  .onepage .news-pic-info .el-col-8 {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .onepage .news-pic-info .el-col-16 {
    padding-left: 0;
  }
  .onepage .news-pic-info .el-image,
  .onepage .news-pic-info .img {
    width: 100%;
  }
  .industry-list .el-col {
    width: 50%;
  }
  .industry .el-col {
    width: 100%;
    float: unset;
    margin-bottom: 1em;
  }
  .industry-img {
    width: 45%;
    margin: 0 auto;
  }
  .advertisements .el-col {
    width: 33.33%;
  }
}

/* 网站地图 */
.sitemap {
  padding-top: 7px;
  background: #fff;
}
.sitemap .el-col {
  padding: 0 15px;
}
.sitemap .el-col:first-child {
  border-right: 2px solid #dfdfdf;
}
.sitemap .el-col > ul {
  padding: 10px 0 10px 30%;
  list-style: unset;
  list-style-type: disc;
}
.sitemap .el-col > ul > li {
  list-style: unset;
  color: #0289cd;
  font-size: 15px;
  line-height: 20px;
  /* margin-bottom: 20px; */
}
.sitemap .el-col > ul > li > a {
  font-weight: bold;
}
.sitemap .el-col a {
  color: #0289cd;
}
.sitemap .el-col a:hover {
  color: #24439e;
}
.sitemap .el-col > ul > li > ul {
  padding-left: 15px;
  list-style-type: circle;
  list-style: unset;
  margin-bottom: 20px;
}
.sitemap .el-col > ul > li > ul > li {
  list-style: unset;
  list-style-type: circle;
  padding: 2px;
  line-height: 20px;
  font-size: 15px;
}

@media screen and (max-width: 700px) {
  .onepage-65 .el-form-item__label {
    background: #fff;
  }
  .onepage-65 .el-form-item__content .el-input {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .onepage .el-col {
    width: 100%;
  }
  .industry-list .el-col {
    width: 50%;
  }
  .industry-select {
    padding-right: 26px;
  }
  .industry-select > ul {
    padding: 0 16px;
  }
  .industry-select > ul > li {
    float: unset !important;
    width: 100% !important;
    padding-left: 0;
  }
  .industry-select > ul > li + li {
    display: none;
  }
  .industry-select > ul > li + li + li {
    display: block;
  }
  .industry-select select {
    width: 100%;
    max-width: unset;
  }
  .industry-pro::before {
    left: 16px;
    right: 16px;
    width: auto;
  }
  .industry-pro li {
    padding-left: 5px !important;
  }
  .industry-pro li + li {
    padding-left: 0 !important;
  }
  .industry-pro dl {
    width: 100%;
    max-width: unset;
  }
  .zhanhui .el-col {
    padding-left: 0;
    padding-right: 0;
  }
  .advertisements .el-col {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .sitemap .el-col {
    width: 100%;
    border: unset !important;
  }
}
@media screen and (max-width: 533px) {
  .brand {
    font-size: 12px;
  }
  .brand > .el-row {
    padding-left: 0;
    padding-right: 0;
  }
  .brand-list-item {
    font-size: 12px;
    padding: 5px;
  }
  .industry-list .el-col {
    width: 100%;
  }
}
