@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.db {
  display: block;
  width: 100%;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.pro_focus__body p.page_title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #5b6165;
  padding: 20px 0 40px;
}

.pro_focus__body .page_title {
  text-align: center;
}

.pro_focus__body ul.flex {
  align-items: stretch;
  justify-content: flex-start;
}

.pro_focus__body ul.flex li {
  width: calc(100% / 3 - 30px * 2 / 3);
  margin: 0 30px 30px 0;
}

.pro_focus__body ul.flex li:nth-child(3n) {
  margin-right: 0;
}

.pro_focus__body ul.flex li img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.pro_tedian__body {
  background: url(../images/products/tedian_bg.jpg) center no-repeat;
  background-size: cover;
}

.pro_tedian__body .title {
  margin-bottom: 250px;
}

.pro_tedian__body .title .page_title {
  color: #fff;
}

.pro_tedian__body .btn_con a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  color: #333;
  font-size: 16px;
  transition: all .3s;
  margin-left: 5px;
}

.pro_tedian__body .btn_con a:hover {
  background-color: #09a5e1;
  color: #fff;
}

.pro_tedian__body .swiper_out {
  padding-left: 5%;
}

.pro_tedian__body .swiper_out .tedian__con h3 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #d4eaf8;
  border-bottom: 1px solid #70757a;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.pro_tedian__body .swiper_out .tedian__con p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.pro_lingyu__body h3.page_title.tc {
  text-align: center;
}

.pro_lingyu__body h3.page_title {
  margin-bottom: 30px;
}

.pro_lingyu__body .table_out {
  overflow: auto;
  overflow-y: hidden;
}

.pro_lingyu__body .table_out table {
  width: 100%;
}

.pro_lingyu__body .table_out table tr:nth-child(odd) td {
  background-color: #f6f6f6;
}

.pro_lingyu__body .table_out table th, .pro_lingyu__body .table_out table td {
  padding: 15px 20px;
  border-right: 1px solid #e8e8e8;
}

.pro_lingyu__body .table_out table th {
  background-color: #5b6165;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.pro_lingyu__body .table_out table td {
  color: #5b6165;
  font-size: 16px;
  font-size: 1.6rem;
}

.lingyu_list {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 60px;
}

.lingyu_list li {
  border: 1px solid #e8e8e8;
  padding: 30px 20px 20px;
  width: calc(100% / 6);
  margin-left: -1px;
}

.lingyu_list li img {
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
  height: 250px;
}

.lingyu_list li p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
