@charset "utf-8";
/*
* @Description: Global Style
* @Author: Sun Jia
* @Date: 2024-10-15
*/
.flex{ display: flex; display: -ms-flexbox; justify-content: space-between; -ms-justify-content: space-between; -ms-flex-pack: justify;}
body{ -webkit-tap-highlight-color: transparent;}  /* 移动端点击，取消选中背景 */

/* header */
header{ z-index: 1;position: relative; background: url(../images/header-bg.png) no-repeat center bottom/cover; padding: 30px 0;}
.header > .flex{ width: 100%; margin: 0 auto; align-items: center;}
.logo{ position: relative; align-items: center;flex-shrink: 0; font-size: 0;}
.logo a{ display: block;}

.seerch{ border-radius: 20px; background: #e5e5e5;}
.gp-search{width:160px;overflow: hidden;display: inline-block;vertical-align: middle;border:1px solid transparent;
  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; height: 40px;line-height:40px; border:none; background:none; top:0px;overflow: hidden; }
.gp-search input.notxt{color:#a4a4a4; width:100%;left: 0;padding-left: 20px;padding-right: 40px; outline: none; box-sizing: border-box;
  font-size: 12px; color: #757575;}
.gp-search .notxt1 {position: absolute;width: 18px;right:19px;cursor:pointer;color:#d0121b;font-size: 18px;}
.gp-search .notxt1::before{ content: '';display: block;width: 18px;height: 18px; background: url(../images/search.png) no-repeat center/cover;
  position: absolute;left: 50%;top: 50%;transform: translate3d(-50%,-50%,0);}


/* footer */
footer{ position: relative; z-index: 1;background: url(../images/footer-bg.jpg) no-repeat center/cover;}
.footer{ align-items: center; padding-top: 30px; padding-bottom: 30px; line-height: 36px;}
.footer .wechat{ position: relative;}
.footer .wechat .img{ width: 110px; position: absolute; left: 50%;transform: translateX(-50%);bottom: 100%;
  border-radius: 3px;max-height: 0px;overflow: hidden;transition: all 0.35s ease;}
.footer .wechat:hover .img{ max-height: 110px;}
.footer .wechat .gp-img-responsive{ padding-bottom: 100%;}
.footer .wechat a{ font-size: 45px; color: #fff;}
.footer span{ color: rgba(255, 255, 255, 0.7); margin-right: 20px;}
.footer span:last-child{ margin-right: 0px;}

/* 响应式样式 */
@media screen and (max-width:1600px){
  
}

@media screen and (max-width:1480px) {
  
}

@media screen and (max-width:1400px) {
  
}

@media screen and (max-width:1280px) {
  .logo{ max-width: 460px;}
  .gp-ser{ height: 36px;}
  .gp-search input, .gp-search button{ height: 36px; line-height: 36px;}
  .gp-search input.notxt{ padding-left: 15px; padding-right: 35px;}
  .gp-search .notxt1{ right: 15px;}
}

@media screen and (max-width:1200px) {
  
}

@media screen and (max-width:1100px) {
  
}
@media screen and (max-width:1024px) {
  
}

@media screen and (max-width:997px) {
  
}

@media screen and (max-width:767px) {
  .logo{ max-width: 360px;}
  .footer{ flex-direction: column;}
}

@media screen and (max-width:680px) {
  .logo{ max-width: 300px;}
}

@media screen and (max-width:540px) {
  .gp-search{ width: 120px;}
}
  
@media screen and (max-width:479px) {
  .logo{ max-width: 240px;}
  .footer{ padding-top: 20px; padding-bottom: 20px;}
  .footer span{ display: block; line-height: 1.5; text-align: center; margin-right: 0;}

}

@media screen and (max-width:414px) {
  .logo{ max-width: 210px;}
}
