body,
html {
  background-color: #f0f0f0;
}
.nav {
  width: 100%;
  height: 50px;
  background-color: #fff;
  margin-top: 10px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.nav ul {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.nav ul li {
  list-style: none;
  padding: 0 30px;
  margin: 0 30px;
  float: left;
  cursor: pointer;
  position: relative;
}
.nav ul li:hover {
  border-bottom: 2px solid #F40000;
}
.nav ul li:hover span {
  color: #F40000;
}

.nav ul li.cur {
  background-color: #409EFF;
}
.nav ul li.cur span {
  color: #fff;
}
.nav ul li.active {
  border-bottom: 2px solid #F40000;
}
.nav ul li.active span {
  color: #F40000;
}
.nav-t ul {
  overflow: unset;
}
.nav-t ul li {
  margin: 0 67px;
  position: relative;
}
.nav-t ul li:hover dl {
  display: block;
}
.nav-t ul li dl {
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 51px;
  left: 50%;
  margin-left: -55px;
  z-index: 9999;
}
.nav-t ul li dl dd {
  width: 110px;
  line-height: 30px;
  float: left;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
}
.nav-t ul li dl dd.active,
.nav-t ul li dl dd:hover {
  background-color: #F40000;
  color: #fff;
}
.recruitment {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #F0F0F0;
}
.recruitment .r-content {
  width: 100%;
  height: 50px;
  text-align: center;
}
.recruitment .r-content .hot-area {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.recruitment .r-content .hot-area span.label {
  width: 100px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 50px;
  text-align: center;
}
.recruitment .r-content .hot-area span.more {
  display: inline-block;
  width: 100px;
  float: right;
  text-align: right;
  line-height: 50px;
  font-size: 13px;
  color: #409EFF;
  cursor: pointer;
  margin-right: 50px;
}
.recruitment .r-content .hot-area ul {
  width: calc(100% - 300px);
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.recruitment .r-content .hot-area ul li {
  cursor: pointer;
  list-style: none;
  float: left;
  padding: 3px 30px;
  border: 1px solid #ddd;
  border-radius: 9px;
  font-size: 13px;
  margin-right: 30px;
  background-color: #fff;
  margin-top: 10px;
}
.recruitment .r-content .hot-area ul.more-list {
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #fff;
  z-index: 9;
  width: 1200px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.search-content {
  position: relative;
}
.search-content .r-search-1 {
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.search-content .r-search-2 {
  width: 100%;
  height: 50px;
  background-color: #f0f0f0;
}
.search-content .r-search {
  width: 1200px;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #409EFF;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -600px;
  background-color: #fff;
}
.search-content .r-search .s-address {
  width: 300px;
  float: left;
  border-right: none;
  line-height: 75px;
  padding-left: 50px;
}
.search-content .r-search .search-input {
  width: 402px;
  height: 37px;
  float: left;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  margin-left: 100px;
}
.search-content .r-search .search-input input {
  width: 300px;
  height: 35px;
  border: none;
  text-indent: 10px;
  font-size: 13px;
}
.search-content .r-search .search-input span {
  cursor: pointer;
  display: inline-block;
  width: 98px;
  float: right;
  text-align: center;
  line-height: 35px;
  border-left: 1px solid #e6e6e6;
  background-color: #409EFF;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.r-content1 {
  width: 1200px;
  height: auto;
  margin: 10px auto;
  overflow: hidden;
}
.r-content1 .company {
  width: 900px;
  float: left;
}
.r-content1 .company .t-top1 {
  width: 100%;
  height: 300px;
  margin: 20px 0;
}
.r-content1 .company .t-top1 .t-top-left {
  width: 35%;
  height: 300px;
  float: left;
  background-color: #fff;
}
.r-content1 .company .t-top1 .t-top-left .t {
  width: 100%;
  height: 30px;
  text-align: center;
  margin: 35px auto;
}
.r-content1 .company .t-top1 .t-top-left .t .t1 {
  cursor: pointer;
  width: 100px;
  height: 30px;
  background-color: #409EFF;
  color: #fff;
  line-height: 30px;
  border-radius: 3px;
padding:10px 20px;
  font-size: 13px;
  text-align: center;
}
.r-content1 .company .t-top1 .t-top-left .t .t2 {
  cursor: pointer;
  width: 100px;
  height: 30px;
  border: 1px solid #409EFF;
  color: #409EFF;
  line-height: 30px;
  border-radius: 3px;
padding:10px 20px;
	margin-left:20px;
  font-size: 13px;
  text-align: center;
}
.r-content1 .company .t-top1 .t-top-left .t3 {
  width: 100%;
  height: 40px;
}
.r-content1 .company .t-top1 .t-top-left .t3 p {
  padding: 0;
  margin: 0 0 0 70px;
  /*text-align: center;*/
}
.r-content1 .company .t-top1 .t-top-left .t4 {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}
.r-content1 .company .t-top1 .t-top-left .t4 p {
  padding: 0;
  margin: 0;
}
.r-content1 .company .t-top1 .t-top-right {
  width: 63%;
  height: 300px;
  overflow: hidden;
  margin-left: 2%;
  float: left;
  background-color: #fff;
}
.r-content1 .company .t-top1 .t-top-right .t5 {
  line-height: 50px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.r-content1 .company .t-top1 .t-top-right .t6 {
  line-height: 25px;
  font-size: 15px;
  color: #409EFF;
  padding: 0 20px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 17rem;
}
.r-content1 .company .t-top1 .t-top-right .t-more {
  cursor: pointer;
  width: 50px;
  height: 25px;
  line-height: 25px;
  background-color: #F56C6C;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  float: right;
  margin: 10px 20px;
}
.r-content1 .company .t-top2 {
  width: 100%;
  height: auto;
  margin: 20px auto;
  background-color: #fff;
}
.r-content1 .company .t-top2 .t7 {
  width: 100%;
  padding: 20px;
}
.r-content1 .company .t-top2 .t7 ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.r-content1 .company .t-top2 .t7 ul li {
  background-color: #f4f4f4;
  list-style: none;
  height: 300px;
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.r-content1 .company .t-top2 .t7 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.r-content1 .company .t-top2 .t7 ul li .img {
  width: 100%;
  height: 170px;
  background: url("../i/banner.png") no-repeat center center;
  background-size: cover;
}
.r-content1 .company .t-top2 .t7 ul li:hover .img {
  width: 100%;
  height: 170px;
  background: url("../i/banner.png") no-repeat center;
  background-size: 120%;
}
.r-content1 .company .t-top2 .t7 ul li .t-title {
  width: 100%;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.r-content1 .company .t-top2 .t7 ul li .t-content {
  width: 100%;
  padding: 0 15px;
  line-height: 20px;
  font-size: 12px;
  color: #333;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height:5.8rem;
}
.r-content1 .company .t-top2 .t7 ul li .t-more {
  cursor: pointer;
  width: 50px;
  height: 25px;
  line-height: 25px;
  background-color: #F56C6C;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  float: right;
  margin: 5px 15px;
}
.r-content1 .right {
  width: 270px;
  float: left;
  margin-left: 30px;
}
.t9 {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
}
.t9 .t-title {
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.t9 .t-title2 {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 30px;
}
.t9 .t-content {
  width: 100%;
}
.t9 .t-content ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.t9 .t-content ul li {
  width: 99px;
  height: 99px;
  margin: 20px;
  float: left;
}
.t9 .t-content ul li .img {
  width: 100%;
  height: 100%;
  background: url("../i/wk1.png") no-repeat center;
  background-size: 100%;
}
.t9 .t-content ul li:hover .img {
  width: 100%;
  height: 100%;
  background: url("../i/wk1.png") no-repeat center;
  background-size: 120%;
}
.t10 {
  width: 1200px;
  height: auto;
  margin: 20px auto;
  background-color: #fff;
}
.t10 .t-title {
  text-align: center;
  padding-top: 30px;
  line-height: 50px;
  font-size: 25px;
  color: #4D4F53;
  font-weight: bold;
}
.t10 .t-content {
  margin: 0 30px;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.t10 .t-content p {
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
.t10 .t-content .img {
  width: 600px;
  height: 300px;
  background: url("../i/wk1.png") no-repeat center;
  background-size: cover;
  margin: 10px auto;
  padding-bottom: 20px;
}
.search-3-1 {
  width: 100%;
  height: 100px;
}
.search-3-1 .bg {
  width: 100%;
  height: 100px;
  background: url("../i/banner.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.search-3-1 .bg .input-model {
  width: 500px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -250px;
  background-color: #fff;
  border-radius: 3px;
}
.search-3-1 .bg .input-model input {
  width: 260px;
  height: 40px;
  border: none;
  font-size: 14px;
  text-indent: 10px;
  float: left;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.search-3-1 .bg .input-model .am-selected {
  width: 120px;
  height: 40px;
  float: left;
}
.search-3-1 .bg .input-model .am-selected .am-selected-btn {
  height: 40px;
  border: none;
  border-left: 1px solid #ededed;
}
.search-3-1 .bg .input-model span.search-button {
  display: inline-block;
  float: left;
  width: 120px;
  height: 40px;
  background-color: #409EFF;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.am-breadcrumb-slash > li + li::before{content: "|\00a0";color: #464748;}
.am-breadcrumb-slash > li>a{color: #000;}
.ban {
  width: 100%;
  height: 150px;
  clear: both;
  margin-top: 30px;
  background: url("../i/banner.png") no-repeat center;
  background-size: cover;
}
/*# sourceMappingURL=translation.css.map */