@charset "UTF-8";
/*all*/
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff2") format("woff2"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swiper-button-next,
.swiper-button-prev {
  outline: 0 !important;
}

/*color*/
.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 0.875rem;
}

.f-18 {
  font-size: 1.125rem;
}

.f-24 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .f-24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

/*字体自适应*/
h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
}

.display-1 {
  font-size: 6rem;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

.c-violet {
  color: #3b309f;
}

.c-fff {
  color: #fff;
}

.c-blue {
  color: #0b60a9;
}

.c-blue-2 {
  color: #2e9bd3;
}

.c-333 {
  color: #333;
}

.c-666 {
  color: #666;
}

.c-999 {
  color: #999;
}

.line-height2 {
  line-height: 2;
}

.bg-violet {
  background-color: #3b309f;
}

.bg-f8f8f8 {
  background-color: #f8f8f8;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  color: #0b60a9;
}

body {
  font-size: 16px;
  font-size: 1rem;
}

.container1200 {
  width: 1200px;
  max-width: 100%;
}

/*header*/
.header-top {
  position: relative;
  z-index: 1051;
  background-color: #0b60a9;
  color: #bfd7eb;
}
.header-top a {
  color: #bfd7eb;
}
.header-top a:hover {
  color: #fff;
}
.header-top a.reg-btn {
  background-color: #eb7424;
}
.header-top a.reg-btn:hover {
  background-color: #da6a20;
}
.header-top a.btn-link {
  line-height: 50px;
}
.header-top .dropdown a {
  font-size: 0.875rem;
}

.header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: static;
  width: 100%;
  z-index: 1010;
  background: transparent;
}

.header-sticky {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  border-bottom: 1px solid rgba(233, 246, 242, 0.25);
}

body.No-fixed .header {
  position: relative;
  background: #101010;
}

body.No-fixed .header .navbar {
  min-height: auto;
}

body.No-fixed .footer-top {
  display: none;
}

.header .navbar {
  min-height: 5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.headroom--top .navbar {
  min-height: 8rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.headroom--not-top .navbar {
  min-height: 5rem;
}

.headroom--not-top .header-sticky {
  position: fixed !important;
  top: 0;
}

.headroom--not-top .header-color {
  background: #fff;
}

.navbar-light .navbar-brand {
  color: #ffffff;
}

.navbar-light .header-text {
  color: #0b60a9;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .navbar-light .header-text {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.navbar-light .header-text span:first-child {
  width: 50px;
  height: 50px;
  border: 1px solid #0e76d0;
  display: flex;
  vertical-align: middle;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	font-weight: bold;
    font-size: 18px;
    color: #666;
    border-bottom: 3px solid transparent;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #0b60a9;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active ,
.navbar-light .navbar-nav .nav-link:hover{
  color: #0b60a9;
  border-bottom: 3px solid #0b60a9;
}

.dropdown-menu {
  background-color: #fff;
  display: block;
  width: auto;
  padding: 5px 0px;
  position: absolute;
  left: 0;
  top: 130%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
  min-width: 100%;
  border: 0;
  border-radius: 0;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover {
  background-color: #0b60a9;
  color: #fff;
}

.navbar-light .navbar-nav > li:hover > .dropdown-menu,
.dropdown:hover > .dropdown-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
  border: 0 !important;
  outline: 0 !important;
}

.dropdown-toggle::after {
  border: 0;
  content: "";
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  vertical-align: bottom;
}

@media (min-width: 1200px) {
  .navbar-light .navbar-nav {
    width: calc(87% - 51px);
    justify-content: space-between;
    margin-left: 0%;
    margin-right: 1%;
  }

  .navbar-light .header-text {
    width: 250px;
  }
}
@media (max-width: 1199.98px) {
  .header .navbar {
    min-height: auto;
  }

  .navbar-light .navbar-nav a {
    font-size: 15px !important;
  }
}
@media (max-width: 991.98px) {
  .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    top: 100%;
    height: 0;
    background-color: rgba(140, 196, 47, 0.43);
  }

  .dropdown-menu .dropdown-item {
    color: #fff;
  }

  .dropdown-menu.dropdown-menu_active {
    height: auto;
    display: block;
  }

  .navbar-light .navbar-nav a {
    font-size: 15px !important;
  }

  .navbar-light .header-text {
    padding: 15px 0;
  }
}
@media (max-width: 767.98px) {
  .navbar-light .navbar-brand img {
    height: 50px;
  }

  .header-top-right {
    display: none;
  }

  .header-top a.reg-btn {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .city-dropdown {
    display: none;
  }
}
/*底部*/
.footer {
  background-color: #e8e8e8;
}
.footer .divider {
  width: 19px;
  height: 2px;
  background-color: #0b60a9;
}
.footer-copyright {
  background-color: #0b60a9;
}
.footer-content {
  background: url("../images/footer_bg.png") no-repeat center;
}
.footer-content-top {
  border-bottom: 1px solid #b5b5b5;
}
.footer-content-bottom .f-phone {
  color: #2e9bd3;
  width: 3rem;
  height: 3rem;
  border: 1px solid #2e9bd3;
  border-radius: 100%;
  display: flex;
}
.footer-content-bottom .f-phone .iconfont {
  font-size: 1.5rem;
  margin: auto;
}
@media (max-width: 1200px) {
  .footer-content-bottom .f-phone .iconfont {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.footer-content-bottom .h2 {
  color: #eb7424;
}
.footer-content-bottom .info-p {
  color: #757676;
}
.footer-content-bottom ul a {
  font-size: 0.875rem;
  color: #555;
  line-height: 2.2;
}
.footer-content-bottom ul a:hover {
  color: #0b60a9;
}
.footer-content-bottom .code-img {
  position: relative;
}
.footer-content-bottom .code-img:before, .footer-content-bottom .code-img:after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #b5b5b5;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-content-bottom .code-img:after {
  right: 0;
  left: auto;
}
.footer-content-bottom .code-img p {
  color: #8f8f8f;
}
.footer .btn-link {
  background-color: #2e9bd3;
  transition: 0.4s all ease-in-out;
}
.footer .btn-link:hover {
  box-shadow: 3px 6px 4px #b9b9b9;
}

@media (max-width: 1024px) {
  .footer-content-bottom .code-img img {
    width: 120px;
  }

  .footer-content-bottom .code-img:before, .footer-content-bottom .code-img:after {
    display: none;
  }

  .footer .f-logo {
    max-width: 50px;
  }

  .hidden-lg {
    display: none !important;
  }
}
#side-img {
  position: fixed;
  right: 0;
  bottom: 8%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 1;
  z-index: 1011;
  display: none;
}

/*banner*/
.banner {
  overflow: hidden;
}
.banner .banner-img {
  width: 100%;
  min-width: 1280px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.banner .banner-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}
.banner .lead {
  animation-delay: 0.2s;
}
.banner h1 {
  animation-delay: 0.4s;
}
.banner .lead-2 {
  animation-delay: 0.4s;
}
@media (max-width: 1024px) {
  .banner.banner-feedback .banner-content {
    position: relative !important;
    transform: none;
    left: 0;
    top: 0;
  }
}
.banner .btn-link {
  border: 1px solid #3b309f;
}
.banner .btn-link:hover {
  background-color: transparent;
  color: #3b309f;
}
@media (max-width: 575.98px) {
  .banner h1 {
    font-size: 27px;
  }
  .banner .lead-2 {
    font-size: 20px;
  }
  .banner .lead {
    font-size: 16px;
  }
}
/*首页内容*/
h2.h2title {
  color: #2e9bd3;
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h2.h2title {
    font-size: calc(1.3rem + 0.6vw);
  }
}
h2.h2title .lead {
  color: #afafaf;
}
h2.h2title:after {
  content: "";
  display: block;
  margin: 1.5rem auto 0;
  width: 24px;
  height: 2px;
  background-color: #2e9bd3;
}
h2.h2title.title-bg {
  background: url("../images/title_bg.png") no-repeat center;
}

.choose-index .btn-link, .case .btn-link, .news-index .btn-link {
  border: 1px solid #2e9bd3;
  color: #2e9bd3;
  font-size: 12px;
}

.choose-index .choose-item {
  transition: 0.5s all ease-in-out;
  width: 25%;
}
.choose-index .choose-item * {
  transition: 0.5s all ease-in-out;
}
.choose-index .choose-item .card {
  padding: 3rem 1.5rem;
  border-radius: 0;
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.choose-index .choose-item .card-img-top {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #2e9bd3;
  display: flex;
}
.choose-index .choose-item .card-img-top svg {
  margin: auto;
}
.choose-index .choose-item .card h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.choose-index .choose-item .card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.choose-index .choose-item .card:before {
  content: "";
  width: 0;
  height: 5px;
  background-color: #2e9bd3;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}
@media (min-width: 1024px) {
  .choose-index .choose-item:hover {
    width: 38%;
  }
  .choose-index .choose-item:hover svg path {
    fill: #fff;
  }
  .choose-index .choose-item:hover .card {
    padding: 3rem;
   
    height: 108%;
    transform: translateY(-4%);
    box-shadow: 0 7px 11px 0px #9a9a9a;
  	background-size: cover;
  }
  .choose-index .choose-item:hover .card h5, .choose-index .choose-item:hover .card p {
    color: #fff;
  }
  .choose-index .choose-item:hover .card:before {
    width: 100%;
  }
  .choose-index .choose-item:hover .card-img-top {
    background-color: #2e9bd3;
  }
  .choose-index .choose-item:hover .btn-link {
    background-color: #2e9bd3;
    color: #fff;
  }
}

@media (max-width: 1023.98px) {
  .choose-index .choose-item .card h5 {
    font-size: 16px;
  }

  .choose-index .choose-item .card p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .choose-index .choose-con {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .choose-index .choose-item {
    width: 100%;
    margin-bottom: 4%;
  }
}
.send {
  background-color: #f7f9fb;
}
.send .h2title:after {
  display: none;
}
.send .send-item {
  position: relative;
  transition: 0.5s all ease-in-out;
  width: 18.75%;
}
.send .send-item * {
  transition: 0.5s all ease-in-out;
}
.send .send-item .card {
  border-radius: 0;
  border: 0;
}
.send .send-item .card h5 {
  margin-top: 1rem;
  font-size: 1.125rem;
}
.send .send-item .card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.send .send-item .card:before {
  content: "";
  width: 0;
  height: 5px;
  background-color: #2e9bd3;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}
.send .send-item .card-img-top {
  overflow: hidden;
  position: relative;
  min-height: 45vh;
  border-radius: 0;
  border: 0;
}
.send .send-item .card-img-top img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.send .send-item .card-body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.send .send-item .btn-link {
  border: 1px solid #fff;
  color: #fff;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
}
.send .send-item .btn-link:hover {
  background-color: #2e9bd3 !important;
  border: 1px solid #2e9bd3;
}
.send .send-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #57a5cd;
}
.send .send-item:first-child:after {
  background-color: #e25b44;
}
.send .send-item:nth-child(2):after {
  background-color: #f0cb58;
}
.send .send-item:nth-child(3):after {
  background-color: #44cae2;
}
.send .send-item:nth-child(4):after {
  background-color: #b060f8;
}
.send .send-item:nth-child(5):after {
  background-color: #51aaf3;
}
.send .send-item:hover {
  width: 25%;
}
.send .send-item:hover .card .card-body {
  background-color: rgba(87, 165, 205, 0.7);
}
.send .send-item:hover:first-child .card .card-body {
  background-color: rgba(226, 91, 68, 0.7);
}
.send .send-item:hover:nth-child(2) .card .card-body {
  background-color: rgba(240, 203, 88, 0.7);
}
.send .send-item:hover:nth-child(3) .card .card-body {
  background-color: rgba(68, 202, 226, 0.7);
}
.send .send-item:hover:nth-child(4) .card .card-body {
  background-color: rgba(176, 96, 248, 0.7);
}
.send .send-item:hover:nth-child(5) .card .card-body {
  background-color: rgba(81, 170, 243, 0.7);
}
.send .send-item:hover .btn-link {
  background-color: transparent;
  color: #fff;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .send .send-item .card h5 {
    font-size: 14px;
    font-weight: 300 !important;
  }
}
.case .case-item .more {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(46, 155, 211, 0.7);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  transition: 0.4s all ease-in-out;
  transform: translateY(-100%);
}
.case .case-item .more i {
  color: #fff;
  font-size: 3rem;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 1200px) {
  .case .case-item .more i {
    font-size: calc(1.425rem + 2.1vw);
  }
}
.case .case-item .more i:hover {
  transform: rotate(360deg);
}
.case .case-item .more span {
  font-size: 14px;
}
.case .case-item .card {
  border-radius: 0;
}
.case .case-item .card .card-img-top {
  overflow: hidden;
  padding-bottom: 82%;
}
.case .case-item .card .card-img-top img {
  transition: 0.4s all ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1);
}
.case .case-item .card .card-img-top:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.case .case-item .card .card-img-top:hover .more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.case .case-item .card .card-huiyuan {
  padding-left: 0.5rem;
}
.case .case-item .card .card-body {
  position: relative;
  background-color: #f0f3f5;
}
.case .case-item .card .card-body a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.case .case-item .card .card-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case .case-item .card .card-body:after {
  content: "";
  border-top: 17px solid #f0f3f5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 17px;
  bottom: -15px;
}
.case .btn-link:hover {
  background-color: #2e9bd3;
  color: #fff;
}

.partner {
  background-color: #f7f9fb;
}
.partner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #f7f9fb;
  opacity: 1;
  border: 1px solid #ccc;
}
.partner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0b60a9;
}
.partner .nav-pills .nav-link {
  background-color: #d6d7d9;
  color: #fff;
  border-right: 1px solid #f7f9fb;
}
.partner .nav-pills .nav-link.active,
.partner .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2e9bd3;
}

@media (max-width: 768px) {
  .partner .nav-pills .nav-link {
    font-size: 14px;
    padding: 0.5rem;
  }
}
.news-index .card-img-top {
  padding-bottom: 60%;
  overflow: hidden;
}
.news-index .card-img-top img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.35s all ease-in-out;
  width: 100%;
}
.news-index .card-links {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.news-index .card-body {
  background-color: #f8f8f8;
}
.news-index .card:hover .card-img-top img {
  transform: translate(-50%, -50%) scale(1.1);
}
.news-index .card:hover .card-text {
  color: #0b60a9;
}
.news-index .newslist .newsli a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-index .newslist .newsli p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-index .newslist .newsli:hover {
  background-color: #2e9bd3;
}
.news-index .newslist .newsli:hover a, .news-index .newslist .newsli:hover p {
  color: #fff;
}

@media (max-width: 575.98px) {
  .news-index .newslist .newsli a {
    font-size: 16px;
  }

  .news-index .news-left .card-text {
    font-size: 16px;
  }
}
/*内页 -- 登录注册*/
#login {
  overflow: hidden;
}
#login .login-img {
  width: 100%;
  min-width: 1280px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
#login .login-con {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}
#login .code-con {
  background-color: #0b60a9;
  width: 400px;
  max-width: 100%;
}
#login .code-con--img {
  background: url("../images/login_icon.png") no-repeat center;
  padding: 2rem;
}

@media (max-width: 575.98px) {
  #login .code-con {
    transform: scale(0.7);
  }
}
/*运费*/
#yunfei {
  background-color: #f8f8f8;
}
#yunfei .yunfei-con {
  background: url("../images/yunfei_bg.jpg") no-repeat center center/cover;
}
@media (max-width: 1024px) {
  #yunfei .yunfei-con {
    background: #fff;
  }
}
#yunfei .yunfei-code {
  width: 500px;
  max-width: 100%;
  position: relative;
  z-index: 3;
}
#yunfei .yunfei-person {
  display: none;
}
@media (min-width: 1024px) {
  #yunfei .yunfei-person {
    left: 52%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 2;
    bottom: 0;
    display: block;
  }
}

#yun .yun--4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 40px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#yun .yun--4 .swiper-slide img{
    cursor: pointer;
   
    transition: .4s all ease-in-out;
}
#yun .yun--4 .swiper-slide:hover {
    box-shadow: 1px 2px 2px #dadada;
}
#yun .yun--4 .swiper-slide:hover img{
     -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#yun .yun--4 .swiper-partner {
  width: 100%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.process .h2title:after {
  display: none;
}
.process .process-item {
  position: relative;
  transition: 0.5s all ease-in-out;
  width: 18.75%;
}
.process .process-item * {
  transition: 0.5s all ease-in-out;
}
.process .process-item .card {
  border-radius: 0;
  border: 0;
}
.process .process-item .card h5 {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.7;
  height: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.process .process-item .card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.process .process-item .card:before {
  content: "";
  width: 0;
  height: 5px;
  background-color: #2e9bd3;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}
.process .process-item .card-img-top {
  overflow: hidden;
  position: relative;
  min-height: 45vh;
  border-radius: 0;
  border: 0;
}
.process .process-item .card-img-top img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.process .process-item .card-body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.process .process-item .btn-link {
  border: 1px solid #fff;
  color: #fff;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
}
.process .process-item .btn-link:hover {
  background-color: #2e9bd3 !important;
  border: 1px solid #2e9bd3;
}
.process .process-item:before {
  content: attr(data-title);
  font-size: 16px;
  color: #fff;
  background: url(../images/yun_icon.png) no-repeat center center/cover;
  width: 45px;
  height: 51px;
  display: block;
  margin: auto;
  padding: 15px 19px;
  transform: translateY(20px);
  z-index: 5;
  position: relative;
}
.process .process-item:hover {
  width: 25%;
}
.process .process-item:hover .card .card-body {
  background-color: rgba(87, 165, 205, 0.7);
}
.process .process-item:hover .btn-link {
  background-color: transparent;
  color: #fff;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .process .process-item .card h5 {
    font-size: 14px;
    font-weight: 300 !important;
  }
}
/*案例*/
#case .case-item {
  width: 24%;
  float: left;
  margin-right: 1%;
}
#case .case-item:nth-child(4n) {
  margin-right: 0;
}
#case.case-details {
  background-color: #f8f8f8;
}
#case.case-details .swiper-case-details img {
  width: 100%;
}
#case.case-details .case-dts-info p {
  line-height: 1.7;
}
#case.case-details .case-dts-info article {
  line-height: 2;
}
#case.case-details .case-dts-info .btn-link {
  background-color: #eb7424;
  transition: 0.4s all ease-in-out;
}
#case.case-details .case-dts-info .btn-link:hover {
  box-shadow: 4px 8px 3px #e8af88;
  transform: translateY(10px);
}
#case.case-details .cdts-score--star svg {
  margin-left: 5px;
}

@media (max-width: 1024px) {
  #case .case-item {
    width: 32%;
  }
  #case .case-item:nth-child(4n) {
    margin-right: 1%;
  }
  #case .case-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .case .case-item .card .card-body a {
    font-size: 16px;
  }

  .case .case-item .card .card-body p {
    font-size: 12px;
  }

  #case .case-item {
    width: 49%;
    margin-right: 2%;
  }
  #case .case-item:nth-child(4n) {
    margin-right: 0 !important;
  }
  #case .case-item:nth-child(3n) {
    margin-right: 2%;
  }
  #case .case-item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
/*新闻*/
#news .news-con .news-item {
  width: 32%;
  float: left;
  margin-right: 1%;
  margin-bottom: 2%;
}
#news .news-con .news-item:nth-child(3n) {
  margin-right: 0;
}
#news .news-con .news-item .more {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(46, 155, 211, 0.7);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  transition: 0.4s all ease-in-out;
  transform: translateY(-100%);
}
#news .news-con .news-item .more i {
  color: #fff;
  font-size: 3rem;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 1200px) {
  #news .news-con .news-item .more i {
    font-size: calc(1.425rem + 2.1vw);
  }
}
#news .news-con .news-item .more i:hover {
  transform: rotate(360deg);
}
#news .news-con .news-item .more span {
  font-size: 14px;
}
#news .news-con .news-item .card {
  border-radius: 0;
}
#news .news-con .news-item .card .card-img-top {
  overflow: hidden;
  padding-bottom: 60%;
}
#news .news-con .news-item .card .card-img-top img {
  transition: 0.4s all ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1);
}
#news .news-con .news-item .card .card-img-top:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
#news .news-con .news-item .card .card-img-top:hover .more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#news .news-con .news-item .card .card-body {
  position: relative;
  background-color: #f0f3f5;
}
#news .news-con .news-item .card .card-body a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
  #news .news-con .news-item {
    width: 49%;
    margin-right: 2%;
  }
  #news .news-con .news-item:nth-child(3n) {
    margin-right: 2%;
  }
  #news .news-con .news-item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 576px) {
  #news .news-con .news-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
#faq .faq-item {
  transition: 0.4s all ease-in-out;
  border-bottom: 1px solid #e4e4e4;
}
#faq .faq-item .card-title span {
  width: 34px;
  height: 34px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#faq .faq-item .card-title span img {
  margin-top: -34px;
}
#faq .faq-item:hover {
  box-shadow: 1px 2px 10px #d4d4d4;
}
#faq .faq-item:hover .card-title {
  color: #2e9bd3;
}
#faq .faq-item:hover .card-title span img {
  margin-top: 0;
}

/*翻页*/
@media (max-width: 1024px) {
  .page-link {
    padding: 0.5rem 1rem;
    font-size: 14px;
  }

  #side-img {
    display: none !important;
  }
}
/*邮寄指南*/
#guide .guide--1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#guide .guide--1 ul li {
  padding-left: 20px;
  width: 48%;
  position: relative;
  display: block;
  margin-top: 1.5rem;
}
#guide .guide--1 ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #d1d1d1;
  position: absolute;
  left: 5px;
  top: 8px;
}
#guide .guide--6 table th {
  color: #2e9bd3;
  font-size: 14px;
  font-weight: normal;
  min-width: 78px;
}
#guide .guide--6 table td {
  font-size: 14px;
  color: #666;
}

/* about */
#about .container .about-txt {
  padding: 14px;
  margin: 26px 0;
}

#about .container .about-txt h3 {
  color: #2e9bd3;
}

#about .container .about-txt p {
  font-weight: bold;
  color: #bfbfbf;
}

#about .container .about-txt i {
  display: block;
  background: #2e9bd3;
  width: 30px;
  height: 2px;
  margin: 0 auto;
}

#about .container .about-txt span {
  color: #808080;
}

#about .container .about-img h3 {
  color: #2e9bd3;
}

#about .container .about-img div:nth-child(1) {
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

#about .container .about-img div:last-child {
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
}


/*修改*/
.case-border-top{
  border-top: 1px solid #ececec;
  padding-top: 2rem;
}
.case-btn {
  background-color: #2e9bd3;
  transition: 0.4s all ease-in-out;
}

.case-btn:hover {
  box-shadow: 3px 6px 4px #b9b9b9;
}

.modal-backdrop {
  background: transparent;
}

.lyd_address {
  width: calc(100% - 30px);
  height: 300px;
  overflow-y: auto;
  position: absolute;
  top: 72px;
  left: 15px;
  background-color: #FFFFFF;
  z-index: 900;
  padding: 15px;
  box-sizing: border-box;
  font-size: 12px;
  color: #858d9c;
  box-shadow: 0px 0px 6px 0px #d3d7e1;
}
.lyd_address li {
  width: 70px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin: 5px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.lyd_address .currentChoice.currentCity {
  border-bottom: 0;
}
.lyd_address .currentCity p {
  color: #ec5c37;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
}
.lyd_address .choiceProvince:before {
  content: "返回";
  width: 35px;
  height: 15px;
  margin-left: 14px;
  position: relative;
  top: 0px;
  color: #858d9c;
  display: inline-block;
}

#cygrade {
  color: #ffc600;
}

.case-form textarea.form-control {
  height: 112px;
}
.case-form legend {
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #faebcc;
  border-radius: 4px;
  color: #eb6100;
  background-color: #fcf8e3;
}
.case-form .form-control {
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #eaeaea;
}
.case-form label {
  font-size: 14px;
}

#case-dialog .modal-header {
  border-bottom: 1px solid #f3f3f3;
}
#case-dialog .modal-header .modal-title {
  font-size: 1.875rem;
  font-weight: bold;
}
@media (max-width: 1200px) {
  #case-dialog .modal-header .modal-title {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
#case-dialog .form-control[readonly] {
  background-color: transparent;
}
#case-dialog .btn-success {
  color: #fff;
  background-color: #2e9bd3;
  border-color: #2e9bd3;
  transition: 0.4s all ease-in-out;
}
#case-dialog .btn-success:hover {
  box-shadow: 3px 6px 4px #b9b9b9;
}

.city-box {
  width: calc(100% - 30px);
  position: absolute;
  z-index: 999;
  border: solid 1px #d7d7d7;
  background: #fff;
  display: none;
  left: 15px;
}
.city-box .city-select {
  padding: 10px;
  height: 240px;
  overflow: auto;
  display: none;
  line-height: 2;
}
.city-box .city-select .auto {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  line-height: 2;
  padding: 0 10px;
  box-sizing: border-box;
  height: 210px;
  overflow: auto;
  display: none;
}
.city-box .city-select .auto a {
  display: block;
  width: 100%;
  text-align: left;
}
.city-box .city-select a {
  display: inline-block;
  width: 4.7em;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 2em;
  overflow: hidden;
  text-align: center;
}
.city-box .city-select a:hover {
  color: #2e9bd3;
}
.city-box .city-select.active {
  display: block;
}
.city-box .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  background: #ffc600;
  color: #fff;
}
.city-box a {
  cursor: pointer;
  font-size: 12px;
}
.city-box .city-tab {
  background: #eee;
  display: flex;
  line-height: 30px;
  text-align: center;
  padding-right: 30px;
  border-bottom: 1px solid #ffc600;
}
.city-box .city-tab a {
  flex: 1;
  border-left: 1px solid #ccc;
}
.city-box .city-tab a.active {
  background: #0b60a9;
  color: #fff;
  font-weight: 700;
}
.city-box .input {
  position: relative;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.city-box .input input {
  outline: 0 !important;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 200%;
  color: #555;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}

.area-box {
  width: 500px;
  position: absolute;
  z-index: 999;
  border: solid 1px #eaeaea;
  background: #fff;
  display: none;
  left: 15px;
}
.area-box input {
  border: 1px solid #ccc;
  line-height: 30px;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHQ9IjE1NjE3NDE0ODI0MDciIHAtaWQ9IjExODIiIHZlcnNpb249IjEuMSI+PHBhdGggZD0iTSA3ODkuODA0IDczNy43NzIgTCA3NDIuODY1IDc4NC43IEwgODk4Ljc2NiA5NDAuNjAxIEwgOTQ1LjcwNSA4OTMuNjczIFoiIHAtaWQ9IjExODMiIC8+PHBhdGggZD0iTSA0NTYuOTIzIDgyLjg5MzkgYyAtMjA5LjMxMSAwIC0zNzkuNTgyIDE3MC4yODIgLTM3OS41ODIgMzc5LjU4MiBzIDE3MC4yNzEgMzc5LjU3MSAzNzkuNTgyIDM3OS41NzEgYyAyMDkuMjg4IDAgMzc5LjU1OSAtMTcwLjI3MSAzNzkuNTU5IC0zNzkuNTcxIFMgNjY2LjIxIDgyLjg5MzkgNDU2LjkyMyA4Mi44OTM5IFogTSA3NzAuMTI5IDQ2Mi40NzcgYyAwIDE3Mi43MjIgLTE0MC41MDggMzEzLjIzIC0zMTMuMjA2IDMxMy4yMyBjIC0xNzIuNzIxIDAgLTMxMy4yMyAtMTQwLjUwOCAtMzEzLjIzIC0zMTMuMjMgcyAxNDAuNTA4IC0zMTMuMjMgMzEzLjIzIC0zMTMuMjMgQyA2MjkuNjIxIDE0OS4yNDcgNzcwLjEyOSAyODkuNzU1IDc3MC4xMjkgNDYyLjQ3NyBaIiBwLWlkPSIxMTg0IiAvPjwvc3ZnPg==) 6px center no-repeat !important;
  width: 200px;
  margin: 0;
  font-size: 12px;
  height: 30px !important;
  text-indent: 2em;
  box-sizing: border-box;
}
.area-box h5 {
  padding: 5px 40px 5px 10px;
  color: #000;
  background: #eee;
  display: flex;
  line-height: 24px;
  margin: 0;
  font-size: 12px;
}
.area-box h5 span {
  flex-grow: 2;
  margin: 0 !important;
  line-height: 30px;
}
.area-box h5 div {
  position: relative;
}
.area-box .auto {
  position: absolute;
  left: 0;
  width: 200px;
  top: 24px;
  background: #fff;
  overflow: auto;
  max-height: 265px;
  padding: 0 10px;
  box-sizing: border-box;
  display: none;
}
.area-box .auto a {
  display: block;
}
.area-box .area-tab {
  display: flex;
  padding: 10px 10px 0;
}
.area-box .area-tab a {
  color: #666;
  padding: 1px 12.6px;
  text-align: center;
  border-bottom: solid 1px #2e9bd3;
  box-sizing: border-box;
  flex: 1;
  line-height: 2;
  cursor: pointer;
  font-size: 14px;
}
.area-box .area-tab .active {
  color: #000;
  border: solid 1px #2e9bd3;
  border-bottom: 0;
  font-weight: 700;
}
.area-box .area-content {
  padding: 0 10px;
}
.area-box .area-select {
  padding: 10px;
  overflow: auto;
  height: 200px;
  display: none;
}
.area-box .area-select a {
  float: left;
  width: 50%;
  margin: 2px 0;
  font-size: 14px;
  cursor: pointer;
}
.area-box .area-select.active {
  display: block;
}
.area-box .letter {
  overflow: hidden;
}
.area-box .letter div {
  width: 88%;
  float: left;
}
.area-box .letter span {
  width: 12%;
  float: left;
  text-align: center;
  padding: 2px 0;
  margin: 0 !important;
}
.area-box .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  font-size: 24px;
  text-align: center;
  line-height: 34px;
  background: #ffc600;
  color: #fff;
}

/*
修改2*/
.banner-1 .banner-content h2 {
  font-size: 2.25rem;
  line-height: 1.7;
}
@media (max-width: 1200px) {
  .banner-1 .banner-content h2 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
/*@media (max-width: 576px) {*/
/*  .banner-1 .banner-content h2 {*/
/*    font-size: calc(1rem + 1.2vw);*/
/*  }*/
/*}*/
.banner-1 .banner-content .lead-2 {
  font-size: 1.125rem;
  font-weight: 300;
}
.banner-1 .banner-content .lead-2 span {
  color: #fa9d5f;
}
.banner-1 .banner-content .btn-link {
  background-color: #eb7424;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #eb7424;
}

.banner-about .banner-content h2 {
  font-family: "RTWSYueGoDemo";
  color: #fff;
  font-size: 2.625rem;
  /*-webkit-text-stroke: 2px #fff;*/
  font-weight: bold;
}
@media (max-width: 1200px) {
  .banner-about .banner-content h2 {
    font-size: calc(1.3875rem + 1.65vw);
  }
}
.banner-case .banner-content .lead-2 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .banner-case .banner-content .lead-2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
/*# sourceMappingURL=style.css.map */


/* 2020- 12-7*/
#news-details img{
width:auto;
max-width:700px;
}
