@charset "utf-8";
.gp-header1{background: #9a0000;border-top: 5px solid #bb1111;transition: all 0.35s ease-in-out;}
.gp-logo1{padding:36px 0;transition: padding 0.3s ease-in-out;}
.gp-topRight1{height: 30px;line-height: 30px;padding-top: 55px;}
.gp-topRight1 a{color: #fff;}
.gp-topRight1 span{color:#fff;margin:0 10px;opacity: 0.5;filter: alpha(opacity=50);}
.gp-nav1{height: 50px;background: #fff;}
.gp-nav1 > ul > li{height: 50px;line-height: 50px;position: relative;float: left;}
.gp-nav1 > ul > li > a{display: block;padding:0 32px;}
.gp-nav1 > ul > li.on .gp-subNav{display: block;}
.gp-subNav{}
/*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%;}
.gp-search .notxt1 {position: absolute;width: 15%;right:0;cursor:pointer;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;}


@media screen and (max-width:1220px) {
  .gp-nav1 > ul > li > a{padding:0 18px}
  
}
@media screen and (max-width:998px) {
  .gp-logo1{padding:15px 0;float: none;text-align: center;}
  .gp-nav1{display: none;}
  .gp-topRight1{display: none;}
  .gp-menu{display: block;}
  
}

@media screen and (max-width:479px) {
  
}


