/* 首页开始 */
.welcome {
  overflow: hidden;
  width: 100%;
  height: 40px;
  font-size: 14px;
  background-color: #f2f2f2;
}

.welcome-r {
  margin: 0 auto;
  width: 1170px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}

.welcome-r a {
  color: #666;
  text-decoration: none;
}

.clear {
  display: block;
  overflow: hidden;
}

a.logout {
  cursor: pointer;
}

/* 头部 */
.header {
  height: 136px;
  /* border: 1px solid red; */
}

.header .logo,
.header ul {
  position: relative;
  float: left;
  height: 100%;
}

.header .logo {
  width: 150px;
  margin-left: 10%;
}

.header .logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header ul li {
  float: left;
  width: 150px;
  line-height: 136px;
  text-align: center;
}

.header ul li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.header ul li a:hover {
  color: #FE5725;
}

/* 内容区域 */
.container .main {}

/* 主要业务标题 */
.container .main .main-title {
  position: relative;
  width: 500px;
  line-height: 42px;
  margin: auto;
  text-align: center;
  font-size: 36px;
  background: url(../img/index-background.png) no-repeat;
}

.container .main .main-title:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background: #000;
}

/* 主app */
.container .main .main-app,
.container .main .big-data {
  width: 1000px;
  margin: 80px auto;
  position: relative;
}

.main-app::after,
.big-data::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.main-app .main-app-logo,
.main-app .main-app-content,
.big-data .big-data-logo,
.big-data .big-data-content {
  float: left;
  width: 500px;
  text-align: center;
}

.main-app .main-app-logo,
.big-data .big-data-logo {
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
}

.main-app .main-app-logo img,
.big-data .big-data-logo img {
  width: 100%;
}

.main-app .main-app-content .main-app-name {
  font-size: 36px;
}

.main-app .main-app-content .main-app-desc {
  margin-top: 60px;
  line-height: 36px;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
}

.main-app .main-app-content a {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #fe5725;
  text-decoration: none;
  border-radius: 30px;
  margin-top: 30px;
}

/* 大数据 */
.big-data .big-data-content {
  position: relative;
  top: 136px;
}

.big-data .big-data-content p {
  font-size: 32px;
  color: #333;
}

.big-data .big-data-content a {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #fe5725;
  text-decoration: none;
  border-radius: 30px;
  margin-top: 30px;
}

/* footer */
.footer {
  height: 244px;
  padding-top: 80px;
  background-color: #2a2a2a;
  text-align: center;
}
.footer a {
  text-decoration: none;
}
.footer p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

/* 首页结束 */

/* 关于开始 */
.container .about-banner {
  width: 100%;
  height: 660px;
  background: url(../img/about-banner.png);
  background-size: 100% 100%;
  overflow: hidden;
  color: #fff;
}

.container .about-main .about-title {
  position: relative;
  width: 320px;
  line-height: 42px;
  margin: auto;
  text-align: center;
  font-size: 36px;
  background: url(../img/about-background.png) no-repeat;
}

.container .about-main .about-title:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background: #000;
}

.about-main .about-content {
  max-width: 1410px;
  height: 700px;
  color: #fff;
  background: url(../img/about.png) no-repeat;
  margin: 80px auto;
}

.about-content .about-intro {
  text-align: center;
  line-height: 60px;
  padding-top: 200px;
  font-size: 24px;
}

/* 关于结束 */

/* 加入我们 */
.container .join-main {
  background: rgba(244, 245, 245, 1);
  overflow: hidden;
}

/* banner */
.container .join-banner {
  width: 100%;
  height: 574px;
  background: url(../img/join-banner.png);
  background-size: 100% 100%;
  overflow: hidden;
  color: #fff;
}

.container .join-main .join-title {
  position: relative;
  width: 616px;
  line-height: 42px;
  margin: 40px auto 80px;
  text-align: center;
  font-size: 36px;
  background: url(../img/join-background.png) no-repeat;
}

.container .join-main .join-title:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background: #000;
}

.container .join-main p {
  text-align: center;
}

.join-main .job-content {
  width: 900px;
  margin: 40px auto;
}

.join-main .job-content:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.join-main .job-content .job-list,
.join-main .job-content .job-intro {
  float: left;
  width: 360px;
}

/* 职位列表区域 */
.join-main .job-content .job-list {
  position: relative;
  background: rgba(255, 255, 255, 1);
  margin-bottom: 40px;
}

.join-main .job-content .job-list li {
  margin: auto;
  width: 200px;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #ccc;
}

/* 最后一个不需要边框 */
.join-main .job-content .job-list li:last-child {
  border-bottom: none;
}

.join-main .job-content .job-list li.active {
  color: #FE5725;
}

.join-main .job-content .job-list li:hover {
  color: #FE5725;
  cursor: pointer;
}

.join-main .job-content .job-list div {
  position: absolute;
  width: 4px;
  height: 80px;
  background: #FE5725;
}

/* 介绍区域 */
.join-main .job-content .job-intro {
  margin-left: 80px;
  width: 420px;
}

.job-content .job-intro strong {
  position: relative;
  display: inline-block;
  border-bottom: 4px solid rgba(254, 87, 37, 1);
  padding: 10px 0;
}

.job-content .job-intro ul {
  margin-top: 25px;
}

.job-content .job-intro ul.work-require {
  margin-bottom: 40px;
}

.job-content .job-intro ul div {
  margin: 10px 0;
}

.job-content .job-intro ul li {
  line-height: 28px;
  font-size: 14px;
}

/* 查看更多 */
.job-content .view-more {
  clear: both;
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  text-align: center;
  color: rgba(254, 87, 37, 1);
  border: 1px solid rgba(254, 87, 37, 1);
  opacity: 0.8;
  text-decoration: none;
}

/* 加入我们结束 */


/* 联系我们 */
.container .contact-banner {
  width: 100%;
  height: 574px;
  background: url(../img/contact-banner.png);
  background-size: 100% 100%;
  overflow: hidden;
  color: #fff;
}

.container .contact-main .contact-title {
  position: relative;
  width: 408px;
  line-height: 42px;
  margin: 40px auto 80px;
  text-align: center;
  font-size: 36px;
  background: url(../img/contact-background.png) no-repeat;
}

.container .contact-content {
  width: 1000px;
  margin: auto;
}

.container .contact-content::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.contact-main .contact-content .contact-info {
  float: left;
  width: 400px;
  text-align: center;
  color: #3E86D5;
  font-size: 14px;
}

.contact-main .contact-content .contact-address,
.contact-main .contact-content .contact-email {
  width: 300px;
}

.contact-content .contact-info img {
  width: 100px;
  height: 106px;
}

.contact-content .contact-info .contact-line {
  height: 8px;
  background: #3E86D5;
  margin: 40px 0 40px;
}

.contact-content .contact-info .contact-line::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: relative;
  top: 8px;
  margin: auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3E86D5 transparent transparent transparent;
}

.contact-content .contact-info p {
  margin-bottom: 80px;
}

/* 联系我们结束 */

.link-icp {
  color: #fff
}

/* 自审制度, 纠纷处理 */
.examination-banner, .dispute-banner  {
  width: 60%;
  margin: auto;
  line-height: 22px;
  margin-bottom: 5%;
}
.dispute-banner {
  margin-bottom: 15%;
}
.examination-banner  h3,
.dispute-banner  h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.examination-banner  p,
.dispute-banner  p {
  margin:  8px;
}
