/*
 * lanjue
 * Mr.Gao
 * 2017.4
 */
/*public*/
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font: normal 62.5% "Microsoft YaHei", "\u5fae\u8f6f\u96c5\u9ed1", Arial;
  font-weight: lighter;
  background: no-repeat #f6f6f6 fixed center center;
  background-size: cover;
  color: #555;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  color: rgba(85, 85, 85, 0.8);
  text-decoration: none;
}
a:visited,
a:active {
  text-decoration: none;
  color: #555;
}
img {
  border: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
input {
  outline: none;
  -webkit-appearance: none;
}
::selection {
  background: #0e70b5;
  color: #fff;
}
::-moz-selection {
  background: #0e70b5;
  color: #fff;
}
::-webkit-selection {
  background: #0e70b5;
  color: #fff;
}
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  background-clip: padding-box;
  background-color: #808080;
  min-height: 40px;
  padding-top: 100px;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background-color: #B3B3B3;
}
.animated {
  visibility: hidden;
}
.animatedBlock {
  visibility: visible;
}
/*loading*/
.loading-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: #ffffff;
  color: #999;
}
.loading-box .loading-info {
  width: 100%;
  top: 45%;
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 2rem;
  font-size: 2rem;
}
/*header*/
.index-header {
  width: 1000px;
  position: fixed;
  z-index: 990;
  top: 0;
  left: 50%;
  margin-left: -500px;
  padding-top: 30px;
}
.mask-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
  transition: all .2s linear;
}
.header-box {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
}
.header-box header {
  width: 1000px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  transition: all .3s linear;
}
.header-box .header-child {
  width: 100%;
  height: 50px;
  background: #0e70b5;
  margin-top: 0;
  float: left;
  transition: all .3s linear;
}
.header-box .header-child ul {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.header-box .header-child ul li {
  float: left;
  padding-right: 9em;
}
.header-box .header-child ul li a {
  height: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 1.6em;
  transition: all .3s linear;
  display: block;
}
.header-box .header-child ul li a:hover {
  opacity: .5;
}
.header-box-small-a {
  position: absolute;
}
.header-box-small {
  position: fixed;
}
.header-box-small header {
  display: none;
}
.header-box-small .header-child {
  margin-top: 0;
}
header .logo {
  width: 89px;
  height: 70px;
  float: left;
  overflow: hidden;
  transition: all .3s linear;
}
header .logo img {
  width: 100%;
}
header .mnav {
  position: fixed;
  top: 55px;
  left: 30px;
  transition: all .3s linear;
  display: none;
}
header .mnav .m-b {
  display: none;
}
header .header-nav {
  float: right;
  transition: all .3s linear;
}
header .header-nav ul {
  height: 70px;
}
header .header-nav ul li {
  float: left;
  margin: 0 20px;
  position: relative;
}
header .header-nav ul li a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 1.6em;
  transition: all .3s linear;
  color: #626262;
  position: relative;
  font-weight: lighter;
}
header .header-nav ul li a i {
  background: #0e70b5;
  width: 0em;
  height: 2px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all .2s linear;
}
header .header-nav ul li a.current,
header .header-nav ul li a:hover {
  color: #0e70b5;
}
header .header-nav ul li a.current i,
header .header-nav ul li a:hover i {
  width: 1em;
}
header .header-nav-bai ul li a {
  color: #ddd;
}
header .header-nav-bai ul li a i {
  background: #fff;
}
header .header-nav-bai ul li a.current,
header .header-nav-bai ul li a:hover {
  color: #fff;
}
/**/
.section {
  text-align: center;
  background: no-repeat center center;
  background-size: cover;
}
.section .section-box {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
.section .scroll-down {
  width: 37px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18.5px;
  z-index: 990;
}
.index-first .index-logo {
  position: absolute;
  left: 0;
  top: 0;
}
.index-first .section-box img {
  margin-top: -100px;
}
.index-news {
  background: no-repeat right bottom;
  background-size: auto;
}
.index-news .index-news-list {
  width: 945px;
  margin: 0 auto;
}
.index-news .index-news-list li {
  width: 285px;
  height: 285px;
  float: left;
  margin: 30px 15px 0 15px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.index-news .index-news-list li a {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  transition: all .3s linear;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.index-news .index-news-list li a .pic {
  width: 100%;
  height: 190px;
  background: no-repeat center center;
  background-size: cover;
}
.index-news .index-news-list li a h3 {
  width: 90%;
  margin: .6em 0 0 5%;
  position: relative;
  font-size: 1.6em;
  color: #000;
  transition: all .3s linear;
  font-weight: 300;
  letter-spacing: .05em;
}
.index-news .index-news-list li a h3 b {
  width: 100%;
  height: 2.5em;
  display: block;
  font-weight: 300;
}
.index-news .index-news-list li a h3 small {
  width: 100%;
  display: block;
  font-size: 12px;
  margin-top: .3em;
  color: #aaa;
}
.index-news .index-news-list li a h3 span {
  color: #0e70b5;
  font-size: 14px;
  font-weight: lighter;
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-news .index-news-list li a:hover {
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.index-news .index-news-list li a:hover h3 {
  opacity: .5;
}
.index-news .index-news-list li.title a {
  background: #257dbb;
  border-radius: 5px;
  color: #fff;
}
.index-news .index-news-list li.title a h3 {
  color: #fff;
  margin: 6.5em 0 0 1.5em;
  font-weight: normal;
  font-size: 1.8em;
}
.index-news .index-news-list li.title a h3 small {
  color: #fff;
  margin: 0;
}
.index-news .index-news-list li.last a h3 {
  color: #0e70b5;
  margin: 4.5em 0 0 1.5em;
}
.index-news .index-news-list li.last a h3 small {
  color: #0e70b5;
}
.index-about .index-about-title {
  float: left;
  margin-left: 5em;
}
.index-about .index-about-info {
  width: 650px;
  float: right;
  line-height: 2em;
  margin-top: 10em;
  color: #fff;
  text-align: left;
  font-size: 1.6em;
}
.index-about .index-about-info p {
  margin: 0;
  font-weight: 100;
  word-wrap: break-word;
  letter-spacing: .03em;
  text-align: justify;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.index-project .index-project-title {
  width: 124px;
  position: absolute;
  left: 50%;
  margin-left: -62px;
  top: 150px;
  margin-bottom: 0;
}
.index-project .index-project-list {
  width: 1000px;
}
.index-project .index-project-list a {
  margin: 0 25px;
  display: inline-block;
  transition: all .5s linear;
  opacity: 1;
  visibility: visible;
}
.index-project .index-project-list a:hover {
  opacity: .6;
}
.index-project .index-project-list a:nth-child(1) {
  margin-left: 0;
}
.index-project .index-project-list a:nth-child(5) {
  margin-right: 0;
}
.index-advantage {
  background: no-repeat #0e70b5 left center;
  background-size: auto;
}
.index-advantage .index-advantage-title {
  width: 402px;
  height: 204px;
  position: absolute;
  left: 120px;
  top: 50%;
  margin-top: -162px;
  z-index: 100;
}
.index-advantage .index-advantage-m-title {
  display: none;
}
.index-advantage .index-advantage-bg {
  width: 263px;
  height: 544px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -272px;
  z-index: 101;
}
.index-advantage .index-advantage-list {
  width: 450px;
  height: 180px;
  position: relative;
  left: 50%;
  margin-left: -75px;
  z-index: 120;
  margin-top: 50px;
}
.index-advantage .index-advantage-list img {
  position: absolute;
  display: block;
}
.index-advantage .index-advantage-list .index-advantage-8 {
  top: 0;
  left: 80px;
}
.index-advantage .index-advantage-list .index-advantage-8-info {
  bottom: 20px;
  left: 167px;
}
.index-advantage .index-advantage-list .index-advantage-10 {
  top: 0;
  left: 17px;
}
.index-advantage .index-advantage-list .index-advantage-10-info {
  top: 20px;
  left: 167px;
}
.index-advantage .index-advantage-list .index-advantage-30 {
  top: 0;
  left: 0;
}
.index-advantage .index-advantage-list .index-advantage-30-info {
  top: 20px;
  left: 167px;
}
.index-advantage .index-advantage-list .index-advantage-30-info-2 {
  bottom: 0;
  left: 80px;
}
.index-advantage .list2 {
  height: 155px;
  margin-top: 0;
}
.index-advantage .list3 {
  height: 200px;
  margin-top: 0;
}
/*其它栏目*/
.content-box {
  width: 1000px;
  margin: 140px auto 0 auto;
}
.join-bg {
  width: 100%;
  float: left;
  margin-top: 100px;
  display: block;
}
.case-details {
  width: 100%;
  float: left;
}
.case-details h3.case-details-title {
  width: 100%;
  float: left;
  font-size: 3em;
  font-weight: 500;
}
.case-details h3.case-details-title small {
  font-size: 14px;
  clear: both;
  display: block;
  color: #aaa;
  margin-top: .5em;
}
.case-details .case-details-content {
  width: 100%;
  min-height: 500px;
  font-size: 1.4em;
  word-wrap: break-word;
  line-height: 1.75rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #626262;
}
.case-details .case-details-content p {
  margin: 1.5em 0;
  background: none;
}
.case-details .case-details-content img {
  max-width: 100%;
}
.join-box {
  margin: 0 auto;
}
.join-box .join-content {
  width: 100%;
  float: left;
  font-size: 1.4em;
  word-wrap: break-word;
  line-height: 1.75rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #626262;
}
.join-box .join-content p {
  margin: 1.5em 0;
}
.join-box .join-content .join-title {
  width: 100%;
  color: #0e70b5;
  font-size: 2em;
  font-weight: 500;
  border-bottom: 1px solid #0e70b5;
  line-height: 3em;
  margin-top: 2em;
  float: left;
}
.join-box .join-content a {
  clear: both;
  display: block;
  color: #0e70b5;
  font-size: 1.4em;
  font-weight: 300;
}
.join-box .join-content .mailico {
  margin: .45em .5em 0 0;
  float: left;
}
.join-box .join-content .join-z-title {
  font-size: 1.1em;
  font-weight: 500;
  clear: both;
}
.join-box .join-content .join-z-title img {
  margin: .45em .5em 0 0;
  float: left;
}
.column-box {
  width: 100%;
  float: left;
  margin-top: 2em;
  padding-bottom: 1em;
  /**/
  /**/
}
.column-box .column-title {
  font-size: 2.4em;
  color: #000;
  font-weight: 500;
  word-wrap: break-word;
  letter-spacing: .05em;
  text-align: justify;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.column-box .column-title span {
  width: 100%;
  display: block;
}
.column-box .column-title .solid {
  width: 100%;
  border-bottom: 1px solid #7aafd3;
  position: relative;
  margin-top: 1em;
}
.column-box .column-title .solid span {
  width: 37%;
  height: 8px;
  position: absolute;
  background: #0e70b5;
  left: 0;
  top: -4px;
}
.column-box .column-title small {
  width: 100%;
  font-size: .65em;
  display: block;
  font-weight: 200;
  margin-top: 1.5em;
}
.column-box .column-title .hui {
  color: #626262;
}
.column-box .column-title .hui b {
  font-size: 18px;
  font-weight: 100;
  color: #000;
}
.column-box .column-child {
  width: 100%;
  float: left;
  padding-top: 2em;
  /*校园招聘流程*/
  /*图片列表*/
  /*团队建设*/
}
.column-box .column-child h3 {
  color: #0e70b5;
  font-size: 1.8em;
  font-weight: 500;
  margin: 0;
}
.column-box .column-child .liucheng {
  width: 100%;
  float: left;
  padding: 1.8em 0;
}
.column-box .column-child .liucheng img {
  float: left;
}
.column-box .column-child .column-img-list-box {
  width: 100%;
  height: 10em;
  float: left;
  padding: 0 0 1.8em 0;
  overflow: hidden;
  transition: all 1s linear;
}
.column-box .column-child .column-img-list-box .column-img-list {
  width: 120px;
  height: 40px;
  float: left;
  /* 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;
  margin: 1.8em 100px 0 0;
}
.column-box .column-child .column-img-list-box .column-img-list img {
  float: left;
  max-width: 100%;
  max-height: 100%;
}
.column-box .column-child .column-img-list-box .column-img-list:nth-child(5n) {
  margin-right: 0;
}
.column-box .column-child .blue {
  color: #0e70b5;
}
.column-box .column-child .ttjs-info {
  word-wrap: break-word;
  letter-spacing: .05em;
  text-align: justify;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.column-box .column-child .ttjs-info h3 {
  color: #000;
  font-size: 1.6em;
  font-weight: lighter;
  margin-bottom: 1em;
}
.column-box .column-child .ttjs-info h3 i {
  color: #707070;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 500;
}
.column-box .column-child .ttjs-info h3 b {
  font-weight: 500;
  margin-left: .5em;
}
.column-box .column-child .ttjs-info h3 b.font-14 {
  font-size: 14px;
  margin: 0;
}
.column-box .column-child .ttjs-info h3 span {
  font-size: 14px;
  color: #626262;
}
.column-box .column-child .ttjs-info h3 span p {
  margin: .5em 0;
}
.column-box .column-child .ttjs-info h3 small {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: .5em 0 0 3.1em;
  color: #626262;
}
.column-box .column-child .ttjs-info h3 small b {
  margin-left: .2em;
}
.column-box .column-child .ttjs-info .rcplzj-pic-1 {
  margin: 1em 0 1em 0;
}
.column-box .column-child .ttjs-info .rcpjzx-info-1 h3 {
  margin-bottom: .5em;
}
.column-box .column-child .ttjs-info .rcpjzx-info-1 b {
  margin: 0;
}
.column-box .column-child .ttjs-info .rcpjzx-info-1 span {
  line-height: 2em;
}
.column-box .column-child .ttjs-info .rcplzj-about {
  margin: 2em 0 .5em 0;
  clear: both;
}
.column-box .column-child .ttjs-info .rcpj-two-l,
.column-box .column-child .ttjs-info .rcpj-two-r {
  float: left;
}
.column-box .column-child .ttjs-info .rcpj-zj {
  display: block;
  clear: both;
  margin: 2em 0 2em 200px;
  float: left;
}
.column-box .column-child .rcpj-tb-box {
  margin: 4em 0 0 0;
}
.column-box .column-child .rcpj-tb-box h3 {
  margin-bottom: 2em;
}
.column-box .column-child .rcpj-tb-box h3 b {
  margin: 0;
}
.column-box .case-list-box {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.column-box .case-list-box li {
  width: 320px;
  float: left;
  margin: 2em 20px 1em 0;
}
.column-box .case-list-box li a {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  float: left;
  overflow: hidden;
  transition: all .3s linear;
}
.column-box .case-list-box li a .pic {
  width: 100%;
  height: 180px;
  background: no-repeat center center;
  background-size: cover;
  float: left;
  transition: all .3s linear;
}
.column-box .case-list-box li a h3 {
  width: 90%;
  margin: 1em 5%;
  color: #000;
  font-size: 1.6em;
  font-weight: 500;
  float: left;
}
.column-box .case-list-box li a h3 span {
  width: 100%;
  height: 4em;
  display: block;
  clear: both;
}
.column-box .case-list-box li a h3 small {
  font-size: 1em;
  color: #0e70b5;
  width: 100%;
  clear: both;
  display: block;
  font-size: 14px;
}
.column-box .case-list-box li a:hover {
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.column-box .case-list-box li a:hover .pic {
  opacity: .8;
}
.column-box .case-list-box li:nth-child(3n) {
  margin-right: 0;
}
.column-box .column-child-mtop {
  padding-top: 0em;
}
.column-box .readmore {
  width: 100%;
  text-align: center;
  display: block;
  color: #0e70b5;
  font-size: 1.4em;
  float: left;
  margin-top: 2em;
  transition: all .3s linear;
}
.column-box .readmore:hover {
  opacity: .5;
}
.column-box .jump-case {
  font-size: 1.6em;
  border: 1px solid #73acd2;
  color: #0e70b5;
  float: left;
  text-align: center;
  width: 205px;
  height: 45px;
  display: block;
  line-height: 45px;
  margin-top: 1.5em;
  transition: all .3s linear;
}
.column-box .jump-case:hover {
  opacity: .5;
}
/**/
.footer-padding {
  width: 100%;
  height: 100px;
  float: left;
}
footer {
  width: 100%;
  background: #2a2a2a;
  float: left;
  color: #999;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1) inset;
  padding-top: 20px;
  text-align: center;
}
footer p {
  margin: 5px 0;
}
footer a {
  color: #999;
}
footer .footer-content {
  width: 1000px;
  margin: 0 auto;
}
footer .footer-content .footer-list {
  width: 33%;
  float: left;
  padding: 100px 0;
  text-align: left;
  color: #707070;
  font-size: 1.4em;
}
footer .footer-content .footer-list span {
  clear: both;
  display: block;
  letter-spacing: .1em;
  margin-top: .5em;
}
footer .footer-content .footer-list .code {
  margin-left: 1.5em;
}
footer .copys {
  width: 100%;
  background: #1b1b1b;
  float: left;
  color: #535353;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1) inset;
  padding: 20px 0;
  font-size: 1.2em;
}
@media screen and (min-width: 960px) and (max-height: 700px) {
  .index-news .index-news-list li:nth-child(3),
  .index-news .index-news-list li:nth-child(4),
  .index-news .index-news-list li:nth-child(5) {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-height: 768px) {
  .scroll-down {
    display: none;
  }
  .index-news .index-news-list li {
    width: 285px;
    height: 260px;
    margin: 15px 15px 0 15px;
  }
  .index-news .index-news-list li a .pic {
    width: 100%;
    height: 190px;
    background: no-repeat center center;
    background-size: cover;
  }
  .index-news .index-news-list li a h3 {
    height: 3em;
  }
  .index-news .index-news-list li a h3 b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-news .index-news-list li a h3 small {
    display: none;
  }
  .index-news .index-news-list li a h3 span {
    color: #0e70b5;
    font-size: 14px;
    font-weight: lighter;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .index-news .index-news-list li.title a h3 {
    margin-top: 5.5em;
  }
  .index-news .index-news-list li.title a h3 small {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .index-header {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding-top: 50px;
  }
  header {
    width: auto;
    margin: 0;
  }
  header .logo {
    width: 89px;
    height: 50px;
    float: none;
    display: block;
    margin: 0 auto;
  }
  header .mnav {
    display: block;
  }
  header .mnav:active {
    opacity: .5;
  }
  header .header-nav {
    position: fixed;
    left: -1000px;
    top: 0;
    background: #fff;
    width: 40%;
    height: 100%;
    z-index: 999;
  }
  header .header-nav ul {
    height: 50px;
    margin-top: 20%;
  }
  header .header-nav ul li {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    text-align: center;
  }
  header .header-nav ul li a {
    height: 50px;
    line-height: 50px;
    color: #666;
  }
  header .header-nav ul li a.current,
  header .header-nav ul li a:hover {
    border: 1px solid #eee;
    background: #f9f9f9;
    border-width: 1px 0;
  }
  header .header-nav ul li a.current i,
  header .header-nav ul li a:hover i {
    width: 0em;
  }
  .header-box {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #f6f6f6;
    z-index: 99;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
  }
  .header-box header {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
  }
  .header-box header .mnav {
    top: 35px;
  }
  .header-box .header-child {
    display: none;
  }
  .section {
    overflow: hidden;
  }
  .section .section-box {
    width: 100%;
  }
  .index-first img {
    max-width: 80%;
  }
  .index-news .index-news-list {
    width: 100%;
    margin: 0 auto;
  }
  .index-news .index-news-list li {
    width: 90%;
    height: auto;
    margin: .5em 0 0 5%;
  }
  .index-news .index-news-list li .pic {
    display: none;
    background: none;
  }
  .index-news .index-news-list li a {
    padding: .5em 0;
  }
  .index-news .index-news-list li a h3 {
    width: 80%;
    margin: 0 0 0 10%;
    font-size: 1.4em;
  }
  .index-news .index-news-list li a h3 b {
    width: 100%;
    height: 2.5em;
    display: block;
    font-weight: 300;
  }
  .index-news .index-news-list li a h3 small {
    font-size: .8em;
    margin-top: .3em;
  }
  .index-news .index-news-list li a h3 span {
    color: #0e70b5;
    font-size: 14px;
    font-weight: lighter;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .index-news .index-news-list li.title a h3 {
    margin: .1em 0 0 1.5em;
    font-size: 1.8em;
  }
  .index-news .index-news-list li:nth-child(5) {
    display: none;
  }
  .index-news .index-news-list li.last a h3 {
    margin: .1em 0 0 1.5em;
  }
  .index-about .index-about-title {
    max-width: 60%;
    float: left;
    margin-left: 5em;
    display: block;
  }
  .index-about .index-about-info {
    width: 90%;
    float: left;
    line-height: 1.6em;
    margin: 1em 0 0 5%;
    font-size: 1.4em;
  }
  .index-project .index-project-title {
    width: 30%;
    position: absolute;
    left: 35%;
    margin-left: auto;
    top: auto;
    top: 3em;
  }
  .index-project .index-project-list {
    width: 100%;
  }
  .index-project .index-project-list a {
    width: 28%;
    margin: 2%;
  }
  .index-project .index-project-list a img {
    max-width: 100%;
  }
  .index-project .index-project-list a:hover {
    opacity: .6;
  }
  .index-project .index-project-list a:nth-child(1) {
    margin-left: 0;
  }
  .index-project .index-project-list a:nth-child(5) {
    margin-right: 0;
  }
  .index-advantage .index-advantage-title {
    display: none;
  }
  .index-advantage .index-advantage-m-title {
    display: block;
    max-width: 320px;
    position: absolute;
    top: 1em;
    right: -20%;
  }
  .index-advantage .index-advantage-bg {
    width: 263px;
    height: 544px;
    position: absolute;
    left: -30%;
    top: 50%;
    margin-top: -272px;
    z-index: 101;
    display: none;
  }
  .index-advantage .index-advantage-list {
    width: 320px;
    height: 10em;
    position: relative;
    left: 50%;
    margin-left: -190px;
    z-index: 120;
  }
  .index-advantage .index-advantage-list img {
    position: absolute;
  }
  .index-advantage .index-advantage-list .index-advantage-8 {
    top: 0;
    left: 6.5em;
    max-height: 8em;
  }
  .index-advantage .index-advantage-list .index-advantage-8-info {
    bottom: 20px;
    left: 11em;
    max-height: 1.5em;
  }
  .index-advantage .index-advantage-list .index-advantage-10 {
    top: 0;
    left: 3.3em;
    max-height: 7em;
  }
  .index-advantage .index-advantage-list .index-advantage-10-info {
    top: 20px;
    left: 11em;
    max-height: 1.5em;
  }
  .index-advantage .index-advantage-list .index-advantage-30 {
    top: 0;
    left: 2.4em;
    max-height: 8.5em;
  }
  .index-advantage .index-advantage-list .index-advantage-30-info {
    top: 20px;
    left: 11em;
  }
  .index-advantage .index-advantage-list .index-advantage-30-info-2 {
    bottom: 0;
    left: 7em;
    max-height: 3em;
  }
  .index-advantage .list2 {
    height: 10em;
  }
  .index-advantage .list3 {
    height: 11em;
  }
  .content-box {
    width: 94%;
    margin: 60px 3%;
    float: left;
  }
  .case-details {
    margin-top: 3em;
  }
  .column-box .column-title img {
    max-width: 90%;
  }
  .column-box .column-child {
    width: 100%;
    float: left;
    padding-top: 1em;
    /*校园招聘流程*/
    /*图片列表*/
    /*团队建设*/
    /*****************/
    /*****************/
  }
  .column-box .column-child h3 {
    color: #0e70b5;
    font-size: 1.8em;
    font-weight: 500;
    margin: 0;
  }
  .column-box .column-child .liucheng img {
    max-width: 100%;
    margin-bottom: .5em;
  }
  .column-box .column-child .column-img-list-box {
    height: 10em;
  }
  .column-box .column-child .column-img-list-box .column-img-list {
    width: 50%;
    margin: 1.8em 0 0 0;
  }
  .column-box .column-child .ttjs-info h3 span {
    font-size: 14px;
    color: #626262;
  }
  .column-box .column-child .ttjs-info h3 span p {
    margin: .5em 0;
  }
  .column-box .column-child .ttjs-info h3 small {
    width: auto;
  }
  .column-box .column-child .ttjs-info h3 small b {
    margin-left: .2em;
  }
  .column-box .column-child .ttjs-info .rcplzj-pic-1 {
    width: 100%;
    margin: 1em 0 1em 0;
  }
  .column-box .column-child .ttjs-info .rcpj-two-l,
  .column-box .column-child .ttjs-info .rcpj-two-r {
    width: 100%;
    margin: 1em 0;
  }
  .column-box .column-child .ttjs-info .rcpj-zj {
    width: 100%;
    margin: 2em 0 2em 0;
  }
  .column-box .column-child .rcpj-tb-box {
    margin: 4em 0 0 0;
  }
  .column-box .column-child .rcpj-tb-box h3 {
    margin-bottom: 2em;
  }
  .column-box .column-child .rcpj-tb-box h3 b {
    margin: 0;
  }
  .column-box .jump-case {
    width: 60%;
    margin: 1.5em 20%;
  }
  .column-box .case-list-box {
    height: 58em;
  }
  .column-box .case-list-box li {
    width: 100%;
    float: left;
    margin: 1em 0 1em 0;
  }
  .column-box .case-list-box li a h3 {
    width: 90%;
    margin: 1em 5%;
    color: #000;
    font-size: 1.8em;
    font-weight: 500;
    float: left;
  }
  .column-box .case-list-box li a h3 small {
    margin-top: 1em;
  }
  .join-bg {
    margin-top: 92px;
  }
  .join-box {
    margin-top: 0;
  }
  .join-box .join-content .join-title {
    margin-top: .5em;
    float: left;
  }
  .footer-padding {
    height: 0;
  }
  footer .footer-content {
    width: 100%;
    margin: 0 auto;
  }
  footer .footer-content .footer-list {
    width: 90%;
    padding: 1em 0;
    margin-left: 5%;
    text-align: center;
  }
}
