@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+SC:400,500,700");
/**
  * Created by sunJia on 2025/07/07.
  * @Description: 通用板块样式
  */
.flex{ display: flex; display: -ms-flexbox; justify-content: space-between; -ms-justify-content: space-between; -ms-flex-pack: justify;}
.flexAlignCenter{ align-items: center;}
.flexJustifyCenter{ justify-content: center;}
.flexWrap{ flex-wrap: wrap;}
body{ margin: 0 auto; -webkit-tap-highlight-color: transparent;/* 移动端双击，取消选中背景 */}
.fwBlod{ font-weight: bold;}
.gp-position{position: relative;}
@font-face {
    font-family: 'NotoSerifSC';
    src: url('../fonts/SOURCEHANSERIFCN-BOLD.OTF') format('otf-embedded');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fmNotoSerif{
  font-family: 'NotoSerifSC', 'Noto Serif SC', 'NotoSerifSC';
}
@font-face {
    font-family: 'Bernard MT Condensed';
    src: url('../fonts/BernardMT-Condensed.eot');
    src: url('../fonts/BernardMT-Condensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BernardMT-Condensed.woff2') format('woff2'),
        url('../fonts/BernardMT-Condensed.woff') format('woff'),
        url('../fonts/BernardMT-Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fmBernard{ font-family: 'Bernard MT Condensed';}
.month{ white-space: nowrap;}


/* header */
.body_home header{position: absolute;top: 0;right: 50%;width: 91.25%;transform: translateX(50%); z-index: 50;}
.logo{ justify-content: flex-start; align-items: flex-end; flex-shrink: 0; padding-top: 62px;padding-top: 4.61vh;}
.logo a{ position: relative; display: block; font-size: 0;}
.logo img{ height: 48px;}
.logo02{ padding-left: 20px; margin-left: 17px; position: relative;}
.logo02::before{ content: '';display: block;width: 1px;height: 100%;background: rgba(255,255,255,0.5);
  position: absolute;left: 0;bottom: 0;z-index: 1;}
.logo02 img{ max-height: 41px;}

body{ height: 100%; overflow: hidden;}
.body_home{ position: relative; z-index: 2;}
.body_b{ position: fixed;left: 0;top: 100%;width: 100%;z-index: 3;transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;height: inherit;}
.body_b.showdiv{ top: 0;}
header.fixedHeader{ background: #fff url(../images/head-fiexd-bg.png) no-repeat right bottom;box-shadow: 0px 9px 10px 0px rgba(212, 205, 183, 0.05); padding: 23px 0;
  position: absolute;top: 0;left: 0;width: 100%;z-index: 10;opacity: 0;}
.open header.fixedHeader{ z-index: 222;}
.currents header.fixedHeader{ animation: fixedHeader 0.6s ease-in-out forwards 0.4s;z-index: 666;}
.fixedHeader .logo{ padding: 0;}
.fixedHeader .logo02::before{ background: #961f30;}
@keyframes fixedHeader {
  0%{ transform: translateY(-100%); opacity: 0;}
  100%{ transform: translateY(0%); opacity: 1;}
}

.gp-search{width:220px;overflow: hidden;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;transition: all 0.35s ease-in-out;border:0px solid #ccc;}
.gp-ser{width:100%; height:28px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:absolute; height: 28px;line-height:28px; border:none; background:none; top:0px;overflow: hidden; }
.gp-search input.notxt{color:rgba(72, 28, 28, 0.6); width:85%;left: 0;padding-left: 2%; outline: none; box-sizing: border-box;font-size: 16px;}
.gp-search input.notxt::placeholder{ color: rgba(72, 28, 28, 0.6);}
.gp-search .notxt1 {position: absolute;width: 15%;right:0;cursor:pointer;color:#666;}
.gp-serBtn2{position: relative;z-index: 801; height: 30px; width: 30px; background: url(../images/search_white.png) no-repeat center center;}
.fixedHeader .gp-serBtn2{ background: url(../images/search.png) no-repeat center center;}
.gp-search4{height: 0;border:none;width: 100%;overflow: hidden;position: fixed;top: 50%;z-index: 802;left: 0;}
.gp-search4 .gp-ser{max-width: 800px;}
.gp-search4 input,.gp-search4 button{height: 40px;line-height: 40px;}
.gp-search4 .gp-ser{height: 40px;border: 1px solid #ccc;margin-top: 20px;}
.gp-search4 .notxt1{background: #961f30 url(../images/search_white.png) no-repeat center center; color:#fff}
.gp-search4 .gp-ser{display: none;border:none;background: #fff;}
.gp-search4.active .gp-ser{display: block;}
.gp-search4.active{height: 80px;}
.searchActive .gp-overlay{top: 0;}
@media screen and (max-width:998px) {
  .gp-search4 .gp-ser{width: 80%;}
  .gp-search4 input,.gp-search4 button{box-sizing: border-box;}
  .gp-search4 input.notxt{width: 100%;padding-right: 90px;}
  .gp-search4 .notxt1{width: 85px;}
}
/* 移动端搜索 */
body.open{ overflow: hidden;}
.gp-m-search{ position: relative; display: block; width: 100%; margin: 0 auto; background: rgba(255,255,255,0.3);border-radius: 17px; margin-top: 20px;}
.gp-m-search.gp-search input{ position: relative; height: 34px;color: #fff; padding-left: 15px;}
.gp-m-search.gp-search input::placeholder{ color: rgba(255,255,255,0.6);}
.gp-m-search.gp-search button{ height: 34px;background: rgba(0,0,0,0.1) url(../images/search_white.png) no-repeat center center;background-size: 18px auto;}
.search .gp-search{ position: absolute; top: 100%;right: 0; width: 450px; z-index: 10; padding-top: 20px;
  opacity: 0; visibility: hidden; transition: all 0.3s; transform: translateY(50%);}
.search.show .gp-search{ opacity: 1; visibility: visible;transform: none;}
.search .gp-search form{height: 48px; border-radius: 28px; background: #961f30; position: relative;padding: 15px;}
.search .gp-search input.notxt{ width: 100%; height: 100%; box-sizing: border-box; color: rgba(255,255,255,0.8); font-size: 16px;
  padding-left: 20px; padding-right: 100px;}
.search .gp-search input.notxt::placeholder{ color: rgba(255,255,255,0.6); font-size: 16px;}
.search .gp-search .notxt1{ width: 75px; height: 34px;z-index: 2; right: 10px; top: calc(50% - 18px); border-radius: 18px;
  background: rgba(212, 205, 183, 0.8); font-size: 16px; color: rgba(255,255,255,1);}


.nav{ position: relative; }
.nav ul{ position: relative; justify-content: space-between;}
.nav li{ position: relative; margin-left: 60px;}
.nav li.home{ margin-left: 37px; padding-left: 37px;}
.nav li.home a{ color: #d4cdb7;}
.nav li.home::before{ content: '';display: block;width: 1px;height: 22px;background: #d4cdb7;
  position: absolute; left: 0;top: 50%;transform: translateY(-50%);z-index: 1;}
.nav li.search{ margin-left: 34px;}
.nav li:first-child{ margin-left: 0;}
.nav li > a{ display: block; line-height: 48px; padding: 0 0px; font-weight: normal; color: #481c1c;position: relative;}
.nav li > a::before{ content: ''; display: block; width: 0%; height: 3px;background: #005e5e;position: absolute;left: 50%;bottom: -1px;transform: translateX(-50%);transition: all 0.35s ease;}
.nav li.on > a, .nav li.active > a{ /* color: #d4cdb7; */ font-weight: bold;}
.nav li:hover > a::before,
.nav li > a.on::before,
.nav li > a.active::before{ width: 100%; display: none;}
.nav .subnav{ display: none !important; position: absolute; top: 100%; right: 50%;transform: translateX(50%); width: 100%; min-width: 150px;
  box-sizing: border-box;box-sizing: border-box;text-align: center; padding: 10px 0; z-index: 1;overflow: hidden;}
.nav .subnav::before{ content: '';display: block;width: 100%;height: 100%;background: #961f30;position: absolute;bottom: 0px;left: 0;z-index: -1;}
.nav dt{ width: 100%; margin-bottom: 15px;}
.nav dd{ width: auto; /* min-width: 160px; */ flex-shrink: 0; }
.nav dd a, .nav dt a{ display: block; line-height: 2; color: #fff; white-space: nowrap;}
.nav dd a:hover{ background: #7c3030;}
.nav dt a{ line-height: 1; position: relative;}
/* .nav dd a::before{ content: '';display: block;width: 5px;height: 5px;border-radius: 50%;background: #282828;position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 1;} */
.subnav .flex{ display: inline-flex; display: -ms-inline-flexbox; flex-direction: column; flex-wrap: wrap; align-content: flex-start;height: 96px; margin-left: -16px;}
/* .nav dd a:hover, .nav dt a:hover{ color: #0c3388;background: #fff;} */

/*手机端导航默认*/
.mobile_bg{width: 100%;height: 100%;z-index: 90;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.6);display: none;}
.gp-menu{ display: none; width: 100%;z-index: 98;height: 100%;position: relative;}
.gp-menu-header{/* position: absolute;top: 0;right: 0; */position: relative; z-index: 996;width: 100%;height: 0px;background: rgba(0,0,0,0);}
.gp-menu-link{float: left;line-height: 40px;height: 40px;padding-left: 15px;}
.gp-menu-link a{color:#fff;}
.gp-menu-header-icon{color: #fff; height: 30px;font-size:25px;text-align: center; float:right;width: 57px;position: relative;border-radius: 0%;background: transparent;
  -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s;cursor: pointer;}
.gp-menu-header-icon span{  position: absolute; left: calc((100% - 27px) / 2);  top: calc((100% + 10px) / 3);  width: 27px;  height: 3px;  background-color: #003670;}
.gp-menu-header-icon-out span{width: 27px;height: 3px;background-color:#961f30;background: #fff;display: block;border-radius: 4px;}
.gp-menu-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}       
.gp-menu-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.gp-menu-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
.gp-menu-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.gp-menu-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.gp-menu-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
@keyframes outfirst {
  0% {transform: translateY(0) rotate(-45deg);}
  100% {transform: translateY(-4px) rotate(0deg);}
}   
@keyframes outsecond {
  0% { transform: translateY(0) rotate(45deg);}
  100% {transform: translateY(4px) rotate(0deg);}
}
@keyframes outthird {
  0% {transform: translateY(0) rotate(90deg);}
  100% {transform: translateY(12px) rotate(0deg); }
}
.gp-menu-header-icon-click span{background-color:#fff ;top: calc((100% - 2px) / 2.1);}
.gp-menu-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}     
.gp-menu-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.gp-menu-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
  0% {transform: translateY(4px) rotate(0deg);}
  100% {transform: translateY(0) rotate(45deg);}
}   
@keyframes clicksecond {
  0% {transform: translateY(-4px) rotate(0deg);}
  100% {transform: translateY(0) rotate(-45deg);}
} 
@keyframes clickthird {
    0% {  opacity: 0}
  100% {opacity: 0}
}   
.gp-menu-nav{ width: 100%; max-height: 100vh; overflow-y: scroll;
  position: fixed;top: 0;right: 0px;padding: 40px;display: none;background:#990000;}

.gp-m-logo{ padding-left: 10px; height: 50px; border-bottom: none !important;margin-bottom: 10px;}
.gp-m-logo img{ height: 100%; max-width: unset; width: auto;}
/*导航*/
.gp-menu-nav a{}
.gp-menu-nav > ul { padding-bottom: 20px;}
.gp-menu-nav > ul li{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
.gp-menu-nav > ul > li{position: relative;border-bottom: 1px solid rgba(255,255,255,0.3);}
.gp-menu-nav > ul > li > a{display: inline-block;padding:14px 0 14px 25px;font-size: 16px; font-weight: bold;}
.gp-menu-nav > ul > li > ul {background: rgba(0,0,0,0);padding:0 25px}
.gp-menu-nav > ul > li > ul a{display: inline-block;padding:10px 0; font-size: 16px;}
.gp-menu-arrow {cursor: pointer;width: 30px;height: 50px;line-height: 50px;color:#fff;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;margin-right: 10px;transition: all 0.3s ease-in-out;}
/* .gp-menu-nav > ul > li.on .gp-menu-arrow{transform: rotate(90deg);} */
.gp-menu-nav li ul {display: none;}
/*导航内标签效果*/
.gp-menu-nav a{color:#fff;}
.open .gp-menu-link{display: none;}
.open .gp-menu-header{background: none; height: 0;}
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;-webkit-transform: none;transform: none;
  }
}
@keyframes returnToNormal {
  from {
    opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;-webkit-transform: none;transform: none;
  }
}

/* 悬浮侧栏 */
.fixdBox{ position: fixed; right: 10px; top: 50%; transform: translateY(-50%); z-index: 20; color: #fff; text-align: center;}
.fixdBox .close{ width: 30px; height: 70px; background: url(../images/side_close.png) no-repeat center/cover; position: absolute; bottom: 0; right: calc(100% - 15px); z-index: 1; cursor: pointer;}
.fixdCon{ width: 150px; background: url(../images/side_bg.png) no-repeat center top; padding: 112px 0 6px;}
.fixdCon li{ margin-bottom: 20px;}
.fixdCon li:last-child{ margin-bottom: 0px;}
.fixdCon a{ display: block; line-height: 20px; font-weight: bold; color: #fff;}
.fixdCon .top{ display: block; width: 100%; margin-top: 20px; max-height: 62px; text-align: center;}
.fixdCon .top img{ height: 100%;}

/* footer */
.flexJustifyStart{ justify-content: flex-start;}
footer{ position: relative; z-index: 5; background: #7c3030;color: #f4c0c0;max-width: 1920px;margin: 0 auto;}
footer::before{ content: '';display: block;width: 100%;height: 0;padding-bottom: 31.4%; background: url(../images/footer_bg.png) no-repeat right top/57.8% auto;
    position: absolute; top: -100px;right: 0;z-index: 0; pointer-events: none; -ms-pointer-events: none;}
footer::after{ content: ''; display: block; width: 99vw; height: 100%;background: #7c3030;
    position: absolute;right: 50%;bottom: 0; transform: translateX(50%);z-index: -1;}
.footer{ position: relative;z-index: 2;padding: 60px 0;}
.ft-logo{ padding: 0; margin-right: 330px;}
.ft-logo img{ max-height: 48px;}
.ft-logo .logo02 img{ max-height: 41px;}

.ft-links{border: 1px solid #f4c0c0; position: relative;width: 350px; border-radius: 21px;box-sizing: border-box;background: #6c2525;}
.ft-links .txt{position: relative; display: block; color: #f4c0c0; line-height: 40px; padding: 0 25px;}
.ft-links .txt::before{ content: '';display: inline-block;
  border-color: transparent;border-style: solid; border-top-width: 7px;border-top-color: #f4c0c0;border-left-width: 7px;border-right-width: 7px;
  position: absolute; top: 45%;right: 20px;transition: all 0.35s ease;}
.ft-links.show .txt::before{ transform: rotateZ(180deg) translateY(5px);}
.ft-links dl{ display: none; padding: 10px 0; border-radius: 4px;position: absolute; left: 0;bottom: 100%;z-index: 1;width: 100%;background: #6c2525;}
.ft-links dl.show{ display: block;}
.ft-links a{ display: block;line-height: 2;padding: 5px 10px;color: #f4c0c0;}
.ft-links a:hover{ background: #7c3030; color: #fff;}

.code-contactus{ margin-top: 55px;}
.code{ justify-content: flex-start; padding-right: 60px; margin-right: 50px; border-right: 1px solid #c48686;}
.codeItem{ width: 120px; margin-right: 35px; text-align: center; display: flex; display: -ms-flexbox; flex-direction: column; align-items: center;}
.codeItem:last-child{ margin-right: 0;}
.codeItem .gp-img-responsive{ padding-bottom: 100%;}
.codeItem .name{ line-height: 1; margin-top: 15px;white-space: nowrap;font-size: 16px;}
.ft-til{ color: #f4c0c0; line-height: 40px; padding-left: 44px; margin-right: 30px;flex-shrink: 0;
  background: url(../images/footer-ico.png) no-repeat center left/auto 100%;}

.contactus{ justify-content: flex-start;}
.contactus .ft-con{ line-height: 2;}


.copy{ position: relative;z-index: 2; background: #6c2525; color: #af5b5b;text-align: center; line-height: 1.5;padding: 8px 0;}
.copy::before{ content: '';display: block;width: 99vw;height: 100%;background: #6c2525;
    position: absolute; bottom: 0; right: 50%;transform: translateX(50%);z-index: -1;}



/* sider */
.siderBox{ width: 99px; height: auto; position: fixed; right: 0; top: 50%;transform: translateY(-50%); z-index: 100;pointer-events: none;opacity: 0;background: url(../images/sider-bg.png) no-repeat center top/100% auto; border-radius: 0 0 49px 49px; overflow: hidden;}
.siderBox::before{content: '';display: block;width: 100%; height: calc(100% - 100px); background: #6ab273;position: absolute;bottom: 0;right: 0;z-index: -1;}
.siderBox ul{ text-align: center; padding: 83px 0 25px;}
.siderBox li{ margin-bottom: 20px;}
.siderBox li:last-child{ margin-bottom: 0px;}
.siderBox a{ }
.siderBox .icon{ }
.siderBox .name{ line-height: 1.25; margin-top: 10px;transition: color 0.25s ease-in-out;}
.siderBox a:hover .name{ color: #ccce83;}
.siderBox.fixed{ animation: siderShow 0.5s ease-in-out forwards;pointer-events: initial;}
@keyframes siderShow {
  0%{ opacity: 0; transform: translateY(100%);}
  100%{ opacity: 1; transform: translateY(-50%);}
}
@media screen and (max-width: 1100px) {
  .siderBox{ display: none;}
}


/* Responsive style */
@media screen and (max-width:1760px){
  .siderBox li{ margin-bottom: 15px;}
  .siderBox .name{ margin-top: 6px;}
}

@media screen and (max-width:1580px){
  header.fixedHeader{ padding: 15px 0;}
  .nav li{ margin-left: 30px;}
  .nav li.home{ margin-left: 25px; padding-left: 25px;}
  /* .logo{ padding-top: 50px;} */
  /* .logo img{ max-height: 55px;} */
  /* .logo02 img{ max-height: 45px;} */
  .ft-logo{ padding-top: 0 !important;}
  .ft-logo .logo02 img{ max-height: 45px;}
  .footer{ padding: 40px 0;}
  .code{ padding-right: 40px; margin-right: 40px;}
  .codeItem{ width: 125px;}
  .codeItem .name{ white-space: nowrap;}
  .ft-til{ margin-right: 20px;}
  .code-contactus{ margin-top: 35px;}
  .ft-logo{ margin-right: 260px;}

  footer .gp-f20{ font-size: 18px;}
  footer .gp-f18{ font-size: 16px;}

  /* 小屏幕样式优化 */
  
}

@media screen and (max-width:1500px){
  
}

@media screen and (max-width:1480px){
  .nav li{ margin-left: 20px;}
  .nav li.home{ margin-left: 15px; padding-left: 15px;}
  .nav li.search{ margin-left: 20px;}
  .ft-logo{ margin-right: 225px;}
  .code-contactus{ margin-top: 20px;}
  .code{ flex-shrink: 0;}
  .codeItem{ width: 110px; margin-right: 30px;}
}

@media screen and (max-width:1386px){
  .nav li{ margin-left: 10px;}
  .nav li.home{ margin-left: 10px; padding-left: 10px;}
  .nav li.search{ margin-left: 15px;}
  .footer{ padding: 30px 0;}
  .ft-logo{ margin-right: 17%; margin-right: 170px;}
  .ft-links .txt{ line-height: 35px;}
  .code{ padding-right: 20px; margin-right: 20px;}

  footer .gp-f20{ font-size: 16px;}
  .codeItem .name,
  footer .gp-f18{ font-size: 12px;}

  .codeItem{ width: 110px;}
}

@media screen and (max-width:1280px){
  /* .logo{ padding-top: 40px;} */
  /* .logo img{ max-height: 50px;} */
  /* .logo02 img{ max-height: 40px;} */
  
  .ft-logo{ margin-right: 150px;}
  .codeItem{ width: 100px;}
}

@media screen and (max-width:1240px){
}

@media screen and (max-width:1200px){
  
}

@media screen and (max-width:1100px){
  .nav li{ margin-left: 10px;}
  .logo img{ max-height: 45px;}
  .ft-logo{ margin-right: 240px;}
  .logo02 img,
  .ft-logo .logo02 img{ max-height: 35px;}
  .logo02{ margin-left: 10px; padding-left: 10px;}
}

@media screen and (max-width:1080px) {
  .logo img{ max-height: 41px;}
  .nav li.search{ margin-left: 10px;}
  .logo02 img, .ft-logo .logo02 img{ max-height: 31px;}
}

@media screen and (max-width:998px) {
  body{ overflow: auto;}
  .nav, .head, header.fixedHeader{ display: none;}
  .gp-menu{ display: block; top: 0px;}
  
  .body_home header{ width: 100%; padding-left: 30px; padding-right: 30px;}
  .body_home header::before{ content: ''; display: block;width: 100%;height: 130%;
    background-image: -moz-linear-gradient(90deg, transparent 0%, #961f30 100%);
    background-image: -webkit-linear-gradient(90deg, transparent 0%, #961f30 100%);
    background-image: -ms-linear-gradient(90deg, transparent 0%, #961f30 100%);
    position: absolute;left: 0;top: 0;z-index: -1;}
  .header{ padding: 20px 0 0;}
  .logo{ padding-top: 0;}
  /* 移动端头部导航页面 */
  .gp-menu-nav{ padding: 0px; min-height: 100vh; background: #961f30;}
  .gp-menu-nav ul{ padding: 40px 30px;}
  .gp-menu-nav > ul > li{ border-bottom: none;}
  .gp-menu-arrow::before{ content: '';display: block;border-top: 10px solid #fff;border-right: 5px solid transparent; border-left: 5px solid transparent;font-size: 0; position: absolute; top: 50%; right: 10px; transform: translateY(-50%);}
  .gp-menu-nav > ul > li > a{ padding: 0; line-height: 3.2;}
  .gp-menu-nav > ul > li > ul{ padding-left: 20px;}
  .gp-menu-nav > ul > li > ul a{ padding: 0; line-height: 2.66;}
  body.open{ overflow: hidden;}

  .footer{ padding: 60px 0 20px;}
  .ft-logo{ margin-right: 0; margin-bottom: 20px;}
  .footer .flexAlignCenter.flexJustifyStart{ flex-direction: column;}
  .code, .contactus{ flex-direction: column; border: none;}
  .code{ margin-right: 0; padding-right: 0;}
  .ft-til{ margin-right: 0; margin-bottom: 10px;}
  .contactus{ margin-top: 20px;}
  .codeItem .name{ margin-top: 10px;}
  .ft-links{ width: 100%; max-width: 350px;}

}

@media screen and (max-width:768px) {
    .body_home header{ padding-left: 15px; padding-right: 15px;}
    footer::before{ top: -40px;}
	.ft-til{ height: 40px;line-height: 40px; padding-left: 40px;background-size: auto 94%;}
  
}

@media screen and (max-width:479px) {
    .header{ padding: 10px 0 0;}
    .logo img{ max-height: 30px;}
    .logo02 img, .ft-logo .logo02 img{ max-height: 27px;}
    .codeItem{ width: 100px;}
    .ft-til{ height: 32px;line-height: 32px; padding-left: 32px;background-size: auto 94%;}
    .gp-search input.notxt{font-size: 12px;}
    .gp-menu{ top: -5px;}
    .gp-menu-header-icon{ width: 35px;}
    .gp-menu-nav > ul > li > ul a{font-size: 14px;}
    .footer{ padding: 50px 0 20px;}
    .copy{padding: 8px;}
}

@media screen and (max-width:440px) {
}

@media screen and (max-width:414px) {
  .gp-menu-header-icon{ width: 45px;}
  .gp-menu{ top: -2px;}
  .footer{ padding: 20px 0 15px;}
  footer::before{ top: -30px;}
  /* .ft-til{ height: 40px;line-height: 40px; padding-left: 40px;background-size: auto 94%;} */
  .contactus .ft-til{ margin-bottom: 0;}
  .code-contactus{ margin-top: 15px;}
  .codeItem{ margin-right: 25px;}
}

@media screen and (max-width:370px) {
  .logo img{ max-height: 30px;}
  .logo02 img, .ft-logo .logo02 img{ max-height: 25px;}
}
