* {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
a,
a:link,
a:active,
a:visited,
a:hover {
  color: #707070;
  text-decoration: none;
}
ul,
li,
ol {
  list-style: none;
}
i,
em {
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul {
  list-style: none;
}
/* 清除浮动
-----------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* 兼容清除浮动和错位 */
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #115fad;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.f-oh {
  overflow: hidden;
}
.f-cb {
  zoom: 1;
}
.scale {
  transition: 1s;
  transform: scale(1.2, 1.2);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsisa {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ll {
  float: left;
}
.rr {
  float: right;
}

@media (min-width: 1400px) {
  .container {
    width: 1400px !important;
    padding: 0px;
  }
}

@keyframes ascroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(20px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/*-----------------------------------*/
/*             内页样式             */
/*---------------------------------*/
/*nbanner */
.nbanner {
  min-height: 400px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.nbanner .catname {
  padding: 0;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  display: none;
}
.nbanner .catname h2 {
  color: white;
  font-size: 40px;
  font-weight: bold;
}
.nbanner .ndot {
  position: absolute;
  bottom: 30px;
  width: 23px;
  height: 83px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  cursor: pointer;
}
.nbanner .ndot span {
  background: url(../images/down.png) no-repeat center center;
  width: 23px;
  height: 63px;
  display: block;
  width: 100%;
  margin-top: 10px;
  animation: ascrolla 3s infinite;
}
@keyframes ascrolla {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/*crumbs*/
.sect_crumbs {
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sect_crumbs .current {
  padding: 0 15px;
  overflow: hidden;
  line-height: 49px;
}
.sect_crumbs .current,
.sect_crumbs .current a {
  color: #aaa;
  font-size: 14px;
  line-height: 49px;
}

/*content 公用样式*/
.content {
  padding: 3% 0 0;
  overflow: hidden;
  background: white;
}
.maininfo {
  padding: 0;
  overflow: hidden;
}
.maininfo img {
  width: auto;
  max-width: 100%;
}
/*内页栏目分类*/
.sider {
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sider .snav {
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.sider .snav a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 65px;
  padding: 0 25px;
  position: relative;
}
.sider .snav a:after {
  /* content: ""; */
  width: 2px;
  height: 16px;
  background: #363636;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
  transition: all 0.5s ease;
}
.sider .snav a:last-child:after {
  background: none;
  color: initial;
}
.sider .snav a:hover {
  color: #1f69c2;
}
.sider .snav a.on {
  color: #1f69c2;
}

.content .plist {
  padding: 0;
}
.content .plist .proli {
  padding: 0 7px;
}
.content .plist .proitem {
  padding: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 4%;
}
.content .plist .proitem a {
  display: block;
  width: 100%;
  border: 1px solid white;
}
.content .plist .proitem .proimg {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-top: 100%;
}
.content .plist .proitem .proimg img {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  object-position: top;
}
.content .plist .proitem h2 {
  color: #337ab7;
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  font-weight: 600;
}
.content .plist .proitem p {
  color: black;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  font-weight: 600;
}
.content .plist .proitem:hover {
  box-shadow: 0 0 10px rgba(17, 95, 173, 1);
}
.content .plist .proitem:hover a {
  border: 1px solid rgba(17, 95, 173, 1);
}
.content .plist .proitem:hover img {
  transition: 1s;
  transform: scale3d(1.1, 1.1, 1);
}
.content .plist .proitem:hover h2 {
  background: rgba(17, 95, 173, 1);
  color: white;
}
/*相册*/
.maininfo .photo {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  border: 1px solid #d2d2d2;
}
.maininfo .photo .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.maininfo .photo .swiper-slide {
  background-size: contain;
  background-position: center;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: white;
}
.maininfo .photo .gallery-top {
  height: 360px;
  width: 100%;
}
.maininfo .photo .swiper-button-prev {
  left: 24px;
}
.maininfo .photo .swiper-button-next {
  right: 24px;
}
.maininfo .photo .swiper-button-prev:after,
.maininfo .photo .swiper-button-next:after {
  font-size: 30px;
}
/*缩略图*/
.maininfo .photo_thumb {
  padding: 0;
  overflow: auto;
  margin-bottom: 45px;
}
.maininfo .gallery-thumbs {
  width: 100%;
  height: 95px;
  box-sizing: border-box;
}
.maininfo .gallery-thumbs .swiper-slide {
  height: 100%;
  background-color: white;
  border: 1px solid #d5d5d5;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

.maininfo .gallery-thumbs .swiper-slide-thumb-active {
  border-color: #115fad;
}

/*详情参数*/
.maininfo .cpleft {
  overflow: hidden;
  max-width: 680px;
}
.maininfo .cpleft h2 {
  color: #3f3f3f;
  font-size: 24px;
  font-weight: bold;
}
.maininfo .cpleft .cppara {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
  color: #8c8b8b;
  font-size: 15px;
  line-height: 30px;
}
.maininfo .cpleft .online {
  overflow: hidden;
  display: flex;
}
.maininfo .cpleft .online a {
  display: block;
  width: calc(50% - 7.5px);
  background: rgba(17, 95, 173, 1);
  color: white;
  font-size: 16px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s;
  margin-right: 15px;
  max-width: 220px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.maininfo .cpleft .online a:last-child {
  margin-right: 0;
}
.maininfo .proxq {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.maininfo .xqtit {
  padding: 0;
  overflow: hidden;
  background: #f4f4f4;
  margin-bottom: 30px;
}
.maininfo .xqtit h2 {
  color: #595959;
  font-size: 18px;
  line-height: 65px;
  display: inline-block;
  padding: 0 60px;
  background: white;
  position: relative;
}
.maininfo .xqtit h2:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #115fad;
  position: absolute;
  left: 0;
  top: 0;
}
.maininfo .mainxqcon {
  padding: 0;
  overflow: hidden;
}
.maininfo .mainxqcon,
.maininfo .mainxqcon p,
.maininfo .mainxqcon span {
  /* font-size: 15px;
  line-height: 35px; */
  margin: 16px 0px;
}

.maininfo .mainxqcon em {
  font-style: italic;
}
.maininfo .mainxqcon ol li {
  list-style: decimal;
  margin-left: 32px;
  font-size: 16px;
}

.maininfo .mainT {
  color: black;
  font-size: 25px;
  line-height: 40px;
  font-weight: bolder;
  margin-bottom: 30px;
  text-align: center;
}
.content .aboutys {
  margin: 50px auto 30px;
  padding: 35px 110px 0;
  background: #f4f4f4;
}
.content .aboutys .ystit {
  padding: 0;
  overflow: hidden;
  margin-bottom: 60px;
  text-align: center;
}
.content .aboutys .ystit h3 {
  color: rgba(17, 95, 173, 1);
  font-size: 33px;
  line-height: 40px;
}
.content .aboutys .ystit h3 strong {
  color: rgba(17, 95, 173, 1);
  font-size: 97px;
  font-family: "Impact";
  vertical-align: bottom;
  line-height: 90px;
  display: inline-block;
  font-style: italic;
  margin-right: 25px;
}
.content .aboutys .yslist {
  padding: 0;
  overflow: hidden;
}
.content .aboutys .yslist li {
  padding: 0;
  overflow: hidden;
  margin-bottom: 60px;
}
.content .aboutys .yslist li .ysicon {
  width: 20%;
  padding: 0;
  overflow: hidden;
  float: left;
  margin-right: 5%;
}
.content .aboutys .yslist li .ysicon img {
  max-width: 100%;
}
.content .aboutys .yslist li .yscon {
  width: 70%;
  padding: 0;
  overflow: hidden;
  float: left;
}
.content .aboutys .yslist li .yscon h3 {
  color: black;
  font-size: 24px;
  line-height: 45px;
}
.content .aboutys .yslist li .yscon p {
  color: #808080;
  font-size: 15px;
  line-height: 28px;
}

.content .newslist .newsitem {
  width: 100%;
  margin-bottom: 2.5%;
}
.content .newslist .newsitem a {
  width: 100%;
  display: inline-block;
  height: 280px;
  transition: all 0.3s;
}
.content .newslist .newsitem .queimg {
  width: 30%;
  float: left;
  height: 100%;
}
.content .newslist .newsitem .queimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .newslist .newsitem .quecon {
  width: 70%;
  float: left;
  padding: 0 5%;
  height: 100%;
  border: 1px solid #eee;
  border-left: 0;
}
.content .newslist .newsitem .quecon .tit {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content .newslist .newsitem .quecon .time {
  font-weight: normal;
  font-size: 16px;
  color: #979797;
}
.content .newslist .newsitem .quecon .time img {
  vertical-align: text-bottom;
}

.content .newslist .newsitem .quecon .n-content {
  font-size: 16px;
  color: #979797;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 2.3% 0;
}
.content .newslist .newsitem .quecon .more {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid rgba(17, 95, 173, 1);
  color: rgba(17, 95, 173, 1);
  transition: all 0.3s;
}
.content .newslist .newsitem:hover .quecon .more {
  background-color: rgba(17, 95, 173, 1);
  color: white;
}
.content .newslist .newsitem:hover a {
  transform: translateY(-5px);
}

/*文章详情页*/
.maininfo .artTit {
  color: #2b2b2b;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  padding-bottom: 10px;
}
.maininfo .times {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
}

/*联系我们*/
.ncontact {
  padding: 0;
  overflow: hidden;
  margin-bottom: 45px;
}
.ncontact .ncontactpic {
  padding: 0;
  overflow: hidden;
}
.ncontact .ncontactpic img {
  max-width: 100%;
}
.ncontact .nlxcon {
  padding: 0 0 0 40px;
  overflow: hidden;
}
.ncontact .nlxcon h2 {
  color: #393939;
  font-size: 24px;
  line-height: 70px;
  font-weight: bolder;
}
.ncontact p {
  color: #474747;
  font-size: 16px;
  line-height: 35px;
}
.content #dituContent {
  padding: 0;
  overflow: hidden;
  height: 535px;
}

#formData {
  width: 90%;
  margin: 30px auto;
}
#formData form-tr {
  overflow: hidden;
}
#formData input {
  display: block;
  width: 100%;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
#formData .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: red;
  padding: 0 5px;
}
#formData .submit {
  margin-top: 15px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #1f69c2;
  color: white;
  font-size: 15px;
}
.form-tr .code {
  overflow: hidden;
}
#formData .form-tr .code input {
  width: 188px;
  float: left;
}
.form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#formData textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 168px;
  border: 1px solid #e6e6e6;
}
/*联系我们*/
.nycontact {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.nycontact .nctit {
  color: black;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.nycontact .nlxlist {
  padding: 0;
  overflow: hidden;
}
.nycontact .nlxlist .nlxitema {
  border-right: 1px solid #e6e6e6;
}
.nycontact .nlxlist .nlxitem {
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.nycontact .nlxlist .nlxitem .nlxpic {
  width: 56px;
  margin: 0 auto 15px;
}
.nycontact .nlxlist .nlxitem .nlxpic img {
  max-width: 100%;
}
.nycontact .nlxlist .nlxitem h2 {
  color: black;
  font-size: 24px;
  line-height: 32px;
}
.nycontact .nlxlist .nlxitem span {
  display: block;
  color: #a8a8a8;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}
.nycontact .nlxlist .nlxitem p {
  color: black;
  font-size: 18px;
  line-height: 25px;
}

/*在线留言*/
.mlxmess #formData1 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.mlxmess #formData1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #acacac;
}
.mlxmess #formData1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #acacac;
}
.mlxmess #formData1 form-tr {
  overflow: hidden;
}
.mlxmess #formData1 input {
  display: block;
  width: 96%;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
}
.mlxmess #formData1 .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}
.mlxmess #formData1 .submit {
  margin-top: 15px;
  display: block;
  width: 96%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #202020;
  color: white;
  font-size: 15px;
}
.mlxmess .form-tr .code {
  overflow: hidden;
}
.mlxmess #formData1 .form-tr .code input {
  width: 100px;
  float: left;
}
.mlxmess .form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.mlxmess .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.mlxmess #formData1 textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 60px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
}
/*contact us*/
.mlxmess .form-trinput {
  width: 33%;
  float: left;
  padding: 0;
  overflow: hidden;
  padding-right: 0;
}
.mlxmess .form-trinput input {
  color: black !important;
  background: white !important;
  height: 58px !important;
  line-height: 58px !important;
}
.mlxmess textarea {
  width: 98% !important;
  background: white !important;
  height: 180px !important;
}
.mlxmess .code input {
  width: 50% !important;
  float: left;
}
.mlxmess .verify {
  width: 40% !important;
  float: right;
}
.mlxmess .verify img {
  max-width: 100%;
  height: 46px;
}
.mlxmess .submit {
  margin-top: 0 !important;
  height: 58px !important;
  line-height: 58px !important;
}

/*上下篇*/
.DetailCur {
  padding: 15px;
  overflow: hidden;
  margin: 20px auto;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
}
.DetailCur li {
  width: 48%;
  padding: 0;
  overflow: hidden;
}
.DetailCur li .page-a {
  font-size: 14px;
  line-height: 25px;
  color: #8d8d8d;
}
.DetailCur li .page-a a {
  font-size: 14px;
  line-height: 25px;
  color: #8d8d8d;
}
.DetailCur li.rr .page-a {
  text-align: right;
}
.DetailCur li .page-a a:hover {
  color: black;
}

@media (max-width: 1300px) {
  .content .plist .proitem h2 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .maininfo .photo .gallery-top {
    height: 300px;
  }
  .maininfo .gallery-thumbs {
    height: 60px;
  }
  .maininfo .photo_thumb {
    margin-bottom: 25px;
  }
  .container {
    width: 100%;
  }
  .nbanner {
    padding: 180px 0 160px;
  }
  /* 导航 */
  .child .childContent {
    display: none !important;
  }
  button.nav-trigger {
    display: block;
  }
  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s linear;
    pointer-events: none;
  }
  .navigation-is-visible .nav-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  /*内页新闻*/
  .content .newslist .newsitem .quedate h4 {
    font-size: 46px;
  }
  .content .newslist .newsitem .quedate span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .nbanner .catname h2 {
    font-size: 32px;
  }
  .DetailCur {
    margin: 0 auto;
  }
  .maininfo .photo_thumb {
    margin-bottom: 25px;
  }
  .nycontact {
    margin-bottom: 0;
  }
  .content {
    padding: 25px 0;
  }
  .content .newslist .newsitem .quedate h4 {
    font-size: 36px;
  }
  .content #dituContent {
    height: 380px;
  }
  /*sidebar*/
  .sidebar {
    margin-bottom: 10px;
  }
  /*公司动态*/
  .content .newslist .newsitem .date {
    display: none;
  }
  .content .newslist .newsitem .xwcon {
    width: 100%;
  }
  /*新闻详情*/
  .maininfo .artTit {
    font-size: 18px;
    line-height: 30px;
  }
  .maininfo .times {
    font-size: 14px;
  }
  .sect_case .casemore {
    padding: 18px 0 0;
  }
  .rightnav {
    display: none;
  }
  .maininfo .cpleft,
  .ncontact .nlxcon {
    padding: 0;
  }
  .content .aboutys {
    padding: 15px 45px;
  }
  .content .aboutys .yslist li .ysicon {
    margin-top: 15px;
  }
  .content .aboutys .yslist li {
    margin-bottom: 30px;
  }
  button.nav-trigger {
    top: 5%;
    margin-top: 0;
  }
  /*在线留言*/
  .mlxmess .form-trinput {
    width: 100%;
  }

  .content .plist .proli {
    padding: 0 15px;
  }
  .content .plist .proli:nth-child(2n-1) {
    padding-right: 7px;
  }
  .content .plist .proli:nth-child(2n) {
    padding-left: 7px;
  }

  .content .newslist .newsitem .quecon .tit {
    font-size: 18px;
    margin: 20px 0;
  }
  .content .newslist .newsitem .quecon .time,
  .content .newslist .newsitem .quecon .n-content {
    font-size: 14px;
  }
  .content .newslist .newsitem a {
    height: 210px;
  }
  .content .newslist .newsitem .quecon .n-content {
    line-height: 23px;
  }
}
@media (max-width: 650px) {
  /*nav-trigger*/
  button.nav-trigger {
    width: 40px;
    height: 40px;
    top: 15%;
  }
  .mlxmess .submit {
    margin-top: 10px !important;
  }
  .nav-icon {
    width: 20px;
    left: -2px;
  }
  /*引导*/
  .z_guide {
    background-position: right center;
  }
  .z_guide .ydimg {
    width: 90%;
  }
  .z_guide .ydimg .openlogo {
    max-width: 86%;
    margin: 0 auto 30px;
  }
  /*内页公用样式*/
  .sider .snav a {
    font-size: 15px;
    padding: 0 10px;
  }
  .content .plist .proitem h2 {
    font-size: 15px;
    line-height: 35px;
  }
  /*产品相册*/
  .maininfo .photo {
    margin-bottom: 10px;
  }
  .maininfo .gallery-top {
    height: 275px;
  }
  .maininfo .gallery-thumbs {
    height: 60px;
  }
  .maininfo .cpleft h2 {
    font-size: 18px;
    line-height: 35px;
    margin: 10px 0;
  }
  .maininfo .cpleft .cppara p {
    font-size: 15px;
  }
  /*联系我们*/
  .ncontact .nlxcon h2 {
    font-size: 20px;
    line-height: 60px;
  }
  .ncontact p {
    font-size: 15px;
  }
  .maininfo .mainT {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .content .aboutys .ystit {
    margin-bottom: 30px;
  }
  .content .aboutys .ystit h3 strong {
    font-size: 60px;
    line-height: 70px;
  }
  .content .aboutys .ystit h3 {
    font-size: 25px;
    line-height: 47px;
  }
  .content .aboutys .yslist li .yscon h3 {
    font-size: 18px;
    line-height: 35px;
  }
  /*新闻列表*/
}
@media (max-width: 550px) {
  .content .newslist .newsitem .queimg {
    display: none;
  }
  .content .newslist .newsitem .quecon {
    width: 100%;
    border: 1px solid #eee;
  }
  .content .newslist .newsitem .quecon .more {
    line-height: 40px;
    padding: 0 25px;
  }
}
@media (max-width: 500px) {
  /*banner */
  /*引导*/
  .z_guide .ydimg .openlogo {
    max-width: 75%;
  }
  /*nbanner */
  .nbanner .catname h2 {
    font-size: 24px;
  }
  .nbanner .crumbs {
    padding: 0;
  }
  .nbanner .crumbs h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .nbanner .crumbs .current,
  .nbanner .crumbs .current a {
    font-size: 15px;
  }
  .nbanner .ndot {
    display: none;
  }
  /*案例展示*/
  .sect_case {
    padding: 25px 0;
  }
  /*sidebar*/
  .sidebar {
    margin-bottom: 10px;
  }
  .sidebar .sidetit h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .sidebar .sidelist li {
    width: 50%;
    float: left;
  }
  .sidebar .sidelist li,
  .sidebar .sidelist li a {
    line-height: 40px;
    font-size: 15px;
  }
  .sidebar .sidelist li a {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
  }
  /*内页公用样式*/
  .content .catename h2 {
    font-size: 24px;
    line-height: 40px;
  }
  /*产品列表*/
  .content .prolist .proitem .proimg {
    height: 124px;
  }
  .content .prolist .proitem p {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  /*产品相册*/

  .maininfo .cpleft .online {
    display: block;
  }
  .maininfo .cpleft .online a {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .content .newslist .newsitem a {
    height: 200px;
  }
  .nbanner {
    padding: 120px 0px 100px;
  }
}
@media (max-width: 350px) {
  .maininfo .xqtit {
    margin-bottom: 15px;
  }
  .content .newslist .newsitem .quedate h4 {
    font-size: 22px;
  }
}
.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both;
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: white;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%;
}
.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #115fad;
  border: 1px solid #115fad;
}
.pagination a.page-num-current {
  color: white;
  background: #115fad;
  border: 1px solid #115fad;
}
.text-secondary {
  text-align: center;
  padding: 20px 0;
}

.ab_img img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}
.ab_img p {
  text-wrap: inherit !important;
}
.ab_img p span {
  text-wrap: inherit !important;
}
