@charset "UTF-8";
/*banner*/
.banner {
  width: 100%;
  min-width: 1400px;
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
.banner .img {
  width: 100%;
  z-index: 0;
}
.banner .banner-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  font-size: 50px;
  color: #fff;
  text-shadow: #000 2px 2px 3px;
}

/**/
.page-body {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.content-info {
  padding: 40px 0 100px;
  min-height: 300px;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  word-break: break-all;
  color: #000;
  line-height: 180%;
}
.content-info p {
  text-indent: 2em;
  margin-top: 10px;
}

/*路径*/
.path {
  margin: 15px auto;
  color: #666;
}

.path li {
  display: inline;
  font-size: 14px;
  color: #666;
}

/*分页*/
.pagination {
  width: 100%;
  border-top: 1px solid #efefef;
  flex-grow: 1;
  padding: 10px 0;
}

.about {
  padding: 20px 0;
}
.about .content {
  min-height: 570px;
  font-size: 18px;
  font-weight: 300;
  line-height: 200%;
}
.about .content p {
  text-indent: 2em;
}
.about .content img {
  margin: 15px 0;
}
.about .box {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about .box .content {
  width: 800px;
}
.about .box .content .title {
  margin: 10px auto 50px;
}
.about .box .content .title .title-zh {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}
.about .box .content .title .title-en {
  font-size: 16px;
  font-weight: bold;
  color: #d5a5a5;
}
.about .box .img {
  width: 400px;
}

.view-title {
  width: 100%;
  min-width: 1400px;
  text-align: center;
  padding-top: 30px;
}
.view-title .title {
  font-size: 36px;
}
.view-title .subtitle {
  font-size: 20px;
}

/*分类*/
.small-nav {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding-top: 10px;
}
.small-nav .nav-title {
  font-size: 22px;
}
.small-nav a {
  display: block;
  line-height: 60px;
  font-size: 16px;
  margin-left: 50px;
  border-bottom: 3px solid #fff;
}
.small-nav .curr, .small-nav a:hover {
  border-bottom: 3px solid #c7000a;
  color: #c7000a;
}

.small-nav2 {
  width: 100%;
  min-width: 1400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #efefef;
  padding-top: 10px;
}
.small-nav2 a {
  display: block;
  line-height: 60px;
  font-size: 16px;
  margin-left: 50px;
  border-bottom: 3px solid #fff;
}
.small-nav2 .curr, .small-nav2 a:hover {
  border-bottom: 3px solid #c7000a;
  color: #c7000a;
}

.small-nav-business {
  margin-top: 30px;
  width: 100%;
  min-width: 1400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  border-radius: 100px;
}
.small-nav-business a {
  display: block;
  line-height: 60px;
  font-size: 20px;
  flex-grow: 1;
  border-radius: 100px;
  text-align: center;
}
.small-nav-business .curr {
  background-color: #c7000a;
  color: #fff;
}
.small-nav-business:hover {
  color: #c7000a;
}

.business-list {
  margin-top: 20px;
  padding: 0 20px;
}
.business-list .item {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.business-list .item .img {
  width: 50%;
  height: 360px;
  overflow: hidden;
  background-color: #efefef;
  text-align: center;
}
.business-list .item .info-box {
  width: 46%;
  background-color: #f7f7f7;
  padding: 2%;
}
.business-list .item .info-box .title {
  font-size: 36px;
  line-height: 60px;
}
.business-list .item .info-box .line {
  margin-top: 10px;
  border-bottom: 3px solid #c7000a;
  width: 70px;
}
.business-list .item .info-box .subtitle {
  margin-top: 20px;
  font-size: 20px;
  color: #c7000a;
}
.business-list .item .info-box .intro {
  margin-top: 20px;
  font-size: 16px;
  line-height: 200%;
}
.business-list .reverse {
  flex-direction: row-reverse;
}

/*新闻动态*/
.news {
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 1360px;
  width: 100%;
}
.news .item {
  margin: 25px 0;
  position: relative;
  width: 31%;
}
.news .item a {
  display: block;
  background-color: #f8f8f8;
}
.news .item a .img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}
.news .item a .img-box .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news .item a .img-box .img img {
  width: 100%;
}
.news .item a .title {
  margin: 15px 15px 0;
  font-size: 18px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .item a .small-title {
  margin: 10px 15px 0;
  font-size: 14px;
  color: #666;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .item a .tool {
  margin: 15px 15px 0;
  border-top: 1px solid #ccc;
  padding: 10px 5px 20px;
  display: flex;
  flex-direction: row;
  color: #666;
  font-size: 12px;
  gap: 15px;
}
.news .item a:hover {
  background-color: #efefef;
}
.news .item a:hover .img img {
  transform: scale(1.1);
}

.news:after {
  position: relative;
  width: 31%;
  background-color: #fff;
  content: "";
}

.duty {
  position: relative;
  min-width: 1360px;
  width: 100%;
}
.duty .item {
  border-top: 1px solid #efefef;
  padding: 20px 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.duty .item .datetime {
  width: 100px;
  height: 110px;
  overflow: hidden;
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.duty .item .datetime .day {
  font-size: 36px;
  color: #c7000a;
}
.duty .item .datetime .date {
  font-size: 16px;
  color: #6c6c6c;
}
.duty .item .text {
  flex-grow: 1;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.duty .item .text .title {
  font-size: 20px;
}
.duty .item .text .intro {
  width: 1250px;
  font-size: 14px;
  color: #6c6c6c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.duty .item .text .tool {
  margin-top: auto;
  color: #6c6c6c;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.duty .item:hover .datetime {
  background-color: #c7000a;
}
.duty .item:hover .datetime .day {
  color: #fff;
}
.duty .item:hover .datetime .date {
  color: #efefef;
}

/*通用详情页面*/
.info {
  overflow: hidden;
  padding: 30px 0 0;
}
.info .info-top {
  padding: 0 80px 20px 0;
  border-bottom: 1px solid #ddd;
}
.info .info-top .title {
  font-size: 26px;
  color: #000;
  margin-bottom: 10px;
}
.info .info-top .description {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  padding-bottom: 10px;
}
.info .info-top .tool {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.info .content {
  margin-top: 20px;
  min-height: 570px;
  font-size: 18px;
  line-height: 200%;
}
.info .content p {
  text-indent: 2em;
}
.info .content img {
  margin: 15px 0;
}
.info .info-bottom {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.info .info-bottom .previous,
.info .info-bottom .next {
  color: #ccc;
  line-height: 35px;
}
.info .info-bottom .previous span,
.info .info-bottom .next span {
  color: #000;
}

/*联系我们*/
.contact {
  width: 1400px;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  background: #efefef;
  display: flex;
  flex-direction: row;
}
.contact .title-box {
  position: relative;
}
.contact .title-box .title-en {
  top: 0;
  right: 0;
  margin-top: -30px;
  position: absolute;
  font-size: 96px;
  color: #fff;
  font-weight: bold;
  opacity: 0.2;
}
.contact .title-box .title {
  position: relative;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  z-index: 1;
}
.contact .txt {
  padding: 30px 50px 10px 50px;
  flex-grow: 1;
  text-align: left;
  background-color: #c7000a;
  background-size: auto 100%;
  height: 420px;
  color: #efefef;
}
.contact .txt ul {
  margin-top: 30px;
}
.contact .txt ul li {
  line-height: 45px;
  font-size: 18px;
  font-weight: 300;
}
.contact .txt ul span {
  color: #fff;
}
.contact .txt .img {
  margin-top: 30px;
  width: 125px;
  height: 125px;
  overflow: hidden;
}
.contact {
  /*留言咨询*/
}
.contact .guest-form {
  padding: 20px 50px;
  width: 420px;
}
.contact .guest-form .guest-row {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.contact .guest-form .textarea {
  margin-top: 20px;
}
.contact .guest-form .btn {
  margin-top: 20px;
  border: 2px solid #c7000a;
  width: 150px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  color: #c7000a;
  border-radius: 3px;
  cursor: pointer;
}
.contact .guest-form .btn:hover {
  background: rgba(199, 0, 10, 0.8);
  color: #fff;
}

.baidu .baidu-map {
  width: 1400px;
  height: 360px;
}

/*旗下公司*/
.subsidiary {
  margin-top: 30px;
  width: 1400px;
  border-top: 1px solid #efefef;
}
.subsidiary .item {
  position: relative;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #efefef;
  justify-content: space-between;
}
.subsidiary .item .img-box {
  width: 360px;
  height: 240px;
  overflow: hidden;
}
.subsidiary .item .img-box .img {
  width: 100%;
}
.subsidiary .item .info-box {
  width: 1000px;
}
.subsidiary .item .info-box .title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
.subsidiary .item .info-box .intro {
  margin-top: 10px;
  font-size: 16px;
  line-height: 200%;
}

/*人才招聘*/
.recruitment {
  margin-top: 50px;
  border-width: 0;
  border-top: 1px solid #ccc;
}
.recruitment .layui-colla-item {
  border-bottom: 1px solid #ccc;
}
.recruitment .layui-colla-content {
  border-top-width: 0;
}
.recruitment .layui-colla-title {
  display: flex;
  flex-direction: row;
  height: 80px;
  line-height: 80px;
  gap: 30px;
  background-color: #fff;
  border-bottom-width: 0;
}
.recruitment .layui-colla-title .title {
  padding-left: 15px;
  font-weight: bold;
  font-size: 20px;
  margin-right: auto;
}
.recruitment .layui-colla-title .txt {
  font-size: 16px;
}
.recruitment .info {
  padding: 0 35px 50px;
}
.recruitment .info .title {
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 1920px) {
  .banner {
    height: 500px;
  }
}
@media (max-width: 1600px) {
  .banner {
    height: 500px;
  }
}

/*# sourceMappingURL=style-page.css.map */
