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;
}

::-webkit-scrollbar {
  
  width: 6px;
  
  height: 1px;
}

::-webkit-scrollbar-thumb {
  
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}

::-webkit-scrollbar-track {
  
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #333;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
  background-color: #333;
}

input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  cursor: default;
  background-color: #efefef;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.fck__body h1, .fck__body h2, .fck__body h3, .fck__body h4, .fck__body h5, .fck__body h6 {
  margin: 10px 0;
  font-weight: 700;
}

.fck__body h1 {
  font-size: 1.5em;
}

.fck__body h2 {
  font-size: 1.4em;
}

.fck__body h3 {
  font-size: 1.3em;
}

.fck__body h4 {
  font-size: 1.2em;
}

.fck__body h5 {
  font-size: 1.1em;
}

.fck__body h6 {
  font-size: 1em;
}

.fck__body em {
  font-style: italic;
}





header {
  padding: 10px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9900;
}

header .flex {
  padding: 0 5%;
}

header .logo {
  display: block;
  height: 60px;
}

header .search_btn {
  cursor: pointer;
}

header .search__con {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px 5%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

header .search__con.show {
  opacity: 1;
  visibility: visible;
}

header .search__con a, header .search__con input {
  display: inline-block;
  vertical-align: middle;
}

header .search__con a {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all .3s;
}

header .search__con a:hover {
  text-decoration: none;
  color: #fabe4a;
}

header .search__con input {
  width: 80%;
  border: 0;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 20px;
}

header .search__con .close_btn {
  font-size: 20px;
  font-size: 2rem;
}

header .search__con .close_btn:hover {
  transform: rotate(180deg);
}

.nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_list li {
  margin-left: 50px;
}

.nav_list li:hover a, .nav_list li.active a {
  text-decoration: none;
  color: #fabe4a;
}

.nav_list li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #3d3d3d;
  white-space: nowrap;
  transition: all .3s;
  font-weight: 700;
}

.page_out {
  padding-top: 80px;
}

.page_title {
  margin-bottom: 30px;
}

.page_title h3, .page_title h6 {
  color: #fabe4a;
  text-align: center;
}

.page_title h3 i, .page_title h3 span {
  vertical-align: middle;
  display: inline-block;
}

.page_title h3 i {
  width: 40px;
  background-color: #fabe4a;
  height: 1px;
  font-size: 1px;
}

.page_title h3 span {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0 10px;
}

.page_title h6 {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 5px;
  text-transform: uppercase;
}

.page_sub_title {
  margin-bottom: 30px;
}

.page_sub_title h3, .page_sub_title p {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3d3d3d;
}

.page_sub_title h3 {
  margin-bottom: 10px;
}

.page_sub_title p {
  font-size: 22px;
  font-size: 2.2rem;
}

.page_btn {
  display: inline-block;
  border: 1px solid #9b9b9b;
  color: #858585;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 30px;
  font-weight: 700;
  transition: all .3s;
}

.page_btn:hover {
  color: #fff;
  background-color: #fabe4a;
  border-color: #fabe4a;
  text-decoration: none;
}

.logo_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.logo_list li {
  width: calc(100% / 6 - (20px *5 / 6));
  margin: 0 20px 10px 0;
  background-color: #fff;
  border: 1px solid #eaeaea;
  height: 68px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.logo_list li:nth-child(6n) {
  margin-right: 0;
}

.logo_list li:hover {
  transform: scale(0.95);
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
}

.logo_list li img {
  height: auto;
  max-height: 60px;
  max-width: 80%;
}

.design_list {
  margin-bottom: 60px;
  align-items: flex-start;
  justify-content: flex-start;
}

.design_list li {
  width: calc(33.33% - 35px * 2 / 3);
  margin-right: 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom:30px;
}

.design_list li:nth-child(3n) {
  margin-right: 0;
}

.design_list li:hover .mask {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.design_list li img {
  display: block;
  width: 100%;
}

.design_list li .txt {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 0 0 25px;
  z-index: 1;
}

.design_list li .txt h3, .design_list li .txt p {
  color: #fff;
}

.design_list li .txt h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.design_list li .txt p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.design_list li .mask {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 30px;
  overflow: auto;
  overflow-x: hidden;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  transform: translateY(100%);
}

.design_list li .mask p {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
}

.yx_list {
  justify-content: flex-start;
  align-items: stretch;
}

.yx_list li {
  width: 25%;
  overflow: hidden;
}

.yx_list li:hover img {
  transform: scale(1.1);
}

.yx_list li:hover .mask .txt {
  bottom: 30px;
}

.yx_list li a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.yx_list li img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.yx_list li .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../image/mask_bg.png) center bottom repeat-x;
}

.yx_list li .mask .txt {
  position: absolute;
  transition: all .3s;
  left: 0;
  bottom: 20px;
  padding: 0 25px;
}

.yx_list li .mask .txt p, .yx_list li .mask .txt h6 {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

.yx_list li .mask .txt p {
  font-size: 16px;
  font-size: 1.6rem;
}

.scroll__con {
  position: relative;
  z-index: 1;
}

.scroll__con .goto_btn {
  color: #dbdbdb;
  position: absolute;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 100;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.scroll__con .goto_btn:hover {
  text-decoration: none;
  color: #fabe4a;
}

.scroll__con .goto_prev {
  left: -40px;
}

.scroll__con .goto_next {
  right: -40px;
}

.pro_con:hover .img_out img {
  transform: scale(1.1);
}

.pro_con a {
  display: block;
  text-decoration: none;
}

.pro_con .img_out {
  overflow: hidden;
  position: relative;
}

.pro_con .img_out img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.pro_con:hover .img_out .mask{
  opacity: 1;
  visibility: visible;
}

.pro_con .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_con .img_out .mask p{
  color:#fff;
  font-size:16px;
  line-height:1.6;
  text-align: center;
}

.pro_con p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
}

.swiper-pagination span {
  background-color: #fff;
  box-shadow: 0 0 3px 2px rgba(100, 100, 100, 0.3);
}

footer {
  background-color: #fff;
  padding: 100px 0;
}

footer .footer_list {
  justify-content: flex-start;
  align-items: flex-start;
}

footer .footer_list li {
  width: 25%;
}

footer .footer_list li.s_2 {
  width: 15%;
}

footer .footer_list li.s_3 {
  width: 35%;
}

footer .footer_list li.s_4 {
  display: flex;
  justify-content: flex-end;
}

footer .footer_list li .qr_code__con {
  text-align: center;
}

footer .footer_list li .qr_code__con p {
  padding-top: 10px;
}

footer .footer_list li p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

footer .footer_list li p a {
  color: #333;
}

footer .footer_list li p a:hover {
  text-decoration: none;
  color: #fabe4a;
}

footer .copyright {
  align-items: flex-start;
  margin-top: 80px;
}

footer .copyright p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  width: 45%;
}

footer .copyright p:last-child {
  text-align: right;
}

footer .copyright p a {
  color: #333;
}

footer .copyright p a:hover {
  text-decoration: none;
  color: #fabe4a;
}

.mobile_menu_btn {
  color: #333;
  font-size: 20px;
}

.mobile_menu_btn:hover {
  text-decoration: none;
  color: #fabe4a;
}

.mobile_menu__body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9901;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: auto;
  overflow-x: hidden;
  padding: 80px 20px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  transform: translateY(-100%);
}

.mobile_menu__body.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile_menu__body .close_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #333;
  font-size: 30px;
  transition: all .3s;
}

.mobile_menu__body .close_btn:hover {
  text-decoration: none;
  transform: rotate(180deg);
  color: #fabe4a;
}

.mobile_menu__body .nav_list {
  display: block;
}

.mobile_menu__body .nav_list li {
  margin-left: 0;
  text-align: center;
  line-height: 2;
}

.mobile_menu__body .nav_list li a {
  font-size: 30px;
  font-weight: normal;
}

.inner_kv__body {
  position: relative;
  z-index: 1;
}

.inner_kv__body .kv {
  display: block;
  width: 100%;
}

.break_bar {
  text-align: right;
  padding: 20px 0 40px;
}

.break_bar a, .break_bar em {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  transition: all .3s;
}

.break_bar a:hover {
  text-decoration: none;
  color: #fabe4a;
}

.break_bar em {
  padding: 0 10px;
}

.bg_glay {
  background-color: #f9f9f9;
}

.fck__body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.fck__body p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.fck__body img {
  max-width: 100%;
}

.btn_line {
  text-align: center;
  padding-top: 50px;
}