@charset "utf-8";

* {
   box-sizing: border-box;
}

html {
   -webkit-text-size-adjust: none;
   max-height: 100%;
   scroll-behavior: smooth;
}

html,
body {
   scroll-behavior: smooth;
}

body {
   transition: all 0.4s ease;
   background: url(../images/bg.jpg);
   color: #010114;
   font-size: 1rem
}

body,
button,
input,
select,
textarea {
   font-family: Arial, Microsoft JhengHei, SimSun, sans-serif;
}

body,
p,
h1,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
h4,
h5,
h6,
dl,
dd,
dt {
   margin: 0;
   padding: 0;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea {
   -webkit-appearance: none;
}

address,
cite,
dfn,
em,
var,
i {
   font-style: normal;
}

code,
kbd,
pre,
samp {
   font-family: courier new, courier, monospace;
}

small {
   font-size: .625rem;
}

ul,
ol {
   list-style: none;
}

a {
   text-decoration: none;
   color: #040404
}

a:hover {
   text-decoration: none;
   color: #96171c
}

sup {
   vertical-align: text-top;
}

sub {
   vertical-align: text-bottom;
}

abbr[title] {
   border-bottom: .0625rem dotted;
   cursor: footer-help;
}

legend {
   color: #000;
}

fieldset,
img {
   border: 0;
}

a img {
   vertical-align: text-bottom;
}

:focus {
   outline: 0;
}

textarea {
   overflow: auto;
   vertical-align: top;
   resize: vertical;
}

button,
input,
select,
textarea {
   font-size: 100%;
}

button,
input,
select {
   vertical-align: middle;
}

/* 更改输入框的 placeholder 文本颜色 */
input::placeholder,
textarea::placeholder {
   color: #bababa
      /* 或者你想要的任何颜色值 */
}

button {
   cursor: pointer;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

caption,
th {
   text-align: left;
}

.clear {
   clear: both;
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}

.text-red {
   color: #96171c
}

.text-white {
   color: #fff
}

.text-tyellow {
   color: #b08a68
}

.arial {
   font-family: Arial, Helvetica, sans-serif;
}

@font-face {
   font-family: "方正清刻本悦宋简体";
   src: url(../fonts/方正清刻本悦宋简体.TTF)
}

@font-face {
   font-family: "南宋书局体";
   src: url(../fonts/南宋书局体.ttf)
}

@font-face {
   font-family: "迷你简小隶书";
   src: url(../fonts/迷你简小隶书.ttf)
}

@font-face {
   font-family: "叶根友毛笔行书";
   src: url(../fonts/叶根友毛笔行书.ttf)
}

.font-qkbys {
   font-family: 方正清刻本悦宋简体
}

.font-nssjt {
   font-family: 南宋书局体
}

.font-xls {
   font-family: 迷你简小隶书
}

.font-ygy {
   font-family: 叶根友毛笔行书
}

/**************滚动条样式**********/

::-webkit-scrollbar {
   width: .625rem;
   height: .0625rem;
}

::-webkit-scrollbar-thumb {
   background: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-track {
   -webkit-box-shadow: 0 0 .3125rem rgba(0, 0, 0, 0.2);
   background: rgba(0, 0, 0, .1);
}

/**************框架公用样式**********/
.container-fluid {
   max-width: 89.375rem;
}

.photo img {
   -webkit-transition: 0.5s;
   transition: 0.5s;
}

.photo:hover img {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: 0.5s;
   transition: 0.5s;
}

.iconfont {
   font-size: inherit;
}



.guide {
   height: 100%;
   background: url(../images/default_bg.jpg) center no-repeat;
   background-size: cover;
   background-attachment: fixed;
   overflow: hidden;
}

.guide body {
   background: none
}

.guide .guide-box img {
   position: absolute;
   display: block
}

.guide .guide-box img:nth-child(1) {
   top: 3rem;
   left: 3rem
}

.guide .guide-box img:nth-child(2) {
   top: 3rem;
   right: 3rem
}

.guide .guide-box img:nth-child(3) {
   bottom: 3rem;
   left: 3rem
}

.guide .guide-box img:nth-child(4) {
   bottom: 3rem;
   right: 3rem
}

.guide-title {
   padding: 10vh 0 0 180px;
   font-size: 2.8125rem;
   color: #96171c
}

.guide .guide-list {
   width: 80%;
   height: calc(100vh - 12.5rem);
   margin: 1.875rem auto 0;
   text-align: center
}

.guide .guide-list li {
   position: relative;
   padding: 0 1.25rem;
   transition: .5s
}

.guide .guide-list li img {
   width: 100%
}

.guide .guide-list li span {
   text-align: center;
   width: 4.6875rem;
   height: 7rem;
   display: block;
   background: url(../images/enter.png) center no-repeat;
   background-position: 0 0;
   position: absolute;
   right: 0;
   bottom: 6.25rem;
   font-size: 2.1875rem;
   padding-top: .75rem;
   padding-right: .75rem;
   writing-mode: tb-rl;
   color: #fff;
   transition: .5s;
   font-family: 隶书
}

.guide .guide-list li:hover {
   margin-top: -50px;
}

.guide .guide-list li:hover span {
   background-position: 0 -7rem;
}

.guide .guide-list li h2 {
   font-size: 2rem;
   margin-top: 1.875rem;
}


/**************头部**********/
header {
   position: fixed;
   z-index: 99;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   background: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .08)
}

header>div {
   padding-left: 3.125rem;
   padding-right: 3.125rem;
}

header .logo {
   margin: .3125rem 0 0;
   width: 12.5rem;
   height: 54.4px;
   font-size: 2.5rem;
}

nav {
   margin-right: 4.375rem;
   padding-right: 1.875rem;
}

nav::after {
   content: '';
   height: 1.25rem;
   width: .0625rem;
   background: #333;
   display: block;
   position: absolute;
   right: 0;
   top: 2.1875rem
}

nav ul li {
   position: relative;
   font-family: 方正清刻本悦宋简体;
   font-size: 1.25rem;
   padding: 0 .9375rem
}

nav ul li a {
   display: block;
   height: 5.625rem;
   line-height: 5.625rem;
   text-align: center;
}

nav>ul>li:hover>a::before,
nav>ul>li>a.current::before {
   content: '';
   border: 1px solid #96171c;
   position: absolute;
   width: 92%;
   margin: 0 auto;
   left: 0;
   right: 0;
   height: 2.1875rem;
   top: 1.625rem
}

nav>ul>li>a.current {
   color: #78201f
}


nav ul li ul {
   display: none;
}

nav li li {
   width: 10rem;
   font-family: Microsoft JhengHei
}

nav ul li:hover ul {
   display: block;
   position: absolute;
   z-index: 99;
   left: -1.625rem
}

nav ul li:hover ul li {
   margin: 0;
}

nav ul li:hover ul li a {
   height: 2.1875rem;
   width: 100%;
   line-height: 2.1875rem;
   background: #fff;
   color: #333;
   opacity: 1;
   font-size: 1rem;
   position: relative;
   z-index: 2;
   border-bottom: 0
}

nav ul li ul li a em {
   width: 0;
   height: 2.1875rem;
   position: absolute;
   left: 0;
   top: 0;
   background: #b91520;
   color: #fff;
   z-index: -1;
   transition: .3s
}

nav ul li ul li a:hover em {
   display: block;
   width: 100%;

}

nav ul li ul li:hover a {
   color: #fff;
}

/**************手机导航**********/

.sp_nav,
.sjj_nav {
   display: none;
}

.sp_nav {
   width: 40px;
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
   color: #fff;
   z-index: 999
}

.sp_nav span {
   display: block;
   background: #b91520;
   width: 32px;
   height: .125rem;
   position: absolute;
   transition: all ease 0.35s
}

.sp_nav_se span {
   background: #fff;
}

.sp_nav span:nth-of-type(1) {
   top: 0rem
}

.sp_nav span:nth-of-type(2) {
   top: 10px
}

.sp_nav span:nth-of-type(3) {
   top: 20px
}

.sp_nav_se span:nth-of-type(1) {
   top: .625rem;
   transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
   width: 0
}

.sp_nav_se span:nth-of-type(3) {
   top: .625rem;
   transform: rotate(-45deg)
}

.sjj_nav {
   position: fixed;
   z-index: 9;
   background: #eee;
   width: 100%;
   height: calc(100% - 6.5rem);
   height: 100vh;
   line-height: 2.5rem;
   top: -100vh;
   left: 0;
   right: 0;
   overflow: auto;
   overflow-x: hidden;
   transition: top ease 0.35s;
   margin: 0 auto
}

.nav_show {
   top: 0;
   padding: 60px 30px;
   background: #333
}

.sjj_nav>ul>li:first-child {
   overflow: hidden;
   border-top: 0
}

.sjj_nav>ul>li:first-child>a {
   float: left;
   width: calc(100% - 4.375rem)
}

.sjj_nav ul li i {
   position: absolute;
   top: .3125rem;
   right: 0rem;
   height: 1.875rem;
   padding: 0rem .4375rem 0 .4375rem;
}

.sjj_nav ul li i svg {
   transform: rotate(-90deg);
   transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
   transform: rotate(0deg)
}

.sjj_nav ul li {
   position: relative;
   line-height: 3.125rem;
   border-bottom: .0625rem solid rgba(255, 255, 255, .2);
}

.sjj_nav ul li ul {
   display: none
}

.sjj_nav ul li a {
   color: #999;
   font-weight: bold;
}

.sjj_nav ul li li {
   margin-left: 1.25rem;
}

.sjj_nav ul li li:last-child {
   border-bottom: none;
}

.sjj_nav ul li ul li a {
   color: #999;
   display: block;
   text-align: left;
}

.sjj_nav ul li i svg {
   width: 1.25rem;
   height: 1.25rem;
   fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
   fill: #699af1
}

.sjj_nav ul li ul li>ul {
   margin-left: .625rem
}


.sb-search {
   position: absolute;
   width: 0%;
   right: 50px;
   min-width: 50px;
   background: none;
   height: 50px;
   line-height: inherit;
   overflow: hidden;
   -webkit-transition: width 0.3s;
   -moz-transition: width 0.3s;
   transition: width 0.3s;
}

.sb-search-input {
   position: absolute;
   top: 0;
   right: 0;
   border: none;
   outline: none;
   width: 20%;
   height: 50px;
   line-height: 50px;
   padding-left: 20px;
   margin: 0;
   z-index: 10;
   font-size: 16px;
   color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
   color: #fff;
}

.sb-search-input:-moz-placeholder {
   color: #fff;
}

.sb-search-input::-moz-placeholder {
   color: #fff;
}

.sb-search-input:-ms-input-placeholder {
   color: #fff;
}

.sb-icon-search,
.sb-search-submit {
   width: 50px;
   display: block;
   position: absolute;
   right: 0;
   top: 0;
   line-height: 50px;
   padding: 0;
   margin: 0;
   text-align: center;
   cursor: pointer;
}

.sb-search-open .sb-search-input {
   background: #78201f
}

.sb-search-submit {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   /* IE 8 */
   filter: alpha(opacity=0);
   /* IE 5-7 */
   opacity: 0;
   color: transparent;
   border: none;
   outline: none;
   z-index: -1;
}

.sb-icon-search {
   z-index: 90;
   font-size: 18px;
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   -webkit-font-smoothing: antialiased;
}



.sb-search.sb-search-open,
.no-js .sb-search {
   width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
   color: #fff;
   z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
   z-index: 90;
}


.swiper-button-next:after,
.swiper-button-prev:after {
   font-size: inherit;
   display: none
}

/**************banner**********/
.banner {
   margin-top: 90px;
}

.banner img {
   width: 100%;
}

.banner .swiper-pagination-bullet {
   background-color: #fff;
   width: 1.25rem;
   height: .5rem;
   border-radius: 1.25rem;
   opacity: .8;
}

.banner .swiper-pagination {
   bottom: 5rem
}

.banner .swiper-pagination-bullet-active {
   background-color: #b91520
}


.notice-roll-list {
   background: rgba(150, 23, 28, .8);
   margin-top: -4.0625rem;
   position: relative;
   z-index: 55;
}

.notice-roll-list .icon-gonggao1 {
   font-size: 1.625rem;
}

.notice-roll-list .swiper-container {
   height: 4.0625rem;
   width: calc(100% - 3.125rem);
   line-height: 4.0625rem;
   overflow: hidden;
}

.notice-roll-list a {
   color: #fff
}

.notice-roll-list .swiper-button-prev,
.notice-roll-list .swiper-button-next {
   background: none;
   width: 1.75rem;
   height: 1.75rem;
   line-height: 1.75rem;
   border-radius: 50%;
   border: 1px solid #fff;
   text-align: center;
   font-size: 4.16px;
   color: #fff;
   margin-top: -15px;

}

.notice-roll-list .swiper-button-prev {
   right: 35px;
   left: auto
}

.notice-roll-list .swiper-button-next {
   right: 0
}

.notice-roll-list .swiper-button-prev:hover,
.notice-roll-list .swiper-button-next:hover {
   background: #fff;
   color: #96171c
}

.project-name,
.project-name1 {
   font-size: 2.375rem
}

.project-name1 {
   writing-mode: tb-rl;
   order: 4
}

.more-link {
   width: 6.875rem;
   height: 2.5rem;
   background: url(../images/more1.png) center no-repeat;
   background-position: 0 0;
   color: #fff;
   font-size: 1.125rem;
   display: block;
   text-align: center;
   line-height: 2.5rem;
   transition: .5s
}

.more-link:hover {
   background: url(../images/more1.png) center no-repeat;
   background-position: 0 -2.5rem;
   color: #fff;
}

.more-link-black {
   background: url(../images/more2.png) center no-repeat;
   background-position: 0 0;
}

.more-link-black:hover {
   background: url(../images/more2.png) center no-repeat;
   background-position: 0 -2.5rem;
}

.about-us {
   padding-top: 3.75rem;
   padding-bottom: 3.75rem;
}

.about-us .about-img {
   max-width: 46%;
}

.about-us .about-us-content {
   width: 52%
}

.about-us section {
   line-height: 210%;
   font-size: 18px;
}

.tab-menu a {
   border: 1px solid rgba(102, 102, 102, .5);
   padding: 2.5rem 1.375rem 5rem;
   display: flex;
   flex-direction: column;
   align-items: center;
   position: relative;
   transition: .5s
}

.tab-menu a:hover {
   margin-top: -1.25rem;
}

.tab-menu a figure {
   writing-mode: tb-rl;
}

.tab-menu a span {
   font-family: Arial;
   text-transform: uppercase;
   font-size: .875rem;
   color: #888
}

.tab-menu a h2 {
   font-size: 30px;
}

.tab-menu a em {
   width: 5.9375rem;
   height: 5.9375rem;
   line-height: 5.9375rem;
   background: url(../images/icon1.png) center no-repeat;
   display: inline-block;
   text-align: center;
   font-size: 2.25rem;
   color: #fff;
   transition: .5s;
   position: absolute;
   bottom: -3.125rem
}

.tab-menu a:hover,
.new-tab .current {
   border: 1px solid #96171c;
   color: #96171c !important;
   cursor: pointer;
}

.tab-menu a:hover span,
.new-tab .current span {
   color: #96171c
}

.tab-menu a:hover em,
.new-tab .current em {
   background: url(../images/icon1_hover.png) center no-repeat;
}


.products-list {
   background: url(../images/bg2.jpg)
}

.products-list .products-list-menu {
   width: 11.6875rem
}

.products-list .products-list-menu a {
   background: url(../images/icon2.png) center no-repeat;
   width: 100%;
   height: 3.3125rem;
   margin-bottom: .625rem;
   display: flex;
   align-items: center;
   padding-top: 2px;
   justify-content: center;
   font-size: 3.125rem;
   font-family: 方正清刻本悦宋简体;
   color: #fff;
   transition: .5s;
   cursor: pointer
}

.products-list .products-list-menu a em {
   width: 100%;
   display: block;
   transform: scale(.4);
   width: 200%;
   word-break: keep-all;
   color: #fff;
}

.products-list .products-list-menu a:hover,
.products-list .products-list-menu a.current {
   background: url(../images/icon2_hover.png) center no-repeat;
}

.products-list .products-list-tab {
   width: calc(100% - 15.9375rem);

}

.products-list ul {
   gap: 2.8125rem
}

.products-list ul li {
   position: relative;
   width: 22%;
   text-align: center
}

.products-list ul li .pro-img {
   padding: 20px;
   display: block;
}

.products-list ul li h3 {
   font-size: 18px;
   margin-top: 16px;
   color: #fff;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden
}

.products-list ul li h3 a {
   color: #fff
}

.products-list ul li img {
   width: 100%;
   display: block;
   position: relative;
   z-index: 9;
}

.products-list ul li b {
   overflow: hidden;
   display: block
}

.products-list .pro-list-design {
   width: 100%;
   height: calc(100% - 2.5rem);
   position: absolute
}

.products-list .pro-list-design em {
   width: 6.875rem;
   height: 3.375rem;

   display: block;
   position: absolute
}

.products-list .pro-list-design em:nth-child(1) {
   background: url(../images/default_pattern.png) center no-repeat;
   background-size: 100%;
   left: 0;
}

.products-list .pro-list-design em:nth-child(2) {
   background: url(../images/default_pattern_rt.png) center no-repeat;
   background-size: 100%;
   top: 0;
   right: 0;
}

.products-list .pro-list-design em:nth-child(3) {
   background: url(../images/default_pattern_lb.png) center no-repeat;
   background-size: 100%;
   bottom: 0;
   left: 0;
}

.products-list .pro-list-design em:nth-child(4) {
   background: url(../images/default_pattern_rb.png) center no-repeat;
   background-size: 100%;
   bottom: 0;
   right: 0;
}


.news-center {
   background: url(../images/bg1.jpg) bottom no-repeat;
   background-size: cover;
   padding-top: 100px;
   padding-bottom: 80px;
}

.news-center .project-name {
   writing-mode: tb-rl;
   order: 4
}

.num-bowuguan .project-name {
   writing-mode: tb-rl;
}

.news-center .project-name .more-link,
.num-bowuguan .project-name .more-link {
   display: none
}

.new-tab a {
   margin-bottom: 60px;
   padding: 30px 22px 70px;
}

.new-tab a:hover {
   margin-top: 0;
}

.news-center .news-center-tab {
   width: calc(100% - 18.75rem)
}

.news-list-top em {
   display: block;
   width: 26%;
   align-self: flex-start;
   overflow: hidden
}

.news-list-top em img {
   width: 100%;
   display: block
}

.news-list-top section {
   width: 71%;
}

.news-list-top section h2 {
   font-size: 1.25rem;
   font-weight: bold
}

.news-list-top section p {
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   color: #666
}

.news-list-bottom {
   gap: 1.875rem
}

.news-list-bottom li {
   width: 31%;
}

.news-list-bottom li:last-child {
   display: none
}

.news-list-bottom li img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
}

.news-list-bottom li h3 {
   font-size: 1.25rem;
   font-weight: bold;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden
}

.news-list-bottom li p {
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   color: #666;
   font-size: .9375rem;
}

.news-list-bottom li em {
   display: block;
   overflow: hidden;
   width: 100%;
   height: 0px;
   padding-bottom: 70%;
   position: relative;
}



.education-list {
   background: url(../images/bg3.jpg);
   padding-top: 5rem;
   padding-bottom: 5rem;
}

.education-list ul {
   gap: 2.1875rem;
}

.education-list li {
   width: 31.5%;
   padding: 1.25rem;
   display: flex;
   justify-content: space-between;
   background: url(../images/biank.png) center no-repeat;
   background-size: 100% 100%
}

.education-list li figure {
   background: #fff;
   display: flex;
   width: 100%
}

.education-list li em {
   display: block;
   width: 45%;
   height: 0;
   overflow: hidden;
   position: relative;
   padding-bottom: 40%;
}

.education-list li img {
   width: 100%;
   height: 100%;
   display: block;
   position: absolute;
   object-fit: cover;
}

.education-list li h1 {
   font-size: 1.125rem;
   font-weight: bold
}

.education-list li p {
   color: #666;
   font-size: .875rem;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}

.education-list li section {
   width: 55%;
   padding: .9375rem;
}

.education-list li:hover figure {
   background: #b08a68;
}

.education-list li:hover figure section h1 a,
.education-list li:hover figure section p,
.education-list li:hover span {
   color: #fff
}

.education-list .swiper-button-prev-ed,
.education-list .swiper-button-next-ed {
   position: absolute;
   width: 3.125rem;
   height: 3.125rem;
   line-height: 3.125rem;
   border-radius: 50%;
   border: 1px solid #fff;
   text-align: center;
   font-size: 1.25rem;
   color: #fff;
   cursor: pointer;
   top: 0
}

.education-list .swiper-button-prev-ed {
   right: 5rem
}

.education-list .swiper-button-next-ed {
   right: .9375rem
}

.education-list .swiper-button-prev-ed:hover,
.education-list .swiper-button-next-ed:hover {
   background: #fff;
   color: #96171c
}

.num-bowuguan {
   gap: 2.5rem;
   padding-top: 3.75rem;
   padding-bottom: 1.25rem;
}

.num-bowuguan .swiper-slide {
   background: #fff;
}

.num-bowuguan .swiper-slide figure {
   padding: 3.125rem 3.125rem 3.125rem 3.75rem;
   width: 50%
}

.num-bowuguan .swiper-slide em {
   width: 50%;
   display: block;
   align-self: flex-start;
   position: relative;
   padding-bottom: 40%;
}

.num-bowuguan .swiper-slide img {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   object-fit: cover;
}

.num-bowuguan .swiper-slide span {
   display: block;
   height: 2px;
   background: #b08a68;
   width: 7.5rem;
   margin: 1.875rem 0;
}

.num-bowuguan .swiper-slide section {
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 7;
   line-height: 210%;
}


.num-bowuguan .swiper-button-prev,
.num-bowuguan .swiper-button-next {
   background: none;
   position: absolute;
   width: 2.25rem;
   height: 4.5rem;
   line-height: 4.5rem;
   background: #b08a68;
   text-align: center;
   font-size: 1.25rem;
   color: #fff;
   cursor: pointer;

}

.num-bowuguan .swiper-button-prev {
   left: 0
}

.num-bowuguan .swiper-button-next {
   right: 0;
   left: auto
}

.num-bowuguan .swiper-button-prev:hover,
.num-bowuguan .swiper-button-next:hover {
   background: #b91520
}


footer {
   background: url(../images/footer_bg.jpg) center no-repeat;
   background-size: cover;
   padding-top: 3.75rem;
   padding-bottom: 1.25rem;
}

footer .footer-message {
   width: 50%;
}

footer .footer-message input,
footer .footer-message textarea {
   width: 100%;
   background: none;
   padding: 0 1.25rem;
   color: #fff;
   border: 1px solid rgba(255, 255, 255, .2);
   margin-top: 1.25rem;
}

footer .footer-message input {
   height: 3.125rem
}

footer .footer-message textarea {
   height: 6.25rem;
   padding: 1.25rem;
}

footer .footer-message input:focus,
footer .footer-message textarea:focus {
   border: 1px solid #b08a68
}

footer .footer-message button {
   height: 3.75rem;
   width: 100%;
   border-radius: .3125rem;
   background: #b08a68;
   color: #fff;
   font-size: 1.5rem;
   border: 0
}

footer .contact-tel {
   font-size: 1.375rem;
}

footer .contact-list section {
   line-height: 2;
}

footer .contact-list section a {
   color: #fff
}

footer .footer-code p img {
   width: 7.5rem;
   display: block;
   margin-bottom: .625rem;
}


footer .footer_b {
   border-top: .0625rem solid rgba(255, 255, 255, .2);
   padding: 1.25rem 0 0;
   color: #fff;
   margin-top: 6.25rem;
}

footer .footer_b a,
footer .footer_b {
   color: #fff
}

footer .footer_b select {
   background: none;
   color: #fff;
   width: 9.375rem;
   height: 2.1875rem;
   padding: 0 .9375rem;
   border: .0625rem solid rgba(255, 255, 255, .2);
}

footer .footer_b select option {
   color: #333
}

.online {
   position: fixed;
   right: .625rem;
   top: 50%;
   transform: translateY(-50%);
   z-index: 6666;
}

.online li {
   margin: .3125rem 0;
   width: 2.1875rem;
   height: 2.1875rem;
   position: relative;
}

.onlineIco {
   float: right;
   display: block;
   text-align: center;
   width: 2.1875rem;
   height: 2.1875rem;
   border-radius: .3125rem;
   background: #b5b5b5;
   color: #FFFFFF;
   overflow: hidden;
   transition: all 0.3s ease-in 0s;
}

.onlineIco i {
   color: #fff;
   display: inline-block;
   width: 2.1875rem;
   height: 2.1875rem;
   line-height: 2.1875rem;
   font-size: 1.25rem;
   text-align: center;
   vertical-align: middle;
}

.onlineCon {
   font-weight: bold;
   color: #FFF;
   line-height: 2.1875rem;
   display: inline;
}

.onlineIco:hover {
   color: #FFF;
   background: #b08a68;
   width: 9rem;
}

.onlineIco:focus {
   color: #FFF;
}

.onlineIco:hover i {
   text-align: right;
   width: auto;
}

.onlineWx {
   position: absolute;
   right: 2.375rem;
   top: 2.5rem;
   width: 5.625rem;
   height: 5.625rem;
   border: .0625rem solid #666666;
   transform: scale(1, 0);
   transition: all 0.1s ease-in 0.1s;
}

.onlineWx img {
   max-width: 100%;
}

.online li:hover .onlineWx {
   transform: scale(1, 1);
}

.online li.online_top .onlineIco {
   background: #b08a68;
}

.online_top .onlineIco:hover {
   width: 2.1875rem
}

[class*=" fa-"],
[class^=fa-].online {
   position: relative;
   display: inline-block;
   font-family: FontAwesome;
   font-style: normal;
   font-weight: 400;
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   -o-transform: translate(0, 0);
   transform: translate(0, 0);
   text-rendering: auto;
   speak: none;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}



/***************内页开始*****************************/
.min-banner {
   height: 28.125rem;
   position: relative;
   z-index: 1
}


.location {
   padding: 3.125rem 0;
   background: url("../images/bg3.jpg") center no-repeat;
   color: #fff;
   font-size: 1.125rem;
}

.location a {
   color: #fff
}

.location span {
   margin-right: .625rem;
   margin-top: -0.3125rem;
   font-size: 1.25rem;
   vertical-align: middle;
   display: inline-block;
}

.n-menu-list a {
   padding: .625rem 1.875rem;
   background: rgba(255, 255, 255, .2);
   cursor: pointer;
   margin-left: 10px
}

.n-menu-list a:hover,
.n-menu-list a.current {
   background: #b08a68;
}


.n_about01 {
   padding-top: 3.75rem;
   padding-bottom: 3.75rem
}

.n_about01 .n-about-img {
   width: 46%;
   align-self: flex-start;
}

.n_about01 .n_about01_m {
   width: 50%;
}

.n_content {
   line-height: 200%;
}

.n_about02 {
   padding-top: 3.75rem;
   padding-bottom: 3.75rem;
   background: url(../images/bg2.jpg)
}

.n_about02 ul {
   gap: 35px
}

.n_about02 li {
   width: 23%;
   line-height: 2.5rem;
   background: #f5f5f5;
   text-align: center
}

.n_about02 li h1 {
   font-size: inherit;
   padding: 10px 0
}

.n_about02 li em {
   display: block;
   overflow: hidden;
}

.n_about02 li img {
   width: 100%;
   display: block;
}

.n_about02 li:hover {
   background: #b08a68;
   cursor: pointer;
}

.n_about02 li:hover h1 {
   color: #fff
}

.n-guanzhang {
   background: url(../images/bg3.jpg)
}

.n-guanzhang li {
   width: 18%;
}


.modelTost {
   display: none;
   background: rgba(0, 0, 0, .8);
   z-index: 9999;
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
}

.modelTostChile {
   width: 50%;
   background-color: #fff;
   position: absolute;
   top: 50%;
   left: 50%;
   right: 0;
   transform: translate(-50%, -50%);
}

.modelClose {
   position: absolute;
   top: -3.125rem;
   right: -3.125rem;
   cursor: pointer;
   color: #fff;
   font-size: 2.5rem;

}

.modelTostChile .swiper-slide img {
   width: 100%;
}


.modelTostChile .swiper-pagination-bullet {
   background-color: #fff;
   width: .9375rem;
   height: 6px;
   border-radius: 20px;
   opacity: .8;
}

.modelTostChile .swiper-pagination {
   bottom: .625rem
}

.modelTostChile .swiper-pagination-bullet-active {
   background-color: #b91520
}

.modelTostChile .swiper-button-prev,
.modelTostChile .swiper-button-next {
   background: none;
   position: absolute;
   width: 30px;
   height: 50px;
   line-height: 72px;
   background: #b08a68;
   text-align: center;
   font-size: 16px !important;
   color: #fff;
   cursor: pointer;

}

.modelTostChile .swiper-button-prev {
   left: 0
}

.modelTostChile .swiper-button-next {
   right: 0;
   left: auto
}

.modelTostChile .swiper-button-prev:hover,
.modelTostChile .swiper-button-next:hover {
   background: #b91520
}


.hisBg {
   padding: 4.6875rem 0 3.125rem;
   background-attachment: fixed;
   background-size: cover;
}

.hisTit {
   font-size: 2rem;
   line-height: 120%;
   padding-bottom: .9375rem;
   text-align: center;
}

.hisBox {
   background: url(../images/hisBoxBg.jpg) center center repeat-x;
   padding: 0 .9375rem
}

.history {
   position: relative;
}

.history .swiper-slide {
   height: 28.75rem;
}

.hisItem {
   padding: 0 1.25rem
}

.hisTextBg {
   height: 8.75rem;
   position: relative;
   line-height: 1.25rem;
}

.hisText {
   position: absolute;
   left: 0;
   bottom: 1.25rem;
   width: 100%;
}

.hisText p.text-center strong {
   font-size: 1.625rem;
}

.hisIco {
   height: 5.625rem;
   position: relative;
}

.hisIco:after,
.hisIco:before {
   display: block;
   content: "";
   position: absolute;
}

.hisIco:before {
   width: .8125rem;
   height: .8125rem;
   border: .125rem solid #ccc;
   border-radius: 50%;
   left: 50%;
   top: -0.125rem;
   margin-left: -0.5rem;
}

.hisIco:after {
   width: .0625rem;
   height: 4.8125rem;
   background: #ccc;
   left: 50%;
   top: .8125rem;
}

.hisYear {
   font-size: 1.375rem;
   font-weight: bold;
   line-height: 1.875rem;
   padding: 1.25rem 0;
   text-align: center;
}

.hisBg .swiper-container .swiper-slide {
   height: 100% !important;
}

.history .swiper-slide.odd {
   padding-top: 10rem;
}

.history .swiper-slide.odd .hisText {
   position: static;
   padding-top: 1.25rem;
}

.history .swiper-slide.odd .hisIco:before {
   top: auto;
   bottom: -0.25rem;
}

.history .swiper-slide.odd .hisIco:after {
   top: auto;
   bottom: .75rem;
}

.hisPrev,
.hisNext {
   display: block;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 1.6875rem;
   height: 3.25rem;
   cursor: pointer;
}

.hisPrev.swiper-button-disabled,
.hisNext.swiper-button-disabled {
   opacity: 0.5;
}

.hisPrev {
   left: -1.25rem;
   background: url(../images/hisPrev.png) left center no-repeat;
}

.hisNext {
   right: -1.25rem;
   background: url(../images/hisNext.png) right center no-repeat;
}

.n_content {
   line-height: 220%;
}

.localhost-list {
   border-bottom: 1px solid #ccc
}

.main-menu-list {
   width: 15rem
}

.main-menu-list .menu-list a {
   background: url(../images/n_menu.png) center no-repeat;
   height: 3.3125rem;
   width: 100%;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.125rem;
   font-weight: bold;
   color: #fff;
   margin-bottom: .75rem
}

.main-menu-list .menu-list a:hover,
.main-menu-list .menu-list a.current {
   background: url(../images/n_menu_hover.png) center no-repeat;
   background-size: 100%
}

.n-main {
   padding-top: 3.75rem;
   padding-bottom: 3.75rem;
}

.main-content {
   width: calc(100% - 18.75rem)
}

.main-content .localhost-list {
   padding-bottom: .625rem;
}

.main-content .localhost-list h2 {
   font-size: 1.25rem;
   font-weight: bold
}

.main-content .localhost-list h2 em {
   font-size: 1rem
}

.main-menu-list .project-name {
   line-height: 1.875rem;
}

.main-menu-list .project-name span {
   font-size: 1.125rem;
}

.main-menu-list .project-name img {
   height: 2.5rem
}

.main-content .products-list {
   background: none
}

.main-content .products-list ul {
   gap: 2.5rem
}

.main-content .products-list a {
   color: #010114
}

.news-menu-list a {
   border: 1px solid rgba(102, 102, 102, .5);
   padding: .9375rem 1.875rem;
}

.n-main .news-list-bottom {
   gap: 1.875rem
}

.n-main .news-list-bottom li {
   width: 23%;
   background: #fff
}

.n-main .news-list-bottom li:hover {
   background: #78201f;
   color: #fff
}

.n-main .news-list-bottom li:hover p,
.n-main .news-list-bottom li:hover h3 a {
   color: #fff
}

.n-main .news-list-bottom li section {
   padding: 1.25rem
}

.n-main .news-list-bottom li:last-child {
   display: block
}

.pro-show {
   gap: 2.1875rem
}

.pc-slide {
   width: 55%;
}

.view .arrow-left,
.view .arrow-right {
   background: none;
   position: absolute;
   top: calc(50% - 20px);
   width: 1.75rem;
   height: 2.5rem;
   line-height: 40px;
   background: rgb(176, 138, 104, .8);
   text-align: center;
   font-size: 18px;
   color: #fff;
   cursor: pointer;
   z-index: 5;

}

.view .arrow-left {
   left: 0;
}

.view .arrow-right {
   right: 0;
}

.view .swiper-slide img {
   width: 100%;
}



.preview {
   width: 100%;
   margin-top: 10px;
   position: relative;
}

.preview .swiper-container {
   width: calc(100% - 2.5rem);
   margin-left: 1.25rem;
}

.preview .swiper-slide {
   width: calc(16% - .0625rem);
   cursor: pointer;
}

.preview .arrow-left,
.preview .arrow-right {
   background: none;
   position: absolute;
   top: calc(50% - 20px);
   width: 15px;
   height: 40px;
   line-height: 40px;
   background: rgb(0, 0, 0, .8);
   text-align: center;
   font-size: 14px;
   color: #fff;
   cursor: pointer;
   z-index: 5;

}

.preview .arrow-left {
   left: 0;
}

.preview .arrow-right {
   right: 0;
}

.preview img {
   width: 100%;
}

.preview .active-nav {
   border: .0625rem solid #F00;
}

.pro-show .pro-list-text {
   width: 45%;
}

.pro-show .pro-list-text h2 {
   font-size: 1.25rem;
   font-weight: bold
}

.pro-show .pro-list-text section {
   padding: .9375rem 0;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   line-height: 2.5rem;
   margin: 15px 0
}

.pro-show .pro-list-text section p span {
   font-weight: bold;
   width: 4.375rem;
   margin-right: .9375rem;
   display: inline-block;
   text-align-last: justify;
}

.n-main .news-list-top {
   background: #fff;
   width: 49%;
   padding: 15px;
   margin-bottom: 25px
}

.n-main .news-list-top em {
   width: 40%;
   height: 0;
   padding-bottom: 30%;
   position: relative;
}

.n-main .news-list-top em img {
   position: absolute;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.n-main .news-list-top section {
   width: 56%
}

@media screen and (max-width:103.75rem) {
   .guide .guide-box img:nth-child(1) {
      top: 1.875rem;
      left: 1.875rem;
   }

   .guide .guide-box img:nth-child(2) {
      top: 1.875rem;
      right: 1.875rem;
   }

   .guide .guide-box img:nth-child(3) {
      bottom: 1.875rem;
      left: 1.875rem;
   }

   .guide .guide-box img:nth-child(4) {
      bottom: 1.875rem;
      right: 1.875rem;
   }

   .guide-title {
      padding: 3vh 0 5vh 12.5rem
   }
}

@media screen and (max-width:90rem) {
   .guide .guide-list li h2 {
      margin-top: .625rem;
      font-size: 1.5rem;
   }

   .guide .guide-list li span {
      width: 3.75rem;
      height: 5.625rem;
      background-size: 100%;
      padding-right: .625rem;
      font-size: 1.875rem;

   }

   .guide .guide-list li:hover span {
      background-position: 0 -5.625rem
   }

   .sb-search {
      right: .9375rem
   }

   nav {
      margin-right: 3.75rem;
      padding-right: 1.25rem;
   }

   header>div {
      padding-left: .9375rem !important;
      padding-right: .9375rem !important;
   }

   .news-center {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem;
   }

   .new-tab a {
      padding: 1.875rem 1.375rem 3.75rem;
   }

   .education-list {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem;
   }

   .education-list .swiper-button-prev-ed,
   .education-list .swiper-button-next-ed {
      width: 2.5rem;
      height: 2.5rem;
      line-height: 2.5rem;
      top: 0
   }

   .education-list .swiper-button-prev-ed {
      right: 4.375rem;
   }
}

@media screen and (max-width:80rem) {
   .products-list ul {
      gap: 2.1875rem;
   }

   .education-list ul {
      gap: 1.875rem;
   }

   .products-list .products-list-tab {
      width: calc(100% - 13.75rem);
   }

   .products-list ul li {
      width: 21%;
   }

   .products-list ul li .pro-img {
      padding: 15px;
   }



   .tab-menu a {
      padding: 2.5rem .75rem 5rem;
   }

   .tab-menu a h2 {
      font-size: 22px
   }

   .tab-menu a em,
   .new-tab .current em {
      width: 4.375rem;
      height: 4.375rem;
      line-height: 4.375rem;
      background-size: 100%;
      font-size: 1.875rem;
   }

   .tab-menu a:hover em {
      background-size: 100%
   }
}

@media screen and (max-width:64rem) {

   .sp_nav,
   .sjj_nav,
   .advantage-list .advantage-img-nr {
      display: block
   }

   .sp_nav {
      top: 1.5rem;
      right: 1.25rem
   }

   nav {
      display: none;
   }

   .sb-search {
      z-index: 6;
      right: 3.75rem;
   }

   header {
      padding-top: .9375rem;
      padding-bottom: .9375rem;
   }

   .sp_nav {
      right: 1.875rem;
   }

   .banner {
      margin-top: 4.25rem;
   }

   .basic-grey {
      width: 100% !important;
   }
}

@media screen and (max-width:47.9375rem) {
   .guide .guide-list li img {
      width: auto;
      height: 21vh
   }

   .guide .guide-list li h2 {
      font-size: 1.25rem
   }

   .guide {
      overflow: visible
   }

   .guide .guide-box img {
      position: fixed;
   }

   .guide .guide-box img:nth-child(1) {
      top: .9375rem;
      left: .9375rem;
   }

   .guide .guide-box img:nth-child(2) {
      top: .9375rem;
      right: .9375rem;
   }

   .guide .guide-box img:nth-child(3) {
      bottom: .9375rem;
      left: .9375rem;
   }

   .guide .guide-box img:nth-child(4) {
      bottom: .9375rem;
      right: .9375rem;
   }

   .guide-title {
      padding: 2.5rem 0;
      font-size: 1.5rem;
      text-align: center
   }

   .guide .guide-list {
      height: auto;
      padding-bottom: 5rem;
   }

   header h1 {
      font-size: 1.75rem;
   }

   .sp_nav {
      top: 1.25rem;
      right: .9375rem
   }

   .sb-search-input {
      width: auto
   }

   .sb-search {
      right: 2.8125rem
   }

   .banner,
   .min-banner {
      margin-top: 3.9688rem;
   }

   .notice-roll-list .swiper-container {
      height: 3.125rem;
      line-height: 3.125rem;
   }

   .notice-roll-list {
      margin-top: -3.125rem;
   }

   .notice-roll-list .swiper-slide a {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden
   }

   .notice-roll-list .swiper-button-prev,
   .notice-roll-list .swiper-button-next,
   .notice-roll-list .swiper-slide span,
   .about-us .about-img,
   .news-list-top .more-link {
      display: none
   }

   .about-us .about-us-content {
      width: 100%;
      max-width: 100%
   }

   .project-name h2,
   .project-name1 h2 {
      font-size: 1.625rem;
   }

   .project-name img,
   .project-name1 img {
      height: 2.5rem;
      margin-left: .625rem !important;
   }

   .more-link {
      font-size: 1rem;
      background-size: 100%;
      width: 5.625rem;
      height: 2.0625rem;
      line-height: 2.0625rem;
   }

   .tab-menu a {
      padding: 1.25rem .5rem 3.125rem;
   }

   .tab-menu a h2 {
      font-size: 1.25rem;
   }

   .about-us {
      padding-bottom: 5.625rem;
   }

   .tab-menu a em,
   .new-tab .current em {
      width: 3.75rem;
      height: 3.75rem;
      line-height: 3.75rem;
      bottom: -2.5rem;
   }

   .products-list .products-list-menu,
   .products-list .products-list-tab {
      width: 100%;
      justify-content: space-between
   }

   .products-list ul,
   .news-list-bottom,
   .n-main .news-list-bottom {
      gap: inherit;
      justify-content: space-between
   }

   .products-list .products-list-menu a,
   .products-list ul li,
   .new-tab a {
      width: 48%;
      background-size: 100%;
   }

   .products-list .tabcon {
      margin-top: 40px;
   }

   .products-list ul li h3 {
      margin-top: 10px;
   }

   .products-list ul li {
      margin-bottom: 1.875rem;
   }

   .products-list {
      padding-bottom: 0 !important;
   }

   .new-tab,
   .news-list-bottom {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between
   }

   .new-tab a {
      padding: 10px 0.5rem 1.875rem;
   }

   .new-tab a figure {
      writing-mode: inherit
   }

   .news-center .news-center-tab {
      width: 100%;
   }

   .news-list-top em,
   .news-list-top section,
   .news-list-bottom li,
   .n-main .news-list-bottom li {
      width: 48%
   }

   .news-list-bottom {
      margin-top: 1.25rem !important;
   }

   .news-list-bottom li {
      margin-bottom: .9375rem;
   }

   .news-list-bottom li:last-child,
   .news-center .project-name .more-link,
   .num-bowuguan .project-name .more-link {
      display: block
   }

   .project-name1 {
      writing-mode: inherit;
      font-size: 1.875rem;
      order: inherit
   }

   .news-center .project-name,
   .num-bowuguan .project-name {
      writing-mode: inherit;
      order: inherit
   }

   .news-center .project-name img,
   .num-bowuguan .project-name img {
      margin-top: 0 !important;
   }

   .education-list .swiper-button-prev-ed,
   .education-list .swiper-button-next-ed {
      width: 1.875rem;
      height: 1.875rem;
      line-height: 1.875rem;
   }

   .education-list .swiper-button-prev-ed,
   .education-list .swiper-button-next-ed {
      font-size: 1rem;
   }

   .education-list .swiper-button-prev-ed {
      right: 3.4375rem;
   }

   .education-list li {
      width: 100%;
   }

   .news-list-bottom li h3 {
      font-size: 1.125rem;
   }

   .new-tab {
      margin-top: 2.5rem;
   }

   .num-bowuguan .swiper-slide {
      flex-direction: column
   }

   .num-bowuguan .swiper-slide figure {
      width: 100%;
      padding: 1.875rem;
   }

   .num-bowuguan .swiper-slide figure h2 {
      font-size: 1.5rem;
      font-weight: bold;
   }

   .num-bowuguan .swiper-slide em,
   .num-bowuguan .swiper-container,
   footer .footer-message,
   footer .footer-code p img,
   .n_about01 .n-about-img {
      width: 100%;
   }

   .num-bowuguan .swiper-slide em {
      padding-bottom: 70%;
   }

   .num-bowuguan .swiper-button-prev,
   .num-bowuguan .swiper-button-next {
      width: 1.375rem;
      height: 2.8125rem;
      line-height: 2.8125rem;
   }

   .num-bowuguan .swiper-slide span {
      margin: .9375rem 0;
   }

   .num-bowuguan .swiper-slide figure .more-link {
      margin-top: 1.25rem !important;
   }

   footer .project-name {
      margin-bottom: 1.25rem !important;
   }

   footer .footer-message input {
      height: 2.5rem;
   }

   footer .footer-message button {
      height: 3.125rem
   }

   footer .footer-message input,
   footer .footer-message textarea {
      margin-top: .9375rem;
   }

   footer .footer-message button {
      font-size: 1.25rem;
   }

   .contact-list {
      text-align: center;
      margin-top: 3.75rem;
   }

   footer .footer-code p {
      width: 30%
   }

   footer .footer-code {
      justify-content: center
   }

   footer .footer_b {
      margin-top: 2.5rem;
   }


   footer .footer_b select {
      width: 60%;
      margin: 0.9375rem auto 0;
   }

   .banner .swiper-pagination {
      bottom: 3.125rem
   }

   .location {
      padding: 1.875rem 0;
   }

   .n-menu-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: .9375rem;
   }

   .n-menu-list a {
      width: 48%;
      text-align: center;
      margin-top: .625rem;
      padding: 8px .9375rem;
      margin-left: 0
   }

   .n_about01 {
      flex-direction: column-reverse
   }

   .n_about01 .project-name,
   .n_about02 .project-name {
      text-align: center;
      justify-content: center !important
   }

   .n_about01 .n_about01_m,
   .n-main .news-list-top {
      width: 100%;
   }

   .n_about01 .n-about-img {
      margin-top: 1.25rem
   }

   .n_about02 ul {
      gap: inherit;
      justify-content: space-between
   }


   .n_about02 li {
      width: 48%;
      margin-bottom: .9375rem;
   }

   .min-banner {
      height: 12.5rem
   }

   .n-main {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem;
   }


   .n-main .news-list-bottom li section {
      padding: .9375rem;
   }

   .news-list-bottom li h3 {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-size: 1rem;
   }

   .main-menu-list {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between
   }

   .main-menu-list .menu-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between
   }

   .main-menu-list .menu-list a {
      width: 48%;
      background-size: 100%;
      margin-bottom: 5px;
      height: 2.8125rem;
   }

   .main-content .localhost-list {
      display: none !important
   }

   .main-content .products-list ul {
      gap: inherit
   }

   .main-content,
   .pc-slide,
   .pro-show .pro-list-text {
      width: 100%
   }

   .products-list .pro-list-design {
      height: calc(100% - 2rem);
   }

   .preview .swiper-slide {
      width: calc(24% - 0.0625rem);
   }

   .modelTostChile {
      width: 96%
   }

   .modelClose {
      right: 0
   }

   .guide .guide-list li span {
      width: 2.5rem;
      height: 3.75rem;
      font-size: 1.25rem;
      right: 0;
      bottom: 2.5rem;
      padding-right: .5rem;
      padding-top: 3px;
   }


   .guide .guide-list {
      width: 100%;
      margin: 0;
      padding: 0;
      gap: 1.875rem
   }

   .guide .guide-list {
      justify-content: center !important
   }

   .guide-box-list {
      align-items: center;
      height: calc(100vh - 5.625rem)
   }

   .sb-icon-search {
      font-size: 1.5rem;
   }
}