@charset "UTF-8";
.wrap {
  width: 1220px;
  margin: 0 auto;
}

.top {
  height: 35px;
  line-height: 35px;
  background-color: var(--dark-blue);
}
.top .top-addrs span {
  color: #fff;
}
.top .top-addrs span .fa {
  margin-right: 10px;
  font-size: 18px;
}

.nav {
  height: 100px;
}
.nav .logo {
  padding-top: 10px;
}
.nav .logo img {
  height: 75px;
}
.nav .top-menu {
  height: 100px;
  line-height: 100px;
}
.nav .top-menu ul {
  display: flex;
}
.nav .top-menu ul li a {
  display: block;
  padding: 0 25px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.nav .top-menu ul li a:hover {
  background-color: var(--dark-blue);
  color: #fff;
}

.banner {
  text-align: center;
}

/*轮播图*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 600px;
  background: #000;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 600px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li span {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  left: 0;
  bottom: 0;
  font-size: 16px;
  color: var(--black);
  font-weight: bold;
}

.fullSlide .bd li a {
  display: block;
  height: 600px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: 0;
  height: 30px;
  line-height: 30px;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 40px;
  height: 5px;
  margin: 4px;
  overflow: hidden;
  background: #ddd;
  line-height: 999px;
}

.fullSlide .hd ul .on {
  background: #073756;
}

.fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 4%;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}

.fullSlide .next {
  left: auto;
  right: 4%;
  background-position: -6px -137px;
}

.block {
  padding: 60px 0;
}

.page-title {
  text-align: center;
  color: var(--black);
}
.page-title .t1 {
  font-size: 30px;
  margin-bottom: 5px;
}
.page-title .t2 {
  font-size: 20px;
  color: var(--gray);
}

.link-btn {
  display: inline-block;
  color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  padding: 10px;
  border-radius: 5px;
}
.link-btn:hover {
  background-color: var(--dark-blue);
  color: #fff;
}

.about .about-text {
  margin-top: 60px;
}
.about .about-text .pic {
  width: 520px;
}
.about .about-text .pic img {
  height: 323px;
}
.about .about-text .text {
  width: calc(100% - 520px);
  padding-left: 80px;
}
.about .about-text .text p {
  font-size: 16px;
  line-height: 34px;
}
.about .about-text .text .link {
  margin-top: 50px;
}

.services .info {
  margin-top: 50px;
  font-size: 16px;
  line-height: 2;
}
.services .pic-list {
  margin-top: 50px;
}
.services .pic-list .item {
  width: 345px;
  background-color: #fff;
  border-radius: 5px;
  height: 275px;
  transition: all 0.5s;
}
.services .pic-list .item img {
  height: 200px;
  width: 345px;
  display: block;
}
.services .pic-list .item .text {
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}
.services .pic-list .item:hover {
  background-color: var(--dark-blue);
}
.services .pic-list .item:hover .text {
  color: #fff;
}
.services .link {
  margin-top: 50px;
  text-align: center;
}

.quote {
  height: 150px;
  background: url(../images/bg_quote_1.png) no-repeat center center;
  background-size: cover;
  align-items: center;
  padding: 0;
  padding-top: 50px;
}
.quote .icon {
  margin-right: 40px;
}
.quote .icon img {
  height: 55px;
}
.quote .text {
  margin-right: 40px;
  font-size: 30px;
  color: #fff;
}
.quote .form {
  height: 55px;
  background-color: #fff;
  align-items: center;
  justify-content: flex-end;
  border-radius: 5px;
}
.quote .form .quote-email {
  width: 620px;
  height: 55px;
  border: none;
  background: none;
  outline: none;
  padding: 0 10px;
  font-size: 20px;
}
.quote .form-btn {
  width: 180px;
  border-radius: 5px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: none;
  background: none;
  background-color: var(--dark-yellow);
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

.footer {
  background-color: #073756;
}
.footer .wrap {
  justify-content: space-between;
}
.footer .footer-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.footer .item {
  width: 33%;
  padding-left: 140px;
  position: relative;
}
.footer .item::after {
  content: " ";
  width: 1px;
  height: 200px;
  background-color: #204b67;
  position: absolute;
  right: -40px;
  top: 40px;
}
.footer .item:first-child {
  padding-left: 0;
}
.footer .item:last-child::after {
  display: none;
}
.footer .contact ul li {
  text-align: left;
  align-items: center;
  margin-bottom: 10px;
  color: #fafafa;
  font-size: 20px;
  font-weight: 100;
}
.footer .contact ul li .icon {
  margin-right: 20px;
  padding-top: 10px;
  position: relative;
  top: -15px;
}
.footer .contact ul li .icon img {
  height: 22px;
}
.footer .contact ul li:last-child .icon {
  margin-top: -40px;
}
.footer .contact ul li span {
  display: inline-block;
}
.footer .contact ul li span::after {
  content: " ";
  width: 100%;
  display: block;
  height: 2px;
  background-color: #fff;
  margin-top: 5px;
}
.footer .hours .t1 {
  margin-bottom: 20px;
}
.footer .hours .text p {
  line-height: 2;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
}
.footer .support ul li a {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  line-height: 2;
}

.copyright {
  height: 40px;
  text-align: center;
  color: #526d7f;
  background-color: #092f48;
  line-height: 40px;
}

/* ============ 内页样式 ============ */
.in-banner {
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.in-banner h6 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  padding-top: 100px;
  text-transform: uppercase;
}

.loacl-top {
  height: 70px;
  line-height: 70px;
  background-color: #fbfbfb;
  font-family: "Acumin Pro Condensed", sans-serif !important;
  font-weight: 100;
}

.loacl-top .sub-nav a {
  display: block;
  font-size: 18px;
  margin-right: 40px;
  position: relative;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
}

.loacl-top .sub-nav a.on,
.loacl-top .sub-nav a:hover {
  color: var(--main-blue);
}

.loacl-top .sub-nav a::after {
  content: " ";
  display: block;
  width: 0%;
  height: 2px;
  background-color: var(--main-blue);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}

.loacl-top .sub-nav a.on::after,
.loacl-top .sub-nav a:hover::after {
  width: 100%;
}

.position {
  color: var(--gray);
}

.position .icon img {
  width: 13px;
  height: 13px;
  position: relative;
  top: -2px;
}

.position .icon {
  margin-right: 10px;
}

.position i {
  margin: 0 8px;
}

.position a {
  color: var(--gray);
  margin: 0 5px;
}

.position em {
  font-style: normal;
}

.in-title {
  font-size: 24px;
  color: var(--black);
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Acumin Pro Condensed", sans-serif !important;
  text-align: center;
  margin-bottom: 40px;
}

.inblock {
  padding: 80px 0;
}

.mission-content .pic {
  margin-bottom: 30px;
  text-align: center;
}
.mission-content .pic img {
  border-radius: 5px;
  height: 500px;
  max-width: 100%;
}
.mission-content .text {
  font-size: 16px;
  line-height: 1.8;
}

.slogan {
  background: url(../images/bg_slogan_1.png) no-repeat center center;
  height: 400px;
  background-size: cover;
  position: relative;
}
.slogan .cover-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.slogan .wrap {
  position: relative;
  z-index: 10;
}
.slogan .in-title {
  color: #fff;
}
.slogan .text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.pic-list {
  align-items: flex-start;
  justify-content: space-between;
}
.pic-list .item {
  width: 360px;
  text-align: center;
  background-color: #fff;
  height: 470px;
}
.pic-list .item .pic {
  height: 250px;
}
.pic-list .item .t1 {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 0;
}
.pic-list .item .text {
  padding: 15px;
  color: var(--gray);
}

.my-contact {
  padding: 30px 0;
  background: url(../images/map.jpg) no-repeat center bottom;
}

.my-contact .index-title {
  text-align: left;
}

.my-contact ul li {
  font-size: 24px;
  padding: 10px 0;
}

.my-contact ul li .fa {
  width: 40px;
  padding-top: 5px;
  font-size: 24px;
  color: var(--main-blue);
  text-align: center;
}

.my-contact ul li:nth-child(2) .fa {
  font-size: 28px;
}

.my-contact ul li:nth-child(4) .fa {
  font-size: 22px;
}

.my-contact ul li span {
  display: block;
  width: calc(100% - 40px);
}

.my-contact .map {
  width: 100%;
  height: 400px;
  background-color: #ddd;
}

.school-pic ul {
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

.school-pic ul li {
  width: 32%;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  margin-bottom: 20px;
}

/* 如果最后一行是2个元素 */
.school-pic ul li:last-child:nth-child(3n-1) {
  margin-right: 34%;
}

/* 如果最后一行是1个元素 */
.school-pic ul li:last-child:nth-child(3n-2) {
  margin-right: 62%;
}

.school-pic ul li h5 {
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  background-color: #eee;
}

.school-pic ul li:hover h5 {
  background-color: var(--dark-blue);
  color: #fff;
}

.school-pic ul li .item {
  width: 100%;
  height: 326px;
  overflow: hidden;
}

.school-pic ul li .item img {
  height: 100%;
  transition: all 0.3s;
  width: 100%;
}

.school-pic ul li:hover .item img {
  transform: scale(1.1);
}

.in-pics .school-pic ul li .item {
  height: 255px;
}

.in-pics .in-title {
  padding-bottom: 30px;
}

.parts .school-pic ul li {
  width: 20%;
  margin-bottom: 50px;
}
.parts .school-pic ul li h5 {
  background: none;
}
.parts .school-pic ul li .item img {
  width: 180px;
  height: 120px;
}
.parts .school-pic ul li .item {
  height: 145px;
}
.parts .school-pic ul li:hover h5 {
  background: none;
  color: var(--dark-blue);
}

/*分页*/
#pages {
  text-align: center;
  margin-top: 20px;
}

#pages li {
  margin: 0 2px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #e6e6e6;
  color: #333;
  display: inline-block;
}

#pages li a {
  font-size: 14px;
  display: block;
  padding: 0 12px;
}

#pages li span {
  font-size: 14px;
  display: block;
  padding: 0 12px;
}

#pages li.active {
  text-align: center;
  background-color: var(--dark-blue);
  color: #fff;
  display: inline-block;
}

#pages li:hover {
  background: var(--dark-blue);
}

#pages li:hover a,
#pages li:hover span {
  color: #fff;
}

.top-menu ul li .subnav {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #fff;
}

.top-menu ul li:hover .subnav {
  display: block;
}

.top-menu .subnav a {
  color: #333333;
  transition: all 0.4s;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: normal !important;
}

.page-logistics .list {
  margin-top: 50px;
  padding: 0 120px;
}
.page-logistics .list .item {
  text-align: center;
  width: 30%;
  padding: 20px 45px;
  min-height: 410px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
}
.page-logistics .list .item .t1 {
  font-size: 28px;
}
.page-logistics .list .item .t2 {
  font-size: 18px;
  color: var(--gray);
}
.page-logistics .list .item img {
  height: 150px;
  width: 150px;
}
.page-logistics .slogan {
  background: url(../images/bg_logistics_1.png) no-repeat center center;
}
.page-logistics .slogan .text {
  font-size: 16px;
}
.page-logistics .our-team .text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.page-logistics .pic-list {
  flex-wrap: wrap;
}
.page-logistics .pic-list .item {
  background: none;
  height: auto;
  width: 25%;
}
.page-logistics .pic-list .item img {
  height: 140px;
  width: 140px;
}

.in-content {
  min-height: 600px;
  padding: 30px 0 80px;
}

.in-content .title {
  text-align: center;
  padding: 30px 0 25px;
}

.in-content .title h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

.in-content .wrap {
  width: 1200px;
  margin: 0 auto;
}

.in-content .info {
  text-align: center;
  color: var(--gray);
  padding-bottom: 30px;
  border-bottom: 1px dashed #ececec;
}

.in-content .content {
  font-size: 15px;
  line-height: 2;
  color: #333;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  padding-bottom: 30px;
  min-height: 400px;
}

.in-content .content img {
  max-width: 100%;
}

.in-content .next {
  font-size: 15px;
  color: #777;
  line-height: 2;
}

.in-content .next a {
  color: #777;
  transition: all 0.5s;
}

.in-content .next a:hover {
  color: var(--main-blue);
}/*# sourceMappingURL=index.css.map */