@charset "utf-8";

/*基础样式*/
html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 0.16rem !important;
  /* 14÷10=1.4 */
  color: #333;
  font-family: '微软雅黑', Arial, 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: subpixel-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: #333
}

a:hover {
  text-decoration: none;
  color: #063d73;
}

input[type='button'], button, input {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

ul, ol, li {
  list-style: none outside none;
}

pre, code {
  white-space: pre-wrap
}

.gp-pa {
  position: absolute;
}

.gp-pr {
  position: relative;
}

.gp-clearFix {
  *zoom: 1;
  clear: both;
}

.gp-clearFix:after {
  content: '';
  display: block;
  clear: both;
}

.gp-clear {
  width: 100%;
  overflow: hidden;
}

/*响应式图片*/
.gp-img-responsive {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #fff;
}

.gp-img-responsive>img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  object-fit: cover;
}

.gp-img-responsive img:hover {
  transform: scale(1.08) translate(-50%, -50%);
}

.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;
}

.text-upper {
  text-transform: uppercase;
}

.text-left {
  text-align: left !important
}

/*边框*/
.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;
  vertical-align: middle;
}

/*半透明背景*/
.gp-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1180;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=80);
  display: none;
  left: 0
}

/*文章页控制ul li序号*/
.gp-article ol, .gp-article ol li, .gp-order-list li, .gp-order-list {
  list-style: decimal inside none;
}

.gp-article ul, .gp-article ul li, .gp-unorder-list li, .gp-unorder-list {
  list-style: disc inside none;
}

.gp-unorder-list.circle {
  list-style-type: circle
}

.gp-unorder-list.square, .gp-unorder-list.square li {
  list-style-type: square
}

.gp-unorder-list.upper-roman, .gp-unorder-list.upper-roman li {
  list-style-type: upper-roman
}

.gp-unorder-list.lower-alpha, .gp-unorder-list.lower-alpha li {
  list-style-type: lower-alpha
}

.gp-article {
  word-break: break-word;
}

/*字号*/
.gp-f12 {
  font-size: 0.12rem;
}

.gp-f14 {
  font-size: 0.14rem;
}

.gp-f15 {
  font-size: 0.15rem;
}

.gp-f16 {
  font-size: 0.16rem;
}

.gp-f17 {
  font-size: 0.17rem;
}

.gp-f18 {
  font-size: 0.18rem;
}

.gp-f20 {
  font-size: 0.2rem;
}

.gp-f22 {
  font-size: 0.22rem;
}

.gp-f24 {
  font-size: 0.24rem;
}

.gp-f25 {
  font-size: 0.25rem;
}

.gp-f26 {
  font-size: 0.26rem;
}

.gp-f28 {
  font-size: 0.28rem;
}

.gp-f30 {
  font-size: 0.3rem;
}

.gp-f32 {
  font-size: 0.32rem;
}

.gp-f34 {
  font-size: 0.34rem;
}

.gp-f36 {
  font-size: 0.36rem;
}

.gp-f38 {
  font-size: 0.38rem;
}

.gp-f40 {
  font-size: 0.4rem;
}

.gp-f50 {
  font-size: 0.5rem;
}

.gp-f55 {
  font-size: 0.55rem;
}

/* 加粗 */
.gp-bold {
  font-weight: bold;
}

.gp-ul-inline {
  font-size: 0;
}

.gp-ul-inline>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0.14rem;
  vertical-align: top;
}

.gp-fl, .gp-md-fl, .gp-sm-fl {
  float: left;
}

.gp-fr, .gp-md-fr, .gp-sm-fr {
  float: right;
}

.gp-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gp-vam, .gp-vama * {
  vertical-align: middle;
}

/*
字体色
*/
.gp-black *, .gp-black {
  color: #333
}

.gp-white *, .gp-white {
  color: #fff
}

.gp-white *:hover, .gp-white:hover {
  color: #fff;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

/*一行截短*/
.gp-ellipsis, .gp-text-truncate {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

/*透明度*/
.gp-opt-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*-平均分配*/
/* [class*="gp-avg"] > li {float: left;} */
[class*="gp-avg"] {
  font-size: 0;
}

[class*="gp-avg"]>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  vertical-align: top;
}

/*
版心和间距的问题
*/
.gp-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:1920px) {
  /* .gp-f50{font-size: 50px;} */
}

@media screen and (max-width:1500px) {
  .gp-container {
    width: auto;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  /* .gp-f32{font-size: 26px;} */
}

@media screen and (max-width:1460px) {
  /* .gp-f24{font-size: 22px;}
	.gp-f18{font-size: 17px;} */
}

@media screen and (max-width:1386px) {

  /* .gp-container{width: 1100px !important;} */
  .gp-f32 {
    font-size: 24px;
  }


}


@media screen and (max-width:1240px) {
  /* .gp-container{width: 90vw} */
}

@media screen and (max-width:1060px) {
  /* .gp-container{width:900px !important;} */
}

@media screen and (max-width:996px) {
  .gp-container {
    width: auto !important;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .gp-md-fl, .gp-md-fr {
    float: none;
    width: 100% !important;
  }

}

@media screen and (max-width:767px) {
  .gp-container {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .gp-row {
    margin-left: -0.08rem;
    margin-right: -0.08rem;
  }

  .gp-p15 {
    padding-left: 0.08rem;
    padding-right: 0.08rem;
  }

  .gp-m15 {
    margin-left: 0.08rem;
    margin-right: 0.08rem;
  }

  .gp-sm-fl, .gp-sm-fr {
    float: none;
    width: 100% !important;
  }
}


/*
面包屑
*/
.gp-bread {
  height: auto;
  line-height: 1.5;
  color: #fff;
  padding: 12px 0;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.gp-bread span {
  color: #fff;
  margin: 0 0.03rem
}

.gp-bread a {
  color: #fff;
}

.gp-bread a:hover {
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  .gp-article {
    word-break: break-word;
  }

  .gp-article img {
    width: auto !important;
    height: auto !important;
  }

  .gp-article video {
    width: auto !important;
  }

  .gp-article table {
    width: 100% !important;
  }

  /* html{font-size: 54.705%;} */
}

/*
pad端固定宽度
*/
@media screen and (max-width:999px) {
  .gp-flex {
    display: -ms-flexbox;
    /* IE10+ */
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
  }

  .gp-flex-fixed {
    width: 2.5rem;
  }

  .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%;
  }

  /*平均分配*/
  .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-xxs-6>li {
    width: 16.6%;
  }

  .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%;
  }

  .gp-avg-6>li {
    width: 16.6%;
  }
}

@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-avg-xxs-6>li {
    width: 16.6%;
  }
}

@media screen and (min-width:479px) {

  /*平均分配*/
  .gp-avg-xs-1>li {
    width: 100%;
  }

  .gp-avg-xs-2>li {
    width: 50%;
  }

  .gp-avg-xs-3>li {
    width: 33.3%;
  }

  .gp-avg-xs-4>li {
    width: 25%;
  }

  .gp-avg-xs-5>li {
    width: 20%;
  }

  .gp-avg-xs-6>li {
    width: 16.6%;
  }

}

@media screen and (min-width:769px) {

  /*平均分配*/
  .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%;
  }

  .gp-avg-sm-6>li {
    width: 16.6%;
  }
}

@media screen and (min-width:997px) {

  /*平均分配*/
  .gp-avg-md-1>li {
    width: 100%;
  }

  .gp-avg-md-2>li {
    width: 50%;
  }

  .gp-avg-md-3>li {
    width: 33.3%;
  }

  .gp-avg-md-4>li {
    width: 25%;
  }

  .gp-avg-md-5>li {
    width: 20%;
  }

  .gp-avg-md-6>li {
    width: 16.6%;
  }
}

@media screen and (min-width:1300px) {

  /*平均分配*/
  .gp-avg-lg-1>li {
    width: 100%;
  }

  .gp-avg-lg-2>li {
    width: 50%;
  }

  .gp-avg-lg-3>li {
    width: 33.3%;
  }

  .gp-avg-lg-4>li {
    width: 25%;
  }

  .gp-avg-lg-5>li {
    width: 20%;
  }

  .gp-avg-lg-6>li {
    width: 16.6%;
  }
}

/*
表格
*/
.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: 19px 20px;
  line-height: 1.4;
  word-break: break-all;
}

.gp-table-bordered {
  border: solid #e6e6e6;
  border-width: 0px 0 0.01rem 0px;
}

.gp-table * {
  word-wrap: break-word;
}

/*边框*/
.gp-table-bordered td {
  border: solid #e6e6e6;
  border-width: 0.01rem 0.01rem 0px 0.01rem;
}

/*条纹*/
.gp-table-striped>tbody>tr:nth-child(even)>td,
.gp-table-striped>tbody>tr:nth-child(even)>th {
  background-color: #f5f5f5
}

/*置顶*/
.gp-goTop {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.25rem;
  color: #fff !important;
  background: #cc0909;
}

.gp-goTop-fixed {
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 800;
  box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.2);
  display: none;
}

.gp-goTop-fixed.bottom {
  bottom: 1.5rem;
}

/*低版本跳转样式*/
.ie_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 99998;
}

.ie9tips {
  width: 4rem;
  height: 3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -0.15rem 0 0 -0.2rem;
  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: 0.01rem;
  color: #fff;
  width: 4.2rem;
  margin: 0.01rem auto;
  line-height: 1.8;
}

.text-center {
  text-align: center;
}

/* 公共样式 */
.header {
  z-index: 900;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s ease-out;
  background: url('../images/header-bg.jpg') no-repeat top center/100% 100%, #063d73;
  /* border-bottom: 2px solid rgba(255, 255, 255, 0.2); */

}

.header.currents .header_right .main-but,
.header.currents .header_right .search_btn {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}



/* .header:before {
  height: 1.36rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  /* Safari 5.1 - 6.0 */
/* background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); */
/* Opera 11.1 - 12.0 */
/* background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); */
/* Firefox 3.6 - 15 */
/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); */
/* 标准的语法 */
/* } */

.header .top {
  position: relative;
}

.header .top .nav-quick {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: .2rem;
}

.header .top .nav-quick a {
  font-size: 0.16rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  color: #fff;
}

.header .top .nav-quick .index {
  padding: 0 .2rem;
  margin: 0 .2rem;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.header .top .nav-quick .search {
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.header .top .nav-quick .search_btn {
  font-size: .24rem;
  margin-right: .1rem;
}

@media screen and (max-width: 996px) {
  .header .top .nav-quick {
    display: none;
  }
}

.logo {
  float: left;
  max-width: 4.89rem;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  padding: 0.2rem 0;
  position: relative;
  z-index: 200;
  width: 35%;
}

.logo a img {
  display: block;
}

.nav {
  text-align: right;
  transition: all 0.35s ease-out;
  padding-top: .4rem;
}

.nav>li {
  position: relative;
  height: 0.6rem;
  line-height: 0.6rem;
  transition: height 0.4s ease-out;
  display: inline-block;
}

.nav>li>a {
  font-size: 0.18rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  color: #fff;
  margin: 0 .2rem;
}

.nav>li:last-child>a {
  margin-right: 0;
}

.nav>li>a::before {
  width: 0;
  height: 0.03rem;
  background-color: #063d72;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  transition: all 0.35s ease-out;
}

/* .nav>li:hover>a::before, .nav>li.on>a {
  color: #063d72;
} */

.nav>li:hover>a::before, .nav>li.on>a::before {
  width: 130%;
  left: -15%;
}

.nav>li>span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.nav>li .second_nav1::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  transition: all 0.35s ease-in-out;
  z-index: 0;
  background-size: cover;
}

.nav>li .second_nav1 {
  width: 130%;
  position: absolute;
  left: -15%;
  display: none;
  top: 0.62rem;
  padding: 0.1rem 0 0.8rem;
  line-height: 1.5;
  box-sizing: border-box;
  background: rgba(6, 61, 115, 0.6);
  background: -webkit-linear-gradient(top, rgba(6, 61, 115) 30%, rgba(146, 7, 10, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(6, 61, 115) 30%, rgba(146, 7, 10, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(6, 61, 115) 30%, rgba(146, 7, 10, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(6, 61, 115) 30%, rgba(146, 7, 10, 0));
  /* 标准的语法 */
}

.second_nav1 dd {}

.second_nav1 dd a {
  padding: 0.06rem 0.1rem;
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
}

.second_nav1 dd a:hover {
  color: #fff;
  background-color: #003262;
}

.gp-serBtn2 {}

.nav>li.on .second_nav1 {
  display: block;
}

.second_nav1 dl {
  position: relative;
  z-index: 20;
  text-align: center;
}

/*1.默认展开的搜索*/
.gp-search {
  width: 2.2rem;
  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: 0.25rem;
}

.gp-ser {
  width: 100%;
  height: 0.28rem;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}

.gp-search input, .gp-search button {
  position: absolute;
  height: 0.28rem;
  line-height: 0.28rem;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}

.gp-search input.notxt {
  color: #fff;
  width: 82%;
  left: 0;
  padding-left: 5%;
}

.gp-search .notxt1 {
  position: absolute;
  width: 13%;
  right: 0;
  cursor: pointer;
  color: #fff;
  height: 0.42rem;
  line-height: 0.42rem;
  top: 0;
  text-align: center;
  transition: all 0.35s ease-out;
  font-size: 0.25rem;
}

/*4.搜索按钮全屏展开*/
#gp-serBtn4 {
  position: relative;
  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: 8rem;
}

.gp-search4 input, .gp-search4 button {
  height: 0.4rem;
  line-break: 0.4rem;
}

.gp-search4 .gp-ser {
  height: 0.4rem;
  border: 0.01rem solid #ccc;
  margin-top: 0.2rem;
}

.gp-search4 .notxt1 {
  background: #063d72;
  color: #fff
}

.gp-search4 .gp-ser {
  display: none;
  border: none;
  background: #fff;
}

.gp-search4.active .gp-ser {
  display: block;
}

.gp-search4.active {
  height: 0.8rem;
}

.searchActive .gp-overlay {
  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: 0.9rem;
  }

  .gp-search4 .notxt1 {
    width: 0.85rem;
  }
}

.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: 0.9rem;
  }

  .gp-search4 .notxt1 {
    width: 0.85rem;
  }

}

.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(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  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;
  }
}

.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: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0;
  border: none;
  background: url('../images/header-bg.jpg') no-repeat top center/100% 100%, #063d73;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.header.currents:before {
  display: none;
}

.header.currents .logo {
  padding: 0.2rem 0;
  max-width: 4.89rem;
}

.header.currents .nav {
  padding-top: 0.4rem;
}

/* .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: calc(100% - 1rem);
  z-index: 90;
  position: fixed;
  top: 1rem;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 300;
}

.gp-menu {
  width: 100%;
  z-index: 98;
  position: fixed;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
}

.gp-menu-header {
  position: absolute;
  top: 0.15rem;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 50px;
}

.gp-menu-link {
  float: left;
  line-height: 0.4rem;
  height: 0.4rem;
  padding-left: 0.15rem;
}

.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: 0 0.15rem 0 0;
  width: auto;
  height: 0.5rem;
  border-radius: 50%;
  text-align: center;
  text-align: center;
  line-height: 0.5rem;
  width: 0.5rem;
}

.gp-menu-header-icon span {
  position: absolute;
  right: calc((100% - 0.3rem) / 2);
  top: calc((100% - 0.06rem) / 2.3);
  width: 0.27rem;
  height: 0.02rem;
  background-color: #fff;
  display: none;
}

.gp-menu-header-icon-out span {
  width: 0.3rem;
  height: 0.02rem;
  background-color: #fff;
  display: block;
  border-radius: 0.04rem;
}

.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(0.04rem) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-0.04rem) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
  transform: translateY(-0.04rem) rotate(0deg);
}

.gp-menu-header .searchBtn {
  width: 0.5rem;
  font-size: 0.24rem;
  padding-top: 0.1rem;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0.7rem;
  top: 0;
  font-weight: normal;
}

.gp-menu-header-icon-out i {
  width: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  height: 0.5rem;
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-0.04rem) rotate(0deg);
  }
}

@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(0.04rem) rotate(0deg);
  }
}

@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(0.12rem) rotate(0deg);
  }
}

.gp-menu-header-icon-click span {
  top: calc((100% - 0.02rem) / 2.1);
  display: block;
}

.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;
  margin-left: 0;
}

.gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}

.gp-menu-header-icon-click i {
  display: none;
}

.gp-menu-header-icon-click strong {
  display: none;
}

.gp-menu-header-icon-click em {
  display: inline-block;
  margin-right: 0.9rem;
  width: 0.4rem;
  height: 0.4rem;
  vertical-align: middle;
  position: absolute;
  left: -0.4rem;
  top: 0.05rem;
}

@keyframes clickfirst {
  0% {
    transform: translateY(0.04rem) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
    transform: translateY(-0.04rem) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes clickthird {
  0% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.gp-menu-header-icon-click {
  width: 0.5rem;
  background-color: #063d73;
  border-radius: 50%;
}

.gp-menu-nav {
  width: 100%;
  display: none;
  background: #063d73;
  padding-top: 0.85rem;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.header .m-main-but a {
  display: inline-block;
  font-size: 0.18rem;
  line-height: 1.4;
  padding: 0.16rem 0.16rem;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

/*导航*/
.gp-menu-nav a {}

.gp-menu-nav>ul {}

.gp-menu-nav>ul>li {
  position: relative;
  box-sizing: border-box;
  transition: transform 0.5s ease-in;
  transform: translateY(-0.4rem);
  opacity: 0;
}

.gp-menu-nav>ul>li {
  position: relative;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.15);
  border-right: 0.01rem solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}

.gp-menu-nav>ul>li>a {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 1.4;
  padding: 0.16rem 0.16rem;
  width: 70%;
  box-sizing: border-box;
  color: #fff;
}

.gp-menu-nav .nav-quick {
  display: flex;
  justify-content: space-around;
  margin-top: .2rem;
}

.gp-menu-nav .nav-quick a {
  font-size: 0.16rem;
  line-height: 1.4;
  color: #fff;
}

.m-second-nav {
  display: none;
  padding-bottom: 0.1rem;
  padding: 0 0.08rem;
  background-color: #063d73;
}

.m-second-nav>li {
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.05);
}

.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: 0.12rem 0 0.12rem 0.2rem;
  font-size: 0.14rem;
  color: #fff;
}

.m-second-nav>li>span {
  top: 0.04rem;
  color: #dad6ce;
  font-size: 0.18rem;
}

.gp-menu-arrow {
  cursor: pointer;
  width: 0.3rem;
  height: 0.46rem;
  line-height: 0.46rem;
  color: #fff;
  text-align: right;
  position: absolute;
  right: 0.1rem;
  top: 0.08rem;
  font-size: 0.2rem;
  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 {}

/*导航内标签效果*/
.open .gp-menu-link {
  display: none;
}

.open .gp-menu-header {
  /* background: url(../images/td_bg1.jpg) repeat; */
  background-color: #063d73;
}

.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 {
  background-color: #063d73;
}

.gp-menu-nav.gp-menu-offcanvas2 {
  position: fixed;
  display: block;
  transform: translate(150%, 0);
  transition: all 1s ease-in-out;
  width: 85%;
  max-width: 4rem;
  border-left: 0.08rem solid #9A0000;
}

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: 0.04rem;
}


.mobile-column1 {
  width: 100%;
  left: -100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*5移动端搜索默认*/
.gp-m-search {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  box-sizing: border-box;
  padding: 0 5%;
  height: auto;
  border-radius: 0;
  border: none;
}

.gp-m-search .gp-ser {
  background-color: #fff;
}

.gp-m-search .notxt1 {
  right: 0;
  width: 0.5rem;
  border-radius: 0.02rem;
  height: 0.35rem;
  top: 0;
  color: #063d73;
  line-height: 0.35rem;
}

.gp-m-search .notxt1 i {
  font-size: 0.2rem;
}

.gp-m-search input.notxt {
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.15rem;
}

.gp-m-search.active {
  display: block;
  position: absolute;
  left: 0;
  top: 1.4rem;
}

.gp-m-search input, .gp-m-search button {
  height: 0.35rem;
  line-height: 0.35rem;
}

.gp-m-search .gp-ser {
  height: 0.35rem;
  margin-top: .25rem;
}

/*加页面动画*/
.effect2 {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s, opacity 1s ease-in-out
}

.effect2.isView {
  transform: none;
  opacity: 1 !important;
}

.gp-title1 {
  font-weight: normal;
  color: #2e3c63;
  line-height: 0.3rem;
  max-height: 0.9rem;
  overflow: hidden;
  display: block;
}

/***分页*/
.gp-page1 {
  padding: 0.2rem 0 0rem;
  font-size: 0;
  text-align: center;
}

.gp-page1::after,
.gp-page1::before {
  content: " ";
  display: table;
}

.gp-page1 a::before {
  display: none;
}

.gp-page1>a,
.gp-page1>span,
.gp-page1>div>span,
.gp-page1 .num>a,
.gp-page1 .selectDiv {
  display: inline-block;
  line-height: 1;
  position: relative;
  text-align: center;
  vertical-align: top;
  font-size: 0.16rem;
  transition: all 0.35s ease-in-out;
  margin: 0 0.05rem;
  border: 0.01rem solid #d7dfdc;
  margin-bottom: 0.05rem;
  cursor: pointer;
  text-align: center;
  padding: 0.1rem 0.13rem;
  vertical-align: middle;
}

.gp-page1 a span {
  border: none;
}

.gp-page1 a:hover,
.gp-page1 a.on_pages {
  background-color: #063d73;
  color: #fff !important;
  border-color: #063d73;
}

.gp-page1 a.on_pages {
  background-color: #063d73;
}

.gp-page1 .hide {
  display: none !important;
}

.gp-page1 .selectDiv::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  transform: rotateX(0deg);
  border: 0.05rem solid transparent;
  border-top-color: #bfbeac;
  position: absolute;
  right: 0.06rem;
  top: 0.13rem;
}

.gp-page1 .selectDiv {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  font-size: 0.14rem;
  transition: all 0.35s ease-in-out;
  margin: 0 0.05rem;
  border: 0.01rem solid #d7dfdc;
  margin-bottom: 0.05rem;
  cursor: pointer;
  text-align: center;
  padding: 0.09rem 0.28rem;
  position: relative;
}

.gp-page1 .selectDiv ul.on {
  display: block;
  width: 100%;
}

.gp-page1 .selectDiv ul {
  text-align: center;
  font-size: 0.14rem;
  list-style: none;
  position: absolute;
  box-sizing: border-box;
  bottom: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 2.4rem;
  border: 0.01rem solid #d7dfdc;
  border-bottom: none;
  background: #ffffff;
  display: none;
}

.gp-page1 .selectDiv ul li:hover {
  background: #063d73;
}

.gp-page1 .selectDiv ul li:hover a {
  color: #ffffff;
}

.gp-page1 .selectDiv ul a {
  line-height: 0.3rem;
  padding: 0px 0.1rem;
}

.gp-page1 .selectDiv ul a:hover {
  background: none;
  color: #000000;
}

.gp-page1 .selectDiv ul a.active {
  display: block;
}

.gp-page1 .selectDiv:hover.selectDiv:before {
  transition: transform all 2s ease;
  transform: rotateX(-180deg) translateY(0.05rem);
  transform-origin: center;
}

.gp-page1.pageStyle1 a,
.gp-page1.pageStyle1>span,
.gp-page1.pageStyle1 div>span {
  padding: 0.1rem;
  min-width: 0.36rem;
  min-height: 0.36rem;
}

.gp-page1.pageStyle1 .totalPage,
.gp-page1.pageStyle1 .perPage {
  border: none;
  margin: 0;
  padding: 0.1rem;
}

.gp-page1.pageStyle1 a::before {
  display: inline-block;
}

.gp-page1.pageStyle1 a span {
  display: none;
}

.gp-page1.pageStyle1 .selectDiv {
  padding: 0.16rem 0.1rem;
  min-width: 0.66rem;
}

.gp-page1.pageStyle1 .iconfont {
  font-size: 0.2rem;
}

.gp-page1 .turnPage span {
  border: none;
}

.gp-page1.pageStyle1 .num a {
  min-height: 0.42rem;
  min-width: 0.42rem;
  text-align: center;
  line-height: 1.4;
}

.gp-page1.pageStyle2 a,
.gp-page1.pageStyle2>span,
.gp-page1.pageStyle2 div>span {
  padding: 0.1rem;
  min-width: 0.36rem;
  min-height: 0.36rem;
  line-height: 0.36rem;
  font-size: .16rem;
  color: #999;
  font-family: 'Calibri';
}

.gp-page-prev {
  margin-right: .4rem !important;
}

.gp-page-next {
  margin-left: .4rem !important;
}

.gp-page1.pageStyle2>a {
  border-radius: 50%;
}

.gp-page1.pageStyle2 .totalPage,
.gp-page1.pageStyle2 .perPage {
  border: none;
  margin: 0;
  padding: 0.1rem;
}

.gp-page1.pageStyle2 a::before {
  display: inline-block;
}

.gp-page1.pageStyle2 a span {
  display: block;
}

.gp-page1.pageStyle2 .selectDiv {
  padding: 0.13rem 0.1rem;
  min-width: 0.66rem;
}

.gp-page1.pageStyle2 .iconfont {
  font-size: 0.2rem;
}

.gp-page1.pageStyle2 .turnPage span {
  border: none;
}

.gp-page1.pageStyle2 .num a {
  min-height: 0.42rem;
  min-width: 0.42rem;
  text-align: center;
  line-height: 0.42rem;
  border-radius: 50%;
  font-size: .16rem;
  color: #999;
  font-family: 'Calibri';
}

@media screen and (max-width:767px) {
  .gp-page1 .turnPage {
    display: none;
  }

  .gp-page1>a,
  .gp-page1>span,
  .gp-page1>.gp-ib a {
    display: none;
  }

  .gp-page1 a.on_pages,
  .gp-page1 .gp-page-prev,
  .gp-page1 .gp-page-next,
  .gp-page1 .gp-page-start,
  .gp-page1 .gp-page-end {
    display: inline-block;
  }
}

.wrap_footer {
  background: url(../images/footer-bg.jpg) no-repeat center right/100% 100%;
  position: relative;
  z-index: 50;
  padding: 0.4rem 0 0.6rem;

}

.wrap_footer .footer-main {
  display: -ms-flexbox;
  /* IE10+ */
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap_footer .footer-logo {
  max-width: 3.49rem;
}

.wrap_footer .footer-main .right {
  display: flex;
  align-items: center;
}

.wrap_footer .footer-main .right .weix {
  margin-left: .1rem;
}

.wrap_footer .footer-main .right .ewm {
  display: none;
  position: absolute;
  right: -1.2rem;
  top: -.3rem;
  width: 1rem;
  height: 1rem;
}

.wrap_footer .footer-main .right .weix-box {
  position: relative;

}

.wrap_footer .footer-main .right .linkBox {
  position: relative;
}

.wrap_footer .footer-main .right .linkBox .showTil {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 3.8rem;
  box-sizing: border-box;
  padding: .1rem .3rem;
  background-color: #003262;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .2rem;
  font-family: 'Merriweather';
}

.wrap_footer .footer-main .right .linkBox .linkList {
  display: none;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  background-color: #063d72;
}

.wrap_footer .footer-main .right .linkBox .linkList dd a {
  display: block;
  text-align: center;
  padding: .1rem 0;
  font-size: .14rem;
}

.wrap_footer .footer-main .right .linkBox .linkList dd a:hover {
  color: #063d72;
  background-color: #fff;
}

@media screen and (min-width: 996px) {
  .gp-search .notxt1:hover {
    background-color: #fe9e15;
  }

  .topNav .link:hover {
    background: #fe9e15;
  }

  .topNav .link:hover i {
    color: #fff;
  }

}

@media screen and (max-width:1660px) {
  .nav>li>a {
    font-size: 0.18rem;
  }
}

@media screen and (max-width:1600px) {
  .gp-container {
    max-width: 1300px;
  }
}

@media screen and (max-width:1500px) {
  .nav>li>a {
    font-size: 0.18rem;
  }
}

@media screen and (max-width:1460px) {}


@media screen and (max-width:1386px) {}

@media screen and (max-width:1386px) {}

@media screen and (max-width:1320px) {}

@media screen and (max-width:1080px) {
  .logo {
    width: 30%;
  }

  .nav {
    padding-top: 0.4rem;
  }

}

@media screen and (max-width:996px) {
  .top {
    padding: 0 0.2rem;
  }

  .logo {
    padding: 0.15rem 0;
    position: relative;
    z-index: 500;
  }

  .header.currents .logo {
    padding: 0.1rem 0 !important;
  }

  .gp-menu {
    display: block;
  }

  .gp-menu-nav {
    height: 100%;
    overflow-y: auto;
  }

  .gp-page {
    padding: 0.6rem 0;
  }

  .nav {
    display: none;
  }

  .header {
    background-color: #063d73;
    width: 100%;
    left: 0;
    position: fixed;
    height: 0.8rem;
  }

  body {
    padding-top: 0.8rem;
  }

  .header:before {
    display: none;
  }

  /* .header .logo{padding: 0.15rem 0;} */
  .logo {
    width: 3.5rem;
  }

  .header.currents {
    width: 100%;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 64, 152, 0.55);
  }

  .header .gp-container {
    width: 100% !important;
    margin: 0 !important;
  }

  .lf, .rt {
    float: none;
    width: 100%
  }

  .gp-f26 {
    font-size: 0.22rem;
  }

  .gp-f22 {
    font-size: 0.2rem;
  }

  .wrap_footer {
    padding: 0.35rem 0;
  }

  .gp-f30 {
    font-size: 0.28rem;
  }

  .wrap_footer .footer-main {
    flex-direction: column;
    align-items: center;
  }

  .wrap_footer .footer-main .right {
    margin-top: .2rem;
  }

  .wrap_footer .footer-main .right .ewm {
    top: -.2rem;
  }
}




@media screen and (max-width:767px) {
  .gp-f50 {
    font-size: 0.34rem;
  }
}

@media screen and (max-width:640px) {
  .gp-page a {
    display: none;
  }

  .gp-page .on_pages, .gp-page .gp-page-prev, .gp-page .gp-page-next {
    display: inline-block;
  }

  .wrap_footer .footer-main .right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .wrap_footer .footer-main .right .weix-box {
    margin-top: .2rem;
  }

  .wrap_footer .footer-main .right .linkBox {
    width: 100%;
  }

  .wrap_footer .footer-main .right .linkBox .showTil {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .gp-ul-inline>li {
    font-size: 0.12rem;
  }

  .gp-menu-header-icon-out i, .gp-menu-header-icon-out strong {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }

  .gp-menu-header-icon {
    height: 0.4rem;
    line-height: 0.4rem;
    margin-right: 0.1rem;
    width: 0.4rem;
  }

  .gp-m-search.active {
    top: 0.6rem;
  }

  .gp-menu-header .searchBtn {
    padding-top: 0.12rem;
    right: 0.5rem;
    font-weight: normal;
  }

  /* .gp-menu-nav > ul > li > a{padding: 0.12rem 0.2rem;} */
  .gp-menu-nav>ul>li.on>span {
    width: 0.46rem;
    line-height: 0.46rem;
    height: 0.46;
  }

  .m-second-nav>li>a {
    padding: 0.1rem 0.15rem;
  }

  .wrap_footer .footer-main .center .link-list ul li {
    width: 100%;
  }

  .wrap_footer .footer-main .left {
    flex-direction: column;
  }

  .wrap_footer .footer-main .left .right-ewm {
    margin-top: .2rem;
  }

  .logo {
    width: 2.5rem;
  }
}

@media screen and (max-width:400px) {}
