@font-face {
  font-family: 'Optima';
  src: url('/overseas/fonts/optima-regular-1.ttf') format('truetype');
  font-weight: normal;
}

/*基本样式*/
html {
  font-size: 62.5%;
  /* 10÷16=62.5% */
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  /* 14÷10=1.4 */
  color: #666;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, 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;
}

/* h1, h2, h3, h4, h5, h6, p,  i,  span{word-break: break-all;} */
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: #666
}

a:hover {
  text-decoration: none;
  color: #394958;
}

input[type='button'] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

ul, ol, li {
  list-style: none outside none;
}

pre, code {
  white-space: pre-wrap
}

input {
  outline: none;
}

.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;
}

@media screen and (min-width:992px) {
  .effect1 {
    opacity: 0.5;
    transition: all 0.8s ease-out;
  }

  .effect1.isView {
    opacity: 1;
  }

  .effect2, .effect2 li, .effect5 {
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateY(70px);
  }

  .effect2.isView, .effect2.isView li, .effect5.isView {
    opacity: 1;
    transform: none;
  }

  .effect3 {
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateX(50px);
  }

  .effect3.isView {
    opacity: 1;
    transform: none;
  }

  .effect4, .effect4 li, .effect6 tr {
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateX(-50px);
  }

  .effect4.isView, .effect4.isView li, .effect6.isView tr {
    opacity: 1;
    transform: none;
  }
}

/*响应式图片*/
.gp-img-responsive {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  display: block;
  background-color: #d2d2d2
}

.gp-img-responsive img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.gp-img-responsive img:hover {
  transform: scale(1.03);
  opacity: 0.85;
}

.gp-radius {
  border-radius: 3px;
  display: block;
  overflow: hidden;
}

.gp-round {
  border-radius: 500px;
  display: block;
  overflow: hidden;
}

.gp-circle {
  border-radius: 50%;
  display: block;
  overflow: hidden;
}

/*边框*/
.gp-img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 2px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.gp-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

/*半透明背景*/
.gp-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1800;
  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;
  font-size: 1.2rem;
}

.gp-f14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.gp-f16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.gp-f18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.gp-f20 {
  font-size: 20px;
  font-size: 2rem;
}

.gp-f22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.gp-f24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.gp-f26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.gp-f28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.gp-f30 {
  font-size: 30px;
  font-size: 3rem;
}

.gp-f32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.gp-f34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.gp-f36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.gp-f38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.gp-f40 {
  font-size: 40px;
  font-size: 4rem;
}

.gp-f48 {
  font-size: 48px;
  font-size: 4.8rem;
}

.gp-f60 {
  font-size: 60px;
  font-size: 6rem;
}

.gp-f90 {
  font-size: 90px;
  font-size: 9rem;
}

.gp-ul-inline {
  font-size: 0;
}

.gp-ul-inline>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  vertical-align: top;
}

.gp-fl {
  float: left;
}

.gp-fr {
  float: right;
}

.gp-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gp-vam, .gp-vama * {
  vertical-align: middle;
}

/*
字体色
*/
.gp-black *, .gp-black {
  color: #333
}

.gp-white *, .gp-white {
  color: #fff
}

/*一行截短*/
.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 {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gp-row {
  margin-left: -15px;
  margin-right: -15px;
}

.gp-m15 {
  margin: 0 15px
}

.gp-p15 {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width:1400px) {
  .gp-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}

@media screen and (max-width:1386px) {
  .gp-f18 {
    font-size: 1.6rem;
  }

  .gp-f24 {
    font-size: 2.2rem;
  }

  .gp-f30 {
    font-size: 2.6rem;
  }

  .gp-f48 {
    font-size: 4.6rem;
  }

  .gp-f16 {
    font-size: 1.5rem;
  }

  .gp-f60 {
    font-size: 5rem;
  }

  .gp-f90 {
    font-size: 8rem;
  }
}

@media screen and (max-width:1300px) {
  .gp-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width:1060px) {
  /* .gp-container{width: 960px;} */
}

@media screen and (max-width:996px) {
  .gp-f16 {
    font-size: 1.4rem;
  }

  body {
    font-size: 1.3rem;
  }

  .gp-container {
    width: 100%;
  }

  .gp-f18 {
    font-size: 1.4rem;
  }

  .gp-f24 {
    font-size: 2.0rem;
  }

  .gp-f30 {
    font-size: 2.4rem;
  }

  .gp-f48 {
    font-size: 4.2rem;
  }

  .gp-f16 {
    font-size: 1.3rem;
  }

  .gp-f60 {
    font-size: 4.5rem;
  }

  .gp-f90 {
    font-size: 7rem;
  }
}

@media screen and (max-width:767px) {
  .gp-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gp-row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gp-p15 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .gp-m15 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .gp-f90 {
    font-size: 5rem;
  }
}

/*水平导航*/
.gp-nav-horizontal {}

.gp-nav-horizontal>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}

.gp-nav-justify {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.gp-nav-justify>li {
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

/*
面包屑
*/
.gp-bread {
  height: auto;
  line-height: 20px;
  color: #999;
  padding: 12px 0;
  overflow: hidden;
  position: relative;
  z-index: 5;
  color: #fff;
}

.gp-bread span {
  color: #757575;
  margin: 0 3px
}

.gp-bread a {
  color: #757575;
}

.gp-bread a:hover {
  color: #bd0f1e;
}

@media screen and (max-width:767px) {
  .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%;
  }

  body {
    font-size: 1.4rem;
  }
}

/*
pad端固定宽度
*/
@media screen and (max-width:999px) {
  .gp-flex {
    display: flex;
    display: -webkit-flex;
  }

  .gp-flex-fixed {
    width: 250px;
  }

  .gp-flex-flexible {
    flex: 1;
    width: auto;
  }
}

/***
布局-网格样式 
**/

[class*="gp-xs"], [class*="gp-sm"], [class*="gp-md"], [class*="gp-lg"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 100%;
}

@media screen and (min-width:100px) {
  [class*="gp-avg"] li {
    width: 100%;
  }

  /*平均分配*/
  .gp-avg-xxs-1>li {
    width: 100%;
  }

  .gp-avg-xxs-2>li {
    width: 50%;
  }

  .gp-avg-xxs-3>li {
    width: 33.3%;
  }

  .gp-avg-xxs-4>li {
    width: 25%;
  }

  .gp-avg-xxs-5>li {
    width: 20%;
  }

  .gp-avg-1>li {
    width: 100%;
  }

  .gp-avg-2>li {
    width: 50%;
  }

  .gp-avg-3>li {
    width: 33.3%;
  }

  .gp-avg-4>li {
    width: 25%;
  }

  .gp-avg-5>li {
    width: 20%;
  }
}

@media screen and (max-width:479px) {
  [class*="gp-xs"] {
    width: 100%;
    display: block;
  }

  /*平均分配*/
  .gp-avg-xxs-1>li {
    width: 100%;
  }

  .gp-avg-xxs-2>li {
    width: 50%;
  }

  .gp-avg-xxs-3>li {
    width: 33.3%;
  }

  .gp-avg-xxs-4>li {
    width: 25%;
  }

  .gp-avg-xxs-5>li {
    width: 20%;
  }
}

@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%;
  }

}

@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%;
  }
}

@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%;
  }
}

@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-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: 14px;
  padding: 1.4rem;
}

.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(odd)>td,
.gp-table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f5f5f5
}

/*置顶*/
.gp-goTop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 2.5rem;
  transition: all 0.3s ease-in-out;
  color: #fff !important;
  background: #004ea1;
}

.gp-goTop-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 800;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.gp-goTop-fixed.bottom {
  bottom: 150px;
}

/*低版本跳转样式*/
.ie_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 99998;
}

.ie9tips {
  width: 400px;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -200px;
  line-height: 1.8;
  color: #fff;
  z-index: 99999;
  text-align: center;
}

.ie9tips a {
  color: red;
}

.ie9tips img {
  display: block;
  margin: 0 auto;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ie9tips p {
  padding-top: 10px;
  color: #fff;
  width: 420px;
  margin: 10px auto;
  line-height: 1.8;
}



/*5移动端搜索默认*/
.gp-m-search {
  width: 90%;
  margin: 10px auto 0;
  display: block;
}

.gp-m-search .notxt1 {
  right: auto;
  left: 0;
  width: 40px;
}

.gp-m-search input.notxt {
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
}

.navWrap {
  height: 50px;
  background-color: #004ea1;
  position: relative;
  z-index: 10;
}

.nav>li {
  float: left;
  position: relative;
}

.nav>li>a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  color: #fff;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 0;
  font-weight: bold;
}

.second_nav1 {
  background-color: rgba(0, 78, 161, 0.8);
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  display: none;
  text-align: center;
}

.second_nav1>dd>a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 1.2;
}

.nav>li.on>a {
  background-color: #0071bb;
}

.second_nav1>dd>a:hover {
  background-color: #0071bb;
  color: #fff;
}

.nav>li.on .second_nav1 {
  display: block;
}

.fadeInUpSmall {
  -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;
  display: block;
}

@-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;
  }
}

/*置顶*/
.gp-goTop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  color: #ffcc03 !important;
  background: #0154a4;
}

.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;
}


/* style */
.header {
  position: relative;
  z-index: 880;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.header {
  width: 100%;
  min-width: 300px;
  height: auto;
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.header.fixed {
  height: 80px;
  position: fixed;
  top: 0px;
  background: #e5e2cf;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.header.fixed .top {
  padding: 0px;
}

.header.fixed .top>div:nth-of-type(1) {
  padding: 0px 20px;
  line-height: 80px;
}

.header.fixed .top .logo {
  width: 406px;
  top: 10px;
}

.header.fixed .topRight {
  margin: 0;
}

.wrap_top {
  height: 40px;
  line-height: 40px;
  background: #edf0f2;
  position: relative;
  z-index: 50;
}

.top {
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 10;
  padding: 39px 0;
}

.top .logo {
  width: 592px;
  position: relative;
  z-index: 2;
  float: left;
}

.top .logo a {
  display: block;
}

.topRight {
  float: right;
  position: relative;
  margin-top: 14px;
}

.gp-ser .select {
  width: 160px;
  height: 60px;
  margin-right: 14px;
  border: 1px solid #cfccc6;
  display: inline-block;
  vertical-align: middle;
  background: #e6e2cf;
}

.gp-ser .select p {
  font-size: 18px;
  line-height: 60px;
  text-indent: 16px;
  color: #888;
  position: relative;
}

.gp-ser .select p.selected::after {
  transform: rotate(180deg);
}

.gp-ser .select p::after {
  content: "";
  background: url(/overseas/images/xl.png);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  transition: all 0.5s;
}

.gp-ser .select ul {
  display: none;
  border: 1px solid #cfccc6;
  background: #e6e2cf;
}

.gp-ser .select ul li {
  width: 160px;
  color: #888;
  font-size: 18px;
  line-height: 46px;
  text-indent: 20px;
  display: block;
  border-bottom: 1px solid #cfccc6;
}

.gp-ser .ser {
  display: inline-block;
  vertical-align: middle;
}

/* .gp-ser form{display: inline-block;vertical-align: middle;} */
/* .gp-ser form button{width: 60px;height: 60px;border: 1px solid #cfccc6;background: transparent;vertical-align: middle;} */
/* .gp-ser form button::before{font-size: 30px;color: #394855;} */
.gp-ser .nav_btn {
  width: 60px;
  height: 60px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #394958 url(../images/nav1.png) center no-repeat;
  position: relative;
  z-index: 10;
  margin: 0 0 0 36px;
  cursor: pointer;
  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;
  vertical-align: middle;
}

.gp-ser .nav_btn.on {
  background: url(/overseas/images/nav2.png) center no-repeat;
}

.nav_box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #eceae0;
  z-index: 2;
  display: none;
  margin: 40px;
  /* background: url(/overseas/images/nav.png); */
  overflow-y: auto;
}

.nav_box>div {
  /* position: absolute; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  margin: 34px;
  margin-left: 60px;
  display: block;
}

.nav_box>div::after {
  display: block;
  content: '';
  clear: both;
}

/* .nav_top{overflow: hidden;} */
.nav_top::after {
  /* after默认为行内元素 需要转换为块元素 */
  display: block;
  content: '';
  clear: both;
}

.nav_top .select {
  width: 160px;
  height: 50px;
  margin-right: 14px;
  border: 1px solid #cfccc6;
  display: inline-block;
  vertical-align: middle;
  background: #eceae0;
  float: right;
  display: none;
}

.nav_top .select p {
  font-size: 18px;
  line-height: 50px;
  text-indent: 16px;
  color: #888;
  position: relative;
}

.nav_top .select p.selected::after {
  transform: rotate(180deg);
}

.nav_top .select p::after {
  content: "";
  background: url(/overseas/images/xl.png);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  transition: all 0.5s;
}

.nav_top .select ul {
  display: none;
  border: 1px solid #cfccc6;
  background: #eceae0;
}

.nav_top .select ul li {
  width: 160px;
  color: #888;
  font-size: 18px;
  line-height: 46px;
  text-indent: 20px;
  display: block;
  border-bottom: 1px solid #cfccc6;
}

.nav_top .logo {
  float: left;
}

.nav_top .ser {
  float: right;
  margin-right: 30px;
}

.nav_box.on {
  display: block;
}

.nav_box .logo {
  padding: 0px 0 30px;
}

.nav_box .nav {
  clear: both;
}

.nav_box .nav>a {
  width: 46%;
  float: left;
}

.nav_box .nav .demo1 {
  margin-left: calc(46% + 80px);
}

.nav_box .nav .demo1>li {
  width: 337px;
  border: 1px solid #c3ced9;
  padding: 27px 0;
  ;
  padding-left: 53px;
  position: relative;
  width: 39%;
}

.nav_box .nav .demo1>li:hover>a {
  font-weight: bold;
}

.nav_box .nav .demo1>li.active {
  background: #4d6073;
  position: relative;
}

.nav_box .nav .demo1>li.active .secul {
  display: block;
  margin-top: 10px;
}

.nav_box .nav .demo1>li.active::after {
  content: "";
  width: 0;
  height: 0;
  border: 11px solid rgb(0, 0, 0, 0);
  position: absolute;
  top: calc(50% - 11px);
  right: -22px;
  border-left-color: #4d6073;
}

.nav_box .nav .demo1>li.active>a {
  color: #fff;
}

.nav_box .nav .demo1>li>a {
  font-size: 26px;
  line-height: 30px;
}

.nav_box .nav .demo1>li>span {
  position: absolute;
  right: 20px;
  color: #fff;
  line-height: 30px;
  display: none;
}

.nav_box .nav .demo1>li .icon-right {
  color: #666
}

.secul {
  display: block;
}

.secul {
  position: absolute;
  left: 100%;
  top: -5px;
  display: none;
  padding-left: 15px;
  padding-bottom: 30px;
  width: 100%;
}

.secul::before {
  content: "";
  width: 20px;
  height: calc(100% - 30px);
  border-left: 1px solid #c3ced9;
  position: absolute;
  left: 30px;
  top: 0;
}

/* .nav_box .nav .demo1>li:hover .secul{display: block;margin-top: 20px;} */
.secul li {
  margin-bottom: 34px;
  padding-left: 24px;
  padding: 0 26px;
}

.secul li:hover a {
  font-weight: bold;
}

.secul li a {
  font-size: 18px;
  line-height: 24px;
  color: #69747c;
  display: block;
}



.VerticalMenu {
  height: auto;
  width: 100%;
  cursor: pointer;
  display: none;
}

.VerticalMenu>div {}

.VerticalMenu>div>div:first-child {
  padding-left: 20px;
  text-align: left;
  height: 40px;
  background-color: white;
  line-height: 40px;
  padding-right: 10px;
  border-bottom: 1px solid #cdb0b0;
  transition: background-color 0.4s linear;
}

.VerticalMenu>div>div:first-child:hover {
  /* background-color: #4cff00; */
}

.VerticalMenu>div>div:first-child>i:last-child {
  line-height: 40px;
  float: right;
  transform: rotate(0deg);
  transition: transform 0.4s linear;
}

.VerticalMenu>div>div:last-child {
  /* width: 200px; */
  display: none;
}

.VerticalMenu>div>div:last-child>div {
  background-color: white;
  transition: background-color 0.1s linear;
  padding-left: 30px;
  text-align: left;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.VerticalMenu>div>div:last-child>div:hover {
  background-color: #00ff90 !important;
}

.VerticalMenu>div:first-child>div:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.VerticalMenu>div:last-child>div:first-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.VerticalMenu>div:last-child::after {
  display: block;
  clear: both;
}



footer {
  background: #343e4a;
  padding: 80px 0 0px;
}

.footer_lt {
  width: 409px;
  float: left;
  margin-right: 0px;margin-bottom: 20px;
}

.footer_lt>a {
  display: block;
  position: relative;
  padding-bottom: 40px;
}

.footer_lt>a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #596068;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer_lt ul {
  margin-top: 30px;
}

.footer_lt ul li {}

.footer_lt ul li a {
  margin: 0 10px;
  display: block;
}

.footer_lt ul li:nth-of-type(2) a {
  position: relative;
}

.footer_lt ul li:nth-of-type(2) a img:nth-of-type(2) {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

.footer_lt ul li:nth-of-type(2):hover a img:nth-of-type(2) {
  display: block;
}

.footer_rt {
  float: right;
  margin-right: -50px;
  /* margin-top: 8px; */
  width: 290px;
}

.footer_rt h3 {
  line-height: 36px;
  color: #eceae0;
  margin-bottom: 26px;
}

.footer_rt p {
  line-height: 36px;
  color: #eceae0;
}

.footer_rt p a {
  line-height: 36px;
  color: #eceae0;
}

.footer_cen {
  float: left;
}

.footer_md {
  /* margin-top: 8px; */
  margin-left: 50px;
  float: left;
}

.footer_md h3 {
  line-height: 36px;
  color: #eceae0;
  margin-bottom: 26px;
}

.footer_md p {
  line-height: 36px;
  color: #eceae0;
}

.footer_bot {
  border-top: 1px solid #596068;
  margin-top: 80px;
}

.footer_bot p {
  font-size: 16px;
  line-height: 36px;
  color: #eceae0;
  text-align: center;
  padding: 32px 0;
}

footer {
  overflow: hidden;
}

footer .gp-container {
  display: block !important; 
  align-items: center;
}

footer .gp-container .right-box {
  display: flex;
  align-items: flex-start !important;justify-content: space-between !important;
}

footer .gp-container .footer_lt {
  float: none;
  flex-shrink: 0;
  margin-right: 100px;
  width: 100%;margin-right: 0 !important;
}

footer .gp-container .footer_rt {
  margin-left: 8%;
  float: none;
}

footer .gp-container .footer_cen {
  display: flex;
  align-items: flex-start!important;
  float: none;
  width: auto;flex: 1 ;justify-content: space-between ;
}

footer .gp-container .footer_cen .footer_md {
  margin-left: 0px;
  float: none;
}

footer .gp-container .footer_cen .footer_md:nth-child(2) {
  margin: 0 55px;
}

/*1.默认展开的搜索*/
.gp-search {
  width: 220px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  border: 1px solid #ccc;
}

.gp-ser {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.gp-search input, .gp-search button {
  position: absolute;
  height: 100%;
  line-height: 100%;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}

.gp-search input.notxt {
  color: #a4a4a4;
  width: calc(100% - 60px);
  left: 0;
  padding-left: 2%;
}

.gp-search .notxt1 {
  position: absolute;
  width: 60px;
  right: 0;
  cursor: pointer;
  color: #666;
  height: 60px;
}

/*2.搜索按钮当前位置展开*/
.gp-serBtn2 {
  *background: url(/overseas/images/serBtn.png);
  *width: 18px;
  *height: 18px;
}

.gp-search2 {
  width: 0;
  border: none;
}

.gp-search2 {}

.gp-search2.active {
  width: 200px;
  border: 1px solid #ccc;
  height: 60px;
}

.gp-serBtn2 {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #cfccc6;
  font-size: 26px;
}

.iconfont.icon-sousuo {
  font-size: 26px;
}

/*5移动端搜索默认*/
.gp-m-search {
  width: 80%;
  margin: 0 auto;
  display: none;
  margin-top: 20px;
}

.gp-m-search .gp-ser {
  height: 40px;
}

.gp-m-search .notxt1 {
  right: auto;
  left: 0;
  width: 40px;
}

.gp-m-search input.notxt {
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
}

.gp-m-search .notxt1 {
  height: 40px;
}

.gp-m-search .iconfont.icon-sousuo {
  font-size: 16px;
}
/* @media screen and (min-width: 1024px) {
	footer .gp-container .footer_cen .footer_md:nth-child(1){min-width: 300px;}
}
 */
@media screen and (max-width: 1800px) {
  footer .gp-container .footer_cen .footer_md:nth-child(2) {
    /* margin: 0 8%; */
  }

  footer .gp-container .footer_rt {
    margin-left: 20px;
  }

  footer .gp-container .footer_lt {
    margin-right: 60px;
  }
}

@media screen and (max-width:1500px) {
  .footer_lt {
    margin-left: 0;
  }

  .footer_rt {
    margin-right: 0;
  }

  .footer_md {
    margin-left: 20px;
  }
}

@media screen and (max-width:1400px) {
  .footer_lt {
    width: 370px;
  }

  .footer_lt ul {
    padding: 0;
  }

  .footer_cen {
    width: calc(100% - 670px);
  }

  .footer_md {
    margin-left: 15px;
    width: calc(50% - 15px)
  }

  /* .footer_md:nth-child(1){width: calc(50% - 15px);} */
  /* .footer_md:nth-child(2){width: calc(50% - 15px);} */
  .nav_box .nav>a {
    width: 40%;
  }

  .nav_box .nav .demo1 {
    margin-left: calc(40% + 30px);
  }

  .secul {
    left: calc(100% + 15px);
  }

  .nav_top .select {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1350px) {
  footer .gp-container .footer_cen .footer_md:nth-child(2) {
    margin: 0 10px;
  }

  footer .gp-container .footer_rt {
    margin-left: -5px;
  }

  footer .gp-container {
    flex-direction: column;
  }

  footer .gp-container .footer_cen .footer_md:nth-child(2) {
    margin: 0 25px;
  }

  footer .gp-container .footer_rt {
    margin-left: 25px;
  }

  footer .gp-container .footer_cen {
    width: auto;
    overflow: visible;
  }
}

@media screen and (max-width:1240px) {
  .top .logo {
    width: 560px;
  }

  .footer_lt {
    width: 280px;
  }

  .footer_lt ul li a {
    margin: 0 1px;
  }

  .footer_cen {
    width: calc(100% - 580px);
  }

  .footer_md {
    margin-left: 10px;
    width: calc(50% - 10px)
  }

  /* .footer_rt,.footer_md{width: 198px;margin-left: 20px;} */

}

@media screen and (max-width:1120px) {
  .header .top .logo {
    width: 530px;
  }

  .footer_lt {
    width: 100%;
    text-align: center;
  }

  .footer_cen {
    float: left;
    overflow: hidden;
    width: 66%;
  }

  .footer_rt {
    float: left;
    clear: both;
    width: calc(34% - 20px);
  }

  .footer_md, .footer_rt {
    margin: 0 10px;
    padding-top: 20px;
  }

  .footer_md {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width:996px) {
  .gp-ser .select {
    display: none;
  }

  /* .gp-ser form{display: none;} */
  .gp-ser .ser {
    display: none;
  }

  .header .top .logo {
    width: 490px;
  }

  .footer_lt {
    width: 100%;
    text-align: center;
  }

  /* .footer_lt,.footer_rt{width: calc(50% - 20px);} */
  /* .footer_cen{float: none;clear: both;overflow: hidden;margin-top: 20px;} */
  /* .footer_md{width: calc(50% - 20px);float: left;} */
  .footer_cen {
    float: left;
    overflow: hidden;
    width: 66%;
  }

  .footer_rt {
    float: left;
    clear: both;
    width: calc(34% - 20px);
  }

  .footer_md, .footer_rt {
    margin: 0 10px;
    padding-top: 20px;
  }

  .footer_md {
    width: calc(50% - 20px);
  }

  .topRight {
    margin-top: 0;
  }

  .nav_box .logo {
    width: 390px;
  }

  .gp-ser .nav_btn {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }

  /* .nav{display: none;} */
  .nav_box .nav>a {
    display: none;
  }

  .nav_box .nav .demo1 {
    margin-left: 0;
  }

  .VerticalMenu {
    display: block;
  }

  .nav_box {
    margin: 15px;
  }

  .nav_box>div {
    margin: 20px;
  }

  .header .top .nav_box .logo {
    width: 470px;
  }

  .nav_top .select {
    display: block;
  }

  .nav_box .nav .demo1 {
    width: 100%;
  }

  .nav_box .nav .demo1>li {
    width: auto;
  }

  .secul {
    position: static;
    border-left: none;
  }

  .secul li a {
    width: auto;
  }

  .nav_box .nav .demo1>li.active::after {
    display: none;
  }

  /* .secul li a{color: #fff;} */
  .nav_box .nav .demo1>li>span {
    display: inline-block;
  }

  .nav_box .nav .demo1>li.active .secul a {
    color: #fff;
  }

  .nav_box .nav .demo1>li {
    padding-left: 25px;
  }

  .nav_box .nav .demo1>li {
    padding: 17px 0 17px 25px;
  }

  .secul li {
    margin-bottom: 15px;
  }

  .gp-m-search {
    display: block;
  }

  .secul::before {
    display: none;
  }
	.footer_md h3{margin-bottom: 10px;}
}

@media screen and (max-width:767px) {
  .header .top .logo {
    width: 410px;
  }

  .footer_rt, .footer_cen, .footer_md {
    float: initial;
    width: 100%;
    text-align: center;
  }


  .header .top .nav_box .logo {
    width: calc(100% - 220px)
  }

  .nav_top .select {
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 640px) {
  footer .gp-container .footer_cen .footer_md:nth-child(2) {
    margin: 0 0px;
  }

  footer .gp-container .footer_rt {
    margin-left: 0px;
  }

  footer .gp-container .footer_cen {
    width: 100%;
    flex-direction: column;
  }

  footer .gp-container .right-box {
    width: 100%;
    flex-direction: column;
  }

  .footer_bot {
    margin-top: 0;
  }
}

@media screen and (max-width:540px) {
  .header .top .logo, .header.fixed .top .logo {
    width: calc(100% - 60px);
  }

  .footer_lt ul li a {
    margin: 0 2px;
  }

  .header .top .nav_box .logo {
    width: 90%;
  }

  .nav_top .select {
    float: initial;
    clear: both;
    margin-bottom: 20px;
  }

  .nav_box .logo {
    padding-bottom: 15px;
  }
}

@media screen and (max-width:479px) {}
