﻿/* Animate.css动画演示 */
@import "animate.min.css";

/* Swiper 7.4.1 */
@import "swiper-bundle.min.css";

/* 字体图标 */
@import "font-awesome.min.css";

/* 核心样式 */
@import "bootstrap.min.css";

/* 公用样式 */
@import "public.css";

/* main */
/* 品质与服务兼备 */
.picbox {
  width: 100%;
  overflow: hidden;
}
.picbox>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pic_title {
  width: 25%;
  float: left;
  background: #2454ac;
  position: relative;
  padding: 30px 0 75px 0;
}
.pic_title::before {
  content: "";
  width: 1000px;
  float: left;
  height: 100%;
  background: #2454ac;
  position: absolute;
  right: 99%;
  top: 0;
}
.pic_T {
  width: 100%;
  float: left;
  position: relative;
  z-index: 9;
  font-family: Arial;
  font-weight: bold;
  line-height: 54px;
  font-size: 30px;
  color: #fff;
  opacity: 0.1;
  text-transform: uppercase;
  margin-left: -80px;
}
.pic_T>span {
  display: block;
  font-size: 48px;
}
.pic_p {
  width: 100%;
  float: left;
  line-height: 48px;
  position: absolute;
  left: 0;
  top: 70px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.pic_sp {
  width: 100%;
  float: left;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 118px;
  font-size: 24px;
  color: #fff;
}
.pic_ul {
  width: 75%;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pic_ul li {
  width: 33.3333%;
  float: left;
  border-right: 1px solid #e2e2e2;
}
.pic_ul li a {
  display: block;
  overflow: hidden;
  padding: 20px 50px;
}
.pic_ul li a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pic_ul li a .pic_pp {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #464646;
}
.pic_ul li a .pic_pp>span {
  color: #2454ac;
}
.pic_ul li a .pic_txt {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #858585;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 1200px) {
  .pic_title {
    padding: 30px 0 50px 0;
  }
  .pic_T {
    margin-left: 0;
    font-size: 20px;
  }
  .pic_T>span {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .pic_title {
    padding: 30px 0;
  }
  .pic_T {
    margin-left: 0;
    font-size: 16px;
  }
  .pic_T>span {
    font-size: 26px;
  }
  .pic_p {
    top: 50px;
    font-size: 22px;
  }
  .pic_sp {
    top: 80px;
    font-size: 18px;
  }
  .pic_ul li a {
    padding: 10px;
  }
  .pic_ul li a .pic_pp {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .pic_ul li a .pic_txt {
    margin-top: 5px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .picbox {
    padding: 0;
  }
  .pic_title {
    width: 100%;
    padding: 10px;
  }
  .pic_title::before {
    right: -10%;
  }
  .pic_T {
    display: flex;
    justify-content: center;
    line-height: 22px;
  }
  .pic_T>span {
    font-size: 18px;
  }
  .pic_p {
    line-height: 22px;
    position: relative;
    left: initial;
    top: initial;
    font-size: 18px;
    text-align: center;
  }
  .pic_sp {
    line-height: 22px;
    position: relative;
    left: initial;
    top: initial;
    font-size: 18px;
    text-align: center;
  }
  .pic_ul {
    width: 100%;
  }
  .pic_ul li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .pic_ul li a img {
    float: left;
    height: 80px;
    margin-right: 10px;
  }
  .pic_ul li a .pic_pp {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .pic_ul li a .pic_txt {
    line-height: 20px;
  }
}

/* 产品中心 */
.cpzx {
  width: 100%;
  overflow: hidden;
  background: url(../image/main_bj.jpg) repeat;
  padding: 80px 0;
}
.cpzx_title {
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzx_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cpzx_p>span {
  float: left;
  line-height: 50px;
  padding: 0 75px;
  background: url(../image/title_heng1.png) no-repeat left center, url(../image/title_heng2.png) no-repeat right center;
  font-size: 36px;
  color: #464646;
  font-weight: bold;
}
.cpzx_sp {
  line-height: 36px;
  font-size: 24px;
  color: #c8c8c8;
  font-weight: bold;
  text-transform: uppercase;
}
.cpzx_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 40px;
}
.cpzx_nav li {
  width: 198px;
  float: left;
  margin: 0 21px 10px 21px;
}
.cpzx_nav li a {
  display: block;
  border-radius: 10px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(#fff, #f0f0f0);
  font-size: 18px;
  color: #383838;
}
.cpzx_nav li a:hover {
  color: #2454ac;
  font-weight: bold;
}
.cpzx_nav li.cpzx_on a {
  color: #2454ac;
  font-weight: bold;
}
.cpzxContect{
	width: 100%;
	display: flex;
}
.cpzxContect>div{display: none;}
.cpzxContect>div:first-child{display: block;}

.cpzx_ul {
  display: block;
  float: left;
  width: 1233px;
}
.cpzx_ul li {
  width: 378px;
  float: left;
  margin: 40px 33px 0 0;
}
.cpzx_ul li a {
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.cpzx_ul li a .cp_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.cpzx_ul li a .cp_img::before {
  content: "";
  display: block;
  padding-top: 73.5450%;
}
.cpzx_ul li a .cp_txt {
  display: block;
  overflow: hidden;
  height: 75px;
  line-height: 75px;
  background-image: linear-gradient(#f0f0f0, #fff);
  text-align: center;
  font-size: 18px;
  color: #454545;
}
.cpzx_ul li a:hover .cp_img img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.cpzx_ul li a:hover .cp_txt {
  background-image: linear-gradient(#2454ac, #2454ac);
  color: #fff;
}

@media (max-width: 1200px) {
  .cpzx {
    padding: 60px 0;
  }
  .cpzx_nav {
    width: 102%;
    margin-left: -1%;
  }
  .cpzx_nav li {
    width: 18%;
    margin: 0 1% 10px 1%;
  }
  .cpzx_ul {
    width: 102%;
    margin-left: -1%;
  }
  .cpzx_ul li {
    width: 31.3333%;
    margin: 40px 1% 0 1%;
  }
  .cpzx_ul li a .cp_txt {
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .cpzx {
    padding: 30px 0;
  }
  .cpzx_nav {
    padding-top: 20px;
  }
  .cpzx_ul li {
    margin: 20px 1% 0 1%;
  }
  .cpzx_ul li a .cp_txt {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .cpzx {
    padding: 15px 0;
  }
  .cpzx_p>span {
    line-height: 30px;
    padding: 0 30px;
    background: url(../image/title_heng1.png) no-repeat left center, url(../image/title_heng2.png) no-repeat right center;
    background-size: 25px auto, 25px auto;
    font-size: 18px;
  }
  .cpzx_sp {
    line-height: 20px;
    font-size: 16px;
  }
  .cpzx_nav {
    padding-top: 10px;
  }
  .cpzx_nav li {
    width: 31.3333%;
    margin: 0 1% 1% 1%;
  }
  .cpzx_nav li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .cpzx_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .cpzx_ul li {
    width: calc(50% - 5px);
    margin: 10px 0 0 0;
  }
  .cpzx_ul li a .cp_txt {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/* 案例展示 */
.case {
  width: 100%;
  overflow: hidden;
  padding: 85px 0;
}
.case-imgbox {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  padding-bottom: 108px;
}
.case-imgbox .swiper-slide {
  opacity: 0.5;
}
.case-imgbox .swiper-slide a {
  width: 100%;
  float: left;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}
.case-imgbox .swiper-slide a::before {
  content: "";
  display: block;
  padding-top: 62.9361%;
}
.case-imgbox .swiper-slide a .case_hover {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: -100%;
  padding: 24px 30px;
  background: rgba(0, 0, 0, 0.8);
}
.case-imgbox .swiper-slide a .case_hover .case_L {
  width: calc(100% - 150px);
  float: left;
}
.case-imgbox .swiper-slide a .case_hover .case_L .case_p {
  display: block;
  overflow: hidden;
  line-height: 32px;
  height: 32px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-imgbox .swiper-slide a .case_hover .case_L .case_sp {
  display: block;
  overflow: hidden;
  line-height: 26px;
  height: 26px;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-imgbox .swiper-slide a .case_hover .case_R {
  width: 132px;
  float: right;
  height: 50px;
  line-height: 48px;
  text-align: center;
  margin-left: 18px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin-top: 4px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
}
.case-imgbox .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.case-imgbox .swiper-slide.swiper-slide-active a .case_hover {
  bottom: 0;
}
.case_icon {
  float: left;
  min-width: 274px;
  border: 1px solid #b7b7b7;
  height: 62px;
  border-radius: 31px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.case_icon .case-prev,
.case_icon .case-next {
  left: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  float: left;
  height: 42px;
  background: #a5a5a5;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  font-family: SimSun;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.case_icon .case-next {
  left: initial;
  right: 7px;
}
.case_icon .case-prev::before {
  content: "<";
}
.case_icon .case-next::before {
  content: ">";
}
.case_icon .case-prev:hover, .case_icon .case-next:hover {
  background: #2454ac;
}
.case-imgbox .swiper-pagination {
  width: calc(100% - 100px);
  height: 14px;
  float: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case-imgbox .swiper-pagination-bullet {
  width: 14px;
  float: left;
  height: 14px;
  background: #e4e4e4;
  opacity: 1;
  border-radius: 50%;
  margin: 0 9px !important;
}
.case-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #c1c1c1;
}

@media (max-width: 1200px) {
  .case {
    padding: 60px 1.5%;
  }
  .case-imgbox {
    padding-bottom: 98px;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 20px;
  }
  .case-imgbox {
    padding-bottom: 80px;
    margin-top: 30px;
  }
  .case-imgbox .swiper-slide a .case_hover {
    padding: 10px;
  }
  .case-imgbox .swiper-slide a .case_hover .case_L {
    width: calc(100% - 100px);
  }
  .case-imgbox .swiper-slide a .case_hover .case_R {
    width: 90px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px;
  }
  .case-imgbox {
    padding-bottom: 40px;
    margin-top: 10px;
  }
  .case_icon {
    width: 100%;
    height: 30px;
    border-radius: 15px;
  }
  .case_icon .case-prev,
  .case_icon .case-next {
    left: 2px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 22px;
  }
  .case_icon .case-next {
    left: initial;
    right: 2px;
  }
  .case-imgbox .swiper-pagination {
    width: calc(100% - 60px);
    height: 14px;
  }
  .case-imgbox .swiper-pagination-bullet {
    margin: 0 3px !important;
  }
  .case-imgbox .swiper-slide a .case_hover {
    padding: 5px;
  }
  .case-imgbox .swiper-slide a .case_hover .case_L {
    width: calc(100% - 80px);
  }
  .case-imgbox .swiper-slide a .case_hover .case_R {
    width: 75px;
    margin: 0 0 0 5px;
    height: 50px;
    line-height: 48px;
  }
  .case-imgbox .swiper-slide a .case_hover .case_L .case_p {
    line-height: 28px;
    height: 28px;
    font-size: 16px;
  }
  .case-imgbox .swiper-slide a .case_hover .case_L .case_sp {
    line-height: 22px;
    height: 22px;
    font-size: 12px;
  }
  .case-imgbox .swiper-slide a::before {
    padding-top: 80.9361%;
  }
}

/* 关于耀舜 */
.about {
  width: 100%;
  overflow: hidden;
  padding: 85px 0 50px 0;
  background: url(../image/about_bj.jpg) no-repeat center center;
  background-size: cover;
}
.about>.container {
  width: 97%;
  max-width: 1600px;
}
.aboutTitle {
  display: block;
  overflow: hidden;
  max-width: 50%;
}
.aboutEn {
  display: block;
  overflow: hidden;
  line-height: 48px;
  font-size: 48px;
  color: #2454ac;
  font-weight: bold;
  text-transform: uppercase;
}
.aboutCn {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.aboutContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.aboutLeft {
  width: calc(50% - 40px);
  float: left;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  height: 252px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.aboutMore {
  display: flex;
  margin-top: 20px;
}
.aboutMore>a {
  width: 166px;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #2454ac;
  font-size: 14px;
  color: #fff;
  border-radius: 22px;
}
.aboutMore>a:hover {
  background-color: #ff6600;
}
.aboutList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0;
}
.aboutList>li {
  float: left;
}
.aboutList>li>a {
  display: flex;
  align-items: center;
  align-content: center;
}
.aboutList>li .aboutIcon {
  width: 68px;
  float: left;
  height: 68px;
  position: relative;
  background-color: #f3f5f9;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}
.aboutList>li .aboutName {
  flex: 1;
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.aboutList>li .aboutName>span {
  display: block;
  overflow: hidden;
  font-weight: bold;
}
.aboutRight {
  width: calc(50% - 60px);
  float: left;
  margin-top: -94px;
}
.aboutVideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.aboutVideo::before {
  content: "";
  display: block;
  padding-top: 81.0811%;
}
.aboutVideo>video {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.aboutVideo>.aboutVideoBtn {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.aboutVideoActive>.aboutVideoBtn {
  display: none;
}

@media (max-width: 1200px) {
  .about {
    padding: 50px 0;
  }
  .aboutLeft {
    width: calc(50% - 30px);
  }
  .aboutTxt {
    height: 210px;
    line-height: 30px;
  }
  .aboutList {
    padding: 30px 0;
  }
  .aboutList>li {
    width: 32%;
  }
  .aboutList>li .aboutIcon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .aboutRight {
    width: calc(50% - 30px);
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .aboutTitle {
    max-width: 100%;
    text-align: center;
  }
  .aboutContect {
    flex-direction: column-reverse;
  }
  .aboutLeft {
    width: 100%;
    margin-top: 20px;
  }
  .aboutTxt {
    height: auto;
    -webkit-line-clamp: initial;
  }
  .aboutRight {
    width: 100%;
    margin: 0;
  }
  .aboutVideo::before {
    padding-top: 56.25%;
  }
  .aboutList {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .aboutEn {
    line-height: 30px;
    font-size: 24px;
  }
  .aboutCn {
    line-height: 20px;
    font-size: 18px;
  }
  .aboutContect {
    margin-top: 10px;
  }
  .aboutVideo>.aboutVideoBtn>img {
    width: 50px;
  }
  .aboutLeft {
    margin-top: 10px;
  }
  .aboutTxt {
    line-height: 24px;
  }
  .aboutMore {
    margin-top: 10px;
    justify-content: center;
  }
  .aboutMore>a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }
  .aboutList {
    padding: 15px 0 0 0;
  }
  .aboutList>li .aboutIcon {
    width: 34px;
    height: 34px;
  }
  .aboutList>li .aboutIcon>img {
    width: 20px;
  }
  .aboutList>li .aboutName {
    line-height: 20px;
    font-size: 12px;
  }
}

/* 企业风采 */
.qy {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.qy>.container {
  width: 97%;
  max-width: 1600px;
}
.qy-imgbox {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 94px;
}
.qy-imgbox .swiper-slide a {
  width: 100%;
  float: left;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}
.qy-imgbox .swiper-slide a::before {
  content: "";
  display: block;
  padding-top: 91.892%;
}
.qy-imgbox .swiper-slide a .case_hover {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: -100%;
  padding: 17px 20px;
  background: rgba(0, 0, 0, 0.8);
}
.qy-imgbox .swiper-slide a .case_hover .case_L {
  width: calc(100% - 100px);
  float: left;
}
.qy-imgbox .swiper-slide a .case_hover .case_L .case_p {
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 24px;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qy-imgbox .swiper-slide a .case_hover .case_L .case_sp {
  display: block;
  overflow: hidden;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qy-imgbox .swiper-slide a .case_hover .case_R {
  width: 96px;
  float: right;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin-top: 3px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
}
.qy-imgbox .swiper-slide:hover {
  opacity: 1;
}
.qy-imgbox .swiper-slide:hover a .case_hover {
  bottom: 0;
}
.qy_icon {
  float: left;
  min-width: 274px;
  border: 1px solid #b7b7b7;
  height: 62px;
  border-radius: 31px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.qy_icon .qy-prev,
.qy_icon .qy-next {
  left: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  float: left;
  height: 42px;
  background: #a5a5a5;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  font-family: SimSun;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.qy_icon .qy-next {
  left: initial;
  right: 7px;
}
.qy_icon .qy-prev::before {
  content: "<";
}
.qy_icon .qy-next::before {
  content: ">";
}
.qy_icon .qy-prev:hover,
.qy_icon .qy-next:hover {
  background: #2454ac;
}
.qy-imgbox .swiper-pagination {
  width: calc(100% - 100px);
  height: 14px;
  float: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qy-imgbox .swiper-pagination-bullet {
  width: 14px;
  float: left;
  height: 14px;
  background: #e4e4e4;
  opacity: 1;
  border-radius: 50%;
  margin: 0 9px !important;
}
.qy-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #c1c1c1;
}

@media (max-width: 1200px) {
  .qy {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .qy {
    padding: 30px 0;
  }
  .qy-imgbox {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .qy {
    padding: 15px 0;
  }
  .qy-imgbox {
    padding-bottom: 40px;
    margin-top: 10px;
  }
  .qy_icon {
    width: 100%;
    height: 30px;
    border-radius: 15px;
  }
  .qy_icon .qy-prev,
  .qy_icon .qy-next {
    left: 2px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 22px;
  }
  .qy_icon .qy-next {
    left: initial;
    right: 2px;
  }
  .qy-imgbox .swiper-pagination {
    width: calc(100% - 60px);
    height: 14px;
  }
  .qy-imgbox .swiper-pagination-bullet {
    margin: 0 3px !important;
  }
  .qy-imgbox .swiper-slide a .case_hover {
    bottom: 0;
    padding: 10px;
  }
  .qy-imgbox .swiper-slide a .case_hover .case_L {
    width: 100%;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
  padding: 75px 0;
}
.news_contect {
  display: block;
  overflow: hidden;
  background: #fff;
  margin-top: 40px;
  border: 1px solid #e1e1e1;
  padding: 25px 30px;
}
.news_nav {
  width: 100%;
  float: left;
  height: 64px;
  border-bottom: 1px solid #d9d9d9;
}
.news_nav a {
  float: left;
  height: 64px;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #4e4e4e;
}
.news_nav a img {
  float: left;
  margin-right: 15px;
}
.news_nav a:first-child {
  font-weight: bold;
  color: #2454ac;
  border-bottom: 4px solid #2454ac;
}
.news_nav a:hover {
  font-weight: bold;
  color: #2454ac;
  border-bottom: 4px solid #2454ac;
}
.news_L {
  width: 44%;
  float: left;
  margin-top: 28px;
}
.news_L .news_B {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_L .news_B .news_img {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_L .news_B .news_img::before {
  content: "";
  display: block;
  padding-top: 57.99615%;
}
.news_L .news_B .news_sub {
  width: 110px;
  float: left;
  height: 110px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: #ff6600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.news_L .news_B .news_sub>div {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
}
.news_L .news_B .news_sub>.news_sub_p {
  line-height: 52px;
  font-size: 48px;
}
.news_L .news_B .news_sub>.news_sub_sp {
  line-height: 24px;
  font-size: 14px;
}
.news_L .news_p {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  font-size: 18px;
  color: #222;
  font-weight: bold;
}
.news_L .news_txt {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  margin-top: 10px;
  font-size: 14px;
  color: #525252;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_L:hover .news_p {
  color: #2454ac;
}
.news_L:hover .news_B .news_img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.news_R {
  width: 50%;
  float: right;
  margin-top: 28px;
}
.news_R li {
  display: block;
  overflow: hidden;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
}
.news_R li .news_sub {
  width: 104px;
  float: left;
  height: 110px;
  border: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-right: 20px;
}
.news_R li .news_sub>div {
  width: 100%;
  float: left;
  text-align: center;
}
.news_R li .news_sub>.news_sub_p {
  line-height: 52px;
  font-size: 48px;
  color: #636363;
}
.news_R li .news_sub>.news_sub_sp {
  line-height: 24px;
  font-size: 14px;
  color: #9f9e9e;
}
.news_R li .news_p {
  display: block;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_R li .news_txt {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #757575;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_R li .news_more {
  display: block;
  overflow: hidden;
  width: 88px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  background: #eee;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #5d5d5d;
}
.news_R li:hover .news_sub {
  border-color: #2454ac;
}
.news_R li:hover .news_p {
  color: #2454ac;
}
.news_R li:hover .news_txt {
  color: #2454ac;
}
.news_R li:hover .news_more {
  background: #2454ac;
  color: #fff;
}
.news_R li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news_contect {
    margin-top: 30px;
    padding: 10px;
  }
  .news_L {
    width: 48%;
    margin-top: 20px;
  }
  .news_R {
    margin-top: 20px;
  }
  .news_R li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news_contect {
    margin-top: 10px;
    padding: 10px;
  }
  .news_nav {
    height: 40px;
  }
  .news_nav a {
    height: 40px;
    margin-right: 10px;
    font-size: 18px;
  }
  .news_nav a img {
    margin-right: 5px;
  }
  .news_L {
    width: 100%;
    margin-top: 10px;
  }
  .news_L .news_B .news_sub {
    width: 60px;
    height: 60px;
  }
  .news_L .news_B .news_sub>.news_sub_p {
    line-height: 30px;
    font-size: 28px;
  }
  .news_L .news_B .news_sub>.news_sub_sp {
    line-height: 20px;
    font-size: 12px;
  }
  .news_L .news_p {
    margin-top: 5px;
    font-size: 16px;
  }
  .news_L .news_txt {
    height: 60px;
    line-height: 20px;
    margin-top: 5px;
  }
  .news_R {
    width: 100%;
    margin-top: 10px;
  }
  .news_R li .news_sub {
    width: 75px;
    height: 75px;
    margin-right: 10px;
  }
  .news_R li .news_sub>.news_sub_p {
    line-height: 30px;
    font-size: 18px;
  }
  .news_R li .news_sub>.news_sub_sp {
    line-height: 20px;
    font-size: 12px;
  }
  .news_R li .news_p {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
}
/* END-main */

/* 关于耀舜 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background: url(../image/main_bj.jpg) repeat;
}
.dqwzTitle {
  width: 100%;
  float: left;
}
.dqwzName {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dqwzName>span {
  float: left;
  line-height: 48px;
  padding: 0 75px;
  background: url(../image/title_heng1.png) no-repeat left center, url(../image/title_heng2.png) no-repeat right center;
  font-size: 36px;
  color: #464646;
  font-weight: bold;
}
.dqwzNav {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 26px;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.dqwzNav>span {
  color: #2454ac;
}

.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 40px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .main {
    padding: 50px 0;
  }
  .dqwzContect {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .dqwzContect {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menuTitle {
    width: calc(100% + 30px);
    text-align: center;
    margin-left: -15px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #2454ac;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
    padding: 15px;
  }
	.company img{
    width: 100%;
	height: auto;
	margin-top: 5px;
  }
}
/* END-关于耀舜 */

/* 产品中心 */
.menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  width: 1242px;
  margin-left: -21px;
}
.menuList>li {
  width: 198px;
  float: left;
  margin: 0 21px 10px 21px;
}
.menuList>li>a {
  display: block;
  border-radius: 10px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(#fff, #f0f0f0);
  font-size: 18px;
  color: #383838;
}
.menuList>li>a:hover {
  color: #2454ac;
  font-weight: bold;
}
.menuList>li.menuActive>a {
  color: #2454ac;
  font-weight: bold;
}
.dqwzContect .cpzx_ul {
  display: flex;
  flex-wrap: wrap;
  width: 1233px;
}
.dqwzContect .cpzx_ul li {
  width: 378px;
  float: left;
  margin: 0 33px 40px 0;
}

.cpxq {
  display: block;
  overflow: hidden;
  padding: 40px 40px 0 40px;
  background: #fff;
}
.cpxqLeft{
	width: calc(50% - 20px);
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}
.cpxqLeft::before{
	content: '';
	display: block;
	padding-top: 75%;
}
.cpxqRight{
	width: calc(50% - 20px);
	float: right;
}
.cpxq_T {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  color: #454545;
	font-weight: bold;
}
.cpxq_p{
	font-size: 16px;
	line-height: 26px;
	margin: 20px 0;
	display: block;
	overflow: hidden;
	background: #f8f8f8;
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 25px;
}
.cpxq_p>span{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.cpxq_p img{
	display: block;
	max-width: 100% !important;
	height: auto !important;
}
.cpxqContect{
	width: 100%;
	float: left;
	margin-top: 40px;
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
}
.cpxqContect img{
	display: block;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto;
}
.cpxqTitle{
	display: block;
	overflow: hidden;
	background-color: #2454ac;
	line-height: 30px;
	padding: 10px 20px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.cpxqBtn{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin-top: 20px;
}
.cpxqBtn>a{
	width: calc(50% - 10px);
	float: left;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #333;
	text-align: center;
}
.cpxqBtn>a:first-child{
	background-color: #f2bc44;
}

@media (max-width: 1200px) {
  .menuList {
    width: 102%;
    margin-left: -1%;
  }
  .menuList>li {
    width: 18%;
    margin: 0 1% 10px 1%;
  }
  .dqwzContect .cpzx_ul {
    width: 102%;
    margin-left: -1%;
  }
  .dqwzContect .cpzx_ul li {
    width: 31.3333%;
    margin: 0 1% 30px 1%;
  }
  .cpxq {
    padding: 30px 30px 0 30px;
  }
  .cpxq_T {
    line-height: 80px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .dqwzContect .cpzx_ul li {
    margin: 0 1% 20px 1%;
  }
  .cpxq {
    padding: 20px 20px 0 20px;
  }
  .cpxq_T {
    line-height: 60px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .menuTitleActive {
    text-align: left;
  }
  .menuTitleActive::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .menuList>li {
    width: 48%;
    margin: 5px 0 0 0;
	  margin: 1%;
	  float: left;
  }
  .menuList>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .dqwzContect .cpzx_ul li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }

  .cpxq {
    padding: 10px;
  }
	.cpxqLeft{
		width: 100%;
	}
	.cpxqRight{
		width: 100%;
	}
  .cpxq_T {
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
  }
	.cpxq_p {
		font-size: 14px;
		line-height: 24px;
		margin: 15px 0;
		padding: 10px;
	}
.cpxq_p>span {
	font-size: 16px;
}
.cpxqBtn>a {
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 16px;
}
.cpxqContect {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
}
	
	
}
/* END-产品中心 */

/* 新闻资讯 */
.xw_ul {
  display: block;
  overflow: hidden;
}
.xw_ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.xw_ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  padding: 20px;
}
.xw_ul li a .xw_B {
  width: 186px;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.xw_ul li a .xw_B .xw_img {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.xw_ul li a .xw_R {
  width: calc(100% - 186px);
  float: left;
  padding-left: 30px;
}
.xw_ul li a .xw_R .xw_p {
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #454545;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xw_ul li a .xw_R .xw_txt {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #838383;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.xw_ul li a .xw_R .xw_sp {
  display: block;
  overflow: hidden;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  color: #545454;
  margin-top: 15px;
}
.xw_ul li a:hover {
  background: #2454ac;
}
.xw_ul li a:hover .xw_B .xw_img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.xw_ul li a:hover .xw_R .xw_p {
  color: #fff;
}
.xw_ul li a:hover .xw_R .xw_txt {
  color: #fff;
}
.xw_ul li a:hover .xw_R .xw_sp {
  color: #fff;
}

.xwxq {
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 25px;
}
.xwxq_p {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #454545;
}
.xwxq_sp {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #919191;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.xwxq_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #838383;
  line-height: 24px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .xw_ul li {
    margin-bottom: 10px;
  }
  .xw_ul li a {
    padding: 5px;
  }
  .xw_ul li a .xw_B {
    width: 110px;
  }
  .xw_ul li a .xw_R {
    width: calc(100% - 110px);
    padding-left: 10px;
  }
  .xw_ul li a .xw_R .xw_p {
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #454545;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xw_ul li a .xw_R .xw_txt {
    display: block;
    overflow: hidden;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    color: #838383;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .xw_ul li a .xw_R .xw_sp {
    display: block;
    overflow: hidden;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #545454;
    margin-top: 15px;
  }
  .xw_ul li a:hover {
    background: #2454ac;
  }
  .xw_ul li a:hover .xw_B .xw_img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  .xw_ul li a:hover .xw_R .xw_p {
    color: #fff;
  }
  .xw_ul li a:hover .xw_R .xw_txt {
    color: #fff;
  }
  .xw_ul li a:hover .xw_R .xw_sp {
    color: #fff;
  }

  .xwxq {
    padding: 10px;
  }
  .xwxq_p {
    line-height: 30px;
    font-size: 16px;
  }
  .xwxq_sp {
    line-height: 18px;
    padding-bottom: 5px;
  }
  .xwxq_txt {
    padding-top: 10px;
  }
}
/* END-新闻资讯 */

/* 联系我们 */
.contact {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
}
.contactTxt {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 36px;
  padding: 30px;
}
.contactMap {
  width: 60%;
  float: right;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {
  .contactTxt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
  }
  .contactMap {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */