@charset "utf-8";
body{background-color: #f5f5f5}
a:hover{color:#94070a;}
.gp-header1{transition: all 0.35s ease-in-out;}
.gp-logo1{padding:30px 0 80px 20px;transition: padding 0.3s ease-in-out;}
.gp-logo1 a{display: inline-block;*zoom:1;*display: inline;vertical-align: middle;}
.t4-logo01{width: 300px;}
.t4-logo02{margin-left: 20px;width: 200px;}
.t4-top-wrap{width: 100%;height: 40px;line-height: 40px;background-color: #94070a}
.t4-container04{width: auto;padding-left: 20px;padding-right: 20px;}
.t4-logo-nav{background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.6));position: absolute;left: 0px;top: 40px;z-index: 99;width: 100%;}
.gp-topRight1{height: 40px;line-height: 40px;}
.gp-topRight1 a{color: #fff;}
.gp-topRight1 span{color:#fff;margin:0 10px;opacity: 0.5;filter: alpha(opacity=50);}
.gp-nav1{height: 50px;padding-top: 25px;padding-right: 20px;}
.gp-nav1 > ul > li{height: 50px;line-height: 50px;}
.gp-nav1 > ul > li > a{display: block;padding:0  20px;color:#fff;border-top: 4px solid transparent;}
.gp-nav1 > ul > li.on a{color:#94070a;background-color: #fff;border-top-color: #e89e3f}
.gp-subNav{padding: 5px 0;z-index: 99}
.gp-nav1 > ul > li.on .gp-subNav{display: block;}
.gp-nav1 > ul > li.on .gp-subNav dd a{color:#333;}
.gp-nav1 > ul > li.on .gp-subNav dd a:hover{background-color: #eee}



/*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;}


/*4.搜索按钮全屏展开*/
#gp-serBtn4{position: relative;z-index: 801;*background:url(../images/t4_serBtn.png) no-repeat center center;*width: 40px;}
.gp-search4{height: 0;border:none;width: 100%;overflow: hidden;position: fixed;top: 50%;z-index: 802;left: 0;}
.gp-search4 .gp-ser{max-width: 800px;}
.gp-search4 input,.gp-search4 button{height: 40px;line-height: 40px;}
.gp-search4 .gp-ser{height: 40px;border: 1px solid #ccc;margin-top: 20px;}
.gp-search4 .notxt1{background: #94070a;color:#fff;*background:url(../images/t4_serBtn.png) no-repeat center center #94070a;}
.gp-search4 .gp-ser{display: none;border:none;background: #fff;}
.gp-search4.active .gp-ser{display: block;}
.gp-search4.active{height: 80px;}
.searchActive .gp-overlay{top: 0;margin: 0}
@media screen and (max-width:998px) {
  .gp-search4 .gp-ser{width: 80%;}
  .gp-search4 input,.gp-search4 button{box-sizing: border-box;}
  .gp-search4 input.notxt{width: 100%;padding-right: 90px;}
  .gp-search4 .notxt1{width: 85px;}
}

/*手机端导航默认*/
.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: #94070a;}
.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%; padding-top: 100px;background:#94070a;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;color: #333;}
.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;
  }
}

/*
下拉横排效果
*/
.bg-black span{background: #e89e3f;}
.gp-menu-nav.gp-menu-dropdown2{background: #94070a;}
.gp-menu-nav.gp-menu-dropdown2 > ul{position: relative;}
.gp-menu-nav.gp-menu-dropdown2 > ul > li{border-bottom: none;position:static;}
.gp-menu-nav.gp-menu-dropdown2 > ul > li > a{padding:0;display: block;text-align: center;height: 50px;line-height: 50px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin: 0 5px;position: relative;z-index: 900;}
.gp-menu-nav.gp-menu-dropdown2 > ul > li > a.icon-down:after{content: "\e73a";font-size: 1.4rem;margin-left: 5px;transition: all 0.3s ;display: inline-block;}
.gp-menu-nav.gp-menu-dropdown2 > ul > li > a.icon-down:before{content: '';content: '';width: 0;height: 0;border-left: 5px solid transparent; border-right: 5px solid transparent;border-bottom: 8px solid #000;position: absolute;left: 50%;bottom: -100%;margin-left: -5px;opacity: 0.2;transition: all 0.3s;}
.gp-menu-nav.gp-menu-dropdown2 > ul > li.on > a.icon-down:before{bottom: 0;}
.gp-menu-nav.gp-menu-dropdown2 > ul > li > ul{position: absolute;left: 0;width: 100%;z-index: 1000;background: #fff;box-shadow:0 0 3px rgba(0,0,0,.15);right: 5px;padding:8px 0;text-align: center;}
.gp-menu-nav.gp-menu-dropdown2 > ul li{-webkit-animation-fill-mode:none;animation-fill-mode:none}
.gp-menu-nav.gp-menu-dropdown2 > ul > li.on > a.icon-down:after{transform: rotate(180deg);}



/*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: 50px;}/* 此高度为头部的高度 */
.gp-header1.currents{position: fixed;top: 0;left: 0;width: 100%;height: 50px;background-color: #94070a;z-index: 9999;box-shadow: 0px 1px 10px rgba(0,0,0,0.5)}
.gp-header1.currents .t4-logo-nav{z-index: 9999;top: 0;background:none;}
.gp-header1.currents .t4-top-wrap{display: none;}
.gp-header1.currents .gp-logo1{padding: 10px 20px;}
.gp-header1.currents .t4-logo01{width: 150px;}
.gp-header1.currents .t4-logo02{width: 60px;}
.gp-header1.currents .gp-topRight1{display: none;}
/*.gp-header1.currents >.gp-container.gp-clearFix{clear:none;width: 250px;}*/
.gp-header1.currents .gp-nav1{padding-top: 0;height: 50px;line-height: 50px;}
.gp-header1.currents .gp-nav1 > ul{}
.gp-header1.currents .gp-nav1 > ul > li > a{padding:0 15px;}


/*footer*/
.t4-footer-wrap{background:url(../images/t4_footer_bg.jpg) no-repeat center top;width: 100%;padding-top: 40px;margin-top: 70px;background-size: cover;}
.t4-footer{width: 1440px;padding-bottom:174px;}
.t4-flogo{padding: 30px 0 20px 0px;transition: padding 0.3s ease-in-out;}
.t4-flogo a{display: inline-block;*zoom:1;*display: inline;vertical-align: middle;margin-bottom: 10px;}
.t4-flogo01{width: 250px;}
.t4-flogo02{margin-left: 20px;width: 180px;}
.t4-flinks01{padding-left: 50px;margin-left: 50px;border-left: 1px solid #ccc;overflow: hidden;}
.t4-flinks-title{border-bottom:1px solid #ccc;margin-bottom: 10px; padding-bottom: 10px;font-weight: normal;}
.t4-flinks-list{margin-left: -10px;margin-right: -10px;overflow: hidden;}
.t4-flinks-list li{display: inline-block;*display: inline;*zoom:1;vertical-align: top;float:  none;width: 24%;margin-bottom: 10px;}
.t4-flinks-list li a{margin-left: 10px;display: block;margin-right: 10px;}
.t4-flinks-list02 li{width: 32%;}
.t4-faddress-wrap{background:rgba(0,0,0,0.5);color:#ccc;width: 100%;*background-color: #333;}
.t4-copyRight{width: 1440px;margin: 0 auto;padding:10px 0;font-style: normal;text-align: center;}
@media screen and (max-width:1700px) {
  .gp-nav1{padding-top: 0px;}
  .gp-logo1{padding-top: 15px;padding-bottom: 30px;}
  .gp-nav1 > ul > li > a{padding: 0 15px;font-size: 14px;}
  .t4-logo01{width: 200px;}
  .t4-logo02{width: 90px;margin-left: 10px;margin-top: 5px;}
}
@media screen and (max-width:1480px) {
  .t4-footer,.t4-copyRight{width: 1200px;}
  .t4-flogo01{width: 157px;}
  .t4-flogo02{width: 140px;}
  .t4-flinks01{padding-left: 30px;margin-left: 30px;}
  .t4-footer-wrap{background-size: cover}

}

@media screen and (max-width:1380px) {
  .gp-logo1{width: auto;float: none;margin: 0 auto;overflow: hidden;text-align: center;padding-bottom: 10px;padding-left: 0}
  .t4-footer,.t4-copyRight{ float: none;margin: 0 auto;}
  .gp-logo1 a{}
  .t4-footer-wrap{margin-right: 50px;}
   .t4-logo02{margin-top: 0;}
   .gp-nav1{width: 100%;margin: 0 auto;padding-right: 0;text-align: center;padding-bottom: 10px;}
   .gp-nav1 > ul > li{float: none;display: inline-block;*display: inline;*zoom:1;height: 40px;line-height: 40px;}
   .gp-nav-horizontal .gp-subNav{top: 40px;}
   .gp-header1.currents .gp-logo1{float: left;}
   .gp-header1.currents .gp-nav1{float: right;width: auto;padding-bottom: 0}
   .gp-header1.currents .gp-nav1 > ul > li > a{padding: 0 8px;}
   .gp-header1.currents .gp-subNav dd a{padding: 5px;}
   .gp-header1.currents .gp-logo1{padding-left: 10px; }
   .t4-footer-wrap{margin-top: 40px;}
   
}
@media screen and (max-width:1220px){
  .t4-footer,.t4-copyRight{width: auto;margin-left: 30px;margin-right: 30px;}
  .t4-footer{padding-bottom: 50px;}
}
@media screen and (max-width:1020px) {
  .gp-logo1{padding:15px 0;float: none;text-align: center;}
  .gp-nav1{display: none;}
  .t4-top-wrap{display: none;}
  .gp-menu{display: block;}

}
@media screen and (max-width:992px){
  .t4-flogo{text-align: center;}
  .t4-flogo{padding-top: 0;}
  .t4-flinks01{padding-left: 0;margin-left: 20px; border-left: none}
  .gp-f18{font-size: 1.6rem;}
}

@media screen and (max-width:479px) {
  .t4-flinks-list li,.t4-flinks-list02 li{width: 49%;}
  /*.gp-menu-nav.gp-menu-dropdown2 > ul > li{position: relative;}*/
  /*.gp-menu-nav.gp-menu-dropdown2 > ul > li > ul{position: static;left: auto;top: auto;}*/
}


