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: "14px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  color: #333;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.db {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.mobile_show {
  display: none !important;
}

.pc_block {
  display: block;
}

body {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}





.about__body .box_1 {
  padding: 0 12% 100px;
}

.about__body .box_1 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.about__body .box_2 {
  padding: 100px 0;
}

.about__body .box_2 .txt_con {
  text-align: center;
  padding-top: 20px;
}

.about__body .box_2 .txt_con h3 {
  color: #333;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 10px 0;
}

.about__body .box_2 .txt_con p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #3d3d3d;
  line-height: 1.8;
}

.about__body .box_2 .img_con {
  margin: 40px 0 60px;
  background: url(../image/img_2.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  height: 600px;
}

.about__body .box_2 .img_1 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.about__body .box_3 {
  padding: 100px 0;
}

.about__body .box_3 .sub_line {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 40px;
  text-align: center;
}

.contactus__body {
  padding-bottom: 100px;
}

.contactus__body .tit {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.contactus__body ul {
  margin-bottom: 50px;
}

.contactus__body ul li {
  display: flex;
  align-items: center;
}

.contactus__body ul li i {
  width: 75px;
  height: 75px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.contactus__body ul li i.ico_1 {
  background-image: url(../image/ico_1.png);
}

.contactus__body ul li i.ico_2 {
  background-image: url(../image/ico_2.png);
}

.contactus__body ul li i.ico_3 {
  background-image: url(../image/ico_3.png);
}

.contactus__body ul li .txt {
  width: calc(100% - 75px);
  padding-left: 15px;
}

.contactus__body ul li .txt h6 {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
}

.contactus__body ul li .txt p {
  font-size: 16px;
  font-size: 1.6rem;
}

.contactus__body ul li .txt p a {
  color: #333;
  transition: all .3s;
}

.contactus__body ul li .txt p a:hover {
  text-decoration: none;
  color: #fabe4a;
}

.contactus__body .map_con {
  background-color: #fff;
  align-items: stretch;
}

.contactus__body .map_con .txt_con, .contactus__body .map_con .img_con {
  width: 50%;
}

.contactus__body .map_con .img_con img {
  display: block;
  width: 100%;
}

.contactus__body .map_con .txt_con {
  padding: 4% 0 0 50px;
}

.contactus__body .map_con .txt_con p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.contactus__body .map_con .txt_con p span {
  display: inline-block;
  width: 120px;
}

.insp__body {
  padding-bottom: 100px;
}

.insp__body .sub_line {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 60px;
}

.insp_list {
  justify-content: flex-start;
  align-items: flex-start;
}

.insp_list li {
  width: calc(50% - 80px * 1 / 2);
  margin-right: 80px;
}

.insp_list li:nth-child(2n) {
  margin: 80px 0 0 0;
}

.insp_list li:hover .img_out img {
  transform: calc(1.1);
}

.insp_list li:hover .txt {
  background-color: #fabe4a;
}

.insp_list li:hover .txt p, .insp_list li:hover .txt h6 {
  color: #fff;
}

.insp_list li a {
  display: block;
  text-decoration: none;
}

.insp_list li .img_out {
  overflow: hidden;
}

.insp_list li .img_out img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.insp_list li .txt {
  background-color: #fff;
  padding: 20px 30px;
  transition: all .3s;
}

.insp_list li .txt p {
  font-size: 22px;
  font-size: 2.2rem;
}

.insp_list li .txt h6 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #777;
  padding-top: 10px;
}

.insp_details__body .out_page {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 70px;
}

.insp_details__body .details__content {
  padding-bottom: 140px;
  width: 70%;
  border-right: 1px solid #e8e8e8;
  padding-right: 60px;
}

.insp_details__body .details_tit {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  padding: 0 10% 0 0;
}

.insp_details__body .datetime_bar {
  color: #939393;
  margin-bottom: 50px;
}

.insp_details__body .datetime_bar span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
}

.insp_details__body .datetime_bar span em {
  padding-left: 40px;
}

.insp_details__body .datetime_bar .share em {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  padding-right: 10px;
}

.details_right {
  padding-left: 70px;
  width: 30%;
  position: sticky;
}

.details_right h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.details_right .yx_list li {
  width: 100%;
  margin-bottom: 30px;
}

.products_index__body {
  padding: 0 0 100px;
}

.tab_bar {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.tab_bar a {
  display: inline-block;
  border-radius: 2em;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 15px;
  border: 1px solid transparent;
  transition: all .3s;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.tab_bar a:hover, .tab_bar a.active {
  text-decoration: none;
  color: #fabe4a;
  border-color: #fabe4a;
}

.pro_list__con {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

.pro_list__con:last-child {
  border: 0;
  margin-bottom: 0;
}

.pro_list__con h3 {
  margin-bottom: 25px;
}

.pro_list__con h3 span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.pro_list__con ul.flex {
  justify-content: flex-start;
  align-items: stretch;
}

.pro_list__con ul.flex li {
  width: calc(33.3333% - 30px * 2 / 3);
  margin: 0 30px 30px 0;
}

.pro_list__con ul.flex li:nth-child(3n) {
  margin-right: 0;
}

.pro_list__con ul.flex li:hover .img_out img {
  transform: scale(1.1);
}

.pro_list__con ul.flex li:hover p {
  color: #fabe4a;
}

.pro_list__con ul.flex li a {
  display: block;
  text-decoration: none;
}

.pro_list__con ul.flex li .img_out {
  overflow: hidden;
  position: relative;
  z-index:1;
}

.pro_list__con ul.flex li:hover .img_out .mask{
  opacity: 1;
  visibility: visible;
}

.pro_list__con ul.flex li .img_out .mask{
  background-color:rgba(0,0,0,.7);
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  padding:10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.pro_list__con ul.flex li .img_out .mask p{
  color:#fff;
  font-size:16px;
  line-height:1.6;
  text-align: center;
}

.pro_list__con ul.flex li .img_out img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.pro_list__con ul.flex li p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
  margin-top: 15px;
  transition: all .3s;
}

.products_list__body {
  padding: 0 0 50px;
}

.tab_scroll__con {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.tab_scroll__con.s_1{
  display: flex !important;
}
.tab_scroll__con.s_1 .logo__con{
  width: 33%;
}

.tab_scroll__con .goto_btn {
  color: #dbdbdb;
  position: absolute;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 100;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.tab_scroll__con .goto_btn:hover {
  text-decoration: none;
  color: #fabe4a;
}

.tab_scroll__con .goto_prev {
  left: -30px;
}

.tab_scroll__con .goto_next {
  right: -30px;
}

.tab_scroll__con .logo__con {
  background-color: #fff;
  border: 5px solid #fff;
  transition: all .3s;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.tab_scroll__con .logo__con:hover , .tab_scroll__con .logo__con.active {
  border-color: #fabe4a;
  background-color: #fabe4a;
}

.tab_scroll__con .logo__con:hover p , .tab_scroll__con .logo__con.active p {
  color: #fff;
  font-weight: 700;
}

.tab_scroll__con .logo__con:hover b , .tab_scroll__con .logo__con.active b{
  opacity: 1;
}

.tab_scroll__con .logo__con a {
  display: block;
  text-decoration: none;
}

.tab_scroll__con .logo__con .img_out {
  background-color: #fff;
  padding: 20px 0;
  height:35px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tab_scroll__con .logo__con .img_out img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 35px;
}

.tab_scroll__con .logo__con p {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  padding-top: 10px;
}

.tab_scroll__con .logo__con b {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: solid dashed dashed dashed;
  border-color: #fabe4a transparent transparent transparent;
  border-bottom: none;
  transition: all .3s;
  opacity: 0;
}

.case_list {
  align-items: stretch;
  justify-content: flex-start;
}

.case_list li {
  width: calc(25% - 25px * 3 / 4);
  margin: 0 25px 25px 0;
}

.case_list li:nth-child(4n) {
  margin-right: 0;
}

.case_list li .scroll_img_out .img_out {
  overflow: hidden;
  position:relative;
}

.case_list li .scroll_img_out:hover .img_out .mask{
  opacity: 1;
  visibility: visible;
}

.case_list li .scroll_img_out .img_out .mask{
  background-color:rgba(0,0,0,.7);
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  padding:10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.case_list li .scroll_img_out .img_out .mask p{
  color:#fff;
  font-size:16px;
  line-height:1.6;
  text-align: center;
}

.case_list li .scroll_img_out .img_out:hover img {
  transform: scale(1.1);
}

.case_list li .scroll_img_out .img_out img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.case_list li p {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.case_list .swiper-pagination span {
  background-color: #c1c3c5;
}

.case_list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fabe4a;
}

.contactus__body .form_con {
  align-items: flex-start;
}

.contactus__body .form_con .txt {
  border: 1px solid #e6e6e6;
  background-color: #fcfdff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 6px;
  transition: all .3s;
  margin-bottom: 25px;
}

.contactus__body .form_con .txt.w_100 {
  width: 100%;
}

.contactus__body .form_con .txt:hover {
  box-shadow: 0 3px 10px 2px rgba(100, 100, 100, 0.1);
}

.contactus__body .form_con .txt::placeholder {
  color: #b7b7b7;
}

.contactus__body .form_con .left_con {
  width: 50%;
  padding-right: 2%;
  text-align: center;
}

.contactus__body .form_con .right_con {
  width: 50%;
  padding-left: 2%;
}

.contactus__body .form_con .line {
  width: 100%;
}

.contactus__body .form_con .line .txt {
  width: 46%;
}

.contactus__body .form_con .page_btn {
  border: 1px solid #dbdbdb;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 30px;
  transition: all .3s;
  font-weight: normal;
}

.contactus__body .form_con .page_btn:hover {
  text-decoration: none;
  background-color: #fabe4a;
  color: #fff;
}

.contactus__body .form_con textarea.txt {
  width: 100%;
  height: 160px;
}

.contactus__body .form_title{
  text-align: center;
  font-size:20px;
  margin-bottom:30px;
  margin-top:50px;
  font-size:2rem;
}