
@font-face {
  font-family: '820-CAI978';
  src: url('../fonts/820-CAI978.eot');
  src: url('../fonts/820-CAI978.eot?#iefix') format('embedded-opentype'),
      url('../fonts/820-CAI978.woff') format('woff'),
      url('../fonts/820-CAI978.ttf') format('truetype'),
      url('../fonts/820-CAI978.svg#820-CAI978') format('svg')local('820-CAI978'),local('820-CAI978');
  font-weight: normal;
  font-display:swap;
  font-style: normal;
}
@font-face{font-family:'gubi';src:url(../fonts/gubi2.woff2) format("woff2");font-display:swap;font-style:normal}
@font-face{font-family:'gubi';src:url(../fonts/gubi.woff2) format("woff2");font-display:swap;font-style:italic}
@font-face{
  font-family:'shiyuan';
  src:url('../fonts/shiyuan.ttf');
  src: url('../fonts/shiyuan.ttf') format('truetype');font-weight:normal;font-display:swap;font-style:normal}
body{font-family: '820-CAI978', 'gubi', 'shiyuan', Arial, Helvetica;}
ol,li,ul{list-style:none;margin:0;padding: 0;}
.css3,a{-webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s;}

a {color: #333;text-decoration: none;outline: none; }
a:hover {color: rgb(255, 68, 0);text-decoration: none; }
i{display: inline-block; vertical-align: middle; font-style: normal;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix {*zoom: 1;}
.pc {display: block;}
.mobile {display: none;}

/*位置控制*/
.vertical-align {font-size: 0}
.vertical-align:before {display: inline-block;height: 100%;vertical-align: middle;content: ""}
.vertical-align-bottom,.vertical-align-middle {display: inline-block;max-width: 100%;font-size: 14px}
.vertical-align-middle {vertical-align: middle}
.vertical-align-bottom {vertical-align: bottom}


/* 头部文件 */
.rat-header-main {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  z-index: 800;
  transition: all 0.5s ease 0s;
}
.rat-header-main.open {
  top: -100px;
}
.rat-header-main.on,.rat-header-main.home,.rat-header-main.search {
  background-color: #fff;
  /* border-bottom: 1px solid #ccc; */
}
.rat-header-main.on .rat-header-top, .rat-header-main.home .rat-header-top, .rat-header-main.search .rat-header-top {background-color: #f0f0f0;}
.rat-header-main.search {
  top: 0px;
}

.rat-header-top {
    display: none;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  font-family: 'gubi';
  line-height: 20px;
  padding: 6px 0px;
  margin: 0px;
  overflow: hidden;
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.rat-header-topinfo {
  font-style: normal;
  font-family: 'gubi';
  font-weight: 400;
  font-size: 13px;
  /* letter-spacing: 1px; */
  margin: auto;
}
.rat-header-bottom {
  position: relative;
  padding: 10px 20px 15px;
  margin: 0px;
  background-color: #fff;
}
.btn-menu {display: none;}
.rat-header-logo {
  position: absolute;
  top: 12px;
  padding: 0px;
  margin: 0px;
  transform: translateX(-50%);
  z-index: 801;
}
.rat-header-logo img {height: 40px;}
.rat-header-nav {
  padding: 0;
  margin: 5px 0px 0px;
  overflow: hidden;
  float: left;
}
.rat-header-nav li {
  line-height: 30px;
  font-size: 13px;
  padding: 0px;
  margin: 0px 0px 0px 30px;
  font-family: 'gubi';
  overflow: hidden;
  float: left;
  text-align: left;
  position: relative;
}
.rat-header-nav li:first-child {margin: 0px;}
.rat-header-nav li::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: block;
  -webkit-transform: scaleX(0) translate3d(-50%, 0, 0);
  transform: scaleX(0) translate3d(-50%, 0, 0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
}
.rat-header-nav li:hover a {color: #000;}
.rat-header-nav li:hover::after {
  -webkit-transform: scaleX(1) translate3d(-50%, 0, 0);
    transform: scaleX(1) translate3d(-50%, 0, 0);
}
.rat-header-nav li:first-child::after {
  display: none;
}
.rat-header-nav li img { width: 30px;}
.rat-header-nav li p {
  padding: 0px;
  margin: 4px 0px 0px;
  font-family: 'gubi';
  overflow: hidden;
  color: #000;
}
.rat-header-search {
  width: 80px;
  padding: 0px;
  margin: 10px 0px 0px;
  overflow: hidden;
  float: right;
  font-family: 'gubi';
  font-size: 14px;
  line-height: 25px;
  text-align: right;
}
.rat-header-search a {color: #000;}
.rat-header-search a:hover {color: rgb(255, 68, 0);}
.rat-header-search img {width: 15px;}
.rat-header-search p {padding: 0px; margin: 0px; font-family: 'gubi'; display: inline-block;}
.rat-header-search a .s1 {display: inline-block;}
.rat-header-search a .s2 {display: none;}
.rat-header-search a:hover .s1 {display: none;}
.rat-header-search a:hover .s2 {display: inline-block;}
.rat-header-main .hd-so {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(240, 240, 240, 1);
  z-index: 990;
  padding-top: 20%;
  display: none;
}
.rat-header-main .hd-so .close {
  position: absolute;
  top: 20px;
  right: 2%;
  font-size: 16px;
  font-family: 'gubi';
}
.rat-header-main .hd-so .close img {width: 20px;}
.rat-header-main .hd-so .close p {padding: 0px; margin: 0px; font-family: 'gubi'; display: inline-block;}
.rat-header-main .hd-so .close b {display: none;}
.rat-header-main .hd-so .close:hover p {display: none;}
.rat-header-main .hd-so .close:hover b {display: inline-block;font-family:'shiyuan';font-weight: normal; font-size: 14px;}
.rat-header-main .so-body {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
}
.rat-header-main .so-body .submit {
  float: right;
  width: 80px;
  height: 28px;
  border: none;
  border-radius: 1px;
  background: #000;
  font-family: 'gubi';
  font-size: 16px;
  color: #fff;
  border: none;
  margin-left: 10px;
}
.rat-header-main .so-body .l-input {
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.rat-header-main .so-body .l-input i {
  width: 35px;
  height: 20px;
  line-height: 16px;
  overflow: hidden;
  text-align: center;
  color: #333;
  border-right: 1px solid #999;
  margin: 4px 0px;
}
.rat-header-main .so-body .l-input i img {width: 15px;}
.rat-header-main .so-body .l-input .input {
  display: block;
  width: calc(100% - 40px);
  height: 28px;
  border: none;
  font-family: 'gubi';
  font-size: 16px;
  border-radius: 0px;
  padding: 0 10px;
  background: rgba(240, 240, 240, 1);
  float: right;
}
.rat-header-main .so-body .l-input .input:focus-visible {border: 0px; outline: none;}
.rat-header-mobilenav {
position: fixed;
top: 92px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: #fff;
padding: 50px 0px 0px;
margin: 0px;
overflow: hidden;
z-index: 810;
border-top: 1px solid #ccc;
display: none;
}
.rat-header-mobilenavclose {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  color: #000;
  border: none;
  background: inherit;
}


.rat-index-banner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 100vh;
}
.rat-index-banner video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.rat-index-banner .rat-banner-txt {
  position: absolute;
  bottom: 15px;
  left: 20px;
  padding: 15px 25px;
  margin: 0px;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  font-family: '820-CAI978';
  font-weight: 300;
  line-height: 1.8;
}
.rat-index-banner .rat-banner-txt span {
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-index-banner .rat-banner-txt p {
  font-size: 48px;
  padding: 0px;
  line-height: 1;
  margin: 0px;
  overflow: hidden;
}
.rat-index-banner .mshow {display: none;}

.rat-index-prolistmain {
  padding: 60px 0px 80px;
  margin: 0px;
  overflow: hidden;
}
.rat-index-prolisttitle {
  font-size: 16px;
  font-family: 'gubi';
  line-height: 1.8;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 0px;
  overflow: hidden;
}
.rat-index-prolistinfo {
  padding: 0px;
  margin: 35px 0px 0px;
  overflow: hidden;
}
.rat-index-prolistinfo ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 0;
}
.rat-index-prolistinfo li {
  display: inline-block;
  padding: 0px;
  margin: 0px 5px;
}
.rat-index-prolistinfo li i {
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.rat-index-prolistinfo li p {
  font-size: 12px;
  font-family: 'gubi';
  color: #000;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.rat-index-mainproinfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-index-mainproone {padding: 0px; margin: 0px; overflow: hidden; position: relative;}
.rat-index-mainproimg {width: 50%; margin: 0px; padding: 0px; overflow: hidden; position: relative;}
.rat-index-mainproimg video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.rat-index-mainproimg video.close {display: none;}
.rat-index-mainproimg img {width: 100%;}
.rat-index-mainprotxt {width: 50%; height: 100%;position: absolute; color: #fff; padding: 20px;text-align: center;}
.rat-index-mainprotxt h3 {font-size: 28px;font-family: 'gubi';padding: 0px; margin: 0px 0px 20px; overflow: hidden;text-transform: uppercase;}
.rat-index-mainprotxt p {font-size: 16px;font-family: 'gubi';text-align: justify; max-width: 480px; padding: 0px; margin: 0px auto; overflow: hidden; }
.rat-index-mainproone:nth-child(odd) .rat-index-mainproimg{float: left;}
.rat-index-mainproone:nth-child(odd) .rat-index-mainprotxt{right: 0;}
.rat-index-mainproone:nth-child(even) .rat-index-mainproimg{float: right;}
.rat-index-mainproone:nth-child(even) .rat-index-mainprotxt{left: 0;}

.rat-index-promain {
  padding: 80px 0px 120px;
  margin: 0px;
  overflow: hidden;
}
.rat-bujian-title {
  font-family: 'gubi';
  line-height: 25px;
  color: #000;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.rat-bujian-title h3 {
  font-size: 32px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.rat-bujian-title p {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.rat-index-proone {
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.rat-index-proimg {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-index-proimg img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.rat-index-proimg:hover img {
  transform: scale(1.1, 1.1);
}
.rat-index-protxt {
  font-size: 16px;
  font-family: 'gubi';
  line-height: 2;
  padding: 5px;
  margin: 0px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.rat-index-promore {
  padding: 0px;
  margin: 30px 0px 0px;
  text-align: center;
  overflow: hidden;
}
.rat-index-promore a {
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'gubi';
  line-height: 30px;
  padding: 5px 30px;
  margin: 0px auto;
  overflow: hidden;
  display: inline-block;
}
.rat-index-promore a:hover {
  color: #f40;
  border: 1px solid #f40;
}


.rat-footer-main {
  padding: 0px;
  margin: 0px;
  background-color: #f5f5f7;
  position: relative;
}
.rat-footer-top {
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-footer-nav {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-footer-nav h3 {
  font-size: 14px;
  font-family: '820-CAI978';
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-footer-nav li {
  font-size: 12px;
  font-family: '820-CAI978';
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-footer-nav li i {
  background-image: url(../images/bottom-navdot.svg);
  background-repeat: no-repeat;
  background-size: auto 12px;
  width: 12px;
  height: 15px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-footer-nav li:hover a {color: #f40;}
.rat-footer-nav li:hover i {
  background-image: url(../images/bottom-navdot-h.svg);
}
.rat-footer-follow {
  padding: 0px;
  margin: 83px 0px 0px;
  text-align: left;
  float: right;
}
.rat-footer-follow span {
  font-size: 12px;
  font-family: 'gubi';
  line-height: 30px;
  padding: 0px;
  margin: 0px 0px 5px;
  overflow: hidden;
  display: block;
}
.rat-footer-follow li {
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
  padding: 0px;
  margin: 0px 0px 0px 7px;
  border: 1px solid #333;
  text-align: center;
  flex: auto;
  display: inline-block;
  position: relative;
}
.rat-footer-follow li:first-child {margin-left: 0px;}
.rat-footer-follow li img {
  width: 20px;
  margin: 0px;
}
.rat-footer-follow li .n1 {display: inline-block;}
.rat-footer-follow li .n2 {display: none;}
.rat-footer-follow li:hover {border-color: #f40;}
.rat-footer-follow li:hover .n1 {display: none;}
.rat-footer-follow li:hover .n2 {display: inline-block;}
.rat-footer-follow li .ewm-img {
  width: 100px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
  position: absolute;
  padding: 5px;
  left: 50%;
  top: -115px;
  transform: translateX(-50%);
  border-radius: 6px;
  display: none;
}
.rat-footer-follow li .ewm-img img {width: 100%;}
.rat-footer-follow li .ewm-img:after {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 5;
}
.rat-footer-follow li:hover .ewm-img {display: block;}
.rat-footer-bottom {
  border-top: 1px solid #999;
  padding: 5px 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-footer-copyright {
  font-size: 12px;
  font-family: 'gubi';
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  color: #333;
  text-align: left;
  overflow: hidden;
  float: left;
}
.rat-footer-copyright p {font-family: Arial, Helvetica, sans-serif; margin: 0px; display: inline-block;}
.rat-footer-language {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}
.rat-footer-language span {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  overflow: hidden;
}
.rat-footer-language a {
color: #333;
font-size: 12px;
font-family: 'gubi';
line-height: 30px;
}
.rat-footer-language a img {
  width: 15px;
}
.top-up {
  position: absolute;
  right: 30px;
  bottom: 320px;
  z-index: 10000;
}
.top-up img {
  width: 50px;
}
/*.top-up.show {display: block;}*/


/* 墙饰 */
.rat-ny-wallmain {
  background-color: #fbfbfd;
  padding: 230px 0px 100px;
  margin: 0px;
  overflow: hidden;
}
.rat-pro-oneinfo {
  padding: 0px;
  margin: 0px 10px;
  overflow: hidden;
  flex: 0 0 auto;
}
.rat-pro-oneimg {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-pro-oneimg img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.rat-pro-oneinfo:hover .rat-pro-oneimg img {
  transform: scale(1.1, 1.1);
}
.rat-pro-onetxt {
  padding: 0px;
  margin: 15px 0px 50px;
  font-family: 'gubi';
  color: #000;
  line-height: 1.8;
  overflow: hidden;
}
.rat-pro-onetxt h3 {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-overflow:ellipsis;
  color: #000;
  white-space: nowrap;
}
.rat-pro-oneinfo:hover .rat-pro-onetxt h3 {color: #333;}
.rat-bujian-pager {
  padding: 0px 0px 20px;
  margin: 0px;
  overflow: hidden;
  text-align: center;
}
.pager {font-size: 16px;font-family: 'gubi';}
.pager{display:inline-block;padding-left:0;margin:0px 0;list-style:none}
.pager>li{display:inline}
.pager>li>a,.pager>li>span{position:relative;float:left;padding:3px 6px;line-height:1.53846154;text-decoration:none;}
.pager>li:first-child>a,.pager>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pager>li:last-child>a,.pager>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pager>li>a:focus,.pager>li>a:hover,.pager>li>span:focus,.pager>li>span:hover{z-index:2;}
.pager>li.active>a,.pager>li>a:hover,.pager>li.active>span,.pager>li.active>span:hover{z-index:3;color:#000;cursor:default; position: relative;}
.pager>li.active>span::after,.pager>li>a:hover:after {content: ''; width: 8px; height: 2px; background-color: #333; padding: 0px; margin: 0px; overflow: hidden; display: block; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%);}

.rat-bujian-conlactus {
  padding: 0px;
  margin: 0px auto;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}
.rat-bujian-conlactusinfo {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0px;
  width: 100%;
  height: 50px;
  line-height: 30px;
  font-size: 20px;
  font-family: 'gubi';
  overflow: hidden;
  position: relative;
}
.rat-bujian-conlactusinfo a {color: #000;}
.rat-bujian-conlactusinfo i {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  overflow: hidden;
  background-image: url(../images/right-top.svg);
  background-repeat: no-repeat;
  background-size: 15px;
}
.rat-bujian-conlactus p {
  font-size: 12px;
  color: #999;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  font-family: 'gubi';
  overflow: hidden;
}

/* 墙饰列表 */
.rat-ny-walllistmain {
  background-color: #fafafa;
  padding: 200px 0px 50px;
  margin: 0px;
  overflow: hidden;
}
.rat-pro-cate-listtitle {
  font-size: 14px;
  line-height: 25px;
  font-family:'shiyuan';
  color: #000;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.rat-pro-cate-maininfo {
  padding: 0px;
  margin: 0px 0px 100px;
  overflow: hidden;
  position: relative;
}
.rat-pro-cate-mainimg {
  width: 60%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
  position: relative;
}
.rat-pro-cate-mainimg img {width: 100%;}
.rat-pro-cate-mainimg .swiper-button-next, .rat-pro-cate-mainimg .swiper-button-prev {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  transform: translateX(10px);
}
.rat-pro-cate-mainimg .swiper-button-next {transform: translateX(0px);}
.swiper-button-prev, .swiper-button-next {background-image: none;}
.rat-pro-cate-maintxt {
  width: 40%;
  padding: 0px 0px 0px  30px;
  margin: 0px;
  overflow: hidden;
  float: right;
  right: 0;
  position: absolute;
  height: 100%;
}
.rat-pro-infoname {
  font-family: '820-CAI978';
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-pro-infoname h1 {
  font-size: 48px;
  line-height: 60px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-pro-infoname span {
  font-size: 24px;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-pro-infodetails {
  padding: 0px;
  margin: 25px 0px;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  font-family: '820-CAI978';
  min-height: 75px;
  overflow: hidden;
      text-transform: capitalize;
}
.rat-pro-infoother {
    width: 94%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #ccc;
  padding: 5px 0px;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.rat-pro-infoother li {
  width: 50%;
  border-right: 1px solid #ccc;
  margin: 0px;
  padding: 0px 10px;
  font-size: 14px;
  font-family: 'shiyuan';
  line-height: 30px;
  overflow: hidden;
  float: left;
}
.rat-pro-infoother li:nth-child(even) {border-right: 0px;}
.rat-pro-infoother li:nth-child(1),.rat-pro-infoother li:nth-child(2) {border-bottom: 1px solid #ccc;}

.rat-pro-infobnt {
  width: calc(100% - 40px);
  background-color: #9F9B92;
  font-family: '820-CAI978';
  font-size: 28px;
  line-height: 40px;
  color: #000;
  text-align: center;
  margin: 0px 20px;
  padding: 10px 10px 0px;
  overflow: hidden;
  display: none;
}
.rat-pro-infobnt:hover {background-color: #a8a59c;}
.rat-pro-infobnt  a {color: #000;}

.rat-pro-cate-listinfo {
  padding: 0px;
  margin: 0px 0px 80px;
}
.rat-pro-cate-listinfo ul {
  padding: 0px;
  margin: 0px;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
  flex-wrap: wrap;
}
.rat-pro-cate-listinfo li {
  width: calc(20% - 6px);
  padding: 0px;
  margin: 0px 3px 6px;
  overflow: hidden;
  flex: 0 0 auto;
  position: relative;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.rat-pro-cate-listinfo li img {width: 100%;}
.rat-pro-cate-listinfo li:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.rat-pro-cate-onebg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px;
  margin: 0px;
  background-color: rgba(193, 193, 193, 0.8);
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.rat-pro-cate-listinfo li:hover .rat-pro-cate-onebg {opacity: 1; visibility: visible;}
.rat-pro-cate-onebg h3 {
  font-size: 52px;
  line-height: 45px;
  padding: 0px;
  margin: 0px;
  font-family: '820-CAI978';
  overflow: hidden;
}
.rat-pro-cate-onebg span {
  font-size: 20px;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  font-family: '820-CAI978';
  overflow: hidden;
}

.rat-brand-ban {
  padding: 0px;
  margin: 95px 0px 0px;
  overflow: hidden;
  position: relative;
}
.rat-brand-ban img {width: 100%;}
.rat-brand-bantxt {
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  padding: 0px;
  margin: 0px;
  text-align: center;
  overflow: hidden;
  transform: translateY(-50%);
}
.rat-brand-bantxt h1 {
  font-size: 32px;
  line-height: 1;
  font-family: 'gubi';
  padding: 0px;
  margin: 0px 0px 5px;
  overflow: hidden;
}
.rat-brand-bantxt p {
  font-size: 18px;
  line-height: 25px;
  font-family: 'gubi';
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-brand-main {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-brand-aboutbg {
  padding: 50px 0px 60px;
  margin: 0px auto;
  overflow: hidden;
}
.rat-ny-editor {
  font-size: 14px;
  line-height: 2;
  padding: 0px;
  margin: 0px;
  text-align: justify;
  overflow: hidden;
}
.rat-ny-editor p {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-ny-editor sup {
  font-family: Arial;
}
.rat-brand-abouttxt {
  font-size: 18px;
  line-height: 28px;
  font-family: 'shiyuan';
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.rat-brand-about-img {
  padding: 0px 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.rat-brand-about-img img {width: 100%;}
.rat-brand-honorbg {
  background-color: #fff;
  padding: 0px 0px 60px;
  margin: 0px auto;
  overflow: hidden;
}
.rat-brand-honorleft {
  width: 35%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: left;
}
.rat-brand-honorleft h3 {
  font-size: 32px;
  line-height: 1.3;
  font-family: 'shiyuan';
  margin: 0px 0px 15px;
  padding: 0px;
  overflow: hidden;
}
.rat-brand-honorleft a {
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 20px;
  padding: 3px 15px;
  margin: 0px;
  display: inline-block;
  overflow: hidden;
}
.rat-brand-honorleft a:hover {border-color: #f40;}
.rat-brand-honorleft a i {font-size: 12px;margin-left: 5px; width: 12px; height: 8px; background-image: url(../images/right-dot.svg); background-repeat: no-repeat; background-size: cover;}
.rat-brand-honorleft p {
  font-size: 13px;
  line-height: 20px;
  margin: 50px 0px 0px;
  padding: 0px;
  overflow: hidden;
}
.rat-brand-honorright {
  width: 50%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: right;
}

/* 联系我们 */
.rat-contact-main {
  margin: 0px;
  padding: 180px 0px 50px;
  overflow: hidden;
}
.rat-contact-title {
  padding: 0px;
  margin: 0px auto 10px;
  overflow: hidden;
  text-transform: uppercase;
}
.rat-contact-title h1 {
  font-size: 28px;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-contact-title p {
  font-size: 12px;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-contact-info {
  padding: 30px 0px 0px;
  margin: 0px auto;
  overflow: hidden;
}
.rat-contact-info ul {
  padding: 0px 0px 0px;
  margin: 0px -10px;
  overflow: hidden;
}
.rat-contact-info li {
  width: 50%;
  padding: 0px 10px 50px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.rat-contact-oneimg {
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.rat-contact-oneimg img {width: 100%;
}
/* .rat-contact-info li:nth-child(even) {float: right;}
.rat-contact-info li:nth-child(odd) {float: left;} */
.rat-contact-oneinfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-contact-oneinfoup {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.rat-contact-oneinfoup h2 {
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 5px;
  overflow: hidden;
}
.rat-contact-oneinfodown {
  width: 55%;
  font-size: 14px;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}
.rat-contact-oneinfodown h3 {
  font-size: 24px;
  line-height: 28px;
  padding: 0px;
  margin: 0px 0px 5px;
  overflow: hidden;
}
.rat-contact-oneinfodown h4 {
  font-size: 20px;
  line-height: 28px;
  padding: 0px 0px 10px;
  margin: 0px 0px 10px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.rat-contact-oneinfodown p {
  padding: 0px 20px 0px 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.rat-contact-oneinfodown p strong {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.rat-contact-oneinfodown p:nth-child(2) {padding: 0px;}
.rat-contact-oneinfodown p em {width: 15px; height: 15px; margin-right: 0px; background-size: 15px 15px; background-repeat: no-repeat;display: inline-block; vertical-align: middle; font-style: normal;}
.rat-contact-oneinfodown p em.phone {background-image: url(../images/contact-phone.svg);width: 15px; height: 20px; background-size: 15px 20px;}
.rat-contact-oneinfodown p em.email {background-image: url(../images/contact-email.svg);}
.rat-contact-oneinfodown p em.tel {background-image: url(../images/contact-tel.svg);}
.rat-contact-oneinfodown p em.website {background-image: url(../images/contact-website.svg);}

/* 案例 */
.rat-case-main {
  background-color: #fafafa;
  margin: 0px;
  padding: 180px 0px 80px;
  overflow: hidden;
}
.rat-case-title {
  padding: 0px;
  margin: 0px auto 30px;
  overflow: hidden;
  text-transform: uppercase;
}
.rat-case-title h1 {
  font-size: 28px;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-case-title p {
  font-size: 12px;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-case-title p i {
  width: 15px;
  height: 15px;
  background-image: url(../images/case-dot.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-top: -2px;
  padding: 0px;
  overflow: hidden;
}
.rat-case-listinfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-case-listinfo ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.rat-case-listinfo li {
  flex: 0 0 auto;
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
}
.rat-case-one {
  background-color: #fff;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.rat-case-oneimg {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-case-oneimg img {width: 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.rat-case-one:hover .rat-case-oneimg img {
  transform: scale(1.1, 1.1);
}
.rat-case-onename {
  padding: 25px;
  margin: 0px;
  overflow: hidden;
}
.rat-case-onenameen {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.rat-case-tiao {
  border-top: 1px solid #ccc;
  margin: 30px 0px 20px;
  padding: 0px;
  height: 5px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.rat-case-tiao::after {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #000;
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.rat-case-onenamecn {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.rat-case-one:hover .rat-case-onenameen,.rat-case-one:hover .rat-case-onenamecn {color: #333;}

.rat-case-detailsmain {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-case-detailsinfo {
  width: 240px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}
.rat-case-detailsinfo h1 {
  font-size: 14px;
  line-height: 1.2;
  padding: 0px;
  margin: 0px;
  color: #000;
  overflow: hidden;
}
.rat-case-detailsinfo h2 {
  font-size: 16px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
  color: #000;
  overflow: hidden;
}
.rat-case-detailsinfo hr {
  background-color: #999;
  width: 20px;
  height: 2px;
  padding: 0px;
  margin: 10px 0px 15px;
  overflow: hidden;
}
.rat-case-detailstxt {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-case-detailstxt p {margin: 0px;}
.rat-case-detailsinfo span {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
  color: #000;
  overflow: hidden;
}
.rat-case-detailsimg {
  width: calc(100% - 270px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
  font-size: 14px;
  line-height: 24px;
}
.rat-case-detailsimg img {max-width: 100%;}

@media (min-width: 992px) {
  .rat-header-logo {left: 65%;}
  .rat-pro-oneinfo {width: calc(33.3333% - 20px);}
  .rat-pro-onetxt h3 {font-size: 14px;}
  .rat-pro-onetxt span {font-size: 17px;}
}
@media (min-width: 1200px) {
  .rat-header-logo {left: 60%;}
  .rat-pro-oneinfo {width: calc(25% - 20px);}
  .rat-pro-onetxt h3 {font-size: 15px;}
  .rat-pro-onetxt span {font-size: 18px;}
}
@media (min-width: 1400px) {
  .rat-header-logo {left: 50%;}
  .rat-pro-oneinfo {width: calc(20% - 20px);}
  .rat-pro-onetxt h3 {font-size: 16px;}
  .rat-pro-onetxt span {font-size: 20px;}
}
@media (max-width: 991px) {
  .pc {display: none;}
  .mobile {display: block;}
  .rat-header-top {grid-template-columns:inherit;}
  .rat-header-logo {left: 50%;}
  .rat-header-logo img {height: 30px;}
  .rat-header-nav {display: none;}
  .rat-header-search p {display: none;}
  .btn-menu {position: absolute; top: 15px; left: 20px; display: block; color: #fff; overflow: hidden;}
  .rat-header-main.on .btn-menu,.rat-header-main.home .btn-menu {color: #000;}
  .rat-header-mobilenav{top: 80px;}
  .rat-header-main .hd-so{top: 80px; padding-top: 45%;}
  .rat-header-mobilenavinfo {padding: 0px 50px; margin: 0px; overflow: hidden;}
  .rat-header-mobilenavinfo li {font-size: 16px; line-height: 30px; padding: 0px; margin: 0px 0px 10px; overflow: hidden;}
  .rat-header-mobilenavinfo li p {padding: 0px;margin: 0px;font-family: 'gubi';overflow: hidden;color: #000;  }
  .rat-header-mobilenavinfo li b {padding: 0px;margin: 0px;font-family:'shiyuan';font-weight: normal;overflow: hidden;color: #000;display: none;  }
  .rat-header-mobilenavinfo li:hover p {display: none;}
  .rat-header-mobilenavinfo li:hover b {display: block;}
  .rat-header-bottom {padding: 10px 20px 15px;}

  .rat-index-banner {height: auto;}
  .rat-index-banner .rat-banner-txt {right: 20px;}
  .rat-index-banner .rat-banner-txt span {font-size: 16px;}
  .rat-index-banner .rat-banner-txt p {font-size: 48px;}
  .rat-index-banner video {display: none;}
  .rat-index-banner .mshow {display: block; width: 100%;}

  .rat-index-prolistmain {padding: 30px 0px 30px;}
  .rat-index-prolisttitle {font-size: 12px; margin-bottom: 20px;}
  .rat-index-prolistinfo {margin-top: 15px;display: none;}
  .rat-index-prolistinfo li {margin: 0px 4px;}
  .rat-index-prolistinfo li i {width: 40px; height: 40px; line-height: 40px; background-size: 15px;}
  .rat-index-prolistinfo li p {font-size: 12px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; display: none;}
  .rat-index-mainprotxt p {font-size: 12px; line-height: 1.3;}
  .rat-index-mainprotxt h3 {margin-bottom: 5px; font-size: 20px;}
  


  .rat-index-mainproone {position: inherit;}
  .rat-index-mainproimg {width: 100%;}
  .rat-index-mainproimg video {display: none;}
  .rat-index-mainproone:nth-child(odd) .rat-index-mainproimg,.rat-index-mainproone:nth-child(even) .rat-index-mainproimg {float: inherit;}
  .rat-index-mainprotxt {position: inherit; width: 100%;}

  .rat-index-promain {padding: 40px 0px 50px;}
  .rat-bujian-title {margin-bottom: 30px;}
  .rat-bujian-title h3 {font-size: 20px;}
  .rat-bujian-title p {font-size: 12px;}
  .rat-index-protxt {font-size: 15px;}
  .rat-index-promore {margin-top: 10px;}
  .rat-index-promore a {font-size: 14px; line-height: 25px; width: 100%; text-align: center;}
  .rat-pro-onetxt {margin-bottom: 30px;}

  .rat-footer-top {grid-template-columns: inherit; padding: 20px 0px;display: none;}
  .rat-footer-nav {margin-bottom: 20px; text-align: center;}
  .rat-footer-nav h3,.rat-footer-follow span {font-size: 17px; line-height: 30px;}
  .rat-footer-nav li {font-size: 13px; line-height: 28px;}
  .rat-footer-follow {text-align: center;}
  .rat-footer-follow li {flex: 0 0 auto;}
  .rat-footer-copyright {text-align: center; font-size: 12px;width: 100%;}
  .rat-footer-copyright span {display: none;}
  .rat-footer-language, .top-up {display: none;}

  
  .rat-pro-oneinfo {width: calc(50% - 20px);}
  .rat-pro-onetxt h3 {font-size: 14px;}
  .rat-pro-onetxt span {font-size: 16px;}
  .rat-pro-cate-listinfo li {width: calc(33.33333% - 6px);}

  .rat-ny-walllistmain,.rat-ny-wallmain {padding: 120px 10px 20px;min-height: 95vh;}
  .rat-pro-cate-listtitle {font-size: 12px;}
  .rat-pro-cate-maininfo {padding: 0px; margin: 0px 0px 30px; position: inherit;}
  .rat-pro-cate-mainimg {width: 100%; margin-bottom: 20px;}
  .rat-pro-cate-maintxt {width: 100%; position: inherit; padding: 0px;}
  .rat-pro-infoname h1 {font-size: 20px; line-height: 30px;}
  .rat-pro-infoname span {font-size: 18px; color: #666;}
  .rat-pro-infodetails {font-size: 12px; margin: 10px 0px;}
  .rat-pro-infobnt,.rat-pro-infoother {position: inherit; width: 100%; margin: 10px 0px 0px;padding-top: 5px; transform: none; left: inherit; line-height: 30px; font-size: 24px;}
  .rat-pro-cate-listinfo {margin-bottom: 30px;}

  .rat-contact-main,.rat-case-main {padding: 120px 10px 0px;}
  .rat-contact-title h1, .rat-case-title h1 {font-size: 20px;}
  .rat-brand-bantxt h1 {font-size: 20px; line-height: 25px; margin-bottom: 0px;}
  .rat-brand-bantxt p {font-size: 12px; line-height: 20px;}
  .rat-brand-aboutbg {padding: 30px 0px;}
  .rat-brand-honorbg, .rat-contact-info,  .rat-brand-main {padding: 0px 10px;}
  .rat-ny-editor {font-size: 13px; line-height: 1.6;}
  .rat-brand-abouttxt {font-size: 16px; line-height: 24px; margin-top: 15px;}
  .rat-brand-about-img {margin-top: 15px; padding: 0px;}
  .rat-brand-about-img img {width: 100%;}
  .rat-brand-honorleft,.rat-brand-honorright {width: 100%; float: inherit;}
  .rat-brand-honorleft h3 {font-size: 20px; line-height: 25px; margin-top: 0px; margin-bottom: 10px;}
  .rat-brand-honorleft a {display: none;}
  .rat-brand-honorleft p {margin-top: 20px; margin-bottom: 30px;}
  .rat-contact-title {margin-bottom: 20px;}
  .rat-contact-info li {width: 100%; max-width: inherit;}
  .rat-contact-oneinfoup, .rat-contact-oneinfodown {width: 100%; float: inherit;}
  .rat-contact-oneinfoup h2 {font-size: 20px;}
  .rat-contact-oneinfodown h3, .rat-contact-oneinfodown h5 {font-size: 18px;}
  .rat-contact-oneinfodown h4 {font-size: 16px;}
  
  .rat-case-main {padding-bottom: 30px;}
  .rat-case-title {margin-bottom: 20px;}
  .rat-case-listinfo ul {margin-left: -5px; margin-right: -5px;}
  .rat-case-listinfo li {width: 50%; padding-left: 5px; padding-bottom: 5px;}
  .rat-case-one {position: inherit; margin-bottom: 10px;}
  .rat-case-onename {padding: 10px;}
  .rat-case-onenameen, .rat-case-onenamecn {color: #000;font-size: 12px; line-height: 18px;}
  .rat-case-tiao {margin: 10px 0px 5px;}
  .rat-case-detailsimg {width: 100%; float: inherit;}
  .rat-case-detailsinfo {width: 100%; float: inherit; margin-bottom: 20px;}
  .rat-case-detailsinfo h1, .rat-case-detailsinfo h2, .rat-case-detailstxt, .rat-case-detailsinfo span {font-size: 13px; line-height: 1.8;}
  .rat-case-detailsinfo hr {margin: 5px 0px 10px;}
}
@media (max-width: 767px) {
  .rat-index-banner .rat-banner-txt span {font-size: 12px;}
  .rat-index-banner .rat-banner-txt p {font-size: 28px;}
  .rat-index-protxt {font-size: 12px;}
}