@charset "utf-8";
body{background: url(../images/headerBg.png) top center no-repeat;}
@media screen and (min-width:1920px){
	body{background-size: 100% auto;}
}

.gp-img-responsive img:hover{transform:scale(1.03);opacity: 1;}
.gp-nav-horizontal{float: right;margin: 0 -18px 0 0;}
.gp-goTop{line-height: normal;background: rgba(255,255,255,0.6);border-radius: 6px;}
.gp-goTop:hover{background: #fff;}
.gp-goTop-fixed{right: 50%;margin-right: -657px;bottom: 40px;color: #9B0000;}
.gp-goTop-fixed.bottom{bottom: 60px;}


.t3-title{display: block;overflow: hidden;text-overflow: ellipsis;}
.t3-info{display: block;overflow: hidden;}
.t3-img{display: block;overflow: hidden;width: 100%;height: 0;}
.t3-img img{width: 100%;display: block;}
.t3-img img:hover{transform: scale(1.05);-ms-transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05);transition: all ease-in 0.2s;-ms-transition: all ease-in 0.2s;-moz-transition: all ease-in 0.2s;-webkit-transition: all ease-in 0.2s;-o-transition: all ease-in 0.2s;}
.t3-time{font-family: 'Arial';}

.gp-header1{transition: all 0.35s ease-in-out;}
.gp-logo1{padding: 40px 0 0;transition: padding 0.3s ease-in-out;}
.gp-topRight1{height: 30px;line-height: 30px;padding-top: 75px;}
.gp-topRight1 a{color: #fff;padding: 7px 0 0 35px;background: url(../images/topLink.png) left center no-repeat;}
.gp-topRight1 span{color:#fff;margin:0 10px;opacity: 0.5;filter: alpha(opacity=50);}
.gp-nav1{height: 50px;}
.gp-nav1 > ul > li{height: 50px;line-height: 62px;position: relative;float: left;position: relative;}
.gp-nav1 > ul > li::before{content: '';position: absolute;left: 0;bottom: 9px;width: 2px;height: 19px;background: #fff;}
.gp-nav1 > ul > li:first-child::before{display: none;}
.gp-nav1 > ul > li > a{display: block;padding: 0 16px;color: #fff;}
.gp-nav1 > ul > li.on > a{background: #fff;color: #9B0000;font-weight: bold;}
.gp-nav1 > ul > li.on .gp-subNav{display: block;}
.gp-subNav{z-index: 3;position: relative;}
.gp-subNav a:hover{background: #9B0000;color: #fff;}

.gp-logo1{font-size: 0;}
/* .t3-logo1{width: 67.4%;display: block;float: left;}
.t3-logo2{width: 32.6%;display: block;float: left;} */

/*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:#fff; 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;}

/*手机端导航默认*/
.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;}

@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;max-width: 400px;margin: 0 auto;overflow: hidden;}
  .gp-nav1{display: none;}
  .gp-topRight1{display: none;}
  .gp-menu{display: block;}
  
}




footer{background: #9B0000;line-height: 17px;color: #fff;}
.footer{padding: 32px 0 60px;}
.footer .lf{width: 47.5%;padding: 9px 0 0 0;float: left;text-align: right;line-height: 24px;}
.footer .rt{margin: 0 0 0 49%;}
.footer .rt .codeBox{display: inline-block;*display: inline;*zoom:1;padding: 0 10px;text-align: center;}
.footer .rt .codeBox img{display: inline-block;*display: inline;*zoom:1;text-align: center;}
.footer .rt .codeBox p{color: #fff;}
@media screen and (max-width:768px) {
	.footer{padding: 24px 0;}
	.footer .lf{width: 100%;text-align: center;padding: 0 0 20px;}
	.footer .rt{margin: 0;text-align: center;}
  
  
}
@media screen and (max-width:1366px){
	.gp-goTop-fixed{right: 2.5%;margin: 0;}
	
}



