@charset "utf-8";
/**
  * Created by sunJia on 2025/03/27.
  * @Description: 首页 二级页 公共样式
  */
 
.flex{ display: flex; display: -ms-flexbox; justify-content: space-between; -ms-justify-content: space-between; -ms-flex-pack: justify;}
.flex-alignCenter{ align-items: center;}
.flex-wrap{ flex-wrap: wrap;}
body{ -webkit-tap-highlight-color: transparent;}/* 移动端点击，取消选中背景 */
@font-face {
  font-family: 'DIN';
  src: url('../fonts/din-medium.eot');
  src: url('../fonts/din-medium.eot') format('embedded-opentype'),
      url('../fonts/din-medium.woff2') format('woff2'),
      url('../fonts/din-medium.woff') format('woff'),
      url('../fonts/din-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*飘窗*/
.bayWindow{z-index: 999;}

/* header */
header{position: relative;z-index: 12;}
header::before{
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 10.42%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  pointer-events: none;
}
.content header::before{
  display: none;
}
.header{
  position: absolute;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 20px 50px 0;
}
.logo{
  
}
.logo a{
  display: block;
  font-size: 0;
}
.head{
  max-width: 990px;
}
.currents .logo,
.before .logo{
  max-width: 0;
}
.headTop{
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.headTop > div{
  margin-right: 30px;
}
.headTop > div:last-child{
  margin-right: 0;
}
.links{
}
.links a{
  display: block;
  line-height: 20px;
  color: #fff;
  margin-right: 30px;
}
.links a:last-child{
  margin-right: 0;
}
.links i{
  display: inline-block;
  font-size: 0;
  line-height: 1;
  vertical-align: top;
  margin-right: 4px;
}
.links .en{
  padding-left: 30px;
  border-left: 1px solid rgba(255,255,255,0.3);
}

.search{ border-radius: 20px; background: rgba(255,255,255,0.2);}
.gp-search{position: relative;width:200px;height: 40px;line-height:40px;border: 0px solid rgba(255,255,255,0.55);
  overflow: hidden;display: inline-block;vertical-align: middle;border-radius: 20px;overflow: hidden;
  transition: all 0.35s ease-in-out;*display: inline;*zoom:1;}
.gp-ser{width:100%; height:40px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:absolute; border:none;height: 100%; background:transparent; top:0px;overflow: hidden; }
.gp-search input.notxt{ width:100%;left: 0;padding-left: 20px;padding-right: 43px; outline: none; box-sizing: border-box;
  color: rgba(255,255,255,0.6);font-size: 16px;}
.gp-search input.notxt::placeholder{ color: rgba(255,255,255,0.5);}
.gp-search .notxt1 {position: absolute;width: 36px;height: 35px;border-radius: 50%;right:2px;top: 2px;
  cursor:pointer;font-size: 16px;background: #fff;}
.gp-search .notxt1::before{ content: '';display: block;width: 20px;height: 20px;
  background: url(../images/search.png) no-repeat center;
  position: absolute;left: 50%;top: 50%;transform: translate3d(-50%,-50%,0);}

.nav{ position: relative; }
.nav ul{ position: relative; justify-content: space-between;}
.nav li{ position: relative; margin-left: 50px;}
.nav li:first-child{ margin-left: 0;}
.nav li > a{ display: block; line-height: 65px; padding: 0 0px; font-weight: bold; color: #fff;position: relative;text-wrap: nowrap;}
.nav li > a::before{ content: ''; display: block; width: 0%; height: 2px;background: #F0A100;
  position: absolute;left: 50%;bottom: -1px;transform: translateX(-50%);transition: all 0.35s ease;}
.nav li:hover > a::before,
.nav li > a.on::before,
.nav li > a.active::before{ width: 100%;}
/* .nav li > a:hover{ opacity: 0.9;} */
.nav .subnav{ display: none; position: absolute; top: 100%; left: 50%;transform: translateX(-50%); width: 100%; min-width: 160px;
    box-sizing: border-box; padding: 10px 0 0; border-top: 0px solid rgba(255, 255, 255, 0.6);z-index: 1;overflow: hidden;
    background: transparent; background-size: 100% 30px;}
/* .nav .subnav::before{ content: '';display: block;width: 100%;height: calc(100% - 10px);background: transparent;
  position: absolute;bottom: 0px;left: 0;z-index: -1;} */
.nav dl::after{
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #F0A100;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  z-index: -1;
}
.nav dd{ background: #fff;position: relative;}
.nav dd:hover{ background: #D4DFED;}
.nav dd:first-child{
  border-top: 1px solid #F0A100;
}
.nav dd a{ display: block; padding: 0; text-align: center; line-height: 52px; color: #333;
  /* transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s; */
}
.nav dd a:hover{ color: #04418B; font-weight: bold; background: transparent;/* font-size: 1.1em; */}
/* 置顶导航样式 */
.logo,
.head,
.nav li,
.currents .header,
.before .header,
.currents .head,
.before .head,
.currents .gp-search .notxt1,
.before .gp-search .notxt1{
  transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;
}
.currents .nav,
.before .nav{
  max-width: 1500px;
  margin: 0 auto;
}
.currents header,
.before header{
  z-index: 1000;
}

@media screen and (min-width: 999px){
  .currents .header,
  .before .header{
    background: #04418B;
    padding-top: 0;
  }
}
.currents .header::before,
.before .header::before{
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #0057BF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.currents .nav li > a,
.before .nav li > a{
  line-height: 98px;
}
.fix_logo,
.currents .headTop,
.before .headTop,
.fix_search{
  display: none;
}
.fix_logo{
  position: relative;
  width: 160px;
  text-align: center;
}
.fix_logo::before{
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #F0A100;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.fix_logo a{
  position: relative;
  display: block;
  font-size: 0;
  z-index: 1;
}
.fix_logo a::before{
  content: '';
  display: block;
  width: 110px;
  height: 80px;
  border-radius: 50%;
  background: #04418B;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: -1;
}
.fix_logo .box{
  margin-top: 18px;
}
.currents .head,
.before .head{
  width: 100%;
  max-width: 100%;
}
.before .fix_logo,
.currents .fix_search,
.before .fix_logo,
.currents .fix_search,
.currents .fix_logo{
  display: block;
}
.currents .nav li,
.before .nav li{
  margin-left: 0px;
}
.currents .nav li:first-child,
.before .nav li:first-child{
  margin-left: 0px;
}

/* 20250428 */
.fix_search{
  background: rgba(255,255,255,0.2) url(../images/search_white.png) no-repeat center;
  background-size: 20px auto;
  overflow: visible;
}
.fix_searchCon{
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  width: 487px;
  height: 70px;
  margin-top: 28px;
  border-radius: 35px;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #0057BF;
  background: #fff;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out.3s;-ms-transition: all ease-in-out.3s;-moz-transition: all ease-in-out.3s;-webkit-transition: all ease-in-out.3s;-o-transition: all ease-in-out.3s;
}
.show .fix_searchCon{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.gp-search.fix_search .fix_searchCon .notxt{
  color: rgba(255, 255, 255, 0.85);
  color: #222;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 60px;
}
.gp-search.fix_search .fix_searchCon .notxt::placeholder{
  color: #333;
}
.gp-search.fix_search .fix_searchCon .notxt1{
  height: 100%;
}
.currents .gp-search:hover .fix_searchCon .notxt1, .before .gp-search:hover .fix_searchCon .notxt1{
  width: 80px;
}
.currents .gp-search.fix_search .notxt1::before, .before .gp-search.fix_search .notxt1::before{
  background: url(../images/search.png) no-repeat center;
}


/*手机端导航默认*/
.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;z-index: 996;width: 100%;height: 40px;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: 40px;font-size:25px;text-align: center; float:right;width: 40px;position: relative;  -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s;margin-right: 10px;cursor: pointer;}
.gp-menu-header-icon span{  position: absolute; left: calc((100% - 25px) / 2);  top: calc((100% - 2px) / 3);  width: 27px;  height: 3px;  background-color: #003670;}
.gp-menu-header-icon-out span{width: 27px;height: 4px;background-color:#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:#04418B;}

.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;}
.gp-menu-nav > ul > li > ul {background: rgba(0,0,0,0.1);padding:0 25px}
.gp-menu-nav > ul > li > ul a{display: inline-block;padding:10px 0; font-size: 14px;}
.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;}
@-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;
  }
}

/* 置顶导航 */
.on .content header{
  position: relative;
  /* transform: translateY(0); */
  opacity: 1;
}
.on .content .header{
  position: relative;
}
.content header{
  height: 120px;
  background: #EBF1F7;
}
.content header.on .header{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  transform: translateY(-200px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  animation: headShow 0.5s ease-in-out forwards;
}
.on .content header .logo img{max-height: 78px;}
@keyframes headShow {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* .content header.on{
  transform: translateY(0);
  opacity: 1;
} */
.content .header{
  padding: 20px 50px;
  background: url(../images/tophead_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.content .headBottom{
  align-items: center;
}
.currents .gp-search,
.before .gp-search{
  width: 80px;
  height: 40px;
  border-radius: 20px;
  margin-top: 29px;
}
.currents .gp-search input.notxt,
.before .gp-search input.notxt{
  padding: 0;
  font-size: 0;
}
.currents .gp-search .notxt1,
.before .gp-search .notxt1{
  width: 80px;
  height: 40px;
  line-height: 40px;
  top: 0;
  right: 0;
  background: transparent;
}
.currents .gp-search:hover .notxt1,
.before .gp-search:hover .notxt1{
  width: 50px;
}
.currents .gp-search:hover,
.before .gp-search:hover{
  /* width: 200px; */
}
.currents .gp-search:hover .notxt,
.before .gp-search:hover .notxt{
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 43px;
}
.currents .gp-search .notxt1::before,
.before .gp-search .notxt1::before{
  background: url(../images/search_white.png) no-repeat center;
}


/* 悬浮侧栏 */
.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;
  transition: all ease-in-out .3s, transform 0s;
  -ms-transition: all ease-in-out .3s, transform 0s;
  -moz-transition: all ease-in-out .3s, transform 0s;
  -webkit-transition: all ease-in-out .3s, transform 0s;
  -o-transition: all ease-in-out .3s, transform 0s;
}
.fixdBox.closed .close{
  right: 0px;
  transform: rotateY(180deg);
}
.fixdCon{
  width: 150px;
  background: url(../images/side_bg.png) no-repeat center top;
  padding: 112px 0 6px;position: relative;right: 0;opacity: 1;
  transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;
}
.fixdBox.closed .fixdCon{
  opacity: 0;
  /* right: -10px; */
  transform: translateX(100%);
}
.fixdCon li{
  margin-bottom: 18px;
  height: 22px;
}
.fixdCon li:last-child{
  margin-bottom: 0px;
}
.fixdCon a{
  position: relative;
  display: inline-block;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  transition: all 1s ease-in-out;
  overflow: hidden;
}
.fixdCon ul a{
  line-height: 22px;
  height: 22px;
}
.fixdCon a::before{
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s linear;
}
.fixdCon a:hover::before{
  width: 100%;
}
.fixdCon a span{
  display: block;
  line-height: 22px;
  transition: .6s cubic-bezier(.16,1,.3,1);
}
.fixdCon a:hover span{
  transform: translateY(-100%);
}
.fixdCon .top{
  position: relative;
  display: block;
  width: 100%;
  margin-top: 18px;
  max-height: 62px;
  text-align: center;
  height: auto;
}
.fixdCon .top::before{
  display: none;
}
.fixdCon .top img{
  height: 100%;
}
.fixdCon .top i{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/top-ico.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  animation: topHover 3s infinite 0.3s;
}
@keyframes topHover {
  0% {
      background-position: center center;
  }
  7% {
      background-position: center -30px;
  }
  7.1% {
      background-position: center 30px;
  }
  14% {
      background-position: center center;
  }
}

/* footer */
footer{
  position: relative;
  z-index: 11;
  background: url(../images/footer_bg.png) no-repeat center top/cover;
  padding-top: 150px;
}

.ft-logo{
  font-size: 0;
}
.ft-link{
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.linkBox{
  position: relative;
  display: block;
  flex: 1;
  margin: 0 15px;
}
.linkBox .showTil{
  position: relative;
  background: rgba(4, 65, 139, 0.06);
  line-height: 58px;
  padding-left: 20px;
  border: 1px solid rgba(255,255,255,0.5);
  cursor: pointer;
}
.linkBox:hover .showTil{
  color: #04418B;
}
.linkBox .arrow{
  width: 24px;
  height: 24px;
  background: url(../images/more-icon.png) no-repeat center;
  background-size: 9px 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(90deg);
  right: 18px;
  z-index: 1;
}
.linkBox.on .arrow{
  transform: translateY(-50%) rotateZ(-90deg);
}
.linkBox .showTil .line{
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #333;
  vertical-align: middle;
  margin-right: 8px;
}
.linkBox dl{
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  z-index: 1;
  display: none;
}
.linkBox.on dl{
  display: block;
  background: rgba(255, 255, 255, 0.85);
  padding: 5px 0;
  max-height: 300px;
  overflow-y: scroll;
}
.linkBox dl a{
  display: block;
  line-height: 30px;
  padding: 0 10px;
}
.linkBox dl a:hover{
  background: #04418B;
  color: #fff;
}
.bottom{
  margin-top: 50px;
  align-items: flex-start;
}
.ft-title{
  line-height: 25px;
  color: #04418B;
  font-weight: bold;
}
.contactUs{
  margin-top: 30px;
}
.bottom ul{
  justify-content: flex-start;
}
.bottom li{
  line-height: 20px;
  margin-right: 50px;
}
.bottom li:last-child{
  margin-right: 0;
}
.bottom li a{
  display: block;
  margin-top: 10px;
  color: #333;
  transition: all .3s;
}
.bottom li a:hover{
  color: #04418B;
  font-weight: bold;
}
.map{
  position: relative;
  z-index: 1;
}
.map::before{
  content: '';
  display: block;
  width: 500px;
  height: 60px;
  background: #FFCF82;
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: -1;
}
.mapTil{
  width: 20px;
  line-height: 20px;
  margin-right: 40px;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  color: #04418B;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 25px;
}
.mapImg{
  max-width: 400px;
  font-size: 0;
}

.copy{
  background: url(../images/footer_bg2.png) no-repeat center/cover;
  color: #fff;
  margin-top: 70px;
}
.copy .flex{
  justify-content: center;
  line-height: 20px;
  padding: 20px;
}
.copy span{
  display: inline-block;
  margin-right: 30px;
}
.copy span:last-child{
  margin-right: 0;
}
.copy img{
  vertical-align: bottom;
  margin-right: 4px;
}


/* Responsive style */
@media screen and (max-width:1800px){
  .bottom li{
    margin-right: 30px;
  }
  .bottom li a{font-size: 15px;}
}
@media screen and (max-width:1600px){
  .content .nav li{
    margin-left: 30px;
  }
}
@media screen and (max-width:1480px){
  .nav li{
    margin-left: 30px;
  }
  .content .nav li{
    margin-left: 20px;
  }
  .content .nav li:nth-of-type(1){
    margin-left: 0;
  }
  footer{
    padding-top: 100px;
  }
  .ft-link{
    margin-left: -10px;
    margin-right: -10px;
  }
  .bottom li{
    margin-right: 12px;
  }
  .bottom li a{font-size: 14px;}
  .map::before{
    width: 100%;
  }
  .mapTil{
    margin-right: 20px;
  }
}

@media screen and (max-width:1340px){
  .content .gp-search{
    margin-left: 20px;
  }
}

@media screen and (max-width:1280px){
  .logo img{
    max-height: 65px;
  }
  .links a{
    margin-right: 20px;
  }
  .links .en{
    padding-left: 20px;
  }
  .headTop > div{
    margin-right: 20px;
  }
  .content header{
    height: 85px;
  }
  .content .header{
    padding: 15px 30px;
  }
  .content .logo img{
    max-height: 55px;
  }
  .content .nav li{
    margin-left: 0px;
    margin-right: 20px;
  }
  .content .nav li:nth-last-of-type(1){
    margin-right: 0;
  }
  .nav li > a{
    line-height: 50px;
    font-size: 18px;
  }
  footer{
    padding-top: 80px;
  }
  .ft-logo img{
    max-height: 65px;
  }
  .ft-link{
    margin-top: 30px;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .linkBox{
    margin: 0 7.5px;
  }
  .linkBox .showTil{
    padding-left: 15px;
  }
  .linkBox .arrow{
    right: 15px;
  }
  .linkBox .showTil .line:nth-of-type(1),
  .linkBox .showTil .line:nth-last-of-type(2){
    display: none;
  }
  .bottom{
    margin-top: 30px;
  }
  .contactUs{
    margin-top: 20px;
  }
  .mapTil{
    margin-right: 15px;
    margin-top: 15px;
    letter-spacing: 2px;
  }
  .mapImg{
    max-width: 340px;
  }
  .copy{
    margin-top: 40px;
  }
}

@media screen and (max-width:1200px){
  .content .gp-search{
    margin-left: 15px;
  }
  .content .gp-search:hover{
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
  .content .gp-search .notxt1{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .nav li{
    margin-right: 20px;
    margin-left: 0;
  }
  .content .nav li{
    margin-right: 15px;
  }
  .bottom ul{
    flex-wrap: wrap;
  }
  .bottom li{
    margin-right: 20px;
  }
  .bottom ul:nth-last-of-type(1) li:last-child{
    width: 100%;
  }
}
@media screen and (max-width:1100px){
  .header{
    padding: 15px 30px 0;
  }
  .gp-search{
    width: 170px;
  }
  .nav li > a{
    line-height: 45px;
    font-weight: normal;
  }
  .ft-link{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .linkBox{
    width: 30%;
    flex: unset;
  }
  .linkBox .showTil{
    line-height: 45px;
  }
}

@media screen and (max-width:998px) {
  .nav, .head{ display: none;}
  .gp-menu{ display: block; top: 0px;}

  body{
    padding-top: 85px;
  }
  .header{
    background: rgb(4, 65, 139);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .currents .logo, .before .logo{
    max-width: unset;
  }
  .gp-menu-header{
    top: 15px;
  }
  .open header{
    z-index: 50;
  }
  .logo{
    width: 90%;
    max-width: 400px;
    flex-shrink: 0;
  }
  .logo a img{
    height: auto !important;
  }
  .gp-menu-header-icon{ margin-right: 0;}
  .gp-menu-header{ width: auto;}
  .gp-menu-nav{
    padding-top: 60px;
  }
  .content header{
    display: none !important;
  }
  .bottom > div{
    width: 100%;
  }
  .bottom .right{
    max-width: 500px;
    margin: 20px auto 0;
  }
  footer{
    padding-top: 50px;
  }
  .bottom ul{
    flex-wrap: wrap;
  }
  .bottom li{
    margin-right: 15px;
  }
}

@media screen and (max-width:768px) {
  body{
    padding-top: 75px;
  }
  .gp-menu-header{
    top: 8px;
  }
  .logo img{
    max-height: 55px;
  }
  .linkBox{
    width: 48%;
  }
  .ft-title{
    font-size: 18px;
    line-height: 20px;
  }
  .copy .flex{
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }
  .copy span{
    margin-bottom: 5px;
    margin-right: 0;
  }
  .bottom{
    flex-direction: column;
  }
  .bottom li a{
    line-height: 16px;
  }
}

@media screen and (max-width:680px) {
  
}

@media screen and (max-width:540px) {
  
}
  
@media screen and (max-width:479px) {
  .ft-logo{
    text-align: center;
  }
  .ft-logo img{
    max-height: 55px;
  }
  .linkBox{
    margin-bottom: 10px;
    margin-right: 0;
  }
  .linkBox:last-child{
    margin-bottom: 0;
  }
  .linkBox{
    width: 100%;
  }
  .bottom{
    margin-top: 15px;
  }
  .contactUs{
    margin-top: 10px;
  }
  .copy{
    margin-top: 30px;
  }
  .map::before{
    bottom: -20px;
  }
}

@media screen and (max-width:414px) {
  body{
    padding-top: 65px;
  }
  .header{
    padding: 10px 15px;
  }
  .gp-menu-header{
    top: 5px;
  }
  .logo img{
    max-height: 45px;
  }

}

@media screen and (max-width:370px) {
  footer{
    padding-top: 20px;
  }
}