/* 测试是否一致 */
@charset "utf-8";
/*基本样式*/
html{font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #333;font-family:'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;background: #efeff4;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: subpixel-antialiased;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img,object{max-width:100%;width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color:#333;transition: all 0.5s ease-in-out;}
a *{transition: all 0.5s ease-in-out;}
a:hover{text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
ul,ol,li{list-style:none outside none;}
pre,code {white-space:pre-wrap}
.gp-pa{position: absolute;}
.gp-pr{position: relative;}
.gp-clearFix{*zoom:1;clear:both;}
.gp-clearFix:after{content: '';display: block;clear:both;}
.gp-clear{width: 100%;overflow:hidden;}
/*响应式图片*/
.gp-img-responsive{width: 100%;height: 0;padding-bottom: 65.67%;overflow:hidden;display: block;background-color: #d2d2d2}
.gp-img-responsive img{width: 100%;transition: all 0.5s ease-in-out;}
.gp-img-responsive img:hover{transform:scale(1.03);opacity: 0.85;}
.gp-radius{border-radius: 3px;display: block;overflow: hidden;}
.gp-round{border-radius: 500px;display: block;overflow: hidden;}
.gp-circle{border-radius: 50%;display: block;overflow: hidden;}
/*边框*/
.gp-img-thumbnail {display:inline-block;max-width:100%;height:auto;padding:2px;line-height:1.6;background-color:#fff; border:1px solid #ddd;border-radius:0; -webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.gp-ib{display:inline-block;*display:inline;*zoom:1;}
/*半透明背景*/
.gp-overlay{width: 100%;height: 100%;position: fixed;top: 0;z-index: 800;background: #000;opacity: 0.7;filter: alpha(opacity=80);display: none;left:0}
/*文章页控制ul li序号*/
.gp-article ol,.gp-article ol li,.gp-order-list li,.gp-order-list{list-style:decimal inside none;}
.gp-article ul,.gp-article ul li,.gp-unorder-list li,.gp-unorder-list{list-style: disc inside  none;}
.gp-unorder-list.circle{list-style-type:circle}
.gp-unorder-list.square,.gp-unorder-list.square li{list-style-type:square}
.gp-unorder-list.upper-roman,.gp-unorder-list.upper-roman li{list-style-type:upper-roman}
.gp-unorder-list.lower-alpha,.gp-unorder-list.lower-alpha li{list-style-type:lower-alpha}
/*字号*/
.gp-f12{font-size:12px;font-size: 1.2rem;}
.gp-f14{font-size:14px;font-size: 1.4rem;}
.gp-f16{font-size:16px;font-size: 1.6rem;}
.gp-f18{font-size:18px;font-size: 1.8rem;}
.gp-f20{font-size:20px;font-size: 2rem;}
.gp-f22{font-size:22px;font-size: 2.2rem;}
.gp-f24{font-size:24px;font-size: 2.4rem;}
.gp-f26{font-size:26px;font-size: 2.6rem;}
.gp-f28{font-size:28px;font-size: 2.8rem;}
.gp-f30{font-size:30px;font-size: 3rem;}
.gp-f32{font-size:32px;font-size: 3.2rem;}
.gp-f34{font-size:34px;font-size: 3.4rem;}
.gp-f36{font-size:36px;font-size: 3.6rem;}
.gp-f38{font-size:38px;font-size: 3.8rem;}
.gp-f40{font-size:40px;font-size: 4rem;}
.gp-ul-inline{font-size: 0;}
.gp-ul-inline > li{display: inline-block;*display: inline;*zoom:1;font-size: 14px;vertical-align: top;}
.gp-fl{float: left;}
.gp-fr{float: right;}
.gp-center{display: block;margin-left: auto;margin-right: auto;}
.gp-vam,.gp-vama *{vertical-align:middle;}
.gp-fwn{font-weight: normal;}
.gp-fwb{font-weight: bold;}
/*
字体色
*/
.black *{color:#333}
.white *{color:#fff}
/*一行截短*/
.gp-ellipsis,.gp-text-truncate { word-wrap:normal; text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
/*透明度*/
.gp-opt-50{	opacity: 0.5;filter: alpha(opacity=50);}
/*-平均分配*/
[class*="gp-avg"] > li {float: left;}

/*
版心和间距的问题
*/
.gp-container{width: 1400px;margin-left: auto;margin-right: auto;}
.gp-row{margin-left: -15px;margin-right: -15px;}
.gp-m15{margin:0 20px}
.gp-p15{padding-left: 15px;padding-right: 15px;}
@media screen and (max-width:1480px) {
  .gp-container{width: 1200px;}
}
@media screen and (max-width:1220px) {
  .gp-container{width: 1000px;}
}
@media screen and (max-width:1020px) {
  .gp-container{width: auto;margin-left: 15px;margin-right: 15px;}
}
@media screen and (max-width:767px) {
  .gp-container{margin-left: 15px;margin-right: 15px;}
  .gp-row{margin-left: -8px;margin-right: -8px;}
  .gp-p15{padding-left: 8px;padding-right: 8px;}
  .gp-m15{margin-left: 8px;margin-right: 8px;}
}

/*水平导航*/
.gp-nav-horizontal{}
.gp-nav-horizontal > li{display: inline-block;*display: inline;*zoom:1;position: relative;}
.gp-nav-justify{ width:100%;display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;text-align: center;}
.gp-nav-justify > li{ float:none;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1; flex:1}
/*导航二级菜单*/
.gp-nav-horizontal .gp-subNav{position: absolute;left: 0;top: 50px;background: #fff;}
.gp-subNav{width:100%;overflow: hidden;display:none;}
.gp-subNav dd a {padding:8px 2px;display: block;line-height: 1.5;font-size: 14px;font-size: 1.4rem;text-align: center;}

/*
面包屑
*/
.gp-bread{height:auto; line-height:20px; color:#999;padding:15px 0;overflow:hidden;}
.gp-bread span{color:#999;margin:0 10px}
.gp-bread a{color:#666;}
.gp-bread a:hover{color:#000;}

@media screen and (max-width:767px) {
	.gp-article img{width:auto !important;height:auto !important;}
  .gp-article video{width:100% !important; height:auto !important;}
  .gp-article table{width:100% !important; }
  html{font-size: 54.705%;}
  body{font-size:1.4rem;}
}
/*
pad端固定宽度
*/
@media screen and (max-width:999px) {
  .gp-flex{display: flex;display: -webkit-flex;}
  .gp-flex-fixed{width: 250px;}
  .gp-flex-flexible{flex:1;width: auto ;}
}

/***
布局-网格样式 
**/

[class*="gp-xs"],[class*="gp-sm"],[class*="gp-md"],[class*="gp-lg"] {
  display: inline-block;*display: inline;*zoom:1;vertical-align: top;width: 100%;
}
@media screen and (min-width:100px){
   [class*="gp-avg"] li{width: 100%;display: block;}
  /*平均分配*/
  .gp-avg-xxs-1 > li{width: 100%;}
  .gp-avg-xxs-2 > li{width: 50%;}
  .gp-avg-xxs-3 > li{width: 33.3%;}
  .gp-avg-xxs-4 > li{width: 25%;}
  .gp-avg-xxs-5 > li{width: 20%;}
  
  .gp-avg-1 > li{width: 100%;float: right;}
  .gp-avg-2 > li{width: 50%;}
  .gp-avg-3 > li{width: 33.3%;}
  .gp-avg-4 > li{width: 25%;}
  .gp-avg-5 > li{width: 20%;}
}
@media screen and (max-width:479px) {
  [class*="gp-xs"]{width: 100%;display: block;}
  /*平均分配*/
  .gp-avg-xxs-1 > li{width: 100%;}
  .gp-avg-xxs-2 > li{width: 50%;}
  .gp-avg-xxs-3 > li{width: 33.3%;}
  .gp-avg-xxs-4 > li{width: 25%;}
  .gp-avg-xxs-5 > li{width: 20%;}
}
@media screen and (min-width:479px) {
  
  /*平均分配*/
  .gp-avg-xs-1 > li{width: 100%;}
  .gp-avg-xs-2 > li{width: 50%;}
  .gp-avg-xs-3 > li{width: 33.3%;}
  .gp-avg-xs-4 > li{width: 25%;}
  .gp-avg-xs-5 > li{width: 20%;}
  
}

@media screen and (min-width:767px) {
  /*平均分配*/
  .gp-avg-sm-1 > li{width: 100%;}
  .gp-avg-sm-2 > li{width: 50%;}
  .gp-avg-sm-3 > li{width: 33.3%;}
  .gp-avg-sm-4 > li{width: 25%;}
  .gp-avg-sm-5 > li{width: 20%;}
}  
@media screen and (min-width:997px) {
  
  /*平均分配*/
  .gp-avg-md-1 > li{width: 100%;}
  .gp-avg-md-2 > li{width: 50%;}
  .gp-avg-md-3 > li{width: 33.3%;}
  .gp-avg-md-4 > li{width: 25%;}
  .gp-avg-md-5 > li{width: 20%;}
}
@media screen and (min-width:1920px) {
  /*平均分配*/
  .gp-avg-lg-1 > li{width: 100%;}
  .gp-avg-lg-2 > li{width: 50%;}
  .gp-avg-lg-3 > li{width: 33.3%;}
  .gp-avg-lg-4 > li{width: 25%;}
  .gp-avg-lg-5 > li{width: 20%;}
}

/*
表格
*/
.gp-table > tbody > tr > td, .gp-table > tbody > tr > th, .gp-table > tfoot > tr > td, .gp-table > tfoot > tr > th, .gp-table > thead > tr > td, .gp-table > thead > tr > th{padding:12px;padding:1rem;}
.gp-table-bordered { border:solid #ddd;border-width: 0px 1px 1px 0px;}
.gp-table *{word-break: break-all;}
/*边框*/
.gp-table-bordered  td{ border:solid #ddd; border-width:1px 0px 0px 1px;}
/*条纹*/
.gp-table-striped>tbody>tr:nth-child(odd)>td,
.gp-table-striped>tbody>tr:nth-child(odd)>th {
 background-color:#f9f9f9
}
/*置顶*/
.gp-goTop{width: 40px;height: 40px;line-height: 40px;text-align: center;font-size: 2.8rem;transition: all 0.3s ease-in-out;color: #fff;background: #9b7fb1;border-radius: 5px;*display: none;*background: url(../images/totop.png) no-repeat center center  #9b7fb1;}
.gp-goTop-fixed{position: fixed;right: 20px;bottom: 20px;z-index: 800;*display: none;}
.gp-goTop-fixed.bottom{bottom: 150px;}


/* 页面公共内容 */

/*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:36px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:absolute; height: 36px;line-height:36px; border:none; background:none; top:0px;overflow: hidden; }
.gp-search input.notxt{color:#667ebb; 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;margin-left: 0;}
.gp-search4{height: 0;border:none;width: 800px;overflow: hidden;position: fixed;top: 50%;z-index: 802;left: 50%;margin-top: -27px;margin-left: -400px;}
.gp-search4 .gp-ser{max-width: 800px;}
.gp-search4 input,.gp-search4 button{height: 54px;line-height: 54px;}
.gp-search4 .gp-ser{height: 54px;border: 1px solid #ccc;}
.gp-search4 .notxt1{background: #092c87;color:#fff;*background:url(../images/t4_serbtn.png) no-repeat center center #092c87;}
.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: 70px;display: none;border-top: 4px solid #9b7fb1;}
.gp-menu-header{position: absolute;top: 0%;right: 0;z-index: 996;width: 100%;height: 70px;background: #8c1515;box-shadow: 1px 1px 10px rgba(0,0,0,0.5);}
.mlogo{float: left;line-height: 70px;padding-left: 15px;padding-top: 10px;}
/* .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;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;margin-top: 17px;}
.gp-menu-header-icon span{  position: absolute; left: calc((100% - 25px) / 2);  top: calc((100% - 2px) / 3);  width: 27px;  height: 3px;  background-color: #fff;}
.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: 70px;right: 0px;padding-top: 20px;/*! padding-bottom: 3000px; *//*! margin-bottom: -3000px; */ background:#8c1515;display: none;box-shadow: -10px 0 20px rgba(0,0,0,0.5);padding-bottom: 50px;}
.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.1); */}
.gp-menu-nav > ul > li > a{display: block;padding:14px 0 14px 0px;font-size: 1.6rem;width: 90%;float: right;border-bottom: 1px solid rgba(255,255,255,0.1);}
.gp-menu-nav > ul > li > ul {/*! background: rgba(0,0,0,0.1); *//*! padding:0 25px; */width: 86%;float: right;}
.gp-menu-nav > ul > li > ul a{display: inline-block;padding:10px 0;/*! font-size: 1.3rem; */}
.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 > ul > li.on{background: rgba(0,0,0,0.1);}
.gp-menu-nav > ul > li.on > a{border-bottom: none;}
.gp-menu-nav > ul > li:last-child > a{border-bottom: none;}
.gp-menu-nav > ul{border-bottom: 2px solid rgba(255,255,255,0.1);}
/*导航内标签效果*/
.gp-menu-nav a{color:#fff;}
.gp-menu-link{text-align: center;border-bottom: 2px solid rgba(255,255,255,0.1);padding: 10px 0;}
.gp-menu-link a{display: inline-block;margin: 10px 12px;color:rgba(255,255,255,0.5);font-size: 1.6rem;}
.gp-menu-link span{color:rgba(255,255,255,0.1);}
/*.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;
  }
}



/*
侧滑右侧
*/

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

/* .gp-menu-nav.gp-menu-offcanvas2 > ul{position: relative;}
.gp-menu-nav.gp-menu-offcanvas2 > ul > li{border-bottom: none;position:static;}
.gp-menu-nav.gp-menu-offcanvas2 > ul > li > ul {position: absolute;left: 0;width: 100%;z-index: 1000;box-shadow: 0 0 3px rgba(0,0,0,.15);right: 5px;padding: 8px 0;text-align: center;}
 */

/*5移动端搜索默认*/
.gp-m-search {width:100%;margin:10px auto 0;display: block;border: none; border-bottom:2px solid rgba(255,255,255,0.2);}
.gp-m-search .notxt1{right: 11px;width: 40px;font-size: 2.5rem;}
.gp-m-search input.notxt{right: 0;width: 90%;box-sizing: border-box;padding-left: 0;font-size: 1.8rem;left: auto;}



/* 头部样式 */
.header{width: 100%;z-index: 9991;position: fixed;top: 0;left: 0;transition:all 0.4s ease-in-out;border-top: 5px solid #092c87;}
.top{width: 1448px;margin: 0 auto;height: 72px;line-height: 72px;transition: all 0.4s ease-in-out;background: #092c87;border-bottom:8px solid #9b7fb1;position: fixed;left: 50%;margin-left: -724px;}
.top .gp-container{overflow: hidden;height: 72px;line-height: 72px;}
.top .gp-container .before,.top .gp-container .after{content: '';clear: both;position: absolute;width: 22px;height: 8px;background: #9b7fb1;bottom: -8px;}
.top .gp-container .before{left: -20px;}
.top .gp-container .after{right: -19px;}
.top *{color:#9ba2c3}
.top > i{top: 0;width:37px;height: 72px ;z-index:4;}
.top > i.top-lf-bg{left: -37px;background: url(../images/top_bg1.png) no-repeat center left;}
.top > i.top-rt-bg{right: -36px;background: url(../images/top_bg2.png) no-repeat center right;}
.top-lf{}
.top-rt{}
.top span{margin-right: 15px;margin-left: 15px;color:#38549d}

.top a:hover{color:#fff}
.top-rt a{margin-left: 20px;}
.top-rt a i,.gp-serBtn2{color:#fff;display: inline-block;text-align: center;*display: inline;*zoom:1; width: 24px;height: 24px;line-height: 24px;border:1px solid #1f3f92;border-radius: 50%;margin-right: 8px;}
.top-rt a i{*display: none;}
.logo{width:209px;height:0;/* padding-top: 10px; */position: relative;z-index: 80;top:0;margin:0 auto;transition: all 0.3s ease-in-out;text-align: center;}
.logo span{display: inline-block;*display: inline;*zoom:1;position: relative;z-index: 10 }
.logo01{width: 76px;margin-bottom: 10px;margin-top: 17px;}
.logo .logobg{position: absolute;width:100%;height:176px;left: 0;top: 0;z-index: -1;background: #092c87;box-shadow: 0px 0px 20px rgba(0,0,0,0.35);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;transition: all 0.3s ease-in-out;}
.gp-nav{margin:0 auto;z-index: 9992;/*! position: relative; */margin-top: 104px;}
.gp-nav ul{width: 42%;}

.gp-nav ul li{ height: 50px;transition: all 0.3s ease-in-out;position: relative;text-shadow: 1px 1px 1px rgba(0,0,0);}
.gp-nav ul > li{position: relative;}
.gp-nav ul > li:before{content: '';background-color: #fff;position: absolute;left: 0;bottom: 0;width: 0; height: 0;transition: all 0.3s ease-in-out;}
.gp-nav ul > li.on:before{width: 30px;height: 2px;}
.gp-nav ul.gp-nav-rt > li:before{right: 0;left: auto;}
.gp-nav ul li > a{padding:0;text-align:left;line-height:50px;height: 50px; display: block;transition: all 0.3s ease-in-out;letter-spacing: 0.3px;white-space: nowrap;}
.gp-nav ul.gp-nav-rt li > a{text-align: right;}
.gp-nav ul li.on > a,.gp-nav ul li:hover > a{color:#fff}

.gp-nav ul li.on .gp-subNav{display: block;background: #092c87; background:rgba(9,44,135,0.8);background:-webkit-gradient(left top,left bottom,color-stop(100%,rgba(9,44,135,0)),color-stop(100%,rgba(9,44,135,0)));
  background:-webkit-linear-gradient(top,rgba(9,44,135,1) 0%,rgba(9,44,135,0,0) 100%);
  background:linear-gradient(to bottom,rgba(9,44,135,1) 0%,rgba(9,44,135,0) 100%);
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);*/}
.nav-wrapper{margin-top: -5px;}
.gp-subNav{width:100%;padding:10px 0 80px;*padding-bottom: 30px;}
.gp-subNav{position: absolute;left:0;top:50px;display: none;text-align: center;}
.gp-subNav dd {}
.gp-subNav a{color:#fff;padding:8px 7px;display: block;}
.gp-subNav a:hover{background-color:#0b54b6;}



@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp ;
  animation-name: fadeInUp ;
  animation-duration: 0.5s; 
  -webkit-animation-duration: 0.5s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: block;
}


/*头部固定*/
.header.currents{position: fixed;top: 0;left: 0;width: 100%;height:72px;z-index: 9999;border-top: none;}
.header.currents .logo .logo02{display: none;}
.header.currents .top{width: 100%;height: 64px;line-height: 64px;background-color:#092c87 ;position: fixed;border-bottom: 4px solid #9b7fb1;left: 0;top: 0;margin-left: 0;}
.header.currents .top .gp-container{display: none;}
/* .header.currents .top .gp-container:before,.header.currents .top .gp-container:after{width: 0;} */
.header.currents .nav-wrapper{margin-top: 0px;}
.header.currents .logo{width: 123px;}
.header.currents .logo .logobg{height: 110px;border-bottom-left-radius: 50%;border-bottom-right-radius: 50%;}
.header.currents .logo .logo01{margin-top: 17px;}
.header.currents .gp-nav{margin-top: 0;}
.header.currents .gp-nav ul li{ height: 60px;}
.header.currents .gp-nav ul li > a{line-height:60px;height:60px; }
.header.currents .gp-subNav{top: 60px;}
.header.currents .top .gp-container{width: 0;border-bottom: none; }
.header.currents .top > i.top-lf-bg,.header.currents .top > i.top-rt-bg {height: 64px;}
.header.currents .top .gp-container{height: 0;}



/* footer */
.gp-footerWrap {width: 100%; background:#153faa; background: -webkit-linear-gradient(top,  #153faa,#092c87); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #153faa,#092c87); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom,  #153faa,#092c87); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #153faa,#092c87);}
.gp-footer{padding: 76px 0 108px;background: url(../images/footer_bg.png) no-repeat center bottom;overflow: hidden;}
.gp-footer-lf{width: 26.35%;}
.f-logo{width: 105px;}
.f-logo-box{overflow: hidden;border-bottom: 1px solid #2749a1;padding-bottom: 20px;margin-bottom: 14px;}
.f-code{margin: 0 -11px;}
.f-code li > div{margin: 0 15px;text-align: center;}
.f-code li img{width: 100px;margin-bottom: 5px;}
.f-links{margin: 0 0 0 -10px;}
.f-links li{margin-bottom: 15px;}
.f-links li a{display: block;padding-left: 9px;*padding-left: 0;margin: 0 0 0 11px;}
.f-links li a:before{content: '';clear: both;left: 0;top: 6px;height: 4px;width: 4px;border-radius: 50%;background: #f6ab00;position: absolute;}

.gp-footer-rt{width: 20.72%;}
.address{ border-bottom: 1px solid #2749a1 ; padding-bottom: 15px;  margin-bottom: 15px; }
.address1 { border: 0px; padding: 0px; margin: 0px; }
.address p{overflow: hidden;margin-bottom: 6px;line-height: 24px;}
.address span{display: block;}
.address i{width: 24px;height: 24px;line-height: 24px;text-align: center;float: left;margin-right: 10px;background: #0f328d;border:1px solid #2044a3;border-radius: 50%;}
.address i.icon-map{*background:url(../images/map.png) no-repeat center center  #0f328d;}
.address i.icon-youjian{*background:url(../images/mail.png) no-repeat center center  #0f328d;}
.address i.icon-dianhua{*background:url(../images/phone.png) no-repeat center center  #0f328d;}
.copyRight img{float: left;width: 26px;margin-top: 8px;}
.copyRight p{line-height: 26px;margin-left:40px;}






@media screen and (min-width:1024px) {
	.logo a:hover .logobg{box-shadow: 0px 0px 40px rgba(0,0,0,0.6);}
	.f-links li a:hover{padding-left: 25px;color:#fff; }

}


@media screen and (max-width:1480px) {
	.top{width: 1280px;margin-left: -640px;}
	.logo{width: 168px;}
	.logo .logobg{height: 149px;}
	.top,.top .gp-container{height: 66px;line-height: 66px;}
	.top > i{height: 66px;}
	.gp-nav{margin-top: 89px;}
	.gp-footer-lf {width: 32.35%;}
	.gp-footer-rt{width: 20.35%;}
}


@media screen and (max-width:1220px){
	.top{width: 100%;left: 0;margin-left: 0;}
	.top,.top .gp-container{height: 50px;line-height: 50px;}
	.gp-nav .gp-nav-lf{margin-left: 0;}
	.gp-nav .gp-nav-rt{margin-right: 0;}
  .gp-nav ul{width: 45%;}
	.logo{width: 134px;}
	.logo .logobg{height: 134px;}
	.header.currents .logo{width:80px;}
	.header.currents .logo .logobg{height: 80px;}
	.gp-nav{margin-top: 73px;}
	.top *{font-size: 1.2rem;}
	.top span{margin-left: 10px;margin-right: 10px;}
	.top-rt a{margin-left: 10px;}
	.top-rt a i, .gp-serBtn2{margin-right: 8px;}
	.gp-nav ul li > a{font-size: 1.5rem;}
	.header.currents .top,.header.currents .gp-nav ul li,.header.currents .gp-nav ul li > a{height: 54px;line-height: 54px;}
	.header.currents .gp-nav ul li >a{color:#fff}
	.gp-footer-lf {width: 40.35%;}
		.gp-footer-rt{width: 25.35%;}
		.gp-footer{padding: 80px 0; background-size: auto 94%;}
	
}
@media screen and (max-width:1024px) {
  .gp-nav{display: none;}
  .gp-menu{display: block;}
  .top{display: none;}
  .logo{display: none;}
  .header{border-top: none;position: static;}
  .gp-footer-lf {width: 340px;}
  .gp-footer-rt{width: auto;}
  .f-logo-box{padding-bottom: 15px;margin-bottom: 15px;}

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

  .gp-f18{font-size: 1.6rem;}
}

@media screen and (max-width:992px) {
	
  .gp-footer-lf,.gp-footer-rt{float: none;width: 100%;}
  .gp-footer-rt{margin-top: 20px;padding-top: 20px;border-top: 1px solid #2749a1;}
  .gp-footer{padding:50px 0; background-size: auto 70%;}
  .f-logo{width: 30%;}
  .f-code{width: 70%;}
  .f-code li > div{border-left: 1px solid #2749a1;padding-left: 13px;margin-left: 14px;margin-right: 10px;}
  .f-links{margin-right: 10%;}
}



@media screen and (max-width:480px) {
.f-logo {/* width: 100%; */float: none;margin: 0 auto 30px;}
.f-code { width: 100%; float: none; }
}