/*公共样式--开始*/


html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearboth {
  clear: both;
}

body {
  font-family: Microsoft YaHei;
}

@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

/* 头部 */
.htop {
  background: #002a48;
  cursor: pointer;

}

.tbss {
  position: relative;
}

.so {
  background: url(//cdn.myxypt.com/f3b41bd9/21/08/b2ddd08af4c47b2895d183193db2cd5d295963fe.png) no-repeat center;
  width: 20px;
  height: 38px;
}

.ss {
  display: none;
  position: absolute;
  left: 0;
  top: 38px;
  width: 238px;
  padding: 20px;
  border-radius: 20px;
  z-index: 999;
  background: rgb(28, 64, 134, 0.5);
}

.ss input {
  outline: none;
  line-height: 30px;
  width: 20%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  color: #1c4086;
}

.ss #keyword {
  padding-left: 5px;
  line-height: 30px;
  width: 80%;
  background: none;
  border: 1px solid #fff;
  outline: none;
  font-size: 13px;
  color: #fff;
}

.ss #keyword::placeholder {
  color: #fff;
}

.hotworld {
  font-size: 13px;
  color: #6f8798;
  line-height: 38px;
  margin-left: 10px;

}

.hotworld a {
  margin-right: 10px;
  transition: all 0.5s;
  color: #6f8798;
  /* opacity: 0.6; */
}

.hotworld a:hover {
  /* opacity: 1; */
  color: #fff;
}

.rtxx {
  color: #6f8798;
  line-height: 38px;
  font-size: 13px;
}

.rtxx a {
  color: #6f8798;
  transition: all 0.5s;
}

.rtxx a:hover {
  color: #fff;
}

.lloo h1 {
  line-height: 110px;
}

.hbot {
  position: relative;
}



.nav {
  width: 80%;
}

/* 关于我们 */
.about {
  background: url(//cdn.myxypt.com/f3b41bd9/21/08/0af31ef90f4aa6e3cedb65e8176648646cdb9e72.jpg) no-repeat center;
  padding: 94px 0;
}

.ableft {
  width: 51.52%;
}

.abimg {
  overflow: hidden;
}

.abimg img {
  transition: all 0.8s;
  width: 100%;
}

.abimg:hover img {
  transition: all 0.8s;
  transform: scale(1.05);
}

.abright {
  width: 43.2%;
  padding-top: 22px;
}

.abright .p1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 46px;
  text-transform: uppercase;
  color: #002a48;
  opacity: 0.2;
}

.abright .p2 {
  font-size: 30px;
  line-height: 30px;
  color: #dd2025;
  font-weight: 600;
  margin-top: 10px;
}

.abright .p3 {
  width: 72px;
  height: 4px;
  display: block;
  background: #dd2025;
  margin-top: 21px;
}

.abright .p4 {
  font-size: 16px;
  line-height: 34px;
  color: #704f4f;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;

}

.abright .abam {
  display: block;
  width: 166px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  background: url(//cdn.myxypt.com/f3b41bd9/21/08/a775b33b0ca90f8ae854c4f046af1ad16e85a6c4.png)no-repeat center #dd2025;
  background-position: 139px;
  padding-left: 35px;
  transition: all 0.5s;
  margin-top: 44px;
}

.abright .abam:hover {
  padding-left: 48px;
}

/* 产品中心 */
.product {
  margin-top: 66px;
}

.product .p1 {
  font-size: 40px;
  line-height: 40px;
  color: #333333;
  font-weight: 600;
  text-align: center;
}

.pcname {
  margin-top: 45px;
}

.pcname ul {
  max-width: 942px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.pcname ul li {
  width: 180px;
  line-height: 54px;
  border: 1px solid #e9e9e9;
  text-align: center;
  font-size: 16px;
  transition: all 0.5s;
}

.pcname ul li a {
  color: #666666;
  transition: all 0.5s;
  display: block;
}

.pcname ul li:hover {
  border: 1px solid #dd2025;
  background: #dd2025;
}

.pcname ul li:hover a {
  color: #fff;
}

.pjt img {
  width: auto !important;
  display: inline-block !important;
}

.ppp {
  padding-bottom: 1px;
}

.ppp p {
  text-align: center;
}

.pro {
  margin-top: 100px;
}

.ppp .pro1 {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}

/* .ppp .pimg {
    overflow: hidden;
}

.ppp .pimg img {
    transition: all 0.8s;
    width: 100%;
}

.ppp:hover .pimg img {
    transition: all 0.8s;
    transform: scale(1.05);
} */
.ppp {
  margin: 0 14px;
}

.pro {
  margin-left: -14px;
  margin-right: -14px;
}

.ppp .pimg {
  position: relative;
  padding: 33px 0;
}

.ppp .pimg::after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 0;
  position: absolute;
  background: url(//cdn.myxypt.com/f3b41bd9/21/08/d910e88096c0d84a9d6dd8fae93300c66f23f962.png);
}

.ppp:hover .pimg::after {
  height: 100%;
}

.ppp:hover .pro1 {
  color: #dd2025;
}

.pjt {
  margin-top: 26px;
}

.ppp:hover .pjt img {
  filter: invert(134%) sepia(167%) saturate(853%) hue-rotate(200deg) brightness(58%) contrast(96%);
  transition: all 0.1s;
}

/* 行业领域 */
.case {
  position: relative;
  margin-top: 90px;
}

.cnr {
  position: absolute;
  width: 39.583%;
  top: 0;
  left: 0;
  height: 100%;
  background: url(//cdn.myxypt.com/f3b41bd9/21/08/3fcebb4598b42fb6f9764d5175521a42297c8895.png);
  padding-top: 90px;
}

.cnr .p1 {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  font-weight: 600;
  margin-left: 44.07%;
}

.rtm {
  margin-top: 73px;
}

.rtm ul li p {
  line-height: 90px;
  background: no-repeat center;
  padding-left: 52.23%;
  background-position: 44.07%;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 22;
  width: 100%;
}



.rtm ul li a {
  display: block;
  position: relative;
}

.rtm ul li a::after {
  content: "+";

  background: url(//cdn.myxypt.com/f3b41bd9/21/08/dce0951b2e34d12903dcdbaf65efeb4aee1495d4.png);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  color: #fff;
  font-size: 0px;
  text-align: right;
  font-weight: 100;
  transition: all 0.5s;

}

.rtm ul li.on a::after {
  width: 115.789%;
  font-size: 60px;
  padding-right: 40px;
}

.cimg ul img {
  width: 100%;
}

.case2 {
  display: none;
  margin-top: 80px;
}

.sjctp ul img {
  width: 100%;
}

.sjpb ul {
  display: flex;
  justify-content: space-between;
}

.sjpb {
  margin-bottom: 30px;
}

.sjpb ul li {
  width: 23%;
  border: 1px solid #eee;
  text-align: center;
  font-size: 16px;
  line-height: 50px;

}

.sjpb ul li a {
  color: #333333;
}

.sjpb ul li:hover a {
  color: #dd2025;
}

/* 新闻资讯 */
.news {
  margin-top: 70px;
}

.nleft {
  width: 68.48%;
}

.n1 .s1 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}

.n1 .s3 {
  width: 140px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border-radius: 5px;

}

.n1 .s3 a {
  color: #666666;
}

.n1 .s3.on {
  background: #dd2025;
  color: #fff;
}

.n1 .s3.on a {
  color: #fff;
}

.nimg {
  overflow: hidden;
}

.nimg img {
  transition: all 0.8s;
  width: 100%;
}

.nnr .nimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}

.nnr .pn1 {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  margin-top: 27px;
}

.nnr .pn2 {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;

}

.nnr .pn3 {
  width: 98px;
  line-height: 36px;
  text-align: center;
  background: #333333;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  transition: all 0.5s;
  margin-top: 39px;
}

.nnr:hover .pn1 {
  color: #dd2025;
  font-weight: 600;
}

.nnr:hover .pn3 {
  background: #dd2025;
}


.ioio {
  margin-bottom: 45px;
}

.n3 {
  margin-left: -13px;
  margin-right: -13px;

}

.nnr {
  margin: 0 13px;
}

.nright {
  width: 26.8%;
}

.cjwt .s1 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}

.cjwt .s2 {
  line-height: 24px;
  font-size: 14px;
  color: #999999;
}

.cjwt .s2 a {
  color: #999999;
}

.cjwt .s2 a:hover {
  color: #dd2025;
}

.pnr1 {
  padding-left: 18px;
  font-size: 15px;
  line-height: 15px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(//cdn.myxypt.com/f3b41bd9/21/08/e64a7a53761539d3d6c04452eef25283aba9780d.png) no-repeat center left;
}

.pnr1:hover {
  font-weight: 600;
  color: #dd2025;
}

.newList:hover .pnr1 {
  background: url(//cdn.myxypt.com/f3b41bd9/21/08/b9fa3f5aa62e339c6e8d63c4d9081f53acb0e0f8.png) no-repeat center left;
}

.newList {
  padding: 18px 12px;
  border: 1px solid #dedede !important;
  background: #f2f2f5;
}

.pnr2 {
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  padding-left: 18px;
  margin-top: 9px;
}

.nright .slick-arrow {
  display: none !important;
}

.newList+.newList {
  margin-top: 10px;
}

.slider {
  margin-top: 45px;
}

.hzimg {
  border: 1px solid #e9e9e9;
}

.hz2 {
  margin: 0 10px;
}

.hz1 {
  margin-left: -10px;
  margin-right: -10px;
  cursor: pointer;
}

.hzkh {
  margin-top: 70px;
  margin-bottom: 65px;
}

.hz2:hover .hzimg {
  border: 1px solid #dd2025;
}

/* 尾部 */
.flink {
  font-size: 16px;
  line-height: 72px;
  color: #fff;
  position: relative;

}

.flink::after {
  content: "";
  width: 25%;
  height: 100%;
  position: absolute;
  background: #142739;
  left: 0;
  top: 0;
}

.flink .container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 999;
}

.flink span {
  color: #5e7080;
  margin-right: 35px;
}

.flink a {
  color: #fff;
  opacity: 0.8;
  margin-right: 5px;
}

.flink a:hover {
  opacity: 1;
}

footer {
  background: #000;
}

.fb1 {
  padding-top: 63px;
  padding-bottom: 65px;
}

.fp1 {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}

.d1 ul li {
  font-size: 14px;
  line-height: 14px;
  color: #5e7080;
}

.d1 ul {
  margin-top: 35px;
}

.d1 ul li a {
  color: #5e7080;
}

.d1 ul li+li {
  margin-top: 17px;
}

.d1 ul li:hover a {
  color: #fff;
}

.dnm1 {
  margin-right: 1%;
}

.dnm2 {
  margin-right: 8.32%;
}

.dma {
  margin-left: 7.44%;
}

.dma p {
  font-size: 14px;
  text-align: center;
  color: #5e7080;
  line-height: 14px;
  margin-top: 17px;
}

.dblx p:not(:nth-child(1)) {
  color: #8395a5;
  font-size: 14px;
  line-height: 26px;

}

.dblx p:nth-child(1) {
  line-height: 38px;
  font-size: 28px;
  font-family: Arial;
  color: #fff;
  margin-bottom: 28px;
}

.fb2 {
  line-height: 52px;
  background: #142739;
  font-size: 14px;
  color: #5e7080;
}

.fb2 a {
  color: #5e7080;
}

.fb2 a:hover {
  color: #fff;
}

.foot,
.sjbq {
  display: none;
}

@media (max-width: 1680px) {
  .rtm ul li p {
    line-height: 65px;
  }

  .rtm ul li.on a::after {
    font-size: 44px;
  }

  .rtm {
    margin-top: 25px;
  }
}

@media (max-width: 1360px) {
  .cnr {
    padding-top: 45px;
  }
}

@media (max-width: 1200px) {
  .abright .p2 {
    font-size: 25px;
    line-height: 25px;
  }

  .abright .p1 {
    line-height: 36px;
    font-size: 36px;
  }

  .abright {
    padding-top: 0;
  }

  .abright .p4 {
    margin-top: 10px;
  }

  .abright .p3 {
    margin-top: 10px;
  }

  .abright .abam {
    margin-top: 15px;
  }

  .lloo {
    width: 20%;
  }

  .lloo img {
    /* width: 100%;*/
  }

  .x-menu>li {
    width: auto;
  }

  .x-menu {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 1125px) {
  .cnr {
    padding-top: 18px;
  }
}

@media (max-width: 992px) {
  header {
    display: none;
  }

  .x-banner,
  .page-banner {
    margin-top: 60px;
  }

  .ableft {
    width: 100%;
    float: none;
  }

  .abright {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .about {
    background: #fbfbfb;
  }

  .case {
    display: none;
  }

  .case2 {
    display: block;
  }

  .nright {
    display: none;
  }

  .nleft {
    width: 100%;
  }

  .foot,
  .sjbq {
    display: block;
  }

  footer {
    display: none;
  }

  .foot {
    background: #1e1d2d;
    color: #bcbbbe;
    padding: 0 15px;
    padding-top: 20px;
    padding-bottom: 15px;
    /* margin-top: 30px; */
  }

  .fw {
    width: 95%;
    margin: 0 auto;
  }

  .fw .du .dul .p1 span {
    margin-right: 30px;
  }

  .fw .du .dul .sec li {
    padding-left: 10px;
    margin-bottom: 8px;
  }

  .fw .du .dul .sec {
    display: none;
  }

  .fw .du .dul .sec a {
    color: #939090;
    font-size: 12px;
  }

  .fw .du .dul p {
    border-bottom: 1px solid #7a7a7a;
    line-height: 40px;
  }

  .fw .du {
    font-size: 14px;
  }

  .sjbq {
    font-size: 12px;
    color: #bcbbbe;
    padding-top: 5px;
  }

  .sjbq a {
    color: #bcbbbe;
  }

}

@media (max-width: 942px) {
  .pcname ul {
    flex-wrap: wrap;
  }

  .pcname ul li {
    width: 22%;
  }

  .pcname ul li:last-child {
    display: none;
  }
}

@media (max-width: 616px) {
  .about {
    padding: 40px 0;
  }

  .abright .p2 {
    font-size: 20px;
    line-height: 20px;
  }

  .abright .p4 {
    font-size: 14px;
    line-height: 28px;
  }

  .abright .abam {
    display: block;
    width: 132px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: url(//cdn.myxypt.com/f3b41bd9/21/08/a775b33b0ca90f8ae854c4f046af1ad16e85a6c4.png)no-repeat center #dd2025;
    background-position: 103px;
    padding-left: 20px;
    transition: all 0.5s;
  }

  .product .p1 {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
    text-align: center;
  }

  .product {
    margin-top: 40px;
  }

  .pcname ul {
    padding: 0 15px;
  }

  .pcname ul li {
    width: 48%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 38px;
  }

  .pro {
    margin-top: 35px;
  }

  .ppp .pro1 {
    margin-top: 10px;
  }

  .case2 {
    margin-top: 60px;
  }

  .sjpb ul li {
    width: 48%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 38px;
  }

  .sjpb ul {
    flex-wrap: wrap;
  }

  .sjpb {
    margin-bottom: 15px;
  }

  .news {
    margin-top: 43px;
  }

  .nnr .pn3 {
    margin-top: 15px;
  }

  .hzkh {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
