@charset "UTF-8";
/*
Theme Name: Logistics Company
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Can Leading Web Site Develop For Employer
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: None
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns

Hello ：）
*/

/* 首页表单 */
.contact-form-index .form-group {
  display: flex;
  align-items: center;
}

.contact-form-index .form-group-submit {
  flex-direction: column;
  height: 80px;
}

.contact-form-index .form-group label {
  min-width: 100px;
}

.contact-form-index .form-group :not(label) {
  flex: 1;
}

.contact-form-index input[type="submit"] {
  width: 100%;
}

/* 服务领域 */
.service-item {
  display: flex;
  flex-direction: column;
  border: none;
  background: #ffffff;
  padding-bottom: 30px;
}

.service-item .image-wrapper {
  overflow: hidden;
  height: 160px;
}

.service-item .image-wrapper img {
  width: 100%;
  height: 100%;
  transition: all 600ms;
}

.service-item .image-wrapper:hover img {
  transform: scale(1.2);
}

.service-item h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 8px;
  text-align: left;
  color: #000000;
}

/* 热点新闻 */
.news-bufen {
  background-image: url("./images/service-bg.jpg");
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

/* 业务范围 */
.yewu img {
  width: 100%;
}

/* 工具 */
.text-center {
  text-align: center;
}

/* 美化 */
body {
  font-family: 'Noto Sans', Lato, arial, monospace;
  font-size: 100%;
}

a:hover {
  color: #0B60A9;
}

select, input {
  font-family: Raleway, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, Arial, sans-serif;
}

.tp-bullets {
  bottom: 30px !important;
  display: flex;
  align-items: flex-end;
}

.tp-bullets .bullet {
  height: 1px !important;
  opacity: 0.85;
}

.tp-bullets .bullet ~ .bullet {
  margin-left: 4px;
}

.tp-bullets .bullet.selected {
  height: 3px !important;
}

.fullwidthbanner {
  overflow: hidden;
}

.fullwidthbanner-container > .tp-bullets.simplebullets.round > div.bullet.selected {
  background: #0095ff !important;
}

.fullwidthbanner ul {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.banner-wenzi h1 {
  text-transform: uppercase;
  font-size: 50px;
}

.banner-wenzi .line {
  position: relative;
}

.banner-wenzi .line::after {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 3px;
  width: 100px;
  background: #0095ff;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.banner-wenzi .buttons .btn {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
}

.banner-wenzi .buttons .btn ~ .btn {
  margin-left: 2rem;
}

.banner-wenzi .buttons .btn-orange {
  background: #0095ff;
}

.banner-wenzi .buttons .btn-gray {
  background: #aaaaaa;
}

.tp-leftarrow.large {
  background: #0095ff url(./images/slider-left-arrow.png) no-Repeat !important;
}

.tp-rightarrow.large {
  background: #0095ff url(./images/slider-right-arrow.png) no-Repeat !important;
}

.main-title {
  text-align: center;
  padding: 70px 0 50px;
}

.main-title * {
  margin: 0;
}

.main-title h3 {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: lighter;
  color: #000000;
}

.main-title h1 {
  color: #0095ff;
  text-transform: uppercase;
  line-height: 1.4;
}

.index-about {
  background: url('./images/service-bg.jpg') no-repeat 0 0 / cover;
  background-attachment: fixed;
  background-position: 50% -26.2669px;
  padding-bottom: 0;
}

.index-fuwu {
  border: none;
  transition: background 300ms, transform 700ms;
}

.index-fuwu:hover {
  background: #ffffff;
  transform: translateY(-10px);
}

.index-ab-bj > div {
  background: #0095ff90;
}

.index-ab-bj {
  overflow: hidden;
}

.index-ab-bj img {
  object-fit: cover;
  filter: blur(2px) grayscale(80%);
}

.service-area {
  background: url('./images/area-bg.jpg') no-repeat 0 0 / cover;
  background-position: 50% -13.1585px;
  background-attachment: fixed;
}

.service-area .main-title h3 {
  color: #ffffff;
}

.index-pro-gd a {
  line-height: 40px;
  background: #0095ff;
}

.index-pro-gd a:hover {
  border: 1px solid #0095ff;
  color: #0095ff;
}

.service-index-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.mobile-image {
  width: 140px;
}

.site-navbar .container .navbar-nav > li > a {
  color: #000000 !important;
  font-size: 16px;
  font-weight: bold;
}

.sidebar-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar-title {
  color: #0095ff;
  font-weight: bold;
  font-size: 18px;
  padding-left: 14px;
  border-left: 4px solid #0095ff;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 30px;
}

.cebian-list ul {
  list-style: none;
}

.cebian-list li {
  padding: 0;
}

.cebian-list li ~ li {
  margin-top: 6px;
}

.cebian-list li a {
  display: inline-block;
  width: 100%;
  padding: 8px 30px;
  background: #0095ff;
  color: #fff;
  font-size: 13px;
  transition: all 300ms;
}

.cebian-list li a:hover {
  background: #0866ff;
  transform: translateX(-1rem);
}

#wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.breadcrumb {
  margin-bottom: 0;
}

#order input, button {
  height: 40px;
}

#order textarea, input, button,
.index-lianxi textarea, intput, button {
  width: 100%;
  border: 1px solid #e0e0e0 !important;
}

div.wpcf7 .ajax-loader {
  background-repeat: no-repeat;
  background-position: center;
}

.gotoptop_icon {
  background-size: cover;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: 50px;
}

.wp-pagenavi .current {
  background: #0095ff;
}

.index-lianxi strong {
  font-weight: bold;
  color: #000000;
  margin-right: 1rem;
}