@charset "utf-8";

/*基础样式*/
html {}

body {
  font-size: 16px;
  /* 14÷10=1.4 */
  color: #242424;
  background: #fff;
  /* font-family: Arial, Helvetica, sans-serif; */
font-family:Microsoft YaHei,-apple-system,BlinkMacSystemFont,"PingFang SC",Arial,Helvetica Neue,"Helvetica Neue", "Open Sans", "Hiragino Sans GB", 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: #242424;
}

a:hover {
  text-decoration: none;
  color: #2c639a;
}

input[type='button'],
button,
input {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
p{
  line-height: 28px;
}
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;
}
.ul-inline {
  font-size: 0;
}
.gp-clear {
  width: 100%;
  overflow: hidden;
}
.tc {
  text-align: center;
}

.ib {
  display: inline-block;
}

.pa-t,
.pa-b,
.pa-l,
.pa-r,
.pa-lt,
.pa-rt,
.pa-lb,
.pa-rb,
.pa-lm,
.pa-rm,
.pa-tm,
.pa-bm,
.pa-c {
  z-index: 2;
  position: absolute;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.pa-t {
  left: 0;
  right: 0;
  top: 0;
}

.pa-b {
  left: 0;
  right: 0;
  bottom: 0;
}

.pa-l {
  left: 0;
  top: 0;
  bottom: 0;
}

.pa-r {
  right: 0;
  top: 0;
  bottom: 0;
}

.pa-lt {
  left: 0;
  top: 0;
}

.pa-rt {
  right: 0;
  top: 0;
}

.pa-lb {
  left: 0;
  bottom: 0;
}

.pa-rb {
  right: 0;
  bottom: 0;
}

.pa-lm {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pa-rm {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pa-tm {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pa-bm {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pa-c {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ul-inline a {
  display: block;
}

.title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info {
  display: block;
  overflow: hidden;
}

@font-face {
  font-family: 'bahnschrift';
  src: url('../font/bahnschrift.eot');
  src: url('../font/bahnschrift.eot?#iefix') format('embedded-opentype'),
    url('../font/bahnschrift.woff2') format('woff2'),
    url('../font/bahnschrift.woff') format('woff'),
    url('../font/bahnschrift.svg#bahnschrift') format('svg');
  font-weight: normal;
  font-style: normal;

}
/* @font-face {
  font-family: 'iconfonts';
  src: url('../font/iconfont.woff2?t=1684302157242') format('woff2'), url('../font/iconfont.woff?t=1684302157242') format('woff'), url('../font/iconfont.ttf?t=1684302157242') format('truetype');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'nky-icon';
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}
[class*='logo'] {
  display: block;
  position: relative;
}

[class*='logo'] img {
  display: block;
}

[class*='logo'] a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* display: block; */
}
/*响应式图片*/
.gp-img-responsive {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  display: block;
}

.gp-img-responsive img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  max-width: none;
}

.gp-img-responsive img:hover {
  transform: scale(1.08);
  opacity: 0.85;
}
.MYS-list8 .gp-img-responsive {
  padding-bottom: 130%;
}
.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
}
.ul-inline li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  vertical-align: top;
  width: 100%;
}

.ul-inline a {
  display: block;
}

.title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*边框*/
.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: 180;
  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: 12px;
}

.gp-f14 {
  font-size: 14px;
}

.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-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;
}
.gp-f42{
  font-size: 42px;
}
.gp-f46 {
  font-size: 46px;
}

.lh26x1 {
  height: 26px;
}

.lh26x2 {
  height: 52px;
}

.lh26x3 {
  height: 78px;
}

.lh27x1 {
  height: 27px;
}

.lh27x2 {
  height: 54px;
}

.lh27x3 {
  height: 81px;
}
.lh28x2 {
  height: 56px;
}
.lh28x3 {
  height: 84px;
}
.lh28x4 {
  height: 112px;
}
.lh26,
[class*="lh26"] {
  line-height: 26px;
}

.lh27,
[class*="lh27"] {
  line-height: 27px;
}

.lh28,
[class*="lh28"] {
  line-height: 28px;
}
[class*="lh"][class*="x1"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

[class*="lh"][class*="x2"],
[class*="lh"][class*="x3"],
[class*="lh"][class*="x4"],
[class*="lh"][class*="x5"],
[class*="lh"][class*="x6"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gp-ul-inline {
  font-size: 0;
}
.gp-Tecenter{
  text-align: center;
}
.gp-ul-inline>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  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;
}

/*一行截短*/
.gp-ellipsis,
.gp-text-truncate {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
/*二行截短*/
.gp-ellipsis2,
.gp-text-truncate2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*三行截短*/
.gp-ellipsis3,
.gp-text-truncate3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.img,
.img1x1,
.img5x7,
.img5x3,
.img3x2,
.img4x3,
.img2x3,
.img3x4 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.img img,
.img1x1 img,
.img5x7 img,
.img5x3 img,
.img3x2 img,
.img4x3 img,
.img2x3 img,
.img3x4 img {
  width: 100%;
  display: block;
  transition: all linear .35s;
  -ms-transition: all linear .35s;
  -moz-transition: all linear .35s;
  -webkit-transition: all linear .35s;
  -o-transition: all linear .35s;
}

.img_centered {
  display: block;
  overflow: hidden;
  position: relative;
}

.img_centered img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  width: auto;
  margin: auto;
}

.img_cover {
  display: block;
  overflow: hidden;
  position: relative;
}

.img_cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 1000%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.iconfont::before {
  font-family: "nky-icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover .img img,
a:hover .img5x7 img,
a:hover .img5x3 img,
a:hover .img3x2 img,
a:hover .img4x3 img,
a:hover .img2x3 img,
a:hover .img3x4 img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.item:hover .img img,
.item:hover .img5x7 img,
.item:hover .img5x3 img,
.item:hover .img3x2 img,
.item:hover .img4x3 img,
.item:hover .img2x3 img,
.item:hover .img3x4 img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.img_centered img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  width: auto;
  margin: auto;
}

/*透明度*/
.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 (max-width:1500px) {
  .gp-container {
    width: 80vw
  }

  .gp-f32 {
    font-size: 26px;
  }
  /* 对齐问题 */
  /* .pro-left .left-title {
    height: 60px;
  }
.pro-left .left-category ul li {
  height: 50px;
  line-height: 50px;
}

.pro-right .gp-img-responsive {
  width: 100%;
  height: 0;
  padding-bottom: 61.25%;
  overflow: hidden;
  display: block;
} */


}

@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: 3vw;
    margin-right: 3vw;
    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: 15px;
    margin-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-sm-fl,
  .gp-sm-fr {
    float: none;
    width: 100% !important;
  }
}


/*
面包屑
*/
.gp-bread {
  height: auto;
  line-height: 20px;
  color: #999;
  padding: 12px 0;
  z-index: 5;
}

.gp-bread span {
  color: #999;
  margin: 0 3px
}

.gp-bread a {
  color: #999;
}

.gp-bread a:hover {
  color: #2c639a;
}

@media screen and (max-width:767px) {
  .gp-article {
    word-break: break-all;
  }

  .gp-article img {
    width: auto !important;
    height: auto !important;
  }

  .gp-article video {
    width: auto !important;
  }

  .gp-article table {
    width: 100% !important;
  }

  body {
    font-size: 13px;
  }

  /* html{font-size: 54.705%;} */
}

/*
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;
  }
  .gp-f46 {
    font-size: 28px;
  }
}

/***
布局-网格样式 
**/

/* [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:767px) {

  /*平均分配*/
  .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 1px 0px;
}

.gp-table * {
  word-wrap: break-word;
}

/*边框*/
.gp-table-bordered td {
  border: solid #e6e6e6;
  border-width: 1px 1px 0px 1px;
}

/*条纹*/
.gp-table-striped>tbody>tr:nth-child(even)>td,
.gp-table-striped>tbody>tr:nth-child(even)>th {
  background-color: #f5f5f5
}

/*置顶*/
.gp-goTop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  color: #ffff !important;
  background: #106bbd;
}

.gp-goTop-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 800;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: none;
}

.gp-goTop-fixed.bottom {
  bottom: 150px;
}

/*低版本跳转样式*/
.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: 400px;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -200px;
  line-height: 1.8;
  color: #fff;
  z-index: 99999;
  text-align: center;
}

.ie9tips a {
  color: red;
}

.ie9tips img {
  display: block;
  margin: 0 auto;
  opactiy: 0.9;
  filter: alpha(opacity=90);
}

.ie9tips p {
  padding-top: 10px;
  color: #fff;
  width: 420px;
  margin: 10px auto;
  line-height: 1.8;
}

.text-center {
  text-align: center;
}

/* 公共样式 */
/* common top menu */
.menu_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 0;
  z-index: -10;
  z-index: 9999;
  overflow: hidden;
  background: #082623;
  background: -webkit-linear-gradient(14deg, #4cbfa8, #082623);
  background: -o-linear-gradient(14deg, #4cbfa8, #082623);
  background: -moz-linear-gradient(14deg, #4cbfa8, #082623);
  background: linear-gradient(14deg, #4cbfa8, #082623);
}

.menu_box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/menu_bg.png);
  background-size: cover;
  opacity: .15;
}

.menu_box.on {
  height: 100vh;
}

.menu_box .line {
  clear: both;
  background: rgba(255, 255, 255, .3);
  height: 1px;
  position: relative;
  z-index: 2;
}

.menu_box .top {
  max-width: calc(92.18vw - 50px);
  margin: 0 auto;
  padding: 14px 0;
  position: relative;
  z-index: 3;
}

.menu_box .top .logo {
  display: block;
  width: 414px;
}

.menu_box .top .rt {
  float: right;
  padding: 22px 80px 0 0;
}

.menu_box .top .rt a,
.menu_box .top .code_box,
.menu_box .top .close {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 0 0 0 28px;
  margin: 0 0 0 40px;
  line-height: 28px;
}

.menu_box .top .close {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  color: #37988f;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

.code_box {
  position: relative;
  z-index: 11;
  cursor: pointer;
}

.code_box::before {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/header02_ico3.svg) left center no-repeat;
  background-size: auto 100%;
}

.code_box .code {
  position: absolute;
  top: -30px;
  right: 100%;
  padding: 8px;
  display: none;
  white-space: nowrap;
  z-index: 10;
}

.code_box .code .box {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  width: 90px;
}

.code_box .code span {
  display: block;
  padding: 0 4px 6px;
  min-height: 32px;
  line-height: 16px;
  color: #4f5050;
  white-space: normal;
  text-align: center;
  font-size: 12px;
}

.code_box .code img {
  display: block;
  width: 100%;
}

.code_box:hover .code {
  display: block;
}

.menu_box .nav {
  position: relative;
  z-index: 2;
  height: calc(100vh - 180px);
  overflow: auto;
}

/* .menu_box .nav::-webkit-scrollbar{width: 4px;} */
.menu_box .nav ul {
  font-size: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 92.18vw;
}

.menu_box .nav ul::after {
  content: '';
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 0;
}

.menu_box .nav ul>li {
  position: relative;
  /* text-align: center; */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  transform: perspective(5000px);
  -moz-transform: perspective(5000px);
  -o-transform: perspective(5000px);
  -webkit-transform: perspective(5000px);
  width: 7.3vw;
}

.menu_box .nav ul li>a {
  font-size: 1.14vw;
  display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
  line-height: 80px;
  height: 80px;
}

.menu_box .subNav {
  width: 100%;
  white-space: normal;
}

.menu_box .subNav dd {}

.menu_box .subNav a {
  padding: 10px 0;
  display: block;
  line-height: 1.25vw;
  font-size: .88vw;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1240px) {
  .menu_box .top {
    max-width: 96vw;
  }

  .menu_box .top .logo {
    width: 300px;
  }

  .menu_box .top .rt {
    padding-right: 0;
    padding-top: 10px;
  }

  .menu_box .top .rt a,
  .menu_box .top .code_box,
  .menu_box .top .close {
    margin: 0 0 0 24px;
  }

  .menu_box .nav {}

  .menu_box .nav ul {}

  .menu_box .nav ul li {
    width: 100px;
    padding: 0 20px 0 0;
  }

  .menu_box .nav ul li>a {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }

  .menu_box .subNav {
    max-height: calc(100vh - 180px);
  }

  .menu_box .subNav a {
    line-height: 1.5;
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
.gp-f26{
  font-size: 20px;
}
.header1 .h1 .menu_btn {
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
}
  .menu_box .top .logo {
    width: 240px;
  }

  .menu_box .top .rt {
    padding: 0;
    padding-right: 20px;
    margin-top: 6px;
  }

  .menu_box .top .rt a,
  .menu_box .top .code_box,
  .menu_box .top .close {
    margin: 0 0 0 16px;
  }

  .menu_box .nav ul li {
    width: auto;
    position: relative;
    padding: 0;
    display: block;
  }

  .menu_box .nav ul li .arrow {
    position: absolute;
    right: 0px;
    height: 50px;
    top: 0;
    width: 50px;
  }

  .menu_box .nav ul li .arrow::before {
    content: '';
    display: block;
    border-top: 6px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
  }

  .menu_box .subNav {
    display: none;
    padding: 0 0 0 20px;
  }

  .menu_box li.on .subNav {
    display: block;
  }

  .code_box .code {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: 100%;
  }

}

@media screen and (max-width: 767px) {
  .ser {
    width: calc(100% - 40px);
  }

  .ser .search input.notxt1 {
    width: 60px;
  }

  .ser .search input.notxt {
    width: calc(100% - 100px);
  }

  .search_box .close {
    width: 50px;
    height: 50px;
    right: 30px;
  }

  .menu_box .top {
    padding: 10px 0;
  }

  .menu_box .top .rt {
    width: auto;
    float: none;
    position: relative;
    padding: 0 0 10px;
  }

  .menu_box .top .rt a,
  .menu_box .top .code_box,
  .menu_box .top .close {
    margin: 0 16px 0 0;
  }

  .menu_box .top .close {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 110%;
  }
}

@media screen and (max-width: 480px) {
  .code_box .code {
    left: 0;
    transform: none;
  }
}

@media screen and (max-width: 413px) {
  .menu_box .top .logo {
    width: 230px;
  }

  .menu_box .menu_btn,
  .menu_box .ser_btn,
  .menu_box .code_box {
    margin: 0 0 0 10px;
  }

  .menu_box .top .rt a,
  .menu_box .top .code_box {
    padding: 0;
    background-image: none;
    margin: 0 10px 0 0;
  }

  .code_box::before {
    display: none;
  }

  .menu_box .top .rt a i,
  .menu_box .top .code_box i {
    display: none;
  }

  .menu_box .top .rt a.ser_btn i {
    display: block;
  }
}
/* 手机端导航 */
/* home header */
.header1 {
  width: 100%;
  position: relative;
}

.header1 .logo {
  display: block;
  width: 445px;
  position: relative;
  z-index: 10;
  left: 0;
}


.header1 .h1 {
  padding: 20px 0 20px;
  position: relative;
    background: url(../images/topbg1.png) no-repeat center center;
    background-size: cover;
}


.header1 .h1 .rt {
  float: right;
  top: 10px;
  text-align: right;
  right: 0;
  z-index: 10;
  position: absolute;
}



/* .header1 .top_links {
  font-size: 0;
} */



.header1 .h1 .rt2 {
  padding: 41px 20px 0 0;
}

.header1 .h1 .rt2 a {
  vertical-align: top;
  padding: 0;
}

.header1 .h1 .code_box {
  padding: 0 0 0 24px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 28px;
  margin: 0 15px 0 0;
  cursor: pointer;
}

.header1 .h1 .code_box::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
}

.header1 .h1 .ser_btn {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #007072;
  margin: 0 0 0 37px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

.header1 .h1 .menu_btn {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 0 0 7px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: none;
}


.header1 .top_links a {
  line-height: 28px;
  color: #e0e0e0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 13px;
}

.header1 .top_links a::before {
  content: '';
  display: block;
  height: 13px;
  width: 1px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header1 .top_links a:first-child:before, 
.header1 .top_links a:nth-child(2):before,
.header1 .top_links a:nth-child(3):before,
.header1 .top_links a:nth-child(4):before {
  display: none;
}
.header1 .top_links a:hover {
  color: #fff;
}
.header1 .top_links a img{
 position: absolute;
 top: 4px;
 left: 0;
 z-index: 9;
}
.header1 .top_links a.topIcona {
  padding-left: 24px;
  padding-right: 10px;
}
.header-par{
 position: relative;
}


.header {
  /* width: 100%;
  height: auto;
  z-index: 20;
   */ 
   position: relative;
      z-index: 9000;
      width: 100%;
      left: 0;
      top: 0;
      background-color: #084cad;

}
.header.currents {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0;
}
.topNav {
  text-align: right;
  font-size: 0;
}

.topNav a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}

.topNav a:hover {
  opacity: 1;
}

.topNav .link {
  font-size: 18px;
  color: #fff;
  transition: all 0.35s ease-out;
}


.topNav span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  font-size: 16px;
}

.topNav .gp-serBtn2 {
  margin: 0 22px 0 10px;
}

.MLS_navbar .nav .nav_logo {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  transform: translateY(-50%);
  width: 0;
}


/* .header.currents .MLS_navbar .nav .nav_logo{
        width: 250px;
    }
    .header.currents  .header_top{
        display: none;
    } */

.header .nav {
  font-size: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow: visible !important;
  /* width: calc(100% - 130px); */
  position: relative;
  z-index: 2;
  margin: 0 -14px;
  /* padding: 0 65px; */
  transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  display: flex;
  justify-content: space-between;
}

.header.currents .header_top {
  display: none;
}

/* .MLS_navbg {

  background-color: #fff;

} */
.header.currents .MLS_navbg{
  background-color: #2c639a;
}
.nav {
  text-align: right;
  transition: all 0.35s ease-out;
}

.nav>li {
  position: relative;
  height: 54px;
  line-height: 54px;
  transition: height 0.4s ease-out;
  display: inline-block;
  padding: 0 14px;
}

.nav>li>a {
  font-size: 18px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  color: #fff;
  word-break: break-all;
}

 .nav>li>a::before {
  width: 0;
  height: 6px;
  background-color: #74b941;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  transition: all 0.35s ease-out;
} 

/* .nav>li:hover{
  background: #2c639a;

} */
.nav>li:hover>a{
  color: #fff;
}
.nav>li:hover>a::before,
.nav>li.on>a::before {
  width: 100%;
  left: 0;
}

.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;
  /* background: url(../images/nav_bg1.png) no-repeat center; */
  z-index: 0;
  background-size: cover;
}

.nav>li .second_nav1 {
  width: 200px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  display: none;
  top: 54px;
  line-height: 1.5;
  /* margin-left:-265px; */
}

.nav>li:nth-child(2) .second_nav1 {
  /* width: 710px; */
  /* margin-left:-355px ; */
}

.nav>li.on .second_nav1 {
  display: block;
  font-size: 0;
}

/* .nav_logo {
  float: left;
  width: 300px;
  display: none;
}

.header.currents .nav_logo {
  display: none;
} */
.header1 .h2 .nav_logo {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}


.header.currents .nav {
  text-align: right;
  /* margin-left: 320px; */
}

.s_img {
  width: 245px;
  float: right;
  position: relative;
  z-index: 20;
  padding-top: 8px;
}

.s_img .gp-img-responsive {
  padding-bottom: 66.6%;
}

.nav>li:nth-last-of-type(1) .second_nav1,
.nav>li:nth-last-of-type(2) .second_nav1,
.nav>li:nth-last-of-type(3) .second_nav1 {
  left: auto;
  /* right: 0; */
}

.second_nav1 dd {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid #c3d9ed;
}

.second_nav1 dd:hover {
  background-color: #084cad;
}

.second_nav1 dd a {
  padding: 6px 10px;
  display: block;
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  line-height: 1.8;
}

.second_nav1 dd a:hover {
  color: #fff;
  /* text-decoration: underline; */
}

.gp-serBtn2 {}

.nav>li:last-child .second_nav1 {
  left: auto;
  right: -3vw;
  text-align: left;
}

.second_nav1 dl {
  /* margin-right: 250px; */
  position: relative;
  z-index: 20;
  text-align: left;
}
/* .header.currents .nav {
    display: flex;
    justify-content: space-between;
} */



@media screen and (min-width: 993px) {

.header1.scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 4px 4px rgb(0, 51, 52, .5)
}

.header1.scroll .h1 {
  display: none;
}
	.header1.scroll .h2 {
	  background: #084cad;
	}

	.header1.scroll .h2 .nav {
	  padding: 0 0 0 300px;
	  width: calc(100% - 300px);
	}

	.header1.scroll .h2 .nav .nav_logo {
	  width: 250px;
	}

	.header1.scroll .h2 .nav>li>a {
	  font-size: 16px;
	  line-height: 60px;
	  height: 60px;
	  color: #fff;
	  font-weight: normal;
	}




}

@media screen and (min-width: 1200px) {
  .header.currents .nav {
    text-align: right;
    margin-left: 0;
    /* width: calc(100% - 366px); */
  }

  .header1.scroll .h2 .nav {
    padding: 0 0 0 366px;
    width: calc(100% - 366px);
  }
}
/*1.é»˜è®¤å±•å¼€çš„æœç´¢*/

.gp-search {
  overflow: hidden;
  display: inline-block;
  /* display: block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; */
  transition: all 0.35s ease-in-out;
  background-color: #fff;
  border-radius: 6px;
  margin-right: 10px;


}

.gp-ser {
  z-index: 9999;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
}
.top_links .gp-ser a {
  width: 200px;
  display: block;
  color:#9d9d9d;
  font-size: 16px;
  text-align: left;
  padding:4px 14px;
}
.top_links .gp-ser a:hover{
  color:#9d9d9d;
}
.gp-search input,
.gp-search button {
  position: absolute;
  height: 30px;
  line-height: 30px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}

.gp-search input.notxt {
  color: #fff;
  width: 82%;
  left: 0;
  padding-left: 40px;
}

.gp-search .notxt1 {
  position: absolute;
  right: 16px;
  cursor: pointer;
  color: #4377c1;
  top: 4px;
  text-align: center;
  transition: all 0.35s ease-out;
}

::-webkit-input-placeholder {
  color: #fff;
}

:moz-placeholder {
  color: #fff;
}

.gp-search input:placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

@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;
  }

}

.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;
  }
}

/*头部定位*/
.wrapTop {
  width: 100%;
  background: #14644a;
}

.header_top {
  background: #2c639a;
  padding: 40px 0 40px;
}

.header_top .logo {
  float: left;
  width: 64%;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  position: relative;
  z-index: 200;
}

.header.currents {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0;
  border: none
}

.header_top .logo {
  float: left;
  width: 64%;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  position: relative;
  z-index: 200;
}

.logo a img {
  display: block;
}

.navRight {
  float: right;
  width: 21.42%;
  margin-top: 12px;
}

.MLStop .logo {
  float: left;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  padding: 12px 0;
  position: relative;
  z-index: 200;
}

.logo a img {
  display: block;
}

.logoCur {
  display: none;
}

.header.currents .logo {
  display: none;
}

.header.currents .logoCur {
  float: left;
   width: 250px;
   padding: 8px 0;
   display: block;
      line-height: 1;
      position: relative;
      box-sizing: border-box;
      position: relative;
      z-index: 200;
}

.header.currents .topNav {
  display: none;
}

.header.currents .nav li {
  height: 72px;
  line-height: 72px;
}

.header.currents .nav li .second_nav1 {
  top: 72px;
}

.header.currents .nav>li>a {
  color: #fff;
  font-size: 13px;
}

.header.currents .topRight {
  margin-left: 340px;
}

body.open .logo {
  z-index: 2000;
}

/*手机端导航默认*/
/* .mobile_bg {
  width: 100%;
  height: calc(100% - 100px);
  z-index: 90;
  position: fixed;
  top: 100px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 300;
} */

.gp-menu {
  position: absolute;
    left: 0;
    top: 0;
    /* width: 100vw; */
  height: 0;
  right: 0;
  z-index: 999;
  display: none;
}

.gp-menu-header {
  position: absolute;
  top: 15px;
  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: 0 15px 0 0;
  width: auto;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  text-align: center;
  line-height: 50px;
  width: 50px;
}

.gp-menu-header-icon span {
  position: absolute;
  right: calc((100% - 24px) / 2);
  top: calc((100% - 6px) / 2.3);
  width: 22px;
  height: 2px;
  background-color: #2c639a;
  display: none;
}

.gp-menu-header-icon-out span {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}

.gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

.gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}

.gp-menu-header .searchBtn {
  width: 50px;
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 70px;
  top: 0;
  font-weight: normal;
}

.gp-menu-header-icon-out i {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}

@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.gp-menu-header-icon-click span {
  top: calc((100% - 0px) / 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: 90px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  position: absolute;
  left: -40px;
  top: 5px;
}

@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes clickthird {
  0% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}
.menu-ipoBox{
  padding: 10px 0;
}
.menu-ipoBox a{
  font-size: 16px;
  color: #fff;
  padding: 10px;
}
.menu-ipoBox span{
  color: #fff;
}
.gp-menu-header-icon-click {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.gp-menu-nav {
  width: 100%;
   height: 100vh;
  position: fixed;
  padding-top: 90px;
  top: 0;
  right: 0px;
  display: none;
  background: #fff;
  border-top: 1px solid #D8D8D8;
  /* padding-top: 80px; */
    overflow: hidden;
    background: #082623;
    background: -webkit-linear-gradient(14deg, #2c639a, #082623);
    background: -o-linear-gradient(14deg, #2c639a, #082623);
    background: -moz-linear-gradient(14deg, #2c639a, #082623);
    background: linear-gradient(14deg, #2c639a, #082623);
}


.gp-menu-nav::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/menu_bg.png);
  background-size: cover;
  opacity: .15;
}
/*导航*/

.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(-40px);
  opacity: 0;
}

.gp-menu-nav>ul>li {
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f0f0f0;
  box-sizing: border-box;
}

.gp-menu-nav>ul>li>a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 15px 12px 30px;
  width: 70%;
  box-sizing: border-box;
  color: #fff;
}

.m-second-nav {
  display: none;
  padding-bottom: 10px;
  padding: 0 8px;
  /* background-color: #f5f5fa; */
}

.m-second-nav>li {
  border-bottom: 1px 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: 12px 0 12px 20px;
  font-size: 14px;
  color:#fff;
}
.m-second-nav>li>a:hover{
  color: #e1ecf7;
}
.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: 10px;
  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 {}

.menu_linkf{
  position: relative;
  z-index: 99;
  padding: 20px 10px;
  text-align: right;
}
.menu_linkf .link{
    color: #fff;
    padding: 0 10px;
    transition: all 0.35s ease-out;
}

/*导航内标签效果*/
.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 {
  /* background-color: #2c639a; */
}

.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;
  border-left: 8px 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: 4px;
}

.m_logo {
  padding: 25px 80px 40px 20px;
  background-color: #9A0000;
}

.mobile-column1 {
  width: 100%;
  left: -100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.m-link {
  padding: 30px 20px;
  text-align: center;
}

.m-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 4px 10px;
  font-size: 16px;
  color: #999;
}
/* .mobile.open{
  height: 100vh;
} */

/*5移动端搜索默认*/
.gp-m-search {
  width: 100%;
  display: none;
  background-color: #fff;
  border-top: 1px solid #D8D8D8;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 3vw 5%;
  height: auto;
  border-radius: 0;
}

.gp-m-search .gp-ser {
  border: 1px solid #D8D8D8;
}

.gp-m-search .notxt1 {
  right: 0;
  width: 50px;
  background-color: #04508e;
  font-size: 16px;
  border-radius: 0;
  height: 35px;
  top: 0;
}

.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;
}


.gp-title1 {
  font-weight: normal;
  color: #191919;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
  display: block;
}
.MYS-list3 h3{
  padding-top: 20px;
}
/***分页*/
.gp-page {
  padding: 80px 0;
  font-size: 0;
  text-align: center;
}

.gp-page:after,
.gp-page:before {
  content: " ";
  display: table
}

.gp-page>a,
.gp-page>span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  transition: all 0.35s ease-in-out;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  width: 35px;
  border-left: none;
  border: 1px solid #0068b9;
  margin: 0 6px;
}

.gp-page>span {
  border: none;
}

.gp-page .gp-page-start,
.gp-page .gp-page-end,
.gp-page>span,
.gp-page .gp-page-prev,
.gp-page .gp-page-next {
  width: auto;
  padding: 0 20px;
}

.gp-page>a:hover,
.gp-page>a.on_pages {
  color: #fff;
  background-color: #0068b9;
}

.gp-page .gp-page-prev:hover,
.gp-page .gp-page-next:hover {
  color: #fff;
    background-color: #0068b9;
}

.gp-page .gp-page-start,
.gp-page .gp-page-end {
  width: auto;
  padding: 0 20px;
  border: 1px solid #0068b9;
  font-size: 16px;
}

/* .gp-page .gp-page-start {
  border-radius: 25px 0 0 25px;
}

.gp-page .gp-page-end {
  border-radius: 0 25px 25px 0;
} */

.gp-page .gp-page-start:hover,
.gp-page .gp-page-end:hover {
  background-color: #0068b9;
  color: #fff;
}

.gp-page .gp-page-prev,
.gp-page .gp-page-next {
  font-size: 18px;
  color: #999;
}

/* 底部 */
.footerdw02{
  background-color: #074092;
  line-height: 42px;
  text-align: center;
  color: #fff;
}
.wrap_footer{
  background-color: #fff;
  /* padding: 60px 0 0; */

}
.footer_links a:hover {
  color: #fff;
}
.MYSfooter dt{
  padding-bottom: 10PX;
}
.MYSfooter dt a {
  font-weight: bold;
  font-size: 16px;

}

.MYSfooter a {
  color: #fff;
  line-height: 28px;
}
.MYSfooter dd a{
  color: #242424;
  font-size: 14PX;
}

.MYSfooter a:hover {
  text-decoration: underline;
}
.footerLes,
.footerRis{
  float: left;
  width: 70%;
}
.footerLes p{
  padding-bottom: 10px;
}
.MYSfooter02 {
 padding: 60px 0 30px;
}
.footerRis{
  padding-left: 5%;
  width: 20%;
}
.footerRis p,
.footerRis a{
  color: #fff;
  font-size: 15px;
}
.f-menu {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.MYSfooter dl {
  display: inline-block;
}

.MYSfooter dl a {
  color: #161616;
  line-height: 30px;
   transition: all .1s;
}
.MYSfooter dd a:hover{
  color: #252525;
}
.MYSfooter dl:nth-child(2){
  max-width: 320px;
}
/* .MYSfooter dl:nth-child(4) {
  max-width: 144px;
}

.MYSfooter dl:nth-child(4) dd:last-child a {
  line-height: 24px;
} */

.MYSfooter02 {
  font-size: 20px;
  line-height: 110px;
  background:url(../images/footic02.png) no-repeat left center;
  background-size: cover;
  color: #fff;
}

.footer01_in {
  font-size: 0;
  padding: 40px 0 40px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.footer01_in p {
  position: relative;
  color: #fff;
  display: inline-block;
  padding-left: 70px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
}
.footer01_in p:last-child{
   max-width: 360px;
   line-height: 28px;
}


.footer01_in i {
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  border-radius: 50%;
  background-color: #0f524d;
  color: #1aa056;
  padding: 1px;
  text-align: center;
}

/* 底部下拉 */
.footerDowns{
  padding-bottom: 40px;
}
.footerDowns .wrap_f1 {
  position: relative;
  /* padding-top: calc(125% / 19.2);
  padding-bottom: calc(40% / 19.2); */
  /* margin-top: -8%; */
}

/* .footerDowns .wrap_f1::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: calc(570% / 19.2);
  z-index: -1;
  background: url(../images/footer01_bg.png) bottom center no-repeat;
  background-size: cover;
} */

.footerDowns .select_link {
  width: 30%;
  float: left;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}

.footerDowns .select_link p {
  text-align: left;
  padding: 14px 30px;
  border-right: none;
  width: auto;
  border: 1px solid #2c639a;
  color: #2c639a;
  line-height: 24px;
  background: #c9daeb;
  position: relative;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
/* 
.footerDowns .select_link::before {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #d4b96a;
} */

.footerDowns .select_link .arrows {
  position: absolute;
  right: 14px;
  top: 16px;
  cursor: pointer;
  /* border-bottom: 10px solid #f0f4fc;
  border-left: 10px solid transparent; */
  z-index: 2;
}

.footerDowns .select_link .arrows.on {
  border-bottom-color: #34898b;
}

.footerDowns .select_link .alert_box {
  height: 0px;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #fff;
  right: 0;
  border-radius: 3px 3px 0px 0px;
  border: 1px solid #666;
  border-bottom: 0;
  overflow: hidden;
  opacity: 0;
  transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  max-height: 220px;
  overflow: auto;
}

.footerDowns .select_link .alert_box::-webkit-scrollbar {
  width: 6px;
}

.footerDowns .select_link .alert_box::-webkit-scrollbar-thumb {
  background: #2c639a;
  border-radius: 5px;
}

.footerDowns .select_link .alert_box.on {
  opacity: 1;
  height: auto;
}

.footerDowns .select_link .alert_box a {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 30px;
  display: block;
  text-align: center;
  color: #333;
}

.footerDowns .select_link .alert_box a:hover {
  background: #2c639a;
  color: #fff;
}

.footerDowns .select_link.on {
  border-radius: 0px 0px 3px 3px;
  background: #c9daeb;
  border-color: #666;
}

.footerDowns .select_link.on p,
.footerDowns .select_link.on a {
  background: #c9daeb;
  /* border-color: #666; */
  
}
.footerDowns .select_link.on a{
color: #fff;
}
.footerDowns .select_link.on::before {
  height: 6px;
}

@media screen and (min-width: 996px) {
 

  .gp-search .notxt1:hover {
    background-color: none;
  }

  .topNav .link:hover {
    background: none;
  }

  .topNav .link:hover i {
    color: #fff;
  }
}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1500px) {
  .logo {
    width: 200px;
  }

  .topRight {
    margin-left: 230px;
  }

  .topNav {
    padding-top: 15px;
  }

  .nav>li>a {
    font-size: 14px;
  }
}

@media screen and (max-width:1460px) {
  .gp-f30 {
    font-size: 26px;
  }

  .gp-f16 {
    font-size: 15px;
   
  }

}


@media screen and (max-width:1386px) {
  .gp-f30 {
    font-size: 24px;
  }

  .gp-f24 {
    font-size: 20px;
  }

  .gp-f18 {
    font-size: 16px;
  }
.gp-f26 {
  font-size: 21px;
}
  .logo {
    width: 170px;
  }
  .gp-f46{
    font-size: 32px;
  }

  .topRight {
    margin-left: 180px;
  }
}

@media screen and (max-width:1280px) {
  .gp-f24{
    font-size: 20;
  }
  .nav>li {
    padding: 0 9px;
  }
  .footer01_in{
   display: block;
  }
.footer01_in p{
  margin-right: 20px;
  margin-bottom: 20px;
}
}

@media screen and (max-width:1060px) {
  .wrap_footer{
    padding-top: 40px;
  }
  .MYSfooter02{
    line-height: 80px;
  }
  .logo {
    width: 200px;
    z-index: 999;
  }

  .topRight {
    margin-left: 160px;
  }
}

@media screen and (max-width:996px) {
  
  .header {
    position: relative;
  }

    	.header1 .logo {
    	  width: 280px;
    	}
   
  .header1 .h1 .menu_btn{
    display: block;
  }
#gp-search1{
  display: none;
}
.header1 .h2,
.header1 .top_links a,
.header1 .h1 .rt2{
   display: none;
}

   .footerLes,
   .footerRis {
     float: none;
     width: 100%;
   }
   /* .footerLes img{
    max-width: 300px;
    margin-bottom: 20px;
   } */
   .footerRis {
     margin-left: 0;
     border-left: none;
     padding-left: 2%;
   }
  .nav_logo{
    display: block;
  }
    .MLS_navbg,
    .navRight {
      display: none;
    }
    .header_top .logo{
      width: 86%;
      z-index: 9999;
      padding: 0;
    }
    .gp-menu-header .searchBtn{
      display: none;
    }
    .header_top{
          padding: 20px 0 20px;
    }
    .gp-menu-header-icon {
      top: 10px;
    }
  .wrap_footer {
    padding-top: 20px;
  }
  .f-menu{
    display: block;
    overflow: hidden;
     padding-bottom: 20px;
  }
  .topRight {
    display: none;
  }
.MYSfooter dl {
  display: block;
  float: left;
  width: 33.33%;
}
.MYSfooter dd{
  display: none;
}
.MYSfooter dt a{
  font-size: 16px;
}
.footer01_in i{
   width: 36px;
   height: 36px;
   line-height: 36px;
   font-size: 18px;
}
.footer01_in p {
  padding-left: 50px;
  line-height: 36px;
  font-size: 17px;
}
.MYSfooter02 {
  padding: 10px 0;
  line-height: 28px;
  font-size: 16px;
}
  .logo {
    padding: 10px 0;
  }

  .gp-menu {
    display: block;
  }

  .gp-page {
    padding: 60px 0;
  }
  	.MYSfooter02 .footerLes p{
	font-size:14px;
}
.MYSfooter02 .footerRis a img{
	max-width:80px;
}
  .footerdw02 {
    padding: 8px 10px;
    line-height: 26px;
}
  
}

@media screen and (max-width:767px) {
  .gp-page>a, .gp-page>span{
    height: 30px;
    line-height: 30px;
      width: 34px;
       margin: 0 2px;
  }
  .wrapList2 .index_title {
     margin: 10px 0;
  }
  .footerDowns .select_link {
    width: 90%;
    margin-bottom: 20px;
  }
  /* .modeList3 .lh28x2,
  .MYS-list18,
  .modeList,.lh28x2 {
    height: auto;
  } */
  .tabList3 li,
  .sub-mode04 li {
    margin-bottom: 20px;
  }
  .tabList1 li a {
    font-size: 16px;
  }
  .tabList1 li {
    padding: 10px 10px 10px;
  }
  .sub-mode02 .MYS-list18 li:last-child {
    margin-bottom: 0;
  }

  .MYSfooter dl {
    width: 50%;
  }
  .MYSfooter dt a {
    font-size: 18px;
  }
  .footer01_in {
    padding: 20px 0 20px;
  }
    .MYSfooter dt a {
      font-size: 16px;
    }
  .gp-f16 {
    font-size: 15px;
  }

  .gp-f24 {
    font-size: 20px;
  }

  .gp-page {
    padding: 30px 0;
  }

  .footer_logo {
    height: auto;
  }

  .footer_address {
    width: 100%;
    padding-top: 15px;
    max-width: 400px;
    margin: 0 auto;
  }

  /* .nav_list{display: none;} */

}

@media screen and (max-width:640px) {
  .gp-f24 {
    font-size: 17px;
  }

  .gp-f18 {
    font-size: 16px;
  }

  .gp-page a {
    display: none;
  }

  .gp-page .on_pages,
  .gp-page .gp-page-prev,
  .gp-page .gp-page-next {
    display: inline-block;
  }

  .listTitle1 h2 span {
    font-size: 22px;
  }

}

@media screen and (max-width:480px) {
  .gp-ul-inline>li {
    font-size: 12px;
  }

  .gp-menu-header-icon-out i,
  .gp-menu-header-icon-out strong {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .gp-menu-header-icon {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }

  .gp-m-search.active {
    top: 60px;
  }

  .gp-menu-header {
    top: 5px;
  }

  .gp-menu-header .searchBtn {
    padding-top: 4px;
    right: 50px;
    font-weight: normal;
  }

  .gp-menu-nav>ul>li>a {
    padding: 12px 20px;
  }

  .gp-menu-nav>ul>li.on>span {
    width: 46px;
    line-height: 46px;
    height: 46px;
  }

  .m-second-nav>li>a {
    padding: 10px 15px;
  }

  .gp-menu-arrow {
    height: 46px;
    line-height: 46px;
  }

  /* .logo {
    width: 120px;
  } */

  .gp-f20 {
    font-size: 18px;
  }

  .gp-menu-nav {
    padding-top: 60px;
  }
}

@media screen and (max-width:360px) {

   	.header1 .logo {
    	  width: 240px;
    	}

  
}