@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: 46px;background: #003263;}
.gp-nav1 > ul > li{height: 46px;line-height: 46px;position: relative;float: left;}
.gp-nav1 > ul > li > a{display: block;padding:0 55px;color: #fff;font-size: 16px;margin-left: 2px;}
.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:#999999; width:82%;left: 0;padding-left: 10%;}
.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;}

/*手机端导航默认*/
.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{ width: 100%;z-index: 98;height: 100%;position: relative;height: 40px;display: none;}
.gp-menu-header{position: absolute;top: 0%;right: 0;z-index: 996;width: 100%;height: 40px;background: #bb1111;}
.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:#068166;
  background: -webkit-linear-gradient(left, #c7000a , #ab0009); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #c7000a, #ab0009); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #c7000a, #ab0009); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #c7000a , #ab0009);display: none;}
.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;
  }
}
/*5移动端搜索默认*/
.gp-m-search {width:80%;margin:10px auto 0;display: block;border:1px solid rgba(255,255,255,0.3);}
.gp-m-search .notxt1{right: auto;left: 0;width: 40px;}
.gp-m-search input.notxt{left: 0;width: 100%;box-sizing: border-box;padding-left: 42px;}
/*头部固定*/
body.currents{padding-top: 191px;}/* 此高度为头部的高度 */
.gp-header1.currents{position: fixed;top: 0;left: 0;width: 100%;}
.gp-header1.currents .gp-logo1{width: 170px;padding:5px 0;position: absolute;left: 50%;margin-left: -600px;;}
.gp-header1.currents .gp-topRight1{display: none;}
.gp-header1.currents >.gp-container.gp-clearFix{clear:none;width: 250px;}
.gp-header1.currents .gp-nav1{background: none;width:1200px;margin:0 auto}
.gp-header1.currents .gp-nav1 > ul{padding-left: 200px;width: auto;}
.gp-header1.currents .gp-nav1 > ul > li > a{color: #fff;padding:0 20px;}




/*content*/
.t2-list01{margin:0 -15px;padding:35px 0}
.t2-list01 > li >a {margin:0 15px;display: block;}
.t2-list01 > li{margin-bottom: 10px;}
.t2-date01{display: block;margin-bottom: 10px;}
.t2-tit01{font-weight: normal;line-height: 24px;height: 48px;overflow: hidden;}
.t2-list02{background: #eee8de;padding:15px;margin-bottom: 15px;}
.t2-list03{background: #eee8de;padding:15px;margin-bottom: 15px}

@media screen and (max-width:1240px) {
.gp-nav1 > ul > li > a{display: block;padding:0 40px;color: #fff;font-size: 16px;margin-left: 2px;}
}
@media screen and (max-width:1035px) {
  .gp-nav1 > ul > li > a{display: block;padding:0 10px;color: #fff;font-size: 16px;margin-left: 2px;}
  }
@media screen and (max-width:1045px) {
  .gp-nav1 > ul > li > a{display: block;padding:0 38px;color: #fff;font-size: 16px;margin-left: 2px;}
  }
  @media screen and (max-width:1049px) {
    .gp-nav1 > ul > li > a{display: block;padding:0 39px;color: #fff;font-size: 16px;margin-left: 2px;}
    }
    @media screen and (max-width:1033px) {
      .gp-nav1 > ul > li > a{display: block;padding:0 37px;color: #fff;font-size: 16px;margin-left: 2px;}
      }
      @media screen and (max-width:1007px) {
        .gp-nav1 > ul > li > a{display: block;padding:0 36px;color: #fff;font-size: 16px;margin-left: 2px;}
        }
@media screen and (max-width:996px) {
  .gp-nav1 > ul > li > a{display: block;padding:0 36px;color: #fff;font-size: 16px;margin-left: 2px;}  
}

@media screen and (max-width:479px) {
  
}


