@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
@import url(https://at.alicdn.com/t/font_2467651_vyqxph1klbb.css);

* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑"
}

ol,
ul {
  list-style: none
}

a {
  text-decoration: none;
  color: #686868
}

img {
  border: 0
}

body {
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #4e4e4e;
  background-color: #fff;
  font-size: 16px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-family: Poppins, sans-serif
}

p {
  line-height: 1.8
}

a {
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

a:hover {
  text-decoration: none
}

img {
  max-width: 100%
}

.d-table {
  width: 100%;
  height: 100%
}

.d-table-cell {
  vertical-align: middle
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px
}

.pt-100 {
  padding-top: 100px
}

.pt-70 {
  padding-top: 70px
}

.pb-70 {
  padding-bottom: 70px
}

.pb-100 {
  padding-bottom: 100px
}

.mr0 {
  margin-right: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.f48 {
  font-size: 48px !important;
}

.f44 {
  font-size: 44px !important;
}

.f40 {
  font-size: 40px !important;
}

.f56 {
  font-size: 56px !important;
}

.col-lg-1-5,
.col-md-1-5,
.col-sm-1-5,
.col-xs-1-5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative
}

.col-xs-1-8 {
  width: 20%;
  float: left
}

.color-orange {
  color: #fa5f0b;
}

.bg-orange {
  background-color: #fa5f0b;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left
  }
}

.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

button:focus {
  outline: 0
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.container {
  max-width: 1185px
}

.header-top-area {
  background-color: #02111e;
  padding-top: 20px;
  padding-bottom: 20px
}

.header-top-area .header-top-item ul {
  margin: 0;
  padding: 0
}

.header-top-area .header-top-item ul li {
  list-style-type: none;
  display: inline-block
}

.header-top-area .header-top-item ul li a {
  display: inline-block
}

.header-top-area .header-top-item ul li i {
  display: inline-block
}

.header-top-area .header-top-item .header-left ul li {
  margin-right: 22px
}

.header-top-area .header-top-item .header-left ul li:nth-child(3) i {
  position: relative;
  top: 2px
}

.header-top-area .header-top-item .header-left ul li:nth-child(4) {
  margin-right: 0
}

.header-top-area .header-top-item .header-left ul li:nth-child(4) i {
  position: relative;
  top: 2px
}

.header-top-area .header-top-item .header-left ul li i {
  color: #fff;
  margin-right: 3px;
  font-size: 18px
}

.header-top-area .header-top-item .header-left ul li a {
  font-size: 14px;
  color: #fff
}

.header-top-area .header-top-item .header-left ul li a:hover {
  color: #fa5f0b
}

.header-top-area .header-top-item .header-right {
  text-align: right
}

.header-top-area .header-top-item .header-right ul li {
  margin-right: 15px
}

.header-top-area .header-top-item .header-right ul li:last-child {
  margin-right: 0
}

.header-top-area .header-top-item .header-right ul li a {
  border: 1px solid #fa5f0b;
  border-radius: 20px;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 25px;
  line-height: 24px
}

.header-top-area .header-top-item .header-right ul li a i {
  line-height: 25px
}

.header-top-area .header-top-item .header-right ul li a:hover {
  color: #fa5f0b;
  background-color: #fff
}

.navbar-light .navbar-brand {
  z-index: 2;
  height: 54px;
}

.navbar-light .navbar-brand img {
  width: 210px;
  position: relative;
  top: -10px
}

.navbar-area .main-nav {
  background-color: #fa5f0b;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.navbar-area .main-nav:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 39px;
  height: 100%;
  width: 31%;
  border-left: 0 solid transparent;
  border-top: 90px solid #fff;
  border-right: 130px solid transparent;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.navbar-area .main-nav .navbar-light {
  padding-left: 0;
  padding-right: 0
}

.navbar-area .main-nav .navbar-light .navbar-nav {
  margin-left: auto;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item:hover a {
  color: #fff
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  position: relative
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:before {
  position: absolute;
  content: '';
  top: 9px;
  left: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a::after {
  display: none
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a.active,
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:focus,
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:hover {
  color: #fff
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a.active:before,
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:focus:before,
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:hover:before {
  opacity: 1
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 3px solid #282828
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #282828;
  font-size: 15px
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item a:before {
  display: none
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item a.active,
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #fa5f0b
}

.navbar-area .main-nav .navbar-light .loginText a {
  color: #fff;
  padding-right: 30px;
}

.navbar-area .main-nav.menu-shrink {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 0 20px 0 #f1f1f1;
  box-shadow: 0 0 20px 0 #f1f1f1
}

.navbar-area .main-nav.menu-shrink:before {
  border-top: 80px solid #fff
}

.side-nav a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fa5f0b;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 20px;
  position: relative;
  z-index: 1
}

.side-nav a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  background-color: #282828;
  border-radius: 5px 5px 0 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0;
  z-index: -1
}

.side-nav a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #282828;
  border-radius: 0 0 5px 5px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0;
  z-index: -1
}

.side-nav a:hover {
  color: #fff
}

.side-nav a:hover:before {
  opacity: 1;
  height: 50%
}

.side-nav a:hover:after {
  opacity: 1;
  height: 50%
}

.banner-img-one {
  background-image: url(/api/static/nbd/img/home-one/banner-main.jpg)
}

.banner-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 660px;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, .799572) 23%, rgba(148, 187, 233, 0) 100%);
  opacity: .75
}

.banner-area .banner-content {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 130px
}

.banner-area .banner-content h1 {
  font-weight: 600;
  font-size: 52px;
  color: #fff;
  margin-bottom: 25px
}

.banner-area .banner-content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  margin-bottom: 50px
}

.banner-area .banner-content p {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff
}

.banner-area .banner-content p span {
  color: #fa5f0b;
}

.searchArea {
  padding-top: 60px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.searchArea .ecode {
  width: 140px;
  text-align: center;
}

.searchArea .ecode img {
  width: 100%;
  height: 140px;
}

.searchArea .ecode p {
  font-size: 16px;
  color: #fff;
  padding-top: 8px;
}

.searchArea .searchBox {
  width: 790px;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.searchArea .searchBox .searchLeft .searchTit {
  display: flex;
  height: 36px;
  padding: 0;
  margin: 0;
}

.searchArea .searchBox .searchLeft .searchTit li {
  border: 1px solid #fff;
  border-radius: 8px 8px 0 0;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  border-bottom: 0;
  cursor: pointer;
}

.searchArea .searchBox .searchLeft .searchTit li a {
  color: #fff
}

.searchArea .searchBox .searchLeft .searchTit li.cur {
  background-color: #fa5f0b;
  color: #fff;
  border-color: #fa5f0b;
}

.searchArea .searchBox .searchLeft .searchCon li {
  display: none
}

.searchArea .searchBox .searchLeft .searchCon li.cur {
  display: block;
}

.searchArea .searchBox .searchLeft .searchCon .searchInput {
  width: 880px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0 10px
}

.searchArea .searchBox .searchLeft .searchCon p {
  font-size: 16px;
  color: #fff;
  padding-top: 8px;
  text-align: left;
}

.searchArea .searchBox .searchBtn {
  width: 100px;
  height: 46px;
  border: 0;
  background-color: #fa5f0b;
  border-radius: 2px;
  color: #fff;
  margin-top: 36px;
}

.searchArea .searchBox .searchBtn:hover {
  opacity: 0.8;
}

.search-item {
  width: 800px;
  margin: 0 auto;
  display: flex;
  height: 46px;
  align-items: center;
}

.search-item .searchInput {
  width: 680px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 2px 0 0 2px;
  padding: 0 10px
}

.search-item .searchBtn {
  width: 100px;
  height: 46px;
  border: 0;
  background-color: #fa5f0b;
  border-radius: 0 2px 2px 0;
  color: #fff;
}


.cmn-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #fa5f0b;
  border-radius: 5px;
  padding: 12px 20px;
  position: relative;
  z-index: 1
}

.cmn-btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  background-color: #282828;
  border-radius: 5px 5px 0 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0;
  z-index: -1
}

.cmn-btn:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #282828;
  border-radius: 0 0 5px 5px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0;
  z-index: -1
}

.cmn-btn i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 3px
}

.cmn-btn:hover {
  color: #fff
}

.cmn-btn:hover:before {
  opacity: 1;
  height: 50%
}

.cmn-btn:hover:after {
  opacity: 1;
  height: 50%
}

.section-title {
  margin-bottom: 35px;
  text-align: center
}

.section-title .sub-title {
  display: inline-block;
  color: #fa5f0b;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 8px
}

.section-title h2 {
  font-weight: 600;
  font-size: 38px;
  color: #282828;
  text-transform: capitalize
}

.section-title h3 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  text-transform: capitalize
}

.about-area {
  padding-top: 95px;
  padding-bottom: 85px
}

.about-area .section-title {
  text-align: left;
  margin-bottom: 30px
}

.about-area .section-title h2 {
  color: #fa5f0b
}

.about-area .about-content h5 {
  color: #282828;
  font-weight: 600;
  margin-bottom: 48px;
  font-size: 24px;
}

.about-area .about-content p {
  color: #282828;
  font-weight: 500;
  margin-bottom: 18px
}

.about-area .about-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px
}

.about-area .about-content ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  margin-bottom: 15px
}

.about-area .about-content ul li:last-child {
  margin-bottom: 0
}

.about-area .about-content ul li i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  color: #fa5f0b;
  background-color: #f2f4fd;
  margin-right: 8px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.about-area .about-content ul li:hover i {
  color: #fff;
  background-color: #fa5f0b
}

.about-area .about-content img {
  display: inline-block;
  margin-right: 25px;
  border-right: 3px solid #fa5f0b;
  padding-right: 25px
}

.about-area .about-content img:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0
}

.about-area .about-content .cmn-btn {
  margin-top: 15px;
}

.about-area .about-img-wrap {
  position: relative;
  width: 522px;
  height: 320px;
  overflow: hidden;
  margin-top: 90px;
  float: right;
}

.about-area .about-img-wrap .aboutImg {
  width: 100%;
  height: 100%;
  transition: 0.2s;
}

.about-area .about-img-wrap .aboutImg:hover {
  transform: scale(1.3, 1.3);
}

.about-area .about-img-wrap .about-img-slider .about-img-item img {
  width: unset !important;
  max-width: 450px
}

.about-area .about-img-wrap .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 85px;
  top: 180px;
  max-width: 20px
}

.about-area .about-img-wrap .owl-theme .owl-dots .owl-dot span {
  background: #fbad86
}

.about-area .about-img-wrap .owl-theme .owl-dots .owl-dot.active span {
  background: #fff
}

.about-area .about-img-wrap .about-shape img {
  position: absolute
}

.about-area .about-img-wrap .about-shape img:nth-child(1) {
  top: -25px;
  left: 0
}

.about-area .about-img-wrap .about-shape img:nth-child(2) {
  bottom: -55px;
  right: 0;
  z-index: 1
}

.about-area .about-img-wrap .about-shape img:nth-child(3) {
  top: -65px;
  right: 25px
}

.about-area .about-img-wrap .about-shape img:nth-child(4) {
  top: 255px;
  right: -50px
}

.about-area .about-img-wrap .about-year {
  z-index: 1;
  background-color: #ffffffd9;
  border-left: 5px solid #02111e;
  display: inline-block;
  padding: 35px 60px;
  position: absolute;
  left: 0;
  bottom: -36px
}

.about-area .about-img-wrap .about-year h2 {
  font-size: 58px;
  color: #02111e;
  font-weight: 700;
  margin-bottom: 0
}

.about-area .about-img-wrap .about-year h2 span {
  font-size: 38px
}

.service-area {
  background-image: url(/api/static/nbd/img/home-one/service-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed
}

.service-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #010006;
  opacity: .6
}

.service-area .section-title {
  position: relative;
  margin-bottom: 58px;
}

.service-area .section-title h2 {
  color: #fff;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto
}

.service-area .section-title h2 span {
  color: #fa5f0b
}

.service-area .section-title h5 {
  color: #fff;
}

.service-item {
  text-align: center;
  padding: 30px 25px 28px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin-bottom: 30px
}

.service-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background-color: #fa5f0b;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  border-radius: 10px;
  z-index: -1
}

.service-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px)
}

.service-item:hover:before {
  height: 100%
}

.service-item:hover img:nth-child(1) {
  opacity: 0
}

.service-item:hover img:nth-child(2) {
  opacity: .5
}

.service-item:hover i {
  border: 1px solid #fa5f0b
}

.service-item:hover h3 a {
  color: #fff
}

.service-item:hover p {
  color: #fff
}

.service-item:hover .service-link {
  color: #fff
}

.service-item img {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.service-item img:nth-child(1) {
  opacity: .5
}

.service-item img:nth-child(2) {
  opacity: 0
}

.service-item i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px dotted #fa5f0b;
  color: #fa5f0b;
  font-size: 35px;
  margin-bottom: 15px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.service-item h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.service-item h3 a {
  color: #282828
}

.service-item h3 a:hover {
  color: #282828
}

.service-item p {
  margin-bottom: 12px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.service-item p span {
  color: #fa5f0b
}

.service-item .service-link {
  display: inline-block;
  color: #fa5f0b;
  font-weight: 500;
  font-size: 14px
}

.service-item .service-link:hover {
  color: #282828
}

.apply-area {
  overflow: hidden;
  padding-bottom: 60px;
}

.twoLine {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.apply-area .container {
  display: flex;
  justify-content: space-between;
}

.apply-area .left {
  width: 23%;
  word-break: break-all;
  hyphens: auto;
}

.apply-area .left ul li {
  width: 100%;
  height: 72px;
  cursor: pointer;
  background-color: #071320;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.apply-area .left ul li.cur {
  background-color: #fa5f0b;
}

.apply-area .left ul li a {
  color: #fff;
}

.apply-area .left .ad {
  width: 100%;
  margin-top: 30px;
  height: 380px;
}

.apply-area .left .ad img {
  width: 100%;
  height: 380px;
}

.apply-area .left .relate {
  overflow: hidden;
  padding-bottom: 3px;
}

.apply-area .left .relate .title {
  font-size: 22px;
  color: #333;
  text-indent: 20px;
  line-height: 22px;
  position: relative;
  margin-bottom: 20px;
}

.apply-area .left .relate .title:after {
  width: 5px;
  height: 20px;
  background-color: #fa5f0b;
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
}

.apply-area .left .relate .relateItem {
  padding-bottom: 15px;
  margin-bottom: 15px;
  height: 67px;
  display: flex;
  border-bottom: 1px dashed #ddd;
}

.apply-area .left .relate .relateItem:last-child {
  border: 0;
}

.apply-area .left .relate .relateItem .relateImg {
  width: 72px;
  height: 52px;
  margin-right: 15px;
}

.apply-area .left .relate .relateItem .relateText {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.apply-area .center {
  width: 70%;
}

.apply-area .center .con {
  display: none;
}

.apply-area .center .con.cur {
  display: block;
}

.apply-area .center .con .newsLi {
  width: 100%;
  height: 120px;
  margin-bottom: 19px;
  display: flex;
}

.apply-area .center .con .newsLi a {
  display: flex;
}

.apply-area .center .con .newsLi img {
  width: 160px;
  height: 120px;
  margin-right: 15px;
}

.apply-area .center .con .newsLi .text {
  width: 100%
}

.apply-area .center .con .newsLi .text p {
  margin: 0;
  margin: 0;
}

.apply-area .center .con .newsLi .text .tit1 {
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
  color: #071320
}

.apply-area .center .con .newsLi .text .tit2 {
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.6em;
  margin: 15px 0
}

.apply-area .center .con .newsLi .text .tit3 {
  font-size: 14px;
  line-height: 14px;
  color: #888;
}

.apply-area .right {
  width: 0%;
}

.apply-area .right ul li {
  width: 100%;
  height: 190px;
  margin-bottom: 20px;
}

.apply-area .right ul li img {
  width: 100%;
  height: 100%;
}

.newscont {
  width: 100%;
  overflow: hidden;
}

.newscont h1 {
  font-size: 46px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.newscont .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-top: 1px dashed #ececec;
  border-bottom: 1px dashed #ececec;
  margin: 20px 0 20px;
}

.newscont .sharethis-inline-share-buttons{
  margin-bottom: 30px;
}

.newscont .desc span {
  margin-right: 30px;
}

.newscont .intro {
  margin: 30px 0 40px;
  overflow: hidden;
  font-size: 20px;
}

.newscont .intro p {
  margin-bottom: 5px;
  color: #222
}

.mainBody {
  padding-top: 50px;
  overflow: hidden;
}

.mainBody .mainTit {
  display: flex;
  height: 36px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc
}

.mainBody .mainTit a {
  border: 1px solid #ccc;
  border-radius: 8px 8px 0 0;
  padding: 6px 15px;
  font-size: 14px;
  color: #333;
  border-bottom: 0;
  cursor: pointer;
}

.mainBody .mainTit a.cur {
  background-color: #fa5f0b;
  color: #fff;
  border-color: #fa5f0b;
}

.tariff {
  padding: 70px 0;
  overflow: hidden;
}

.tariff h1 {
  font-size: 46px;
  color: #333;
  line-height: 1.4em;
  font-weight: bold;
}

.tariff .intro {
  padding: 30px 0 40px;
  overflow: hidden;
  line-height: 1.6em;
}

.tariff .intro p {
  margin-bottom: 5px;
  color: #666;
  line-height: 1.6em;
}

/*分享*/
.bdsharebuttonbox ul {
  display: flex;
  height: 50px;
  margin: 0;
  align-items: center;
}

.bdsharebuttonbox ul li {
  margin-left: 10px;
  font-size: 12px;
}

.bdsharebuttonbox a {
  width: 24px !important;
  height: 24px !important;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 !important;
  display: block;
}

.bdsharebuttonbox a img {
  width: 24px;
  height: 24px;
}

.bd_weixin_popup .bd_weixin_popup_foot {
  position: relative;
  top: -12px;
}

.newscont .cont {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.6em;
  color: #666;
}

.newscont .cont img {
  max-width: 100%;
}

.applyRight {
  width: 74%;
  display: none;
}

.applyRight img {
  width: 100%;
  height: 481px;
}

.applyRight.cur {
  display: block;
}

.apply-head {
  height: 60px;
  line-height: 50px;
  background-color: #f8f8f8;
  margin-bottom: 18px;
  display: flex;
}

.apply-head p {
  width: 25%;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
}

.apply-con li {
  list-style: none;
  display: flex;
  margin-bottom: 13px;
  background-color: #f8f8f8;
}

.apply-con li > div {
  width: 25%;
  line-height: 50px;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}

.apply-con li .con1 img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.apply-con li .con1 .text {
  display: flex;
  flex-direction: column;
}

.apply-con li .con1 .txt1 {
  line-height: 1.5em;
  padding-bottom: 5px;
  font-size: 14px;
}

.apply-con li .con1 .txt2 {
  border: 1px solid #3473b3;
  border-radius: 2px;
  padding: 2px 6px;
  font-size: 12px;
  color: #3473b3;
  line-height: 1em;
  text-align: center;
}

.counter-area {
  background-color: #071320;
  padding-bottom: 60px
}

.counter-area .counter-text {
  margin-bottom: 30px
}

.counter-area .counter-text h2 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  padding-top: 20px;
}

.counter-item {
  margin-bottom: 30px;
  border-radius: 8px;
  border: 2px dotted #fa5f0b;
  text-align: center;
  padding: 25px 5px 22px
}

.counter-item h3 {
  margin-bottom: 10px
}

.counter-item h3 span {
  color: #fff;
  font-weight: 700;
  font-size: 30px
}

.counter-item p {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0
}

.foreign-area {
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
}

.foreign-area::before {
  width: 100%;
  height: 100px;
  background: #02111e;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.foreign-area .foreign-slider {
  position: relative
}

.foreign-area .foreign-slider .owl-prev {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: #fa5f0b !important;
  text-align: center;
  font-size: 25px !important;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.foreign-area .foreign-slider .owl-prev i {
  line-height: 30px !important
}

.foreign-area .foreign-slider .owl-prev:hover {
  background-color: #282828 !important
}

.foreign-area .foreign-slider .owl-next {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: #fa5f0b !important;
  text-align: center;
  font-size: 25px !important;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.foreign-area .foreign-slider .owl-next i {
  line-height: 30px !important
}

.foreign-area .foreign-slider .owl-next:hover {
  background-color: #282828 !important
}

.foreign-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: -115px;
  top: 210px
}

.foreign-item {
  padding-bottom: 25px;
  -webkit-box-shadow: 0 10px 10px 0 #dddddd33;
  box-shadow: 0 10px 10px 0 #dddddd33;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #fff
}

.foreign-item img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  display: block
}

.foreign-item .foreign-bottom {
  border-left: 3px solid #fa5f0b;
  padding-left: 10px
}

.foreign-item .foreign-bottom h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px
}

.foreign-item .foreign-bottom h3 a {
  color: #282828
}

.foreign-item .foreign-bottom h3 a:hover {
  color: #fa5f0b
}

.foreign-item .foreign-bottom span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #fa5f0b
}

.team-area {
  background-image: url(/api/static/nbd/img/home-one/team-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f6f6f6
}

.team-area .container {
  position: relative;
  top: 100px
}

.team-item {
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd33;
  box-shadow: 0 0 20px 0 #dddddd33;
  background-color: #fff;
  padding-bottom: 30px;
  border-radius: 0 0 20px 20px;
  border-bottom: 2px solid #fa5f0b;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.team-item:hover {
  background-color: #fff1f1;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px)
}

.team-item img {
  margin-bottom: 25px
}

.team-item h3 {
  color: #282828;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px
}

.team-item span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #8f9090;
  margin-bottom: 12px
}

.team-item ul {
  margin: 0;
  padding: 0
}

.team-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px
}

.team-item ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fa5f0b;
  color: #fff;
  font-size: 18px
}

.team-item ul li a i {
  line-height: 30px
}

.team-item ul li a:hover {
  background-color: #282828
}

.benefit-area {
  background-image: url(/api/static/nbd/img/home-one/benefit-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.benefit-area .benefit-content {
  background-color: #02111e;
  padding: 40px 100px 50px 60px;
  max-width: 905px;
  margin-left: auto;
  position: relative;
  top: 100px
}

.benefit-area .benefit-content .section-title {
  text-align: left;
  margin-bottom: 25px
}

.benefit-area .benefit-content .section-title h2 {
  color: #fff
}

.benefit-area .benefit-content p {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.5em;
}

.benefit-area .benefit-content .benefit-inner {
  margin-bottom: 30px;
  position: relative
}

.benefit-area .benefit-content .benefit-inner i {
  display: inline-block;
  color: #fa5f0b;
  font-size: 45px;
  position: absolute;
  top: -10px;
  left: 0
}

.benefit-area .benefit-content .benefit-inner h4 {
  margin-bottom: 0;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 16px;
  max-width: 320px;
  padding-left: 65px;
  padding-bottom: 10px
}

.benefit-area .benefit-content .benefit-inner h5 {
  margin-bottom: 0;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  max-width: 320px;
  padding-left: 65px;
  line-height: 1.5em;
}

.benefit-area .benefit-content .cmn-btn {
  margin-top: 10px;
  color: #fff;
  background-color: #fa5f0b
}

.benefit-area .benefit-content .benefit-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: benefit-shape 10s infinite linear;
  animation: benefit-shape 10s infinite linear
}

@-webkit-keyframes benefit-shape {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  50% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes benefit-shape {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  50% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.partner-area {
  margin: 80px 0
}

.partner-area .partner-wrap {
  position: relative;
  background-color: #fa5f0b;
  border-radius: 10px;
  padding: 40px 50px 45px
}

.partner-area .partner-wrap .partner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: partner-ani 10s infinite linear;
  animation: partner-ani 10s infinite linear
}

.partner-area .partner-wrap .partner-content .section-title {
  text-align: left;
  margin-bottom: 0
}

.partner-area .partner-wrap .partner-content .section-title h2 {
  color: #fff;
  margin-bottom: 0
}

.partner-area .partner-wrap .partner-btn {
  text-align: right
}

.partner-area .partner-wrap .partner-btn .cmn-btn {
  background-color: #fff;
  color: #282828
}

.partner-area .partner-wrap .partner-btn .cmn-btn:hover {
  color: #fff
}

.partner-area .partner-wrap .partner-content p {
  float: right;
  padding-right: 7px;
  background: #fff;
  border-radius: 8px;
  padding: 5px 12px;
  color: #fa5f0b;
}

@-webkit-keyframes partner-ani {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  50% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes partner-ani {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  50% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.cost-area .cost-content {
  background-color: #fff;
  z-index: 1
}

.cost-area .cost-content .section-title {
  text-align: left;
  margin-bottom: 20px
}

.cost-area .cost-content p {
  margin-bottom: 20px
}

.cost-area .cost-content ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.cost-area .cost-content ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%
}

.cost-area .cost-content ul li:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px
}

.cost-area .cost-content ul li h4 {
  font-weight: 500;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  color: #303442;
  margin-bottom: 5px
}

.cost-area .cost-content ul li span {
  display: block;
  font-size: 14px;
  color: #303442
}

.cost-area .cost-content .robot {
  margin: 0;
  padding: 0
}

.cost-area .cost-content .robot .li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}

.cost-area .cost-content .robot .li:last-child {
  margin-bottom: 0
}

.cost-area .cost-content .robot .li:hover i {
  background-color: #282828
}

.cost-area .cost-content .robot .li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #fa5f0b;
  margin-right: 5px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.cost-area .cost-img img {
  width: 100%
}

.blog-item {
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 #dddddd9e;
  box-shadow: 0 0 20px 0 #dddddd9e;
  overflow: hidden
}

.blog-item:hover .blog-inner {
  bottom: 0;
  opacity: 1
}

.blog-item a {
  display: block
}

.blog-item a img {
  width: 100%
}

.blog-item span {
  display: inline-block;
  font-size: 13px;
  color: #060f1e;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px
}

.blog-item .blog-inner {
  position: absolute;
  bottom: -95px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 15px 10px 18px 20px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0
}

.blog-item .blog-inner h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px
}

.blog-item .blog-inner h3 a {
  color: #282828;
  line-height: 25px
}

.blog-item .blog-inner h3 a:hover {
  color: #fa5f0b
}

.blog-item .blog-inner .blog-link {
  display: inline-block;
  color: #fa5f0b;
  font-weight: 500;
  font-size: 14px
}

.blog-item .blog-inner .blog-link i {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 2px
}

.blog-item .blog-inner .blog-link:hover {
  color: #282828
}

.letterArea {
  padding: 20px 0;
  overflow: hidden;
  font-size: 20px;
}

.letterArea a {
  color: #000;
  font-weight: bold;
  padding: 0 5px
}

.letterArea a:hover {
  color: #fa5f0b
}

footer {
  background-image: url(/api/static/nbd/img/home-one/footer-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative
}

footer:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #060f1e;
  opacity: .92
}

.footer-item {
  position: relative;
  margin-bottom: 30px
}

.footer-item .footer-logo .logo-link {
  display: block;
  margin-bottom: 18px
}

.footer-item .footer-logo p {
  margin-bottom: 20px;
  color: #fff
}

.footer-item .footer-logo ul {
  margin: 0;
  padding: 0
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px
}

.footer-item .footer-logo ul li:last-child {
  margin-right: 0
}

.footer-item .footer-logo ul li a {
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #e8693d;
  border-radius: 50%;
  display: block
}

.footer-item .footer-logo ul li a i {
  line-height: 35px
}

.footer-item .footer-logo ul li a:hover {
  color: #e8693d;
  background-color: #fff
}

.footer-item .footer-service h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff
}

.footer-item .footer-service ul {
  margin: 0;
  padding: 0
}

.footer-item .footer-service ul li {
  list-style-type: none;
  display: block;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin-bottom: 10px
}

.footer-item .footer-service ul li:last-child {
  margin-bottom: 0
}

.footer-item .footer-service ul li:hover {
  padding-left: 10px
}

.footer-item .footer-service ul li a {
  display: block;
  color: #fff
}

.footer-item .footer-service ul li a:hover {
  color: #e8693d
}

.footer-item .footer-touch h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff
}

.footer-item .footer-touch ul {
  margin: 0;
  padding: 0
}

.footer-item .footer-touch ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px
}

.footer-item .footer-touch ul li:last-child {
  margin-bottom: 0
}

.footer-item .footer-touch ul li i {
  display: inline-block;
  color: #e8693d;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0
}

.footer-item .footer-touch ul li h4 {
  font-weight: 500;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  margin-bottom: 5px;
  color: #fff
}

.footer-item .footer-touch ul li a {
  display: block;
  color: #cdcccc;
  padding-top: 3px;
}

.footer-item .footer-touch ul li a:hover {
  color: #e8693d
}

.footer-item .footer-touch ul li span {
  display: block;
  color: #cdcccc;
  padding-top: 10px;
}

.copyright-area {
  background-color: #121f34;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center
}

.copyright-area .copyright-item p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0
}

.copyright-area .copyright-item p a {
  display: inline-block;
  font-weight: 600;
  color: #fa5f0b
}

.copyright-area .copyright-item p a:hover {
  color: #fff
}

.banner-img-two {
  background-image: url(/api/static/nbd/img/home-two/banner-bg.jpg)
}

.banner-img-two .banner-content h1 {
  font-weight: 700
}

.banner-img-two .banner-content .cmn-btn {
  background-color: #fa5f0b;
  color: #fff
}

.banner-img-two .banner-img {
  position: relative;
  top: 30px;
  -webkit-animation: banner-ani 10s infinite linear;
  animation: banner-ani 10s infinite linear
}

@-webkit-keyframes banner-ani {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  50% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes banner-ani {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  50% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.logo-area {
  background-color: #f6f6f6
}

.logo-area .col-lg-5 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20% !important
}

.logo-area .logo-item {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
}

.logo-area .logo-item img {
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin-bottom: 13px;
}

.logo-area .logo-item img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.offer-area {
  background-color: #f6f6f6
}

.offer-area .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto
}

.offer-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0
}

.offer-area .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 7px;
  background: #facbb1
}

.offer-area .owl-theme .owl-dots .owl-dot.active span {
  background: #fa5f0b;
  width: 25px
}

.offer-item {
  background-color: #f5f5f5;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd33;
  box-shadow: 0 0 20px 0 #dddddd33;
  margin-bottom: 30px;
  position: relative
}

.offer-item .offer-shape {
  position: absolute;
  left: 15px;
  bottom: 15px
}

.offer-item .offer-top {
  overflow: hidden;
}

.offer-item .offer-top img {
  -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
  animation: border-transform-default 10s linear infinite alternate forwards;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  border: 6px solid #fa5f0b;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block
}

.offer-item .offer-top i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px dotted #fa5f0b;
  color: #fa5f0b;
  font-size: 35px;
  margin-bottom: 15px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin-top: -60px
}

.offer-item .offer-bottom {
  padding: 0 15px;
}

.offer-item .offer-bottom h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.offer-item .offer-bottom h3 a {
  color: #282828
}

.offer-item .offer-bottom h5 {
  color: #999;
  font-size: 14px;
  padding: 6px 0 1px;
}

.offer-item .offer-bottom p {
  margin-bottom: 12px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.offer-item .offer-bottom .offer-link {
  display: inline-block;
  font-weight: 500;
  color: #fa5f0b;
  font-size: 14px
}

.offer-item .offer-bottom .offer-link i {
  display: inline-block;
  font-size: 17px;
  position: relative;
  top: 3px
}

.offer-item .offer-bottom .offer-link:hover {
  color: #282828
}

.offer-item:hover {
  background-color: #fa5f0b;
  transition: 0.2s;
}

.offer-item:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.2s;
}

.offer-item:hover h3,
.offer-item:hover h3 a,
.offer-item:hover h5,
.offer-item:hover p {
  color: #fff;
}

@-webkit-keyframes border-transform-default {

  0%,
  to {
    border-radius: 65% 86% 80% 69%/59% 55% 95% 89%
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

@keyframes border-transform-default {

  0%,
  to {
    border-radius: 65% 86% 80% 69%/59% 55% 95% 89%
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

.about-area-two {
  padding-bottom: 145px
}

.about-area-two .about-content .section-title {
  text-align: left
}

.about-area-two .about-content .counter-inner {
  margin-bottom: 20px
}

.about-area-two .about-content .counter-inner h3 {
  margin-bottom: 5px;
  font-size: 38px;
  color: #fa5f0b
}

.about-area-two .about-content .counter-inner h3 .odometer {
  font-family: Poppins, sans-serif
}

.about-area-two .about-content .counter-inner h3 .target {
  margin-left: -7px
}

.about-area-two .about-content .counter-inner p {
  font-weight: 500;
  color: #282828;
  margin-bottom: 0
}

.about-area-two .about-content .about-p {
  margin-bottom: 25px;
  padding-right: 110px
}

.about-area-two .about-content .cmn-btn {
  color: #fff;
  background-color: #fa5f0b
}

.about-area-two .about-img {
  position: relative
}

.about-area-two .about-img img:nth-child(1) {
  -webkit-animation: about-ani 10s linear infinite alternate forwards;
  animation: about-ani 10s linear infinite alternate forwards
}

.about-area-two .about-img img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: -100px
}

@-webkit-keyframes about-ani {

  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

@keyframes about-ani {

  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

.job-area {
  background-color: #020e1d;
  position: relative
}

.job-area .job-shape {
  position: absolute;
  right: 50px;
  top: 135px;
  -webkit-animation: benefit-shape 10s infinite linear;
  animation: benefit-shape 10s infinite linear
}

.job-area .container-fluid {
  padding-left: 0;
  padding-right: 0
}

.job-area .container-fluid .col-lg-6 {
  padding-left: 0;
  padding-right: 0
}

.job-area .job-img {
  background-image: url(/api/static/nbd/img/home-two/job1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.job-area .job-img img {
  display: none
}

.job-area .job-img .intro {
  height: 260px;
  padding: 190px 60px;
  color: #fff;
  font-size: 28px;
  line-height: 1.5em;
  float: left;
  text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.7);
}

.job-area .job-img .intro span {
  font-size: 54px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.job-area .job-content {
  padding: 75px 30px 45px 60px;
  max-width: 695px
}

.job-area .job-content .section-title {
  text-align: left;
  position: relative;
  z-index: 1
}

.job-area .job-content .section-title h2 {
  color: #fff
}

.job-area .job-content p {
  margin-bottom: 30px;
  color: #fff;
  z-index: 1;
  position: relative
}

.job-area .job-content ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.job-area .job-content ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #152130;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  max-width: 230px;
  padding: 10px 15px 15px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.job-area .job-content ul li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #fa5f0b;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  border-radius: 8px;
  z-index: -1
}

.job-area .job-content ul li i {
  display: inline-block;
  font-size: 24px;
  position: relative;
  top: 4px
}

.job-area .job-content ul li:hover:before {
  height: 100%
}

.foreign-area-two {
  /*background-image:url(/api/static/nbd/img/home-two/foreign-bg.jpg);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

/*.foreign-area-two:before{position:absolute;content:'';width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.8}*/
.foreign-area-two .container {
  position: relative;
  padding-top: 100px;
}

.foreign-area-two .section-title {
  max-width: 550px;
  position: relative;
  margin-left: auto;
  margin-right: auto
}

.foreign-area-two .foreign-item {
  margin-left: 0;
  margin-right: 0;
  background-color: #f5f5f5;
}

.benefit-area-two {
  background-image: unset
}

.benefit-area-two .benefit-shape {
  display: none
}

.benefit-area-two .container-fluid {
  padding-left: 0;
  padding-right: 0
}

.benefit-area-two .container-fluid .col-lg-7 {
  padding-left: 0;
  padding-right: 0
}

.benefit-area-two .container-fluid .col-lg-5 {
  padding-left: 0;
  padding-right: 0
}

.benefit-area-two .benefit-content {
  background-color: unset;
  padding: 0;
  max-width: 690px;
  margin-left: auto;
  top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 30px
}

.benefit-area-two .benefit-content .section-title h2 {
  color: #282828
}

.benefit-area-two .benefit-content p {
  color: #4e4e4e
}

.benefit-area-two .benefit-content .benefit-inner h4 {
  color: #282828;
  max-width: 295px;
}

.benefit-area-two .benefit-img {
  background-image: url(/api/static/nbd/img/home-two/benefit-main.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.benefit-area-two .benefit-img img {
  display: none;
  width: 100%
}

.social-area {
  padding-bottom: 160px
}

.social-area .col-lg-6 {
  padding-left: 0;
  padding-right: 0
}

.social-area .social-img {
  background-image: url(/api/static/nbd/img/home-two/social-main.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.social-area .social-img img {
  display: none;
  width: 100%
}

.social-area .social-content {
  background-color: #02111e;
  padding: 55px 40px 35px;
  position: relative;
  top: 60px;
  margin-left: -70px;
  margin-bottom: 0
}

.social-area .social-content .section-title {
  text-align: left;
  margin-bottom: 25px
}

.social-area .social-content .section-title h2 {
  color: #fff;
  font-size: 35px
}

.social-area .social-content p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  line-height: 1.7em
}

.social-area .social-content .cmn-btn {
  color: #fff;
  background-color: #fa5f0b
}

.book-area .row {
  background-color: #fa5f0b;
  overflow: hidden
}

.book-area .col-lg-6 {
  padding-left: 0;
  padding-right: 0
}

.book-area .book-img {
  background-image: url(/api/static/nbd/img/home-two/book-main.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.book-area .book-img img {
  display: none;
  width: 100%
}

.book-area .book-content {
  padding-top: 65px;
  padding-bottom: 70px;
  max-width: 525px;
  position: relative;
  padding-left: 10px
}

.book-area .book-content:before {
  position: absolute;
  content: "";
  bottom: 39px;
  left: -263px;
  border-left: 0 solid transparent;
  border-top: 224px solid #fa5f0b;
  border-right: 304px solid transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 1
}

.book-area .book-content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px
}

.book-area .book-content a {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 25px
}

.book-area .book-content a:hover {
  color: #fa5f0b;
  background-color: #fff
}

.header-top-area-two .header-top-item .header-left ul li i {
  color: #fa5f0b
}

.header-top-area-two .header-top-item .header-right ul li a {
  color: #fa5f0b;
}

.header-top-area-two .header-top-item .header-right ul li a:hover {
  color: #fff;
  background-color: #fa5f0b
}

.header-contact-area {
  padding-top: 20px;
  padding-bottom: 20px
}

.header-contact-area .logo a {
  display: block
}

.header-contact-area .side-nav {
  text-align: right
}

.header-contact-area .side-nav a {
  color: #fff;
  background-color: #fa5f0b;
  text-align: right
}

.header-contact-area .contact-item {
  text-align: center
}

.header-contact-area .contact-item ul {
  margin: 0;
  padding: 0
}

.header-contact-area .contact-item ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  text-align: left;
  margin-right: 10px
}

.header-contact-area .contact-item ul li:last-child {
  margin-right: 0
}

.header-contact-area .contact-item ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #fa5f0b;
  display: inline-block;
  font-size: 40px
}

.header-contact-area .contact-item ul li h4 {
  color: #4e4e4e;
  font-weight: 500;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  margin-bottom: 5px
}

.header-contact-area .contact-item ul li h4 a {
  display: inline-block;
  color: #4e4e4e
}

.header-contact-area .contact-item ul li h4 a:hover {
  color: #fa5f0b
}

.header-contact-area .contact-item ul li span {
  display: block;
  font-size: 12px;
  color: #4e4e4e
}

.nav-area-two .main-nav {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0
}

.nav-area-two .main-nav:before {
  display: none
}

.nav-area-two .main-nav .navbar-light {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fa5f0b;
  padding-right: 25px
}

.nav-area-two .main-nav .navbar-light:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 39px;
  height: 100%;
  width: 27%;
  border-top: 84px solid #fff;
  border-left: 120px solid transparent;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.nav-area-two .main-nav .navbar-light .nav-shape img {
  left: 0;
  right: unset;
  top: 0;
  max-width: 80%
}

.nav-area-two .main-nav .navbar-nav {
  margin-left: 25px !important
}

.nav-area-two .main-nav.menu-shrink {
  padding-top: 0;
  padding-bottom: 0
}

.nav-area-two .main-nav.menu-shrink .navbar-light {
  -webkit-box-shadow: 0 0 20px 0 #dddddd5e;
  box-shadow: 0 0 20px 0 #dddddd5e
}

.nav-area-two .main-nav.menu-shrink {
  -webkit-box-shadow: none;
  box-shadow: none
}

.side-nav-two .modal-btn {
  padding: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: -6px
}

.side-nav-two .modal-btn:hover span:nth-child(2) {
  width: 25px
}

.side-nav-two .modal-btn:hover span:nth-child(3) {
  width: 15px
}

.side-nav-two .modal-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #282828;
  margin-bottom: 5px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

#myModalRight {
  z-index: 99999
}

#myModalRight .close {
  top: 8px;
  position: relative
}

.modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: 100vh
}

.modal.modal-right.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal.modal-right .modal-content {
  height: 100vh;
  overflow-y: auto;
  border-radius: 0
}

.modal.modal-left .modal-dialog {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  margin: 0 auto 0 0
}

.modal.modal-right .modal-dialog {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  margin: 0 0 0 auto
}

.search-icon {
  font-size: 24px;
  position: relative;
  top: 3px;
  color: #282828;
  border: 0;
  outline: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  background-color: transparent;
  margin-right: 5px
}

.search-icon:hover {
  color: #fa5f0b
}

.search-toggle .search-icon.icon-close {
  display: none
}

.search-toggle.opened .search-icon.icon-search {
  display: none
}

.search-toggle.opened .search-icon.icon-close {
  display: block
}

.nav-srh {
  position: relative;
  display: inline-block;
  margin-right: 5px
}

.nav-srh .search-area {
  position: absolute;
  right: 8px;
  bottom: -105px;
  z-index: 5;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  max-height: 0;
  overflow: hidden;
  background-color: #fff
}

.nav-srh .search-area .search-icon {
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 28px;
  background-color: transparent;
  font-size: 20px;
  color: #515151;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.nav-srh .search-area .search-icon:hover {
  color: #fa5f0b
}

.nav-srh .search-area .src-input {
  outline: 0;
  padding-left: 20px;
  margin: 0;
  width: 300px;
  background-color: #dddddd80;
  border: 1px solid #ddd;
  font-size: 16px;
  height: 45px;
  border-radius: 0
}

.nav-srh .search-area.opened {
  max-height: 100px;
  padding: 20px 25px;
  -webkit-box-shadow: 0 0 15px #dddddd80;
  box-shadow: 0 0 15px #dddddd80
}

.modal-body {
  padding: 40px 30px 50px
}

.modal-body h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000
}

.modal-body p {
  color: #545555;
  font-size: 14px;
  margin-bottom: 20px
}

.modal-body .image-area {
  margin-bottom: 10px
}

.modal-body .image-area .col-lg-4 {
  padding-right: 5px;
  margin-right: -5px
}

.modal-body .image-area a {
  display: block;
  margin-bottom: 15px
}

.modal-body .image-area a img {
  width: 100%
}

.modal-body .modal-item {
  margin-bottom: 30px
}

.modal-body .social-area {
  text-align: center
}

.modal-body .social-area h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #000
}

.modal-body .social-area ul {
  margin: 0;
  padding: 0
}

.modal-body .social-area ul li {
  list-style-type: none;
  display: inline-block
}

.modal-body .social-area ul li a {
  display: block;
  color: #fa5f0b;
  border: 1px solid #fa5f0b;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
  text-align: center
}

.modal-body .social-area ul li a:hover {
  color: #fff;
  background-color: #fa5f0b
}

.banner-img-three {
  background-image: url(/api/static/nbd/img/home-three/banner-bg.jpg)
}

.banner-img-three .cmn-btn {
  color: #fff;
  background-color: #fa5f0b
}

.about-area-three .about-img-wrap .about-year h2 {
  color: #fa5f0b
}

.about-area-three .about-img-wrap .about-year h2 span {
  color: #02111e
}

.benefit-area-three {
  margin-top: 0;
  position: relative
}

.benefit-area-three .benefit-content {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  right: -45px;
  background-color: #fff;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 735px;
  padding-right: 60px
}

.benefit-area-three .benefit-img-two {
  background-image: url(/api/static/nbd/img/home-three/benefit-main.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.benefit-area-three .benefit-img-two img {
  display: none
}

.offer-area-two {
  background-color: #fff
}

.offer-area-two .section-title {
  margin-bottom: 25px
}

.offer-area-two .owl-theme {
  overflow: hidden;
}

.offer-area-two .offer-item {
  -webkit-box-shadow: 0 0 20px 0 #dddddd33;
  box-shadow: 0 0 20px 0 #dddddd33;
  width: 31.33%;
  margin-right: 3%;
  float: left;
}

.offer-area-two .offer-item:nth-child(3n) {
  margin-right: 0;
}

.offer-area-two .offer-item .offer-top {
  margin-bottom: 18px
}

.offer-area-two .offer-item .offer-top img {
  -webkit-animation: none;
  animation: none;
  border: none;
  width: 100%;
  max-width: 100%;
}

.job-area-two {
  background-color: #f6f6f6
}

.job-area-two .job-content .section-title h2 {
  color: #282828
}

.job-area-two .job-content p {
  color: #4e4e4e
}

.job-area-two .job-content ul li {
  color: #fa5f0b;
  background-color: #fff;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}

.job-area-two .job-content ul li:hover {
  color: #fff
}

.social-area-two {
  padding-bottom: 100px
}

.social-area-two .social-img {
  background-image: url(/api/static/nbd/img/home-three/social-main.jpg)
}

.social-area-two .social-content {
  top: 0;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 55px 110px 55px 40px
}

.logo-area-two {
  background-color: #fff
}

.page-title-area {
  background-image: url(/api/static/nbd/img/page-title-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 460px;
  background-attachment: fixed
}

.page-title-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #07092b;
  opacity: .9
}

.page-title-area .title-item {
  text-align: center;
  position: relative;
  margin-top: 65px
}

.page-title-area .title-item h2 {
  color: #fff;
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif
}

.page-title-area .title-item ul {
  margin: 0;
  padding: 0
}

.page-title-area .title-item ul li {
  list-style-type: none;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 16px
}

.page-title-area .title-item ul li a {
  display: inline-block;
  color: #fff
}

.page-title-area .title-item ul li a:hover {
  color: #fa5f0b
}

.page-title-area .title-item ul li span {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px
}

.job-area-three .job-img {
  background-image: url(/api/static/nbd/img/about-job-main.jpg)
}

.offer-area-three {
  background-color: #fff
}

.team-area-two {
  background-image: unset;
  background-color: #fff
}

.team-area-two .container {
  top: 0
}

.contact-area .contact-item {
  margin-bottom: 30px
}

.contact-area .contact-left h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600
}

.contact-area .contact-left p {
  margin: 0;
  font-size: 14px;
  margin-bottom: 25px
}

.contact-area .contact-left ul {
  margin: 0;
  padding: 0
}

.contact-area .contact-left ul li {
  list-style-type: none;
  display: block;
  color: #282828;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd69;
  padding-bottom: 20px
}

.contact-area .contact-left ul li:last-child {
  margin-bottom: 0
}

.contact-area .contact-left ul li i {
  font-size: 21px;
  color: #282828;
  margin-right: 5px;
  position: relative;
  bottom: -5px
}

.contact-area .contact-left ul li a {
  display: inline-block;
  color: #282828
}

.contact-area .contact-left ul li a:hover {
  color: #fa5f0b
}

.contact-area .contact-right h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600
}

.contact-area .contact-right .form-group {
  margin-bottom: 25px
}

.contact-area .contact-right .form-group .form-control {
  border: 1px solid #fa5f0b;
  border-radius: 0;
  height: 50px;
  padding-left: 25px;
  font-size: 14px
}

.contact-area .contact-right .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #282828
}

.contact-area .contact-right .form-group textarea {
  height: auto !important;
  padding-top: 15px
}

.contact-area .contact-right .form-group ::-webkit-input-placeholder {
  color: #282828
}

.contact-area .contact-right .form-group :-ms-input-placeholder {
  color: #282828
}

.contact-area .contact-right .form-group ::-ms-input-placeholder {
  color: #282828
}

.contact-area .contact-right .form-group ::placeholder {
  color: #282828
}

.contact-area .contact-right .form-group .list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px
}

.contact-area .contact-right .contact-btn {
  background-color: #fa5f0b;
  color: #fff;
  width: 100%;
  border-radius: 0;
  padding: 12px 0;
  text-transform: uppercase;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 1;
  font-weight: 600
}

.contact-area .contact-right .contact-btn:hover {
  background-color: #282828
}

.contact-area .contact-right .text-danger {
  font-size: 20px;
  margin-top: 12px;
  color: #dc3545
}

.contact-area .contact-right .text-success {
  font-size: 20px;
  margin-top: 12px;
  color: #28a745
}

.map-area #map {
  width: 100%;
  height: 450px;
  display: block;
  border: 0
}

.error-item {
  height: 600px;
  text-align: center
}

.error-item h1 {
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #282828
}

.error-item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  color: #282828
}

.error-item p i {
  display: inline-block
}

.error-item span {
  display: block;
  color: #646464
}

.error-item a {
  display: inline-block;
  color: #fff;
  background-color: #fa5f0b;
  padding: 20px 45px;
  margin-top: 70px;
  font-size: 18px
}

.error-item a:hover {
  background-color: #000
}

.coming-item {
  height: 100vh;
  text-align: center
}

.coming-item h1 {
  font-size: 75px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px
}

.coming-item p {
  margin-bottom: 40px;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto
}

.coming-item .coming-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px
}

.coming-item .coming-wrap .coming-inner {
  text-align: center;
  background-color: #efefef;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 30px
}

.coming-item .coming-wrap .coming-inner h3 {
  font-size: 40px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 0
}

.coming-item .coming-wrap .coming-inner p {
  font-size: 16px;
  margin-bottom: 0
}

.coming-item ul {
  margin: 0;
  padding: 0
}

.coming-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px
}

.coming-item ul li a {
  display: block;
  color: #fff;
  background-color: #fa5f0b;
  width: 35px;
  height: 35px;
  line-height: 39px;
  border-radius: 50%;
  font-size: 16px
}

.coming-item ul li a:hover {
  background-color: #282828
}

.privacy-area {
  padding-bottom: 50px
}

.privacy-item {
  margin-bottom: 70px
}

.privacy-item h2 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: Roboto, sans-serif
}

.privacy-item p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 2em;
  font-family: "Microsoft Yahei", "宋体";
}

.privacy-item ul {
  margin: 0;
  padding: 0
}

.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px
}

.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px
}

.privacy-item ul li:last-child {
  margin-bottom: 0
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fa5f0b
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0)
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0)
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

#toTop {
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10
}

.back-to-top-btn i {
  background: #fa5f0b;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin-right: 28px;
  -webkit-box-shadow: 0 0 14px 0 #fa5f0b;
  box-shadow: 0 0 14px 0 #fa5f0b
}

.back-to-top-btn i:hover {
  background: #282828;
  color: #fff;
  -webkit-box-shadow: 0 0 14px 0 #282828;
  box-shadow: 0 0 14px 0 #282828
}


/**表格**/
.data-table {
  overflow: hidden;
}

.data-table .table {
  width: 100%;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

.data-table .bgColor {
  background-color: #fa5f0b;
  color: #fff;
}

.data-table .lightColor {
  background-color: #f2dddc;
}

.data-table .deepColor {
  background-color: #fac090;
}

.data-table .fontRed {
  color: #f00
}

.data-table th {
  height: 40px;
  font-size: 16px;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  line-height: 40px;
  text-align: center;
}

.data-table td {
  height: 36px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  color: #333;
  line-height: 36px;
  text-align: center;
}

.data-table th:last-child,
.data-table td:last-child {
  border-right: 0;
}

.data-table th.center {
  text-align: center;
}

.data-table .buyBtn {
  background-color: #fa5f0b;
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 4px;
}

.data-table span {
  padding-right: 10px;
  font-size: 20px;
  font-weight: bold;
}

.data-table .redfont {
  padding-right: 10px;
  color: #FB1B37;
  font-size: 20px;
  font-weight: bold;
}

.data-table .describe {
  padding-top: 15px;
}

.custom-table {
  overflow: hidden;
  padding: 70px 100px 0;
}

.custom-table .title {
  padding-bottom: 30px;
  font-size: 20px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-table .table {
  width: 100%;
  border: 1px solid #666;
  margin: 0;
  padding: 0;
}

.custom-table th {
  height: 36px;
  background-color: #fa5f0b;
  color: #fff;
  font-size: 18px;
  padding: 0 3px;
  border-right: 1px solid #333;
  line-height: 36px;
  text-align: center;
}

.custom-table td {
  height: 32px;
  border-top: 1px solid #666;
  font-size: 16px;
  padding-top: 0;
  padding-right: 3px;
  padding-left: 8px;
  padding-bottom: 0;
  border-right: 1px solid #333;
  color: #333;
  line-height: 32px;
  text-align: left;
}

.custom-table .td2 {
  height: 32px;
  border-top: 1px solid #666;
  font-size: 16px;
  padding: 0 3px;
  border-right: 1px solid #333;
  color: #333;
  line-height: 32px;
  text-align: center;
}

.custom-table .td3 {
  height: 32px;
  border-top: 1px solid #666;
  font-size: 16px;
  padding: 0 3px;
  border-right: 1px solid #333;
  color: green;
  line-height: 32px;
  text-align: center;
}

.custom-table .td4 {
  height: 32px;
  border-top: 1px solid #666;
  font-size: 16px;
  padding: 0 3px;
  border-right: 1px solid #333;
  color: blue;
  line-height: 32px;
  text-align: center;
}

.custom-table th:last-child,
.custom-table td:last-child {
  border-right: 0;
}

.partner-area .ecode {
  text-align: center;
}

.partner-area .ecode img {
  width: 110px;
  height: 110px;
}

.partner-area .ecode p {
  font-size: 16px;
  color: #fff;
  padding-top: 8px;
  line-height: 1em;
  margin-bottom: 0;
}

.custom-table .buyBtn {
  background-color: #fa5f0b;
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 4px;
}


/***************支付***************/
.payment-ser {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}

.payment-ser .serItem {
  width: 216px;
  display: flex;
  border: 1px solid #ececec;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.payment-ser .serItem.cur {
  border-color: #fa5f0b;
}

.payment-ser .serItem.cur:after {
  width: 30px;
  height: 30px;
  content: '';
  background: url(/api/static/nbd/img/select.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0
}

.payment-ser .serItem .serImage {
  width: 216px;
  height: 98px;
  background-image: url(/api/static/nbd/img/enterprise-newui.png);
  background-repeat: no-repeat;
  text-align: center;
  line-height: 82px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.payment-ser .serItem:nth-child(1) .serImage {
  background-position: -226px 0;
}

.payment-ser .serItem:nth-child(2) .serImage {
  background-position: -452px 0;
}

.payment-ser .serItem:nth-child(3) .serImage {
  background-position: -678px 0;
}

.payment-ser .serItem:nth-child(4) .serImage {
  background-position: -904px 0;
}

.payment-ser .serItem .serIntro {
  text-align: center;
  font-size: 15px;
  color: #666;
  line-height: 1.8em;
  padding: 25px 15px 30px;
}

.payment-year {
  padding-bottom: 70px;
  overflow: hidden;
}

.payment-year h2 {
  padding-bottom: 15px;
  color: #222;
}

.payment-year h2 span {
  font-size: 18px;
  padding-left: 10px;
  color: #888
}

.payment-year .yearCon {
  display: flex;
}

.payment-year .yearItem {
  /*width: 23%;*/
  padding: 25px 20px 0;
  margin-right: 15px;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #ececec;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.payment-year .yearItem.cur {
  border-color: #fa5f0b;
}

.payment-year .yearItem.cur:after {
  width: 30px;
  height: 30px;
  content: '';
  background: url(/api/static/nbd/img/select.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0
}

.payment-year p {
  line-height: 1em;
}

.payment-year .yearItem .tit1 {
  font-size: 18px;
  color: #999;
  padding-bottom: 10px;
}

.payment-year .yearItem .tit2 {
  font-size: 16px;
  color: #888;
  line-height: 36px;
}

.payment-year .yearItem .tit2 span {
  color: #fa5f0b;
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
}

.payment-year .yearItem .tit2 del {
  color: #999;
  text-decoration: line-through;
  padding-left: 10px;
}

.payment-year .yearItem .tit3 {
  line-height: 36px;
  border-top: 1px solid #ececec;
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
}

.payment-note {
  padding-bottom: 70px;
  overflow: hidden;
}

.payment-note h2 {
  color: #222;
}

.payment-note .noteCon {
  font-size: 16px;
  color: #666;
  padding: 15px 0;
  line-height: 1.7em;
}

.payment-note .noteCon span {
  padding: 0 5px;
  color: #fa5f0b;
}

.payment-note .noteCon em {
  padding: 0 5px;
  color: #333;
  font-weight: bold;
  font-style: normal;
}

.payment-type {
  padding-bottom: 70px;
  overflow: hidden;
}

.payment-type h2 {
  padding-bottom: 22px;
  color: #222;
}

.typeMoney {
  font-size: 18px;
  color: #999;
  padding-bottom: 15px;
}

.typeMoney span {
  color: #fa5f0b;
  font-weight: bold;
}

.payment-type .typeCon {
  display: flex;
}

.payment-type .typeCon .typeItem {
  width: 200px;
  border: 1px solid #ececec;
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.payment-type .typeCon .typeItem.cur {
  border-color: #fa5f0b;
}

.payment-type .typeCon .typeItem.cur:after {
  width: 30px;
  height: 30px;
  content: '';
  background: url(/api/static/nbd/img/select.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0
}

.payment-type .typeCon .typeItem img {
  width: 100%;
}

.payment-type .payBtn {
  width: 160px;
  height: 46px;
  border: 0;
  background-color: #fa5f0b;
  border-radius: 2px;
  color: #fff;
  margin-top: 36px;
  border-radius: 4px;
}

.payment-contact {
  overflow: hidden
}

.payment-contact h2 {
  padding-bottom: 22px;
  color: #222;
}

.contactCon {
  display: flex;
  justify-content: space-between;
}

.contactLeft {
  line-height: 2.2em;
}

.contactRight {
  text-align: center;
  font-size: 14px;
}

.contactRight img {
  width: 180px;
  height: 180px;
}


.page-title-area .searchBox {
  width: 100%;
  padding-top: 10px;
  position: absolute;
  z-index: 999;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-title-area .searchBox h2 {
  color: #fff;
  position: relative;
  top: -30px
}

.page-title-area .searchBox .search-area {
  width: 900px;
  display: flex;
  justify-content: center;
}

.page-title-area .searchBox .searchSelect {
  height: 40px;
  background: #fff;
  position: relative;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0px 15px 0 15px;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}

.page-title-area .searchBox .searchSelect::before {
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  content: 'ˇ';
  font-size: 20px;
  color: #333;
  z-index: 99;
}

.page-title-area .searchBox .searchInput {
  width: 680px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0 10px;
  margin-right: 10px;
}

.page-title-area .searchBox .searchBtn {
  width: 100px;
  height: 40px;
  border: 0;
  background-color: #fa5f0b;
  border-radius: 2px;
  color: #fff;
}

.page-title-area .searchBox .searchText {
  width: 290px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0 10px;
  margin-right: 10px;
}

.page-title-area .searchBox label {
  color: rgba(255, 255, 255, 0.7);
}

.input-box {
  padding-right: 20px
}

.hotSearch {
  width: 900px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  line-height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7)
}

.hotSearch a {
  margin-right: 10px;
  color: #fff
}


.side {
  position: fixed;
  width: 78px;
  right: 0;
  top: 50%;
  margin-top: -100px;
  z-index: 1000;
  border-bottom: 0
}

.side ul li {
  width: 78px;
  height: 70px;
  border-radius: 2px;
  float: left;
  position: relative;
  background-color: #f09900;
  margin-bottom: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  transition: all .3s;
  cursor: pointer
}

.side ul li:hover {
  background: #00b5ff;
}

.side ul li a {
  color: #fff
}

.side ul li i {
  height: 25px;
  margin-bottom: 1px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 25px;
  margin-top: 12px;
  transition: all .3s
}

.side ul li i.bgs1 {
  background-image: url(/api/static/nbd/img/right_pic1_on.png)
}

.side ul li i.bgs2 {
  background-image: url(/api/static/nbd/img/right_pic2_on.png)
}

.side ul li i.bgs3 {
  background-image: url(/api/static/nbd/img/right_pic3_on.png)
}

.side ul li i.bgs4 {
  background-image: url(/api/static/nbd/img/right_pic4_on.png)
}

.side ul li i.bgs5 {
  background-image: url(/api/static/nbd/img/right_pic5_on.png)
}

.side ul li .sidebox {
  position: absolute;
  width: 78px;
  height: 78px;
  top: 0;
  right: 0;
  transition: all .3s;
  overflow: hidden
}

.side ul li.sideewm .ewBox.son {
  width: 238px;
  display: none;
  color: #363636;
  text-align: center;
  padding-top: 235px;
  position: absolute;
  left: -240px;
  top: 0;
  background-image: url(/api/static/nbd/en/img/nbd.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #e0e0e0
}


.side ul li.sideetel .telBox.son {
  width: 185px;
  height: 92px;
  display: none;
  color: #333;
  text-align: left;
  position: absolute;
  right: 80px;
  top: 0;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
}

.side ul li.sideetel .telBox dd {
  display: block;
  height: 118.5px;
  overflow: hidden;
  padding: 10px 20px;
  line-height: 24px;
  font-size: 18px;
}

.side ul li.sideetel .telBox dd span {
  display: block;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  font-size: 16px;
  color: #0768d3;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 7px;
}

.side ul li:hover .son {
  display: block !important;
  animation: fadein 1s
}


/*分页*/
.pagination {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  overflow: hidden;
}

.pagination li {
  padding: 3px 10px;
  background-color: #f1f1f1;
  border-radius: 4px;
  margin: 0 5px;
}

.pagination li.active {
  background: #fa5f0b;
  color: #fff;
}

.pagination li.active a {
  color: #fff
}


/*globalTrade*/
.globalTrade {
  padding: 60px 0;
  overflow: hidden;
}

.globalTrade .container {
  display: flex;
  justify-content: space-between;
}

.globalTrade .left {
  width: 74%;
}

.globalTrade .right {
  width: 23%;
}

.globalTrade .right .menuItem {
  margin-bottom: 20px;
  overflow: hidden;
}

.globalTrade .right .menuItem .title {
  width: 100%;
  height: 72px;
  cursor: pointer;
  background-color: #071320;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.globalTrade .right .menuItem .menuCon {
  overflow: hidden;
  display: none;
  padding: 0 10px;
}

.globalTrade .right .menuItem .menuCon ul li {
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
}

.globalTrade .right .menuItem .menuCon ul li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.globalTrade .right .menuItem.cur .title {
  background-color: #fa5f0b;
}

.globalTrade .right .menuItem.cur .menuCon {
  display: block;
}

.globalTrade .gobalItem {
  overflow: hidden;
  padding: 20px;
  background-color: #f8f8f8;
  margin-top: 20px;
}

.globalTrade .gobalItem:hover {
  background-color: #f1f1f1;
}

.globalTrade .gobalItem .title {
  font-size: 20px;
  color: #fa5f0b;
  padding-bottom: 13px;
}

.globalTrade .gobalItem p {
  margin-bottom: 3px;
  color: #666;
}

.globalTrade .gobalItem p span {
  padding-right: 20px;
}

/* .apply-area .left ul li.cur{background-color: #fa5f0b;} */


@keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}


@media (max-width: 768px) {
  .container {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .searchArea {
    flex-direction: column;
    align-items: center;
  }

  .searchArea .searchBox {
    width: 100%;
  }

  .searchArea .searchBox .searchLeft {
    width: 80%;
  }

  .searchArea .searchBox .searchRight {
    width: 20%;
  }

  .searchArea .searchBox .searchBtn {
    width: 100%;
  }

  .searchArea .searchBox .searchLeft .searchTit li {
    font-size: 12px;
    padding: 6px 5px;
  }

  .searchArea .searchBox .searchLeft .searchCon .searchInput {
    width: 100%;
  }

  .searchArea .searchBox .searchLeft .searchCon p {
    font-size: 14px;
  }

  .page-title-area .searchBox h2 {
    font-size: 20px;
  }

  .input-box {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }

  .page-title-area .searchBox label {
    width: 90px;
    flex-shrink: 0;
  }

  .page-title-area .searchBox .searchText {
    flex-shrink: 0;
    margin-right: 10px;
  }

  .about-area .about-img-wrap {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .apply-area .container {
    flex-direction: column;
  }

  .apply-area .left {
    width: 100%;
    margin-bottom: 30px;
  }

  .apply-area .left ul li {
    width: 48%;
    height: 46px;
    float: left;
    font-size: 16px;
  }

  .apply-area .left ul li:nth-child(2n) {
    float: right;
  }

  .apply-area .center {
    width: 100%;
    margin-bottom: 20px;
  }

  .apply-area .center ul li {
    justify-content: space-between;
    height: 92px;
  }

  .apply-area .center ul li img {
    width: 35%;
    height: 92px;
    margin-right: 0;
  }

  .apply-area .center ul li .text {
    width: 60%
  }

  .apply-area .center ul li .text .tit1 {
    font-size: 18px;
  }

  .apply-area .center ul li .text .tit2 {
    font-size: 13px;
    margin: 10px 0;
  }

  .apply-area .center ul li .text .tit3 {
    font-size: 12px;
  }

  .apply-area .right {
    width: 100%;
  }

  .apply-area .right ul {
    display: flex;
    justify-content: space-between;
  }

  .apply-area .right ul li {
    width: 48%;
    height: auto;
  }

  .footer-item .footer-service ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer-item .footer-service ul li {
    width: 48%;
    flex-shrink: 0
  }

  .footer-item .footer-touch ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer-item .footer-touch ul li {
    width: 48%;
    flex-shrink: 0
  }

  .custom-table {
    padding: 50px 10px 0;
    overflow-x: auto;
  }

  .custom-table .table {
    width: 1500px;
  }

  .partner-area .partner-wrap .partner-content {
    padding: 0 20px;
  }

  .job-area .job-content ul li {
    font-size: 15px;
  }

  .job-area .job-img .intro {
    padding: 60px 20px;
    font-size: 14px;
  }

  .job-area .job-img .intro span {
    font-size: 24px;
  }

  #owl-demo {
    padding: 0 !important;
  }

  .benefit-area-two {
    padding-bottom: 50px !important;
  }

  .applyRight {
    width: 600px;
    overflow-x: auto;
  }

  .applyRight img {
    width: 100%;
    height: 220px;
  }

  .page-title-area .searchBox {
    top: -50px
  }

  .page-title-area .searchBox .search-area {
    width: 92%;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .page-title-area .searchBox .search-area .searchSelect {
    width: 48%;
    flex-shrink: 0;
    margin-right: 0;
  }

  .page-title-area .searchBox .searchInput {
    width: 100%;
    margin: 10px 0;
  }

  .page-title-area .searchBox .searchBtn {
    width: 100%;
  }

  .partner-area .col-lg-3 {
    margin-bottom: 30px;
  }

  .offer-area-two .offer-item {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .data-table th {
    font-size: 14px;
  }

  .data-table td {
    padding: 0 3px;
  }

  .data-table .buyBtn {
    padding: 3px 2px;
  }

  .book-area .book-content {
    padding-bottom: 30px !important;
  }
}


/*登录注册弹出框*/
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1100;
}

.loginArea {
  width: 350px;
  height: 430px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -215px;
  margin-left: -175px;
  padding: 35px 30px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
}

.loginArea .logo {
  text-align: center;
  margin-bottom: 25px;
}

.loginArea .logo img {
  height: 48px;
  width: auto;
}

.loginArea .loginTit {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}

.loginArea .loginTit span {
  font-size: 16px;
  color: #333;
  padding: 5px 2px;
  margin: 0 10px;
  border-bottom: 2px solid #fff;
  font-weight: 500;
  cursor: pointer;
}

.loginArea .loginTit span.cur {
  border-color: #fa5f0b;
  color: #fa5f0b;
}

.loginArea .loginCon {
  padding-bottom: 20px;
  width: 100%;
}

.loginArea .loginCon .loginInput {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  margin-top: 15px;
  font-size: 12px;
  border: 1px solid #ececec;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loginArea .loginCon .loginInput input {
  border: 0;
  width: 100%;
  height: 100%;
}

.loginArea .loginCon .loginInput input:focus {
  border: 0;
  background: none;
  box-shadow: 0;
  outline: none;
}

.loginArea .loginCon .loginInput span {
  color: #fa5f0b;
  padding-left: 10px;
  border-left: 1px solid #eee;
}

.loginArea .loginButton {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #fa5f0b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  margin-top: 25px;
  cursor: pointer;
}

.loginArea .note {
  font-size: 12px;
  color: #999;
  padding-top: 10px;
  text-align: center;
}

.loginArea .note a {
  color: #0768d3;
}

.loginArea .loginOpa {
  font-size: 12px;
  height: 24px;
  text-align: right;
  color: #00b5ff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loginArea .loginOpa .left {
  display: flex;
  align-items: center;
  height: 24px;
}

.loginArea .loginOpa .left label {
  padding-left: 5px;
  margin-bottom: 0;
  color: #999;
}

.loginArea .loginOpa a {
  color: #0768d3;
}

.loginArea .loginItem {
  display: none;
}

.loginArea .loginItem.cur {
  display: block;
}

.loginArea .close {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 30px;
  color: #999;
}

#registerArea {
  height: 520px;
  margin-top: -260px;
}


/*会员中心*/
.memberTop {
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.memberTop .wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.memberTop .left {
  display: flex;
}

.memberTop .left span {
  font-size: 18px;
  color: #666;
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-left: 10px;
  position: relative;
  top: 5px
}

.memberTop .right {
  display: flex;
  height: 100%;
  align-items: center;
}

.memberTop .right a {
  width: 100px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #fa5f0b;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fa5f0b;
}

.memberTop .right a:hover {
  background-color: #fa5f0b;
  color: #fff;
}

.memberInfo {
  width: 100%;
  height: 460px;
  background: url(../api/static/nbd/img/default_top_cover_img.png) no-repeat;
  background-size: 100% 240px;
  box-shadow: 0 3px 5px rgba(155, 155, 155, 0.1);
}

.memberInfo .memberPer {
  padding-top: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.memberInfo .memberPer .headImg {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #ececec;
  overflow: hidden;
}

.memberInfo .memberPer .headImg img {
  width: 100%;
  height: 100%;
}

.memberInfo .memberPer .headName {
  font-size: 20px;
  color: #333;
  padding-top: 10px;
}

.memberInfo .memberPer .headIntro {
  display: flex;
  justify-content: center;
}

.memberInfo .memberPer .headIntro p {
  font-size: 14px;
  margin: 0 10px;
  color: #999;
}

.memberInfo .memberPer .headbutton {
  display: flex;
  justify-content: center;
}

.memberInfo .memberPer .headbutton .opaBtn {
  width: 120px;
  height: 40px;
  margin: 28px 10px;
  background-color: #f2dddc;
  border: 1px solid #fa5f0b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fa5f0b;
  border-radius: 4px;
}

.memberInfo .memberPer .headbutton .opaBtn:last-child {
  background-color: #fa5f0b;
  color: #fff;
}

.memberTable {
  width: 1200px;
  margin: 30px auto 60px;
}

.memberTable .kpArea {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  position: relative;
}

.memberTable .kpArea .kpBtn {
  cursor: pointer;
  color: #fa5f0b;
  text-decoration: underline;
}

.memberTable .kpArea .kpBtn span {
  font-size: 12px;
  padding-left: 5px;
}

.memberTable .kpArea .erweima {
  width: 150px;
  height: 174px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ececec;
  z-index: 999;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 90px;
  font-size: 14px;
  color: #666;
  display: none;
}

.memberTable .kpArea .erweima img {
  width: 130px;
  height: 130px;
}

.memberTable .table {
  width: 100%;
  border: 1px solid #666;
  margin: 0;
  padding: 0;
}

.memberTable th {
  height: 44px;
  background-color: #fa5f0b;
  color: #fff;
  font-size: 14px;
  padding: 0 3px;
  border-right: 1px solid #333;
  line-height: 44px;
  text-align: center;
}

.memberTable td {
  height: 40px;
  border-top: 1px solid #666;
  font-size: 12px;
  padding: 0 3px;
  border-right: 1px solid #333;
  color: #333;
  line-height: 40px;
  text-align: center;
}

.memberTable th:last-child, .memberTable td:last-child {
  border-right: 0;
}

.memberTable td .price {
  color: #fa5f0b;
  font-weight: 600;
}

@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
