﻿html,
body {
  background-color: #fff;
}
.site_apply {
  background-color: #fff;
}
.site_apply .warp {
  width: 1100px;
  margin: 0 auto;
}
.site_apply .header {
  background-color: #fff;
  border-bottom: 1px solid #e4e3e3;
}
.site_apply .header .logo {
  margin-right: 50px;
  display: block;
  color: #333;
  padding: 0px 0px;
  line-height: 100px;
  font-size: 22px;
  text-decoration: none;
}
.site_apply .header .logo img {
  max-height: 50px;
}
.site_apply .header .head-nav {
  display: none;
  line-height: 100px;
}
.site_apply .header .head-nav ul {
  padding: 0;
  margin: 0;
}
.site_apply .header .head-nav ul li {
  display: block;
  outline: none;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  margin-left: 15px;
}
.site_apply .header .head-nav ul li a {
  font-size: 16px;
  position: relative;
  display: block;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  padding: 0px 15px;
}
.site_apply .header .head-nav ul li a:hover {
  color: #377dff;
}
.site_apply .header .head-nav ul li.usr-box {
  margin-left: 30px;
}
.site_apply .header .head-nav ul li.usr-box a {
  margin-top: 27px;
  background-color: #377dff;
  color: #fff;
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
}
.site_apply .footer {
  background-color: #fff;
  text-align: center;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 100px;
}
.site_apply .footer a {
  color: #8c8c8c;
  font-size: 14px;
}
.site_apply .title-box {
  margin-top: 50px;
  font-size: 20px;
  color: #676666;
  line-height: 80px;
  text-align: center;
}
.site_apply .title-box:after {
  content: "";
  width: 120px;
  height: 4px;
  background: #3784fe;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -60px;
}
.site_apply .swiper-box {
  padding: 50px 0px;
  position: relative;
}
.site_apply .swiper-box .swiper-container {
  padding: 15px;
}
.site_apply .swiper-box .swiper-slide {
  padding: 20px 0px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 14px #d9dbdc;
  overflow: hidden;
}
.site_apply .swiper-box .swiper-slide .pic {
  padding: 26px 0px;
}
.site_apply .swiper-box .swiper-slide .pic .icon-box {
  background-color: #377dff;
  border-radius: 10px;
  width: 76px;
  padding: 16px 0px;
  margin: 0 auto;
  box-shadow: 0px 0px 9px #f6f7f7;
}
.site_apply .swiper-box .swiper-slide .pic .icon {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 44px;
}
.site_apply .swiper-box .swiper-slide .info {
  padding: 0px 35px 15px 35px;
  text-align: center;
}
.site_apply .swiper-box .swiper-slide .info .name {
  color: #363839;
  font-size: 18px;
}
.site_apply .swiper-box .swiper-slide .info .brief {
  font-size: 14px;
  color: #8a8888;
  line-height: 25px;
  height: 50px;
  margin-top: 10px;
  overflow: hidden;
}
.site_apply .swiper-box .swiper-slide .info a.btn-use {
  display: block;
  background-color: #377dff;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  border-radius: 5px;
}
.site_apply .swiper-box .swiper-slide .info a.link {
  display: inline-block;
  line-height: 22px;
  color: #007eef;
  margin-top: 20px;
}
.site_apply .swiper-box .swiper-slide:nth-of-type(2n) .pic .icon-box {
  background-color: #ed4c78;
}
.site_apply .swiper-box .swiper-slide:nth-of-type(3n) .pic .icon-box {
  background-color: #00c9a7;
}
.site_apply .swiper-box .swiper-slide:nth-of-type(4n) .pic .icon-box {
  background-color: #f5ca99;
}
.site_apply .swiper-box .swiper-button-prev {
  left: -45px;
}
.site_apply .swiper-box .swiper-button-next {
  right: -45px;
}
