:root {
  --base-color: #9f0006;
  --index-main-color: #9f0006;
  --index-main-color1: #9f0006;
}

strong {
  font-weight: bold;
}


table {
  margin-bottom: 20px;

  word-break: break-word;

  width: 100% !important;

  height: auto !important;

  display: block;

  overflow: auto;
}

table tbody {
  display: table;

  width: 100% !important;
}

table td,
table th {
  padding: 5px 10px;

  border: 1px solid #666;

  width: auto !important;

  height: auto !important;

  white-space: nowrap;
}

table tr {
  width: auto !important;

  height: auto !important;
}

table tr:nth-child(even) {
  background: #eee;
}

.wpulike.wpulike-default {
  display: none;
}

.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

.post-views-box {
  position: relative;

  margin-left: 20px;
}

.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;

  -webkit-filter: none;

  filter: none;
}

.wpulike {
  z-index: 10;
}

.wpulike.post-views-box {
  z-index: 5;
}

span.tt {
  font-size: 18px;

  line-height: 2;

  color: var(--base-color);

  position: relative;

  padding-left: 50px;
}

span.tt:before {
  content: "";

  width: 44px;

  height: 1px;

  background-color: #9f0006;

  left: 0;

  top: 50%;

  position: absolute;
}

a.more {
  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -moz-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

a.more i {
  width: 50px;

  height: 50px;

  border: solid 1px #cccccc;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  border-radius: 100%;

  overflow: hidden;

  position: relative;
}

a.more i:before {
  content: "";

  width: 0;

  height: 0;

  position: absolute;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  background: var(--base-color);

  border-radius: 100%;
}

a.more i img {
  position: relative;

  z-index: 3;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

a.more em {
  font-size: 20px;

  color: var(--base-color);

  margin-left: 20px;
}

a.more:hover i:before {
  width: 100%;

  height: 100%;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

a.more:hover i:before img {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

a.more:hover i {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  border-color: transparent !important;
}

a.more.w_b {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

a.more.w_b i:before {
  background: #fff;
}

.slick-arrow {
  cursor: pointer;
}

span.slick-arrow.b_w {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

span.slick-arrow.b_w:hover {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  background: var(--base-color) !important;

  border-color: transparent !important;
}

.font-27 {
  font-size: 27px;
}

.font-21 {
  font-size: 21px;
  font-weight: 500;
  /*margin-top: -50px;*/
}

@media screen and (max-width: 1400px) {
  .font-32 {
    font-size: 28px;
  }

  .font-24 {
    font-size: 20px;

    line-height: 2;
  }

  .font-21 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .font-32 {
    font-size: 24px;
  }

  .font-27 {
    font-size: 16px;
  }

  .font-22 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  /* .inner-banner {
    margin-top: 40px;
  } */

  .ruixinhide {
    display: none !important;
  }

  .rxyejiao {
    display: none !important;
  }

  .font-32 {
    font-size: 20px;
  }

  .font-16 {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .font-18 {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
}

/* .inner-banner {
  position: relative;

  height: 120px;

  background-size: cover;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -moz-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  color: #fff;
}

.inner-banner.about-banner {
  background: url(../images/about-banner.jpg) center right no-repeat;
}

.inner-banner.product-banner {
  background: url(../images/product-banner.jpg) center right no-repeat;
}

.inner-banner.chongya-banner {
  background: url(../images/lamination-banner.jpg) center right no-repeat;
}

.inner-banner.contact-banner {
  background: url(../images/contact-banner.jpg) center right no-repeat;
}

.inner-banner.news-banner {
  background: url(../images/news-banner.jpg) center right no-repeat;
}

.inner-banner.service-banner {
  background: url(../images/service-banner.jpg) center right no-repeat;
}

.inner-banner.shebei-banner {
  background: url(../images/about-banner.jpg) center right no-repeat;
}

.inner-banner .mbx {
  color: #fff;

  text-transform: capitalize;
} */

.inner-page h3 {
  font-weight: 500;
}
.about-page{
  background-color: #f5f5f5;
}
.about-page .about-1 {
  padding: 110px 0;

  background: #f0f1f2;
}

.about-page .about-1 .ui.container .main {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -moz-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
}

.about-page .about-1 .ui.container .main .left h2.ruixin {
  font-size: 150px;

  font-weight: bold;

  line-height: 2;

  color: var(--base-color);
}

.about-page .about-1 .ui.container .main .left h6 {
  font-weight: 500;

  color: var(--base-color);

  margin-top: 10px;
}

.about-page .about-1 .ui.container .main .left p {
  color: #a5a5a5;

  line-height: 2;

  margin-top: 3px;

  max-height: 305px;

  overflow-y: scroll;
}

.about-page .about-1 .ui.container .main .left h2 {
  margin-top: 40px;
}

.about-page .about-1 .ui.container .main .right {
  padding-left: 140px;

  padding-right: 120px;

  padding-bottom: 75px;

  position: relative;

  z-index: 3;

  margin-right: -160px;
}

.about-page .about-1 .ui.container .main .right::before {
  content: "";

  width: 500px;

  height: 250px;

  position: absolute;

  bottom: 0;

  right: 0;

  z-index: -1;

  background: var(--base-color);
}

.about-page .about-1 .ui.container .bottom {
  margin-top: 100px;
}

.about-page .about-1 .ui.container .bottom ul.datalist {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -moz-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -moz-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  margin: 0 -50px;
}

.about-page .about-1 .ui.container .bottom ul.datalist li {
  display: inline-block;

  padding: 0 50px;
}

.about-page .about-1 .ui.container .bottom ul.datalist h6 {
  color: var(--base-color);

  font-weight: 500;
}

.about-page .about-1 .ui.container .bottom ul.datalist span {
  color: #222222;

  font-size: 72px;

  font-weight: bold;
}

.about-page .about-1 .ui.container .bottom ul.datalist span i {
  font-size: 46px;
}

.about-page .about-1 .ui.container .bottom ul.datalist p {
  color: #a5a5a5;

  line-height: 2;
}

.about-page .about-2 {
  padding-top: 90px;

  padding-bottom: 120px;
}

.about-page .about-2 .top h3 {
  /*margin-top: 25px;*/
}

.about-page .about-2 .bottom {
  margin-top: 70px;
}

.about-page .about-2 .bottom ul.eqlist {
  margin: 0 -20px;
}

.about-page .about-2 .bottom ul.eqlist li {
  padding: 0 20px;
}

.about-page .about-2 .bottom ul.eqlist li .item {
  position: relative;
}

.about-page .about-2 .bottom ul.eqlist li .item a {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: -webkit-gradient(
    linear,
    left bottom,

    left top,

    from(#fff),
    to(transparent)
  );

  background-image: -webkit-linear-gradient(bottom, #fff, transparent);

  background-image: -moz-linear-gradient(bottom, #fff, transparent);

  background-image: linear-gradient(to top, #fff, transparent);

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.about-page .about-2 .bottom ul.eqlist li .item a img {
  opacity: 0;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.about-page .about-2 .bottom ul.eqlist li .item h5 {
  position: absolute;

  width: 100%;

  bottom: 25px;

  padding: 0 30px;

  color: #222;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  font-weight: 500;
}

.about-page .about-2 .bottom ul.eqlist li .item:hover a {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  background-image: -webkit-gradient(
    linear,
    left bottom,

    left top,

    from(#9f0006),
    to(transparent)
  );

  background-image: -webkit-linear-gradient(bottom, #9f0006, transparent);

  background-image: -moz-linear-gradient(bottom, #9f0006, transparent);

  background-image: linear-gradient(to top, #9f0006, transparent);
}

.about-page .about-2 .bottom ul.eqlist li .item:hover a img {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  opacity: 1;
}

.about-page .about-2 .bottom ul.eqlist li .item:hover h5 {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  color: #fff;
}

.about-page .about-3 {
  padding-top: 115px;

  background: url(../images/about-3-xiaobj.jpg) top left no-repeat;
}

.about-page .about-3 .ui.container {
  margin-left: 75px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -moz-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  max-width: 1445px;
}

.about-page .about-3 .ui.container .left {
  position: relative;

  top: 4px;
}

.about-page .about-3 .ui.container .right {
  padding-left: 100px;

  margin-top: -40px;

  color: #fff;
}

.about-page .about-3 .ui.container .right span.tt {
  color: #fff;
}

.about-page .about-3 .ui.container .right span.tt:before {
  background: #fff;
}

.about-page .about-3 .ui.container .right ul {
  margin-top: 35px;
}

.about-page .about-3 .ui.container .right ul li {
  padding-left: 40px;

  background: url(../images/checked.png) left top no-repeat;

  margin-bottom: 15px;
}

.about-page .about-3 .ui.container .right ul li p {
  line-height: 2;
}

.about-page .about-4 {
  padding-top: 130px;

  padding-bottom: 80px;
}

.about-page .about-4 .ui.container {
  max-width: 1515px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.about-page .about-4 .ui.container .left {
  color: #222;

  padding-right: 10%;
}

.about-page .about-4 .ui.container .left p {
  line-height: 2;

  margin-top: 10px;

  margin-bottom: 15px;
}

.about-page .about-4 .ui.container .left ul.datalist li {
  width: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding-bottom: 10px;

  margin-bottom: 7px;

  margin-top: 30px;

  position: relative;
}

.about-page .about-4 .ui.container .left ul.datalist li em {
  color: #fffef9;

  width: 60px;

  height: 40px;

  text-align: center;

  background: url(../images/maopao-con.png) center center no-repeat;

  line-height: 2;
}

.about-page .about-4 .ui.container .left ul.datalist li i {
  height: 10px;

  background-color: #ebebeb;

  border-radius: 5px;

  position: absolute;

  width: 100%;

  bottom: 0;
}

.about-page .about-4 .ui.container .left ul.datalist li i:before {
  content: "";

  position: absolute;

  height: 10px;

  border-radius: 10px;

  background: var(--base-color);

  left: 0;

  top: 0;
}

.about-page .about-4 .ui.container .left ul.datalist li:nth-child(1) i:before {
  width: 40%;

  -webkit-transition: 3s all;

  -moz-transition: 3s all;

  transition: 3s all;
}

.about-page .about-4 .ui.container .left ul.datalist li:nth-child(2) i:before {
  width: 20%;

  -webkit-transition: 3s all;

  -moz-transition: 3s all;

  transition: 3s all;
}

.about-page .about-4 .ui.container .left ul.datalist li:nth-child(3) i:before {
  width: 40%;

  -webkit-transition: 3s all;

  -moz-transition: 3s all;

  transition: 3s all;
}

.about-page .about-4 .ui.container .left ul.datalist li.active i:before {
  width: 0 !important;

  -webkit-transition: 3s all;

  -moz-transition: 3s all;

  transition: 3s all;
}

.about-page .about-4 .ui.container .right {
  margin-left: -30px;
}

.about-page .about-4 .ui.container .right .imgbox {
  position: relative;
}

.about-page .about-4 .ui.container .right .imgbox ul li {
  position: absolute;

  width: 11px;

  height: 11px;

  border-radius: 100%;

  background: var(--base-color);
}

.about-page .about-4 .ui.container .right .imgbox ul li:before {
  content: "";

  width: 100%;

  height: 100%;

  border-radius: 100%;

  background: var(--base-color);

  opacity: 0.6;

  -webkit-animation: ks 2s linear infinite;

  -moz-animation: ks 2s linear infinite;

  animation: ks 2s linear infinite;

  display: block;

  top: 0%;

  left: 0%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  position: absolute;
}

.about-page .about-4 .ui.container .right .imgbox ul li:nth-child(1) {
  top: 54%;

  left: 36%;
}

.about-page .about-4 .ui.container .right .imgbox ul li:nth-child(2) {
  top: 44%;

  left: 11%;
}

.about-page .about-4 .ui.container .right .imgbox ul li:nth-child(3) {
  top: 38%;

  left: 70%;
}

.about-page .about-4 .bottom {
  margin-top: 80px;
}

.about-page .about-4 .bottom ul li {
  padding: 0 30px;
}

.about-page .about-5 {
  padding: 90px 0;
}

.about-page .about-5 .ui.container {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -moz-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
}

.about-page .about-5 .ui.container .left {
  width: 45%;
}

.about-page .about-5 .ui.container .left h3 {
  line-height: 2;

  margin-bottom: 30px;

  font-size: 33px;
}

.about-page .about-5 .ui.container .right {
  width: 55%;

  padding-left: 5%;
}

.about-page .about-5 .ui.container .right h6 {
  color: var(--base-color);

  font-weight: 500;
}

.about-page .about-5 .ui.container .right p {
  color: #a5a5a5;

  line-height: 2;

  margin-top: 20px;
}

.about-page .about-6 {
  padding-top: 30px;

  padding-bottom: 110px;
}

.about-page .about-6 .ui.container {
  text-align: center;
}

.about-page .about-6 .ui.container span.tt {
  padding-left: 0;
}

.about-page .about-6 .ui.container span.tt:before {
  display: none;
}

.about-page .about-6 .ui.container h3 {
  color: #222;

  /*margin-top: 15px;*/

  margin-bottom: 50px;
}

.about-page .about-6 .ui.container ul {
  margin: 0 -25px;
}

.about-page .about-6 .ui.container ul li {
  padding: 0 25px;
}

.about-page .about-6 .ui.container ul li .item {
  padding: 0 25px;

  height: 356px;

  display: block;

  padding-top: 50px;

  -webkit-box-shadow: 0px 4px 30px 8px rgba(0, 0, 0, 0.08);

  box-shadow: 0px 4px 30px 8px rgba(0, 0, 0, 0.08);
}

.about-page .about-6 .ui.container ul li .item .imgbox {
  position: relative;

  display: block;

  margin: 0 auto;

  margin-bottom: 30px;
}

.about-page .about-6 .ui.container ul li .item .imgbox img:nth-child(1) {
  position: relative;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  opacity: 1;
}

.about-page .about-6 .ui.container ul li .item .imgbox img:nth-child(2) {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  opacity: 0;
}

.about-page .about-6 .ui.container ul li .item h5 {
  padding-bottom: 15px;

  display: inline-block;

  border-bottom: 1px solid #ccc;

  color: #222;

  margin-bottom: 15px;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.about-page .about-6 .ui.container ul li .item p {
  color: #a5a5a5;

  line-height: 2;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.about-page .about-6 .ui.container ul li .item:hover {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  background: var(--base-color);
}

.about-page .about-6 .ui.container ul li .item:hover .imgbox img:nth-child(1) {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  opacity: 0;
}

.about-page .about-6 .ui.container ul li .item:hover .imgbox img:nth-child(2) {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  opacity: 1;
}

.about-page .about-6 .ui.container ul li .item:hover h5 {
  color: #fff;

  border-color: #fff;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.about-page .about-6 .ui.container ul li .item:hover p {
  color: #fff;
}

.about-page .about-7 {
  padding-top: 100px;

  padding-bottom: 20px;

  background: #f0f1f2;
}

.about-page .about-7 .slick-prev {
  display: none !important;
}

.about-page .about-7 .ui.container .teamlist > li {
  margin-bottom: 60px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: flex-end;

  -webkit-align-items: flex-end;

  -moz-box-align: flex-end;

  -ms-flex-align: flex-end;

  align-items: flex-end;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.about-page .about-7 .ui.container .teamlist li:nth-child(2n) .text {
  padding-left: 60px;

  padding-right: 0;
}

.about-page .about-7 .ui.container .teamlist li .img {
  display: inline-block;
}

.about-page .about-7 .ui.container .teamlist li .img img {
  width: 100%;
}

.about-page .about-7 .ui.container .teamlist li .text {
  padding-right: 60px;
}

.about-page .about-7 .ui.container .teamlist li .text h5 {
  color: #222;
}

.about-page .about-7 .ui.container .teamlist li .text p {
  color: #a5a5a5;

  margin-top: 20px;

  margin-bottom: 25px;
}

.font-55 {
  font-size: 55px;
}

.mt35 {
  margin-top: 25px;
}

.font-35 {
  font-size: 35px;
}

@media screen and (max-width: 1400px) {
  .about-page .about-1 .ui.container .bottom ul.datalist span {
    font-size: 48px;
  }

  .about-page .about-2 .bottom ul.eqlist li .item h5 {
    bottom: 10px;
  }

  .font-20 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .about-page .about-1 .ui.container .main .right {
    margin-right: -100px;
  }

  .about-page .about-1 .ui.container .main .right {
    padding-left: 40px;

    padding-right: 0;

    padding-bottom: 75px;

    position: relative;

    z-index: 3;

    margin-right: 0px;
  }

  .about-page .about-1 .ui.container .main .right::before {
    width: 80%;
  }

  .font-55 {
    font-size: 48px;
  }

  .about-page .about-3 .ui.container .right {
    padding-left: 40px;
  }

  .font-28 {
    font-size: 20px;
  }

  .font-20 {
    font-size: 16px;
  }

  .font-28 {
    font-size: 22px;
  }

  .font-35 {
    font-size: 24px;
  }

  .font-24 {
    font-size: 18px;

    line-height: 2;
  }
}

@media screen and (max-width: 1000px) {
  .font-18 {
    font-size: 14px;
  }

  .about-page .about-1 .ui.container .main .left h2 {
    margin-top: 20px;
  }

  .about-page .about-1 .ui.container .bottom ul.datalist {
    margin: 0 -20px;
  }

  .about-page .about-1 .ui.container .bottom ul.datalist li {
    padding: 0 20px;
  }

  .about-page .about-1 .ui.container .main .left h2.ruixin {
    font-size: 80px;
  }

  .about-page .about-1 .ui.container .bottom {
    margin-top: 20px;
  }

  .about-page .about-1 {
    padding: 40px 0;
  }

  .font-55 {
    font-size: 40px;
  }

  .about-page .about-4 {
    padding-top: 40px;

    padding-bottom: 40px;
  }

  .font-40 {
    font-size: 30px;
  }
}

@media screen and (max-width: 800px) {
  .about-page .about-1 .ui.container .main {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .about-page .about-1 .ui.container .main .left {
    width: 100%;
  }

  .about-page .about-1 .ui.container .main .right {
    width: 100%;

    padding: 0;
  }

  .about-page .about-1 .ui.container .bottom ul.datalist span {
    font-size: 36px;
  }

  .font-55 {
    font-size: 32px;
  }

  .about-page .about-2 .bottom {
    margin-top: 20px;
  }

  .about-page .about-3 .ui.container .left {
    display: none;
  }

  .about-page .about-3 .ui.container .right {
    padding-left: 0;

    width: 80%;
  }

  .about-page .about-4 .ui.container {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .about-page .about-4 .ui.container .left {
    width: 100%;

    padding-right: 0;
  }

  .about-page .about-4 .ui.container .right {
    width: 100%;
  }

  .about-page .about-5 .ui.container {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .about-page .about-5 .ui.container .left {
    width: 100%;
  }

  .about-page .about-5 .ui.container .right {
    width: 100%;

    margin-top: 20px;

    padding: 0;
  }

  .about-page .about-6 .ui.container ul {
    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

    -moz-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .about-page .about-6 .ui.container ul li {
    margin-bottom: 20px;
  }

  .about-page .about-7 .ui.container .teamlist li {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-bottom: 40px;
  }

  .about-page .about-7 .ui.container .teamlist li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;

    -ms-flex-wrap: wrap-reverse;

    flex-wrap: wrap-reverse;
  }

  .about-page .about-7 .ui.container .teamlist li .left {
    width: 100%;
  }

  .about-page .about-7 .ui.container .teamlist li .right {
    width: 100%;
  }

  .about-page .about-7 .ui.container .teamlist li .text {
    padding: 0;
  }

  .about-page .about-7 .ui.container .teamlist li .img {
    padding: 20px 0;
  }
}

@media screen and (max-width: 600px) {
  .about-page .about-1 .ui.container .bottom ul.datalist {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .font-55 {
    font-size: 24px;
  }

  .about-page .about-2 {
    padding-top: 20px;

    padding-bottom: 20px;
  }

  .about-page .about-3 .ui.container {
    margin-left: 15px;
  }

  .font-28 {
    font-size: 18px;
  }

  .about-page .about-4 .bottom {
    margin-top: 20px;
  }

  .about-page .about-5 {
    padding: 20px 0;
  }

  .about-page .about-3 {
    padding-top: 60px;
  }

  .font-35 {
    font-size: 20px;
  }

  .about-page .about-6 {
    padding-top: 20px;

    padding-bottom: 20px;
  }

  .about-page .about-7 {
    padding: 20px 0;
  }
}

.font-21 {
  font-size: 21px;
}

.font-26 {
  font-size: 26px;
}

.gallery-page {
  padding: 100px 0;
}

.gallery-page .gallery-1 ul {
  margin: 0 -30px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -moz-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -moz-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.gallery-page .gallery-1 ul li {
  padding: 0 25px 55px;
}

.gallery-page .gallery-1 ul li .item {
  position: relative;

  display: inline-block;

  width: 100%;
}

.gallery-page .gallery-1 ul li .item > img {
  width: 100%;
}

.gallery-page .gallery-1 ul li .item a {
  /*position: absolute;*/

  z-index: 2;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  /*background-image: -webkit-gradient(

    linear,

    left bottom,

    left top,

    from(#fff),

    to(transparent)

  );*/

  /*background-image: -webkit-linear-gradient(bottom, #fff, transparent);

  background-image: -moz-linear-gradient(bottom, #fff, transparent);

  background-image: linear-gradient(to top, #fff, transparent);*/

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.gallery-page .gallery-1 ul li .item a img {
  /*opacity: 0;*/

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.gallery-page .gallery-1 ul li .item h5 {
  color: #222;

  /*position: absolute;*/

  bottom: 0px;

  padding: 10px 40px;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  text-align: center;

  width: 100%;

  z-index: 3;

  background-color: #fff;
}

.gallery-page .gallery-1 ul li .item:hover h5 {
  background-color: var(--index-main-color);
}

.gallery-page .gallery-1 ul li .item:hover a {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  /*background-image: -webkit-gradient(

    linear,

    left bottom,

    left top,

    from(#9f0006),

    to(transparent)

  );*/

  /*background-image: -webkit-linear-gradient(bottom, #9f0006, transparent);

  background-image: -moz-linear-gradient(bottom, #9f0006, transparent);

  background-image: linear-gradient(to top, #9f0006, transparent);*/
}

.gallery-page .gallery-1 ul li .item:hover a img {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  opacity: 1;
}

.gallery-page .gallery-1 ul li .item:hover h5 {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  color: #fff;
}

.history-page {
  padding-bottom: 0;
}

.history-page .historybox {
  padding: 100px 0;

  background: url(../images/feature-bg.jpg) center bottom no-repeat #f0f1f3;

  text-align: center;
}

.history-page .historybox span.mouse {
  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -moz-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -moz-box-orient: vertical;

  -moz-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  margin: 0 auto;

  margin-top: 40px;
}

.history-page .historybox span.mouse em {
  color: #222;

  margin-top: 20px;
}

.history-page .historybox ul.historylist {
  position: relative;
}

.history-page .historybox ul.historylist::before {
  content: "";

  width: 1px;

  background: #ccc;

  position: absolute;

  left: 50%;

  top: 0;

  height: 100%;
}

.history-page .historybox ul.historylist li {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  position: relative;

  margin-bottom: 100px;
}

.history-page .historybox ul.historylist li .imgbox {
  width: 40%;
}

.history-page .historybox ul.historylist li i {
  width: 17px;

  height: 17px;

  border-radius: 100%;

  background: var(--base-color);

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.history-page .historybox ul.historylist li i:before {
  content: "";

  width: 100%;

  height: 100%;

  border-radius: 100%;

  position: absolute;

  display: block;

  background: var(--base-color);

  opacity: 0.8;

  -webkit-animation: ks 2s linear infinite;

  -moz-animation: ks 2s linear infinite;

  animation: ks 2s linear infinite;
}

.history-page .historybox ul.historylist li .textbox {
  width: 50%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.history-page .historybox ul.historylist li .textbox h5 {
  color: var(--base-color);

  font-weight: 500;

  display: inline-block;
}

.history-page .historybox ul.historylist li .text {
  /*width: 260px;*/

  text-align: left;
}

.history-page .historybox ul.historylist li:nth-child(odd) .text {
  text-align: right;
}

.history-page .historybox ul.historylist li .text h6 {
  font-weight: 500;

  margin-bottom: 15px;

  line-height: 2;
}

.history-page .historybox ul.historylist li .text p {
  color: #a5a5a5;

  line-height: 2;
}

.history-page .historybox ul.historylist li:nth-child(even) .textbox {
  padding-left: 120px;

  position: relative;

  display: flex;

  justify-content: flex-end;
}

.history-page .historybox ul.historylist li:nth-child(odd) .textbox {
  padding-left: 120px;

  position: relative;

  display: flex;

  justify-content: flex-start;
}

.history-page .historybox ul.historylist li:nth-child(odd) .textbox:before {
  content: "";

  width: 90px;

  height: 2px;

  background: var(--base-color);

  position: absolute;

  top: 50%;

  left: 0;

  margin-top: -1px;
}

.history-page .historybox ul.historylist li:nth-child(even) .textbox {
  padding-right: 120px;

  position: relative;
}

.history-page .historybox ul.historylist li:nth-child(even) .textbox:before {
  content: "";

  width: 90px;

  height: 2px;

  background: var(--base-color);

  position: absolute;

  top: 50%;

  right: 0;

  margin-top: -1px;
}

@media screen and (max-width: 1000px) {
  .history-page .historybox ul.historylist li:nth-child(odd) .textbox {
    padding-left: 40px;

    position: relative;
  }

  .history-page .historybox ul.historylist li:nth-child(odd) .textbox:before {
    content: "";

    width: 35px;
  }

  .history-page .historybox ul.historylist li:nth-child(even) .textbox {
    padding-right: 40px;

    position: relative;
  }

  .history-page .historybox ul.historylist li:nth-child(even) .textbox:before {
    content: "";

    width: 35px;
  }
}

@media screen and (max-width: 600px) {
  .history-page .historybox ul.historylist li {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-bottom: 20px;
  }

  .history-page .historybox ul.historylist li:nth-child(even) {
    -webkit-flex-wrap: wrap-reverse;

    -ms-flex-wrap: wrap-reverse;

    flex-wrap: wrap-reverse;
  }

  .history-page .historybox ul.historylist li .textbox {
    width: 100%;

    margin-top: 20px;
  }

  .history-page .historybox ul.historylist li .textbox .text {
    width: 100%;
  }

  .history-page .historybox ul.historylist li .imgbox {
    width: 100%;
  }
}

.product-yd-page .catebox ul li {
  position: relative;
}

.product-yd-page .catebox ul li:nth-child(odd) {
  background: #fff;
}

.product-yd-page .catebox ul li:nth-child(odd):before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  background: #f0f1f2;

  height: 100%;

  width: 50%;
}

.product-yd-page .catebox ul li:nth-child(odd) .text {
  padding: 40px 0;

  padding-left: 100px;
}

.product-yd-page .catebox ul li:nth-child(odd) .img {
  margin-right: -55px;
}

.product-yd-page .catebox ul li:nth-child(even) {
  background: #f0f1f2;
}

.product-yd-page .catebox ul li:nth-child(even):before {
  content: "";

  position: absolute;

  width: 50%;

  height: 100%;

  left: 0;

  top: 0;

  background: var(--base-color);
}

.product-yd-page .catebox ul li:nth-child(even) .text {
  padding: 40px 0;

  padding-right: 100px;
}

.product-yd-page .catebox ul li:nth-child(even) .text span.tt {
  color: #fff;
}

.product-yd-page .catebox ul li:nth-child(even) .text span.tt:before {
  content: "";

  background: #fff;
}

.product-yd-page .catebox ul li:nth-child(even) .text h3 {
  color: #fff;
}

.product-yd-page .catebox ul li:nth-child(even) .text .content {
  color: #fff;
}

.product-yd-page .catebox ul li:nth-child(even) .text a.more {
  color: #fff;
}

.product-yd-page .catebox ul li:nth-child(even) .text a.more em {
  color: #fff;
}

/*.product-yd-page .catebox ul li:nth-child(even) .text a.more .yuan img {

    -webkit-filter: brightness(8);

    filter: brightness(8);

  }*/

.product-yd-page .catebox ul li:nth-child(even) .img {
  margin-left: -55px;
}

.product-yd-page
  .catebox
  ul
  li:nth-child(even)
  .content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

.product-yd-page
  .catebox
  ul
  li:nth-child(even)
  .content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 1) !important;
}

.product-yd-page .catebox ul li .ui.container {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.product-yd-page .catebox ul li .ui.container .text .content {
  padding-right: 20px;

  max-height: 160px;

  overflow-y: scroll;

  margin-top: 25px;

  margin-bottom: 35px;
}

@media screen and (max-width: 1000px) {
  .font-30 {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .product-yd-page .catebox ul li .ui.container {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .product-yd-page .catebox ul li .ui.container .left {
    width: 100%;

    padding-right: 0;
  }

  .product-yd-page .catebox ul li .ui.container .right {
    width: 100%;

    padding-left: 0;
  }

  .product-yd-page .catebox ul li:nth-child(2n) .ui.container {
    -webkit-flex-wrap: wrap-reverse;

    -ms-flex-wrap: wrap-reverse;

    flex-wrap: wrap-reverse;
  }

  .product-yd-page .catebox ul li:nth-child(odd) .img {
    margin-right: 0px;
  }

  .product-yd-page .catebox ul li:nth-child(even) .img {
    margin-left: 0px;
  }

  .product-yd-page .catebox ul li:nth-child(odd):before {
    width: 100%;
  }

  .product-yd-page .catebox ul li:nth-child(even):before {
    width: 100%;
  }
}

.product-page .productbox {
  padding: 100px 0;

  background: #f0f1f2;
}

.product-page .productbox .ui.container h3 {
  color: #222;

  margin-bottom: 40px;
}

.product-page .productbox .ui.container ul.productlist {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -moz-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin: 0 -15px;
}

.product-page .productbox .ui.container ul.productlist li {
  padding: 0 15px;
}

.product-page .productbox .ui.container ul.productlist li .item {
  position: relative;

  padding-bottom: 35px;

  z-index: 3;

  overflow: hidden;
}

.product-page .productbox .ui.container ul.productlist li .item:after {
  width: 100%;

  height: 7px;

  border-radius: 0px;

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  z-index: 3;

  background: var(--base-color);
}

.product-page .productbox .ui.container ul.productlist li .item::before {
  content: "";

  width: 100%;

  height: 100%;

  top: -65px;

  background: #fff;

  position: absolute;

  z-index: -1;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.product-page .productbox .ui.container ul.productlist li .item .textbox {
  padding: 0 20px;
}

.product-page .productbox .ui.container ul.productlist li .item .textbox h5 {
  color: #222;

  text-align: left;

  line-height: 2;

  margin-bottom: 20px;
}

.product-page
  .productbox
  .ui.container
  ul.productlist
  li
  .item
  .textbox
  a.more2 {
  font-size: 18px;

  padding: 10px 25px;

  border-radius: 23px;

  color: var(--base-color);

  border: 1px solid var(--base-color);

  height: auto;

  opacity: 0;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.product-page .productbox .ui.container ul.productlist li .item:hover:after {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  height: 14px;
}

.product-page .productbox .ui.container ul.productlist li .item:hover:before {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  top: 0;
}

.product-page
  .productbox
  .ui.container
  ul.productlist
  li
  .item:hover
  .textbox
  a.more2 {
  opacity: 1;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.prodet-page .prodet-1 {
  padding: 100px 0;

  background: #f0f1f2;
}

.prodet-page .prodet-1 .main {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -moz-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.prodet-page .prodet-1 .main .left .ibig {
  background: #fff;
}

.prodet-page .prodet-1 .main .left .gallery {
  margin-top: 20px;
}

.prodet-page .prodet-1 .main .left .gallery ul {
  margin: 0 -13px;
}

.prodet-page .prodet-1 .main .left .gallery ul li {
  padding: 0 13px;
}

.prodet-page .prodet-1 .main .left .gallery ul li a {
  display: inline-block;

  background: #fff;

  position: relative;
}

.prodet-page .prodet-1 .main .left .gallery ul li a:before {
  width: 100%;

  height: 5px;

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  background: var(--base-color);

  opacity: 0;
}

.prodet-page .prodet-1 .main .left .gallery ul .slick-current li a:before {
  opacity: 1;
}

.prodet-page .prodet-1 .main .right {
  padding-left: 55px;

  /*padding-top: 50px;*/
}

.prodet-page .prodet-1 .main .right h1 {
  font-weight: 500;

  color: #000022;

  line-height: 2;

  margin-top: 15px;

  margin-bottom: 20px;
}

.prodet-page .prodet-1 .main .right .content {
  color: #a5a5a5;

  line-height: 2;

  max-height: 480px;

  overflow-y: scroll;
}

.prodet-page .prodet-1 .main .right .sharebox {
  margin: 40px 0;
}

.prodet-page .prodet-1 .main .right .sharebox ul {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -moz-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.prodet-page .prodet-1 .main .right .sharebox ul li {
  width: 48px;

  height: 48px;

  border-radius: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-right: 15px;
}

.prodet-page .prodet-1 .main .right .sharebox ul li a {
  font-size: 24px;

  color: #fff;
}

.prodet-page .prodet-1 .main .right .sharebox ul li:nth-child(1) {
  background: #39599f;
}

.prodet-page .prodet-1 .main .right .sharebox ul li:nth-child(2) {
  background: #45b0e3;
}

.prodet-page .prodet-1 .main .right .sharebox ul li:nth-child(3) {
  background: #00c6ff;
}

.prodet-page .prodet-1 .main .right .sharebox ul li:nth-child(4) {
  background: #333333;
}

.prodet-page .prodet-2 {
  padding-top: 45px;

  padding-bottom: 75px;

  background: #fff;
}

.prodet-page .prodet-2 .ui.container .top {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -moz-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  border-bottom: 1px solid #ccc;
}

.prodet-page .prodet-2 .ui.container .top span {
  font-weight: 500;

  padding: 0 15px;

  padding-bottom: 20px;

  border-bottom: 3px solid transparent;

  margin-right: 70px;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  color: #a5a5a5;
}

.prodet-page .prodet-2 .ui.container .top span.active {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  color: var(--base-color);

  border-color: var(--base-color);
}

.prodet-page .prodet-2 .ui.container .maintab {
  padding: 50px 0;

  border-bottom: 1px solid #ccc;

  font-size: 18px;
}

.prodet-page .prodet-2 .ui.container .formbox {
  margin-top: 30px;
}

.prodet-page .prodet-2 .ui.container .formbox h3 {
  color: #222222;

  margin-bottom: 45px;

  /*margin-top: 20px;*/

  font-weight: bold;
}

.prodet-page .prodet-2 .ui.container .formbox form ul {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.prodet-page .prodet-2 .ui.container .formbox form ul li {
  width: 100%;

  margin-bottom: 25px;
}

.prodet-page .prodet-2 .ui.container .formbox form ul li.wid50 {
  width: 48%;
}

.prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"] {
  width: 100%;

  height: 66px;

  font-size: 18px;

  color: #222;

  border: 1px solid #ccc;

  padding: 20px;
}

.prodet-page
  .prodet-2
  .ui.container
  .formbox
  form
  ul
  li
  input[type="text"]::-webkit-input-placeholder {
  color: #a5a5a5;
}

.prodet-page
  .prodet-2
  .ui.container
  .formbox
  form
  ul
  li
  input[type="text"]:-moz-placeholder {
  color: #a5a5a5;
}

.prodet-page
  .prodet-2
  .ui.container
  .formbox
  form
  ul
  li
  input[type="text"]::-moz-placeholder {
  color: #a5a5a5;
}

.prodet-page
  .prodet-2
  .ui.container
  .formbox
  form
  ul
  li
  input[type="text"]:-ms-input-placeholder {
  color: #a5a5a5;
}

.prodet-page
  .prodet-2
  .ui.container
  .formbox
  form
  ul
  li
  input[type="text"]::placeholder {
  color: #a5a5a5;
}

.prodet-page .prodet-2 .ui.container .formbox form ul li textarea {
  width: 100%;

  height: 160px;

  font-size: 18px;

  color: #222;

  border: 1px solid #ccc;

  padding: 20px;
}

.prodet-page
  .prodet-2
  .ui.container
  .formbox
  form
  ul
  li
  textarea::-webkit-input-placeholder {
  color: #a5a5a5;
}

.prodet-page
  .prodet-2
  .ui.container
  .formbox
  form
  ul
  li
  textarea:-moz-placeholder {
  color: #a5a5a5;
}

.prodet-page
  .prodet-2
  .ui.container
  .formbox
  form
  ul
  li
  textarea::-moz-placeholder {
  color: #a5a5a5;
}

.prodet-page
  .prodet-2
  .ui.container
  .formbox
  form
  ul
  li
  textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

.prodet-page .prodet-2 .ui.container .formbox form ul li textarea::placeholder {
  color: #a5a5a5;
}

.prodet-page .prodet-2 .ui.container .formbox form ul li input[type="submit"] {
  width: 192px;

  height: 52px;

  background-color: #9f0006;

  border-radius: 26px;

  color: #fff;

  font-size: 18px;

  font-weight: 500;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  border: none;
}

.prodet-page
  .prodet-2
  .ui.container
  .formbox
  form
  ul
  li
  input[type="submit"]:hover {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  background: #000;
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .main .left {
    width: 100%;
  }

  .prodet-page .prodet-1 .main .right {
    width: 100%;

    padding-left: 0;
  }

  .prodet-page .prodet-2 .ui.container .formbox form ul li.wid50 {
    width: 100%;
  }

  .prodet-page .prodet-2 .ui.container .top {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }
}

.prodet-3 {
  padding: 80px 0;

  background: #f0f1f2;
}

.prodet-3 .prodes {
  font-size: 16px;

  line-height: 2;
}

.prodet-3 .prodes h2 {
  font-size: 24px;

  font-weight: bold;

  color: #9f0006;
}

.prodet-3 .ui.container h3 {
  /*margin-top: 30px;*/

  margin-bottom: 40px;

  font-weight: bold;
}

.prodet-3 .ui.container ul {
  margin: 0 -15px;
}

.prodet-3 .ui.container ul li {
  padding: 0 15px;
}

.prodet-3 .ui.container ul li .pronew h5 {
  font-size: 20px;

  line-height: 2;

  font-weight: bold;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;
}

.prodet-3 .ui.container ul li .pronew time {
  font-size: 14px;

  line-height: 2;

  padding: 5px 0;
}

.prodet-3 .ui.container ul li .pronew p {
  font-size: 16px;

  line-height: 2;
}

.prodet-3 .ui.container ul li .item {
  position: relative;

  padding-bottom: 30px;

  z-index: 3;

  overflow: hidden;
}

.prodet-3 .ui.container ul li .item:after {
  width: 100%;

  height: 7px;

  border-radius: 0px;

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  z-index: 3;

  background: var(--base-color);
}

.prodet-3 .ui.container ul li .item::before {
  content: "";

  width: 100%;

  height: 100%;

  top: -65px;

  background: #fff;

  position: absolute;

  z-index: -1;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.prodet-3 .ui.container ul li .item .textbox {
  padding: 0 20px;
}

.prodet-3 .ui.container ul li .item .textbox h5 {
  color: #222;

  text-align: left;

  line-height: 2;

  margin-bottom: 30px;
}

.prodet-3 .ui.container ul li .item .textbox a.more2 {
  font-size: 18px;

  padding: 10px 25px;

  border-radius: 23px;

  color: var(--base-color);

  border: 1px solid var(--base-color);

  height: auto;

  opacity: 0;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.prodet-3 .ui.container ul li .item .textbox a.more2:hover {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  color: #fff;

  background: var(--base-color);
}

.prodet-3 .ui.container ul li .item:hover:after {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  height: 14px;
}

.prodet-3 .ui.container ul li .item:hover:before {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  top: 0;
}

.prodet-3 .ui.container ul li .item:hover .textbox a.more2 {
  opacity: 1;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.chongya-page {
  padding: 100px 0;

  background: #f0f1f2;
}

.chongya-page ul.chongyalist li {
  margin-top: 150px;

  position: relative;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: flex-start;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.chongya-page ul.chongyalist li:hover .left .img-box:before {
  height: 14px;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.chongya-page ul.chongyalist li h2 {
  position: absolute;

  top: 50%;

  right: -webkit-calc(100% + 32px);

  right: -moz-calc(100% + 32px);

  right: calc(100% + 32px);

  text-align: right;

  padding-bottom: 10px;

  border-bottom: 1px solid #ccc;

  width: 313px;

  font-size: 17px;

  color: #ccc;
}

.chongya-page ul.chongyalist li .left {
  padding-right: 55px;
}

.chongya-page ul.chongyalist li .left .img-box {
  background: #fff;

  position: relative;
}

.chongya-page ul.chongyalist li .left .img-box:before {
  content: "";

  height: 7px;

  background: var(--base-color);

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  z-index: 2;

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;
}

.chongya-page ul.chongyalist li .right h3 {
  font-weight: 500;

  line-height: 2;
}

.chongya-page ul.chongyalist li .right .content {
  margin: 25px 0;
}

@media screen and (max-width: 1600px) {
  .chongya-page ul.chongyalist li h2 {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .chongya-page ul.chongyalist li .left {
    width: 100%;

    padding-right: 0;
  }

  .chongya-page ul.chongyalist li .right {
    width: 100%;

    margin-top: 20px;
  }

  .font-21 {
    font-size: 14px;
  }
}

.download-page {
  background: #f0f1f2;
}

.download-page ul.downloadlist li .item {
  position: relative;

  padding-bottom: 31px;
}

.download-page ul.downloadlist li .item:hover a.download {
  bottom: 34px;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  background: #fff;
}

.download-page ul.downloadlist li .item a.download {
  width: 208px;

  height: 79px;

  background-color: #ffffff !important;

  position: absolute;

  bottom: 3px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  top: auto;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -moz-box-orient: vertical;

  -moz-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.download-page ul.downloadlist li .item a.download:hover {
  background: #fff;
}

.download-page ul.downloadlist li .item a.download span {
  width: 100%;

  display: block;

  text-align: center;
}

.download-page ul.downloadlist li .item a.download span:nth-child(1) {
  background: #fff;

  color: #000;

  margin-top: 5px;

  height: 48px;

  line-height: 2;
}

.download-page ul.downloadlist li .item a.download span:nth-child(2) {
  height: 31px;

  line-height: 2;

  background: var(--base-color);

  color: #fff;
}

.faq-page {
  background: #f0f1f2;

  padding: 100px 0;

  padding-bottom: 0;
}

.faq-page .ui.container .mainbox {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -moz-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin: 0 -20px;
}

.faq-page .ui.container .mainbox .faqbox {
  padding: 0 20px;

  margin-bottom: 100px;
}

.faq-page .ui.container .mainbox .faqbox h3 {
  margin-bottom: 25px;

  font-weight: bold;
}

.faq-page .ui.container .mainbox .faqbox ul.faqlist li {
  background-color: #ffffff;

  -webkit-box-shadow: 0px 4px 35px 0px rgba(34, 34, 34, 0.07);

  box-shadow: 0px 4px 35px 0px rgba(34, 34, 34, 0.07);

  margin-bottom: 20px;
}

.faq-page .ui.container .mainbox .faqbox ul.faqlist li .content {
  display: none;
}

.faq-page .ui.container .mainbox .faqbox ul.faqlist li.active h5 {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  color: #fff;

  background: var(--base-color);
}

.faq-page .ui.container .mainbox .faqbox ul.faqlist li.active h5 i {
  color: #fff;
}

.faq-page .ui.container .mainbox .faqbox ul.faqlist h5 {
  position: relative;

  padding: 10px 15px;

  padding-right: 30px;

  color: #222;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.faq-page .ui.container .mainbox .faqbox ul.faqlist h5 i {
  position: absolute;

  top: 50%;

  right: 20px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  font-size: 18px;

  color: var(--base-color);

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.faq-page .ui.container .mainbox .faqbox ul.faqlist .content {
  padding: 15px;

  background: #fff;

  color: #a5a5a5;

  line-height: 2;
}

.faq-page .ui.container .mainbox .faqbox.imgbox {
  position: relative;

  padding-bottom: 0;

  padding-right: 0;
}

.faq-page .ui.container .mainbox .faqbox.imgbox .textbox {
  position: absolute;

  width: 331px;

  height: 173px;

  right: 0;

  bottom: 0;

  padding: 30px;

  background: var(--base-color);
}

.faq-page .ui.container .mainbox .faqbox.imgbox .textbox h6 {
  color: #fff;

  margin-bottom: 25px;
}

.faq-page .ui.container .mainbox .faqbox.imgbox .textbox a.more i.yuan {
  border: 1px solid #fff;
}

.faq-page .ui.container .mainbox .faqbox.imgbox .textbox a.more em {
  color: #fff;
}

@media screen and (max-width: 700px) {
  .faq-page .ui.container .mainbox .faqbox {
    width: 100%;
  }

  .faq-page .ui.container .mainbox .faqbox img {
    width: 100%;
  }
}

.news-page {
  padding: 95px 0;
}

.news-page .ui.container ul.newslist li {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -moz-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  padding-bottom: 60px;

  margin-bottom: 60px;

  border-bottom: 1px solid #ccc;
}

.news-page .ui.container ul.newslist li .date {
  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -moz-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -moz-box-orient: vertical;

  -moz-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;

  font-weight: 700;

  color: var(--base-color);

  line-height: 2;

  text-align: center;
}

.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;

  text-align: center;

  font-size: 18px;

  color: #222;

  margin-top: 10px;
}

.news-page .ui.container ul.newslist li .text {
  max-width: 600px;

  padding: 0 15px;
}

.news-page .ui.container ul.newslist li .text h5 {
  font-weight: 500;

  margin-bottom: 20px;

  width: 600px;

  line-height: 2;
}

.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  color: var(--base-color);
}

.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;

  line-height: 2;
}

.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 4;

  -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;

  overflow: hidden;

  width: 30%;
}

@media screen and (max-width: 1200px) {
  .news-page .ui.container ul.newslist li .date {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .news-page .ui.container ul.newslist li .img-box {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;

    padding: 0 0px;

    width: 100%;
  }

  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }
}

.newdet-page {
  padding-top: 100px;
}

.newdet-page .ui.container .newst {
  padding: 20px 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.newdet-page .ui.container .newst span {
  color: #222222;

  font-weight: 500;
}

.newdet-page .ui.container .newst span em {
  color: #a5a5a5;

  font-weight: 400;

  margin-left: 10px;
}

.newdet-page .ui.container h1 {
  font-weight: 500;

  margin-bottom: 30px;
}

.newdet-page .ui.container .content {
  color: #a5a5a5;

  font-size: 18px;
}

.newdet-page .ui.container .bottom {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 50px 0;

  border-bottom: 1px solid #ccc;
}

.newdet-page .ui.container .bottom .sharebox {
  color: #222;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.newdet-page .ui.container .bottom .sharebox span {
  color: #222;

  font-size: 18px;

  font-weight: 500;

  margin-right: 10px;
}

.newdet-page .ui.container .bottom .sharebox ul {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;
}

.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;

  height: 50px;

  background-color: #ffffff;

  border: solid 1px #cccccc;

  border-radius: 100%;

  padding: 0;

  margin-right: 10px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;

  color: var(--base-color);
}

.newdet-page .ui.container .bottom .tabbox a.more.prev i img {
  -webkit-transform: rotateZ(180deg);

  -moz-transform: rotateZ(180deg);

  -ms-transform: rotate(180deg);

  transform: rotateZ(180deg);
}

@media screen and (max-width: 700px) {
  .newdet-page .ui.container .content {
    font-size: 14px;
  }

  .font-36 {
    font-size: 28px;
  }

  .newdet-page .ui.container .bottom {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }
}

.contact-page {
  background: #f0f1f2;
}

.contact-page .contact-1 {
  padding: 100px 0 60px;
}

.contact-page .contact-1 .left {
  margin-right: -15px;
}

.contact-page .contact-1 .left p {
  color: #a5a5a5;

  line-height: 2;

  margin-bottom: 30px;
}

.contact-page .contact-1 .left form ul {
  width: 100%;
}

.contact-page .contact-1 .left form ul li {
  margin-bottom: 15px;
}

.contact-page .contact-1 .left form ul li input[type="text"] {
  width: 100%;

  height: 66px;

  padding: 0 20px;

  line-height: 2;

  font-size: 18px;

  background: #fff;

  border: 1px solid #ccc;
}

.contact-page
  .contact-1
  .left
  form
  ul
  li
  input[type="text"]::-webkit-input-placeholder {
  color: #a5a5a5;
}

.contact-page .contact-1 .left form ul li input[type="text"]:-moz-placeholder {
  color: #a5a5a5;
}

.contact-page .contact-1 .left form ul li input[type="text"]::-moz-placeholder {
  color: #a5a5a5;
}

.contact-page
  .contact-1
  .left
  form
  ul
  li
  input[type="text"]:-ms-input-placeholder {
  color: #a5a5a5;
}

.contact-page .contact-1 .left form ul li input[type="text"]::placeholder {
  color: #a5a5a5;
}

.contact-page .contact-1 .left form ul li textarea {
  width: 100%;

  height: 165px;

  padding: 20px;

  background: #fff;

  border: 1px solid #ccc;

  font-size: 18px;
}

.contact-page .contact-1 .left form ul li textarea::-webkit-input-placeholder {
  color: #a5a5a5;
}

.contact-page .contact-1 .left form ul li textarea:-moz-placeholder {
  color: #a5a5a5;
}

.contact-page .contact-1 .left form ul li textarea::-moz-placeholder {
  color: #a5a5a5;
}

.contact-page .contact-1 .left form ul li textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

.contact-page .contact-1 .left form ul li textarea::placeholder {
  color: #a5a5a5;
}

.contact-page .contact-1 .left form ul li input[type="submit"] {
  width: 189px;

  height: 52px;

  background-color: #9f0006;

  border-radius: 26px;

  color: #fff;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  border: none;

  font-size: 18px;

  line-height: 2;
}

.contact-page .contact-1 .left form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  background: #000;
}

.contact-page .contact-1 .right {
  padding-left: 95px;
}

.contact-page .contact-2 {
  padding-bottom: 80px;
}

.contact-page .contact-2 .ui.container .main {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  border-top: 1px solid #ccc;

  padding-top: 70px;
}

.contact-page .contact-2 .ui.container .main .left {
  padding-right: 10%;
}

.contact-page .contact-2 .ui.container .main .left p {
  color: #a5a5a5;
}

.contact-page .contact-2 .ui.container .main .right ul.infolist {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.contact-page
  .contact-2
  .ui.container
  .main
  .right
  ul.infolist
  li:nth-child(1) {
  margin-bottom: 40px;
}

.contact-page
  .contact-2
  .ui.container
  .main
  .right
  ul.infolist
  li:nth-child(2) {
  margin-bottom: 40px;
}

.contact-page .contact-2 .ui.container .main .right ul.infolist h5 {
  width: 100%;

  text-align: left;

  color: #222;

  font-weight: 600;
}

.contact-page .contact-2 .ui.container .main .right ul.infolist p {
  color: #a5a5a5;

  max-width: 280px;
}

.contact-page .contact-2 .ui.container .main .right ul.sharelist {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -moz-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-top: 10px;
}

.contact-page .contact-2 .ui.container .main .right ul.sharelist li {
  width: 38px;

  height: 38px;

  margin-right: 5px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-bottom: 0 !important;

  border-radius: 100%;
}

.contact-page .contact-2 .ui.container .main .right ul.sharelist li a {
  color: #fff;

  font-size: 18px;
}

.contact-page
  .contact-2
  .ui.container
  .main
  .right
  ul.sharelist
  li:nth-child(1) {
  background: #39599f;
}

.contact-page
  .contact-2
  .ui.container
  .main
  .right
  ul.sharelist
  li:nth-child(2) {
  background: #45b0e3;
}

.contact-page
  .contact-2
  .ui.container
  .main
  .right
  ul.sharelist
  li:nth-child(3) {
  background: #00c6ff;
}

.contact-page
  .contact-2
  .ui.container
  .main
  .right
  ul.sharelist
  li:nth-child(4) {
  background: #333;
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .right {
    padding-left: 0px;

    width: 100%;
  }

  .contact-page .contact-1 .left {
    width: 100%;
  }

  .contact-page .contact-2 .ui.container .main .left {
    width: 100%;

    margin-bottom: 20px;
  }

  .contact-page .contact-2 .ui.container .main .right {
    width: 100%;
  }

  .contact-page .contact-2 .ui.container .main .right ul li {
    width: 100%;
  }

  .contact-page .contact-2 .ui.container .main .right ul.infolist p {
    max-width: none;
  }

  .m-page .wp-pagenavi a.next:before {
    display: none;
  }

  .m-page .wp-pagenavi a.prev:before {
    display: none;
  }

  .history-page .historybox ul.historylist li i {
    display: none;
  }

  .history-page .historybox ul.historylist:before {
    display: none;
  }

  .news-page .ui.container ul.newslist li .text h5 {
    width: auto;
  }
}

.m-page {
  /*padding: 75px 0;*/

  padding: 35px 0;
}

.m-page .wp-pagenavi {
  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  position: relative;
}

.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span {
  font-size: 24px;

  color: var(--base-color);

  opacity: 0.5;

  font-weight: 500;

  margin: 0 15px;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;
}

.m-page .wp-pagenavi a.current,
.m-page .wp-pagenavi span.current {
  opacity: 1;
}

.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover {
  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  transition: 0.3s all;

  opacity: 1;
}

.m-page .wp-pagenavi a.prev {
  width: 54px;

  height: 54px;

  display: block;

  position: relative;

  border-radius: 100%;

  border: 1px solid #ccc;

  background: url(../images/left-blue.png) center center no-repeat;

  position: absolute;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  color: transparent;
}

.m-page .wp-pagenavi a.prev:before {
  content: "Prev";

  color: var(--base-color);

  font-size: 24px;

  position: absolute;

  left: -webkit-calc(100% + 20px);

  left: -moz-calc(100% + 20px);

  left: calc(100% + 20px);

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.m-page .wp-pagenavi a.next {
  width: 54px;

  height: 54px;

  display: block;

  position: relative;

  border-radius: 100%;

  border: 1px solid #ccc;

  background: url(../images/right-blue.png) center center no-repeat;

  position: absolute;

  right: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  color: transparent;
}

.m-page .wp-pagenavi a.next:before {
  content: "Next";

  color: var(--base-color);

  font-size: 24px;

  position: absolute;

  right: -webkit-calc(100% + 20px);

  right: -moz-calc(100% + 20px);

  right: calc(100% + 20px);

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.6);

    -moz-transform: scale(1.6);

    -ms-transform: scale(1.6);

    transform: scale(1.6);

    opacity: 0.3;
  }

  to {
    -webkit-transform: scale(1.6);

    -moz-transform: scale(1.6);

    -ms-transform: scale(1.6);

    transform: scale(1.6);

    opacity: 0;
  }
}

@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.6);

    -moz-transform: scale(1.6);

    -ms-transform: scale(1.6);

    transform: scale(1.6);

    opacity: 0.3;
  }

  to {
    -webkit-transform: scale(1.6);

    -moz-transform: scale(1.6);

    -ms-transform: scale(1.6);

    transform: scale(1.6);

    opacity: 0;
  }
}

@keyframes ks {
  from {
    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.6);

    -moz-transform: scale(1.6);

    -ms-transform: scale(1.6);

    transform: scale(1.6);

    opacity: 0.3;
  }

  to {
    -webkit-transform: scale(1.6);

    -moz-transform: scale(1.6);

    -ms-transform: scale(1.6);

    transform: scale(1.6);

    opacity: 0;
  }
}

.play2 {
  display: inline-block;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.play2::before {
  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  border-radius: 100%;

  background: transparent;

  background: #fff;

  left: 0;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

  -webkit-animation: ks 2s linear infinite;

  -moz-animation: ks 2s linear infinite;

  animation: ks 2s linear infinite;

  z-index: -1;
}

.play2::after {
  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  border-radius: 100%;

  background: #fff;

  background: transparent;

  left: 0;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

  -webkit-animation: ks 2s linear infinite;

  -moz-animation: ks 2s linear infinite;

  animation: ks 2s linear infinite;

  z-index: -1;

  -webkit-animation-delay: 0.6s;

  -moz-animation-delay: 0.6s;

  animation-delay: 0.6s;
}

/* #pups_from {

    position: fixed;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    max-height: 80%;

    width: 500px;

    max-width: 90%;

    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    z-index: 22;

    background: white;

    padding: 30px;

    overflow: auto;

  }

  #pups_from h4 {

    font-size: 18px;

    color: #222;

    text-transform: capitalize;

    line-height: 2;

    font-weight: bold;

    position: absolute;

    left: 0;

    width: 100%;

    top: 0;

    padding: 15px 20px;

    background: #f5f5f5;

    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

  }

  #pups_from form {

    margin-top: 40px;

  }

  #pups_from i.close {

    width: 30px;

    height: 30px;

    position: absolute;

    top: 10px;

    right: 10px;

    background: #eee;

    cursor: pointer;

    cursor: hand;

    -webkit-transition: .5s;

    -moz-transition: .5s;

    transition: .5s;

  }

  #pups_from i.close:after,

  #pups_from i.close:before {

    content: "";

    -webkit-transition: .5s;

    -moz-transition: .5s;

    transition: .5s;

    width: 70%;

    height: 2px;

    margin-top: -1px;

    background: black;

    position: absolute;

    top: 50%;

    left: 15%;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

  }

  #pups_from i.close:after {

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);

  }

  #pups_from i.close:hover {

    background: var(--base-color);

  }

  #pups_from i.close:hover:after,

  #pups_from i.close:hover:before {

    background: white;

  }

  #pups_from form ul li {

    margin-bottom: 10px;

    position: relative;

  }

  #pups_from form ul li label {

    font-size: 14px;

    margin-bottom: 10px;

    display: block;

  }

  #pups_from form ul li label em {

    color: red;

    margin-right: 2px;

  }

  #pups_from form ul li input,

  #pups_from form ul li textarea {

    width: 100%;

    line-height: 2;

    padding: 6px 15px;

    border: 1px solid #eee;

    -webkit-transition: .5s;

    -moz-transition: .5s;

    transition: .5s;

    font-size: 16px;

  }

  #pups_from form ul li input:focus,

  #pups_from form ul li textarea:focus {

    border-color: var(--base-color);

  }

  #pups_from form ul li textarea {

    height: 80px;

  }

  #pups_from form ul li input[type="submit"] {

    width: auto;

    padding: 6px 40px;

    display: inline-block;

    background: var(--base-color);

    color: white;

    -webkit-transition: .5s;

    -moz-transition: .5s;

    transition: .5s;

  }

  #pups_from form ul li input[type="submit"]:hover {

    opacity: 0.7;

  }

  #pups_from form ul li:last-child {

    margin-bottom: 0;

  }

  #Pop_UpsBtn {

    width: 60px;

    height: 60px;

    line-height: 2;

    text-align: center;

    position: fixed;

    border-radius: 100%;

    background: var(--base-color);

    color: white;

    right: 2%;

    bottom: 5%;

    font-size: 24px;

    -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);

    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);

    cursor: pointer;

    cursor: hand;

    -webkit-transition: .5s;

    -moz-transition: .5s;

    transition: .5s;

  }

  .backtop {

    width: 60px;

    height: 60px;

    line-height: 2;

    text-align: center;

    position: fixed;

    border-radius: 100%;

    background: var(--base-color);

    color: #fff;

    right: 2%;

    bottom: 120px;

    font-size: 24px;

    -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);

    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);

    cursor: pointer;

    cursor: hand;

    -webkit-transition: .5s;

    -moz-transition: .5s;

    transition: .5s;

    z-index: 99;

  }

  .backtop:hover {

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    transition: 0.5s all;

    background: #000;

  } */

/* #Pop_UpsBtn {

    z-index: 99;

  }

  #Pop_UpsBtn:hover {

    background: #889aff;

  }

  #pups_from i.close:after,

  #pups_from i.close:before {

    content: '';

    -webkit-transition: .5s;

    -moz-transition: .5s;

    transition: .5s;

    width: 70%;

    height: 2px;

    margin-top: -1px;

    background: black;

    position: absolute;

    top: 50%;

    left: 15%;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

  }

  #pups_from i.close:after {

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);

  }

  #pups_from i.close:hover {

    background: var(--base-color);

  }

  #pups_from i.close:hover:after,

  #pups_from i.close:hover:before {

    background: white;

  }

  *::-webkit-scrollbar-thumb {

    background-color: var(--base-color) !important;

  } */

img[src=""],
img:not([src]) {
  opacity: 0;
}

.rxyejiao {
  font-size: 16px;

  line-height: 2;
}

p.fl.footfl {
  width: 837px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

.font-18.wow.fadeInDown {
  font-weight: 500;

  color: var(--base-color);

  margin-top: 10px;
}

.font-18.wow.fadeInDown h1 {
  display: inline;
}

p.fl.footfl {
  width: 100%;
}
