@charset "gb2312";
header{ background: url(../images/header_bg.png) no-repeat; background-size: cover; background-position: center; position: relative;}
.header{ padding-top: 26px;}
.headerTop{ padding-bottom: 20px;}
.headerLink a{ color: #fff; padding-left: 24px; position: relative; margin-bottom: 16px; display: inline-block;}
.headerLink a::after{ content: ''; display: block; width: 1px; height: 13px; background-color: #fff; position: absolute; right: -12px; top: 4px;}
.headerLink a:last-child:after{ display: none;}
.search{ text-align: right;}
.notxt{ width: 100%; height: 37.5px; border-radius: 19px; border: none; outline: none; background-color: #4088c4; color: #fff; padding-left: 14px; padding-right: 32px; box-sizing: border-box;}
.notxt::placeholder{ color: #fff;}
.notxt::-webkit-input-placeholder{ color: #fff;}
.notxt::-moz-input-placeholder{ color: #fff;}
.notxt::-ms-input-placeholder{ color: #fff;}
.notxt::-webkit-input-placeholder{ color: #fff;}
.gp-sear{ width: 140px; position: relative;}
.notxt1{ background: url(../images/search_icon.png) no-repeat; background-position: center; background-size: cover; position: absolute; right: 10px; top: 12px; width: 14px; height: 14px; border: none; outline: none;}
.nav{ text-align: justify; font-size: 0;}
.nav li{ display: inline-block; font-size: 2rem; line-height: 20px; position: relative;}
.subNav{ display: none; width: 150px; transform: translateX(-21%); position: absolute; top: 60px; z-index: 1; text-align: center;}
.nav li:hover .subNav{ display: block;font-size:16px;}
.nav li .subNav a{  background-color: rgba(0, 79, 148, 0.85); color: #fff; margin-bottom: 0; padding: 15px 0;}
.nav li .subNav a:hover{ background-color: rgba(0, 79, 148, 1);}
.nav .subNav a:hover:after, .nav .subNav .active a:after{ content: ''; display: none;}
.nav a{ display: block; color: #fff; margin-bottom: 40px; position: relative;}
.nav a:hover:after,.nav .active a:after{ content: ''; display: block; width: 41px; height: 4px; background-color: #fff; position: absolute; bottom: -21px; left: 50%; transform: translateX(-50%);}
.nav::after{ content: ''; display: inline-block; width: 100%;}

/*鎵嬫満绔鑸粯璁�*/
.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{ display: none; width: 100%;z-index: 98;height: 100%;position: absolute; top: 35%;}
.gp-menu-header{position: absolute;top: 0;right: 0;z-index: 996;width: 100%;height: 40px;background: rgba(0,0,0,0);}
.gp-menu-link{float: left;line-height: 40px;height: 40px;padding-left: 15px; display: none;}
.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: 30px;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:#0b529f;
  background: -webkit-linear-gradient(left, #0b529f , #1a7dd9); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0b529f, #1a7dd9); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0b529f, #1a7dd9); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0b529f , #1a7dd9);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;
  }
}


footer{background-color: #0b529f;overflow: hidden;}
footer .info{ padding-top: 56px; padding-bottom: 49px; font-size: 0;}
footer .info span{ font-size: 1.2rem; display: inline-block;}
footer .links{margin-right: 60px;padding-top: 41px;padding-bottom: 41px;font-size: 0;}
footer .links span{ font-size: 1rem;}
footer span,footer a{ color: #fff; display: inline-block;}
footer .info{line-height: 32px;width: 75%;}
.marginRt12{ padding-right: 12px;}
.marginRt24{ padding-right: 24px;}
.marginRt32{ padding-right: 32px;}
footer .links span{padding-right: 20px;display: block;line-height: 10px;width: 122px;/* padding: 9px 0; *//* border: 1px solid #fff; */border-radius: 14px;text-align: center;}
footer .links span:first-child{/* margin-bottom: 17px; */}




/* 鍝嶅簲寮忔牱寮� */
@media screen and (max-width:1600px){
    
}

@media screen and (max-width:1480px) {
    
}

@media screen and (max-width:1400px) {
    
}

@media screen and (max-width:1280px) {
    
}

@media screen and (max-width:1200px) {
}

@media screen and (max-width:1100px) {
    
}
@media screen and (max-width:1024px) {
    
}

@media screen and (max-width:997px) {
    .search,.nav{ display: none;}
    .gp-menu{ display: block;}
    .logo{ width: 70%;}
    footer .info,footer .links{ width: 100%; float: none; padding-bottom: 0; padding-top: 20px; text-align: center;}
    footer .links span{ display: inline-block; margin-right: 20px;}
    footer .links span:last-child{ margin-right: 0;}
}

@media screen and (max-width:768px) {
    
}

@media screen and (max-width:680px) {
    
}

@media screen and (max-width:540px) {
    /* footer .info span{ width: 100%; margin-right: 0px !important;} */
    .logo{ width: 60%;}
}

@media screen and (max-width:414px) {
    footer .links span{ margin-right: 5px;}
}

@media screen and (max-width:320px) {
    
}







