<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.gp-img-responsive{padding-bottom: 61.64%;}
.gp-fwn{font-weight: normal;}
.gp-fwb{font-weight: bold;}
body{background-color: #fff}
a,a *{transition: all 0.3s ease-in-out;}
a:hover{color:#363aa1;}
.gp-header1{transition: all 0.35s ease-in-out;/*background-image: linear-gradient(to top, rgba(1,83,146,0), rgba(54,58,161,0.9));*/
background:#4f54d0;padding-bottom: 60px; position: absolute;left: 0px;top: 0px;z-index: 9;width: 100%;padding:15px 0;box-sizing: border-box;}
.gp-logo1{margin-top:30px; transition: padding 0.3s ease-in-out;}
.gp-logo1 a{display: inline-block;*zoom:1;*display: inline;vertical-align: middle;position: relative;z-index: 9999;}
.nav-box {margin-top: 7px;}
.logo-nav{}
.index01{padding:0 0 15px 0;}
.gp-topRight1{height: 26px;line-height: 26px; float:left;}
.gp-topRight1:nth-child(2){ float:right;}
.gp-topRight1{height: 26px;line-height: 26px; float:left;}
.gp-topRight1 p{height: 26px;line-height: 26px; overflow:hidden;color:#fff;opacity: 0.8;font-size:16px;}
.gp-topRight1 a{border:1px solid #FFF; padding:0px 8px; margin-right:10px; height:26px;font-size:16px;}
.gp-topRight1 &gt; a{  color: #fff;opacity: 0.8;filter: alpha(opacity=80);display: inline-block;*display: inline;*zoom:1; }
.gp-topRight1 &gt; a:hover{ color: #CCC;}
.gp-topRight1 &gt; span{color:#fff;margin:0 10px;opacity: 0.8;filter: alpha(opacity=80);}
.gp-topRight1 span:last-child{display:none !important;}
.gp-nav1{height: 44px;}
.gp-nav1 &gt; ul &gt; li{height: 44px;line-height: 44px;*float: left;}
.gp-nav1 &gt; ul &gt; li &gt; a{display: block;padding: 0px 8px; color:#fff;font-size:20px;}
.gp-nav1 &gt; ul &gt; li.on .gp-subNav{display: block;}
.gp-nav1 &gt; ul &gt; li.on .gp-subNav dd a{color:#fff;padding:8px}
.gp-nav1 &gt; ul &gt; li.on .gp-subNav dd a:hover{background-color: #eee;color:#363aa1}
.gp-nav-horizontal .gp-subNav{background-color:#363aa1 ;background:rgba(54,58,161,0.8);  background:-webkit-linear-gradient(top,rgba(54,58,161,1) 0%,rgba(54,58,161,0.8) 80%,rgba(54,58,161,0) 100%);/*background:linear-gradient(to bottom,rgba(1,83,146,1) 0%,rgba(1,83,146,0.8) 80%,rgba(1,83,146,0) 100%);*/padding-bottom: 40px;top: 44px;padding:  0;z-index: 99;padding-bottom: 50px;}
/*效果17*/
.nav17 {}
.nav17 &gt; li &gt; a{display: inline-block;padding:0px 15px;height: 44px;line-height: 44px; display: inline;*zoom:1; position: relative;}
.nav17 &gt; li &gt; a:before {	position: absolute;	left: 0;	width: 100%;	height: 0px;	background: #cdcdcd;	content: '';
	opacity: 0;	transition: opacity 0.3s, transform 0.3s;	transform: translateY(-10px);}
.nav17 &gt; li &gt; a:before {top: 0;	transform: translateY(-10px);}

.nav17 &gt; li &gt; a:after {	position: absolute;	left: 0;	width: 100%;	height: 1px;	background: #cdcdcd;	content: '';
	opacity: 0;	transition: opacity 0.3s, transform 0.3s;	transform: translateY(-10px);}
.nav17 &gt; li &gt; a:before {top: 0;	transform: translateY(-10px);}
.nav17 &gt; li &gt; a:after { 	bottom: 0;	transform: translateY(10px); }
.nav17 &gt; li &gt; a:hover:before,.nav17 &gt; li.on &gt; a:before,.nav17 &gt; li.on &gt; a:after,.nav17 &gt; li &gt; a:hover:after{	opacity: 1;transform: translateY(0px);	}

.gp-nav1 &gt; ul &gt; li.on .gp-subNav  {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

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

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

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

/*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%;font-size: 1.4rem;}
.gp-search .notxt1 {position: absolute;width: 15%;right:0;cursor:pointer;color:#fff;}



/*2.搜索按钮当前位置展开*/
.gp-serBtn2{*background:url(../images/search.png) no-repeat center center;*width: 20px;*height: 20px;font-size: 20px; font-size: 2rem;}
.gp-search2{width: 0;border:none;}
.gp-search2.active{width: 200px;border:1px solid #ccc;*background:url(../images/search.png) no-repeat center right;}


/*手机端导航默认*/
.mobile_bg{width: 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;;position: relative;display: none;}
.gp-menu-header{position: absolute;top: 0%;right: 0;z-index: 996;}
.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: #363aa1; height: 49px;font-size:22px;line-height: 49px;background: rgba(255,255,255,0.5);
 text-align: center; float:right;width: 49px;position: relative;border-radius: 50%;  -webkit-transition: background 0.5s; 
 -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s;margin-right:11px;cursor: pointer;
 margin-top: 0;}
.gp-menu-header-icon span{  position: absolute; left: calc((100% - 25px) / 2);  top: calc((100% - 2px) / 2.3);  width: 27px;  height: 2px;  background-color: #363aa1;}
.gp-menu-header-icon-out span{width: 27px;height: 2px;background-color:#363aa1;display: block;border-radius: 0px;}
.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: 22px;}
.gp-menu-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);width: 16px;}
@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:#363aa1 ;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: 27px;}
.gp-menu-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;width: 27px;}
@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: 96px;/*! padding-bottom: 3000px; *//*! margin-bottom: -3000px; */ background:#363aa1;display: none;box-shadow: -10px 0 20px rgba(0,0,0,0.5);padding-bottom: 50px;}
.gp-menu-nav a{}
.gp-menu-nav &gt; ul {}
.gp-menu-nav &gt; 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 &gt; ul &gt; li{position: relative;/*! border-bottom: 1px solid rgba(255,255,255,0.1); */}
.gp-menu-nav &gt; ul &gt; li &gt; a{display: block;padding:10px 30px;font-size: 1.6rem;/*! width: 100%; *//*! float: right; */border-bottom: 1px solid rgba(255,255,255,0.1);}
.gp-menu-nav &gt; ul &gt; li &gt; ul {/*! background: rgba(0,0,0,0.1); *//*! padding:0 25px; */width: 90%;float: right;}
.gp-menu-nav &gt; ul &gt; li &gt; ul a{display: inline-block;padding:10px 0;/*! font-size: 1.3rem; */}
.gp-menu-arrow {cursor: pointer;width: 30px;height: 40px;line-height: 40px;color:#fff;text-align: center;position: absolute;right: 0;top: 0;font-size: 2rem;margin-right: 15px;transition: all 0.3s ease-in-out;}
.gp-menu-nav &gt; ul &gt; li.on .gp-menu-arrow{transform: rotate(90deg);}
.gp-menu-nav li ul {display: none;}
.gp-menu-nav &gt; ul &gt; li.on{background: rgba(0,0,0,0.1);}
.gp-menu-nav &gt; ul &gt; li.on &gt; a{border-bottom: none;}
.gp-menu-nav &gt; ul &gt; li:last-child &gt; a{border-bottom: none;}
.gp-menu-nav &gt; ul{border-bottom: 2px solid rgba(255,255,255,0.1);margin-top: 23px;}
/*导航内标签效果*/
.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: 100%;}
.open .gp-menu-offcanvas2{transform: translate(0,0);position:absolute;}


/*5移动端搜索默认*/
.gp-m-search {width:100%;margin:0px auto 0;display: block;border-top:1px solid rgba(255,255,255,0.3);border: none;border-bottom: 1px solid rgba(255,255,255,0.3);}
.gp-m-search .notxt1{right: 9px;left: auto;width: 40px;}
.gp-m-search input.notxt{left: 0;width: 91%;box-sizing: border-box;padding-left: 30px;}
/*头部固定*/
.gp-header1.currents{position: fixed;top: 0;left: 0;width: 100%;background-color: ##4f54d0;z-index: 9999;box-shadow: 0px 1px 10px rgba(0,0,0,0.5);background-image: none;padding-bottom: 0;}
.gp-header1.currents .logo-nav{z-index: 9999;top: 0;background:none;margin: 0 auto;box-sizing: border-box;}
.gp-header1.currents .top-wrap{display: none;}
.gp-header1.currents .gp-logo1{margin-top: 4px;}
.gp-header1.currents .logo01{}
.gp-header1.currents .gp-topRight1{display: none;}
.gp-header1.currents .gp-nav1{padding-top: 0;height: 60px;line-height: 60px;margin-top: 0;}
.gp-header1.currents .gp-nav1 &gt; ul{*margin-top: 5px;}
.gp-header1.currents .gp-nav1 &gt; ul &gt; li {}
.gp-header1.currents .gp-nav1 &gt; ul &gt; li &gt; a{ }
.gp-header1.currents .nav-box{margin-top: 0;}

/*footer*/
.footer-wrap{background-color: #261F53;width: 100%;}
.footer-wrap *{color:#ebddde}
.footer-lf{width:30% ; }
.footer-md{width:34.5% ;border-left:1px solid #888;border-right:1px solid #888;}
.footer-rt{width:34.5% ;}
.copyRight{width: 100%;background-color:  #261F53;text-align: center;font-size: 14px;font-size: 1.4rem;border-top: 1px solid #b6b6b6;}
.footer{padding: 40px 0;overflow: hidden;}
.copyRight &gt; div{padding: 26px 0;overflow: hidden;}
.footer-addr p{border-bottom: 0px solid #CCC;padding-top: 10px;margin-top: 4px;line-height: 30px;}
.footer-addr .f-logo img{ width:80%;}
.footer-links{margin: 10px 50px 0;}
.footer-links h2{margin-bottom: 25px;}
.links-list{overflow: hidden;margin: 0 -10px;}
.links-list li{margin-bottom: 20px;}
.links-list li a{display: block;font-size: 14px;font-size: 1.6rem;border:0px solid #333;padding: 10px 10px 10px 0;margin: 0 10px;}
.links-list li a span{display: block;padding-left: 15px;height: 22px;line-height: 22px;overflow: hidden;position: relative;}
.links-list li a span:before{content: '';clear: both;left: 0;top: 50%;background: #c58089;width: 6px;height: 12px;margin-top: -6px;display: block;position: absolute;}
.links-list li a:hover {background: #e8ccd0;}
.links-list li a:hover span{color:#363aa1}
.links-list li a:hover span:before{background: #363aa1;}
.code-box{margin: 20px -5px 0;overflow: hidden;}
.code-box li &gt; div{margin: 0 5px;text-align: center;}
.code-box li span{display: block;border:8px solid #e8ccd0;border:8px solid rgba(255,255,255,0.8)}
.code-box li span img{display: block;width: 100%;}
.code-box li p{margin-top: 10px;font-size: 16px;font-size: 1.6rem;}
@media screen and (max-width:1680px) {
    .gp-nav1 &gt; ul &gt; li &gt; a{font-size: 16px;}
    .gp-logo1 img{    width: 450px;}
}
@media screen and (max-width:1580px) {
}
@media screen and (max-width:1500px) {
	.gp-nav1 &gt; ul &gt; li &gt; a{padding: 0 8px;}
}
@media screen and (max-width:1450px) {
    .gp-nav1 &gt; ul &gt; li &gt; a{padding: 0 5px;}
	
}
@media screen and (max-width:1350px) {
	.gp-logo1 a{width: 350px;}
}
@media screen and (max-width:1380px) {
	.logo-nav{margin: 0 20px;}
   .gp-nav1 &gt; ul &gt; li &gt; a{font-size: 1.6rem;}
}
@media screen and (max-width:1240px){
  .gp-header1.currents .logo-nav{width: 1000px;}
  .footer-addr p{font-size: 1.4rem;line-height: 24px;}
  .links-list li a span{font-size: 1.5rem;}
	.code-box li p{font-size: 1.2rem;}
  .footer-lf{width:29.25%;}
  .footer-md{width:45%;}
  .footer-rt{width:25.08%;}
  .links-list li a{padding-top: 6px;padding-bottom: 6px;}
  .code-box {margin-top: 50px;}
   .code-box li p{margin-top: 5px;}
  .code-box li span{border-width: 4px;}
  .gp-nav1 &gt; ul &gt; li &gt; a{font-size:1.4rem;}
  .banner .personnel{margin-left: 0 !important;left: 0 !important;}
}
@media screen and (max-width:1080px) {
	.nav-box{display: none;}
	.gp-menu{display: block;}
	.gp-header1{}

}
@media screen and (max-width:992px){
 .footer-lf{width: 50%;}
 .footer-md{width: 50%;}
 .footer-links{margin-right: 0;}
 .footer-rt{width:40%;margin: 0 auto;display: inline-block;float: none;margin-left: 30%;}
 .copyRight &gt; div{padding: 15px 0;}
 .gp-header1{}
}

@media screen and (max-width:767px){
	.footer-rt{width: 60%;margin-left: 20%;}
	.footer-links h2{font-size: 2.2rem;}
}

@media screen and (max-width:640px){
	.footer-lf,.footer-md,.footer-rt{width: 80%;float: none;margin: 0 auto;display: block;}
	.footer-links{margin-left: 0;}
	.code-box{margin-top: 20px;}
	.footer-addr{text-align: center;}
	.gp-header1{height:70px;position:relative;}
}


@media screen and (max-width:479px) {
	.gp-logo1 a{width: 250px;}
 
}


</pre></body></html>