#visual {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover !important;
}
#visual:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(37, 89, 159, 0.28);
}
#visual .visual-txt-con {
  position: relative;
  text-align: left;
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0 100px;
}
.table-cell-layout {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#visual .visual-txt-con .table-cell-layout {
  padding-top: 100px;
}
#visual .visual-sub-txt {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.4;
}
#visual .visual-tit {
  font-size: 35px;
  text-transform: uppercase;
}
.main-scroll {
  font-size: 14px;
  padding-left: 40px;
  position: relative;
  color: #fff;
  height: 28px;
  line-height: 28px;
  margin: 80px 0 40px;
}
.main-scroll:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 12px;
  top: 9px;
  background-color: #00559a;
  border-radius: 50%;
  z-index: 5;
  -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
@-webkit-keyframes Tmouse {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes Tmouse {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
.main-scroll:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 30px;
  border-radius: 50px;
  left: 5px;
  background-color: #fff;
  top: -4px;
  opacity: 0.5;
}
.visual-nav {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: calc(100% - 200px);
  background: rgba(255, 255, 255, 0.65);
  justify-content: space-around;
}
.visual-nav li {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  flex-grow: 1;
  text-align: center;
}
.visual-nav li:after {
  position: absolute;
  content: '';
  width: 0;
  height: 4px;
  top: 0;
  left: 0;
  background: #00559a;
  transition: all 0.5s;
}
.visual-nav li:hover:after,
.visual-nav li.active:after {
  width: 100%;
}
.visual-nav a {
  display: block;
  padding: 20px 0;
  font-size: 15px;
}
.visual-nav li:hover a,
.visual-nav li.active a {
  color: #00559a;
}
.paddtop30 {
  padding-top: 30px;
}
/* about */
.ny-main .ind-title {
  margin-bottom: 10px;
}
.profile-text {
  position: relative;
  width: 50%;
  padding: 3% 5% 50px 0;
}
.profile-text h5 {
  font-weight: bold;
  font-size: 16px;
  color: #00559a;
}
.company-p {
  padding-right: 20px;
  margin-top: 25px;
}
.company-p p {
  margin-bottom: 15px;
}
.company-p::-webkit-scrollbar {
  width: 6px;
  height: 16px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
.company-p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
.company-p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.profile-text > p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 2;
}
.profile-num {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 0;
  justify-content: space-between;
  background: #f5f5f5;
  width: 100%;
}
.profile-num-two {
  left: auto;
  right: -100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.profile-num li {
  position: relative;
  flex-grow: 1;
  text-align: center;
  padding: 10px 0 23px;
  width: 50%;
}
.profile-num li:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 56px;
  top: 38px;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.profile-num-two li:after {
  background: rgba(255, 255, 255, 0.3);
}
.profile-num li:last-child:after {
  display: none;
}
.profile-num li h4 {
  font-size: 40px;
  color: #00559a;
}
.profile-num li span {
  color: #666;
  font-size: 15px;
}
.profile-num-two li h4 {
  color: #fff;
}
.profile-num-two li span {
  color: rgba(255, 255, 255, 0.7);
}
.profile-img {
  width: 50%;
  position: relative;
}
.ind-structure {
  background-size: cover;
  background-position: center;
}
.structure-img {
  width: 1130px;
  margin: 0 auto;
}
.structure-img img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
/* history 修改 */
.his-section {
  position: relative;
  margin-top: 30px;
}
.his-section:before {
  display: block;
  content: "";
  width: 11px;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.his-section:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 0.5px;
}
.innerwrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.history {
  position: relative;
}
.history > div {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  /* margin-bottom: -174px; */
}
.history > div:first-child {
  top: 0;
  padding-top: 20px;
}
.history > div:last-child .conarea {
  height: auto;
  padding-bottom: 150px;
}
.history > div:nth-child(odd) {
  margin-left: 50%;
}
.history > div:nth-child(even) {
  text-align: right;
  margin-right: 50%;
}
.history > div .titlearea {
  position: relative;
  z-index: 10;
}
.history > div .titlearea:before {
  display: block;
  content: "";
  width: 1000%;
  height: 1px;
  bottom: 0;
  background: #ddd;
  position: absolute;
}
.history > div:nth-child(odd) .titlearea {
  padding: 26px 0 0 40px;
}
.history > div:nth-child(odd) .titlearea:before {
  left: 0;
}
.history > div:nth-child(even) .titlearea {
  padding: 30px 40px 0 0;
}
.history > div:nth-child(even) .titlearea:before {
  right: 0;
}
.history > div .titlearea:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #82c6e4;
  position: absolute;
  bottom: -2px;
  z-index: 10;
}
.history > div:nth-child(odd) .titlearea:after {
  right: 100%;
  margin-right: -3px;
}
.history > div:nth-child(even) .titlearea:after {
  left: 100%;
  margin-left: -2px;
}
.history > div .titlearea h4 {
  font-size: 46px;
  color: #222;
  margin-bottom: 5px;
}
.history > div .titlearea h4 span {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.history > div .titlearea p {
  font-size: 28px;
  color: #959595;
  line-height: 1.4;
  padding-top: 7px;
}
.history > div .conarea {
  position: relative;
  padding-bottom: 80px;
}
/* 
.history>div:first-child .conarea {
	padding-bottom: 380px;
}

.history>div:nth-child(2) .conarea {
	padding-bottom: 280px;
}

.history>div:nth-child(3) .conarea {
	padding-bottom: 300px;
} */
.history > div:nth-child(odd) .conarea {
  padding-left: 40px;
}
.history > div:nth-child(even):after {
  display: block;
  content: "";
  width: 1000%;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  left: -50%;
  top: 0;
}
.history > div:nth-child(even) .conarea {
  padding-right: 40px;
}
.history > div .conarea ul {
  padding: 30px 0 0;
  position: relative;
  z-index: 10;
}
.history > div .conarea ul li {
  overflow: hidden;
  margin-bottom: 15px;
}
.history > div .conarea ul li:last-child {
  margin-bottom: 0;
}
.history > div .conarea ul li .year {
  width: 80px;
  font-size: 18px;
  color: #222;
  font-weight: 600;
  line-height: 1.6;
}
.history > div .conarea ul li .con {
  width: calc(100% - 100px);
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}
.history > div:nth-child(odd) .conarea ul li .year {
  float: left;
  margin-right: 20px;
}
.history > div:nth-child(odd) .conarea ul li .con {
  float: left;
}
.history > div:nth-child(even) .conarea ul li .year {
  float: right;
  margin-left: 20px;
}
.history > div:nth-child(even) .conarea ul li .con {
  float: right;
}
.history > div .conarea .bg_year {
  display: none;
  position: absolute;
  bottom: 26px;
  z-index: 10;
  font-size: 100px;
  color: #82c6e4;
  font-weight: bold;
  line-height: 0.8em;
}
.history > div .conarea .bg_year span {
  display: block;
}
.history #y3 .conarea .bg_year {
  /*bottom: -50px;*/
}
.history > div:nth-child(odd) .conarea .bg_year {
  color: #f5f5f5;
  right: 100%;
  text-align: right;
}
.history > div:nth-child(even) .conarea .bg_year {
  color: #fff;
  left: 100%;
  text-align: left;
}
.history > div:nth-child(even) .img {
  position: absolute;
  width: 60%;
  left: 100%;
  top: -100px;
  z-index: 10;
  margin-left: 40px;
  padding-top: 32%;
}
.history > div:nth-child(odd) .img {
  position: absolute;
  width: 60%;
  right: 100%;
  top: -100px;
  z-index: 10;
  margin-right: 40px;
  padding-top: 32%;
}
.history > div .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/* .history>div:first-child .img {
	top: 0;
} */
/* history 修改  end */
.ind-history {
  position: relative;
  padding-bottom: 0;
}
/* .ind-history:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/history-bg.png) no-repeat center;
	background-size: cover;
	opacity: 0.1;
} */
.history-view {
  position: relative;
  padding: 20px 100px 0;
}
.history-view:before {
  content: '';
  width: 200px;
  height: 0;
  border-bottom: 2px solid #00559a;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  left: -100px;
  top: 187px;
}
.history-view:after {
  content: '';
  width: 200px;
  height: 0;
  border-bottom: 2px solid #00559a;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  right: -100px;
  top: 187px;
}
.history-view li {
  float: left;
  width: 200px;
  height: 374px;
  position: relative;
  z-index: 50;
}
.history-view li:before {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 2px solid #00559a;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  left: 50px;
  top: 167px;
}
.history-view li .ic {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 140px;
  border-radius: 50%;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease;
}
.history-view li .ic2 {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 140px;
  border-radius: 50%;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease;
}
.history-view li.ti .box {
  position: absolute;
  left: 0;
  bottom: 250px;
}
.history-view li .box h4 {
  color: #00559a;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
.history-view li .box h4 em {
  font-weight: bold;
}
.history-view li .box .txt {
  max-height: 130px;
  overflow: auto;
  padding-right: 15px;
}
.history-view li .box p {
  color: #858585;
  line-height: 22px;
  font-size: 15px;
  margin-top: 5px;
}
.history-view li.bi .box {
  position: absolute;
  left: 0;
  top: 213px;
}
.history-view li .don:hover .ic {
  opacity: 0;
  filter: alpha(opacity=0);
}
.history-view li .don:hover .ic2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.history-view li .don:hover h4 {
  color: #009844;
}
.history-view .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 179px;
  border: none;
  background: none;
  opacity: 1;
}
.history-view .swiper-button-next {
  position: absolute;
  right: 0;
  top: 179px;
  border: none;
  background: none;
  opacity: 1;
}
.ind-culture {
  position: relative;
}
.ind-culture:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(37, 89, 159, 0.28);
}
.con_list {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.con_list li {
  position: relative;
  width: 25%;
  min-height: 390px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con_list li:nth-child(1) {
  background: #fff;
}
.con_list li .c_box {
  display: table-cell;
  vertical-align: middle;
}
.con_list li .c_box img {
  width: 33px;
  margin: 0 auto;
  transition: all 0.5s;
}
.con_list li .c_box img.icon-2 {
  display: none;
}
.con_list li:hover .c_box img {
  margin-top: -20px;
}
.con_list li .s_tit {
  padding: 14px 0;
  font-size: 24px;
  line-height: 30px;
}
.con_list li .s_txt {
  font-size: 15px;
  line-height: 1.5;
  color: #5f5f5f;
  letter-spacing: 1px;
  word-break: keep-all;
  padding: 0 4%;
}
.con_list li .s_txt i {
  display: block;
}
.con_list li:nth-child(2n) .s_txt {
  color: #fff;
}
.con_list li .s_txt:after {
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  background: #000;
  margin: 15px auto 20px;
}
.con_list li:nth-child(2n) .s_txt:after {
  background: #fff;
}
.con_list li .num,
.con_list li .etc {
  font-size: 2.6vw;
  display: inline-block;
  line-height: 58px;
  font-weight: 600;
  text-transform: capitalize;
}
.con_list li:nth-child(1) .num,
.con_list li:nth-child(1) .etc,
.con_list li:nth-child(3) .num {
  color: #00559a;
}
.con_list li:nth-child(1) .etc {
  font-size: 30px;
  margin-left: 5px;
  vertical-align: bottom;
  line-height: inherit;
}
.con_list li:nth-child(2) {
  background: #00559a;
  color: #fff;
  font-weight: 300;
}
.con_list li:nth-child(3) {
  background: #fff;
}
.con_list li:nth-child(4) {
  background: #009844;
  color: #fff;
  font-weight: 300;
}
.team-honor {
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -10px;
}
.team-honor-pic {
  width: 33.33%;
  padding: 10px;
}
/* about  end */
/* contact */
.store-contact {
  font-size: 15px;
}
.store-contact .row {
  margin: 0 -17px;
}
.store-contact .col {
  float: left;
  width: 33.33333%;
  padding: 0 17px;
}
.store-contact .col p,
.store-contact .text p {
  margin-bottom: 15px;
  font-size: 17px;
}
.store-contact .col input {
  width: 100%;
  padding: 18px 25px 18px 55px;
  line-height: 30px;
  height: 56px;
  background-color: #f9f9f9;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px solid #e7e7e7;
  color: #919191;
}
.store-contact .col input.upper {
  background-color: #00559a;
  color: #fff;
}
.store-contact .col input.user {
  background-image: url(../images/online-1.png);
}
.store-contact .col input.tel {
  background-image: url(../images/online-2.png);
}
.store-contact .col input.E-mail {
  background-image: url(../images/online-3.png);
}
.store-contact .text textarea.massage {
  background-image: url(../images/online-4.png);
}
.store-contact .col input.upper.user {
  background-image: url(../images/online-1-1.png);
}
.store-contact .col input.upper.tel {
  background-image: url(../images/online-2-1.png);
}
.store-contact .col input.upper.E-mail {
  background-image: url(../images/online-3-1.png);
}
.store-contact .text textarea.upper.massage {
  background-image: url(../images/online-4-1.png);
}
.store-contact .text {
  margin-top: 38px;
  position: relative;
}
.store-contact .text textarea {
  padding: 18px 25px 18px 55px;
  background-color: #f9f9f9;
  background-position: 20px 18px;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px solid #e7e7e7;
  color: #919191;
  height: 180px;
  width: 100%;
}
.store-contact .text textarea.upper {
  background-color: #00559a;
  color: #fff;
}
.store-contact .button-bubble {
  margin-top: 50px;
}
.button-bubble {
  display: block;
  width: 240px;
  height: 56px;
  margin: 30px auto 0;
  line-height: 56px;
  position: relative;
  transition: all 0.3s;
}
.button-bubble .button {
  display: block;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background: #00559a;
  border-radius: 3px;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.button-bubble .button:hover {
  opacity: 0.8;
}
.store-contact .col input::-webkit-input-placeholder,
.store-contact .text textarea::-webkit-input-placeholder {
  color: #919191;
}
.store-contact .col input::-moz-placeholder,
.store-contact .text textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #919191;
}
.store-contact .col input:-moz-placeholder,
.store-contact .text textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919191;
}
.store-contact .col input:-ms-input-placeholder,
.store-contact .text textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919191;
}
.ind-find {
  background: #f9f9f9;
}
.words-top {
  padding-bottom: 52px;
  /* border-bottom: 1px solid #e0e0e0; */
  justify-content: space-between;
  align-items: center;
}
.words-top .text {
  font-size: 30px;
  /* font-weight: bold;
    color: #00559a; */
  max-width: 50%;
  line-height: 1.5;
}
.words-top .add .wo {
  text-align: right;
}
.words-top .add .i {
  width: 35px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.words-top .add .t0 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #666666;
}
.words-top .add .t1 {
  font-size: 16px;
  line-height: 30px;
}
.words-top .add .img {
  width: 150px;
  height: 150px;
  margin-left: 0.75rem;
}
.words-top .add .img p {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 3px;
}
.mapbox {
  width: 100%;
  height: 450px;
  border: 1px solid #e0e0e0;
}
.mapbox * {
  width: auto;
}
.branch-view {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.branch-view li {
  position: relative;
  top: 0;
  width: calc(33.33% - 40px);
  margin: 40px 20px 0;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}
.branch-view li:hover {
  top: -10px;
}
.branch-box {
  position: relative;
  padding: 7% 7% 80px;
  height: 100%;
  overflow: hidden;
}
.branch-view li span {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 26px solid rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  bottom: -70px;
  right: -60px;
  overflow: hidden;
}
.branch-box:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 30px;
  background: url(../picture/logo-icon.png) no-repeat center;
  background-size: 50px;
}
.branch-view li h3 {
  position: relative;
  margin-bottom: 40px;
}
.branch-view li h3:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  bottom: -20px;
  left: 0;
  background: #00559a;
}
.branch-view li p {
  font-size: 15px;
  color: #666;
}
.recJob {
  background: #f5f5f5;
}
/* search */
.recJob .recJob_sech {
  position: relative;
  z-index: 3;
}
.recJob_sel {
  position: relative;
  float: left;
  width: 18.59%;
  margin-right: 0.82%;
  margin-bottom: 15px;
}
.recJob_sel .recJob_a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #fff;
  color: #666666;
  font-size: 12px;
  background-position: 95% center;
  background-image: url(../images/recruit-arrow.png);
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.recJob_sel .recJob_opt {
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  border-top: none;
  visibility: hidden;
  transform: translateY(10%);
  box-shadow: 0 2px 2px rgba(1, 1, 1, 0.13);
  padding: 10px 0;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.recJob_sel .recJob_opt a {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 12px;
}
.recSec_job {
  float: left;
  width: 23.14%;
}
.recSec_job input {
  display: block;
  padding: 10px;
  height: 40px;
  line-height: 20px;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  color: #666666;
  font-size: 12px;
}
.recJob_sech .recJob_btn {
  display: block;
  float: right;
  width: 17.6%;
  margin: 0;
  height: 40px;
  border: none;
  padding: 0;
  text-align: center;
  background: #00559a;
  font-size: 14px;
  color: #fff;
}
.recJob_sel.on {
  z-index: 3;
}
.recJob_sel.on .recJob_a {
  background-color: #1e1b20;
  color: #fff;
  background-image: url(../images/recruit-arrow2.png);
  border: 1px solid #1e1b20;
}
.recJob_sel.on .recJob_opt {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
/* job */
.recJob_box {
  margin: 20px 0 0;
}
/* job-tit */
.recJob_tit {
  line-height: 20px;
  background: #1c1d21;
  padding: 10px 2%;
  overflow: hidden;
}
.recJob_tit span {
  float: left;
  width: 22%;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  padding: 5px 10px;
}
.recJob_tit span:nth-child(5) {
  width: 10%;
}
/* job-list  */
.recJob_list {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 75px;
  padding: 0 2% 30px;
  background: #fff;
}
.recruit li {
  border-bottom: 1px solid #e5e5e5;
  background: #fdfdfd;
}
.recJob_name {
  display: block;
  font-size: 0;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}
.recJob_name::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  background-image: url(../images/recruit-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recJob_name span {
  float: left;
  width: 22%;
  line-height: 20px;
  font-size: 14px;
  padding: 5px 10px;
}
.recJob_name span:last-of-type {
  width: 10%;
}
.recJob_info {
  display: none;
  position: relative;
  border-top: 1px solid #efefef;
  padding: 0 30px;
  background: #f5f5f5;
}
.recJob_top {
  padding: 20px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
}
.recJob_top span {
  display: inline-block;
  width: 24%;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
.recJob_btm {
  overflow: hidden;
  padding: 40px 10px;
  border-bottom: 1px solid #dcdcdc;
}
.recJob_btm h4 {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
}
.recJob_btm p {
  line-height: 26px;
  color: #666;
}
.recJob_btm .recJob_l {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 80px;
  margin-bottom: 15px;
}
.recJob_btm .recJob_r {
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-left: 60px;
}
.recJob_info .tips {
  padding: 20px 0;
  color: #00559a;
  line-height: 20px;
  font-size: 14px;
}
.recJob_info .tips a {
  display: inline-block;
  color: #00559a;
}
.recJob_list li.cur {
  border-color: transparent;
  background: #fff;
}
.recJob_list li.cur .recJob_name::after {
  background-image: url(../images/recruit-up.png);
}
@media (max-width: 900px) {
  .recJob {
    padding: 48px 0;
  }
  .recJob_sel {
    width: 32%;
    margin: 0 0 2% 2%;
  }
  .recJob_sel:first-of-type {
    margin: 0 0 2% 0;
  }
  .recSec_job {
    width: 78%;
  }
  .recJob_sech .recJob_btn {
    width: 20%;
  }
  .recJob_name {
    padding: 20px 0;
  }
  .recJob_info {
    padding: 0 28px 10px;
  }
  .recJob_top {
    padding: 16px 0;
  }
  .recJob_top span {
    width: auto;
    margin-right: 24px;
    font-size: 13px;
    line-height: 2.4;
  }
  .recJob_tit {
    padding: 10px 28px;
  }
  .recJob_list {
    padding: 0 28px 30px;
  }
  .recJob_btm {
    padding: 28px 10px;
  }
  .recJob_btm .recJob_l {
    padding-right: 60px;
  }
  .recJob_btm .recJob_r {
    padding-left: 32px;
  }
  .recJob_btm h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
@media (max-width: 680px) {
  .recJob_info .tips {
    padding: 0 14px;
  }
  .recJob_list {
    padding: 0 14px 20px;
  }
  .recJob_btm {
    padding: 20px 10px;
  }
  .recJob_btm .recJob_l {
    padding: 0;
    float: none;
    width: 100%;
  }
  .recJob_btm .recJob_r {
    float: none;
    padding: 0;
    width: 100%;
  }
  .recJob_btm h4 {
    font-size: 16px;
  }
  .recJob_btm p {
    font-size: 13px;
  }
  .recJob_info {
    padding: 0 22px 6px;
  }
  .recJob_info .tips {
    padding: 14px 0;
  }
  .recJob_sel {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .recJob_tit {
    padding: 10px 14px;
  }
  .recJob_tit span {
    width: 24%;
    font-size: 13px;
    padding: 6px 0;
  }
  .recJob_tit span:nth-child(3) {
    width: 28%;
  }
  .recJob_tit span:nth-child(5) {
    display: none;
  }
  .recJob_name {
    padding: 10px 0;
  }
  .recJob_name span {
    width: 24%;
    font-size: 13px;
    padding: 6px 0;
    text-align: center;
  }
  .recJob_name span:nth-child(3) {
    width: 28%;
  }
  .recJob_name span:last-of-type {
    display: none;
  }
  .recJob_name::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .recJob {
    padding: 32px 0;
  }
  .recJob_tit {
    padding: 10px;
  }
  .recSec_job input {
    line-height: 36px;
    height: 36px;
    padding: 0 10px;
  }
  .recJob_sech .recJob_btn {
    font-size: 13px;
    line-height: 36px;
    height: 36px;
  }
  .recJob_list {
    padding: 0 10px 12px;
  }
  .recJob_info {
    padding: 0 14px 6px;
  }
  .recJob_top {
    padding: 12px 0;
  }
  .recJob_top span {
    margin-right: 18px;
    line-height: 2;
  }
  .recJob_btm {
    padding: 12px 6px;
  }
  .recJob_btm h4 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .recJob_btm p {
    line-height: 24px;
  }
  .recJob_info .tips {
    font-size: 13px;
  }
}
/* contact  end */
/* news */
.public-view li {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.public-view li:hover {
  background: #00559a;
}
.public-view li .public-time {
  width: 100px;
  height: 100px;
  background: #00559a;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.public-view li:hover .public-time {
  background: #fff;
  color: #00559a;
}
.public-view li .public-time span {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin-top: 18px;
}
.public-view li .public-time p {
  font-size: 13px;
}
.public-view li .public-text {
  padding-left: 30px;
  width: calc(100% - 100px);
}
.public-view li .public-text h3 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.public-view li:hover .public-text h3 {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.public-view li .public-text p {
  color: #666;
  font-size: 15px;
  transition: all 0.3s;
}
.public-view li:hover .public-text p {
  color: #fff;
}
.public-view li .public-text p:hover {
  text-decoration: underline;
}
.public-view li .public-text p span {
  display: inline-block;
  padding-left: 24px;
  background: url(../images/fujian.png) no-repeat left;
  background-size: 18px;
}
.public-view li:hover .public-text span {
  background: url(../images/fujian-1.png) no-repeat left;
  background-size: 18px;
}
.public-box {
  width: calc(100% - 380px);
}
.pubilc-right {
  width: 380px;
  padding-left: 30px;
}
.pubilc-search {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 30px;
}
.pubilc-search h3 {
  position: relative;
  color: #00559a;
  margin-bottom: 10px;
}
.pubilc-search h3:before {
  position: absolute;
  content: '';
  top: 8px;
  left: -30px;
  width: 3px;
  height: 20px;
  background: #00559a;
}
.pubilc-sel {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
}
.pubilc-sel-two {
  justify-content: space-between;
}
.pubilc-sel-two .pubilc-sel {
  width: 48%;
}
.pubilc-input {
  width: 100%;
  padding: 13px 15px;
  margin-top: 15px;
  font-size: 14px;
}
.public-button {
  width: 100%;
  background: #00559a;
  color: #fff;
  padding: 12px 0;
  font-size: 14px;
  margin-top: 15px;
}
.pubilc-news a {
  display: block;
  margin-top: 18px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pubilc-news a:hover i {
  text-decoration: underline;
}
.pubilc-news a span {
  display: inline-block;
  color: #00559a;
  font-weight: bold;
}
.pagex {
  text-align: center;
  margin-top: 50px;
}
.pagination {
  text-align: center;
  font-size: 18px;
  color: #666666;
}
.pagination a {
  vertical-align: middle;
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #666666;
  line-height: 45px;
  text-align: center;
  margin: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}
.pagination a:hover,
.pagination a.active {
  background-color: #00559a;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.information-view li {
  position: relative;
  width: 25%;
  padding: 50px 30px;
  border: 1px solid #e0e0e0;
  margin-left: -1px;
  margin-top: -1px;
  transition: all 0.3s;
}
.information-view li:hover {
  background: #00559a;
}
/* .information-view li:after{
	position: absolute;
    content: '';
    width: 0;
    height: 4px;
    bottom: 0;
    left: 0;
	background: #00559a;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.information-view li:hover:after{
	width: 100%;
} */
.information-view li .information-time span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 30px;
  color: #00559a;
}
.information-view li .information-time p {
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
  padding-left: 10px;
  color: #666;
}
.information-view li:hover .information-time span,
.information-view li:hover .information-time p {
  color: #fff;
}
.information-view li .information-text {
  position: relative;
  margin-top: 7vh;
}
.information-view li .information-text:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  top: -3.5vh;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.information-view li:hover .information-text:before {
  background: rgba(255, 255, 255, 0.3);
}
.information-view li .information-text h3 {
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.information-view li:hover .information-text h3 {
  color: #fff;
}
.information-view li .information-text p {
  margin-top: 20px;
  color: #666;
  font-size: 15px;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.information-view li:hover .information-text p {
  color: #fff;
}
.information-view li .information-text span {
  margin-top: 10vh;
  position: relative;
  display: inline-block;
  zoom: 1;
  font-size: 14px;
  color: #666;
  padding-right: 15px;
  background: url(../images/right-b.png) no-repeat center right;
  background-size: 10px;
  transition: all 0.3s;
}
.information-view li:hover .information-text span {
  padding-right: 20px;
  color: #fff;
  background: url(../images/right-w.png) no-repeat center right;
  background-size: 10px;
}
.company-view {
  width: 100%;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  overflow: hidden;
}
.company-view .ind-news-box {
  width: 33.33%;
  padding: 60px 50px;
  border: 1px solid #eaeaea;
  margin-left: -1px;
  margin-top: -1px;
  background: #fbfbfb;
  transition: all 0.5s;
}
.company-view .ind-news-box:hover {
  background: #00559a;
}
.company-view .ind-news-box .ind-news-img {
  transform: scale(1);
  transition: all 0.5s;
  opacity: 0;
}
.company-view .ind-news-box:hover .ind-news-img {
  opacity: 1;
}
.leads-view {
  width: 102%;
  margin-left: -2%;
}
.leads-view li {
  width: 31.33%;
  margin: 0 1% 2%;
}
.leads-view li .leads-img {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
.leads-view li .leads-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 1.2s;
  -o-object-fit: cover;
  object-fit: cover;
}
.leads-view li:hover .leads-img img {
  transform: scale(1.05);
}
.leads-view li .leads-text {
  padding-right: 30px;
  transition: all 0.5s;
}
.leads-view li .leads-text > span {
  display: block;
  margin: 20px 0 15px;
}
.leads-view li .leads-text h3 {
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.leads-view li:hover .leads-text h3 {
  color: #00559a;
}
.leads-view li .leads-text p {
  margin-top: 10px;
  color: #8e8e8e;
  font-size: 14px;
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leads-view li .leads-text .leads-detail {
  margin-top: 50px;
}
.leads-view li .leads-text .leads-detail span {
  position: relative;
  display: inline-block;
  zoom: 1;
  font-size: 14px;
  color: #666;
  padding: 6px 40px 6px 30px;
  background: url(../images/right-b.png) no-repeat 94px center;
  background-size: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  transition: all 0.3s;
}
.leads-view li:hover .leads-text .leads-detail span,
.leads-view li.leads-item:hover .leads-text .leads-detail span {
  color: #fff;
  background: #00559a url(../images/right-w.png) no-repeat 94px center;
  background-size: 10px;
}
.group-view li .leads-text {
  position: relative;
  top: -40px;
  padding: 30px;
  width: 90%;
  margin: 0 auto;
  background: #f5f5f5;
}
.group-view li:hover .leads-text {
  top: -60px;
}
.group-view li .leads-text > span {
  margin-top: 0;
  margin-bottom: 6px;
}
/* .group-view li .leads-text h3{
	font-size: 18px;
	height: 64px;
	white-space: inherit;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.group-view li .leads-text .leads-detail {
  margin-top: 20px;
}
.group-view li:hover .leads-text {
  background: #00559a;
}
.group-view li:hover .leads-text span,
.group-view li:hover .leads-text h3 {
  color: #fff;
}
.group-view li:hover .leads-text p {
  color: rgba(255, 255, 255, 0.4);
}
.group-view li:hover .leads-text .leads-detail span {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.ind-group .pagex {
  margin-top: 0;
}
.cd-main {
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}
.cd-list__full {
  width: calc(100% - 400px);
  letter-spacing: 1px;
  padding-right: 7%;
  border-right: 1px solid #efefef;
  padding-bottom: 70px;
}
.cd-list__title {
  position: relative;
  border-bottom: 1px solid rgba(193, 189, 189, 0.4);
  padding-bottom: 34px;
  margin-bottom: 40px;
}
.cd-list__full h3 {
  color: #111;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 14px;
  margin-top: 0;
  font-weight: 400;
}
.cd-list__full span {
  text-transform: uppercase;
  font-size: 14px;
  /* color: rgba(17, 17, 17, 0.5); */
}
.cd-list__title .img {
  position: absolute;
  top: 0;
  right: 0;
}
.cd-list__title .img img {
  width: 120px;
}
.cd-list__full h5 {
  display: block;
  color: #333;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 400;
}
.cd-list__full h6 {
  display: block;
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}
.cd-list__full p {
  font-size: 15px;
  line-height: 2;
  color: #111;
  margin-bottom: 20px;
  text-indent: 2em;
}
.cd-list__full p img {
  display: block;
  max-width: 100%;
  width: auto;
}
.cd-push__full {
  position: relative;
  width: 380px;
}
.cd-push__content {
  position: relative;
  width: 100%;
  top: 0;
  bottom: auto;
}
.cd-push__main {
  /*border-left: 1px solid #efefef;*/
  width: 100%;
  padding-left: 50px;
}
.cd-push__content.fixed {
  position: fixed;
  top: 48px;
  bottom: auto;
}
.cd-push__content.pos {
  position: absolute;
  bottom: 0;
  top: auto;
}
.cd-target__box {
  letter-spacing: 1px;
}
.mb-80 {
  margin-bottom: 50px;
}
.cd-target__box span {
  font-size: 20px;
  line-height: 1.4;
  color: #111;
  display: block;
  margin-bottom: 25px;
}
.cd-target__list li {
  margin-bottom: 30px;
  transition: all 0.4s;
  overflow: hidden;
}
.cd-target__list li:hover span {
  text-decoration: underline;
}
.cd-target__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.4s;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.8);
  overflow: hidden;
}
.cd-target__list .current a {
  color: #579632;
}
.cd-target__list a:hover {
  color: #579632;
}
.cd-target__list li .img {
  position: relative;
  width: 140px;
  height: 80px;
  margin-right: 20px;
}
.cd-target__list a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.cd-target__list a span {
  width: calc(100% - 160px);
  height: 54px;
  display: block;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.8);
  margin-top: 10px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topbtm_bar {
  border-top: 1px solid #efefef;
  padding-top: 40px;
}
.topbtm_bar .icon {
  position: relative;
  margin: 0 10px;
  display: inline-block;
}
.topbtm_bar .icon:before {
  content: "";
  transition: ease 0.5s;
  display: block;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #bebecc;
  position: absolute;
  left: -15px;
  top: 0;
}
.topbtm_bar .next .icon:before {
  right: -15px;
  left: auto;
}
.topbtm_bar a {
  width: 48%;
  height: 30px;
  line-height: 30px;
  color: #111;
  letter-spacing: 0.5px;
}
.topbtm_bar a p {
  width: calc(100% - 100px);
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.topbtm_bar a:hover {
  color: #00559a;
}
.topbtm_bar a.fr {
  text-align: right;
}
.topbtm_bar span {
  margin: 0 10px;
}
.topbtm_bar i {
  font-style: normal;
  font-family: "Gasalt-Regular";
  font-size: 17px;
}
.wel-news-view {
  /* width: calc(100% + 40px);
	margin-left: -40px; */
  align-items: stretch;
}
.ny-worker-view {
  width: calc(100% + 40px);
  margin-left: -40px;
}
.wel-news-view a {
  display: block;
  /* width: calc(33.33% - 40px);
	margin-left: 40px; */
  margin-bottom: 40px;
  background: #f5f5f5;
}
.ny-worker-view a {
  width: calc(33.33% - 40px);
  margin-left: 40px;
}
.wel-news-text {
  padding: 5px 30px 30px;
}
.wel-news-text span {
  display: block;
  padding: 25px 0 15px;
  font-size: 14px;
  color: #888;
}
.wel-news-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.wel-news-view a:hover .wel-news-text h3 {
  color: #00559a;
}
.wel-news-text p {
  font-size: 14px;
  color: #888;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img_pic {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}
.img_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 1s;
  -o-object-fit: cover;
  object-fit: cover;
}
.wel-news-pic {
  padding-top: 65%;
}
.wel-news-view a:hover .wel-news-pic img {
  transform: scale(1.05);
}
.next-list {
  padding: 20px 0 0;
}
.pagediv {
  max-width: 100%;
  margin: auto;
}
.page-dot {
  margin-top: -15px;
  position: relative;
  z-index: 5;
  max-width: 120px;
}
.page-dot li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6a6a6a;
  margin-right: 10px;
  cursor: pointer;
}
.page-dot li.on {
  background-color: #00559a;
}
.zxfPagenum,
.ddd {
  color: #666;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  display: inline-block;
  text-align: center;
}
.current {
  color: #ffffff;
  background: #00559a;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  margin: 0 5px;
  display: inline-block;
  border: 1px solid #00559a;
  text-align: center;
}
.nextbtn,
.prebtn,
span.disabled {
  color: #666;
  background: #fff;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  display: inline-block;
  text-align: center;
}
/* news  end */
/* dashi */
.leadership-inner {
  position: relative;
  width: 100%;
  top: 0;
  /* padding: 20px 0; */
}
.leadership-box {
  width: 50%;
  padding: 10px;
  position: relative;
  top: 0;
  transition: all 0.3s;
}
.leadership-box a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-shadow: 0px 0px 106px rgba(0, 0, 0, 0.13);
}
.leadership-inner .leadership-box:hover {
  top: -5px;
}
.leadership-list .slick-list {
  padding: 0 29% !important;
  overflow: inherit;
}
.leadership-bg {
  width: 50%;
  background-size: cover;
  background-position: top;
}
.leadership-text {
  width: 50%;
  padding: 9% 7%;
  background: #fff;
  letter-spacing: 1px;
}
.leadership-text h3 {
  font-weight: bold;
  font-size: 25px;
}
.leadership-span {
  height: 200px;
  overflow: hidden;
}
.leadership-text span {
  display: block;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.leadership-text span i {
  display: block;
}
.leadership-text p {
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team_inner {
  overflow: hidden;
}
.team_Img {
  position: relative;
  width: 40%;
  padding-bottom: 20px;
  border: 1px solid #f3f3f3;
}
.team_Img:before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 82%;
  background: linear-gradient(to bottom, #f6f6f7 0%, #ececec 100%);
}
.teamTeacher {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.teamTeacher p {
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  font-family: Arial;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}
.team_Txt {
  position: relative;
  width: 58%;
  padding: 0 0 0 4%;
  margin-top: 46px;
}
.team_Txt:before {
  position: absolute;
  content: '';
  width: 4px;
  left: 0;
  height: 80px;
  top: 0;
  background: #00559a;
  z-index: 1;
}
.team_Txt:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 1px;
  top: 0;
  background: #a5a5a5;
}
.team_Txt h3 {
  font-size: 35px;
  color: #383838;
  line-height: 1;
  font-family: BEBAS;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 14px 0 20px;
  font-weight: 500;
  text-align: left;
}
.team_Txt_span {
  margin-bottom: 15px;
}
.team_Txt span {
  font-size: 17px;
  font-weight: bold;
  display: block;
  color: #383838;
}
.team_Txt h4 {
  font-size: 25px;
}
.team_Txt p {
  line-height: 26px;
  margin-bottom: 10px;
  color: #4a4a4a;
  font-size: 15px;
}
.back_team {
  width: 120px;
  text-align: center;
  display: inline-block;
  background: #00559a;
  padding: 9px 30px;
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
}
/* dashi  end */
/* product */
.product-view {
  padding: 5px;
  align-items: stretch;
}
.product-left {
  width: 50%;
  padding: 5px;
}
.product-item {
  position: relative;
  padding: 5px;
}
.product-right {
  width: 50%;
  padding: 5px 0;
}
.product-left-list-1 {
  padding: 10px 5px 5px;
}
.product-item a {
  display: block;
}
.product-pic {
  padding-top: 55%;
}
.product-pic::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.product-text {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  z-index: 10;
}
.product-text h3 {
  font-size: 35px;
}
.product-text p {
  font-size: 18px;
  margin-top: 5px;
}
.product-text span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 40px;
  margin-top: 30px;
  transition: all 0.5s;
}
.product-right .product-pic {
  padding-top: 110.5%;
}
.product-item:hover .product-text span {
  background: #fff;
  color: #333;
}
.product-item:hover .product-pic img {
  transform: scale(1.05);
}
.product-list-box li {
  width: 33.33%;
  padding: 14px;
}
.product-list-box li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-list-box li a .pic_img {
  position: relative;
  padding-top: 70%;
}
.product-list-box li a .pic_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.product-list-text {
  text-align: center;
  padding: 12px;
  /* background: #f5f5f5; */
}
.product-list-text h3 {
  font-size: 17px;
}
/* product  end */
/* service */
.standards-view {
  background: #f5f5f5;
  align-items: stretch;
}
.standards-pic {
  width: 45%;
  padding-top: 0;
  margin-right: 5%;
}
.standards-text {
  width: 50%;
  padding: 4% 0;
}
.standards-text img {
  width: 45px;
}
.standards-text h3 {
  color: #333;
  font-size: 18px;
  margin: 15px 0 10px;
}
.standards-text p {
  font-size: 14px;
  color: #696969;
}
.standards-text-list {
  width: 50%;
  padding: 4% 2%;
}
.ind-concept {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.concept-title {
  text-align: center;
  color: #fff;
}
.concept-title .title-text {
  width: 100%;
}
.concept-title p {
  color: #fff;
}
.concept-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
.annatto-view {
  align-items: stretch;
}
.annatto-left {
  width: 40%;
  padding: 5% 5% 5% 0;
}
.annatto-txt .line {
  width: 50px;
  height: 3px;
  margin: 25px 0;
  background: #00559a;
}
.annatto-txt h5 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.annatto-right {
  width: 60%;
  padding-top: 0;
}
/* service  end */
/* brand */
.story-view h4 {
  font-size: 22px;
  color: #00559a;
  margin-top: 10px;
}
.story-p {
  overflow: hidden;
}
.story-p li {
  width: 50%;
  padding-right: 5%;
}
.story-view p {
  font-size: 15px;
  color: #666;
  margin: 10px 0;
  text-indent: 2em;
}
.culture-text p {
  margin: 10px 0;
}
.builders-item {
  width: 31.333%;
  margin: 0 1% 2%;
}
.builders-text {
  text-align: center;
  padding: 11px;
  background: #f5f5f5;
  padding: 24px 0;
}
.builders-text .circle {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: #fff;
  margin: 0 auto 10px;
}
.builders-text .circle img {
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -20px;
  position: absolute;
}
.builders-view .slick-prev {
  left: -68px;
}
.builders-view .slick-next {
  right: -68px;
}
.video-view li {
  width: 33.33%;
  padding: 10px;
}
.video-view li a {
  display: block;
  background: #f5f5f5;
}
.video-text {
  padding: 20px;
  color: #707070;
}
.video-text h3 {
  font-size: 20px;
}
.video-flex {
  justify-content: space-between;
  margin-top: 5px;
}
.video-pic {
  padding-top: 65%;
}
.video-pic span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/video-icon.png) no-repeat center;
  background-position: center;
  background-size: 50px;
  z-index: 9;
}
.video-view li:hover a {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.video-info {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: -111;
  opacity: 0;
}
.video-info.open {
  opacity: 1;
  z-index: 999;
}
.video-close {
  position: absolute;
  font-size: 30px;
  top: 40px;
  right: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 9;
}
.video-info-item {
  position: absolute;
  width: 81%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-info-item video {
  width: 100%;
}
/* brand  end */
/* honor */
/* .ind-honor-main {
	background: #f5f5f5;
} */
.ind-honor-main .ind-honor-view {
  margin-top: 20px;
}
.ind-honor-main .ind-honor-view .swiper-slide img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ind-honor-main .ind-honor-view p {
  color: #333;
  font-weight: 500;
}
.ind-honor-main .title-text span {
  display: block;
  width: 60%;
  font-size: 15px;
  color: #666;
  margin-top: 10px;
  word-break: keep-all;
}
.honor-view {
  width: 101%;
  margin-left: -0.5%;
}
.honor-view li {
  position: relative;
  top: 0;
  width: 11.5%;
  padding: 2.5% 1.5%;
  margin: 0 0.5% 1%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.5s;
}
.honor-view li:hover {
  top: -10px;
  background: #00559a;
}
.honor-view li img {
  width: 60px;
  margin: 0 auto;
}
.honor-view li img.icon-1 {
  display: block;
}
.honor-view li img.icon-2 {
  display: none;
}
.honor-view li:hover img.icon-1 {
  display: none;
}
.honor-view li:hover img.icon-2 {
  display: block;
}
.honor-view li p {
  margin: 10px 0 0;
  font-size: 17px;
  text-align: center;
}
.honor-view li:hover p {
  color: #fff;
}
.honor-view li span {
  text-transform: uppercase;
  font-size: 15px;
  color: #666;
}
.awards-left {
  width: 66.66%;
}
.ind-awards-view .slick-slide > div {
  margin: 0 10px;
}
.ind-awards-view li {
  margin: 7px 0;
}
.awards-right {
  position: relative;
  width: 30.33%;
  margin-left: 3%;
}
.awards-right img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.8s;
  -o-object-fit: cover;
  object-fit: cover;
}
.ind-awards-view .swiper-button-prev,
.ind-awards-view .swiper-button-next {
  top: -85px;
}
.ind-team {
  background: #fbfbfb;
  padding-bottom: 0;
  /* background: url(../images/a18.jpg) center; */
}
.team-view {
  position: relative;
  display: none;
}
.team-view-3 {
  padding-bottom: 6vw;
}
.team-view:nth-child(1) {
  display: block;
}
.team-view .i {
  position: relative;
  width: 43.75vw;
  height: 43.75vw;
  margin: 0 auto;
  top: 0;
}
.team-view-1 .i {
  height: 21.875vw;
  overflow: hidden;
}
.team-view .i .i0 {
  left: 0;
  top: 0;
}
.team-view .i .i2 {
  width: 23.875vw;
  height: 23.875vw;
  border-radius: 50%;
  overflow: hidden;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.team-view-1 .i .i2 {
  top: 21.5vw;
}
.team-view .items {
  position: absolute;
  min-height: 100px;
  line-height: 100px;
  box-sizing: border-box;
  font-size: 20px;
  color: #333333;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.team-view .items1,
.team-view .items3,
.team-view .items5,
.team-view .items7,
.team-view .items9 {
  left: 0;
  padding-left: 120px;
  text-align: left;
}
.team-view .items2,
.team-view .items4,
.team-view .items6,
.team-view .items8,
.team-view .items10 {
  right: 0;
  padding-right: 120px;
  text-align: right;
}
.team-view .items1,
.team-view .items2 {
  top: 5vw;
}
.team-view-3 .items1,
.team-view-3 .items2 {
  top: 2vw;
}
.team-view .items3,
.team-view .items4 {
  top: 15vw;
}
.team-view-2 .items3,
.team-view-2 .items4 {
  top: 17vw;
}
.team-view-3 .items3,
.team-view-3 .items4 {
  top: 11.5vw;
}
.team-view .items5,
.team-view .items6 {
  top: 25vw;
}
.team-view-2 .items5,
.team-view-2 .items6 {
  top: 29vw;
}
.team-view-3 .items5,
.team-view-3 .items6 {
  top: 21vw;
}
.team-view .items7,
.team-view .items8 {
  top: 35vw;
}
.team-view-3 .items7,
.team-view-3 .items8 {
  top: 30vw;
}
.team-view-3 .items9,
.team-view-3 .items10 {
  top: 39vw;
}
.team-view .items .img {
  width: 100px;
  height: 100px;
  background: url(../images/j5.png) no-repeat center;
  background-size: 100%;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.team-view .items:hover .img {
  background: url(../images/j6.png) no-repeat center;
  background-size: 100%;
  transition: 0.5s ease-in-out;
}
.team-view .items1 .img,
.team-view .items3 .img,
.team-view .items5 .img,
.team-view .items7 .img,
.team-view .items9 .img {
  left: 0;
}
.team-view .items2 .img,
.team-view .items4 .img,
.team-view .items6 .img,
.team-view .items8 .img,
.team-view .items10 .img {
  right: 0;
}
.team-view .items .img img {
  transition: 0.5s ease-in-out;
}
.team-view .items:hover .img .i0 {
  opacity: 0;
}
.team-view .items:hover .img .i1 {
  opacity: 1;
}
.team-view .items .img .i1 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.team-view .items .span {
  display: inline-block;
  vertical-align: middle;
}
.team-view .items .tit {
  font-size: 27px;
  line-height: 40px;
}
.team-view .items .txt {
  line-height: 1.5;
  margin-top: 10px;
  font-size: 16px;
  width: 14vw;
}
.team-view .items:hover {
  color: #00559a;
}
.title-info span {
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 2;
  padding: 3px 0;
  background: #f1f1f1;
  width: 136px;
  text-align: center;
  margin: 0 5px;
  transition: all 0.3s;
  cursor: pointer;
}
.title-info span.on,
.title-info span:hover {
  background: #00559a;
  color: #fff;
}
/* honor  end */
/* jobs */
.ind-Growing {
  padding-left: 0;
  padding-right: 0;
}
.ind-Growing .ind-title {
  padding: 0 100px;
}
.growing-box li {
  position: relative;
}
.growing-box li::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #f5f5f5;
  transition: all 1.5s;
}
.growing-box li.appear::before {
  width: 70%;
}
.growing-box li:nth-child(2n)::before {
  left: auto;
  right: 0;
}
.growing-box li a {
  position: relative;
  margin-bottom: 80px;
  justify-content: center;
}
.growing-box li:nth-child(2n) a {
  direction: rtl;
}
.growing-box li .growing-box-text {
  position: relative;
  width: 60%;
}
.growing-box li .growing-box-text h4 {
  position: absolute;
  width: 60%;
  color: rgba(0, 0, 0, 0.05);
  left: 0;
  bottom: 0;
  line-height: 1;
  z-index: -1;
}
.growing-box li:nth-child(2n) .growing-box-text h4 {
  left: auto;
  right: 0;
}
.growing-box li .growing-box-text h4 img {
  width: 100%;
  opacity: 0.07;
}
.growing-box li .growing-box-txt {
  position: relative;
  width: 500px;
  float: right;
  margin-right: 16%;
  margin-top: 60px;
}
.growing-box li:nth-child(2n) .growing-box-txt {
  margin-right: 0;
  margin-left: 16%;
  float: left;
}
.growing-box li .growing-box-txt::before {
  position: absolute;
  content: '”';
  font-size: 200px;
  top: 0;
  right: 0;
  color: #000;
  font-weight: bold;
  line-height: 0.8;
  opacity: 0.1;
}
.growing-box li .growing-box-txt h3 {
  font-size: 28px;
}
.growing-box li .growing-box-txt h5 {
  font-size: 18px;
}
.growing-box li .growing-box-txt i {
  font-size: 20px;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
.growing-box li .growing-box-txt p {
  font-size: 15px;
  margin: 20px 0 60px;
  color: #666;
  /* word-break: keep-all; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.growing-box li .growing-box-img {
  width: 40%;
  margin-top: -40px;
  padding-bottom: 40px;
}
.growing-box li .growing-box-img img {
  width: 350px;
}
.ind-growing {
  position: relative;
}
.ind-growing::before {
  position: absolute;
  content: '';
  width: 64.5%;
  height: 100%;
  background: #f5f5f5;
  right: 0;
  top: 0;
}
.growing-view {
  position: relative;
}
.growing-left {
  width: 33.33%;
  padding-right: 5%;
}
.growing-jj {
  background: #f5f5f5;
  padding: 25px 30px;
}
.growing-jj h3 {
  color: #00559a;
  font-weight: bold;
}
.growing-jj span {
  color: #666;
  display: block;
  margin-top: 5px;
  font-size: 15px;
}
.growing-right {
  width: 66.66%;
  padding-left: 5%;
}
.growing-right p {
  color: #666;
  margin-bottom: 20px;
  font-size: 15px;
}
.growing-right p strong {
  color: #00559a;
  font-size: 16px;
}
.back-ny {
  display: block;
  margin-top: 50px;
}
.back-ny span {
  color: #666;
  font-size: 15px;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  padding-right: 30px;
  background: url(../images/back.png) no-repeat right 0;
  background-size: 18px;
}
.back-ny span:hover {
  background: url(../images/back-b.png) no-repeat right 0;
  background-size: 18px;
  color: #00559a;
  border-color: #00559a;
}
.recruitment-view {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  padding-top: 60px;
}
.recruitment-logo img {
  max-width: 100%;
  width: auto;
  margin-bottom: 20px;
}
.recruitment-view h3 {
  font-size: 30px;
  text-align: center;
}
.recruitment-title {
  margin: 60px 0 40px;
  border-left: 10px solid #009844;
}
.recruitment-title h4 {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  background: #00559a;
  padding: 4px 30px;
}
.recruitment-view p {
  font-size: 15px;
  margin: 20px 0;
  line-height: 2;
  color: #666;
}
.recruitment-view p strong {
  font-size: 17px;
}
.recru-fj a {
  color: #666;
  font-size: 15px;
  transition: all 0.3s;
}
.recru-fj span {
  display: inline-block;
  padding-left: 24px;
  background: url(../images/fujian.png) no-repeat left;
  background-size: 18px;
}
.recru-fj a:hover {
  text-decoration: underline;
}
.tab-box-t {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
}
.tab-box-t table {
  width: 100%;
  letter-spacing: 0.5px;
}
.tab-box-t tbody {
  width: 100%;
}
.tab-box-t tr {
  width: 100%;
  background: #fff;
}
.tab-box-t tr:nth-child(2n) {
  background: #fbfbfb;
}
.tab-box-t th {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  width: 12.25%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-right: 1px solid #fff;
  background-color: #00559a;
  color: #fff;
}
.tab-box-t th:nth-child(1) {
  width: 2%;
}
/* .tab-box-t th:nth-child(3),
.tab-box-t th:nth-child(8) {
	width: 7%;
} */
.tab-box-t td {
  height: 40px;
  border: 1px solid #f2f2f2;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.8;
  vertical-align: middle;
  padding: 20px;
}
.tab-box-t td span {
  display: block;
}
.tab-td {
  width: 100%;
}
.tab-td > div {
  width: 12.5%;
  padding: 20px;
  border-right: 1px solid #f2f2f2;
}
.tab-tdd {
  padding: 0 !important;
}
/* jobs  end */
/* business */
.ind-business-view li {
  position: relative;
  margin-bottom: 130px;
}
.ind-business-view li .business-img {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.ind-business-view li .business-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 1.2s;
  -o-object-fit: cover;
  object-fit: cover;
}
.ind-business-view li:hover .business-img img {
  transform: scale(1.05);
}
.ind-business-view li .business-text {
  position: absolute;
  width: 60%;
  padding: 70px 90px 70px 70px;
  bottom: -110px;
  right: 0;
  z-index: 10;
  text-align: left;
  background: #fff;
}
.ind-business-view li:nth-child(2n) .business-text {
  left: 0;
  right: auto;
}
.ind-business-view li .business-text .sub_tit {
  font-size: 20px;
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
}
.ind-business-view li .business-text .sub_tit:after {
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  background: #222;
  margin: 13px 0px 10px 0;
}
.ind-business-view li .business-text h4 {
  font-size: 28px;
  color: #222;
  line-height: 140%;
  letter-spacing: -1px;
}
.ind-business-view li .business-text p {
  font-size: 15px;
  color: #666;
  margin: 30px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.business-info-nr {
  justify-content: space-between;
}
.bus-info-text {
  width: 60%;
}
.bus-info-text h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
.bus-info-text span {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 22px;
  padding-left: 70px;
}
.bus-info-text span::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  top: 18px;
  left: 0;
  background: #000;
}
.bus-info-text p {
  margin-top: 30px;
  line-height: 2;
  color: #666;
  font-size: 15px;
}
.bus-info-img {
  position: relative;
  padding-top: 50px;
}
.bus-info-img .swiper-slide {
  position: relative;
  width: 100%;
  padding-top: 10%;
  overflow: hidden;
}
.bus-info-img .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.8s;
  -o-object-fit: cover;
  object-fit: cover;
}
.bus-info-img .swiper-pagination {
  position: absolute;
  width: auto;
  top: 40px;
  left: 0;
  text-align: left;
  font-size: 20px;
  color: #999999;
  bottom: auto;
}
.bus-info-img .swiper-pagination .swiper-pagination-current {
  color: #00559a;
  font-weight: bold;
  font-size: 30px;
}
/* .bus-info-img .swiper-button-prev,
.bus-info-img .swiper-button-next {
	position: absolute;
	width: 20px;
	height: 36px;
	right: 0;
	top: 40px;
	cursor: pointer;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	opacity: .35;
}

.bus-info-img .swiper-button-prev img,
.bus-info-img .swiper-button-next img {
	width: 100%;
}

.bus-info-img .swiper-button-prev {
	right: 60px;
}

.bus-info-img .swiper-button-prev:hover,
.bus-info-img .swiper-button-next:hover {
	opacity: 1;
} */
.bus-case {
  padding: 90px 0 0;
}
.bus-case-view {
  position: relative;
  padding-top: 10px;
}
.bus-case-view .swiper-wrapper {
  align-items: stretch;
}
.bus-case-view .swiper-slide {
  height: auto;
  top: 0;
  background: #f5f5f5;
  transition: all 0.5s;
}
.bus-case-view .swiper-slide:hover {
  top: -10px;
}
.bus-case-view .items {
  display: block;
  font-size: 16px;
  color: #666666;
}
.bus-case-view .items .images {
  overflow: hidden;
}
.bus-case-view .items .images img {
  transition: 1.2s ease-in-out;
  width: 100%;
}
.bus-case-view .items:hover .images img {
  transition: 0.5s ease-in-out;
  transform: scale3d(1.05, 1.05, 1);
}
.bus-case-view .items .words {
  padding: 30px 30px 40px;
}
.bus-case-view .items .tit {
  font-size: 16px;
  color: #333333;
}
.bus-case-view .items .txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 9px;
  font-size: 15px;
}
.business-info-box {
  margin-top: 10px;
  background: #f8f8fa;
}
.business-info-box li {
  margin-bottom: 50px;
}
.business-info-box li:last-child {
  margin-bottom: 0;
}
.business-info-box .business-list-li {
  width: 101.5%;
  margin-left: -1.5%;
}
.business-info-box .business-list-box {
  margin-left: 1.5%;
  margin-bottom: 1.5%;
  width: 31.833%;
  background: #fff;
  /* border-radius: 10px; */
  border: 1px solid #e4e4e4;
  overflow: hidden;
  /* background: rgba(37, 89, 159, 0.13);
    box-shadow: 0 0 30px rgba(0,0,0,0.1); */
}
.business-info-box li h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 56px;
  display: inline-block;
  background: #00559a;
  padding-right: 28px;
  border-radius: 28px;
}
.business-info-box li h3 span {
  width: 56px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -1px;
}
.business-info-box li h3 span img {
  width: 35px;
  margin: 7px auto 0;
}
.business-info-box .business-list-box p,
.business-info-box .business-list-box * {
  font-size: 15px !important;
  /* color: #666 !important; */
  /* margin-bottom: 3px !important; */
  line-height: 1.8 !important;
}
.business-info-box .business-list-box p {
  padding: 10px 28px;
  /* border-bottom: 1px dotted #c7c7c7; */
}
.business-info-box .business-list-box p:nth-child(2n) {
  background: #eaeaea;
}
.business-list-p {
  background: #fff;
  /* padding: 28px; */
}
.business-info-box .business-list-box h5 {
  position: relative;
  font-size: 18px !important;
  color: #fff !important;
  padding: 7px 28px;
  background: #00559a;
  text-align: center;
}
/* .business-info-box .business-list-box:nth-child(2n) h5{
	background: #3172ca;
}
.business-info-box .business-list-box:nth-child(3n) h5{
	background: #009844;
} */
/* .business-info-box .business-list-box h5::before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 20px;
	height: 2px;
	background: #999;
}
.business-info-box .business-list-box h5 span{
	position: absolute;
    font-size: 35px !important;
    top: 2px;
    right: 0;
    color: #009844 !important;
    line-height: 1 !important;
} */
.business-view-ny {
  background: #f8f8fa;
}
.business-view-title {
  margin-bottom: 40px;
  /* border-bottom: 1px solid #00559a; */
}
.business-view-title h3 {
  position: relative;
  padding-left: 125px;
  font-weight: bold;
  color: #00559a;
  font-size: 25px;
  line-height: 30px;
}
.business-view-title h3::before {
  position: absolute;
  content: '';
  width: 95px;
  height: 30px;
  top: 0;
  left: 0;
  background: #00559a;
}
.business-view-title h3::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 30px;
  top: 0;
  left: 100px;
  background: #00559a;
}
.business-view-info {
  /* align-items: center; */
  margin-bottom: 60px;
}
.business-view-info-right {
  flex-direction: row-reverse;
}
.business-view-text {
  width: 50%;
  padding: 30px 5% 30px 0;
}
.business-view-info-right .business-view-text {
  padding-left: 5%;
  padding-right: 0;
}
.business-view-text h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #00559a;
  color: #00559a;
  line-height: 1;
  margin-bottom: 30px;
}
.business-view-text h3 span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 25px;
  padding-right: 10px;
  line-height: 0.8;
}
.business-view-text p {
  position: relative;
  color: #666;
  margin-top: 10px;
  font-size: 15px;
  padding-left: 15px;
}
.business-view-text p::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  top: 11px;
  left: 0;
  background: #00559a;
  border-radius: 50%;
}
.business-view-img {
  width: 50%;
  position: relative;
  min-height: 350px;
  /* padding-top: 20%; */
  overflow: hidden;
}
.business-view-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
/* business  end */
/* tour */
.tour-view {
  width: 100%;
  margin: 0 auto;
}
.tour-boxs {
  position: relative;
  padding-left: 180px;
}
.tour-boxs::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 100%;
  top: 0;
  left: 168px;
  background: #00559a;
}
.tour-boxs > h3 {
  position: absolute;
  left: 0;
  font-size: 32px;
  color: #00559a;
  width: 180px;
}
.tour-boxs > h3::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  top: 27px;
  right: 0;
  background: #00559a;
  border-radius: 50%;
}
.tour-boxs li {
  padding-left: 50px;
  padding-top: 40px;
  align-items: center;
  flex-wrap: inherit;
}
.tour-text h4 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background: #00559a;
  padding: 5px 40px;
  text-align: center;
  margin-bottom: 10px;
}
.tour-text h4::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 4px;
  top: 27px;
  left: -56px;
  background: #00559a;
}
.tour-text p {
  font-size: 20px;
}
.tour-map {
  width: 500px;
  border: 1px solid #999;
  border-radius: 10px;
  margin-left: 70px;
  padding-top: 0;
  overflow: hidden;
}
/* .tour-map * {
	width: auto;
} */
@media screen and (max-width: 1150px) {
  .tour-boxs li {
    flex-wrap: wrap;
  }
  .tour-map {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .tour-boxs {
    padding-left: 140px;
  }
  .tour-boxs > h3 {
    font-size: 26px;
    width: 140px;
  }
  .tour-text h4 {
    font-size: 19px;
  }
  .tour-boxs::before {
    left: 128px;
  }
  .tour-text p {
    font-size: 18px;
  }
  .tour-text h4::before {
    top: 19px;
  }
}
@media screen and (max-width: 640px) {
  .tour-boxs {
    padding-left: 0;
  }
  .tour-boxs::before {
    left: 0;
    width: 4px;
  }
  .tour-boxs li {
    padding-left: 40px;
  }
  .tour-text h4::before {
    left: -40px;
  }
  .tour-boxs > h3 {
    position: static;
    margin-left: 40px;
    font-size: 24px;
  }
  .tour-boxs > h3::before {
    left: -7px;
    top: 14px;
  }
  .tour-text p {
    font-size: 16px;
  }
  .tour-text h4 {
    padding: 5px 30px;
    font-size: 17px;
  }
  .tour-boxs li {
    padding-top: 30px;
  }
}
/* tour  end */
.con_list li {
  opacity: 0;
  opacity: 1\0;
  transform: translateY(30px);
}
.con_list.appear li:nth-child(1) {
  -webkit-animation: fadeInDown 1s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
.con_list.appear li:nth-child(2) {
  -webkit-animation: fadeInDown 1s 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
.con_list.appear li:nth-child(3) {
  -webkit-animation: fadeInDown 1s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
.con_list.appear li:nth-child(4) {
  -webkit-animation: fadeInDown 1s 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    opacity: 1\0;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    opacity: 1\0;
    transform: translateY(0);
  }
}
.slide-right {
  transform: scale(0.3);
  transform: translateX(100px);
}
.appear-r {
  -wewgtit-animation: opacity_show_r 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  -webkit-animation: opacity_show_r 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  animation: opacity_show_r 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}
@-wewgtit-keyframes opacity_show_r {
  0% {
    transform: scale(0.3);
    transform: translateX(100px);
  }
  100% {
    transform: scale(1);
    transform: translateX(0);
  }
}
@-webkit-keyframes opacity_show_r {
  0% {
    transform: scale(0.3);
    transform: translateX(100px);
  }
  100% {
    transform: scale(1);
    transform: translateX(0);
  }
}
@keyframes opacity_show_r {
  0% {
    transform: scale(0.3);
    transform: translateX(100px);
  }
  100% {
    transform: scale(1);
    transform: translateX(0);
  }
}
.slide-left {
  transform: scale(0.3);
  transform: translateX(-100px);
}
.appear-l {
  -wewgtit-animation: opacity_show_l 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  -webkit-animation: opacity_show_l 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  animation: opacity_show_l 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}
@-wewgtit-keyframes opacity_show_l {
  0% {
    transform: scale(0.3);
    transform: translateX(-100px);
  }
  100% {
    transform: scale(1);
    transform: translateX(0);
  }
}
@-webkit-keyframes opacity_show_l {
  0% {
    transform: scale(0.3);
    transform: translateX(-100px);
  }
  100% {
    transform: scale(1);
    transform: translateX(0);
  }
}
@keyframes opacity_show_l {
  0% {
    transform: scale(0.3);
    transform: translateX(-100px);
  }
  100% {
    transform: scale(1);
    transform: translateX(0);
  }
}
.cd-list__full table {
  max-width: 100% !important;
  margin: 0 auto !important;
}
