@charset "utf-8";
body { overflow-x:hidden; }
.top { background: #1d5f9b; height: 44px; line-height: 44px; }
.gp-topLeft1 a{ color: #cce7ff; font-size: 15px; text-decoration: underline; }
.navIN { width: 1400px; margin: 0 auto; }
.nav_left { float: left; }
.nav_right { float: right; }
.gp-header1{ transition: all 0.35s ease-in-out; z-index: 99; position: relative;}
.gp-container1 { width: 1400px; margin: 0 auto; }
.gp-logo1{padding:15px 25px; position: absolute; left: 50%; top: 0px; background: #5386bd; transition: padding 0.3s ease-in-out; margin: 0 0 0 -90px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; z-index: 99; }
.gp-topRight1{height: 30px;line-height: 30px;padding-top: 6px;}
.gp-topRight1 a{color: #fff;}
.gp-topRight1 span{color:#fff;margin:0 10px;opacity: 0.5;filter: alpha(opacity=50);}
.gp-nav1{ background: #fff; }
.gp-nav1  ul  li{height: 100px;line-height: 100px;position: relative;float: left; transition: 0.5s ease-in-out}
.gp-nav1  ul  li > a{display: block;padding:0 15px;}
.gp-nav1  ul  li.on { background: #5386bd; transition: 0.5s ease-in-out }
.gp-nav1  ul  li.on>a { color: #ffffff; }
.gp-nav1  ul  li.on .gp-subNav{display: block; background: #5386bd; transition: 0.5s; transform: rotateX(360deg);}
.gp-nav1  ul  li.on .gp-subNav a{ color: #ffffff; }
.gp-nav1  ul  li.on .gp-subNav dd:hover { background: #ffffff; }
.gp-nav1  ul  li.on .gp-subNav dd:hover a { color: #5386bd; }
.gp-subNav{ background: #fff; }
/*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; *background: url(../images/serBtn.png) no-repeat center;}
/*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;}


/*低版本跳转样式*/
.ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.7;filter:alpha(opacity=70);z-index:99998;}
.ie9tips{width:400px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -200px;line-height: 1.8;color:#fff;z-index:99999;text-align:center;}
.ie9tips a{color:red;}  
.ie9tips img{display:block;margin:0 auto;opactiy:0.9;filter:alpha(opacity=90);} 
.ie9tips p{padding-top:10px;color:#fff;width: 420px;margin:10px auto;line-height: 1.8;}

/*手机端导航默认*/
.mobile_bg{width: 100%;height: 1080px;z-index: 90;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.5);display: none;}
.gp-menu{ width: 100%;z-index: 98;height: 100%;position: relative; display: none; z-index: 99; }
.gp-menu.on { z-index: 999; }
.gp-menu-header{position: absolute;top: 44px;right: 0;z-index: 996;width: 100%;height: 40px;background: rgba(0,0,0,0.5);}
.gp-menu-link{float: left;line-height: 40px;height: 40px;padding-left: 15px;}
.gp-menu-link a{color:#fff;}
.gp-menu-header-icon{color: #ffffff; height: 46px; width:46px; font-size:25px;text-align: center; float:right; 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-click { margin-top: 520px; margin-right: 15%; }
.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: 60%; height: 1080px; position: fixed;top: 0;left: 0px; border-right: 16px solid #dddddd;  background:#101a21;
 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 span { text-align: center;padding: 0px 25px; display: inline-block; }
.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%; z-index: 999;}
.gp-header1.currents .gp-logo1{width: 90px; padding: 15px 25px; position: absolute;left: 50%;margin-left: -70px;}
.gp-header1.currents >.gp-container.gp-clearFix{clear:none;width: 250px;}
.gp-header1.currents .gp-nav1{ margin:0 auto; height: 50px; line-height: 50px;}
.gp-header1.currents .gp-nav1 ul li { height: 50px; line-height: 50px; }
.gp-header1.currents .gp-nav1 > ul{padding-left: 200px;width: auto;}
.gp-header1.currents .gp-nav1 > ul > li > a{color: #fff;padding:0 20px; *padding-left: 9px; *padding-right: 9px; padding-left: 9px\9\0; padding-right: 9px\9\0; }
.t2-logo1 {  position: relative; display: inline-block; }
.gp-header1.currents .t2-logo2 { display: none; }
.gp-header1.currents .t2-logo1 { width: 90px; overflow: hidden;  }


/*content*/


.t2-footer { padding: 45px 0 40px 0; background: url(../images/wrap_footer_02.jpg) no-repeat center; background-size: cover; }
.copy { color: #ffffff; line-height: 26px; margin-right: 130px; }


.footer { position: relative; }
.share{width: 88px; text-align: center; position: absolute;right: 0px; top: 0px; }
.share .bdsharebuttonbox  > a{padding-left: 0;margin:0 0px 0 0 !important;;height: 34px;text-indent: 0;width: 34px;line-height:34px;text-align: center;background: none;color:#fff;font-size: 30px; font-size: 3rem;display: block;}
.share .bdsharebuttonbox > a.bds_weixin{float: left; background:url(../images/weixin_03.png) no-repeat center;}
.share .bdsharebuttonbox  > a.bds_tsina{float: right; background:url(../images/weibo_03.png) no-repeat center;}
.shareBox {width: 260px;background-color: #fff;position: fixed;top: 50%;left: 50%;margin: -150px 0 0 -130px;z-index: 9998;height: 310px;border: 6px solid #8F8F8F;border-radius: 8px;box-shadow: 0 0 7px #aaa;display: none;}
.shareBox { font-size: 14px;}
.shareBox .title {  background: #f6f6f6;  font-size: 14px;  font-weight: bold;  padding: 10px 15px !important;}
.shareClose {   position: absolute;    right: 0;    top: 0; cursor: pointer;font-size: 18px;width: 20px;; }
.sharelist {  position: static;   height: 250px;  overflow-y: auto;padding-left: 17px !important;}
.sharelist li {    float: left;    width: 130px;     padding: 2px;     margin-left: 6px;     _margin-left: 3px;     height: 28px;     overflow: hidden;     list-style: none; }
.sharelist li a {     color: #565656;     font: 12px '宋体';     display: block;        text-decoration: none;     border: 1px solid #fff;     line-height: 18px; width: auto;height: auto;text-indent: 0;}
.weChatBox{width: 280px;height:300px;background-color:#fff;border:solid 1px #d8d8d8;padding:10px;position: fixed;left: 50%;top: 50%;margin:-150px 0 0 -140px;z-index: 9998;display: none;box-shadow: 0 0 10px rgba(0,0,0,0.25);}
.weChatBox .w-title{font-size: 12px;font-weight: bold;padding:0 0 10px 0;}
.w-close{width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 20px;position: absolute;right: 0;top: 0;color:#333;cursor: pointer;}
.qrcode{width: 200px;height: 200px;margin:15px auto;background: #ccc;}
.w-footer{font-size: 12px;line-height: 1.5;color:#999;}
#qrodeText{opacity: 0;position: absolute;left: 0;top: 0;z-index: 0;visibility:hidden;}




@media screen and (max-width:1400px) {
.gp-container1 { width: 1023px; }  
.navIN { width: 1023px; }  
.gp-nav1 ul li > a { font-size: 14px; padding: 0 5px; }
}

@media screen and (max-width:1200px) {
 .gp-container1 { width: auto; }  
.navIN { width: 1000px; } 
.gp-nav1 ul li > a { font-size: 13px; }
.gp-topLeft1 { margin: 0 0 0 15px; }
.gp-topRight1 { margin: 0 15px 0 0; }
}
@media screen and (max-width:998px) {
  .gp-logo1{padding:15px 0;float: none;text-align: center; margin: 0 0 0 -65px; }
  .gp-nav1{display: none;}
  .gp-menu{display: block; }
}

@media screen and (max-width:767px) {
.share { position: static; margin: 30px 0 0 0; } 
.copy { margin-right: 0px; } 
}


@media screen and (max-width:555px) {
.t2-logo1 { width: 60%; }
.t2-logo2 { width: 34%; display: inline-block; }
}

@media screen and (max-width:479px) {
}


