@charset "utf-8";
/*基本样式*/
body{font-size:14px;color: #000;font-family: 'Microsoft YaHei',Arial,'微软雅黑',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,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: antialiased;}
table{border-collapse:collapse;border-spacing:0;padding: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:#000;}
a:hover{text-decoration: none; color: #333;}
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}
*{ box-sizing: border-box;}
.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: 66.67%;overflow:hidden;display: block;background-color: #d2d2d2}
.gp-img-responsive img{width: 100%;transition: all 0.5s ease-in-out;}
/* .academic .gp-img-responsive img{width: 100%; height: 100%; position: absolute; object-fit: cover; 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-boxshaow16{
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);/*firefox*/
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);/*webkit*/
}
.gp-boxshaow20{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);/*firefox*/
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);/*webkit*/
}
/* 下划线 */
.underline{
  text-decoration: underline;
}

/*低版本跳转样式*/
.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;opacity:0.9;filter:alpha(opacity=90);} 
.ie9tips p{padding-top:10px;color:#fff;width: 420px;margin:10px auto;line-height: 1.8;}

/*半透明背景*/
.gp-overlay, .gp-overlay4{width: 100%;height: 100%;position: fixed;top: 0;z-index: 800;background: #000;opacity: 0.8;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;}
.gp-f14{font-size:14px;}
.gp-f15{font-size:15px;}
.gp-f16{font-size:16px;}
.gp-f17{font-size:17px;}
.gp-f18{font-size:18px;}
.gp-f20{font-size:20px;}
.gp-f22{font-size:22px;}
.gp-f23{font-size:23px;}
.gp-f24{font-size:24px;}
.gp-f25{font-size:25px;}
.gp-f26{font-size:26px;}
.gp-f28{font-size:28px;}
.gp-f30{font-size:30px;}
.gp-f32{font-size:32px;}
.gp-f34{font-size:34px;}
.gp-f35{font-size:35px;}
.gp-f36{font-size:36px;}
.gp-f38{font-size:38px;}
.gp-f40{font-size:40px;}
.gp-f42{font-size:42px;}
.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;}
/*
字体色
*/
.black *{color:#333}
.white *{color:#fff}
/*一行截短*/
.gp-ellipsis,.gp-text-truncate { word-wrap:normal; text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
/*  */
.gp-ellipsis-2{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -ms-flexbox; /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.gp-ellipsis-3{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.gp-ellipsis-4{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/*透明度*/
.gp-opt-50{	opacity: 0.5;filter: alpha(opacity=50);}
/*-平均分配*/
[class*="gp-avg"] > li {float: left;}

/*
版心和间距的问题
*/
.gp-container{width: 1440px;margin-left: auto;margin-right: auto;}
.gp-container-2{width: 1170px;margin-left: auto;margin-right: auto;}

.container:before, .row:before, .navbar:before, .navbar-header:before{ display: table; content: '';}
.container::after, .row:after, .navbar::after, .navbar-header::after{ display: table; content: ''; clear: both;}

.gp-row{margin-left: -15px;margin-right: -15px;}
.gp-m15{margin:0 15px}
.gp-p15{padding-left: 15px;padding-right: 15px;}

@media screen and (max-width:1600px) {
  .gp-container{width: 1440px;}
  .gp-container-2{width: 1170px;}
}
@media screen and (max-width:1480px) {
  .gp-container{width: 1400px;}
  .gp-container-2{width: 1170px;}
}
@media screen and (max-width:1440px) {
  .gp-container{width: 1280px;}
  .gp-f34{font-size:32px;}
  .gp-f35{font-size:33px;}
  .gp-f36{font-size:34px;}
  .gp-f38{font-size:36px;}
  .gp-f40{font-size:38px;}
  .gp-f42{font-size:40px;}
}

@media screen and (max-width:1280px) {
  .gp-container{width: 1200px;}
  .gp-container-2{width: 1100px;}
}

@media screen and (max-width:1200px) {
  .gp-container{width: 1000px;}
  .gp-container-2{width: 1000px;}
  
}

@media screen and (max-width:1240px) {
  /* .gp-container{width: 1000px;} */
.gp-container,.gp-container-2{width: 100%;padding-left: 40px;padding-right: 40px;box-sizing: border-box;}
/*字号*/
/* .gp-f12{font-size:12px;}
.gp-f14{font-size:14px;}
.gp-f16{font-size:16px;}
.gp-f18{font-size:18px;}
.gp-f20{font-size:20px;}
.gp-f22{font-size:22px;}
.gp-f24{font-size:24px;}
.gp-f26{font-size:26px;}
.gp-f28{font-size:28px;}
.gp-f30{font-size:30px;}
.gp-f32{font-size:32px;}
.gp-f34{font-size:34px;}
.gp-f36{font-size:36px;}
.gp-f38{font-size:38px;}
.gp-f40{font-size:40px;} */
}
@media screen and (max-width:1080px) {
  .gp-container,.gp-container-2{width: auto;margin-left: 0px;margin-right: 0px;}
  /* .gp-container{width: 1000px;padding-left: 30px;padding-right: 30px;} */
}
@media screen and (max-width:767px) {
  /* .gp-container{margin-left: 15px;margin-right: 15px;} */
  .gp-container,.gp-container-2{padding-left: 15px;padding-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-f12{font-size:12px;}
.gp-f14{font-size:14px;}
.gp-f15{font-size:15px;}
.gp-f16{font-size:14px;}
.gp-f17{font-size:15px;}
.gp-f18{font-size:16px;}
.gp-f19{font-size:17px;}
.gp-f20{font-size:18px;}
.gp-f22{font-size:20px;}
.gp-f23{font-size:21px;}
.gp-f24{font-size:22px;}
.gp-f25{font-size:23px;}
.gp-f26{font-size:24px;}
.gp-f28{font-size:26px;}
.gp-f30{font-size:28px;}
.gp-f32{font-size:30px;}
.gp-f34{font-size:32px;}
.gp-f35{font-size:33px;}
.gp-f36{font-size:34px;}
.gp-f38{font-size:36px;}
.gp-f40{font-size:38px;}
.gp-f42{font-size:40px;}
}

/*水平导航*/
.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 12px;display: block;line-height: 1.5;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:100% !important; height:auto !important;}
  .gp-article video{width: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%;}
  .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%;}
  /*字号*/
  .gp-f12{font-size:12px;}
  .gp-f14{font-size:12px;}
  .gp-f15{font-size:13px;}
  .gp-f16{font-size:13px;}
  .gp-f17{font-size:14px;}
  .gp-f18{font-size:15px;}
  .gp-f19{font-size:16px;}
  .gp-f20{font-size:17px;}
  .gp-f22{font-size:19px;}
  .gp-f23{font-size:20px;}
  .gp-f24{font-size:21px;}
  .gp-f25{font-size:22px;}
  .gp-f26{font-size:23px;}
  .gp-f28{font-size:25px;}
  .gp-f30{font-size:27px;}
  .gp-f32{font-size:29px;}
  .gp-f34{font-size:31px;}
  .gp-f36{font-size:33px;}
  .gp-f38{font-size:35px;}
  .gp-f40{font-size:37px;}
  .gp-f42{font-size:39px;}
}
@media screen and (min-width:479px) {
  /* [class*="gp-xs"],[class*="gp-sm"],[class*="gp-md"],[class*="gp-lg"] {
    display: inline-block;*display: inline;*zoom:1;margin-right: -2px;margin-left: -2px;vertical-align: top;
  } */
  [class*="gp-xs"]{margin-right: -2px;margin-left: -2px;}
  .gp-xs-1 {width: 8.33333333%;}
  .gp-xs-2 {width: 16.66666667%;}
  .gp-xs-3 {width: 25%;}
  .gp-xs-4 {width: 33.33333333%;}
  .gp-xs-5 {width: 41.66666667%;}
  .gp-xs-6 {width: 50%;}
  .gp-xs-7 {width: 58.33333333%;}
  .gp-xs-8 {width: 66.66666667%;}
  .gp-xs-9 {width: 75%;}
  .gp-xs-10 {width: 83.33333333%;}
  .gp-xs-11 {width: 91.66666667%;}
  .gp-xs-12 {width: 100%;}
  .gp-xs-offset-0 {margin-left: 0;}
  .gp-xs-offset-1 {margin-left: 8.33333333%;}
  .gp-xs-offset-2 {margin-left: 16.66666667%;}
  .gp-xs-offset-3 {margin-left: 25%;}
  .gp-xs-offset-4 {margin-left: 33.33333333%;}
  .gp-xs-offset-5 {margin-left: 41.66666667%;}
  .gp-xs-offset-6 {margin-left: 50%;}
  .gp-xs-offset-7 {margin-left: 58.33333333%;}
  .gp-xs-offset-8 {argin-left: 66.66666667%;}
  .gp-xs-offset-9 {margin-left: 75%;}
  .gp-xs-offset-10 {margin-left: 83.33333333%;}
  .gp-xs-offset-11 {margin-left: 91.66666667%;}
  .gp-xs-reset-order {margin-left: 0;margin-right: 0;left: auto;right: auto;float: left;}
  [class*="gp-"].gp-xs-centered {margin-left: auto;margin-right: auto;display: block;}
  [class*="gp-"].gp-xs-centered:last-child {float: none;}
  [class*="gp-"].gp-xs-uncentered {margin-left: 0; margin-right: 0;float: left;}
  [class*="gp-"].gp-xs-uncentered:last-child {float: left;}
  /*平均分配*/
  .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) {
  [class*="gp-sm"]{margin-right: -2px;margin-left: -2px;}
  .gp-sm-1 { width: 8.33333333%;}
  .gp-sm-2 {width: 16.66666667%;}
  .gp-sm-3 {width: 25%;}
  .gp-sm-4 {width: 33.33333333%;}
  .gp-sm-5 {width: 41.66666667%;}
  .gp-sm-6 {width: 50%;}
  .gp-sm-7 {width: 58.33333333%;}
  .gp-sm-8 {width: 66.66666667%;}
  .gp-sm-9 {width: 75%;}
  .gp-sm-10 {width: 83.33333333%;}
  .gp-sm-11 {width: 91.66666667%;}
  .gp-sm-12 {width: 100%;}
  .gp-sm-offset-0 {margin-left: 0;}
  .gp-sm-offset-1 {margin-left: 8.33333333%;}
  .gp-sm-offset-2 {margin-left: 16.66666667%;}
  .gp-sm-offset-3 {margin-left: 25%;}
  .gp-sm-offset-4 {margin-left: 33.33333333%;}
  .gp-sm-offset-5 {margin-left: 41.66666667%;}
  .gp-sm-offset-6 {margin-left: 50%;}
  .gp-sm-offset-7 {margin-left: 58.33333333%;}
  .gp-sm-offset-8 {margin-left: 66.66666667%;}
  .gp-sm-offset-9 {margin-left: 75%;}
  .gp-sm-offset-10 {margin-left: 83.33333333%;}
  .gp-sm-offset-11 {margin-left: 91.66666667%;}
  .gp-sm-reset-order {margin-left: 0;margin-right: 0;left: auto;right: auto;float: left;}
  [class*="gp-"].gp-sm-centered {margin-left: auto;margin-right: auto;display: block;}
  [class*="gp-"].gp-sm-centered:last-child {display: block;}
  [class*="gp-"].gp-sm-uncentered {margin-left: 0;margin-right: 0; }
  [class*="gp-"].gp-sm-uncentered:last-child { display: block;}
  /*平均分配*/
  .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) {
  [class*="gp-md"]{margin-right: -2px;margin-left: -2px;}
  .gp-md-1 {width: 8.33333333%;}
  .gp-md-2 {width: 16.66666667%;}
  .gp-md-3 {width: 25%;}
  .gp-md-4 {width: 33.33333333%;}
  .gp-md-5 {width: 41.66666667%;}
  .gp-md-6 {width: 50%;}
  .gp-md-7 {width: 58.33333333%;}
  .gp-md-8 {width: 66.66666667%;}
  .gp-md-9 {width: 75%;}
  .gp-md-10 {width: 83.33333333%;}
  .gp-md-11 {width: 91.66666667%;}
  .gp-md-12 {width: 100%;}
  .gp-md-offset-0 { margin-left: 0;}
  .gp-md-offset-1 { margin-left: 8.33333333%;}
  .gp-md-offset-2 { margin-left: 16.66666667%;}
  .gp-md-offset-3 { margin-left: 25%;}
  .gp-md-offset-4 {margin-left: 33.33333333%;}
  .gp-md-offset-5 {margin-left: 41.66666667%;}
  .gp-md-offset-6 {margin-left: 50%;}
  .gp-md-offset-7 {margin-left: 58.33333333%;}
  .gp-md-offset-8 {margin-left: 66.66666667%;}
  .gp-md-offset-9 {margin-left: 75%;}
  .gp-md-offset-10 {margin-left: 83.33333333%;}
  .gp-md-offset-11 { margin-left: 91.66666667%;}
  .gp-md-reset-order { margin-left: 0;margin-right: 0; left: auto;right: auto; float: left;}
  [class*="gp-"].gp-md-centered { margin-left: auto; margin-right: auto;float: none; }
  [class*="gp-"].gp-md-centered:last-child {float: none;}
  [class*="am-u-"].gp-md-uncentered { margin-left: 0; margin-right: 0; float: left;}
  [class*="gp-"].gp-md-uncentered:last-child { float: left; }
  /*平均分配*/
  .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) {
  [class*="gp-lg"]{margin-right: -2px;margin-left: -2px;}
  .gp-lg-1 {width: 8.33333333%;}
  .gp-lg-2 {width: 16.66666667%; }
  .gp-lg-3 { width: 25%;}
  .gp-lg-4 { width: 33.33333333%;}
  .gp-lg-5 {width: 41.66666667%;}
  .gp-lg-6 {width: 50%;}
  .gp-lg-7 {width: 58.33333333%;}
  .gp-lg-8 {width: 66.66666667%; }
  .gp-lg-9 {width: 75%;}
  .gp-lg-10 {width: 83.33333333%;}
  .gp-lg-11 { width: 91.66666667%;}
  .gp-lg-12 {width: 100%;}
  .gp-lg-offset-0 {margin-left: 0;}
  .gp-lg-offset-1 { margin-left: 8.33333333%;}
  .gp-lg-offset-2 {margin-left: 16.66666667%;}
  .gp-lg-offset-3 {margin-left: 25%;}
  .gp-lg-offset-4 { margin-left: 33.33333333%;}
  .gp-lg-offset-5 {margin-left: 41.66666667%;}
  .gp-lg-offset-6 {margin-left: 50%;}
  .gp-lg-offset-7 {margin-left: 58.33333333%;}
  .gp-lg-offset-8 {margin-left: 66.66666667%;}
  .gp-lg-offset-9 {margin-left: 75%;}
  .gp-lg-offset-10 {margin-left: 83.33333333%;}
  .gp-lg-offset-11 {margin-left: 91.66666667%;}
  .gp-lg-reset-order {margin-left: 0;margin-right: 0;left: auto;right: auto;float: left;}
  [class*="gp-"].gp-lg-centered {margin-left: auto;margin-right: auto;float: none;}
  [class*="gp-"].gp-lg-centered:last-child {float: none;}
  [class*="gp-"].gp-lg-uncentered { margin-left: 0;margin-right: 0;float: left;}
  [class*="gp-"].gp-lg-uncentered:last-child {float: left;}
  /*平均分配*/
  .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%;}
}

@media screen and (max-width:414px) {
  /* .gp-container,.gp-container-2{ margin-left: 15px; margin-right: 15px;} */
}


/*
表格
*/
.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;}
.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: 88px;height: 88px;line-height: 50px;text-align: center;transition: all 0.3s ease-in-out;}
.gp-goTop-fixed{position: fixed;right: 20px;bottom: 20px;z-index: 800;}
.gp-goTop-fixed.bottom{bottom: 150px;}

/**加上该class后不能选中文字*/
.no-touch { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}




@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.woff2') format('woff2'),
       url('../fonts/iconfont.woff') format('woff'),
       url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-minganneirongjiance:before {
  content: "\e65d";
}

.icon-duozhanghaoyijiandenglu:before {
  content: "\e65e";
}

.icon-jiazhiguan:before {
  content: "\e652";
}

.icon-yuanjing:before {
  content: "\e653";
}

.icon-shiming:before {
  content: "\e654";
}

.icon-kouhao:before {
  content: "\e655";
}

.icon-yutongyuanrongmeitixitongwufengjicheng:before {
  content: "\e656";
}

.icon-keshihuayunweifenxi:before {
  content: "\e658";
}

.icon-xinmeitizhanghaoguanli:before {
  content: "\e65a";
}

.icon-duojishenhejizhi:before {
  content: "\e65b";
}

.icon-xinmeitizhanghaobeianjianguan:before {
  content: "\e65c";
}

.icon-shouhouzhichi:before {
  content: "\e64a";
}

.icon-xuqiufenxi:before {
  content: "\e64b";
}

.icon-shangwuqueren:before {
  content: "\e64c";
}

.icon-fangandingzhi:before {
  content: "\e64d";
}

.icon-fuwuzixun:before {
  content: "\e64e";
}

.icon-xiangmushishi:before {
  content: "\e64f";
}

.icon-kehufankui:before {
  content: "\e651";
}

.icon-wangzhansheji:before {
  content: "\e645";
}

.icon-wangzhananquan:before {
  content: "\e646";
}

.icon-wangzhanjianshe:before {
  content: "\e647";
}

.icon-yunweifuwu:before {
  content: "\e648";
}

.icon-dingzhikaifa:before {
  content: "\e649";
}

.icon-ziyuanguanlifuwu:before {
  content: "\e643";
}

.icon-didaimakaifafuwu:before {
  content: "\e644";
}

.icon-shujuzhilifuwu:before {
  content: "\e63e";
}

.icon-meitironghefuwu:before {
  content: "\e641";
}

.icon-neiwaiwangjianshefuwu:before {
  content: "\e642";
}

.icon-tongyuanjiaoshigerenzhuyexitong:before {
  content: "\e638";
}

.icon-tongyuandongtaikaifapingtai:before {
  content: "\e637";
}

.icon-xinmeitijuzhenguanlixitong:before {
  content: "\e639";
}

.icon-liumeitiguanlixitong:before {
  content: "\e63a";
}

.icon-tongyuanzhinengtupianxitong:before {
  content: "\e63b";
}

.icon-xinmeitineirongguanlixitong:before {
  content: "\e63c";
}

.icon-date5:before {
  content: "\e60e";
}

.icon-date3:before {
  content: "\e68c";
}

.icon-date4:before {
  content: "\e612";
}

.icon-file:before {
  content: "\e623";
}

.icon-youjiantou:before {
  content: "\e6df";
}

.icon-tongzhi:before {
  content: "\e62d";
}

.icon-web:before {
  content: "\e8af";
}

.icon-user4:before {
  content: "\e686";
}

.icon-menu2:before {
  content: "\e60c";
}

.icon-bianji:before {
  content: "\e60d";
}

.icon-icon-close2:before {
  content: "\e617";
}

.icon-right2:before {
  content: "\e618";
}

.icon-left2:before {
  content: "\eb21";
}

.icon-more:before {
  content: "\eb24";
}

.icon-weizhi:before {
  content: "\e640";
}

.icon-xiangzuojiantou:before {
  content: "\eb20";
}

.icon-douyin2:before {
  content: "\e659";
}

.icon-question:before {
  content: "\e616";
}

.icon-close2:before {
  content: "\e621";
}

.icon-in:before {
  content: "\e890";
}

.icon-instagram:before {
  content: "\e87f";
}

.icon-whatsapp:before {
  content: "\e97b";
}

.icon-home2:before {
  content: "\e603";
}

.icon-facebook:before {
  content: "\e60b";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-right3:before {
  content: "\eb23";
}

.icon-left3:before {
  content: "\e632";
}

.icon-jiantouzuo:before {
  content: "\e62a";
}

.icon-jiantouyou1:before {
  content: "\e62b";
}

.icon-user1:before {
  content: "\e600";
}

.icon-user2:before {
  content: "\e657";
}

.icon-can1:before {
  content: "\e8cf";
}

.icon-user3:before {
  content: "\e62c";
}

.icon-can2:before {
  content: "\e8b4";
}

.icon-date2:before {
  content: "\e8b8";
}

.icon-24px:before {
  content: "\e602";
}

.icon-start:before {
  content: "\eb06";
}

.icon-end:before {
  content: "\eb07";
}

.icon-fenxiang:before {
  content: "\e633";
}

.icon-close:before {
  content: "\e615";
}

.icon-daxue:before {
  content: "\e60a";
}

.icon-china:before {
  content: "\e601";
}

.icon-wangluo:before {
  content: "\e77c";
}

.icon-biaogan:before {
  content: "\e620";
}

.icon-gpower:before {
  content: "\e622";
}

.icon-share:before {
  content: "\e650";
}

.icon-jiantouyou:before {
  content: "\e84f";
}

.icon-map:before {
  content: "\e6f2";
}

.icon-shijian:before {
  content: "\e6dc";
}

.icon-jia:before {
  content: "\e629";
}

.icon-jian:before {
  content: "\e625";
}

.icon-jiantouyou2:before {
  content: "\eb22";
}

.icon-ziyuan:before {
  content: "\e63d";
}

.icon-zhiding:before {
  content: "\e76f";
}

.icon-search:before {
  content: "\e634";
}

.icon-qzone:before {
  content: "\e619";
}

.icon-link:before {
  content: "\e635";
}

.icon-wechat:before {
  content: "\e738";
}

.icon-sina:before {
  content: "\e614";
}

.icon-right:before {
  content: "\e63f";
}

.icon-menu:before {
  content: "\e61f";
}

.icon-left:before {
  content: "\e739";
}

.icon-next:before {
  content: "\eb08";
}

.icon-down:before {
  content: "\e73a";
}

.icon-up:before {
  content: "\e73b";
}

.icon-prev:before {
  content: "\eb09";
}





/**
 * Swiper 5.4.5 */

 @font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
 




.flex{ display: flex; display: -ms-flexbox; justify-content: space-between; -ms-justify-content: space-between; -ms-flex-pack: justify;}
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{color: #000;}
.body_home{height:100%;position: relative;z-index: 1;}
.body_b{position:fixed;left:0;top:100%;bottom:0;right:0;background:#fff;overflow:hidden;transition:top .7s cubic-bezier(.5,0,.2,1) 0s;z-index:1;overflow-y:auto;outline:0}
.body_b *{outline:0}
.body_b.showdiv{top:0}
.banner{z-index:1;position:relative}
.banner a{display:block;position:relative}
.banner a::before{height: 240px;position: absolute;left: 0;top: 0;width: 100%;
	content: '';opacity: 0.8;z-index: 6;
  background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(3,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(3,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(3,0,0) 100%);
}

.banner .slick-img{display:block;overflow:hidden;position:relative;width:100%}
.banner .slick-img{height:0;padding-bottom:calc(920% / 19.2)}
.banner{position:relative;overflow:hidden;height:100vh;}
.banner .swiper-container{max-width: initial;}
.banner .banner-dots{width:auto;text-align:center;position:absolute;left:calc(50% - 107px);bottom:52px;text-align:center;overflow:hidden}
.banner .slick-img{display:block;height:100vh;overflow:hidden;position:relative;background-size: cover !important;padding-bottom: 0;z-index: 5;background-position: center;}
.banner .swiper-slide-active .slick-img{transition:transform 6s linear 0s;-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.banner a::after{content:'';display:block;position:absolute;left:0;right:0;bottom:0;height: 0;padding-bottom: 12%;
  background-image: -moz-linear-gradient( 90deg, rgb(3,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(3,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(3,0,0) 0%, rgba(0,0,0,0) 100%);
  z-index: 6;opacity: 0.3;}

.banner .bottom{padding:0 0 17px;bottom:0;z-index:2;letter-spacing:3px}
.banner .title{color:#fff;margin:auto;white-space:nowrap;font-weight:700;line-height:1.2em}
.banner .vicetitle{margin:9px 0 0;color:#fff;width:100vw;max-width:1320px;text-align:center}
.banner a{display:block;position:relative;}
.banner .slick-img video,.banner .slick-img img{width:100%;height: 100%;position: absolute;left: 0;top: 0;}
.banner .slick-img img{min-width: 100%;object-fit: cover;}
.banner .slick-img video{width:100%;height: auto;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

.banner_btns,
.creations_btns {position: absolute;left: 0;bottom: 65px;z-index: 10;text-align: center;width: 100%;}
.banner_more{padding:0 17px 0 14px;position: relative;display: inline-block;vertical-align: top;margin: 0 0 0 18px;}
.banner_more::before{content:'';position:absolute;width:1px;height:20px;background:rgba(255,255,255,.5);left:0;top:0}
.banner_more::after{content:'';position:absolute;right:0;top:calc(50% - 4px);border-left: 6px solid #fff;border-top: 4px solid transparent;border-bottom: 4px solid transparent;opacity: .5;}
.banner_more a{color:#fff}

.banner_btns .swiper-pagination,
.creations_btns .swiper-pagination {position: relative;display: inline-block;vertical-align: middle;line-height: 38px; border-radius: 20px; border: 1px solid #fff;box-sizing: border-box;min-width: 148px;}
.banner .swiper-slide-active .slick-img {transition:transform 6s linear 0s;-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 8.5px;text-align:center;position:relative;transition:all ease-in-out .3s;border-radius: 0;opacity: 1;background: rgba(255,255,255,.3);border-radius: 50%;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: rgba(255,255,255,1);}

.bb{position: absolute;bottom: 20px;width: 17px;height: 24px;background: url(../images/banner_bottom.png) center no-repeat;left: 50%;transform: translateX(-50%);z-index: 2;-webkit-animation: bb 2s linear 0s infinite;animation: bb 2s linear 0s infinite}
@keyframes bb{
	0%{transform:translate(-50%,0);opacity:0;}
	20%{transform:translate(-50%,3px);opacity:1;}
	80%{transform:translate(-50%,10px);opacity:1;}
	90%{transform:translate(-50%,10px);opacity:0;}
	100%{transform:translate(-50%,10px);opacity:0;}
}


/* 公共样式 */
.u_header{ z-index: 900;position: absolute;left: 0;top: 0;transition: width 0.4s ease-out;width: 100%;padding: 0 50px;box-sizing: border-box;
  /* border-top: 10px solid #032e7b; */ box-sizing: border-box;}
.u_logo{float: left;max-width: 789px;line-height: 1;position: relative;box-sizing: border-box;padding: 35px 0 ;position: relative;z-index: 200;width: 45%;float: left;}
.u_logo a img{display: block;}
.u_top_right{margin-left: 800px;text-align: right;}
.u_top_links{padding-top: 0px; min-height: 39px;}
.u_top_links > ul{display: inline-block;}
.u_top_links > ul a:hover{ color: rgba(255,255,255,.85); transform: translateX();}
.u_link_list li .searchIcon{ display: inline-block; width: 19px; height: 19px; background: url(../images/search.png) no-repeat center/cover; vertical-align: top;}
.u_link_list li span{margin: 0 15px; vertical-align: top;}
.u_link_list li:last-child span{display: none;}
.u_link_list2{margin-left: 60px;}
.u_link_list2 a:hover{ color: rgba(255,255,255,.85);}
 .u_searchBtn{position: absolute;right: 0;top: 0;width: 69px;height: 77px; color: #fff;text-align: right;cursor: pointer;}
.u_searchBtn i{color: #fff;font-size: 22px;padding: 15px 15px 0 0;display: inline-block;}
.u_nav{text-align: right;transition: all 0.35s ease-out;padding-top: 0px;margin-right: -25px;}
.u_nav >li{position: relative;height:60px;transition: height 0.4s ease-out;display: inline-block;padding: 0 20px;}
.u_nav > li > a{font-size: 20px;display: inline-block;position: relative;overflow: hidden;vertical-align: middle;color: #fff;line-height: 60px;font-weight: bold;}
.u_nav > li > a::before{width: 0;height: 3px;background-color: #3baa2d;position: absolute;left: 50%;bottom: 1px;content: '';transition: all 0.35s ease-out;}
.u_nav > li:hover > a::before,.u_nav > li.on > a::before{width: 100%;left: 0;}
.u_nav > li > span{display: inline-block;vertical-align: middle;margin: 0 4px;}

.u_nav > li .second_nav1{width: 150px;position: absolute;left: 50%;transform: translateX(-50%);display: none;top: 100%;padding: 15px 20px 40px;box-sizing: border-box;
  background:rgba(0, 74, 153, 0.8);border-radius: 0;overflow: hidden;}
.u_nav > li .second_nav1::before{content:'';width: 192px;height:180px;position: absolute ;left: 0;bottom:0; z-index: 0;opacity: 0.6;}
.u_nav > li .second_nav1::after{content:'';width: 305px;height:249px;position: absolute ;right: 0;top:0; z-index: 0;opacity: 0.6;}
.second_nav1 dl{/* margin-right: 270px; */position: relative;z-index: 10;}
.second_nav1 dd{width: 100%;line-height: 1.5;}
.second_nav1 dd a{ display: block;font-size: 18px;color: #fff;line-height: 52px;font-weight: normal; text-align: center;}
.second_nav1 dd a:hover{color: rgba(255,255,255,.8);}
.gp-serBtn2{}
.u_nav >li.on .second_nav1{display: block;}
.second_nav1 dl{position: relative;z-index: 20;text-align: left;}
.sec_img{float: right;width: 246px;position: relative;z-index: 5;padding-top: 10px;}
.sec_img .gp-img-responsive{padding-bottom: 66.67%;}
/*
.u_nav > li:nth-last-child(1) .second_nav1{left: auto;right: 25px;width: 1100px;}
.u_nav > li:nth-last-child(1) .second_nav1 dl{margin-right: 0;}
.u_nav > li:nth-last-child(1) .second_nav1 dd{width: 25%;}
*/

/*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 #f1f2f6;border-radius: 25px;}
.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{ width:82%;left: 0;padding-left: 5%; outline: none;}
.gp-search .notxt1 {position: absolute;width: 13%;right:0;cursor:pointer;color:#fff;height: 42px;line-height: 42px;top: 0;text-align: center;transition: all 0.35s ease-out;font-size: 25px;}

/*4.搜索按钮全屏展开*/
#gp-serBtn4{z-index: 801;}
.gp-search4{height: 0;border:none;width: 100%;overflow: hidden;position: fixed;top: 50%;z-index: 1802;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: #004a99;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, .searchActive .gp-overlay4{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;}
}

.close {position: absolute;right:1vw;top: 1vw;width: 50px;height: 50px;font-size: 30px;color: #fff;line-height: 50px;text-align: center;cursor: pointer;}

::-webkit-input-placeholder{color: #333;} 
:moz-placeholder{color: #333;} 
.gp-search input:placeholder{color: #333;} 
:-ms-input-placeholder{color: #333;}
@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;}
	
}
.zoomIn  {
  -webkit-animation-name: zoomIn ;
  animation-name: zoomIn ;
  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;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.fadeInUpSmall ,.show  {  -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(-50%, 20px, 0); transform: translate3d(-50%, 20px, 0);}
  100% { opacity: 1; -webkit-transform: translate3d(-50%,0px, 0); transform: translate3d(-50%, 0px, 0);}
}
@keyframes fadeInUpSmall {  
  0% { opacity: 0; -webkit-transform: translate3d(-50%, 20px, 0); -ms-transform: translate3d(-50%, 20px, 0); transform: translate3d(-50%, 20px, 0);}
  100% { opacity: 1; -webkit-transform: none; -ms-transform: translate3d(-50%, 0px, 0); transform: translate3d(-50%, 0px, 0);}
}
.fadeInUpSmall2 {  -webkit-animation-name: fadeInUpSmall2 ;  animation-name: fadeInUpSmall2 ;  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 fadeInUpSmall2 {
  0% {   opacity: 0;    -webkit-transform: translate3d(-50%, 20px, 0);    transform: translate3d(-50%, 20px, 0);  }
  100% {    opacity: 1;    -webkit-transform: translate3d(-50%, 0, 0);    transform: translate3d(-50%, 0, 0);  }
}
@keyframes fadeInUpSmall2 {  
  0% {    opacity: 0;    -webkit-transform: translate3d(-50%, 20px, 0);    -ms-transform: translate3d(-50%, 20px, 0);    transform: translate3d(-50%, 20px, 0);  }
  100% {    opacity: 1;    -webkit-transform: translate3d(-50%, 0, 0);    -ms-transform: translate3d(-50%, 0, 0);    transform: translate3d(-50%, 0, 0);  }
}

.fadeInDownSmall  {  -webkit-animation-name: fadeInDownSmall ;  animation-name: fadeInDownSmall ;  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 fadeInDownSmall {
  0% {   opacity: 0;    -webkit-transform: translate3d(0, -20px, 0);    transform: translate3d(0, -20px, 0);  }
  100% {    opacity: 1;    -webkit-transform: none;    transform: none;  }
}
@keyframes fadeInDownSmall {  
  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;  }
}


.fadeInLeftSmall   {  -webkit-animation-name: fadeInLeftSmall ;  animation-name: fadeInLeftSmall ;  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 fadeInLeftSmall {
  0% {   opacity: 0;    -webkit-transform: translate3d(-10px, 0, 0);    transform: translate3d(-10px, 0, 0);  }
  100% {    opacity: 1;    -webkit-transform: none;    transform: none;  }
}
@keyframes fadeInLeftSmall {  
  0% {    opacity: 0;    -webkit-transform: translate3d(-10px, 0, 0);     transform: translate3d(-10px, 0, 0);  }
  100% {    opacity: 1;    -webkit-transform: none;    -ms-transform: none;    transform: none;  }
}

.fadeInRightSmall{  -webkit-animation-name: fadeInRightSmall ;  animation-name: fadeInRightSmall ;  animation-duration: 0.7s;   -webkit-animation-duration: 0.7s;  animation-timing-function: ease-in-out;   -webkit-animation-timing-function: ease-in-out;     visibility: visible !important;  }
@-webkit-keyframes fadeInRightSmall {
  0% {   opacity: 0;    -webkit-transform: translate3d(20px, 0, 0);    transform: translate3d(20px, 0, 0);  }
  100% {    opacity: 1;    -webkit-transform: none;    transform: none;  }
}
@keyframes fadeInRightSmall {  
  0% {    opacity: 0;    -webkit-transform: translate3d(20px, 0, 0);     transform: translate3d(20px, 0, 0);  }
  100% {    opacity: 1;    -webkit-transform: none;    -ms-transform: none;    transform: none;  }
}
.header.currents{
	-webkit-animation-name: upDown ;  animation-name: upDown ;  animation-duration: 0.7s;   -webkit-animation-duration: 0.7s;  animation-timing-function: ease-in-out;   -webkit-animation-timing-function: ease-in-out;     visibility: visible !important; 
}
@-webkit-keyframes upDown {
  0% {   opacity: 0;    -webkit-transform: translate3d(0, -100%, 0);    transform: translate3d(0,-100%, 0);  }
  100% {    opacity: 1;    -webkit-transform: none;    transform: none;  }
}
@keyframes upDown {  
  0% {    opacity: 0;    -webkit-transform: translate3d(0,-100%, 0);     transform: translate3d(0,-100%, 0);  }
  100% {    opacity: 1;    -webkit-transform: none;    -ms-transform: none;    transform: none;  }
}
/*头部定位*/
.header.currents{position: fixed;left:90px;top: 0;width: calc(100% - 90px);margin-bottom: 0;border:none}
.header.currents .logo{padding: 20px 0;}
.header.currents .nav li .second_nav1{top: 72px;}
.header.active{width: 100%;left: 0;}
body.open .logo{z-index:2000 ;}
/*手机端导航默认*/
.mobile_bg{width: 100%;height: 100%;z-index: 90;position: fixed;top:0;left: 0;background: rgba(0,0,0,0.6);display: none;z-index: 300;}
.gp-menu{ width: 100%;z-index: 98;position: absolute;display: none;right: 0;top: 0;z-index: 400;}
.gp-menu-header{position: absolute;top: 0;right: 0;z-index: 996;width: 100%;height:50px;}
.gp-menu-link{float: left;line-height: 40px;height: 40px;padding-left: 15px;}
.gp-menu-link a{color:#fff;}
.gp-menu-header-icon{float:right;position: relative;  -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s;cursor: pointer;margin:10px 0 0;width: auto;height: 30px;border-radius: 50%;text-align: center;text-align: center;line-height: 30px;width: 40px;}
.gp-menu-header-icon i{color: #fff;position: relative;z-index: 20;font-size: 23px;}
.gp-menu-header-icon-click i::before{content: '\e615';}
.gp-menu-nav{  width: 100%; display: none;top: 0;right: 0;border-top: 5px solid #3baa2d; background: #004a99;}
/*导航*/
.gp-menu-nav a{}
.gp-menu-nav > ul {padding: 0 10% 0;}
.gp-menu-nav > ul > li{position: relative;box-sizing: border-box;transition: transform 0.5s ease-in;transform: translateY(-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;font-size: 16px;line-height: 1.4;padding:12px 15px;width: 70%;box-sizing: border-box;color: #fff;}
.m-second-nav {display: none;padding-bottom: 10px;padding:0 15px;}
.m-second-nav > li{border-bottom: 1px dotted rgba(255,255,255,0.1);}
.m-second-nav > li:last-child{border-bottom: none;}
.m-second-nav > li.on > span{transform: rotate(45deg);}
.m-second-nav > li > a{display:block;padding:12px 0 12px 20px;font-size:14px;color: #fff;}
.m-second-nav > li > span{top: 4px;color: #dad6ce;font-size: 18px;}
.gp-menu-arrow {cursor: pointer;width: 30px;height: 46px;line-height: 46px;color:#fff;text-align: right;position: absolute;right: 0;top: 0;font-size: 20px;text-align: center;}
.gp-menu-arrow::before{transition: all 0.3s ease-in-out;}
.gp-menu-nav > ul > li.on > span{color: #fff;}
.gp-menu-nav > ul > li.on > span::before{transform: rotate(90deg);display: inline-block;}
.gp-menu-nav li ul {}
/*
侧滑右侧
*/

.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;}



/*导航内标签效果*/
.open .gp-menu-link{display: none;}
.open .gp-menu-header{background: none;}
.open .logo,.open .header .divSelect{z-index: 90;}
.open .gp-menu-nav > ul > li{transform: none;opacity: 1;}
.open .gp-menu-nav > ul > li.on{}
.gp-menu-nav.gp-menu-offcanvas2{position: fixed;display: block;transform: translate(150%,0);transition: all 1s ease-in-out;width: 85%;max-width: 400px;}
body.open .gp-menu-offcanvas2{transform: translate(0,0);position:absolute;}
body.open .gp-menu-nav > ul > li.on > a{color: #fff;}
body.open .searchBtn {display: none !important;  }
body.open .m_en{display: inline-block;padding-top: 4px;}
.m_logo{padding: 35px 10px 10px 10px;width: 100%;}
.mobile-column1{width: 100%;left: -100%;position: absolute;top: 50%;transform: translateY(-50%);}
.m-link{padding: 20px;text-align: center;}
.m-link a{display: inline-block;vertical-align: middle;line-height: 1.5;padding:4px 10px;font-size: 16px ;color: #fff;opacity: 0.77;}
.m-link span{color: #fff;}
/*5移动端搜索默认*/
.gp-m-search {width:100%;height: 50px;line-height: 50px;box-sizing: border-box;padding: 0 10%;height: auto;border-radius: 0;border: none;}
.gp-m-search .gp-ser{background-color: #fff;}
.gp-m-search .notxt1{ font-size: 14px; right: 0;width: 50px;border-radius: 2px;height: 35px;top: 0;color: #004098;line-height: 35px;}
.gp-m-search .notxt1 i{font-size: 20px;color: #004098;}
.gp-m-search input.notxt{left: 0;width: 100%;box-sizing: border-box;padding-left: 15px;}
.gp-m-search.active{display: block;position: absolute;left: 0;top: 140px;}
.gp-m-search input, .gp-m-search button{height: 35px;line-height: 35px;}
.gp-m-search .gp-ser{height: 35px;}
/*加页面动画*/
.effect2{opacity: 0;transform: translateY(50px);transition: transform 1s, opacity 1s ease-in-out }
.effect2.isView{transform: none;opacity: 1 !important;}

.quick_links{position: absolute;right: 0;bottom: 0;z-index: 50;background:#cc0808;
  background: -webkit-linear-gradient(left, #cc0808 , #d13b19); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #cc0808, #d13b19); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #cc0808, #d13b19); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #cc0808 , #d13b19); /* 标准的语法 */padding: 27px 0 15px}
.quick_links li{padding: 0 25px;position: relative;}
.quick_links li::before{content: '';width: 1px;height: 100%;position: absolute;right: 0;top:0;background-color: rgba(255,255,255,0.3);}
.quick_links li i{max-width: 40px;display: block;margin: 0 auto 12px;line-height: 1;height: 40px;}
.quick_links li span{display: block;font-size: 16px;color: #fff;}
.quick_links li:last-child::before{display: none;} 
.m_quick_links{padding: 20px;text-align: center;}
.m_quick_links a{display: inline-block;vertical-align: middle;line-height: 1.5;padding:4px 10px;font-size: 16px ;color: #fff;opacity: 0.77;}
/* 置顶后菜单 */
.u_header2{position: fixed;width: 100%;box-shadow: 0 10px 20px rgba(0,43,77,0.15);z-index: 500;background-color: #fff;transform: translateY(-100%);transition: transform 0.8s ease-out;opacity: 0;left: 0;top: 0;right: 0;}
.u_header2 .gp-container{max-width: 1720px;width: 100%;}
.u_top_links2{background-color: #004a99;padding: 10px 0;}
.u_header2 .u_logo{padding: 18px 0; max-width: 600px;}
.u_header2 .u_top_right{ margin-left: 600px;}
.u_header2 .u_nav > li{ padding: 0 20px;}
.u_header2 .u_nav > li > a{color: #333;}
.u_header2 .u_nav {padding-top: 0;margin-right: 0%;}
.u_header2 .u_top .gp-container{position: relative; }
/* .u_header2 .u_top .gp-container::before{content: '';width:307px;height: 70px;background: url(../images/u_header_bg3.png) no-repeat center;position: absolute;left:-90px;top: 0;z-index: 0;} */
/* .u_header2 .u_top .gp-container::after{content: '';width:178px;height: 58px;background: url(../images/u_header_bg4.png) no-repeat center;position: absolute ;right: -60px;bottom: 0;z-index: 0;} */
.u_header2 .u_top .gp-container > *{position: relative;z-index: 5;}
/* 置顶后搜索 */
/* .u_header2 .gp-search{width:6.9%;overflow: hidden;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;transition: all 0.35s ease-in-out;border:1px solid #044d9b;position: absolute;right: 0;top: 25px;background-color: #fff;}
.u_header2 .gp-ser{width:100%; height:30px; z-index:9999994; margin:0 auto;position: relative;}
.u_header2 .gp-search input,.gp-search button{position:absolute; height: 30px;line-height:30px; border:none; background:none; top:0px;overflow: hidden; }
.u_header2 .gp-search input.notxt{color:#333; width:65%;left: 0;padding-left: 8%;}
.u_header2 .gp-search .notxt1 {position: absolute;width: 25%;right:2px;cursor:pointer;color:#004a99;height: 30px;line-height: 30px;font-size: 16px;} */
::-webkit-input-placeholder{color: #999;} 
:moz-placeholder{color: #999;} 
.gp-search input:placeholder{color: #999;} 
:-ms-input-placeholder{color: #999;}
.u_header2 .u_nav >li{height: 83px;}
.u_header2 .u_nav >li > a{ line-height: 83px; font-weight: normal;}
.u_header2 .u_nav > li .second_nav1{top: 83px;}
.showdiv .u_header2{transform: none;opacity: 1;transition: all 0.7s ease-in-out 0.5s;}
#gp-search1{ display: none;}

.footer{ background: url(../images/footer_bg.png) no-repeat center/cover;}
.ft_logo{ max-width: 782px; margin-top: 73px;}
.links{ margin-top: 56px;}
.links .linkTag{ width: 128px; text-align: center;}
.links ul{ margin-left: 128px; flex-wrap: wrap; max-width: 707px; justify-content: flex-start;}
.links ul li{ margin-right: 38px; }
.links ul a:hover{ color: rgba(255,255,255,.85);}

.code{ margin-top: 74px; margin-right: 50px;}
.code .img{ width: 130px; padding: 9px 10px; box-sizing: border-box; background: #fff;}
.code .img:last-child{ margin-right: 0;}
.code .gp-img-responsive{ padding-bottom: 100%;}
.code .name{ line-height: 1; margin-top: 13px; text-align: center;}

.copy{ background: rgba(0,0,0,0.1); margin-top: 70px; text-align: center;}
.copy span{ display: inline-block; line-height: 60px; color: rgba(255,255,255,.3); margin-right: 50px;}
.copy span:last-child{ margin-right: 0;}

/* 响应式样式 */
@media screen and (max-width:1800px){
  .u_nav{ margin-right: -15px;}
  .u_nav >li{ padding: 0 10px;}
  .u_top_right{ margin-left: 680px;}
}

@media screen and (max-width:1740px){
  .u_header2 .gp-container{ padding-left: 15px; padding-right: 15px;}
}

@media screen and (max-width:1500px){
  .u_header{ padding: 0 30px;}
}

@media screen and (max-width:1480px) {
  .u_logo{ width: 38%;}
  .u_top_right, .u_header2 .u_top_right{ margin-left: 38%;}
}

@media screen and (max-width:1320px) {
  .u_nav{ margin-right: -10px;}
  .u_nav >li{ padding: 0 5px;}
  .u_nav > li > a{ font-weight: normal;}
}

@media screen and (max-width:1280px) {
  .u_header{ padding: 0 15px;}
  .u_nav > li > a{ font-size: 16px;}
  .ft_logo{ max-width: 650px;}
  .links ul li{ margin-right: 20px;}
  .code{ margin-right: 30px;}
  .code:last-child{ margin-right: 0;}
}

@media screen and (max-width:1200px) {
  .u_header2 .gp-search{ width: 9%;}
  .u_header2 .u_nav > li{ padding: 0 5px;}
}

@media screen and (max-width:1100px) {
  .ft_logo{ max-width: 600px;}
  .copy{ margin-top: 40px;}
}
@media screen and (max-width:1024px) {
  
}

@media screen and (max-width:996px) {
  .u_top_right, .u_header2{ display: none;}
  .u_logo{ width: 60%; padding: 25px 0;}
  .gp-menu{ display: block;}
  .u_header{ border-top: 4px solid #032e7b;}
  .body_home{ z-index: 10;}
  .footer > .flex{ flex-direction: column;}
  .ft_logo{ margin: 30px auto 0;}
  .links{ margin-top: 25px;}
  .code{ margin-top: 20px;}
  .footer .right{ justify-content: center;}
  .copy{ margin-top: 25px;}
}

@media screen and (max-width:767px) {
  .u_logo{ width: auto; max-width: 400px;}
  .copy{ padding: 10px 0;}
  .copy span{ line-height: 30px;}
}

@media screen and (max-width:680px) {
  
}

@media screen and (max-width:540px) {
  .u_logo{ max-width: 380px;}
  
}

@media screen and (max-width:479px) {
  .copy span{ margin-right: 0; display: block; line-height: 24px;}
  .u_logo{ max-width: 340px;}
}

@media screen and (max-width:414px) {
  .u_header{ padding: 0 5px;}
  .u_logo{ max-width: 300px; padding: 15px 0;}
  .code .img{ width: 110px;}
}