@charset "utf-8";

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond12-Regular.eot');
  src: url('../fonts/EBGaramond12-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/EBGaramond12-Regular.woff2') format('woff2'),
      url('../fonts/EBGaramond12-Regular.woff') format('woff'),
      url('../fonts/EBGaramond12-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EB Garamond blod';
  src: url('../fonts/EBGaramond12-Bold.eot');
  src: url('../fonts/EBGaramond12-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/EBGaramond12-Bold.woff2') format('woff2'),
      url('../fonts/EBGaramond12-Bold.woff') format('woff'),
      url('../fonts/EBGaramond12-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.dfFamily{ font-family: 'EB Garamond';}
.dfFamilyBlod{ font-family: 'EB Garamond blod';}

header{ background: url(../images/header_bg.png) no-repeat center/cover; position: relative; z-index: 1;}
.header{
  width: calc(100% + 100px);
  transform: translateX(-50px);
  display: flex;
  justify-content: space-between;
}
.gp-logo{ padding: 23px 0;}
.gp-link{ padding-top: 33px; line-height: 20px;}
.link{ display: flex; justify-content: end; text-align: right; padding-bottom: 17px;}
.link > a:hover{ color: #fff; opacity: .8;}
.link > .search{ display: block; width: 16px; height: 16px; margin-right: 25px; position: relative;}
#gp-serBtn2{ display: block; width: 16px; height: 16px; background: url(../images/search_icon.png) no-repeat center;}
.link > a:nth-of-type(1){ padding-left: 24px; padding-right: 20px; position: relative;}
.link > a:nth-of-type(2){ padding-right: 25px;}
.link > a:nth-of-type(3){ padding-right: 24px;}
.link > a:last-child{ padding-left: 24px; position: relative;}
.link > a:last-child::before, .link > a:nth-of-type(1):before{ content: ''; display: block; width: 1px; height: 20px; background-color: rgba(255,255,255,0.12);
  position: absolute; left: 0px; top: 0px;}

/*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:1px 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:#a4a4a4; width:82%;left: 0;padding-left: 2%; outline: none; border: none; background-color: #fff; padding-left: 10px;}
.gp-search .notxt1 {position: absolute;width: 15%;right:0;cursor:pointer;color:#666; background: url(../images/search_icon.png) no-repeat center; background-color: #fff;}
/*2.搜索按钮当前位置展开*/
.gp-serBtn2{*background:url(../images/serBtn.png);*width: 18px;*height: 18px;}
.gp-search2{width: 0;border:none;}
.gp-search2.active{width: 200px;border:1px solid #ccc;}

#gp-search2{ position: absolute; right: 0px; top: 50%; transform: translateY(-50%); height: 30px; border-radius: 15px;}

/* .gp-search {
  width: 182px;
  text-align: right;
  position: relative;
}

.gp-search .notxt {
  width: 0px;
  height: 30px;
  line-height:30px;
  transform: translateY(-25%) translateX(5px);
  box-sizing: border-box;
  background-color: #0049A8;
  border-radius: 15px;
  color: #fff;
  padding: 0;
  border: none;
  outline: none;
  font-size: 12px;
  transition: width 0.35s ease;
}

.gp-search .notxt1 {
  display: none;
  outline: none;
  border: none;
  width: 30px;
  height: 30px;
  background: url(../images/search_icon.png) no-repeat center;
  transition: all 0.4s ease;
  position: absolute;
  top: 4px;
  right: 8px;
}
.gp-search.on .notxt {
  width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 16px;
  position: absolute;
  right: 0px;
  background-color: #fff;
  color: #0049A8;
  z-index: 1;
}
.gp-search.on .notxt1 {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
} */

/* input标签，placeholder属性字体颜色 */
::-webkit-input-placeholder { color: #fff;}
:-moz-input-placeholder { color: #fff;}
::-moz-input-placeholder { color: #fff;}
::-ms-input-placeholder { color: #fff;}
input:-webkit-autofill {
  /* 修改input自动填充背景色 */
  box-shadow: 0 0 0px 1000px #ECECEC inset !important;
  /* 自动填充文字颜色 */
  -webkit-text-fill-color: rgb(102, 102, 102) !important;
}

.navColor{
  background-color: #0049A8;
}
.navColor .gp-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  min-width: 811px;
  font-weight: bold;
}

.nav li{
  position: relative;
  
}
.nav li > a {
  display: block;
  line-height: 1.5;
  padding-bottom: 30px;
}

.nav li.on > a,
.nav li.active > a {
  font-weight: bold;
  /* background-color: #fff; */
  color: #fff;
  position: relative;
}
.nav li.active > a{ text-transform: uppercase; transition: all 0.35s ease;}
/* .nav li.on > a{ transition: all 0.35s ease;} */
.nav li > a:hover::after,
.nav li.active > a::after{
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background-color: #fdee1e;
  position: absolute;
  bottom: -3px;
  left: 0px;
}

.subNav {
  width: 200%;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 50%;
  background-color: #2c6cdb;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  transform: translate3d(-50%, 0px, 0);
  opacity: 0;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.subNav a{
  display: block;
  padding: 10px 0px;
}

li.on .subNav {
  opacity: 0.9;
}

li.on .subNav dd:hover {
  transition: all 0.35s ease;
  background-color: #004599;
}

li.on .subNav dd:hover a {
  color: #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;z-index: 996;width: 100%;height: 40px;background: initial;}
.gp-menu-link{float: left;line-height: 40px;height: 40px;padding-left: 15px;}
.gp-menu-link a{color:#fff;}
.gp-menu-header-icon{color: #c7000a; 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: #c7000a;}
.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%; position: fixed;top: 0;right: 0px;padding-top: 40px;background:rgba(0, 69, 153, 1); display: none; z-index: 111;}
/*导航*/
.gp-menu-nav a{}
.gp-menu-nav > ul {}
.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: 1.6rem;}
.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;}
.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: 2rem;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;
  }
}

/*footer*/
footer{ background: url(../images/footer_bg.png) no-repeat center/cover;}
.footer { position: relative; padding: 60px 0 100px; justify-content: space-between;}
.footer .lf{ flex-grow: 1; position: relative;}
.footer .lf::after,
.footer .ct::after{
  content: '';
  display: block;
  width: 1px;
  height: 164px;
  background-color: rgba(255,255,255,0.1);
  position: absolute;
  right: 0px;
  top: 20px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
}
.footer .ct::after{ top: 20px;}
.copy{ margin-top: 55px; line-height: 2;}
.copy span, .addr span{ display: block;}

.footer .ct{ width: 25.71%; text-align: center; flex-grow: 0; position: relative;}
.cent{ display: inline-block; text-align: left;}
.contact{ margin-top: 20px; position: relative; line-height: 1; font-size: 1.8rem;}
.contact::before{
  content: '';
  display: block;
  width: 13px;
  height: 14px;
  background: url(../images/contact_icon.png) no-repeat center;
  position: absolute;
  left: -23px;
  top: 2px;
}
.tel{
  
  margin-top: 20px;
  line-height: 2;
}

.footer .rt{ flex-grow: 1; justify-content: flex-end; padding-top: 10px;}
.addr{ line-height: 2;}
.code{ margin-left: 70px;}
.code .gp-img-responsive{ padding-bottom: 100%;}
.code .lable{ line-height: 1; margin-top: 10px; text-align: center; font-size: 1.8rem;}

.flex{ display: flex;}



/* 响应式样式 */
@media screen and (max-width:1600px){
  
}

@media screen and (max-width:1480px) {
  .nav{ min-width: 750px;}
}

@media screen and (max-width:1400px) {
  header .gp-container{ width: 100%; padding-left: 30px; padding-right: 30px; transition: all 0.35s ease;}
  .header{ width: 100%; transform: translateX(0);}
  .nav{ min-width: 710px;}
  .nav li > a{ padding-left: 5px; padding-right: 5px;}
}

@media screen and (max-width:1240px) {
  .gp-link{ padding-top: 15px;}
  .footer{ padding: 30px 10px 50px;}
}

@media screen and (max-width:1200px) {
  .header{ position: relative; display: block; z-index: 1;}
  .open header .gp-container{ padding: 0px;}
  .gp-menu{ display: block; position: absolute; top: 25%;}
  .gp-link{ display: none;}
  .gp-logo{ flex-shrink: 0;}
}

@media screen and (max-width:1080px) {
  .gp-container{ margin: 0; padding-left: 30px; padding-right: 30px;}
}
@media screen and (max-width:1024px) {
  
}

@media screen and (max-width:997px) {
  .footer{ padding: 20px 0;}
  .footer.flex{ display: block;}
  .footer .lf, .footer .ct, .footer .rt{ width: 100%; text-align: center;}
  .copy{ margin-top: 10px;}
  .footer .rt{ display: block;}
  .code{ margin: 10px auto; max-width: 120px;}
}

@media screen and (max-width:767px) {
  .gp-logo{ width: 90%;}
  header .gp-container{ padding-left: 15px; padding-right: 15px;}
}

@media screen and (max-width:680px) {
  .flex{ display: block;}
}

@media screen and (max-width:540px) {
  
}

@media screen and (max-width:479px) {
  .gp-logo{ width: 80%;}
  header .gp-container{ padding-left: 5px; padding-right: 0px;}
  .banner .title{ display: none;}
  .gp-container{ padding-left: 15px; padding-right: 15px;}
  .footer .rt{ padding-top: 15px;}
}

@media screen and (max-width:320px) {
  
}