.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body {
  background-color: #fff;
}
body a {
  color: #000;
}
body header {
  background: url(../img/header-bg.jpg) no-repeat center;
  background-size: auto 100%;
  height: 408px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body header > div p {
  color: #182762;
}
body header > div p:first-child {
  font-size: 52px;
  font-weight: bold;
}
body header > div p:last-child {
  width: 372px;
  margin: 10px 0;
  padding: 5px 0;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
}
body header > div p:last-child img {
  width: 22px;
  margin: 0 5px;
}
body .part1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto;
}
body .part1 > li {
  width: 377px;
  height: 285px;
  border: 1px solid #e0e0e0;
  border-top: #004dac 2px solid;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 15px;
}
body .part1 > li > div {
  font-size: 18px;
  font-weight: 700;
  color: #154fa6;
  text-align: left;
  line-height: 36px;
  border-bottom: 4px solid #d5e4f1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .part1 > li > div .more {
  font-size: 14px;
  color: #ababab;
  font-weight: lighter;
}
body .part1 > li > div .line {
  border-bottom: 4px solid #154fa6;
  width: 140px;
  position: absolute;
  left: 0;
  bottom: -4px;
}
body .part1 > li ul {
  margin-top: 10px;
}
body .part1 > li ul li {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 10px 0;
}
body .part1 > li ul li::before {
  content: "";
  width: 3px;
  height: 4px;
  background-color: #d3d3d3;
  margin-right: 5px;
}
body .part1 > li ul li a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .part1 > li ul li a:hover {
  color: #ff642e;
}
body .part1 > li ul li span {
  color: #d3d3d3;
  margin-left: 10px;
}
body .moduleName {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
body .moduleName hr {
  border: 0;
  background-color: #004dac;
  height: 2px;
  flex: 1;
}
body .moduleName div {
  font-size: 30px;
  color: #154fa6;
  font-weight: bold;
  padding: 0 10px;
}
body .part2 {
  background-color: #EEEEEE;
}
body .part2 .swiper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .part2 .swiper .arrow-left,
body .part2 .swiper .arrow-right {
  color: #4B80F7;
  font-size: 80px;
}
body .part2 .swiper .swiper-container {
  width: 1000px;
  height: 490px;
}
body .part2 .swiper .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body .part2 .swiper .swiper-container .swiper-wrapper .swiper-slide a {
  margin: 0 10px;
}
body .part2 .swiper .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 230px;
  height: 430px;
  background-color: #000;
}
body .part2 .swiper .swiper-container .swiper-wrapper .swiper-slide a p {
  width: 230px;
  padding: 10px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
body .part2 .swiper .swiper-container .swiper-wrapper .swiper-slide a p:hover {
  color: #ff642e;
}
body .part3 .zcfg {
  width: 100%;
  height: 294px;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
}
body .part3 .zcfg img {
  width: 288px;
  height: 227px;
  background-color: #000;
}
body .part3 .zcfg ul {
  width: 780px;
}
body .part3 .zcfg ul li {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 15px 0;
}
body .part3 .zcfg ul li::before {
  content: "";
  width: 3px;
  height: 4px;
  background-color: #d3d3d3;
  margin-right: 5px;
}
body .part3 .zcfg ul li a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .part3 .zcfg ul li a:hover {
  color: #ff642e;
}
body .part3 .zcfg ul li span {
  color: #d3d3d3;
  margin-left: 10px;
}
body .part4 {
  background-color: #EEEEEE;
}
body .part4 .tab {
  margin: 0 auto;
  width: 730px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .part4 .tab a {
  width: 350px;
  height: 35px;
  color: #000;
  text-align: center;
  line-height: 35px;
}
body .part4 .tab a.on {
  background-image: linear-gradient(180deg, #146297 0%, #307fdd 100%);
  color: #fff;
  font-weight: bold;
}
body .part4 .tablist {
  margin-top: 30px;
}
body .part4 .tablist .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .part4 .tablist .list:not(:first-child) {
  display: none;
}
body .part4 .tablist .list li {
  padding: 0 10px;
  margin-bottom: 10px;
}
body .part4 .tablist .list li a img {
  width: 280px;
  height: 160px;
  background-color: #000;
}
body .part4 .tablist .list li a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 280px;
  text-align: center;
  padding: 10px;
}
body .part4 .tablist .list li a p:hover {
  color: #ff642e;
}
/*# sourceMappingURL=brand.css.map */