* {
  box-sizing: border-box;
  word-break: break-all;
}

.icon,
.sprite,
.iconfont,
.dashicons {
  display: inline-block;
  vertical-align: middle;
}

html,
body {
  color: #555;
  font: 14px/1 Microsoft Yahei;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0.5em 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.75rem;
}

h6 {
  font-size: 0.5rem;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #e73a74;
}

/*表单元素*/
label,
textarea {
  display: block;
}

input[type="text"],
input[type="password"],
input[type="number"],
textarea,
button,
select {
  color: #555;
  font-size: 1rem;
  font-family: Microsoft Yahei;
  outline: none;
  border: 1px solid #DDD;
  line-height: 30px;
  padding: 0 0.5em;
  margin: 0;
  vertical-align: middle;
}

textarea {
  width: 100%;
  line-height: 1.5;
  padding: 0.5em;
}

input[type="checkbox"] {
  margin-right: 5px;
}

input[type="reset"],
input[type="submit"],
input[type="button"],
button {
  min-width: 4em;
  cursor: pointer;
  padding: 0 1em;
  line-height: 32px;
  background-color: #4183c4;
  color: #FFF;
  vertical-align: middle;
  outline: none;
  border: none;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  opacity: 0.8;
}

::placeholder {
  color: #999;
  font-family: Microsoft Yahei;
  font-size: 0.85rem;
}

select {
  border-color: #DDD;
}

select:focus {
  outline: none;
}

fieldset {
  border: 1px solid #DDD;
}

/* 表格 */
table {
  background-color: #f5f5f5;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #DDD;
  padding:.25em .375em;
}

table.product th {
  text-align: center;
  padding: 0.5em;
  min-width: 6em;
}

table.product td {
  padding: 0.5em;
  white-space: nowrap;
  text-align: center;
}

/* 代码块 */
code[class*="language-"],
pre[class*="language-"] {
  white-space: break-spaces;
}

.js2-btn {
  min-width: 6em;
}

.js2-btn.radius {
  border-radius: 4px;
}

.js2-center-wrap {
  margin: 0 auto;
  max-width: 1024px;
}

.js2-center-wrap.wrap-1920 {
  max-width: 1920px;
}

.js2-center-wrap.wrap-1600 {
  max-width: 1600px;
}

.js2-center-wrap.wrap-1440 {
  max-width: 1440px;
}

.js2-center-wrap.wrap-1366 {
  max-width: 1366px;
}

.js2-center-wrap.wrap-1280 {
  max-width: 1280px;
}

.js2-center-wrap.wrap-1152 {
  max-width: 1152px;
}

.js2-flex {
  display: flex;
}

.js2-flex.flex-wrap {
  flex-wrap: wrap;
}

.js2-flex.justify-center {
  justify-content: center;
}

.js2-flex.justify-between {
  justify-content: space-between;
}

.js2-flex.justify-around {
  justify-content: space-around;
}

.js2-flex.justify-start {
  justify-content: flex-start;
}

.js2-flex.justify-end {
  justify-content: flex-end;
}

.js2-flex.align-center {
  align-items: center;
}

.js2-flex.align-start {
  align-items: flex-start;
}

.js2-flex.align-end {
  align-items: flex-end;
}

.js2-flex.direction-column {
  flex-direction: column;
}

.js2-flex .flex-1 {
  flex: 1;
}

.js2-flex .flex-2 {
  flex: 2;
}

.js2-flex .flex-3 {
  flex: 3;
}

.js2-flex .flex-4 {
  flex: 4;
}

.js2-flex .flex-5 {
  flex: 5;
}

.js2-flex .flex-6 {
  flex: 6;
}

.js2-flex .flex-7 {
  flex: 7;
}

.js2-flex .flex-8 {
  flex: 8;
}

.js2-flex .flex-9 {
  flex: 9;
}

.js2-flex .flex-10 {
  flex: 10;
}

.js2-flex .flex-11 {
  flex: 11;
}

.js2-padding-none {
  padding: none;
}

.js2-padding-top-none {
  padding-top: 0;
}

.js2-padding-right-none {
  padding-right: 0;
}

.js2-padding-bottom-none {
  padding-bottom: 0;
}

.js2-padding-left-none {
  padding-left: 0;
}

.js2-padding-xs {
  padding: 6px;
}

.js2-padding-s {
  padding: 12px;
}

.js2-padding-m {
  padding: 24px;
}

.js2-padding-l {
  padding: 36px;
}

.js2-padding-xl {
  padding: 48px;
}

.js2-padding-top-xs {
  padding-top: 6px;
}

.js2-padding-right-xs {
  padding-right: 6px;
}

.js2-padding-bottom-xs {
  padding-bottom: 6px;
}

.js2-padding-left-xs {
  padding-left: 6px;
}

.js2-padding-top-s {
  padding-top: 12px;
}

.js2-padding-right-s {
  padding-right: 12px;
}

.js2-padding-bottom-s {
  padding-bottom: 12px;
}

.js2-padding-left-s {
  padding-left: 12px;
}

.js2-padding-top-m {
  padding-top: 24px;
}

.js2-padding-right-m {
  padding-right: 24px;
}

.js2-padding-bottom-m {
  padding-bottom: 24px;
}

.js2-padding-left-m {
  padding-left: 24px;
}

.js2-padding-top-l {
  padding-top: 36px;
}

.js2-padding-right-l {
  padding-right: 36px;
}

.js2-padding-bottom-l {
  padding-bottom: 36px;
}

.js2-padding-left-l {
  padding-left: 36px;
}

.js2-padding-top-xl {
  padding-top: 48px;
}

.js2-padding-right-xl {
  padding-right: 48px;
}

.js2-padding-bottom-xl {
  padding-bottom: 48px;
}

.js2-margin-none {
  margin: none;
}

.js2-margin-top-none {
  margin-top: 0;
}

.js2-margin-right-none {
  margin-right: 0;
}

.js2-margin-bottom-none {
  margin-bottom: 0;
}

.js2-margin-left-none {
  margin-left: 0;
}

.js2-margin-xs {
  margin: 6px;
}

.js2-margin-s {
  margin: 12px;
}

.js2-margin-m {
  margin: 24px;
}

.js2-margin-l {
  margin: 36px;
}

.js2-margin-xl {
  margin: 48px;
}

.js2-margin-top-xs {
  margin-top: 6px;
}

.js2-margin-right-xs {
  margin-right: 6px;
}

.js2-margin-bottom-xs {
  margin-bottom: 6px;
}

.js2-margin-left-xs {
  margin-left: 6px;
}

.js2-margin-top-s {
  margin-top: 12px;
}

.js2-margin-right-s {
  margin-right: 12px;
}

.js2-margin-bottom-s {
  margin-bottom: 12px;
}

.js2-margin-left-s {
  margin-left: 12px;
}

.js2-margin-top-m {
  margin-top: 24px;
}

.js2-margin-right-m {
  margin-right: 24px;
}

.js2-margin-bottom-m {
  margin-bottom: 24px;
}

.js2-margin-left-m {
  margin-left: 24px;
}

.js2-margin-top-l {
  margin-top: 36px;
}

.js2-margin-right-l {
  margin-right: 36px;
}

.js2-margin-bottom-l {
  margin-bottom: 36px;
}

.js2-margin-left-l {
  margin-left: 36px;
}

.js2-margin-top-xl {
  margin-top: 48px;
}

.js2-margin-right-xl {
  margin-right: 48px;
}

.js2-margin-bottom-xl {
  margin-bottom: 48px;
}

.js2-line-height-xs {
  line-height: 1;
}

.js2-line-height-s {
  line-height: 1.5;
}

.js2-line-height-m {
  line-height: 2;
}

.js2-line-height-l {
  line-height: 2.5;
}

.js2-line-height-xl {
  line-height: 3;
}

.js2-height-full {
  height: 100%;
}

.js2-height-xs {
  height: 1em;
}

.js2-height-s {
  height: 1.5em;
}

.js2-height-m {
  height: 2em;
}

.js2-height-l {
  height: 2.5em;
}

.js2-height-xl {
  height: 3em;
}

.js2-border {
  border: 1px solid #DDD;
}

.js2-border.border-s {
  border-width: 2px;
}

.js2-border.border-m {
  border-width: 2px;
}

.js2-border.border-primary {
  border-color: #4183c4;
}

.js2-text-align-center {
  text-align: center;
}

.js2-text-align-left {
  text-align: left;
}

.js2-text-align-right {
  text-align: right;
}

.js2-highlight-primary {
  color: #4183c4;
}

.js2-highlight-secondary {
  color: #e73a74;
}

.js2-column-full {
  width: 100%;
}

.js2-column-1 {
  width: 4.166%;
}

.js2-column-2 {
  width: 8.332%;
}

.js2-column-3 {
  width: 12.498%;
}

.js2-column-4 {
  width: 16.664%;
}

.js2-column-5 {
  width: 20.83%;
}

.js2-column-6 {
  width: 24.996%;
}

.js2-column-7 {
  width: 29.162%;
}

.js2-column-8 {
  width: 33.328%;
}

.js2-column-9 {
  width: 37.494%;
}

.js2-column-10 {
  width: 41.66%;
}

.js2-column-11 {
  width: 45.826%;
}

.js2-column-12 {
  width: 49.992%;
}

.js2-column-13 {
  width: 54.158%;
}

.js2-column-14 {
  width: 58.324%;
}

.js2-column-15 {
  width: 62.49%;
}

.js2-column-16 {
  width: 66.656%;
}

.js2-column-17 {
  width: 70.822%;
}

.js2-column-18 {
  width: 74.988%;
}

.js2-column-19 {
  width: 79.154%;
}

.js2-column-20 {
  width: 83.32%;
}

.js2-column-21 {
  width: 87.486%;
}

.js2-column-22 {
  width: 91.652%;
}

.js2-column-23 {
  width: 95.818%;
}

.js2-column-24 {
  width: 99.984%;
}

.js2-bg {
  background-color: #f5f5f5;
}

.js2-bg-invert {
  background-color: #FFF;
}

.js2-bg-primary {
  background-color: #4183c4;
}

.js2-bg-secondary {
  background-color: #e73a74;
}

.js2-box-shadow-bottom {
  box-shadow: 0 1px 10px 0 #DDD;
}

.js2-font-size-xs {
  font-size: 12px;
}

.js2-font-size-s {
  font-size: 14px;
}

.js2-font-size-m {
  font-size: 16px;
}

.js2-font-size-l {
  font-size: 18px;
}

.js2-font-size-xl {
  font-size: 20px;
}

.js2-font-size-xxl {
  font-size: 22px;
}

.js2-bold {
  font-weight: bold;
}

.js2-overflow-hidden {
  overflow: hidden;
}

.js2-cursor-pointer {
  cursor: pointer;
}

.js2-text-ellipsis {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main {
  padding: 1em;
}

.ce-icon {
  width: 25px;
}

.icon-pdf {
  width: 25px;
}

.empty-data {
  text-align: center;
  font-size: 1.5em;
}

.product-table-container {
  overflow-x: auto;
  margin-top: 2em;
}

.pro-container {
  position: relative;
}

.pro-img-box {
  display: none;
  text-align: center;
  width: 150px;
  border: 1px solid #DDD;
  background-color: #FFF;
  padding: 0.5em;
  position: fixed;
  z-index: 10;
  left: -160px;
  top: 0;
}

.pro-img-box .pro-name {
  font-size: 12px;
}

.product-table {
  border: 1px solid #DDD;
  font-size: 13px;
  min-width: 900px;
}

.product-table .col {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.product-table .col.th {
  height: 4em;
}

.product-table .col.td {
  /*height: 3em;*/
}

.product-table .col-1 {
  width: 160px;
}

.product-table .col-2 {
  width: 60px;
}

.product-table .col-3 {
  width: 80px;
}

.product-table .col-4 {
  width: 80px;
}

.product-table .col-5 {
  width: 110px;
}

.product-table .col-6 {
  width: 80px;
}

.product-table .col-7 {
  width: 80px;
}

.product-table .col-8 {
  width: 70px;
}

.product-table .col-9 {
  width: 140px;
}

.product-table .col-10 {
  width: 80px;
}

.product-table .head {
  background-color: #f5f5f5;
}

.product-table .head::after {
  content: '';
  display: block;
  clear: both;
}

.product-table .tr {
  border-bottom: 1px solid #DDD;
}

.product-table .tr .pro-img {
  position: absolute;
  z-index: 10;
  left: -100px;
  bottom: 0;
}

.product-table .tr:last-child {
  border-bottom: none;
}

.product-table .tr.child::after {
  content: '';
  display: block;
  clear: both;
}

.product-table .tr.child:last-child {
  border-bottom: none;
}

.product-table .tr.child:hover {
  background-color: rgba(65, 131, 196, 0.03);
}

.product-table .tr .th:nth-last-child(2) {
  border-right: none;
}

.product-table .tr .th,
.product-table .tr .td {
  text-align: center;
  border-right: 1px solid #DDD;
  padding: 0.5em 1em;
}

.product-table .tr .th:last-child,
.product-table .tr .td:last-child {
  border-right: none;
}

.product-table .btn-toggle {
  color: #4183c4;
  cursor: pointer;
  margin-left: 0.5em;
}

.product-table .scroll-width {
  width: 17px;
}

.product-table .body {
  font-size: 12px;
  max-height: 500px;
  overflow-y: scroll;
}

.product-table .body .parent-box {
  display: flex;
  background-color: rgba(65, 131, 196, 0.15);
}

.product-table .body .parent-box:hover {
  background-color: rgba(65, 131, 196, 0.3);
}

.product-table .body .parent-box::after {
  content: '';
  display: block;
  clear: both;
}

.product-table .body .child {
  display: none;
}

.product-table .body .td {
  padding: 0.25em .5em;
  position: relative;
}

.product-table .body .td:first-child {
  justify-content: left;
  text-align: left;
}

.product-table .td {
  border-right: 1px solid #DDD;
}

.product-table .td:last-child {
  border-right: none;
}

.product-table .btn-hide {
  display: none;
}

.product-table .show .btn-show {
  display: none;
}

.product-table .show .btn-hide {
  display: inline-block;
}

.product-table .show .child {
  display: flex;
}

.product-table .show .parent-box {
  border-bottom: 1px solid #DDD;
}

.search-box {
  display: none;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
}

.search-box.show {
  display: flex;
}

.search-box .search-form {
  text-align: center;
  border: 1px solid #4183c4;
  border-radius: 6em;
  background-color: #FFF;
  display: flex;
  padding: 0 0.25em 0 0.5em;
  position: relative;
}

.search-box .search-form input[name=keywords] {
  width: 138px;
  border: none;
  border-radius: 6em;
}

.search-box .search-form .search-btn {
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
}

.search-box .search-form:hover .pro-search-list {
  display: block;
}

.search-box .pro-search-list {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 100;
  background-color: #FFF;
  width: 100%;
  max-height: 300px;
  padding: 1em;
  box-shadow: 0 0 3px 0 #DDD;
  overflow: auto;
  text-align: left;
}

.search-box .pro-search-list a {
  line-height: 2;
  font-size: 12px;
}

.c-menu-3 {
  transition: all 0.3s linear;
  background-color: #FFF;
  padding: 2em 1em;
  border-bottom: 1px solid #DDD;
}

.c-menu-3 .fa-sort-down {
  position: relative;
  top: -3px;
  color: #4183c4;
}

.c-menu-3 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-menu-3 .logo img {
  max-height: 40px;
  width: auto;
  min-width: 120px;
}

.c-menu-3 .menu {
  white-space: nowrap;
  font-size: 1.075em;
  display: flex;
  align-items: center;
}

.c-menu-3 .menu .menu-search-btn {
  margin: 0 1em;
  font-size: 1.25em;
  cursor: pointer;
  color: #4183c4;
}

.c-menu-3 .menu .dashicons-arrow-down-alt2 {
  font-size: 0.875em;
  transition: all 0.3s linear;
}

.c-menu-3 .menu .menu-list {
  display: flex;
  justify-content: center;
  text-align: center;
}

.c-menu-3 .menu .menu-list>li::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #4183c4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  transition: all 0.3s linear;
}

.c-menu-3 .menu .menu-list>li:hover::after {
  width: 100%;
}

.c-menu-3 .menu .menu-list li {
  position: relative;
}

.c-menu-3 .menu .menu-list li:hover>.sub-menu {
  display: block;
}

.c-menu-3 .menu .menu-list li.product-cate:hover>.sub-menu {
  display: flex;
  flex-wrap: wrap;
}

.c-menu-3 .menu .menu-list li:hover>a .dashicons-arrow-down-alt2 {
  transform: rotate(180deg);
}

.c-menu-3 .menu .menu-list a {
  display: inline-block;
  width: 100%;
  line-height: 3;
  padding: 0 0.75em;
  font-size: 14px;
}

.c-menu-3 .menu .menu-list .sub-menu {
  background: #FFF;
  display: none;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  min-width: 8em;
  box-shadow: 0 0 3px #DDD;
  padding: 1em;
}

.c-menu-3 .menu .menu-list .sub-menu li {
  border-bottom: 1px solid #f5f5f5;
}

.c-menu-3 .menu .menu-list .sub-menu .sub-menu {
  left: calc(100% + 1px);
  top: 0;
  transform: unset;
}

.c-menu-3 .menu .menu-list .product-cate .sub-menu {
  min-width: 24em;
}

.c-menu-3 .menu .menu-list .product-cate .sub-menu li {
  width: 50%;
}

.c-banner-2 {
  position: relative;
}

.c-banner-2 .swiper-pagination-bullet {
  background-color: #FFF;
}

.c-banner-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4183c4;
}

.c-banner-2 img {
  width: 100%;
}

.c-cover-1 {
  width: 100%;
  position: relative;
}

.c-cover-1 .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
}

.c-cover-1 .title .cn {
  font-size: 2em;
}

.c-cover-1 .title .en {
  font-size: 1.5em;
  opacity: 0.82;
}

.c-crumbs-1 {
  font-size: 0.875em;
  padding: 0.5em;
  text-align: right;
}

.c-friend-link-1 {
  padding-left: 1em;
}

.c-friend-link-1 .wrap {
  display: flex;
}

.c-friend-link-1 .title {
  font-size: 1.125em;
  font-weight: bold;
  white-space: nowrap;
}

.c-friend-link-1 a {
  display: inline-block;
  margin: 0 1em 0.5em;
  white-space: nowrap;
  margin-bottom: 1em;
}

.c-friend-link-1 a:hover {
  color: #4183c4;
}

.c-pagination-1 .pagination {
  display: flex;
  justify-content: center;
}

.c-pagination-1 .pagination li {
  margin: 0 5px;
}

.c-pagination-1 .pagination li.disabled {
  display: none;
}

.c-pagination-1 .page-num {
  cursor: pointer;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 4px;
  font-weight: bold;
  color: #999;
  font-size: 14px;
  transition: all 0.3s linear;
}

.c-pagination-1 .page-num.current,
.c-pagination-1 .page-num:hover {
  background-color: #4183c4;
  color: #FFF;
}

.c-pagination-1 .page-num.current {
  cursor: default;
}

.c-bottom-2 {
  background-color: #555;
  color: #FFF;
  padding: 3em 1em;
  font-size: 0.95em;
  line-height: 2;
}

.c-bottom-2 a {
  color: #FFF;
}

.c-bottom-2 .company-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.c-bottom-2 .company-info .logo {
  width: 120px;
  margin-bottom: 1em;
}

.c-bottom-2 .company-info .contact {
  text-align: right;
}

.c-bottom-2 .company-info .qrcode {
  width: 82px;
}

.c-post-list-1 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}

.c-post-list-1 ul li {
  width: 47%;
  margin: 0 1.5% 2em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
  box-shadow: 0 0 5px #DDD;
  border-radius: 4px;
  padding: 1em;
}

.c-post-list-1 ul li .post-title {
  font-size: 1.375em;
  font-weight: bold;
}

.c-post-list-1 ul li .info {
  padding: 0.5em 0;
}

.c-post-list-1 ul li .info .date {
  color: #999;
}

.c-post-list-1 ul li .thumbnail {
  width: 37%;
  max-height: 160px;
  object-fit: contain;
  overflow: hidden;
}

.c-post-list-1 ul li .content-wrap {
  width: 59%;
}

.c-post-list-2 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em;
}

.c-post-list-2 ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1.5em;
  box-shadow: 0 0 5px #DDD;
  border-radius: 4px;
  padding: 1em;
}

.c-post-list-2 ul li .post-title {
  font-size: 1.375em;
  font-weight: bold;
}

.c-post-list-2 ul li .info {
  padding: 0.5em 0;
}

.c-post-list-2 ul li .info .date {
  color: #999;
}

.c-post-list-2 ul li .thumbnail {
  width: 22%;
}

.c-post-list-2 ul li .thumbnail .post-title,
.c-post-list-2 ul li .thumbnail img {
  width: 100%;
}

.c-post-list-2 ul li .content-wrap {
  width: 75%;
}

.c-product-list-1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}

.c-product-list-1 ul li {
  width: 13.5%;
  margin: 0 1.5% 2em;
  box-shadow: 0 0 6px #f7f7f7;
  border-radius: 0.5em;
  overflow: hidden;
  transition: all 0.2s linear;
  background-color: #FFF;
}

.c-product-list-1 ul li:hover {
  box-shadow: 0 0 6px #DDD;
}

.c-product-list-1 ul li .thumbnail {
  min-height: 13.5%;
  overflow: hidden;
}

.c-product-list-1 ul li img {
  transition: all 0.3s linear;
}

.c-product-list-1 ul li img:hover {
  transform: scale(1.25);
}

.c-product-list-1 ul li .post-title {
  text-align: center;
  padding: 0.5em 1em;
}

.c-product-list-2 ul {
  display: flex;
  flex-wrap: wrap;
}

.c-product-list-2 ul li {
  width: 22%;
  margin: 0 1.5% 2em;
  box-shadow: 0 0 6px #f7f7f7;
  border-radius: 0.5em;
  overflow: hidden;
  transition: all 0.2s linear;
  background-color: #FFF;
}

.c-product-list-2 ul li:hover {
  box-shadow: 0 0 6px #DDD;
}

.c-product-list-2 ul li .thumbnail {
  overflow: hidden;
}

.c-product-list-2 ul li img {
  transition: all 0.3s linear;
}

.c-product-list-2 ul li img:hover {
  transform: scale(1.25);
}

.c-product-list-2 ul li .post-title {
  text-align: center;
  padding: 0.5em 1em;
}

.c-post-1 {
  padding-left: 2em;
  padding-right: 2em;
}

.c-post-1 .title {
  font-size: 1.75em;
  font-weight: bold;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 0.5em;
}

.c-post-1 .post-info {
  font-size: 12px;
  color: #999;
}

.c-post-1 .content {
  margin-top: 2em;
  overflow: hidden;
}

.c-post-1 .content .detail-thumb {
  float: right;
  max-width: 300px;
}

.c-post-1 .content p {
  text-indent: 2em;
}

.c-post-1 .navigation {
  overflow: hidden;
  font-size: 0.85em;
  border-top: 1px solid #f5f5f5;
  margin-top: 2em;
  padding-top: 2em;
}

.c-post-1 .navigation a {
  display: block;
  width: 46%;
  color: #999;
}

.c-post-1 .navigation a:hover {
  color: #4183c4;
}

.c-post-1 .navigation .previous {
  float: left;
}

.c-post-1 .navigation .next {
  float: right;
  text-align: right;
}

.c-sidebar-1 {
  max-width: 320px;
}

.c-sidebar-1 section {
  background-color: #f5f5f5;
  margin-bottom: 1.5em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  overflow: hidden;
}

.c-sidebar-1 section .section-title {
  background-color: #4183c4;
  line-height: 3;
  font-size: 1.125em;
  color: #FFF;
  padding: 0 1em;
}

.c-sidebar-1 section ul {
  padding: 1em;
  line-height: 1.8;
}

.c-sidebar-1 section ul.product-cat {
  padding: 0 1em;
}

.c-sidebar-1 section ul.product-cat li {
  line-height: 3;
  border-bottom: 1px solid #DDD;
}

.c-sidebar-1 section ul.product-cat li:last-child {
  border-bottom: none;
}

.c-sidebar-1 section .product-tag {
  display: flex;
  flex-wrap: wrap;
}

.c-sidebar-1 section .product-tag li {
  min-width: 50%;
}

.c-sidebar-tool-1 {
  position: fixed;
  z-index: 100;
  right: -2px;
  bottom: 10%;
  width: 44px;
}

.c-sidebar-tool-1 .item {
  background-color: #555;
  box-shadow: 0 0 5px #DDD;
  margin: 1px 0;
  cursor: pointer;
  color: #FFF;
  white-space: nowrap;
  transition: all 0.5s linear;
  position: relative;
  left: 0;
  transform: translateX(0);
  width: max-content;
  padding: 5px 6px;
}

.c-sidebar-tool-1 .item .icon {
  vertical-align: middle;
}

.c-sidebar-tool-1 .item a {
  color: #FFF;
  display: flex;
  align-items: center;
}

.c-sidebar-tool-1 .item:hover {
  background-color: #4183c4;
}

.c-sidebar-tool-1 .item .text {
  margin-left: 8px;
}

.c-sidebar-tool-1 .stretch:hover {
  transform: translateX(calc(-100% + 46px));
}

.c-sidebar-tool-1 .show-img {
  position: relative;
}

.c-sidebar-tool-1 .show-img:hover .img-box {
  display: flex;
}

.c-sidebar-tool-1 .show-img .img-box {
  border: 1px solid #DDD;
  width: 150px;
  position: absolute;
  left: -150px;
  bottom: 0;
  background-color: #FFF;
  padding: 10px;
  text-align: center;
  color: #555;
  display: none;
  flex-direction: column-reverse;
}

.c-sidebar-tool-1 .show-img .img-box .text {
  margin-top: 5px;
}

.c-about-1 {
  box-sizing: border-box;
  padding-left: 2em;
  padding-right: 2em;
}

.c-about-1 .wrap {
  position: relative;
}

.c-about-1 .picture {
  width: 60%;
}

.c-about-1 .title {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  text-align: right;
  color: #999;
}

.c-about-1 .title .cn {
  font-size: 2.25em;
  font-weight: bold;
}

.c-about-1 .title .en {
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 2;
}

.c-about-1 .content {
  width: 60%;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(41, 59, 79, 0.9);
  color: #FFF;
  padding: 2vw 3em;
  box-sizing: border-box;
}

.c-about-1 .content p {
  text-indent: 2em;
}

.c-culture-1 .wrap {
  margin-top: 1.5em;
  background: url('/theme/default/static/images/culture-1.jpg') center / cover no-repeat;
  background-blend-mode: multiply;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.c-culture-1 .wrap .item {
  width: 50%;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  transition: all 0.2s linear;
  position: relative;
}

.c-culture-1 .wrap .item .title {
  font-size: 1.75em;
}

.c-culture-1 .wrap .item:nth-child(1),
.c-culture-1 .wrap .item:nth-child(3) {
  border-right: 15px solid #FFF;
}

.c-culture-1 .wrap .item:nth-child(2),
.c-culture-1 .wrap .item:nth-child(4) {
  border-left: 15px solid #FFF;
}

.c-culture-1 .wrap .item:nth-child(1),
.c-culture-1 .wrap .item:nth-child(2) {
  border-bottom: 15px solid #FFF;
}

.c-culture-1 .wrap .item:nth-child(3),
.c-culture-1 .wrap .item:nth-child(4) {
  border-top: 15px solid #FFF;
}

.c-culture-1 .wrap .item:hover {
  background-color: rgba(65, 131, 196, 0.82);
}

.c-culture-1 .wrap .item:hover::after {
  transform: scale(0.7);
  border-color: #FFF;
}

.c-culture-1 .wrap .item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: calc(100%);
  height: calc(100%);
  transition: all 0.2s linear;
}

.c-service-1 .items {
  display: flex;
  margin-top: 1em;
}

.c-service-1 .items .item {
  flex: 1;
  cursor: pointer;
}

.c-service-1 .items .item:hover {
  background-color: #4183c4;
}

.c-service-1 .items .item:hover img {
  opacity: 0.15;
}

.c-service-1 .items .item:hover .item-text {
  color: #FFF;
}

.c-service-1 .items .item-text {
  height: 20vw;
  max-height: 256px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #999;
}

.c-service-1 .items .item-text .title {
  font-size: 1.75em;
}

.c-service-1 .items .item-text .desc {
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 2;
}

.c-client-1 .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
}

.c-client-1 .items .item {
  width: 16%;
  margin-bottom: 10px;
}

.c-client-1 .items .item img {
  filter: grayscale(100%);
}

.c-client-1 .items .item:hover img {
  filter: grayscale(0);
}

.c-guestbook-form-2 {
  padding-left: 1em;
  padding-right: 1em;
}

.c-guestbook-form-2 input,
.c-guestbook-form-2 textarea {
  border-radius: 4px;
}

.c-guestbook-form-2 .contact {
  display: flex;
}

.c-guestbook-form-2 .contact>div {
  margin-right: 2em;
}

.c-guestbook-form-2 .contact>div:last-child {
  margin-right: unset;
}

.c-guestbook-form-2 .content-box {
  margin-top: 1em;
}

.c-guestbook-form-2 .content-box .input-content {
  margin-top: 0.5em;
}

.c-guestbook-form-2 .bottom {
  text-align: center;
  margin-top: 2em;
}

.c-guestbook-form-2 .require {
  color: red;
}

.menu .menu-show-btn {
  display: none;
  padding: 5px 10px;
}

.menu.copy {
  width: 100vw;
  height: 100vh;
  background-color: rgba(85, 85, 85, 0.98);
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 100;
  transition: all 0.3s linear;
  overflow-y: auto;
}

.menu.copy .search-box {
  display: none;
}

.menu.copy.show {
  left: 0;
}


.menu.copy .menu-close-btn {
  padding: 5px 10px;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  z-index: 10;
  color: #FFF;
}

.menu.copy a {
  color: #FFF;
  line-height: 2.5;
  font-size: 16px;
}

.menu.copy .menu-list {
  text-align: center;
  padding: 6em 0 4em;
}

/*响应式*/
@media screen and (max-width: 1080px) {
  .c-menu-3 .menu .menu-list a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .c-about-1 .content {
    width: 82%;
  }

  .c-post-list-1 .summary,
  .c-post-list-2 .summary {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .c-menu-3 .menu .menu-list {
    display: none;
  }

  .menu .menu-show-btn {
    display: inline-block;
  }

}

@media screen and (max-width: 768px) {
  .item-totop {
    display: none;
  }

  .item-qrcode {
    display: none;
  }

  .c-about-1 .picture {
    width: 100%;
  }

  .c-about-1 .content {
    width: 100%;
  }

  .js2-column-5.js2-margin-top-l {
    display: none;
  }

  .js2-column-18 {
    width: 100%;
  }

  .c-product-list-1 ul li {
    width: 27%;
  }

  .c-product-list-2 ul li {
    width: 30%;
  }

  .c-post-list-1 ul {
    display: block;
  }

  .c-post-list-1 ul li {
    width: 99%;
    margin: 0 0 1em;
  }


}

@media screen and (max-width: 600px) {
  .c-about-1 {
    margin: 2em 0;
  }

  .c-about-1 .title {
    display: none;
  }

  .c-product-list-1 ul li,
  .c-product-list-2 ul li {
    width: 47%;
  }

  .c-post-1 .content .detail-thumb {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .Post-index .col-7,
  .Post-index .col-9,
  .Product-read .col-7,
  .Product-read .col-9 {
    display: none;
  }

  .Post-index .product-table,
  .Product-read .product-table {
    min-width: 672px;
  }

  .pro-img-box {
    display: none !important;
  }

  .Product-read .product-detail .content {
    display: block;
  }

  .product-detail .list {
    margin-top: 1em;
  }

  .c-pagination-1 .pagination li {
    margin: 0;
  }

  .c-pagination-1 .page-num {
    padding: 6px 10px;
    font-size: 13px;
  }
}