﻿html body #loading {
  transition: all 1s;
  background: #fff;
}
html body main #page_mainVisual .inner {
  background: url(../image/img_mainvisual_sp.jpg) no-repeat center/cover;
}
html body main .container #philosophy .inner {
  padding-top: 40px;
}
html body main .container #philosophy .inner .philosophy-wrap_inner .philosophy_area-txt .txt-name {
  text-align: right;
  margin-top: 2.4rem;
}
html body main .container #conduct .inner {
  padding-top: 60px;
}
html body main .container #conduct .inner .conduct-wrap_icon {
  padding-right: 20px;
  padding-left: 20px;
}
html body main .container #conduct .inner .conduct-wrap_icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
html body main .container #conduct .inner .conduct-wrap_icon-list-item {
  flex-basis: 48%;
  padding: 25px;
  background: #f7f7f7;
  margin-bottom: 20px;
  text-align: center;
}
html body main .container #conduct .inner .conduct-wrap_icon-list-item_img {
  margin: 0 auto;
  padding-top: 5%;
  width: 60%;
}
html body main .container #conduct .inner .conduct-wrap_icon-list-item_txt {
  margin-top: 15px;
}
html body main .container #conduct .inner .conduct-wrap_icon-list-item_en {
  margin-top: 5px;
  line-height: 100%;
  font-size: 1rem;
}
html body main .container #conduct .inner .conduct-wrap_icon-list-item_en::first-letter {
  font-size: 1.4rem;
  font-weight: 500;
}
html body main .container #conduct .inner .conduct-wrap_icon-list-item:nth-child(3), html body main .container #conduct .inner .conduct-wrap_icon-list-item:nth-child(4) {
  margin-bottom: 0;
}
html body main .container #conduct .inner .conduct-wrap_icon-list .icon03 {
  padding-top: 15%;
}
html body main .container #conduct .inner .conduct-wrap_icon-list .icon04 {
  width: 46%;
}
html body main .container #conduct .inner .conduct-wrap_txt {
  padding-top: 30px;
}
html body main .container #conduct .inner .conduct-wrap_txt-item {
  padding-bottom: 20px;
}
html body main .container #conduct .inner .conduct-wrap_txt-item:last-child {
  padding-bottom: 0;
}
html body main .container #about .inner {
  padding-top: 60px;
  padding-bottom: 100px;
}
html body main .container #about .inner .about_table-dt {
  font-weight: 900;
  padding-top: 23px;
  padding-bottom: 10px;
  border-top: #cccccc 1px solid;
}
html body main .container #about .inner .about_table-dt:first-child {
  border-top: none;
}
html body main .container #about .inner .about_table-dd {
  padding-top: 10px;
  padding-bottom: 23px;
}
html body main .container #about .inner .about_table-dd:last-child {
  border-bottom: #cccccc 1px solid;
}
html body main .container #recruit .inner {
  padding-top: 54px;
  padding-bottom: 60px;
  background: url(../image/img_recruit.jpg) no-repeat center/cover;
}
html body main .container #recruit .inner .recruit-wrap .head {
  text-align: left;
}
html body main .container #recruit .inner .recruit-wrap .head::before {
  left: 0;
  transform: translateX(0);
}
html body main .container #recruit .inner .recruit-wrap .txt {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  html body main #page_mainVisual .inner {
    background: url(../image/img_mainvisual_pc.jpg) no-repeat center/cover;
  }
  html body main .container #philosophy .inner {
    padding-top: 80px;
  }
  html body main .container #philosophy .inner .philosophy-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  html body main .container #philosophy .inner .philosophy-wrap .philosophy_area-img {
    width: 70%;
    float: left;
    margin-left: -170px;
  }
  html body main .container #philosophy .inner .philosophy-wrap .philosophy-wrap_inner {
    width: 40%;
  }
  html body main .container #philosophy .inner .philosophy-wrap .philosophy-wrap_inner .philosophy_area-txt {
    min-width: 412px;
  }
  html body main .container #conduct .inner {
    padding-top: 120px;
  }
  html body main .container #conduct .inner .conduct-wrap .conduct-wrap_icon {
    padding: 0;
  }
  html body main .container #conduct .inner .conduct-wrap .conduct-wrap_icon-list-item {
    flex-basis: 20%;
    padding: 20px;
    margin-bottom: 0;
  }
  html body main .container #conduct .inner .conduct-wrap_txt {
    padding-top: 60px;
    width: 80%;
    max-width: 660px;
    margin: 0 auto;
  }
  html body main .container #conduct .inner .conduct-wrap_txt-item {
    padding-bottom: 30px;
  }
  html body main .container #conduct .inner .conduct-wrap_txt-item:last-child {
    padding-bottom: 0;
  }
  html body main .container #about .inner {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  html body main .container #recruit .inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  html body main .container #recruit .inner .recruit-wrap .head {
    max-width: 720px;
    margin-left: 0;
  }
  html body main .container #recruit .inner .recruit-wrap .txt {
    max-width: 720px;
    margin-bottom: 36px;
    margin-left: 0;
  }
  html body main .container #recruit .inner .recruit-wrap .btn {
    width: 60%;
  }
  html body main .container #recruit .inner .recruit-wrap .btn_link {
    padding: 20px 0;
  }
  html body main .container #recruit .inner .recruit-wrap .btn_link::after {
    top: 44.48%;
  }
}/*# sourceMappingURL=company.css.map */


html body main .container #news .inner {
  padding-top: 52px;
  padding-bottom: 55px;
}
html body main .container #news .inner .archive_list-item {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}
html body main .container #news .inner .archive_list-item-img {
  width: 135px;
  float: left;
}
html body main .container #news .inner .archive_list-item-meta {
  margin-left: 154px;
  transform: translateY(50%);
}
html body main .container #news .inner .archive_list-item-meta .date {
  position: relative;
  margin-right: 24px;
  color: #666666;
  display: inline-block;
}
html body main .container #news .inner .archive_list-item-meta .date:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #333333;
}
html body main .container #news .inner .archive_list-item-meta .list-tag {
  display: inline-block;
  font-size: 1rem;
  padding: 2px 5px;
  border: 1px solid #666666;
}
html body main .container #news .inner .archive_list-item-meta .title {
  font-weight: 600;
  font-size: 1.4rem;
}
html body main .container #news .inner .archive_list-item-txt {
  margin-top: 64px;
}
html body main .container #news .inner .archive_list-item:first-child {
  border-top: 1px solid #cccccc;
}

@media (min-width: 768px) {
	html body main .container #news .inner {
	  padding-top: 80px;
	  padding-bottom: 110px;
	}
	html body main .container #news .inner .archive_list-item {
	  padding: 32px 0;
	}
	html body main .container #news .inner .archive_list-item-img {
	  width: 200px;
	}
	html body main .container #news .inner .archive_list-item-meta {
	  margin-left: 230px;
	  transform: translateY(0);
	}
	html body main .container #news .inner .archive_list-item-meta .date {
	  margin-right: 24px;
	}
	html body main .container #news .inner .archive_list-item-meta .list-tag {
	  font-size: 1.2rem;
	  padding: 4px 8px 2px 8px;
	}
	html body main .container #news .inner .archive_list-item-meta .title {
	  font-size: 2rem;
	}
	html body main .container #news .inner .archive_list-item-txt {
	  margin-top: 12px;
	  margin-left: 230px;
	}
	}
	
	/* AB模板网新增分页样式 www.admibnuy.cn */
	.pagebar { padding:20px; overflow:hidden; clear:both}
	.pagebar .pagination {
	  display: flex;
	  justify-content: center;
	  margin-top: 10px;
	}
	.pagination a {
	  background: #fff;
	  border: 1px solid #ccc;
	  color: #333;
	  font-size: 12px;
	  padding: 8px 10px;
	  margin: 0 2px;
	  border-radius: 3px; line-height:100%
	}
	.pagination span {
	    color: #333;
	    font-size: 12px;
	    padding: 7px 2px;
	    margin: 0 2px;
	    border-radius: 3px;
	}
	.pagination a:hover {
	  color: #333;
	  border: 1px solid #333;
	}
	.pagination a.page-num-current {
	  color: #fff;
	  background: #333;
	  border: 1px solid #333;
	}
	.pagination .st{ font-family:宋体}
	.text-secondary{ text-align:center; padding:20px 0}