@charset "utf-8";
/* CSS Document */


.header{ position: relative;border-bottom: #f49080 4px solid;}
.logo{padding:15px 0;font-size: 0;width: 40%;float: left;transition: all 0.3s ease;}

.logo a{display: inline-block;vertical-align: middle;}
.logo:hover{opacity: 0.9;}
.topWrap{ background: #b51f21; height: 38px; line-height: 38px; }
.topNav{ height: 26px; text-align: right;position: relative;}
.topNav a{ color: #fff; display: inline-block; position: relative; height: 26px;text-align: center;line-height: 26px; margin-right: 280px;}

.ser{width:240px; height:24px; position: absolute;overflow:hidden;display: block;top: 6px;right: 0;border: #c44c4d 1px solid; }
.search input{position:absolute;  height: 24px;line-height:24px; color:#262626; border:none; background:none; top:0px; padding-left:0px; }
.search input.notxt{color:#f0f0f0; padding:0 36px 0 15px;width:78%;right: 0;}   
.search input.notxt1 {position: absolute;width: 15%;height:24px;left:200px;border: none;cursor:pointer; overflow: hidden;padding-right:0;color:#bbbdc3;border:none;background:url(../images/ser.png) no-repeat center;}

/*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:#666;}
.icon-search{ background: url(../images/ser.png) no-repeat center !important; display: block; width: 20px; height: 20px; }

/*4.搜索按钮全屏展开*/
#gp-serBtn4{z-index: 800; position: relative;}
.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-break: 40px;}
.gp-search4 .gp-ser{height: 40px;border: 1px solid #ccc;margin-top: 20px;}
.gp-search4 .notxt1{background:url(../images/ser.png) no-repeat center #133f9d !important;color:#fff}
.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;}
@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;}
}
.gp-serBtn2{width: auto;height: 30px;/*! border-radius: 0 0 5px 5px ; */color: #fff;line-height: 30px;text-align: center;color: #e0c67e;/*position: absolute;right: 0;top: 0;*/}
.gp-serBtn2:hover{color: #fff;}


/*5移动端搜索默认*/
.gp-m-search {width:95%;margin:10px auto 0;display: block;}
.gp-m-search .notxt1{right: auto;left: 0;width: 40px;color: #fff;}
.gp-m-search input.notxt{left: 0;width: 100%;box-sizing: border-box;padding-left: 42px;}
.searchWrap{position: absolute;right: 0;top: 30px;z-index: 20;}
.navWrap{z-index: 8;float: right;padding-top: 10px;position: relative; }
/*web导航*/
.nav {}
.nav > li{float: left;position: relative;text-align: center;padding:0 24px;}
.nav > li > a{display:inline-block;line-height: 1;font-size: 18px;/*! color: #fff; */ transition: all 0.35s ease-in-out;position: relative;z-index: 50;font-weight: bold;vertical-align: top;height: 59px;line-height: 59px;position: relative;}
.nav > li > a:before{content: '';width: 0;height: 2px;background-color: #fff;position: absolute;left: 50%;bottom: 0;transition: all 0.35s ease-in-out;}
.nav > li > a:hover:before,.nav > li.on > a:before{width: 100%;left: 0;}
.second_nav1{position: absolute;left: 0;top: 59px;width: 100%;display: none;text-align: center; background: #b51f21;}
.second_nav1 > dd {}
.second_nav1 > dd > a{display: block;border-bottom: 1px solid #rgba(255,255,255,0.2);padding:10px 15px;font-size: 16px;transition: all 0.3s ease-in-out;color: #fff;line-height: 1.5;}
.second_nav1 > dd > a:hover{background: #cd2326;}
.nav > li.on .second_nav1{display: block;}
.fadeInUpSmall  {  -webkit-animation-name: fadeInUpSmall ;  animation-name: fadeInUpSmall ;  animation-duration: 0.4s;   -webkit-animation-duration: 0.4s;  animation-timing-function: ease-in-out;   -webkit-animation-timing-function: ease-in-out;     visibility: visible !important;  }
@-webkit-keyframes fadeInUpSmall {
  0% {   opacity: 0;    -webkit-transform: translate3d(0, 20px, 0);    transform: translate3d(0, 20px, 0);  }
  100% {    opacity: 1;    -webkit-transform: none;    transform: none;  }
}
@keyframes fadeInUpSmall {  
  0% {    opacity: 0;    -webkit-transform: translate3d(0, 20px, 0);    -ms-transform: translate3d(0, 20px, 0);    transform: translate3d(0, 20px, 0);  }
  100% {    opacity: 1;    -webkit-transform: none;    -ms-transform: none;    transform: none;  }
}

/*头部定位*/
.header.currents{box-shadow: 0 0 15px rgba(0,0,0,0.2);position: fixed;left:0;top: 0;height: 60px;width: 100%;margin-bottom: 0;
  background-color: #80249d;
  background: -moz-linear-gradient( 180deg, rgb(100,22,166) 0%, rgb(172,58,143) 100%);
  background: -webkit-linear-gradient( 180deg, rgb(100,22,166) 0%, rgb(172,58,143) 100%);
  background: -ms-linear-gradient( 180deg, rgb(100,22,166) 0%, rgb(172,58,143) 100%);}
.header.currents .topNav{display: none;}
.header.currents .logo{padding-top: 12px;}
.header.currents .logo_01{width: 220px;}
.header.currents .navWrap{ margin-right: 0; }
.header.currents .gp-serBtn2{display: none;}
.header.currents .nav > li > a{}
.header.currents .navWrap{padding-top: 0;}
.header.currents .second_nav1{top: 60px;}
/*手机端导航默认*/
.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: absolute;display: none;right: 0;top: 0;z-index: 400;}
.gp-menu-header{position: absolute;top: 0;right: 8px;z-index: 996;width: 100%;height:40px;/*! margin-top: -20px; */}
.gp-menu-link{float: left;line-height: 40px;height: 40px;padding-left: 15px;}
.gp-menu-link a{color:#fff;}
.gp-menu-header-icon{color: #fff; height: 40px; float:right;width: 30px;position: relative;  -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s;cursor: pointer;margin:0 10px 0 0}
.gp-menu-header-icon i{color: #fff;margin-top: 40px;display: block;font-style: normal;text-align: right;}
.gp-menu-header-icon span{  position: absolute; left: calc((100% - 30px) / 2);  top: calc((100% - 6px) / 2.3);  width: 30px;  height: 2px;  background-color: #fff;}
.gp-menu-header-icon-out span{width: 30px;height: 2px;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);width:24px;}
.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{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;width:30px;margin-left: 0;}
.gp-menu-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
.gp-menu-header-icon-click i{display: none;}
@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;display: none;padding-top: 80px;
  background: #b51f21;}
/*导航*/
.gp-menu-nav a{}
.gp-menu-nav > ul {padding: 10px 30px;}
.gp-menu-nav > ul > li{position: relative;box-sizing: border-box;transition: all 0.5s ease-in;transform: translateX(-40px);opacity: 0;}
.gp-menu-nav > ul > li{position: relative;border-bottom: 1px solid rgba(255,255,255,0.15);}
.gp-menu-nav > ul > li > a{display: inline-block;padding:1.2rem 0 1.2rem 0;font-size: 1.6rem;width: 60%;line-height: 1.4;color: #fff;}
.m-second-nav {display: none;opacity: 0.7;padding-bottom: 1rem;}
.m-second-nav > li{}
.m-second-nav > li.on > span{transform: rotate(45deg);}
.m-second-nav > li > a{display: inline-block;padding:0.5rem 0 0.5rem 10px;font-size: 1.4rem;color: #fff;}
.m-second-nav > li > span{top: 4px;color: #dad6ce;font-size: 1.8rem;}
.gp-menu-arrow {cursor: pointer;width: 30px;height: 38px;line-height: 45px;color:#e9e9e9;text-align: right;
  position: absolute;right: 0;top: 0;font-size: 1.4rem;transition: all 0.3s ease-in-out; background: url(../images/n-rt.png) no-repeat center;}
.gp-menu-nav > ul > li.on > span{transform: rotate(90deg);}
.gp-menu-nav li ul {}
.gp-menu-nav ul li a:hover,.m-link a:hover{ color: #fff; opacity: 0.8; }
/*导航内标签效果*/
.open .gp-menu-link{display: none;}
.open .gp-menu-header{background: none;}
.open .logo,.open .header .divSelect{z-index: 90;}
.gp-menu-header-icon-click{}
.open .gp-menu-nav > ul > li{transform: none;opacity: 1;}

.gp-menu-nav.gp-menu-offcanvas1{position: fixed;display: block;transform: translate(-150%,0);transition: all 1s ease-in-out;width: 100%;right: auto;left:0}
.open .gp-menu-offcanvas1{transform: translate(0,0);position:absolute;}

.mobile-column1{width: 100%;left: -100%;position: absolute;top: 50%;transform: translateY(-50%);}
.m-link{margin:0 30px;padding:15px 0;}
.m-link a{display: inline-block;vertical-align: middle;line-height: 1.5;padding:4px 0;color: #fff;}
/*加页面动画*/
.effect2{opacity: 0;transform: translateY(35px);transition: transform 0.6s, opacity 0.6s ease-in-out }
.effect2.isView{transform: none;opacity: 1 !important;}
.mb50{margin-bottom: 50px;}
.mb45{margin-bottom: 45px;}
.pt40{padding-top: 40px;}


/*footer*/
 
.wrap_footer{background:url(../images/footerbg.jpg) no-repeat center bottom; background-size: cover;}
.footer { padding: 35px 0;  }
.footer-lf{ width: 68%; overflow: hidden; margin-top: 10px;}
.footer-lf a{ display: inline-block; padding: 5px 35px 5px 0; opacity: 0.8;}
.footer-lf a:hover{ color: #fff; opacity: 1; }
.f-logo{ text-align: center; overflow: hidden; margin-bottom: 35px;}
.f-logo a{ display: block; margin: 0 auto; max-width: 421px;}
.footer-rt{ width: 34px; text-align: right;}
.codeList li{ display: inline-block; vertical-align: middle;}
.codeList li a{display: inline-block; width: 34px; height:34px; transition: all 0.3s ease-in-out;}
.codeList li a.weixin{ background: url(../images/wechat.png) no-repeat center; }
.codeList li a.sina{ background: url(../images/sina.png) no-repeat center; }
.codeList li a:hover{ opacity: 0.95; }
.code{position: relative;}
.code i{width: 98px;display: none;left: 50%;margin-left: -44px;position: absolute;height: 98px;bottom: 55px;}
.codeList li.code2 a{ width: 100px; height: 38px; }
.copyRight{ text-align: center; background: rgba(0,0,0,0.2); overflow: hidden; line-height: 24px; padding: 14px 0; opacity: 0.8;}




@media screen and (max-width:1400px) {

}


@media screen and (max-width:1020px) {
   .gp-container{ margin-left: 30px; margin-right: 30px; }  
}

@media screen and (max-width:1020px) {
  .header{ }
  .topNav{ display: none; }
  .logo{position: relative; }
  .navWrap,.gp-serBtn2{display: none !important;}
  .gp-menu,.gp-m-search{display: block;}
  .gp-search{border-color: rgba(255,255,255,0.15);}
  .searchWrap{display: none;}
  .logo{width: 40%;padding: 20px 0;}
  .pt40{padding-top: 20px;} 
  .mb50{margin-bottom: 20px;}

}
@media screen and (max-width:997px) {
.mb50{margin-bottom:20px;}
.pt40{padding-top: 15px;}
.gp-container{ margin-left: 15px; margin-right: 15px; }
.footer{ padding: 25px 0; }

}
@media screen and (max-width:766px) {
  .logo{ width: 80%; }
  .footer-lf{ width: 100%; float: none; }
  .footer-rt{ float: none;margin: 10px auto; }


}
@media screen and (max-width:480px) {
  .gp-menu-nav > ul > li > a{font-size: 1.6rem;}
  .gp-menu-nav > ul{padding:10px 20px 0}
  .m-link{margin:0 20px}
  
}

@media screen and (max-width:400px) {
  
}
