/*公共样式--开始*/
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;
}
.w1283 {
  max-width: 1283px;
  margin: 0 auto;
}
/* 头部 */
.htop {
  background: #1d5265;
}
.htop .w1283 {
  line-height: 42px;
  color: #fff;
  opacity: 0.8;
}
.htop .w1283 a {
  color: #fff;
  opacity: 0.8;
}
.htop .w1283 a:hover {
  opacity: 1;
}
.logo {
  line-height: 113px;
}
.nav {
  padding-top: 39px;
}
@media (max-width: 1283px) {
  .head .htop {
    padding-left: 15px;
    padding-right: 15px;
  }
  .head .hbot {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1163px) {
  .logo {
    width: 30%;
  }
  .logo img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .head {
    display: none;
  }
  .x-banner,
  .page-banner {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .page-banner img {
    display: none;
  }
}

/* 导航样式 */
.x-menu {
}

.x-menu > li {
  float: left;
  position: relative;
}
.x-menu > li + li {
  margin-left: 22px;
}
@media (max-width: 1073px) {
  .x-menu > li + li {
    margin-left: 10px;
  }
}
.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #333333;
  width: 100px;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
}

.x-menu > li > a:hover {
  background: #3296b8;
  color: #fff;
}

.x-menu > li.active > a {
  background: #3296b8;
  color: #fff;
}

.x-menu > li:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 0.5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}


/* 热门搜索 */
.ss {
  border-bottom: 1px solid #e8e8e8;
}
.ss .w1283 {
  padding-right: 21px;
}
.so {
  line-height: 60px;
  color: #222222;
}
.so a {
  color: #999999;
}
.so a + a {
  margin-left: 5px;
}
.so a:hover {
  color: #1d5265;
}
#s_btn {
  width: 14px;
  height: 14px;
  border: none;
  outline: none;
  margin-left: -35px;
  background: url(//cdn.myxypt.com/09c55dde/20/12/95beacbdd0ce942bff154f3608844894a5942a18.png);
}
#keyword {
  width: 320px;
  border-radius: 20px;
  line-height: 30px;
  outline: none;
  margin-top: 14px;
  padding-left: 24px;
  color: #999999;
  border: 1px solid #999999;
}
#keyword::placeholder {
  color: #999999;
}
@media (max-width: 1283px) {
  .ss {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 650px) {
  .ss {
    display: none;
  }
}
/* 三个 */
.sange {
  padding-top: 98px;
}
.sange .d1 {
  width: 33.33%;
}
.sange .d1 .d2 {
  width: 88%;

  padding-bottom: 28px;
  z-index: 1;
  border: 1px solid #b4b3b3;
  transition: all 0.3s;
}
.sange .d11 .d2 {
  float: left;
}
.sange .d12 .d2 {
  margin: 0 auto;
}
.sange .d13 .d2 {
  float: right;
}
.sange .d1 .d2 .p1 {
  font-size: 25px;
  font-weight: 700;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 28px;
}
.sange .d1 .d2 .p2 {
  width: 27px;
  height: 1px;
  background: #484848;
  margin: 0 auto;
  margin-bottom: 25px;
}
.sange .d1 .d2 .p3 {
  font-size: 16px;
  color: #383838;
  text-align: center;
  margin-bottom: 12px;
}
.sange .d1 .d2 .p4 {
  font-size: 12px;
  color: #7d7d7d;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sg {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
.sange .d1 .d2:hover {
  border: 1px solid #3296b8;
}
.sange .d1 .d2:hover .p1 {
  color: #3296b8;
}
.sange .d1 .d2 .xbj {
  width: 20%;
  height: 62px;
  margin: 0 auto;
  margin-top: -31px;
  margin-bottom: 15px;
  z-index: 999;
  text-align: center;
  line-height: 62px;
  background: #fff;
}
.sange .d1 .d2 .xbj .i1 {
  display: block;
  margin: 0 auto;
}
.sange .d1 .d2 .xbj .i2 {
  display: none;
}
.sange .d1 .d2:hover .xbj .i2 {
  display: block;
  margin: 0 auto;
}
.sange .d1 .d2:hover .xbj .i1 {
  display: none;
}
.sange .d1 .d2:hover .xbj {
  text-align: center;
  line-height: 62px;
}
.sanged {
  display: none;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.sanged .da1 {
  border: 1px solid #b4b3b3;
  margin-bottom: 15px;
  padding: 0 20px;
  padding-top: 10px;
}
.sanged .da1 .p1 {
  font-size: 25px;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 62px;
  padding-left: 80px;
  position: relative;
  z-index: 30;
}
.sanged .da1:hover .p1 {
  color: #3296b8;
}
.sanged .da1 .p1 .bgt {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sanged .da1 .p1 .bgt img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.sanged .da1 .p1 .bgt img:first-child {
  
}
.sanged .da1 .p1 .bgt img:last-child {
  display: none;
}
.sanged .da1:hover .p1 .bgt img:first-child {
  display: none;
}
.sanged .da1:hover .p1 .bgt img:last-child {
  display: block;
}

.sanged .da1:hover {
  border: 1px solid #3296b8;
}
.sanged .da1 .p3 {
  font-size: 16px;
  color: #383838;
  padding-left: 80px;
}
.sanged .da1 .p4 {
  font-size: 12px;
  color: #999999;
  padding-left: 80px;
}
@media (max-width: 1283px) {
  .sange {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1168px) {
  .sange .d1 .d2 .xbj img {
    width: 100%;
  }
}
@media (max-width: 849px) {
  .sange {
    display: none;
  }
  .sanged {
    display: block;
  }
}
/* 产品中心 */
.product {
  background: #f6f6f6;
  margin-top: 80px;
}
.title {
  padding-top: 30px;
}
.title .p1 {
  color: #e9e9e9;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  line-height: 1.42;
}
.title .p2 {
  font-size: 34px;
  font-weight: 700;
  color: #2b2b2b;
  text-align: center;
  margin-top: -70px;
  line-height: 1.42;
}
.title .p3 {
  font-size: 18px;
  color: #707070;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  line-height: 1.42;
}
.hx {
  width: 57px;
  height: 2px;
  margin: 0 auto;
  background: #222222;
  margin-top: 9px;
}
.pro {
  margin-top: 45px;
  padding-bottom: 50px;
}
.pro1 {
  background: #fff;
  border: 1px solid #eaeaea;
  padding-bottom: 36px;
}
.pro1 .p1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  background: url(//cdn.myxypt.com/09c55dde/20/12/84560db51f2b5650c55b90cbb332575eab2696b9.png)
    center top no-repeat;
  margin-top: -5px;
  letter-spacing: 6px;
}
.pro1 ul {
  width: 87%;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}
.pro1 ul li {
  width: 20%;
  text-align: center;
}
.pro1 ul .dcl {
  display: none;
}
.pro1 ul li a {
  padding-bottom: 7px;
  display: block;
  font-size: 18px;
  width: 70%;
  text-align: center;
  color: #0f0f0f;
  margin: 0 auto;
  border-bottom: 1px solid #bebebe;
}
.pro1 ul li:hover a {
  color: #3296b8;
  font-weight: 700;
  border-bottom: 1px solid #3296b8;
}
.pro1 ul li.on a {
  color: #3296b8;
  font-weight: 700;
  border-bottom: 1px solid #3296b8;
}
.pro .bd ul {
  display: block;
  /* margin-left: -0.65%; */
  margin-right: -1.65%;
  margin-top: 40px;
}
.pro .bd li {
  width: 25%;
  margin-bottom: 20px;
}
.pro .bd li .img {
  text-align: center;
  overflow: hidden;
  max-width: 304px;
  border: 1px solid #c8c8c8;
}
.pro .bd li .img img {
  max-width: 100%;
  transition: all 0.3s;
}
.pro .bd li:hover .img img {
  transition: all 0.3s;
  transform: scale(1.05);
}
.pro .bd li .img img {
  border: 1px solid #fff;
}
.pro .bd li p {
  text-align: center;
  color: #434343;
  font-size: 16px;
  padding-top: 14px;
}
.pro .bd li:hover .img img {
  border: 1px solid #3296b8;
}
.pro .bd li:hover p {
  color: #3296b8;
}
@media (max-width: 1283px) {
  .product {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro .bd li .img {
    margin: 0 10px;
  }
  .pro .bd li .img img {
    max-width: 100%;
  }
  .pro .bd ul {
    display: block;
    margin-left: -0.65%;
    margin-right: -0.65%;
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .pro1 ul li a {
    width: 90%;
  }
}
@media (max-width: 784px) {
  .pro1 ul li a {
    font-size: 115%;
  }
  .pro1 ul {
    width: 95%;
  }
  .pro .bd li {
    width: 50%;
  }
  .pro .bd li .img {
    margin: 0 auto;
  }
}
@media (max-width: 674px) {
  .pro .bd li .img {
    margin: 0 10px;
  }
}
@media (max-width: 613px) {
  .pro1 ul {
    width: 100%;
  }
  .pro1 ul .dcl {
    display: block;
  }
  .pro1 ul li {
    width: 33.3%;
    margin-bottom: 15px;
  }
  .pro1 {
    padding-bottom: 15px;
  }
  .product {
    margin-top: 40px;
  }
  .pro {
    padding-bottom: 20px;
  }
}
/* 方寸之间，差之毫厘谬以千里，宏发只做精品 */
.jinpin {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 68px;
}
.jinpin .w1283 {
  background: rgb(255, 255, 255, 0.97);
  padding-bottom: 49px;
}
.jinpin .di {
  width: 33.3%;
}
.jinpin .di2 img {
  width: 100%;
}
/* .jinpin .di1 .p1,
.jinpin .di1 .p2 {
  width: 70%;
} */
.jinpin .di1 .cont {
  width: 76%;
  margin-left: 3%;
}
.jinpin .di1 .p1 {
  font-size: 25px;
  color: #2b2b2b;
  font-weight: 700;
}
.jinpin .di1 .p2 {
  font-size: 14px;
  color: #999999;
  margin-top: 1px;
}
.jinpin .di1 li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #c9c9c9;
}
.jinpin .dd {
  margin-top: 60px;
}
.jinpin .di1 {
  padding-top: 28px;
  padding-left: 2%;
  padding-right: 2%;
}
.jinpin .di1 li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.jinpin .di1 li:hover .p1 {
  color: #3296b8;
}
.jinpin .dh {
  max-width: 424px;
  margin: 0 auto;
}
.jinpin .dh p {
  display: block;
  line-height: 47px;
}
.jinpin .dh .s1 {
  width: 36.7%;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 47px;
  padding-left: 63px;
  background: url("//cdn.myxypt.com/0313d591/23/05/e9cd5dd2ffc3c0fecc12a64bc6b6e1af4e4e26a5.png") no-repeat #3296b8;
  background-position: 20%;
  transition: all 0.3s;
}
.jinpin .dh:hover .s1 {
  text-align: center;
  padding-left: 0;
  background: linear-gradient(150deg, #2e8bab 0%, #277894 50%, #21657c 100%);
}
.jinpin .dh .s2 {
  width: 63.3%;
  text-align: center;
  font-weight: 700;
  font-size: 29px;
  color: #3296b8;
  border: 1px solid #eeeeee;
}
@media (max-width: 1283px) {
  .jinpin .di2 {
    padding-top: 5%;
  }
}
@media (max-width: 992px) {
  .jinpin .di2 {
    display: none;
  }
  .jinpin .di1 {
    width: 50%;
  }
  .jinpin .di1 li {
    min-height: 117px;
  }
}
@media (max-width: 808px) {
  .jinpin .di1 li .p2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
/* 成功案例 质量至上 */
.c1 {
  border: 4px solid #e9e9e9;
  margin: 0 10.5px;
  padding-top: 5%;
  transition: all 0.8s;
}
.case1 {
  margin-left: -10.5px;
  margin-right: -10.5px;
  margin-top: 37px;
}
.cimg {
  width: 85%;

  margin: 0 auto;
}

.c1:hover {
  border: 4px solid #3296b8;
}
.c1 p {
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding-top: 14px;
  margin-bottom: 15px;
}
.c1 .a1 {
  display: block;
  width: 150px;
  color: #09366f;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  background: #e9e9e9;
  line-height: 34px;
  margin: 0 auto;
  margin-bottom: 30px;
  transition: all 0.8s;
  text-transform: uppercase;
}
.c1:hover .a1 {
  color: #fff;
  background: #3296b8;
}
.case .a2 {
  display: block;
  width: 184px;
  line-height: 46px;
  padding-left: 75px;
  background: url(//cdn.myxypt.com/09c55dde/20/12/c3e585c77e936e990fe2e0706fb0f21f494dc87b.png)
    no-repeat #3296b8;
  background-position: 33px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  margin-top: 42px;
  transition: all 0.3s;
}
.case .a2:hover {
  text-align: center;
  padding-left: 0;
  background: linear-gradient(150deg, #2e8bab 0%, #277894 50%, #21657c 100%);
}
.case {
  margin-bottom: 85px;
}
.tp2 {
  display: none;
}
@media (max-width: 1283px) {
  .case {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* 您的正确选择 */
.choose {
  margin-top: 85px;
}
.tt {
  width: 682px;
  margin: 0 auto;
  height: 68px;
  overflow: hidden;
}
.tt .p1 {
  color: #e9e9e9;
  font-size: 58px;
  font-family: Arial;
  font-weight: 700;
  line-height: 1.42;
}
.tt .p2 {
  font-size: 48px;
  font-weight: 700;
  color: #3296b8;
  line-height: 1.42;
}
.tt .d1 {
  margin-left: 12px;
}
.tt .p4 {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: 700;
  margin-top: 9px;
  margin-bottom: 5px;
}
.tt .p5 {
  width: 60px;
  background: #3296b8;
  height: 2px;
  margin-bottom: 3px;
}
.tt .p6 {
  width: 325px;
  background: #3296b8;
  height: 2px;
}
.choose .p7 {
  font-size: 18px;
  color: #707070;
  text-align: center;
}
.ch {
  margin-top: 69px;
}
.ch .d2 {
  width: 52.7%;
}
.ch .d3 {
  width: 47.3%;
}
.ch .d31 {
  width: 90.5%;
}
.ch .d2 .d21 {
  width: 49%;
}
.ch .d2 .d21 img {
  width: 100%;
}
.ch .d31 {
  padding-top: 50px;
}
.ch .d31 .pc1 {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  padding-left: 72px;
  width: 88%;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 13px;
  margin-bottom: 34px;
  background-repeat: no-repeat;
  /* background-position: left center; */
  background-position: 0 10px;
}
.ch .d31 .pc11 {
  background-image: url("//cdn.myxypt.com/0313d591/23/05/dad33cb30e7057d7e2a97858424a7208679a0f7a.png");
}
.ch .d31 .pc2 {
  font-size: 17px;
  color: #535353;
  line-height: 27px;
}
.ch .d31 .pc22 {
  background-image: url("//cdn.myxypt.com/0313d591/23/05/379703a6c23a2219c6866f9ef5611111988da80e.png");
}
.ch .d1 .d3 img {
  width: 100%;
}
.ch .d1 .d2 img {
  width: 100%;
}
.ch .d31 .pc33 {
  background-image: url("//cdn.myxypt.com/0313d591/23/05/7d5843eaed44b62d07bc2aca2e9f338274acaaef.png");
}
.yc {
  display: none;
}
@media (max-width: 1283px) {
  .choose {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .ch .d31 {
    padding-top: 10px;
  }
}
@media (max-width: 953px) {
  .ch .d31 {
    padding-top: 0px;
  }
}
@media (max-width: 909px) {
  .ch .d2 {
    float: none;
    width: 100%;
  }
  .ch .d3 {
    float: none;
    width: 100%;
  }
  .xs {
    display: none;
  }
  .yc {
    display: block;
  }
}
/* 走进宏发 / ABOUT US */
.about {
  background: url(//cdn.myxypt.com/09c55dde/20/12/a3b9fcfd6a06227025ac871ae45d07dc4f63bf9f.jpg)
    center no-repeat;
  margin-top: 89px;
  padding-top: 75px;
  padding-bottom: 67px;
}
.about .w1283 {
  position: relative;
}
.about .d1 {
  width: 39%;
  overflow: hidden;
  border: 5px solid #eaeaea;
}
.about .d1 img {
  transition: all 0.8s;
  max-width: 100%;
}
.about .d1:hover img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.about .d2 {
  width: 54%;
}
.about .d2 .p1 {
  font-size: 36px;
  font-weight: 700;
  color: #3296b8;
  padding-top: 30px;
  line-height: 1.42;
}
.about .d2 .p1 .s1 {
  /* font-size: 36px; */
  font-weight: 700;
  color: #333333;
}
.about .d2 .p1 .s2 {
  font-size: 36px;
  font-weight: normal;
  color: #c6c6c6;
}
.about .d2 .p2 {
  font-size: 25px;
  color: #333333;
}
.about .d2 .p3 {
  width: 260px;
  height: 5px;
  background: #3296b8;
  margin-top: -6.5px;
}
.about .d2 .p4 {
  padding-right: 30px;
  padding-top: 46px;
}
.about .d2 .p4 p {
  font-size: 15px;
  color: #666666;
  line-height: 29px;
}
.poo {
  position: absolute;
  display: block;
  width: 109px;
  height: 35px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  background: #3296b8;
  font-size: 15px;
  right: 40px;
  bottom: 11px;
  transition: all 0.3s;
}
.poo:hover {
  color: #3296b8;
  background: #fff;
}
@media (max-width: 1283px) {
  .about {
    padding-left: 15px;
    padding-right: 15px;
    background: url(//cdn.myxypt.com/09c55dde/20/12/e10a4fcbdc0d74c4e993a6d0871f9873ef9dc72e.jpg)
      center no-repeat;
  }
}
@media (max-width: 1225px) {
  .poo {
    bottom: -40px;
  }
}
@media (max-width: 992px) {
  .about .d1 {
    float: none;
    width: 100%;
    border: none;
    text-align: center;
  }
  .about {
    background: url(//cdn.myxypt.com/09c55dde/20/12/e10a4fcbdc0d74c4e993a6d0871f9873ef9dc72e.jpg)
      center;
  }
  .about .d2 {
    float: none;
    width: 100%;
  }
}
/* 荣誉资质 */
.zi {
  margin: 0 10.7px;
  border: 5px solid #f7f7f7;
}
.zi a {
  display: block;
}
.zizhi {
  margin-left: -10.7px;
  margin-right: -10.7px;
}
.ruyu {
  margin-top: 40px;
}
.ruyu .p1 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 35px;
  padding-left: 24px;
  background: url(//cdn.myxypt.com/09c55dde/20/12/9c9c902c2f54b94811f36e4fce88bdb75b4d2004.jpg)
    left no-repeat;
}
@media (max-width: 1283px) {
  .ruyu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* 新闻资讯 */
.news {
  margin-top: 24px;
}
.news .n1 {
  margin-top: 50px;
}
.news .d1 {
  width: 33.3%;
}
.news .d1 .d2 {
  width: 93%;
  padding-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 30px;
}
.news .d1 .d2 a {
  display: block;
}
.news .d1:first-child .d2 {
  float: left;
}
.news .d1:last-child .d2 {
  float: right;
}
.news .d1:nth-child(2) .d2 {
  margin: 0 auto;
}
.news .d1 .d2 .nimg {
  overflow: hidden;
  position: relative;
  padding-top: calc(300 / 400 * 100%);
}
.news .d1 .d2 img {
  transition: all 0.8s;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.news .d1 .d2:hover img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.news .d1 .d2 .p1 {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  padding-top: 25px;
  padding-left: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .d1 .d2:hover .p1 {
  color: #3296b8;
}
.news .d1 .d2 .p2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #5a5a5a;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
  margin-top: 15px;
}
.news .d1 .d2 .n2 {
  padding-left: 20px;
  padding-right: 20px;
}
.news .d1 .d2 span {
  font-size: 14px;
  color: #5a5a5a;
  display: block;
  margin-top: 31px;
}
.news .d1 .d2 .an {
  display: block;
  width: 90px;
  line-height: 27px;
  color: #999999;
  font-size: 14px;
  transition: all 0.3s;
  margin-top: 30px;
  text-align: center;
}
.news .d1 .d2:hover .an {
  background: #3296b8;
  color: #fff;
}
@media (max-width: 1283px) {
  .news {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .news .d1:nth-child(2) {
    display: none;
  }
  .news .d1 {
    width: 50%;
  }
}
@media (max-width: 766px) {
  .news .d1:nth-child(3) {
    display: none;
  }
  .news .d1 {
    width: 100%;
  }
  .news .d1:first-child .d2 {
    float: none;
    width: 100%;
  }
}
.tp {
  text-align: center;
}
.tp img {
  width: 100%;
}
@media (max-width: 600px) {
  .sanged .da1 {
    padding-bottom: 15px;
  }
  .sanged .da1 .p3 {
    padding-left: 0;
  }
  .sanged .da1 .p4 {
    padding-left: 0;
  }
  .sanged .da1 .p1 {
    font-size: 120%;
    padding-left: 60px;
  }
  .sanged .da1 .p1 .bgt {}
  .sanged .da1 .p1 .bgt img {
    width: 40px;
    height: auto;
  }
  .title .p2 {
    font-size: 150%;
    margin-top: -30px;
  }
  .title {
    padding-top: 0;
    margin-top: 30px;
  }
  .title .p1 {
    font-size: 32px;
  }
  .title .p3 {
    font-size: 110%;
  }
  .pro1 .p1 {
    font-size: 14px;
  }
  .pro {
    margin-top: 15px;
  }
  .pro1 ul li a {
    font-size: 105%;
  }
  .pro1 {
    padding-bottom: 0;
  }
  .pro .bd ul {
    margin-top: 20px;
  }
  .pro {
    padding-bottom: 0;
  }
  .jinpin {
    padding-top: 0;
    padding-bottom: 0;
    background: #f6f6f6;
  }
  .jinpin .dh {
    width: 308px;
  }
  .jinpin .dh .s1 {
    line-height: 37px;
  }
  .jinpin .dh .s2 {
    line-height: 37px;
  }
  .jinpin .title .p2 {
    font-size: 120%;
  }
  .jinpin .di1 .p1 {
    font-size: 110%;
  }
  .jinpin .di1 .hl {
    width: 45px;
    height: 45px;
  }
  .jinpin .di1 .hl img {
    width: 100%;
  }
  .jinpin .di1 li .p2 {
    font-size: 100%;
  }
  .jinpin .di1 .cont {
    width: 65%;
  }
  .jinpin .dd {
    margin-top: 0px;
  }
  .jinpin .di1 li {
    min-height: 70px;
  }
  .jinpin .di1 li {
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .jinpin .w1283 {
    padding-bottom: 0;
  }
  .case {
    margin-bottom: 20px;
  }
  /* .jinpin .dh {
    width: 363px;
  } */
  .jinpin .dh .s1 {
    font-size: 14px;
    padding-left: 47px;
  }
  .jinpin .dh .s2 {
    font-size: 20px;
  }
  .choose {
    margin-top: 15px;
  }
  .case .a2 {
    width: 130px;
    line-height: 34px;
    font-size: 14px;
    background-position: 20px;
    padding-left: 50px;
  }
  .ch .d31 {
    width: 100%;
  }
  .tt {
    width: 158px;
    height: 30px;
  }
  .tt .p1 {
    font-size: 182%;
  }
  .tt .p2 {
    font-size: 160%;
  }
  .tt .d1 {
    display: none;
  }
  .tt .p4 {
    font-size: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .tt .p6 {
    width: 118px;
  }
  .tt .p5 {
    margin-bottom: 2px;
  }
  .c1 p {
    font-size: 15px;
  }
  .c1 .a1 {
    line-height: 28px;
    font-size: 12px;
    width: 100px;
    margin-bottom: 15px;
  }
  .case1 {
    margin-top: 15px;
  }
  .case .a2 {
    margin-top: 15px;
  }
  .choose .p7 {
    font-size: 100%;
    display: none;
  }
  .ch {
    margin-top: 20px;
  }
  .ch .d31 .pc1 {
    font-size: 130%;
    background-size: 40px;
    padding-left: 52px;
    padding-top: 13px;
    background-position: 0 16px;
    margin-bottom: 1px;
  }
  .ch .d31 .pc2 {
    font-size: 100%;
    line-height: 20px;
    margin-bottom: 19px;
  }
  .about {
    margin-top: 15px;
    padding-top: 20px;
  }
  .about .d2 .p1 {
    font-size: 140%;
  }
  .about .d2 .p1 .s1 {
    /* font-size: 140%; */
  }
  .about .d2 .p1 .s2 {
    font-size: 104%;
  }
  .about .d2 .p2 {
    font-size: 120%;
  }
  .about .d2 .p3 {
    width: 170px;
    height: 2px;
    margin-top: -5.5px;
  }
  .about .d2 .p4 {
    padding-right: 0;
    padding-top: 15px;
  }
  .about .d2 .p4 p {
    font-size: 13px;
  }
  .ruyu {
    margin-top: 20px;
  }
  .ruyu .p1 {
    margin-bottom: 20px;
    font-size: 120%;
  }
  .news {
    margin-top: 0;
  }
  .news .n1 {
    margin-top: 15px;
  }
  .tp1 {
    display: none;
  }
  .tp2 {
    display: block;
  }
}
/* 尾部 */
.footer {
  background: #1d5265;
  padding-top: 58px;
  margin-top: 76px;
  padding-bottom: 22px;
}
.footer .d1 {
  width: 51.4%;
  border-right: solid 1px #3a6879;
}
.footer .d1 dl {
  width: 25%;
}
.footer .d1 dl dt {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 27px;
}
.footer .d1 dl dd {
  font-size: 13px;
  line-height: 25px;
}
.footer .d1 dl dd a {
  color: #fff;
  opacity: 0.9;
}
.footer .d1 dl dd a:hover {
  opacity: 1;
}
.footer .d2 {
  width: 18%;
}
.footer .d2 .p1 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  margin-top: 12px;
}
.footer .d3 {
  width: 30%;
}
.footer .d3 .p1 {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
}
/*分享*/

.f-share .bdshare-button-style0-16 a.bds_qzone {
  width: 34px;
  height: 34px;
  background: url(//cdn.myxypt.com/09c55dde/20/12/7be4f919a8b7151b7ae43da2a32e443292d40950.png) no-repeat center;
}

.f-share .bdshare-button-style0-16 a.bds_tsina {
  width: 34px;
  height: 34px;
  background: url(//cdn.myxypt.com/09c55dde/20/12/ca580acfe86c0e7fd351770d68b734cd967b6cd2.png) no-repeat center;
}

.f-share .bdshare-button-style0-16 a.bds_weixin {
  width: 34px;
  height: 34px;
  background: url(//cdn.myxypt.com/09c55dde/20/12/33bef93a09359a942cb9b693321e503623d02aae.png)
    no-repeat center;
}
.footer .d3 .area {
  margin-top: 9px;
}
.footer .d3 .area p {
  font-size: 13px;
  color: #fff;
  opacity: 0.8;
  line-height: 25px;
}
.footer .d3 .lx {
  background: url(//cdn.myxypt.com/09c55dde/20/12/56ee8df5ce114153ccca71388ca87c11a21d9dcf.png)
    left no-repeat;
  padding-left: 39px;
  margin-top: 30px;
}
.footer .d3 .lx p:last-child {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  font-weight: 700;
  line-height: 25px;
}
.footer .d3 .lx .p1 {
  font-size: 13px;
  color: #fff;
  opacity: 0.9;
}
.link {
  font-size: 13px;
  color: #fff;
  opacity: 0.8;
  margin-top: 7px;
}
.link a {
  font-size: 13px;
  color: #fff;
  opacity: 0.9;
}
.link a:hover {
  opacity: 1;
}
.link span {
  margin-left: 25px;
  margin-right: 25px;
}
.link span:last-child {
  display: none;
}
.yjiao {
  line-height: 44px;
  color: #666666;
  font-size: 13px;
}
.yjiao a {
  color: #666666;
}
.yjiao a:hover {
  color: #3296b8;
}
.foot,
.sjbq {
  display: none;
}
@media (max-width: 1283px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .yjiao {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1100px) {
  .footer .d2 {
    display: none;
  }
  .footer .d3 {
    width: 48%;
  }
}
@media (max-width: 992px) {
  .footer,
  .yjiao {
    display: none;
  }
  .foot,
  .sjbq {
    display: block;
  }
  .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: 370px) {
  .xymob-head-box .xymob-logo img {
    height: 17px;
  }
}
@media (max-width: 320px) {
  .jinpin .dh {
    display: none;
  }
}

.xypg-left-title {
  background-color: #3296b8;
}
.xypg-job-list .job-title {
  background-color: #3296b8;
}
.xypg-news-list li .more span:hover {
  background-color: #3296b8;
}
.xypg-pagination a:hover {
  background-color: #3296b8;
}
.xypg-news-list li:hover .more span {
  background-color: #3296b8;
}
.xypg-pagination #current,
.xypg-pagination a:hover {
  border: #3296b8;
  background: #3296b8;
}
#toolbar li a {
  background-color: #3296b8;
}
#toolbar li:hover .icon-font {
  background-color: #3296b8;
}



/* 内页样式 */
.container {
  max-width: 1283px;
  width: 100%;
}