.n-content {
  padding-top: 90px;
  min-height: 760px;
}
.nav1 {
  padding: 28px 18px;
}
.nav1 ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.nav1 ul li {
  text-align: center;
  height: 54px;
  line-height: 54px;
  flex: 1;
}
.nav1 ul li a {
  font-size: 20px;
  color: #333;
  display: block;
}
.nav1 ul .active {
  background: #b60005;
}
.nav1 ul .active a {
  color: #fff;
}
.job-opportunities {
  background: #f6f6f6;
  min-height: 800px;
}
.job-opportunities .title-box {
  text-align: center;
}
.job-opportunities .title-box h3 {
  display: inline-block;
  font-size: 32px;
  color: #333;
  font-weight: normal;
}
.job-opportunities .title-box h3::after,
.job-opportunities .title-box h3::before {
  content: '';
  display: inline-block;
  width: 62px;
  margin: 0 30px;
  height: 1px;
  background: #d4d4d4;
  margin-bottom: 10px;
}
.job-opportunities .title-list {
  padding: 20px;
}
.job-opportunities .title-list ul {
  overflow: hidden;
}
.job-opportunities .title-list ul li {
  float: left;
  width: 145px;
  height: 50px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.job-opportunities .title-list ul li a {
  line-height: 50px;
  color: #666;
  font-size: 24px;
  display: block;
}
.job-opportunities .title-list ul li img {
  display: none;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -17px;
}
.job-opportunities .title-list ul .active {
  background: #b60005;
}
.job-opportunities .title-list ul .active img {
  display: block;
}
.job-opportunities .title-list ul .active a {
  color: #fff;
}
.job-opportunities .job-list {
  margin-top: 30px;
  overflow: hidden;
}
.job-opportunities .job-list ul {
  padding: 0 20px;
}
.job-opportunities .job-list ul li {
  width: 600px;
  overflow: hidden;
  margin-bottom: 46px;
  display: none;
}
.job-opportunities .job-list ul li .bot-box {
  width: 600px;
  padding: 20px;
  background: #f1f1f1;
}
.job-opportunities .job-list ul li .bot-box p {
  font-size: 20px;
  color: #666;
  line-height: 36px;
}
.job-opportunities .job-list ul li .bot-box dl {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d5d5d5;
}
.job-opportunities .job-list ul li .bot-box dl dd {
  font-size: 20px;
  line-height: 36px;
  color: #b60005;
}
.job-opportunities .job-list ul .active-box {
  display: block;
}
.brief-introduction {
  background: #f6f6f6;
}
.brief-introduction .title-box {
  text-align: center;
  padding: 50px 0 30px 0;
}
.brief-introduction .title-box h3 {
  display: inline-block;
  font-size: 32px;
  color: #333;
  font-weight: normal;
}
.brief-introduction .title-box h3::after,
.brief-introduction .title-box h3::before {
  content: '';
  display: inline-block;
  width: 62px;
  margin: 0 30px;
  height: 1px;
  background: #d4d4d4;
  margin-bottom: 10px;
}
.brief-introduction h4 {
  font-size: 24px;
  text-align: center;
  color: #333;
  font-weight: normal;
  padding-bottom: 38px;
}
.brief-introduction h4 span {
  color: #b60005;
}
.brief-introduction p {
  font-size: 24px;
  color: #888888;
  line-height: 36px;
  padding: 0 20px;
}
.brief-introduction .content-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0 24px;
  margin-bottom: 32px;
}
.brief-introduction .content-box .item-box {
  width: 294px;
}
.brief-introduction .content-box .item-box img {
  display: block;
}
.brief-introduction .content-box .item-box .top-img {
  width: 294px;
  height: 184px;
  margin-bottom: 5px;
}
.brief-introduction .content-box .item-box .bot-img {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.brief-introduction .content-box .item-box .bot-img img {
  display: block;
  width: 146px;
  height: 115px;
}
.brief-introduction .jjimg {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.team {
  background: #f6f6f6;
  overflow: hidden;
}
.team .top-list {
  padding-top: 64px;
}
.team .top-list ul {
  padding: 0 20px;
}
.team .top-list ul li {
  overflow: hidden;
  margin-bottom: 30px;
}
.team .top-list ul li img {
  display: block;
  float: left;
  width: 273px;
  height: 292px;
}
.team .top-list ul li .write-box {
  float: left;
  display: block;
  width: 327px;
  height: 292px;
  overflow: hidden;
}
.team .top-list ul li .write-box .t-title {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 50px;
}
.team .top-list ul li .write-box .t-title h3 {
  float: left;
  font-size: 26px;
  color: #333;
  padding-left: 18px;
  font-weight: normal;
}
.team .top-list ul li .write-box .t-title span {
  float: right;
  padding-right: 24px;
  color: #888;
  font-size: 22px;
}
.team .top-list ul li .write-box .bot-box {
  width: 327px;
  height: 195px;
  background: #f1f1f1;
  padding: 12px;
}
.team .top-list ul li .write-box .bot-box p {
  font-size: 20px;
  color: #888;
  line-height: 24px;
}
.team .av-box {
  padding: 0 20px;
}
.team .av-box img {
  display: block;
  width: 100%;
}
.team .bot-list {
  padding-top: 50px;
}
.team .bot-list ul {
  padding-left: 20px;
  overflow: hidden;
}
.team .bot-list ul li {
  overflow: hidden;
  margin-right: 20px;
  float: left;
  margin-bottom: 32px;
}
.team .bot-list ul li img {
  width: 127px;
  height: 189px;
  float: left;
  display: block;
}
.team .bot-list ul li .write-box {
  width: 162px;
  float: left;
}
.team .bot-list ul li .write-box h3 {
  font-size: 26px;
  font-weight: normal;
  color: #333;
  padding-left: 16px;
  padding-bottom: 18px;
  padding-top: 10px;
}
.team .bot-list ul li .write-box .bot-box {
  width: 162px;
  height: 133px;
  background: #f1f1f1;
  display: table;
}
.team .bot-list ul li .write-box .bot-box .mid-box {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.team .bot-list ul li .write-box .bot-box .mid-box h4 {
  font-size: 22px;
  padding-bottom: 6px;
  color: #666;
  font-weight: normal;
}
.team .bot-list ul li .write-box .bot-box .mid-box p {
  color: #888;
  font-size: 18px;
}
.team .bot-list .more-a {
  margin: 40px auto;
  width: 162px;
  height: 50px;
  display: block;
  background: #cd2040;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
}
.team-detail {
  background: #f6f6f6;
}
.team-detail .top-box {
  padding: 30px 20px;
  position: relative;
}
.team-detail .top-box .t-title {
  width: 280px;
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.team-detail .top-box .t-title h3 {
  float: left;
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
.team-detail .top-box .t-title span {
  float: right;
  font-size: 20px;
  color: #888;
}
.team-detail .top-box img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.team-detail .top-box .bg {
  width: 600px;
  height: 300px;
  background: #f1f1f1;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 1;
}
.team-detail .content-box {
  padding: 30px 20px;
}
.team-detail .content-box dl dd {
  font-size: 22px;
  color: #888;
  line-height: 30px;
}
.team-detail .content-box img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 10px;
}
.team-detail .content-box h4 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  padding-bottom: 10px;
}
.team-detail .content-box p {
  font-size: 22px;
  line-height: 30px;
  color: #888;
  padding-bottom: 30px;
}
.team-detail .content-box .pn-box {
  border-top: 1px dashed #e4e4e4;
  padding-bottom: 80px;
}
.team-detail .content-box .pn-box a {
  padding-top: 40px;
  display: block;
  font-size: 24px;
  color: #333;
}
.team-detail .content-box .pn-box .prev {
  float: left;
}
.team-detail .content-box .pn-box .next {
  float: right;
}
.link-us {
  background: #f6f6f6;
}
.link-us .title-box {
  text-align: center;
  padding: 20px 0 30px 0;
}
.link-us .title-box h3 {
  display: inline-block;
  font-size: 32px;
  color: #333;
  font-weight: normal;
}
.link-us .title-box h3::after,
.link-us .title-box h3::before {
  content: '';
  display: inline-block;
  width: 62px;
  margin: 0 30px;
  height: 1px;
  background: #d4d4d4;
  margin-bottom: 10px;
}
.link-us h4 {
  text-align: center;
  line-height: 48px;
  font-size: 28px;
  color: #333;
  font-weight: normal;
}
.link-us h4 span {
  color: #b60005;
}
.link-us dl {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.link-us dl dd {
  font-size: 20px;
  color: #888;
  line-height: 30px;
}
.link-us .map-box {
  padding: 0 20px 80px 20px;
}
.link-us .map-box .more-a {
  display: block;
  text-align: center;
  width: 250px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background: #b60005;
  color: #fff;
  border-radius: 30px;
  font-size: 24px;
}
.list-page {
  background: #f6f6f6;
  min-height: 800px;
}
.list-page .nav-swiper {
  padding: 36px 20px;
}
.list-page .nav-swiper .item1 {
  font-size: 20px;
  text-align: center;
  height: 54px;
  line-height: 54px;
}
.list-page .nav-swiper .item1 a {
  color: #333;
}
.list-page .nav-swiper .active {
  background: #b60005;
}
.list-page .nav-swiper .active a {
  color: #fff;
}
.list-page .ul-list {
  overflow: hidden;
}
.list-page .ul-list ul {
  padding: 0 20px;
}
.list-page .ul-list ul li {
  padding-bottom: 26px;
  border-bottom: 1px dashed #e9e9e9;
  margin-bottom: 26px;
}
.list-page .ul-list ul li a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.list-page .ul-list ul li a img {
  display: block;
  width: 161px;
  height: 121px;
}
.list-page .ul-list ul li a .write-box {
  width: 410px;
}
.list-page .ul-list ul li a .write-box h3 {
  font-size: 24px;
  color: #b60005;
  font-weight: normal;
  padding-bottom: 14px;
  padding-top: 6px;
}
.list-page .ul-list ul li a .write-box p {
  font-size: 20px;
  color: #888;
  line-height: 24px;
}
.list-page .ul-list .more-a {
  display: block;
  width: 161px;
  height: 50px;
  background: #cd2040;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 30px auto 80px auto;
}
.online-msg {
  background: #f6f6f6;
  overflow: hidden;
}
.online-msg .title-box {
  text-align: center;
  padding-bottom: 60px;
}
.online-msg .title-box h3 {
  display: inline-block;
  font-size: 32px;
  color: #333;
  font-weight: normal;
}
.online-msg .title-box h3::after,
.online-msg .title-box h3::before {
  content: '';
  display: inline-block;
  width: 62px;
  margin: 0 30px;
  height: 1px;
  background: #d4d4d4;
  margin-bottom: 10px;
}
.online-msg .content-box {
  background: #f1f1f1;
  margin-top: 35px;
  margin-bottom: 100px;
}
.online-msg .content-box .title1 {
  text-align: center;
  padding-top: 30px;
}
.online-msg .content-box .title1 h3 {
  font-weight: normal;
  font-size: 28px;
  color: #333;
  padding-bottom: 6px;
}
.online-msg .content-box .title1 h3 em {
  font-style: normal;
  color: #cd2040;
}
.online-msg .content-box .title1 span {
  font-size: 20px;
  color: #888;
}
.online-msg .content-box .form {
  padding: 26px 24px 48px 24px;
}
.online-msg .content-box .form .input-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding-bottom: 12px;
}
.online-msg .content-box .form .input-box input {
  width: 289px;
  height: 39px;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
}
.online-msg .content-box .form textarea {
  resize: none;
  width: 100%;
  height: 160px;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #d8d8d8;
}
.online-msg .content-box .form .submit {
  width: 100%;
  height: 37px;
  background: #cd2040;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
.yszx {
  padding: 52px 20px 26px 20px;
  border-bottom: 1px dashed #f0f0f0;
  margin-bottom: 26px;
  background: #f6f6f6;
}
.yszx a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.yszx a img {
  display: block;
  width: 222px;
  height: 147px;
}
.yszx a .write-box {
  width: 360px;
}
.yszx a .write-box h3 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 30px;
}
.yszx a .write-box h3 i {
  display: inline-block;
  width: 19px;
  height: 20px;
  margin-right: 4px;
  background: url('../images/fireicon.png') no-repeat;
}
.yszx a .write-box p {
  font-size: 20px;
  color: #666;
  line-height: 30px;
}
.yszx a .write-box p span {
  color: #b60005;
}
.article {
  background: #f6f6f6;
}
.article .t-title {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px dashed #dfdfdf;
  margin-bottom: 30px;
}
.article .t-title h3 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  padding: 0 24px 12px 24px;
  line-height: 40px;
}
.article .t-title span {
  font-size: 22px;
  color: #ababab;
  margin-right: 12px;
}
.article .t-title .share {
  display: inline-block;
}
.article .content-box {
  padding: 0 20px;
  margin-bottom: 30px;
}
.article .content-box p {
  font-size: 26px;
  color: #666;
  line-height: 40px;
  padding-bottom: 30px;
}
.article .content-box p span {
  font-size: 30px!important;
}
.article .btn-box {
  padding-left: 20px;
  overflow: hidden;
  padding-bottom: 18px;
}
.article .btn-box .share {
  float: left;
}
.article .btn-box a {
  display: block;
  width: 126px;
  height: 35px;
  background: #828282;
  color: #fff;
  margin-right: 18px;
  float: right;
  text-align: center;
  line-height: 35px;
  overflow: hidden;
  border-radius: 6px;
}
.article .btn-box a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.article .btn-box a span {
  font-size: 18px;
  display: inline-block;
  line-height: 35px;
}
.article .btn-box .dj {
  background: #b60005;
}
.article .tips-box {
  padding: 18px 20px;
  border-top: 1px dashed #dfdfdf;
  border-bottom: 1px dashed #dfdfdf;
}
.article .tips-box p {
  font-size: 22px;
  color: #cacaca;
  line-height: 28px;
}
.article .prev-next {
  padding: 30px 20px;
}
.article .prev-next a {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 44px;
}
.brief-introduction .removecl h3 {
  padding: 0 20px!important;
}
