.hjBody .section1 .item {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  float: left;
}
.hjBody .section1 .item:nth-child(1) {
  padding: 0 20px;
}
.hjBody .section1 .item:nth-child(2) {
  padding: 0 27px;
}
.hjBody .section1 .item:nth-child(3) {
  padding: 0 44px;
}
.hjBody .section1 .item:nth-child(5) {
  padding: 0 60px;
}
.hjBody .section1 .item .img {
  width: 60px;
  height: 60px;
  margin: 10px auto 23px;
}
.hjBody .section1 .item .img img {
  width: 100%;
  height: 100%;
}
.hjBody .section1 .item .title {
  font-size: 20px;
  color: #333;
  line-height: 32px;
}
.hjBody .section1 .item .text {
  font-size: 17px;
  color: #999;
  line-height: 24px;
  text-align: left;
}
.hjBody .section1 .item .text span {
  margin: 0 10px;
}
.hjBody .section1 .item .text span:first-child {
  margin: 0;
}
.hjBody .section2 {
  margin-bottom: 0;
}
.hjBody .section2 .content-wrap {
  width: 100%;
  height: 800px;
  background-color: #f5f5f5;
  position: relative;
  max-width: 1920px;
  min-width: 1400px;
  overflow: hidden;
  margin: 0 auto;
}
.hjBody .section2 .content-wrap .bg {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.hjBody .section2 .content-wrap .bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.hjBody .section2 .content-wrap .detail-wrap {
  width: 100%;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hjBody .section2 .content-wrap .wrap {
  width: 1400px;
  height: 120px;
  margin: 15px auto;
}
.hjBody .section2 .content-wrap .item {
  display: block;
  width: 240px;
  height: 120px;
  border-radius: 12px;
  box-sizing: border-box;
  margin-left: 37px;
  box-shadow: 0px 1px 16px 0px rgba(127, 127, 127, 0.3);
  position: relative;
  overflow: hidden;
  float: left;
}
.hjBody .section2 .content-wrap .item.item1 {
  margin-left: 0;
}
.hjBody .section2 .content-wrap .item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hjBody .section2 .content-wrap .item .text {
  width: 240px;
  height: 120px;
  background-color: rgba(65, 75, 108, 0.4);
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.hjBody .section2 .content-wrap .item .text .p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  border-bottom: 2px solid #fff;
  margin: 32px auto;
  display: table;
}
.hjBody .section2 .content-wrap .item:hover img {
  transform: scale(1.2, 1.2);
}
.hjBody .section2 .content-wrap .item:hover .text {
  background-color: rgba(65, 75, 108, 0.2);
}
.hjBody .section3 {
  padding: 40px 0 70px;
  background-color: #fafafa;
}
.hjBody .section3 .hj-content {
  width: 1820px;
}
.hjBody .section3 .customer-list {
  width: 100%;
  height: 800px;
  position: relative;
  margin-bottom: 60px;
}
.hjBody .section3 .customer-list .arrow {
  width: 60px;
  height: 220px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 220px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  text-align: center;
}
.hjBody .section3 .customer-list .arrow.arrow-left {
  left: 0;
}
.hjBody .section3 .customer-list .arrow.arrow-right {
  right: 0;
}
.hjBody .section3 .customer-list .arrow img {
  width: 20px;
  height: 24px;
  vertical-align: middle;
}
.hjBody .section3 .customer-list .swiper-container {
  width: 1700px;
  height: 860px;
  margin-left: 60px;
}
.hjBody .section3 .customer-list .wrap {
  position: relative;
  width: 1700px;
  height: 100%;
}
.hjBody .section3 .customer-list .wrap .item {
  overflow: hidden;
}
.hjBody .section3 .customer-list .wrap .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.hjBody .section3 .customer-list .wrap .item img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
}
.hjBody .section3 .customer-list .wrap .item:hover img {
  transform: scale(1.1);
}
.hjBody .section3 .customer-list .wrap .item .word {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.hjBody .section3 .customer-list .wrap .item:nth-child(1) {
  width: 940px;
  height: 800px;
  position: relative;
}
.hjBody .section3 .customer-list .wrap .item:nth-child(1) .text {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.hjBody .section3 .customer-list .wrap .item:nth-child(1) .text p {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 66px;
  border-bottom: 2px solid #fff;
  margin: 366px auto;
  display: table;
}
.hjBody .section3 .customer-list .wrap .item:nth-child(2),
.hjBody .section3 .customer-list .wrap .item:nth-child(3) {
  width: 360px;
  height: 360px;
  position: absolute;
  top: 0;
}
.hjBody .section3 .customer-list .wrap .item:nth-child(2) {
  right: 380px;
}
.hjBody .section3 .customer-list .wrap .item:nth-child(3) {
  right: 0;
}
.hjBody .section3 .customer-list .wrap .item:nth-child(4) {
  width: 740px;
  height: 420px;
  position: absolute;
  bottom: 60px;
  right: 0;
}
.hjBody .section3 .customer-list .swiper-pagination {
  width: 100%;
  height: 8px;
  margin-top: 60px;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 20;
}
.hjBody .section3 .customer-list .swiper-pagination-switch {
  display: inline-block;
  width: 80px;
  height: 8px;
  background: #e4e7eb;
  margin: 0 5px;
}
.hjBody .section3 .customer-list .swiper-active-switch {
  background: #9a9a9a;
}
.hjBody .brand-wrap .brand-list {
  width: 100%;
  height: 539px;
  position: relative;
  margin-bottom: 60px;
}
.hjBody .brand-wrap .brand-list .swiper-container {
  width: 1400px;
  height: 539px;
}
.hjBody .brand-wrap .brand-list .wrap {
  width: 1400px;
  height: 539px;
  position: relative;
}
.hjBody .brand-wrap .brand-list ul li {
  position: absolute;
}
.hjBody .brand-wrap .brand-list ul li img {
  width: 195px;
  height: 168px;
  /* transition: all 0.3s;
						&:hover{
							transform: translateY(-5px);
						} */
}
.hjBody .brand-wrap .brand-list ul li .brand .hover {
  display: none;
  width: 100%;
  height: 100%;
  background: url(../img/engineeringCase/logo-bg.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}
.hjBody .brand-wrap .brand-list ul li .brand .hover span {
  font-size: 18px;
  color: #fff;
  line-height: 170px;
  padding: 8px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.hjBody .brand-wrap .brand-list ul li .brand:hover .hover {
  display: block;
}
.hjBody .brand-wrap .brand-list ul li:nth-child(9n+1) {
  left: 150px;
}
.hjBody .brand-wrap .brand-list ul li:nth-child(9n+2) {
  left: 450px;
}
.hjBody .brand-wrap .brand-list ul li:nth-child(9n+3) {
  right: 455px;
}
.hjBody .brand-wrap .brand-list ul li:nth-child(9n+4) {
  right: 155px;
}
.hjBody .brand-wrap .brand-list ul li:nth-child(9n+5) {
  left: 0;
}
.hjBody .brand-wrap .brand-list ul li:nth-child(9n+6) {
  left: 300px;
}
.hjBody .brand-wrap .brand-list ul li:nth-child(9n+7) {
  left: 600px;
}
.hjBody .brand-wrap .brand-list ul li:nth-child(9n+8) {
  right: 305px;
}
.hjBody .brand-wrap .brand-list ul li:nth-child(9n+9) {
  right: 5px;
}
.hjBody .brand-wrap .brand-list .logo1,
.hjBody .brand-wrap .brand-list .logo2,
.hjBody .brand-wrap .brand-list .logo3,
.hjBody .brand-wrap .brand-list .logo4 {
  top: 10px;
}
.hjBody .brand-wrap .brand-list .logo5,
.hjBody .brand-wrap .brand-list .logo6,
.hjBody .brand-wrap .brand-list .logo7,
.hjBody .brand-wrap .brand-list .logo8,
.hjBody .brand-wrap .brand-list .logo9 {
  top: 96px;
}
.hjBody .brand-wrap .brand-list .logo10,
.hjBody .brand-wrap .brand-list .logo11,
.hjBody .brand-wrap .brand-list .logo12,
.hjBody .brand-wrap .brand-list .logo13 {
  top: 182px;
}
.hjBody .brand-wrap .brand-list .logo14,
.hjBody .brand-wrap .brand-list .logo15,
.hjBody .brand-wrap .brand-list .logo16,
.hjBody .brand-wrap .brand-list .logo17,
.hjBody .brand-wrap .brand-list .logo18 {
  top: 268px;
}
.hjBody .brand-wrap .brand-list .logo19,
.hjBody .brand-wrap .brand-list .logo20,
.hjBody .brand-wrap .brand-list .logo21,
.hjBody .brand-wrap .brand-list .logo22 {
  top: 354px;
}
.hjBody .brand-wrap .brand-list .arrow-left {
  position: absolute;
  top: 195px;
  left: -80px;
}
.hjBody .brand-wrap .brand-list .arrow-right {
  position: absolute;
  top: 195px;
  right: -70px;
}
.hjBody .section5 {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  height: 520px;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.hjBody .section5 .bg {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.hjBody .section5 .bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.hjBody .section5 .content-wrap {
  width: 820px;
  height: 420px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-sizing: border-box;
  margin: 50px auto;
  display: table;
  position: relative;
  z-index: 2;
}
.hjBody .section5 .moudle-title .en {
  position: relative;
}
.hjBody .section5 .moudle-title .en::before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #999;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.hjBody .section5 .text p {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  text-align: justify;
  text-indent: 2em;
}
.hjBody .btn-wrap {
  background-color: #fafafa;
}
.hjBody .btn-wrap .nav-btn {
  width: 1400px;
  height: 80px;
  margin: 0 auto 60px;
  text-align: center;
}
.hjBody .btn-wrap .nav-btn .item {
  width: 20%;
  height: 80px;
  background: #ccdfff;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  display: table;
  float: left;
}
.hjBody .btn-wrap .nav-btn .item:first-child {
  border-left: 0;
}
.hjBody .btn-wrap .nav-btn .item .wrap {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  display: table-cell;
  vertical-align: middle;
}
.hjBody .btn-wrap .nav-btn .item:hover,
.hjBody .btn-wrap .nav-btn .item.active {
  background: #486fb2;
}
.hjBody .honor-wrap .wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 242px;
}
.hjBody .honor-wrap .item {
  cursor: pointer;
  border: 1px solid #e8e8e8;
  padding: 10px;
  border-radius: 4px;
}
.hjBody .honor-wrap .item img {
  display: block;
  width: auto;
  height: 200px;
}
.hjBody .honor-wrap .swiper-slide {
  padding: 10px;
}
.hjBody .honor-wrap .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hjBody .design-wrap {
  background-color: #f5f5f5;
  padding: 40px 0;
}
.hjBody .design-wrap .item {
  float: left;
  width: 335px;
  height: 202px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
.hjBody .design-wrap .item img {
  width: 100%;
  background-color: #f5f5f5;
  height: 100%;
  display: block;
}
.hjBody .design-wrap .item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 200px;
  left: 0;
  top: 0;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 1px #626b7a;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
}
.hjBody .design-wrap .item .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.4); */
  position: absolute;
  left: 0;
  top: 0;
}
.hjBody .design-wrap .item .text::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 126px;
  transition: top 0.3s;
  margin-left: -30px;
}
.hjBody .design-wrap .item .text em {
  position: relative;
}
.hjBody .design-wrap .item:hover {
  transform: translateY(-5px);
}
.hjBody .design-wrap .item:hover .text {
  opacity: 1;
}
.hjBody .design-wrap .item:hover .text::after {
  top: 118px;
}
.hjBody .design-wrap .item1,
.hjBody .design-wrap .item5,
.hjBody .design-wrap .item9 {
  margin-left: 0;
}
.hjBody .design-wrap .item9,
.hjBody .design-wrap .item10 {
  width: 685px;
  height: 320px;
}
.hjBody .design-wrap .item9 .text,
.hjBody .design-wrap .item10 .text {
  line-height: 32px;
  opacity: 1;
  padding: 62px 0;
  box-sizing: border-box;
}
.hjBody .design-wrap .item9 .text::after,
.hjBody .design-wrap .item10 .text::after {
  display: none;
}
.hjBody .design-wrap .item9 .text .word,
.hjBody .design-wrap .item10 .text .word {
  position: relative;
  width: 440px;
  margin: 0 auto;
}
.hjBody .design-wrap .item9 .text .title,
.hjBody .design-wrap .item10 .text .title {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 600;
}
.hjBody .design-wrap .item9 .text .more,
.hjBody .design-wrap .item10 .text .more {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}
.hjBody .design-wrap .item10 {
  margin-left: 30px;
}
.hjBody .news-wrap .new-list {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.hjBody .news-wrap .btn {
  text-align: center;
  padding-top: 30px;
}
.hjBody .news-wrap .btn a {
  display: block;
  width: 270px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #303030;
  border-radius: 29px;
  margin: 0 auto;
}
.hjBody .news-wrap .new-item {
  display: inline-block;
  width: 440px;
  float: left;
  margin-left: 40px;
  overflow: hidden;
  position: relative;
}
.hjBody .news-wrap .new-item:first-child {
  margin-left: 0;
}
.hjBody .news-wrap .new-item .class {
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.hjBody .news-wrap .new-item .class a {
  display: block;
  overflow: hidden;
  line-height: 50px;
}
.hjBody .news-wrap .new-item .class a .l {
  font-size: 22px;
  position: relative;
  float: left;
}
.hjBody .news-wrap .new-item .class a .l::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 48px;
  transition: top 0.3s;
}
.hjBody .news-wrap .new-item .class a .r {
  float: right;
  color: #999;
  font-size: 14px;
  transition: all 0.3s;
}
.hjBody .news-wrap .new-item:hover a .r {
  color: #333;
}
.hjBody .news-wrap .new-item .item {
  padding: 16px 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.hjBody .news-wrap .new-item .item:hover {
  background-color: rgba(8, 154, 255, 0.05);
}
.hjBody .news-wrap .new-item .item .img {
  width: 120px;
  height: 81px;
  float: left;
}
.hjBody .news-wrap .new-item .item .img img {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  display: block;
}
.hjBody .news-wrap .new-item .item .text {
  text-align: left;
  position: relative;
  margin-left: 140px;
}
.hjBody .news-wrap .new-item .item .text .t {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #303030;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hjBody .news-wrap .new-item .item .text .d {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-bottom: 8px;
}
.hjBody .news-wrap .new-item .item .text .d span {
  margin-right: 10px;
}
.hjBody .news-wrap .new-item .item .text .p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hjBody .introduction-wrap .moudle-title {
  width: 360px;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 auto 40px;
  text-align: center;
}
.hjBody .introduction-wrap .moudle-title h2 {
  display: inline-block;
}
.hjBody .introduction-wrap .moudle-title .en {
  display: inline-block;
  font-size: 30px;
  margin-left: 15px;
}
.hjBody .introduction-wrap .content p {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  text-align: justify;
  text-indent: 2em;
}
.hjBody .culture-wrap {
  background-color: #fafafa;
}
.hjBody .culture-wrap .content {
  padding: 90px 0;
  text-align: center;
}
.hjBody .culture-wrap .content img {
  width: 1242px;
  height: 358px;
}
.hjBody .team-wrap {
  margin-bottom: 0;
}
.hjBody .team-wrap .list .item {
  float: left;
  transition: all 0.3s;
}
.hjBody .team-wrap .list .item:hover {
  transform: scale(1.04);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}
.hjBody .team-wrap .list .item img {
  width: 100%;
  height: 100%;
}
.hjBody .team-wrap .list1 {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.hjBody .team-wrap .list1 .item {
  width: 690px;
  height: 501px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.hjBody .team-wrap .list1 .item1 {
  width: 1400px;
  height: 521px;
  margin-left: 0;
}
.hjBody .team-wrap .list1 .item2,
.hjBody .team-wrap .list1 .item4 {
  margin-left: 0;
}
.hjBody .team-wrap .list2 .item {
  width: 440px;
  height: 361px;
  margin-left: 40px;
  margin-bottom: 40px;
}
.hjBody .team-wrap .list2 .item1 {
  width: 1400px;
  height: 501px;
  margin-left: 0;
}
.hjBody .team-wrap .list2 .item2,
.hjBody .team-wrap .list2 .item5,
.hjBody .team-wrap .list2 .item8 {
  margin-left: 0;
}
.hjBody .team-wrap .word {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
}
.hjBody .section4 {
  background-color: #fafafa;
  padding: 50px 0 63px;
  margin-bottom: 0;
  position: relative;
}
.hjBody .section4 .bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
}
.hjBody .section4 .bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.hjBody .section4 .hj-content {
  position: relative;
  z-index: 99;
}
.hjBody .section4 .yearbooks-list {
  width: 100%;
  height: 381px;
  position: relative;
}
.hjBody .section4 .yearbooks-list .arrow {
  width: 38px;
  height: 66px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.hjBody .section4 .yearbooks-list .arrow.arrow-left {
  left: 0;
}
.hjBody .section4 .yearbooks-list .arrow.arrow-right {
  right: 0;
}
.hjBody .section4 .yearbooks-list .arrow img {
  width: 100%;
  height: 100%;
}
.hjBody .section4 .yearbooks-list .swiper-container {
  width: 1240px;
  height: 100%;
  margin-bottom: 50px;
}
.hjBody .section4 .yearbooks-list .swiper-slide {
  width: 100%;
}
.hjBody .section4 .yearbooks-list .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.hjBody .section4 .yearbooks-list .wrap .content {
  width: 600px;
  float: left;
}
.hjBody .section4 .yearbooks-list .wrap .content .time {
  width: 200px;
  height: 41px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  background-color: rgba(51, 51, 51, 0.2);
  margin: 0 auto;
  position: relative;
}
.hjBody .section4 .yearbooks-list .wrap .content .time::before {
  content: '';
  display: block;
  width: 7px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 7px;
  left: 30px;
}
.hjBody .section4 .yearbooks-list .wrap .content .time::after {
  content: '';
  display: block;
  width: 7px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  bottom: 7px;
  right: 30px;
}
.hjBody .section4 .yearbooks-list .wrap .content .title {
  font-size: 20px;
  color: #333;
  line-height: 32px;
  margin: 10px auto 25px;
  text-align: center;
}
.hjBody .section4 .yearbooks-list .wrap .content .text {
  width: 100%;
  height: 262px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  margin-top: 60px;
}
.hjBody .section4 .yearbooks-list .wrap .right-wrap {
  width: 600px;
  height: 381px;
  float: right;
  transition: all 0.3s;
}
.hjBody .section4 .yearbooks-list .wrap .right-wrap img {
  width: 100%;
  height: 100%;
}
.hjBody .section4 .yearbooks-list .wrap .right-wrap:hover {
  transform: scale(1.04);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}
.hjBody .section4 .pagination-list {
  width: 100%;
  height: 100px;
  position: relative;
  margin-top: 25px;
  font-size: 0;
  text-align: center;
}
.hjBody .section4 .pagination-list .arrow {
  width: 16px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.hjBody .section4 .pagination-list .arrow.arrow-left {
  left: 0;
}
.hjBody .section4 .pagination-list .arrow.arrow-right {
  right: 0;
}
.hjBody .section4 .pagination-list .arrow img {
  width: 100%;
  height: 100%;
}
.hjBody .section4 .pagination-list .swiper-container {
  width: 1240px;
  height: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}
.hjBody .section4 .pagination-list .pagination-switch {
  width: 248px;
  height: 100%;
  font-size: 14px;
  color: #999;
  text-align: center;
  float: left;
  position: relative;
}
.hjBody .section4 .pagination-list .pagination-switch::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d8d8d8;
  position: absolute;
  top: 7px;
  left: 0;
}
.hjBody .section4 .pagination-list .pagination-switch span {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 5px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 auto 10px;
  transition: all 0.5s;
  position: relative;
  z-index: 99;
}
.hjBody .section4 .pagination-list .swiper-slide-active .pagination-switch {
  color: #333;
}
.hjBody .section4 .pagination-list .swiper-slide-active .pagination-switch span {
  border-color: #333;
  transform: scale(1.1);
}
.hjBody .section4 .pagination-list .paginationItem {
  width: 7.5%;
  display: inline-block;
}
.hjBody .section4 .pagination-list .paginationItem .pagination-switch {
  width: 100%;
}
.hjBody .section4 .pagination-list .paginationItem.active .pagination-switch {
  color: #333;
}
.hjBody .section4 .pagination-list .paginationItem.active span {
  border-color: #333;
}
.hjBody .video {
  width: 100%;
  height: 787px;
  margin-bottom: 100px;
}
.hjBody .history {
  margin-bottom: 50px;
}
.hjBody .history .list {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  position: relative;
}
.hjBody .history .list::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #d9d9d9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hjBody .history .list .item {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-top: 70px;
  position: relative;
}
.hjBody .history .list .item .time {
  width: 155px;
  height: 50px;
  border-radius: 50px;
  background-color: #f5f5f5;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 44px;
  position: absolute;
  top: -8px;
}
.hjBody .history .list .item .time img {
  width: 111px;
  height: 41px;
  position: absolute;
  top: 5px;
}
.hjBody .history .list .item .content {
  width: 640px;
  height: 280px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.hjBody .history .list .item .content .left {
  width: 290px;
  height: 280px;
}
.hjBody .history .list .item .content .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.hjBody .history .list .item .content .text {
  width: 350px;
  height: 100%;
  padding: 20px;
  text-align: justify;
  box-sizing: border-box;
  overflow: hidden;
}
.hjBody .history .list .item .content .text h1 {
  font-size: 40px;
  font-family: "Impact";
  color: #333;
  margin-bottom: 10px;
}
.hjBody .history .list .item .content .text p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  text-indent: 2em;
  text-align: justify;
  word-break: break-all;
  white-space: pre-wrap;
}
.hjBody .history .list .item:nth-child(2n+1) {
  float: left;
  padding-right: 50px;
  margin-right: 20px;
}
.hjBody .history .list .item:nth-child(2n+1) .time {
  right: -22px;
}
.hjBody .history .list .item:nth-child(2n+1) .time img {
  transform: rotateY(180deg);
  right: 27px;
}
.hjBody .history .list .item:nth-child(2n+1) .content .left {
  float: left;
}
.hjBody .history .list .item:nth-child(2n+1) .content .text {
  float: right;
}
.hjBody .history .list .item:nth-child(2n+1) .content .text h1 {
  text-align: right;
}
.hjBody .history .list .item:nth-child(2n) {
  float: right;
  padding-left: 50px;
  margin-left: 20px;
}
.hjBody .history .list .item:nth-child(2n) .time {
  left: -22px;
}
.hjBody .history .list .item:nth-child(2n) .time img {
  left: 27px;
}
.hjBody .history .list .item:nth-child(2n) .content .left {
  float: right;
}
.hjBody .history .list .item:nth-child(2n) .content .text {
  float: left;
}
.hjBody .honor {
  width: 1200px;
  margin: 0 auto 70px;
}
.hjBody .honor .honor-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(49, 49, 41, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.hjBody .honor .honor-wrap .honor-text {
  width: 225px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hjBody .honor .honor-wrap .honor-text h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
}
.hjBody .honor .honor-wrap .honor-text p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-indent: 0;
  margin-bottom: 0;
}
.hjBody .honor ul li {
  width: 380px;
  height: auto;
  margin-left: 30px;
  margin-bottom: 30px;
  float: left;
  position: relative;
  transition: all 0.3s;
}
.hjBody .honor ul li:hover {
  transform: translateY(-5px);
}
.hjBody .honor ul li:hover .honor-wrap {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.hjBody .honor ul li:nth-child(3n+1) {
  margin-left: 0;
}
.hjBody .honor ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.hjBody .honor ul li a img {
  display: block;
  width: 100%;
  height: auto;
}
.hjBody .honor ul li p {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-align: center;
}
.hjBody .honor .version {
  width: 265px;
  height: 42px;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  background: #007AFF;
  border-radius: 5px;
  border: 1px solid #155ea2;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hjBody .honor .version a {
  font-size: 16px;
  color: #fff;
}
.hjBody .c-section1 .content {
  padding-bottom: 60px;
  border-bottom: 1px solid #d8d8d8;
}
.hjBody .c-section1 .content .left {
  width: 640px;
  height: 360px;
  display: inline-block;
}
.hjBody .c-section1 .content .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.hjBody .c-section1 .content .right-wrap {
  width: 700px;
  display: inline-block;
  margin-left: 55px;
}
.hjBody .c-section1 .content .right-wrap .item {
  width: 50%;
  height: 90px;
  padding-right: 100px;
  box-sizing: border-box;
  margin-bottom: 25px;
  float: left;
}
.hjBody .c-section1 .content .right-wrap .item h1 {
  font-size: 20px;
  color: #333;
  line-height: 32px;
  margin-bottom: 7px;
}
.hjBody .c-section1 .content .right-wrap .item p {
  font-size: 16px;
  color: #999;
  line-height: 26px;
}
.hjBody .c-section2 .hj-content {
  width: 1520px;
}
.hjBody .c-section2 .showTime-list {
  width: 100%;
  height: 510px;
  position: relative;
}
.hjBody .c-section2 .showTime-list .arrow {
  width: 60px;
  height: 220px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 220px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  text-align: center;
}
.hjBody .c-section2 .showTime-list .arrow.arrow-left {
  left: 0;
}
.hjBody .c-section2 .showTime-list .arrow.arrow-right {
  right: 0;
}
.hjBody .c-section2 .showTime-list .arrow img {
  width: 20px;
  height: 24px;
  vertical-align: middle;
}
.hjBody .c-section2 .showTime-list .swiper-container {
  width: 1400px;
  height: 100%;
  margin: auto;
}
.hjBody .c-section2 .list .item {
  width: 340px;
  height: 250px;
  margin-left: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
  float: left;
  position: relative;
}
.hjBody .c-section2 .list .item:first-child {
  width: 700px;
  height: 510px;
  margin-left: 0;
}
.hjBody .c-section2 .list .item:hover {
  transform: scale(1.04);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}
.hjBody .c-section2 .list .item img {
  width: 100%;
  height: 100%;
}
.hjBody .c-section2 .list .item p {
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background-color: #3a3e1c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hjBody .info-nav {
  float: right;
}
.hjBody .info-nav .item {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 30px;
  box-sizing: border-box;
  display: inline-block;
}
.hjBody .info-nav .item a {
  font-size: 20px;
  color: #999;
}
.hjBody .info-nav .item.active {
  border-bottom: 3px solid #9b9b9b;
}
.hjBody .info-nav .item.active a {
  color: #333;
}
.hjBody .info-content {
  background: #fafafa;
  padding: 60px 0 120px;
  margin-top: 20px;
}
.hjBody .info-content .hj-content{
	position: relative;
}
.hjBody .info-content .left-wrap {
  width: 900px;
  float: left;
}
.hjBody .info-content .left-wrap .item {
  width: 100%;
  height: 240px;
  background: #fff;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.hjBody .info-content .left-wrap .item .pic {
  width: 360px;
  height: 240px;
  float: left;
}
.hjBody .info-content .left-wrap .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.hjBody .info-content .left-wrap .item .content {
  width: calc(100% - 360px);
  padding: 15px 30px;
  box-sizing: border-box;
  color: #333;
  float: left;
  position: relative;
}
.hjBody .info-content .left-wrap .item .content .title {
  display: block;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hjBody .info-content .left-wrap .item .content .time {
  font-size: 14px;
  margin: 10px 0;
}
.hjBody .info-content .left-wrap .item .content .word {
  height: 72px;
  font-size: 16px;
  line-height: 24px;
  text-indent: 2em;
  margin: 20px 0;
  overflow: hidden;
}
.hjBody .info-content .left-wrap .item .content .btn {
  display: block;
  width: 120px;
  height: 40px;
  border-radius: 4px;
  background-color: #fafafa;
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 40px;
}
.hjBody .info-content .left-wrap .item .content .tag{
    width: calc(100% - 190px);
	font-size: 14px;
    color: #999;
    position: absolute;
    left: 170px;
    bottom: 20px;
}
.hjBody .info-content .left-wrap .item .content .tag a{
	margin: 0 5px;
	line-height: 20px;
	color: #999;
}
.hjBody .info-content .left-wrap .item:hover {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.hjBody .info-content .left-wrap .item:hover .btn {
  background-color: #5d5d5d;
  color: #fff;
}
.hjBody .info-content .right-wrap {
  width: 400px;
  float: right;
}
.hjBody .info-content .right-wrap.fixed{
  position: fixed;
}
.hjBody .info-content .right-wrap.absolute{
  position: absolute;
  right: 0;
  bottom: 30px;
}
.hjBody .info-content .right-wrap .part1 .subhead {
  width: 400px;
  height: 80px;
  background: url(../img/other/rectangle-bg.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 20px;
  color: #1b69a5;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  padding: 19px 0;
  box-sizing: border-box;
}
.hjBody .info-content .right-wrap .part1 .subhead span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.hjBody .info-content .right-wrap .part1 .art {
  margin: 20px 0;
}
.hjBody .info-content .right-wrap .part1 .art ul li {
  position: relative;
}
.hjBody .info-content .right-wrap .part1 .art ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  padding: 0 15px 0 25px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hjBody .info-content .right-wrap .part1 .art ul li a:hover {
  text-decoration: underline;
}
.hjBody .info-content .right-wrap .part1 .art ul li::after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.hjBody .info-content .right-wrap .pic {
  border-top: 1px dashed #ebebeb;
  border-bottom: 1px dashed #ebebeb;
  padding: 10px 0;
}
.hjBody .info-content .right-wrap .pic a {
  display: block;
  width: 100%;
}
.hjBody .info-content .right-wrap .pic a img {
  width: 100%;
  height: auto;
}
.hjBody .info-content .right-wrap .part3 {
  margin: 10px 0 20px;
}
.hjBody .info-content .right-wrap .part3 .title {
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 40px;
}
.hjBody .info-content .right-wrap .part3 .nav {
  margin: 10px 0;
}
.hjBody .info-content .right-wrap .part3 .nav ul li {
  width: 50%;
  float: left;
}
.hjBody .info-content .right-wrap .part3 .nav ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.hjBody .info-content .right-wrap .part3 .nav ul li a:hover {
  text-decoration: underline;
}
.hjBody .info-content .right-wrap .part4 {
  border-top: 1px dashed #b5b5b5;
  padding-top: 10px;
}
.hjBody .info-content .right-wrap .part4 .nav ul li {
  width: 33.33%;
  float: left;
  position: relative;
}
.hjBody .info-content .right-wrap .part4 .nav ul li::after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  background-color: #c1c1c1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}
.hjBody .info-content .right-wrap .part4 .nav ul li:nth-child(3n+3)::after {
  display: none;
}
.hjBody .info-content .right-wrap .part4 .nav ul li a {
  display: block;
  width: 85%;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hjBody .info-content .right-wrap .part4 .nav ul li a:hover {
  text-decoration: underline;
}
.hjBody .info-content .right-wrap .tags-wrap{
	width: 100%;
	background: #1b69a5;
	padding-bottom: 15px;
	margin: 20px 0;
}
.hjBody .info-content .right-wrap .tags-wrap .title{
	height: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
}
.hjBody .info-content .right-wrap .tags-wrap .tag{
	width: calc(100% - 30px);
	padding: 15px;
	margin: 0 15px;
	background: #fff;
	line-height: 26px;
	border-radius: 15px;
	box-sizing: border-box;
}
.hjBody .info-content .right-wrap .tags-wrap .tag a{
	margin: 10px;
}
.hjBody .info-content .article-wrap {
  margin-bottom: 80px;
}
.hjBody .info-content .detail-wrap {
  border-bottom: 1px dashed #d8d8d8;
  margin-bottom: 20px;
}
.hjBody .info-content .detail-wrap h1 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.hjBody .info-content .detail-wrap .time-wrap {
  margin-bottom: 50px;
}
.hjBody .info-content .detail-wrap .time {
  font-size: 16px;
  color: #999;
  float: left;
}
.hjBody .info-content .detail-wrap .right {
  font-size: 16px;
  color: #999;
  float: right;
}
.hjBody .info-content .detail-wrap .right img {
  vertical-align: middle;
}
.hjBody .info-content .detail-wrap .detail p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.hjBody .info-content .detail-wrap .detail img {
  max-width: 100%;
  height: auto;
}
.hjBody .info-content .article-wrap .tag{
	font-size: 14px;
	margin-top: 20px;
}
.hjBody .info-content .article-wrap .tag ul{
	display: inline-block;
}
.hjBody .info-content .article-wrap .tag ul li{
	display: inline-block;
	border: 1px solid #e8e8e8;
	padding: 5px 7px;
	margin: 0 5px;
}
.hjBody .info-content .case-wrap {
  background: #fafafa;
  padding: 30px 10px;
}
.hjBody .info-content .case-wrap h1 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.hjBody .info-content .case-wrap .item-wrap {
  margin-bottom: 10px;
}
.hjBody .info-content .case-wrap .item-wrap .subhead {
  border-left: 3px solid #5d5d5d;
  padding: 0 15px;
  margin-bottom: 8px;
}
.hjBody .info-content .case-wrap .item-wrap .subhead p {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.hjBody .info-content .case-wrap .item-wrap .subhead p.en {
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
}
.hjBody .info-content .case-wrap .item-wrap .case-item {
  display: block;
  width: 280px;
  height: auto;
  float: left;
  margin-left: 20px;
  transition: all 0.3s;
}
.hjBody .info-content .case-wrap .item-wrap .case-item:first-child {
  margin-left: 0;
}
.hjBody .info-content .case-wrap .item-wrap .case-item img {
  display: block;
  width: 100%;
  height: 180px;
}
.hjBody .info-content .case-wrap .item-wrap .case-item p {
  width: 100%;
  height: 46px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hjBody .info-content .case-wrap .item-wrap .case-item:hover {
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}
.hjBody .info-content .case-wrap .item-wrap .case-item:hover p {
  background-color: #000;
  color: #fff;
}
.hjBody .ele-brand-wrap .brand-list {
  height: 380px;
  position: relative;
}
.hjBody .ele-brand-wrap .brand-list .swiper-container {
  width: 100%;
  height: 100%;
}
.hjBody .ele-brand-wrap .brand-list .list {
  width: 100%;
  height: 100%;
  position: relative;
}
.hjBody .ele-brand-wrap .item {
  float: left;
  margin-left: 20px;
  width: 264px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.hjBody .ele-brand-wrap .item:hover {
  transform: translateY(-5px);
}
.hjBody .ele-brand-wrap .item:nth-child(5n+1) {
  margin-left: 0;
}
.hjBody .ele-brand-wrap .item .img {
  height: 132px;
  /* border: 1px solid #e8e8e8; */
  border-radius: 4px;
  overflow: hidden;
}
.hjBody .ele-brand-wrap .item .img img {
  display: block;
  width: 100%;
  background-color: aliceblue;
  height: 100%;
}
.hjBody .ele-brand-wrap .item .text {
  text-align: center;
  line-height: 36px;
  font-size: 16px;
}
.hjBody .ele-brand-wrap .arrow-left {
  position: absolute;
  top: 112px;
  left: -80px;
}
.hjBody .ele-brand-wrap .arrow-right {
  position: absolute;
  top: 112px;
  right: -80px;
}
.hjBody .case-wrap .item {
  float: left;
  margin-left: 20px;
  width: 264px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.hjBody .case-wrap .item:hover {
  transform: translateY(-5px);
}
.hjBody .case-wrap .item.item1,
.hjBody .case-wrap .item.item6 {
  margin-left: 0;
}
.hjBody .case-wrap .item .img {
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  background-color: aliceblue;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
}
.hjBody .case-wrap .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.hjBody .case-wrap .item .text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hjBody .solution-wrap {
  padding: 40px 0;
  background-color: #f5f5f5;
}
.hjBody .solution-wrap .introduction {
  line-height: 30px;
  font-size: 18px;
  width: 1200px;
  margin: 0 auto 20px;
  text-indent: 36px;
}
.hjBody .solution-wrap .solution-itme {
  height: 800px;
  width: 100%;
  margin-bottom: 20px;
}
.hjBody .solution-wrap .solution-itme img {
  display: block;
  width: 100%;
  height: 100%;
}
.hjBody .solution-wrap .list {
  width: 1200px;
  height: 1670px;
  margin: 0 auto 30px;
  position: relative;
}
.hjBody .solution-wrap .list .item {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.hjBody .solution-wrap .list .item:hover {
  transform: scale(1.04);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}
.hjBody .solution-wrap .list .item img {
  width: 100%;
  height: 100%;
  display: block;
}
.hjBody .solution-wrap .list .item .content {
  width: 100%;
  height: 100%;
  position: relative;
}
.hjBody .solution-wrap .list .item .text {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 6px 10px;
  font-size: 14px;
  color: #fff;
  position: absolute;
}
.hjBody .solution-wrap .list .item1 {
  left: 0;
  top: 0;
}
.hjBody .solution-wrap .list .item1 .text {
  padding: 15px 30px;
  font-size: 18px;
  left: 50%;
  top: 50%;
  margin-left: -93px;
  margin-top: -25px;
}
.hjBody .solution-wrap .list .item2 {
  right: 0;
  top: 0;
}
.hjBody .solution-wrap .list .item2 .text {
  padding: 15px 30px;
  font-size: 18px;
  left: 50%;
  top: 50%;
  margin-left: -93px;
  margin-top: -25px;
}
.hjBody .solution-wrap .list .item3 {
  left: 0;
  top: 340px;
}
.hjBody .solution-wrap .list .item3 .text {
  left: 10px;
  bottom: 10px;
}
.hjBody .solution-wrap .list .item4 {
  left: 610px;
  top: 340px;
}
.hjBody .solution-wrap .list .item4 .text {
  left: 10px;
  bottom: 10px;
}
.hjBody .solution-wrap .list .item5 {
  right: 0;
  top: 340px;
}
.hjBody .solution-wrap .list .item5 .text {
  left: 10px;
  bottom: 10px;
}
.hjBody .solution-wrap .list .item6 {
  left: 0;
  bottom: 220px;
}
.hjBody .solution-wrap .list .item6 .text {
  left: 10px;
  bottom: 10px;
}
.hjBody .solution-wrap .list .item7 {
  right: 0;
  top: 560px;
}
.hjBody .solution-wrap .list .item7 .text {
  left: 10px;
  bottom: 10px;
}
.hjBody .solution-wrap .list .item8 {
  left: 0;
  bottom: 0;
}
.hjBody .solution-wrap .list .item8 .text {
  left: 10px;
  bottom: 10px;
}
.hjBody .solution-wrap .list .item9 {
  left: 305px;
  bottom: 0;
}
.hjBody .solution-wrap .list .item9 .text {
  left: 10px;
  bottom: 10px;
}
.hjBody .solution-wrap .list .item10 {
  right: 0;
  bottom: 0;
}
.hjBody .solution-wrap .list .item10 .text {
  left: 10px;
  bottom: 10px;
}
.hjBody .f-brand-wrap .list {
  width: 1116px;
  margin: 0 auto;
}
.hjBody .f-brand-wrap .item5 {
  margin-left: 145px !important;
}
.hjBody .f-brand-wrap .item6 {
  margin-left: 20px !important;
}
.hjBody .quality-wrap .imgWrap {
  width: 100%;
  border: 2px solid #fff;
  border-bottom: none;
  border-top: none;
}
.hjBody .quality-wrap .imgWrap img {
  width: 100%;
  height: auto;
}
.hjBody .quality-wrap .icon-list {
  width: 1200px;
  margin: 40px auto;
}
.hjBody .quality-wrap .icon-list .item {
  width: 173px;
  height: 173px;
  border: 1px solid #5D5D5D;
  border-radius: 50%;
  text-align: center;
  margin-left: 30px;
  float: left;
  cursor: pointer;
}
.hjBody .quality-wrap .icon-list .item:first-child {
  margin-left: 0;
}
.hjBody .quality-wrap .icon-list .item img {
  width: 60px;
  height: 60px;
  margin: 35px auto 0;
}
.hjBody .quality-wrap .icon-list .item img.img {
  display: block;
}
.hjBody .quality-wrap .icon-list .item img.imgActive {
  display: none;
}
.hjBody .quality-wrap .icon-list .item p {
  font-size: 20px;
  line-height: 40px;
}
.hjBody .quality-wrap .icon-list .item:hover,
.hjBody .quality-wrap .icon-list .item.active {
  background-color: #5D5D5D;
  box-shadow: 0px 0px 18px 0px #999;
}
.hjBody .quality-wrap .icon-list .item:hover p,
.hjBody .quality-wrap .icon-list .item.active p {
  color: #fff;
}
.hjBody .quality-wrap .icon-list .item.active img.img,
.hjBody .quality-wrap .icon-list .item.hover img.img {
  display: none;
}
.hjBody .quality-wrap .icon-list .item.active img.imgActive,
.hjBody .quality-wrap .icon-list .item.hover img.imgActive {
  display: block;
}
.hjBody .quality-wrap .content-wrap {
  background: #f5f5f5;
  display: none;
}
.hjBody .quality-wrap .content-wrap .subhead {
  padding: 20px;
  font-size: 18px;
  color: #999;
  line-height: 28px;
  text-align: center;
  border: 2px solid #fff;
  border-bottom: none;
}
.hjBody .quality-wrap .content-wrap .subhead div:nth-child(3) {
  text-align: left;
}
.hjBody .quality-wrap .content-wrap .subhead .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.hjBody .quality-wrap .content-wrap .detail .item {
  width: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 18px 15px 15px 50px;
  position: relative;
  vertical-align: top;
}
.hjBody .quality-wrap .content-wrap .detail .item .num {
  display: inline-block;
  font-size: 62px;
  font-family: "Impact";
  font-style: italic;
  color: #10abff;
  text-transform: uppercase;
  margin-right: 10px;
}
.hjBody .quality-wrap .content-wrap .detail .item .dot {
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 100%;
  position: absolute;
  top: 25px;
  left: 30px;
}
.hjBody .quality-wrap .content-wrap .detail .item .text .p1 {
  font-size: 20px;
  font-family: "SourceHanSansCN";
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}
.hjBody .quality-wrap .content-wrap .detail .item .text .p2 {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.hjBody .quality-wrap .content-wrap .detail .clear {
  clear: both;
}
.hjBody .quality-wrap .content-wrap .pic {
  border: 2px solid #fff;
  border-top: none;
  padding: 20px;
  box-sizing: border-box;
}
.hjBody .quality-wrap .content-wrap .pic .item {
  width: 324px;
  height: auto;
  margin-left: 20px;
  float: left;
  transition: all 0.3s;
}
.hjBody .quality-wrap .content-wrap .pic .item:first-child {
  margin-left: 0;
}
.hjBody .quality-wrap .content-wrap .pic .item:hover {
  transform: scale(1.04);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}
.hjBody .quality-wrap .content-wrap .pic .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.hjBody .quality-wrap .wrap1 {
  display: block;
}
.hjBody .contact-wrap .contact-form {
  width: 100%;
  height: 600px;
  background-color: #f5f5f5;
  position: relative;
  max-width: 1920px;
  min-width: 1400px;
  overflow: hidden;
  margin: 0 auto;
}
.hjBody .contact-wrap .contact-form .bg {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.hjBody .contact-wrap .contact-form .bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.hjBody .contact-wrap .contact-form .wrap {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 10;
}
.hjBody .contact-wrap .contact-form .layer {
  width: 500px;
  height: 500px;
  background-color: #fff;
  position: absolute;
  right: 50px;
  top: 50px;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1);
}
.hjBody .contact-wrap .contact-form .contact {
  color: #303030;
  margin-bottom: 30px;
}
.hjBody .contact-wrap .contact-form .contact .tit {
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 10px;
  color: #666;
}
.hjBody .contact-wrap .contact-form .contact .tel-wrap {
  text-align: center;
}
.hjBody .contact-wrap .contact-form .contact .tel-wrap p {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.hjBody .contact-wrap .contact-form .contact .tel-wrap .icon {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
.hjBody .contact-wrap .contact-form .contact .tel-wrap .tel {
  position: relative;
}
.hjBody .contact-wrap .contact-form .form {
  border-radius: 8px;
}
.hjBody .contact-wrap .contact-form .form input {
  width: 220px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  padding-left: 5px;
  font-size: 14px;
}
.hjBody .contact-wrap .contact-form .form textarea {
  width: 100%;
  border-radius: 4px;
  height: 200px;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
}
.hjBody .contact-wrap .contact-form .form .name-input {
  width: 220px;
  display: inline-block;
}
.hjBody .contact-wrap .contact-form .form .tel-input {
  width: 220px;
  display: inline-block;
  margin-left: 16px;
}
.hjBody .contact-wrap .contact-form .form .msg-input {
  width: 100%;
}
.hjBody .contact-wrap .contact-form .form .btn-input {
  width: 100%;
}
.hjBody .contact-wrap .contact-form .form .button {
  margin-top: 20px;
  width: 100%;
  height: 40px;
  background-color: #5d5d5d;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  cursor: pointer;
}
.hjBody .manage-wrap {
  margin-bottom: 110px;
}
.hjBody .manage-wrap .moudle-title .en {
  width: 660px;
  margin: 0 auto;
}
.hjBody .manage-wrap .wrap {
  width: 1200px;
  margin: 0 auto;
  display: none;
}
.hjBody .manage-wrap .wrap .item {
  width: 100%;
  border: 1px solid #5d5d5d;
  border-radius: 10px;
  background: #fafafa;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
.hjBody .manage-wrap .wrap .item .l {
  width: 160px;
  height: 100%;
  border-right: 1px solid #5D5D5D;
  padding-right: 20px;
  box-sizing: border-box;
  position: absolute;
}
.hjBody .manage-wrap .wrap .item .l .num {
  font-size: 30px;
  font-family: "Impact";
  color: #333;
  position: absolute;
  top: 7px;
  right: 119px;
}
.hjBody .manage-wrap .wrap .item .l .line {
  display: block;
  width: 44px;
  height: 2px;
  padding: 2px;
  background-color: #fff;
  position: absolute;
  left: 13px;
  top: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.hjBody .manage-wrap .wrap .item .l .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5d5d5d;
}
.hjBody .manage-wrap .wrap .item .l .title {
  font-size: 22px;
  color: #333;
  text-align: right;
  display: table;
  width: 100%;
  height: 100%;
}
.hjBody .manage-wrap .wrap .item .l .title p {
  display: table-cell;
  vertical-align: middle;
}
.hjBody .manage-wrap .wrap .item .r {
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 32px;
  text-align: justify;
  padding: 20px 20px 20px 190px;
  box-sizing: border-box;
}
.hjBody .manage-wrap .wrap .item:hover {
  background: #5d5d5d;
}
.hjBody .manage-wrap .wrap .item:hover .l {
  border-right-color: #fff;
}
.hjBody .manage-wrap .wrap .item:hover .l .num {
  color: #fff;
}
.hjBody .manage-wrap .wrap .item:hover .l .line {
  background-color: #5d5d5d;
}
.hjBody .manage-wrap .wrap .item:hover .l .line::after {
  background-color: #fff;
}
.hjBody .manage-wrap .wrap .item:hover .l .title {
  color: #fff;
}
.hjBody .manage-wrap .wrap .item:hover .r {
  color: #fff;
}
.hjBody .manage-wrap .wrap1 {
  display: block;
}
.hjBody .manage-wrap .more-btn {
  width: 1200px;
  height: 111px;
  margin: -90px auto 0;
  text-align: center;
  line-height: 210px;
  background: url(../img/electronOptics/line-bg.png) repeat-x;
  background-size: 10px 111px;
  position: relative;
  z-index: 99;
}
.hjBody .manage-wrap .more-btn img {
  width: 48px;
  height: 44px;
  vertical-align: middle;
  cursor: pointer;
}
.hjBody .manage-wrap .more-btn.putAway img {
  transform: rotate(-180deg);
}
.hjBody .e-news-wrap {
  background-color: #f5f5f5;
  padding: 40px 0;
  margin-bottom: 0;
}
.hjBody .e-news-wrap .new-list {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.hjBody .e-news-wrap .btn {
  text-align: center;
  padding-top: 30px;
}
.hjBody .e-news-wrap .btn a {
  display: block;
  width: 270px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #303030;
  border-radius: 29px;
  margin: 0 auto;
}
.hjBody .e-news-wrap .new-item {
  display: inline-block;
  width: 660px;
  float: left;
  margin-left: 40px;
  overflow: hidden;
  position: relative;
}
.hjBody .e-news-wrap .new-item:first-child {
  margin-left: 0;
}
.hjBody .e-news-wrap .new-item .class {
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}
.hjBody .e-news-wrap .new-item .class:hover a .r {
  color: #333;
}
.hjBody .e-news-wrap .new-item .class a {
  display: block;
  overflow: hidden;
  line-height: 50px;
}
.hjBody .e-news-wrap .new-item .class a .l {
  font-size: 22px;
  position: relative;
  float: left;
}
.hjBody .e-news-wrap .new-item .class a .l::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 48px;
  transition: top 0.3s;
}
.hjBody .e-news-wrap .new-item .class a .r {
  float: right;
  color: #999;
  font-size: 14px;
  transition: all 0.3s;
}
.hjBody .e-news-wrap .new-item .item {
  padding: 16px 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.hjBody .e-news-wrap .new-item .item:hover {
  background-color: rgba(8, 154, 255, 0.05);
}
.hjBody .e-news-wrap .new-item .item .img {
  width: 200px;
  height: 117px;
  float: left;
}
.hjBody .e-news-wrap .new-item .item .img img {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  display: block;
}
.hjBody .e-news-wrap .new-item .item .text {
  text-align: left;
  position: relative;
  margin-left: 220px;
}
.hjBody .e-news-wrap .new-item .item .text .t {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #303030;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hjBody .e-news-wrap .new-item .item .text .d {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-bottom: 8px;
}
.hjBody .e-news-wrap .new-item .item .text .d span {
  margin-right: 10px;
}
.hjBody .e-news-wrap .new-item .item .text .p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.hjBody .e-nav-btn {
  margin-bottom: 60px;
}
.hjBody .e-nav-btn .item {
  width: 260px;
  height: 80px;
  border: 1px solid #5d5d5d;
  border-radius: 10px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  line-height: 80px;
  float: left;
  margin-left: 25px;
}
.hjBody .e-nav-btn .item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #666;
  text-align: center;
  font-weight: 400;
}
.hjBody .e-nav-btn .item:first-child {
  margin-left: 0;
}
.hjBody .e-nav-btn .item.active,
.hjBody .e-nav-btn .item:hover {
  background-color: #5d5d5d;
}
.hjBody .e-nav-btn .item.active a,
.hjBody .e-nav-btn .item:hover a {
  color: #fff;
}
.hjBody .e-case-wrap .moudle-wrap {
  display: none;
}
.hjBody .e-case-wrap .word {
  width: 100%;
  font-size: 16px;
  color: #666;
  text-align: justify;
  text-indent: 2em;
  line-height: 28px;
  margin: 0 auto 20px;
}
.hjBody .e-case-wrap .case-wrap1 {
  display: block;
}
.hjBody .e-case-wrap .case-wrap1 .wrap {
  height: 680px;
}
.hjBody .e-case-wrap .case-wrap1 .wrap .item.item1,
.hjBody .e-case-wrap .case-wrap1 .wrap .item.item4 {
  width: 800px;
  height: 320px;
}
.hjBody .e-case-wrap .case-wrap1 .wrap .item.item2,
.hjBody .e-case-wrap .case-wrap1 .wrap .item.item3 {
  width: 580px;
  height: 320px;
}
.hjBody .e-case-wrap .case-wrap1 .wrap .item.item1 {
  top: 0;
  left: 0;
}
.hjBody .e-case-wrap .case-wrap1 .wrap .item.item2 {
  top: 0;
  right: 0;
}
.hjBody .e-case-wrap .case-wrap1 .wrap .item.item3 {
  left: 0;
  bottom: 20px;
}
.hjBody .e-case-wrap .case-wrap1 .wrap .item.item4 {
  right: 0;
  bottom: 20px;
}
.hjBody .e-case-wrap .case-wrap2 .wrap {
  height: 1380px;
}
.hjBody .e-case-wrap .case-wrap2 .wrap .item.item1 {
  width: 700px;
  height: 900px;
  top: 0;
  left: 0;
}
.hjBody .e-case-wrap .case-wrap2 .wrap .item.item2 {
  width: 680px;
  height: 440px;
  top: 0;
  right: 0;
}
.hjBody .e-case-wrap .case-wrap2 .wrap .item.item3 {
  width: 680px;
  height: 440px;
  top: 460px;
  right: 0;
}
.hjBody .e-case-wrap .case-wrap2 .wrap .item.item4 {
  width: 700px;
  height: 440px;
  left: 0;
  bottom: 20px;
}
.hjBody .e-case-wrap .case-wrap2 .wrap .item.item5 {
  width: 680px;
  height: 440px;
  right: 0;
  bottom: 20px;
}
.hjBody .e-case-wrap .case-wrap3 .wrap,
.hjBody .e-case-wrap .case-wrap4 .wrap,
.hjBody .e-case-wrap .case-wrap5 .wrap {
  height: 1380px;
}
.hjBody .e-case-wrap .case-wrap3 .wrap .item.item1,
.hjBody .e-case-wrap .case-wrap4 .wrap .item.item1,
.hjBody .e-case-wrap .case-wrap5 .wrap .item.item1 {
  width: 690px;
  height: 440px;
  top: 0;
  left: 0;
}
.hjBody .e-case-wrap .case-wrap3 .wrap .item.item2,
.hjBody .e-case-wrap .case-wrap4 .wrap .item.item2,
.hjBody .e-case-wrap .case-wrap5 .wrap .item.item2 {
  width: 690px;
  height: 440px;
  top: 0;
  right: 0;
}
.hjBody .e-case-wrap .case-wrap3 .wrap .item.item3,
.hjBody .e-case-wrap .case-wrap4 .wrap .item.item3,
.hjBody .e-case-wrap .case-wrap5 .wrap .item.item3 {
  width: 690px;
  height: 900px;
  left: 0;
  bottom: 20px;
}
.hjBody .e-case-wrap .case-wrap3 .wrap .item.item4,
.hjBody .e-case-wrap .case-wrap4 .wrap .item.item4,
.hjBody .e-case-wrap .case-wrap5 .wrap .item.item4 {
  width: 335px;
  height: 340px;
  top: 460px;
  right: 355px;
}
.hjBody .e-case-wrap .case-wrap3 .wrap .item.item5,
.hjBody .e-case-wrap .case-wrap4 .wrap .item.item5,
.hjBody .e-case-wrap .case-wrap5 .wrap .item.item5 {
  width: 335px;
  height: 340px;
  right: 0;
  top: 460px;
}
.hjBody .e-case-wrap .case-wrap3 .wrap .item.item6,
.hjBody .e-case-wrap .case-wrap4 .wrap .item.item6,
.hjBody .e-case-wrap .case-wrap5 .wrap .item.item6 {
  width: 690px;
  height: 540px;
  right: 0;
  bottom: 20px;
}
.hjBody .e-case-wrap .wrap {
  display: none;
  position: relative;
}
.hjBody .e-case-wrap .wrap .item {
  transition: all 0.3s;
  position: absolute;
}
.hjBody .e-case-wrap .wrap .item:hover {
  transform: scale(1.04);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}
.hjBody .e-case-wrap .wrap .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.hjBody .e-case-wrap .wrap1 {
  display: block;
}
.hjBody .e-case-wrap .more-btn {
  text-align: center;
}
.hjBody .e-case-wrap .more-btn.putAway {
  transform: rotate(180deg);
}
.hjBody .e-case-wrap .list .item {
  width: 440px;
  height: 346px;
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
  background: #f5f5f5;
  transition: all 0.3s;
}
.hjBody .e-case-wrap .list .item:nth-child(3n+1) {
  margin-left: 0;
}
.hjBody .e-case-wrap .list .item img {
  display: block;
  width: 100%;
  height: 300px;
}
.hjBody .e-case-wrap .list .item .text {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 46px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hjBody .e-case-wrap .list .item:hover {
  background: #5d5d5d;
  transform: scale(1.04);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}
.hjBody .e-case-wrap .list .item:hover .text {
  color: #fff;
}
.hjBody .ad-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  position: relative;
}
.hjBody .ad-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.hjBody .ad-wrap .ad-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hjBody .ad-wrap .adv-wrap {
  width: 1400px;
  height: 100%;
  margin: auto;
  display: table;
}
.hjBody .ad-wrap .adv-wrap .right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.hjBody .ad-wrap .adv-wrap .right .telphone {
  font-size: 24px;
  color: #333;
  line-height: 48px;
  font-weight: 600;
}
.hjBody .ad-wrap .adv-wrap .right .telBtn {
  display: block;
  width: 130px;
  height: 50px;
  border-radius: 25px;
  background: url(../img/engineeringCase/telBtn.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-right: 75px;
  float: right;
}
.hjBody .eng-news-wrap {
  background: #fff;
}
.hjBody .eng-news-wrap .new-item {
  width: 440px;
}
.hjBody .eng-news-wrap .new-item .list {
  display: none;
}
.hjBody .eng-news-wrap .new-item .list:first-child {
  display: block;
}
.hjBody .eng-news-wrap .new-item .item .img {
  width: 120px;
  height: 81px;
}
.hjBody .eng-news-wrap .new-item .item .text {
  margin-left: 140px;
}
.hjBody .eng-news-wrap .new-item .item .text .p {
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hjBody .eng-news-wrap .new-item .nav ul li {
  width: 33.33%;
  float: left;
  position: relative;
}
.hjBody .eng-news-wrap .new-item .nav ul li::after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  background-color: #c1c1c1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
.hjBody .eng-news-wrap .new-item .nav ul li:nth-child(3n+3)::after {
  display: none;
}
.hjBody .eng-news-wrap .new-item .nav ul li a {
  display: block;
  width: 86%;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hjBody .eng-news-wrap .new-item .nav ul li a:hover {
  text-decoration: underline;
}
.hjBody .hj-contactus .moudle-title {
  width: 270px;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 auto 40px;
  text-align: center;
}
.hjBody .hj-contactus .moudle-title h2 {
  float: left;
}
.hjBody .hj-contactus .moudle-title .en {
  float: left;
  font-size: 30px;
  line-height: 34px;
  margin-left: 15px;
}
.hjBody .hj-contactus .map {
  height: 360px;
}
.hjBody .hj-contactus .map .left {
  height: 360px;
  width: 700px;
  float: left;
}
.hjBody .hj-contactus .map .left .map-con {
  width: 100%;
  height: 100%;
}
.hjBody .hj-contactus .map .right {
  height: 360px;
  width: 700px;
  float: left;
  background: url(../img/contactus-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  position: relative;
}
.hjBody .hj-contactus .map .right .name {
  width: 460px;
  height: 52px;
  background: url(../img/hj-logo-bg.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
  line-height: 52px;
  margin-top: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}
.hjBody .hj-contactus .map .right .name img {
  float: left;
  margin-right: 12px;
  margin-top: 12px;
}
.hjBody .hj-contactus .map .right .name h3 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  float: left;
}
.hjBody .hj-contactus .map .right .wrap {
  padding: 20px 0 0 40px;
}
.hjBody .hj-contactus .map .right .info .item {
  position: relative;
  margin-bottom: 20px;
}
.hjBody .hj-contactus .map .right .info .icon {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 0;
  width: 48px;
  height: 48px;
}
.hjBody .hj-contactus .map .right .info .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.hjBody .hj-contactus .map .right .info .text {
  padding-left: 60px;
  font-size: 16px;
  line-height: 26px;
}
.hjBody .hj-contactus .map .right .code {
  position: absolute;
  right: 5px;
  bottom: 0;
  text-align: center;
  padding: 10px;
  width: 100px;
}
.hjBody .hj-contactus .map .right .code img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 5px;
}
.hjBody .hj-contactus .map .right .code .tip {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.hjBody .hj-contactus .form {
  padding-top: 120px;
}
.hjBody .hj-contactus .form .title {
  text-align: center;
  margin-bottom: 46px;
}
.hjBody .hj-contactus .form .title .cn {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}
.hjBody .hj-contactus .form .title .en {
  font-size: 20px;
  color: #999;
}
.hjBody .hj-contactus .form .guestbook_info span {
  line-height: 40px;
  font-size: 18px;
}
.hjBody .hj-contactus .form .guestbook_info input {
  border: 1px solid #e8e8e8;
  height: 40px;
  width: 346px;
  border-radius: 4px;
  margin-left: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.hjBody .hj-contactus .form .guestbook_info textarea {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  width: 1400px;
  height: 130px;
  padding: 10px;
  box-sizing: border-box;
}
.hjBody .hj-contactus .form .top {
  overflow: hidden;
}
.hjBody .hj-contactus .form .top .guestbook_info {
  width: 33.3%;
  float: left;
}
.hjBody .hj-contactus .form .top .guestbook_info div {
  display: inline-block;
}
.hjBody .hj-contactus .form .bottom {
  padding-top: 20px;
}
.hjBody .hj-contactus .form .btn {
  text-align: center;
  padding: 40px 0 70px;
}
.hjBody .hj-contactus .form .btn button {
  width: 228px;
  height: 60px;
  border: 0;
  background-color: #5d5d5d;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  border-radius: 30px;
}
.hjBody .header-banner-wrap{
	height: 120px;
	margin-bottom: 70px;
}
.hjBody .tagsWrap{
	width: 900px;
	margin: 0 auto 100px;
}
.hjBody .tagsWrap .wrap{
	margin-bottom: 15px;
}
.hjBody .tagsWrap .wrap .title{
	height: 40px;
	border-left: 5px solid #254390;
	background: #e9eef5;
	font-size: 16px;
	color: #000;
	line-height: 40px;
	text-indent: 15px;
}
.hjBody .tagsWrap .wrap .tag-list a{
	font-size: 14px;
	line-height: 30px;
	margin: 0 10px;
}

.section-related-search .section-content-wrap {
  border-top: 1px dashed #e8e8e8;
  border-bottom: 1px dashed #e8e8e8;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-related-search dl {
  line-height: 30px;
  margin-bottom: 20px;
}
.section-related-search dl dt {
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin-right: 4px;
}
.section-related-search dl dd {
  display: inline-block;
  margin-right: 10px;
}
.section-related-search dl dd a {
  font-size: 16px;
  color: #999;
}
.section-related-search dl dd a:hover {
  color: #015dfe;
}