body,
div,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
button {
  box-sizing: border-box;
}
body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input {
  margin: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
button,
input,
select,
textarea {
  padding: 0;
  border: none;
  outline: none;
  font-size: inherit;
  font-family: inherit;
}
select {
  appearance: none;
}
img {
  border: 0;
  vertical-align: top;
}
a {
  text-decoration: none;
  transition: all 0.3s linear;
}
body {
  min-width: 1200px;
  font: 14px/1 '微软雅黑';
  word-wrap: break-word;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
html,
body {
  width: 100%;
  height: 100%;
}
.main {
  position: relative;
  padding-left: 56px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.main > .head {
  position: absolute;
  left: 124px;
  top: 24px;
  z-index: 99;
}
.main > .head h1 {
  float: left;
  margin-right: 30px;
}
.main > .head .breadcrumb {
  float: left;
  margin-top: 12px;
  line-height: 35px;
  font-size: 16px;
}
.main > .head .breadcrumb > .iconfont {
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
  transition: all 0.5s;
}
.main > .head .breadcrumb > dl:hover + .iconfont {
  transform: rotate(90deg);
}
.main > .head .breadcrumb > dl:hover > dd {
  max-height: 230px;
}
.main > .head .breadcrumb dd {
  position: absolute;
  top: 100%;
  width: 500px;
  max-height: 0;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s linear;
}
.main > .head .breadcrumb dd > a:first-child {
  margin-top: 12px;
}
.main > .head .breadcrumb dd > a:last-child {
  margin-bottom: 12px;
}
.main > .head .breadcrumb dd > a:hover {
  color: #b8131e;
}
.main > .head .breadcrumb a {
  display: block;
  color: #fff;
}
.copyright {
  position: fixed;
  right: 40px;
  bottom: 20px;
  text-align: right;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.copyright i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 18px;
  height: 20px;
  background: url('../images/ico1.png') no-repeat;
}
.enterpriseHonor .enterprise-banner {
  margin-top: 10px;
}
.enterpriseHonor .enterprise-banner img {
  width: 100%;
  height: 540px;
  background-size: 100% 100%;
}
.enterpriseHonor .enterprise-bg {
  background: url('https://jusewebapp.oss-cn-hangzhou.aliyuncs.com/gyt-gw/enterpriseHonor/pc-bg.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  height: 2668px;
  margin-bottom: 200px;
}
.enterpriseHonor .enterprise-about {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.enterpriseHonor .enterprise-about .about-box {
  margin-top: 91px;
}
.enterpriseHonor .enterprise-about .about-box img {
  width: 1105px;
  background-size: 100% 100%;
}
.enterpriseHonor .enterprise-about .chairman-honor .chairman-honor-title {
  margin: 52px 0 49px 0;
  text-align: center;
}
.enterpriseHonor .enterprise-about .chairman-honor .chairman-honor-title img {
  width: 431px;
  height: 66px;
  background-size: 100% 100%;
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow {
  position: relative;
  width: 1099px;
  height: 364px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-left: 50px;
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .slideshow-box {
  width: 359px;
  height: 364px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.39);
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .slideshow-box:hover p {
  color: #BD1B1B;
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .slideshow-img {
  text-align: center;
  margin-bottom: 26px;
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .slideshow-img img {
  margin-top: 10px;
  width: 338px;
  height: 220px;
  background-size: 100% 100%;
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .slideshow-text {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .slideshow-text .slideshow-content {
  font-size: 22px;
  text-align: center;
  color: #181818;
  line-height: 28px;
  width: 317px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .slideshow-text .slideshow-time {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  color: #808080;
  line-height: 28px;
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .arrows-right {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .arrows-right img {
  width: 68px;
  height: 69px;
  background-size: 100% 100%;
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .arrows-left {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .arrows-left img {
  width: 68px;
  height: 69px;
  background-size: 100% 100%;
}
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .swiper-button-next,
.enterpriseHonor .enterprise-about .chairman-honor .slideshow .swiper-button-prev {
  opacity: 0;
}
.enterpriseHonor .enterprise-about .enterprise-company .enterprise-company-title {
  margin-top: 130px;
}
.enterpriseHonor .enterprise-about .enterprise-company-box {
  width: 1199px;
  height: 919px;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.enterpriseHonor .enterprise-about .enterprise-company-box .company-list {
  width: 290px;
  height: 301px;
  background: #ffffff;
  margin: 0 9px 9px 0;
  box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.39);
}
.enterpriseHonor .enterprise-about .enterprise-company-box .company-list:hover {
  background-color: #BD1B1B;
}
.enterpriseHonor .enterprise-about .enterprise-company-box .company-list:hover p {
  color: #fff;
}
.enterpriseHonor .enterprise-about .enterprise-company-box .company-img {
  text-align: center;
  margin-bottom: 20px;
}
.enterpriseHonor .enterprise-about .enterprise-company-box .company-img img {
  margin-top: 8px;
  width: 276px;
  height: 180px;
  background-size: 100% 100%;
}
.enterpriseHonor .enterprise-about .enterprise-company-box .company-text {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  margin-top: 20px;
  padding: 0 5px;
}
.enterpriseHonor .enterprise-about .enterprise-company-box .company-text .company-content {
  font-size: 18px;
  text-align: center;
  height: 46px;
  color: #181818;
  line-height: 23px;
  width: 280px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
}
.enterpriseHonor .enterprise-about .enterprise-company-box .company-text .company-time {
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
  color: #808080;
  line-height: 23px;
}
.enterpriseHonor .enterprise-about .paging {
  text-align: center;
  margin-top: 40px;
}
.el-pagination li.active {
  background-color: #bd1b1b !important;
}
.el-pagination li:hover {
  color: #bd1b1b !important;
}
