.content {
  min-height: 100vh;
}
section #navbar {
  background: white;
  height: 100px;
  padding: 0 100px;
}

section #navbar h1 {
  height: 100px;
  line-height: 100px;
  text-align: left;
  font-size: 26px;
  font-weight: normal;
  color: #3c3c3c;
}

section #navbar h1 span {
  padding-left: 10px;
  font-size: 16px;
  color: #B2B2B2;
}

section #navbar h1 a {
  font-size: 16px;
  color: #B2B2B2;
}

section #navbar .right {
  float: right;
}

section #navbar .right img {
  display: inline-block;
  margin-left: 10px;
  padding-bottom: 5px;
  width: 30px;
  height: 30px;
}

#sec_intro {
  padding: 60px 20%;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  #sec_intro {
    padding: 60px 10%;
  }
}

#sec_intro .intro-left {
  display: inline-block;
  width: 40%;
  padding: 50px 6%;
  background: white;
  text-align: right;
}

#sec_intro .intro-left h2 {
  display: inline-block;
  font-weight: 200;
  font-size: 18px;
  color: #666;
  padding: 0 1em;
  margin-bottom: 1em;
  border-left: 1px solid #666;
}

#sec_intro .intro-left p {
  font-size: 15px;
  padding: 5px 1em;
}

#sec_intro .intro-right {
  position: relative;
  top: 50px;
  display: inline-block;
  background: none;
  width: 40%;
  padding: 40px 6%;
  margin-left: -60px;
  box-shadow: 0 0 0 8px #eee inset;
  border: 1px solid #ddd;
}

#sec_intro .intro-right h2 {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #666;
  padding: 0 1em;
  margin-bottom: 1em;
}

#sec_intro .intro-right ul {
  text-align: left;
}
#sec_intro .intro-right ul li{
  display: inline-block;
}

#sec_intro .intro-right li img {
  display: inline-block;
  padding: 5px;
  margin: 0 1em;
  vertical-align: middle;
}

#sec_intro .intro-right li span {
  font-size: 18px;
}


#sec_slogan {
  height: 440px;
  background:url(../image/talent.jpg) no-repeat top;
  background-size: cover;
}


#sec_intro a:hover{
  color: green;
  text-decoration: underline;
}

.slide-content-container {
  position: absolute;
  top: 300px;
  width: 100%;
  padding: 0;
  z-index: 5;
  transform: translateY(-50%);
}
.post-content{
  width: 100%;
}
.post-content p {
  margin-top: 0;
  margin-bottom: 10px;
}

.fusion-post-content p, .post-content p {
  margin: 0 0 10px;
}
body{font-family: "微软雅黑";
  margin: 0px;
  padding: 0px;
  background: #fff;
}

.fusion-sep-clear {
  clear: both;
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
.fusion-separator {
  border: 0 solid #e7e6e6;
  clear: both;
  position: relative;
  z-index: 11;
  border-top-width: 3px;
  margin-left: auto;
  margin-right: auto;
}
.fusion-body .fusion-content-sep.sep-solid, .fusion-body .fusion-separator.sep-solid {
  border-bottom-style: solid;
  border-top-style: solid;
}

.fusion-body .fusion-content-sep.sep-single, .fusion-body .fusion-separator.sep-single {
  height: auto;
  border-top-width: 1px;
  border-bottom-width: 0;
}
.fullwidth-box .fusion-row {
  padding-left: 0;
  padding-right: 0;
}
.fusion-fullwidth .fusion-row {
  position: relative;
  z-index: 10;
}
.fusion-builder-row.fusion-builder-row-inner {
  max-width: 100%!important;
}
h3{
  line-height: 1.45;
  color: #191919;
  font-size: 16px;
}
h2{
  line-height: 1.45;
  color: #191919;
  font-size: 18px;
}
.fusion-column-wrapper-2 {
  background-position:left top;
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  right: 20px;
  position: absolute;
  padding-top: 10px;
  font-size: 16px;
}
.fusion_builder_column_4_5{
  margin-top: 0px;
  margin-bottom: 0px;
  width:100%;
  display: flex
}
.fusion-text{
  line-height: 2em;
}
.column-title{
  padding: 10px 0px 0px 15px;
}
.fusion-content{
  padding: 0px 30px 0px 30px;
}


@media screen and (max-width: 1400px){
  #sec_slogan{
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .title-heading-left{
    font-size: 30px !important;
    line-height: 50px !important;
  }

  .slide-content-container{
    top: 20%;
  }

  .fusion-text>h3{
    font-size: 16px;
  }

  .fusion-text>h4>strong>span{
    font-size: 16px;
  }

  .fusion-text{
    font-size: 14px;
  }
}