body {
  background: #fff;
}

section .section-title {
  font-weight: 700;
  text-align: center;
}
section .section-text {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}

.banner {
  background: url(../images/epc/banner.jpg) no-repeat;
  background-size: cover;
}
.banner .container {
  position: relative;
}
.banner .container .section-title {
  color: #fff;
}
.banner .container .section-text {
  color: #fff;
  margin-top: 28px;
  font-weight: lighter;
}
.banner .container .page-nav {
  text-align: end;
  position: absolute;
  bottom: 20px;
  color: #f2f7fb;
  font-size: 20px;
}
.banner .container .page-nav a {
  color: #f2f7fb;
  font-size: 20px;
  line-height: 36px;
}
.banner .container .page-nav a:last-child {
  cursor: text;
}
.banner .container .page-nav a:last-child span {
  color: #f9bb0b;
  border-bottom: solid 1px #f9bb0b;
  padding-bottom: 3px;
}
.banner .container .page-nav a:last-child:hover {
  font-weight: normal;
}
.banner .container .page-nav a:hover {
  font-weight: 700;
}

.epc-first {
  padding: 72px 0 77px;
}
.epc-first .section-text {
  margin: 0 auto;
  margin-top: 35px;
  color: #333;
}
.epc-first .first-content {
  margin-top: 45px;
}
.epc-first .first-content .g-4 {
  --bs-gutter-x: 1.8rem;
  --bs-gutter-y: 1.8rem;
}
.epc-first .first-content .first-list .first-item {
  height: 100%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.11);
}
.epc-first .first-content .first-list .first-item .img-box {
  overflow: hidden;
}
.epc-first .first-content .first-list .first-item .img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.epc-first .first-content .first-list .first-item .text-box {
  color: #333;
  text-align: center;
  padding: 20px 30px 15px;
}
.epc-first .first-content .first-list .first-item .text-box h2 {
  font-size: 26px;
  color: #000;
}
.epc-first .first-content .first-list .first-item .text-box span {
  width: 100%;
  height: 12px;
  display: block;
}
.epc-first .first-content .first-list .first-item .text-box p {
  font-size: 22px;
  line-height: 30px;
  margin-top: 10px;
}
.epc-first .first-content .first-list .first-item:hover .img-box img {
  transform: scale(1.05);
}

.epc-second .second-bg {
  color: #fff;
  background: #143177;
}
.epc-second .second-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.epc-second .second-content .second-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(../images/epc/epc_04.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.05);
}
.epc-second .second-content .second-left p {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.epc-second .second-content .second-right {
  display: flex;
  justify-content: space-between;
}
.epc-second .second-content .second-right .right-item {
  position: relative;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.05);
  color: #333;
}
.epc-second .second-content .second-right .right-item .right-icon {
  position: absolute;
  top: 0;
}
.epc-second .second-content .second-right .right-item h2 {
  font-weight: bold;
}
.epc-second .second-content .second-right .right-item span {
  display: block;
  width: 47px;
  height: 2px;
  background: #333;
}
.epc-second .second-content .second-right .right-item p {
  font-size: 20px;
  line-height: 30px;
}
.epc-second .second-content .second-right .right-item:nth-child(1) {
  background: #ffba00;
}
.epc-second .second-content .second-right .right-item:nth-child(2) {
  background: #fff;
}
.epc-second .second-content .second-right .right-item:nth-child(3) {
  background: #7ebef9;
}

.epc-third {
  background: url(../images/epc/epc_bg1.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.05);
}
.epc-third .section-title {
  color: #fff;
}
.epc-third .section-text {
  color: #fff;
  font-weight: lighter;
}
.epc-third .third-list {
  display: flex;
}
.epc-third .third-list .item1 .icon-box {
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.epc-third .third-list .item1 .icon-box .icon2 {
  display: none;
}
.epc-third .third-list .item1 p {
  line-height: 30px;
  color: #fff;
  margin-top: 23px;
  font-weight: lighter;
  text-align: center;
}
.epc-third .third-list .item1:hover .icon-box {
  border: 3px solid #ffc000;
}
.epc-third .third-list .item1:hover .icon-box .icon1 {
  display: none;
}
.epc-third .third-list .item1:hover .icon-box .icon2 {
  display: block;
}
.epc-third .third-list .item2 {
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
}

.epc-fourth {
  color: #333;
}
.epc-fourth .section-title {
  line-height: 1.5;
}
.epc-fourth .fourth-content {
  display: flex;
  justify-content: space-between;
}
.epc-fourth .fourth-content .right-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.epc-fourth .fourth-content .left-item .content-item .item-text {
  color: #333;
  background: #d8d8d6;
}
.epc-fourth .fourth-content .content-item {
  position: relative;
}
.epc-fourth .fourth-content .content-item img {
  width: 100%;
  height: auto;
  display: block;
}
.epc-fourth .fourth-content .content-item .item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #333;
  background: rgba(217, 217, 217, 0.78);
}
.epc-fourth .fourth-content .content-item .item-text p {
  text-align: center;
}
.epc-fourth .fourth-content .content-item:hover .item-text {
  height: 100%;
  background: rgba(255, 255, 255, 0.78);
  display: flex;
  justify-content: center;
  align-items: center;
}
.epc-fourth .fourth-content .content-item:hover .item-text p {
  border: solid 1px rgba(0, 0, 0, 0.4);
  display: block;
}

.epc-fifth {
  padding-top: 60px;
}
.epc-fifth .fifth-content {
  background: #18376f;
}
.epc-fifth .fifth-content .pro-list {
  display: flex;
  position: relative;
}
.epc-fifth .fifth-content .pro-list .pro-item {
  display: block;
}
.epc-fifth .fifth-content .pro-list .pro-item .img-box {
  overflow: hidden;
}
.epc-fifth .fifth-content .pro-list .pro-item .img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.epc-fifth .fifth-content .pro-list .pro-item p {
  background: #f9bb0b;
  line-height: 32px;
  color: #333;
  text-align: center;
}
.epc-fifth .fifth-content .pro-list .pro-item:hover p {
  background: #fff;
}
.epc-fifth .fifth-content .pro-list .pro-item:hover .img-box img {
  transform: scale(1.05);
}

.epc-sixth {
  padding: 53px 0 67px;
  background: #f9f9f9;
}
.epc-sixth .g-4 {
  --bs-gutter-x: 1.8rem;
  --bs-gutter-y: 1.8rem;
}
.epc-sixth .case-list {
  margin-top: 28px;
}
.epc-sixth .case-list .case-item .img-box {
  overflow: hidden;
}
.epc-sixth .case-list .case-item .img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}
.epc-sixth .case-list .case-item p {
  color: #333;
  line-height: 36px;
  background: #fff;
  padding: 17px 0;
  text-align: center;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.11);
}
.epc-sixth .case-list .case-item:hover .img-box img {
  transform: scale(1.05);
}
.epc-sixth .case-list .case-item:hover p {
  font-weight: bold;
}

.form-section {
  background: url(../images/product/fourth_bg.jpg) no-repeat;
  background-size: cover;
  padding: 45px 0 70px;
}
.form-section .section-title a, .form-section .section-text a {
  color: #1f1e1e;
}
.form-section .section-text {
  font-weight: lighter;
  font-size: 25px;
  line-height: 35px;
  margin-top: 35px;
}
.form-section .form-section-list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.form-section .form-section-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-section .form-section-list li p:first-child {
  font-size: 18px;
  color: #171717;
  display: flex;
  align-items: center;
}
.form-section .form-section-list li p:first-child b {
  font-family: Impact;
  margin-right: 5px;
  color: #f9bb0b;
  font-weight: normal;
}
.form-section .form-section-list li p:last-child {
  color: #1f1e1e;
  margin-top: 10px;
}
.form-section .index-form {
  margin-top: 50px;
}
.form-section .index-form .material {
  position: relative;
}
.form-section .index-form .material .material-select {
  width: 100%;
  border: 0;
  font-size: 18px;
  padding: 10px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 35px;
  z-index: 111;
}
.form-section .index-form .material .material-select:focus {
  box-shadow: none;
  border: none;
}
.form-section .index-form .material .select-arrow {
  position: absolute;
  right: 20px;
  top: 14px;
  pointer-events: none;
}
.form-section .index-form .form-control {
  border-radius: 0;
  font-size: 18px;
  padding: 10px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
}
.form-section .index-form .form-control::placeholder {
  color: #1d1d1d;
}
.form-section .index-form .form-control:focus {
  box-shadow: none;
}
.form-section .index-form .submit button {
  background-color: #3f51b5;
  color: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  font-weight: lighter;
  font-size: 20px;
  line-height: 28px;
  background-size: 200% auto;
  transition: 0.8s;
}
.form-section .index-form .submit button:hover {
  background-image: linear-gradient(to right, #3f51b5 0%, #8f9deb 51%, #3f51b5 100%);
  background-position: center right;
}

@media (max-width: 575px) {
  section .section-text {
    font-size: 18px;
    line-height: 30px;
  }
  .banner .container {
    padding: 100px 12px;
  }
  .banner .container .section-text {
    font-size: 22px;
    margin-top: 15px;
  }
  .banner .container .page-nav {
    right: 12px;
  }
  .epc-first .section-text {
    padding: 0 12px;
  }
  .epc-second .second-bg {
    padding: 40px 0 800px;
  }
  .epc-second .second-bg .section-text {
    margin: 35px auto 0;
    width: 100%;
    padding: 0 12px;
  }
  .epc-second .second-content {
    flex-wrap: wrap;
    margin-top: -750px;
    padding: 0 12px;
  }
  .epc-second .second-content .second-left {
    width: 100%;
    padding: 35px 30px;
  }
  .epc-second .second-content .second-left p {
    width: 100%;
  }
  .epc-second .second-content .second-left p:last-child {
    margin-top: 20px;
  }
  .epc-second .second-content .second-right {
    width: 100%;
    flex-wrap: wrap;
  }
  .epc-second .second-content .second-right .right-item {
    width: 100%;
    padding: 30px;
  }
  .epc-second .second-content .second-right .right-item .right-icon {
    right: 25px;
  }
  .epc-second .second-content .second-right .right-item h2 {
    font-size: 30px;
  }
  .epc-second .second-content .second-right .right-item span {
    margin: 20px 0 15px;
  }
  .epc-third {
    margin-top: 55px;
    padding: 55px 0 30px;
  }
  .epc-third .section-text {
    font-size: 20px;
    margin-top: 25px;
  }
  .epc-third .third-list {
    margin-top: 45px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .epc-third .third-list .item1 {
    width: 29%;
    margin-bottom: 30px;
  }
  .epc-third .third-list .item1 .icon-box {
    width: 90px;
    height: 90px;
  }
  .epc-third .third-list .item1 .icon-box img {
    width: 50px;
    height: 50px;
    display: block;
  }
  .epc-third .third-list .item1 p {
    font-size: 18px;
  }
  .epc-third .third-list .item2 {
    width: 25px;
    margin-top: 45px;
  }
  .epc-third .third-list .item2:nth-child(6), .epc-third .third-list .item2:nth-child(12) {
    display: none;
  }
  .epc-fourth {
    padding-top: 55px;
  }
  .epc-fourth .section-text {
    margin-top: 20px;
  }
  .epc-fourth .fourth-content {
    margin: 0 auto;
    margin-top: 35px;
    flex-wrap: wrap;
    max-width: 540px;
  }
  .epc-fourth .fourth-content .left-item {
    width: 100%;
    margin-bottom: 22px;
  }
  .epc-fourth .fourth-content .right-item {
    width: 100%;
  }
  .epc-fourth .fourth-content .right-item .item-box {
    margin-bottom: 22px;
    width: 100%;
  }
  .epc-fourth .fourth-content .content-item .item-text p {
    font-size: 22px;
    line-height: 32px;
    padding: 10px 15px;
  }
  .epc-fourth .fourth-content .content-item:hover .item-text p {
    width: 200px;
    height: 52px;
  }
  .epc-fifth .fifth-content {
    margin-top: 100px;
    padding: 0 12px;
  }
  .epc-fifth .fifth-content .pro-list {
    flex-wrap: wrap;
    top: -45px;
    justify-content: space-between;
  }
  .epc-fifth .fifth-content .pro-list .pro-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .epc-fifth .fifth-content .pro-list .pro-item p {
    font-size: 20px;
    padding: 15px 0;
  }
  .epc-sixth .case-list {
    margin-top: 0;
  }
  .epc-sixth .case-list .case-item p {
    font-size: 20px;
  }
  .form-section .section-text {
    font-size: 20px;
    margin-top: 15px;
  }
  .form-section .form-section-list li {
    width: 33%;
  }
  .form-section .form-section-list li p:first-child {
    line-height: 50px;
    font-size: 16px;
  }
  .form-section .form-section-list li p:first-child b {
    font-size: 50px;
  }
  .form-section .form-section-list li p:last-child {
    font-size: 16px;
  }
  .form-section .index-form .form-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .banner .container {
    padding: 150px 12px;
  }
  .banner .container .section-text {
    font-size: 28px;
  }
  .banner .container .page-nav {
    right: 12px;
  }
  .epc-first .section-text {
    max-width: 540px;
  }
  .epc-second .second-bg {
    padding: 40px 0 400px;
  }
  .epc-second .second-bg .section-text {
    margin: 35px auto 0;
    width: 100%;
    padding: 0 12px;
  }
  .epc-second .second-content {
    flex-wrap: wrap;
    margin-top: -350px;
    padding: 0 12px;
  }
  .epc-second .second-content .second-left {
    width: 100%;
    padding: 35px 30px;
  }
  .epc-second .second-content .second-left p {
    width: 100%;
  }
  .epc-second .second-content .second-left p:last-child {
    margin-top: 20px;
  }
  .epc-second .second-content .second-right {
    width: 100%;
    flex-wrap: wrap;
  }
  .epc-second .second-content .second-right .right-item {
    width: 100%;
    padding: 30px;
  }
  .epc-second .second-content .second-right .right-item .right-icon {
    right: 25px;
  }
  .epc-second .second-content .second-right .right-item h2 {
    font-size: 30px;
  }
  .epc-second .second-content .second-right .right-item span {
    margin: 20px 0 15px;
  }
  .epc-third {
    margin-top: 75px;
    padding: 55px 0 30px;
  }
  .epc-third .section-text {
    font-size: 20px;
    margin-top: 25px;
  }
  .epc-third .third-list {
    margin-top: 55px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .epc-third .third-list .item1 {
    width: 21%;
    margin-bottom: 30px;
  }
  .epc-third .third-list .item1 .icon-box {
    width: 90px;
    height: 90px;
  }
  .epc-third .third-list .item1 .icon-box img {
    width: 50px;
    height: 50px;
    display: block;
  }
  .epc-third .third-list .item1 p {
    font-size: 18px;
  }
  .epc-third .third-list .item2 {
    width: 25px;
    margin-top: 45px;
  }
  .epc-third .third-list .item2:nth-child(8) {
    display: none;
  }
  .epc-fourth {
    padding-top: 55px;
  }
  .epc-fourth .section-text {
    margin-top: 20px;
  }
  .epc-fourth .fourth-content {
    margin: 0 auto;
    margin-top: 35px;
    flex-wrap: wrap;
    max-width: 540px;
  }
  .epc-fourth .fourth-content .left-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .epc-fourth .fourth-content .right-item {
    width: 100%;
  }
  .epc-fourth .fourth-content .right-item .item-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .epc-fourth .fourth-content .content-item .item-text p {
    font-size: 20px;
    line-height: 32px;
    padding: 10px 15px;
  }
  .epc-fourth .fourth-content .content-item:hover .item-text p {
    width: 200px;
    height: 52px;
  }
  .epc-fifth .fifth-content {
    margin-top: 100px;
    padding: 0 30px;
  }
  .epc-fifth .fifth-content .pro-list {
    flex-wrap: wrap;
    top: -45px;
    justify-content: space-between;
  }
  .epc-fifth .fifth-content .pro-list .pro-item {
    width: 47.5%;
    margin-bottom: 30px;
  }
  .epc-fifth .fifth-content .pro-list .pro-item p {
    font-size: 20px;
    padding: 15px 0;
  }
  .epc-sixth .case-list .case-item p {
    font-size: 20px;
  }
  .form-section .form-section-list li {
    width: 32%;
  }
  .form-section .form-section-list li p:first-child {
    line-height: 55px;
  }
  .form-section .form-section-list li p:first-child b {
    font-size: 55px;
  }
  .form-section .form-section-list li p:last-child {
    font-size: 20px;
  }
  .form-section .index-form .form-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .epc-first .section-text {
    max-width: 720px;
  }
  .epc-second .second-content .second-right .right-item {
    width: 33.33333333%;
    padding: 30px 20px;
  }
  .epc-third .third-list .item1 {
    width: 22%;
  }
  .epc-fourth .fourth-content {
    max-width: 720px;
  }
  .epc-fourth .fourth-content .right-item .item-box {
    width: 49.2%;
    margin-bottom: 15px;
  }
  .epc-fourth .fourth-content .right-item .item-box:nth-child(3), .epc-fourth .fourth-content .right-item .item-box:nth-child(4) {
    margin-bottom: 0px;
  }
  .epc-fifth .fifth-content {
    padding: 0 55px;
  }
  .epc-fifth .fifth-content .pro-list .pro-item {
    width: 47%;
  }
  .epc-fifth .fifth-content .pro-list .pro-item p {
    font-size: 22px;
  }
  .epc-sixth .case-list .case-item p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .epc-first .section-text {
    max-width: 960px;
  }
  .epc-second .second-bg {
    padding: 40px 0 120px;
  }
  .epc-second .second-content {
    max-width: 960px;
    margin: 0 auto;
    margin-top: -80px;
  }
  .epc-second .second-content .second-left {
    padding: 45px 50px;
  }
  .epc-second .second-content .second-right .right-item {
    padding: 30px;
  }
  .epc-third {
    padding: 55px 0 50px;
  }
  .epc-third .third-list {
    margin-top: 55px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .epc-third .third-list .item1 {
    width: 10%;
    margin-bottom: 0;
  }
  .epc-third .third-list .item2:nth-child(8) {
    display: block;
  }
  .epc-fourth .fourth-content {
    max-width: 960px;
  }
  .epc-fifth .fifth-content {
    padding: 0 45px;
  }
  .epc-fifth .fifth-content .pro-list {
    max-width: 960px;
    justify-content: flex-start;
    margin: 0 auto;
  }
  .epc-fifth .fifth-content .pro-list .pro-item {
    width: 30.65%;
    margin: 0 12px 30px;
  }
  .epc-sixth .case-list .case-item p {
    font-size: 22px;
  }
  .form-section .form-section-list li {
    width: 22%;
  }
  .form-section .index-form .form-item {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .epc-first .section-text {
    max-width: 1140px;
  }
  .epc-second .second-content {
    margin-top: -48px;
    flex-wrap: nowrap;
    max-width: none;
    padding: 0;
  }
  .epc-second .second-content .second-left {
    width: 604px;
    height: 383px;
    padding-left: 32px;
  }
  .epc-second .second-content .second-left p {
    width: 72%;
  }
  .epc-second .second-content .second-right {
    width: 70%;
    margin-left: -160px;
    height: 320px;
  }
  .epc-second .second-content .second-right .right-item {
    padding: 0 30px;
  }
  .epc-second .second-content .second-right .right-item h2 {
    margin-top: 25px;
  }
  .epc-third .section-text {
    font-size: 22px;
    margin-top: 35px;
  }
  .epc-third .third-list {
    margin-top: 75px;
  }
  .epc-third .third-list .item1 {
    width: 9%;
  }
  .epc-third .third-list .item1 .icon-box {
    width: 100px;
    height: 100px;
  }
  .epc-third .third-list .item1 .icon-box img {
    width: 60px;
    height: 60px;
  }
  .epc-third .third-list .item1 p {
    font-size: 20px;
  }
  .epc-third .third-list .item2 {
    width: 47px;
    margin-top: 50px;
  }
  .epc-fourth {
    padding-top: 75px;
  }
  .epc-fourth .section-text {
    margin-top: 35px;
  }
  .epc-fourth .fourth-content {
    margin-top: 55px;
    max-width: none;
  }
  .epc-fourth .fourth-content .left-item {
    width: 42.8%;
    margin-bottom: 0;
  }
  .epc-fourth .fourth-content .right-item {
    width: 56.5%;
  }
  .epc-fourth .fourth-content .right-item .item-box {
    width: 49.5%;
    margin-bottom: 7px;
  }
  .epc-fifth .fifth-content {
    margin-top: 100px;
    padding: 0 12px;
  }
  .epc-fifth .fifth-content .pro-list {
    top: -55px;
    max-width: none;
    justify-content: space-between;
  }
  .epc-fifth .fifth-content .pro-list .pro-item {
    width: 18.8%;
    margin: 0;
  }
  .epc-fifth .fifth-content .pro-list .pro-item p {
    font-size: 18px;
  }
  .epc-sixth .case-list .case-item p {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  section .section-title {
    font-size: 40px;
  }
  .banner .container .section-text {
    font-size: 30px;
  }
  .epc-first .section-text {
    max-width: 1320px;
  }
  .epc-second .second-bg {
    padding: 40px 0 120px;
  }
  .epc-second .second-bg .section-text {
    width: 76%;
  }
  .epc-second .second-content .second-left {
    width: 804px;
  }
  .epc-second .second-content .second-left p {
    width: 75%;
  }
  .epc-second .second-content .second-right {
    width: 68%;
    height: 300px;
  }
  .epc-third .section-text {
    font-size: 24px;
  }
  .epc-third .third-list .item1 .icon-box {
    width: 111px;
    height: 111px;
  }
  .epc-third .third-list .item1 p {
    font-size: 22px;
  }
  .epc-third .third-list .item2 {
    width: 57px;
    margin-top: 55px;
  }
  .epc-fourth .fourth-content .left-item {
    width: 42.85%;
  }
  .epc-fourth .fourth-content .right-item {
    width: 56.35%;
  }
  .epc-fourth .fourth-content .right-item .item-box {
    width: 49.5%;
    margin-bottom: 10px;
  }
  .epc-fifth .fifth-content {
    margin-top: 135px;
    padding: 0 30px;
  }
  .epc-fifth .fifth-content .pro-list {
    top: -75px;
  }
  .epc-fifth .fifth-content .pro-list .pro-item {
    width: 18.5%;
  }
  .epc-fifth .fifth-content .pro-list .pro-item p {
    font-size: 20px;
  }
  .epc-sixth .case-list .case-item p {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .banner .container {
    padding: 200px 15px 225px;
  }
  .banner .container .page-nav {
    right: 20px;
  }
  .epc-first .section-text {
    padding: 0 170px;
    max-width: none;
  }
  .epc-second .second-bg .section-text {
    width: 67%;
  }
  .epc-second .second-content .second-left {
    padding-left: 72px;
  }
  .epc-second .second-content .second-left p {
    width: 72%;
  }
  .epc-second .second-content .second-right {
    width: 67.5%;
  }
  .epc-second .second-content .second-right .right-item .right-icon {
    right: 50px;
  }
  .epc-second .second-content .second-right .right-item h2 {
    margin-top: 30px;
  }
  .epc-third .third-list .item1 p {
    font-size: 24px;
  }
  .epc-fourth .fourth-content .left-item {
    width: 42.92%;
  }
  .epc-fourth .fourth-content .right-item {
    width: 56.4%;
  }
  .epc-fourth .fourth-content .content-item .item-text p {
    font-size: 24px;
    padding: 11px 15px;
  }
  .epc-fourth .fourth-content .content-item:hover .item-text p {
    width: 252px;
    height: 66px;
  }
  .epc-fifth .fifth-content {
    padding: 0 55px;
  }
  .epc-fifth .fifth-content .pro-list .pro-item p {
    font-size: 22px;
    padding: 22px 0;
  }
  .epc-sixth .case-list .case-item p {
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .epc-second .second-bg .section-text {
    width: 56%;
  }
  .epc-second .second-content .second-left p {
    width: 78%;
  }
  .epc-second .second-content .second-right .right-item {
    padding: 0 36px 0 40px;
  }
  .epc-second .second-content .second-right .right-item h2 {
    margin-top: 47px;
  }
  .epc-fourth .fourth-content .left-item {
    width: 42.97%;
  }
  .epc-fourth .fourth-content .right-item {
    width: 56.4%;
  }
  .epc-fourth .fourth-content .right-item .item-box {
    width: 49.5%;
    margin-bottom: 13px;
  }
  .epc-fifth .fifth-content {
    padding: 0 75px;
  }
  .epc-fifth .fifth-content .pro-list .pro-item {
    width: 17.77%;
  }
  .epc-fifth .fifth-content .pro-list .pro-item p {
    font-size: 24px;
  }
}/*# sourceMappingURL=epc.css.map */