/*公共样式--开始*/
.xypg-banner .img{
    height: 400px;
}
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: 1330px) {
  .container {
    width: 1330px;
  }
}
@media (min-width: 1430px) {
  .container {
    width: 1430px;
  }
}
@media (min-width: 1630px) {
  .container {
    width: 1630px;
  }
}
.xymob-head {
  display: none;
}
/* 头部 */
.toph {
  background: #1d67b2;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.toph a {
  color: #fff;
}
.toph a:hover {
  opacity: 0.8;
}
.tblogo {
  padding: 9.5px 0;
}
.daohang {
  width: 60.9%;
}
.xy-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.xy-menu > li > a {
  line-height: 100px;
  font-size: 18px;
  color: #555555;
}
.xy-menu > li {
  position: relative;
}

.xy-menu > li:hover > a {
  color: #1d67b2;
}
.xy-menu > li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #1d67b2;
  top: 66px;
  left: 0;
  transition: all 0.8s;
}
.xy-menu > li:hover::after {
  width: 50%;
}
.xy-menu > li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #129c9b;
  top: 70px;
  left: 0;
  transition: all 0.8s;
}
.xy-menu > li:hover::before {
  width: 100%;
}
/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: url(../images/zhuo.png);
  height: 104px;
  width: 57px;
  left: 76px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: url(../images/you.png);
  height: 104px;
  width: 57px;
  right: 76px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover {
  background: url(../images/zhuo1.png);
}
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: url(../images/you1.png);
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 0.5em;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  opacity: 0.2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: 0.5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}
.foot {
  display: none;
}
/* 产品分类 */
.product1 {
  margin-top: 84px;
}
.product1 .bt .p1 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  text-align: center;
}
.product1 .bt .p2 {
  font-size: 18px;
  line-height: 18px;
  color: #888888;
  text-align: center;
  margin-top: 26px;
}
.pimg img {
  width: 100%;
}
.pro {
  margin-left: -9px;
  margin-right: -9px;
  margin-top: 60px;
}
.ppa {
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
  overflow: hidden;
}
.ppa .pcont {
  position: absolute;
  bottom: 50px;
  transition: all 0.8s;
  padding: 0 40px;
  width: 100%;
  left: 0;
}
.ppa .pcont .p1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.ppa .pcont .p2 {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin-top: 11px;
  opacity: 0.5;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ppa:hover .pcont {
  bottom: 83px;
}
.pam {
  position: absolute;
  width: 90px;
  line-height: 26px;
  border-radius: 30px;
  background: #1d67b2;
  color: #fff;
  text-align: center;
  font-size: 14px;
  left: 40px;
  bottom: -26px;
  transition: all 0.8s;
}
.ppa:hover .pam {
  bottom: 34px;
}

/* 走进格律诗 */
.gy {
  margin-top: 111px;
}
.abimg {
  overflow: hidden;
}
.abimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.abimg:hover img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.abcont .p1 {
  padding-top: 23px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  color: #333;
  font-weight: 600;
  opacity: 0.2;
}
.ab {
  margin-left: -15px;
  margin-right: -15px;
}
.abcont {
  padding-left: 23px;
}
.abcont .p2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  color: #333;
  margin-top: 15px;
}
.abcont .p2 span {
  color: #1d67b2;
}
.abcont .p3 {
  line-height: 90px;
  width: 100%;
  background: #f4f4f4;
  display: flex;
  margin-top: 40px;
  justify-content: space-around;
}
.abcont .p3 .gy2 {
  font-size: 16px;
  margin-left: 11px;
  color: #666666;
  transition: all 0.3s;
}
.abcont .p3 div:hover .gy2 {
  color: #1d67b2;
}
.abcont .p3 div:hover .gy1 img {
  filter: invert(17%) sepia(89%) saturate(4176%) hue-rotate(200deg)
    brightness(77%) contrast(106%);
}
.abcont .p4 {
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  margin-top: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.aab {
  padding-right: 48px;
}

.shuju .shuj {
  text-align: center;
  line-height: 139px;
  padding-left: 0;
  padding-right: 0;
}
.shuju {
  background: #1d67b2;
}
.shuju .shuj + .shuj {
  border-left: 1px solid rgb(255,255,255,0.5)
  ;
}
.foucebox{
    margin-top: 28px;
}
.shuju .shuj .s2 {
  font-size: 20px;
  color: #fff;
  margin: 0 10px;
}
.shuju .shuj .s3 {
  font-family: Impact;
  font-size: 50px;
  color: #fff;
  vertical-align: bottom;
}
.shuju .shuj .s4 {
  border: 1px solid #fff;
  padding: 3px 4px 3px 4px;
  color: #fff;
  margin-left: 10px;
  vertical-align: bottom;
}
/* 格律诗环保四大优势 */
.ys {
  background: url(../images/ys.jpg) no-repeat center;
  margin-top: 100px;
  padding-bottom: 100px;
}
.ys .bt .p1 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  padding-top: 90px;
}
.ys .bt .p2 {
  font-size: 18px;
  color: #dddddd;
  line-height: 18px;
  text-align: center;
  margin-top: 26px;
}
.youshi {
  margin-top: 80px;
}
.yscont {
  background: #fff;
  height: 264px;
  transition: all 0.8s;
}
.ysimg {
  overflow: hidden;
}
.ysimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.yshi:hover .ysimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.yscont .p1 {
  font-size: 23px;
  line-height: 23px;
  color: #333;
  padding-top: 50px;
  text-align: center;
  margin-bottom: 23px;
  transition: all 0.8s;
}
.yscont .p2 {
  width: 43px;
  height: 3px;
  background: #e3e3e3;
  margin: 0 auto;
  transition: all 0.8s;
}
.yscont .p3 {
  padding: 0 50px;
  font-size: 15px;
  color: #666666;
  line-height: 30px;
  margin-top: 20px;
  transition: all 0.8s;
}
.yshi:hover .yscont .p3,
.yshi:hover .yscont .p1 {
  color: #fff;
}
.yshi:hover .yscont .p2 {
  background: #fff;
}
.yshi:hover .yscont {
  background: #1d67b2;
}
.yshi {
  cursor: pointer;
}
.case .bt .p1 {
  font-size: 48px;
  font-weight: 600;
  color: #333;
  opacity: 0.2;
  line-height: 48px;
  text-align: center;
}
.case {
  margin-top: 104px;
}
.case .bt .p2 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #333333;
  margin-top: 20px;
}
.case .bt .p2 span {
  color: #1d67b2;
}
.cleft {
  width: 38.25%;
}
.cright {
  width: 59.375%;
  margin-top: 20px;
}
.cright .showDiv a {
  display: block;
  position: relative;
}
.cright .showDiv a img {
  width: 100%;
  max-height: 597px;
}
.cright .showDiv a p {
  position: absolute;
  margin-left: 7.3%;
  left: 0;
  bottom: 37px !important;
  font-size: 24px;
  color: #fff;
}
.cleft ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cleft ul li {
  width: 31.1%;
  position: relative;
  margin-top: 20px;
}
.cleft ul li span {
  display: block;
  position: absolute;
  font-size: 16px;
  color: #fff;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 100%;

  text-align: center;
  z-index: 2;
}
.cleft ul li a {
  display: block;
  position: relative;
}
.cleft ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(29, 103, 178, 0.5);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  display: none;
}
.cleft ul li.on a::after {
  display: block;
}
.cleft ul li img {
  width: 100%;
}

.cam {
  display: block;
  margin: 0 auto;
  margin-top: 52px;
  width: 140px;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  background: #1d67b2;
  color: #fff;
  font-size: 15px;
  transition: all 0.8s;
}
.cam:hover {
  color: #fff;
  opacity: 0.8;
}
.news {
  margin-top: 52px;
  padding-top: 73px;
  padding-bottom: 85px;
  background: url(../images/jjn.jpg) center;
}
.news .bt .p1 {
  font-size: 36px;
  text-align: center;
  color: #333333;
  line-height: 36px;
}
.xw {
  margin-top: 20px;
}
.xw .hd ul {
  display: flex;
  justify-content: center;
}
.xw .hd ul li {
  font-size: 18px;

  line-height: 18px;
}
.xw .hd ul li a {
  color: #888888;
}
.xw .hd ul li::after {
  content: "|";
  color: #888888;
  font-size: 18px;
  margin: 0 25px;
}
.xw .hd ul li:last-child::after {
  display: none;
}
.xw .hd ul li.on a {
  color: #1d67b2;
}
.xw .bd .xwnr .xwtj {
  width: 39%;
}
.xw .bd .xwnr .xwtj .xwimg {
  overflow: hidden;
}
.xw .bd .xwnr .xwtj .xwimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.xw .bd .xwnr .xwtj:hover .xwimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.xwcont {
  background: #fff;
  padding: 0 35px;
  padding-top: 38px;
  padding-bottom: 48px;
}
.xw .bd {
  margin-top: 65px;
}
.xwtj .xwcont .p1 {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  transition: all 0.8s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwtj:hover .xwcont .p1 {
  color: #1d67b2;
}
.xwtj .xwcont .p2 {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  margin-top: 16px;
}
.xwtj .xwcont .p3 {
  font-size: 14px;
  line-height: 27px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 20px;
}
.xwpt {
  width: 56.875%;
}
.ptxw {
  padding: 24px 57px;
  background: #fff;
  transition: all 0.3s;
}
.xwpt ul li + li {
  margin-top: 15px;
}
.ptxw .nptl {
  padding-top: 5px;
}
.ptxw .p1 {
  font-size: 48px;
  color: #666666;
  line-height: 48px;
  transition: all 0.3s;
}
.ptxw .p1::after {
  content: "/";
  color: #666666;
  font-size: 18px;
  transition: all 0.3s;
}
.ptxw .p2 {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-top: -5px;
  transition: all 0.3s;
}
.ptxw .p3 {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.ptxw .p4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 14px;
  transition: all 0.3s;
}
.npt2 {
  width: calc(100% - 120px);
}
.xwpt ul li:hover .ptxw {
  background: #1d67b2;
}
.xwpt ul li:hover .ptxw .p1,
.xwpt ul li:hover .ptxw .p2,
.xwpt ul li:hover .ptxw .p4,
.xwpt ul li:hover .ptxw .p3,
.xwpt ul li:hover .ptxw .p1::after {
  color: #fff;
}
.lxdt {
  padding-left: 0;
  padding-right: 62px;
}
.lxcont {
  padding-left: 0;
  /* padding-right: 0; */
  padding-top: 35px;
  position: relative;
}
.lxcont p:nth-child(1) {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 48px;
  color: #333333;
  opacity: 0.2;
  font-weight: 600;
  margin-bottom: 20px;
}
.lxcont p:nth-child(2) {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 68px;
}
.lxcont p:nth-child(3) {
  font-size: 17px;
  line-height: 17px;
  color: #666666;
  margin-bottom: 40px;
}
.lxcont p:nth-child(3) span {
  margin-left: 161px;
}
.lxcont p:nth-child(4) {
  font-size: 17px;
  line-height: 17px;
  color: #666666;
}
.lxcont p:nth-child(4) span {
  margin-left: 117px;
}
.lxcont a {
  display: block;
  width: 140px;
  line-height: 40px;
  border-radius: 30px;
  background: #1d67b2;
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-top: 78px;
  transition: all 0.8s;
}
.lxcont a:hover {
  opacity: 0.8;
}
.lxcont::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: #c1c1c1;
  left: 27.5%;
  top: 185px;
}
.lxwm {
  margin-top: 107px;
}
.fb1 .container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
}
.fb1 .container::after,
.fb1 .container::before {
  display: none;
}
.df1 {
  padding-top: 51px;
}
.df1 .p1 {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin-top: 20px;
  margin-bottom: 54px;
}
.ylian {
  width: 290px;
  border: 1px solid #333333;
}
.ylian .ljl {
  width: calc(100% - 94px);
  position: relative;
}
.ylian .ljl .upya {
  width: 13px;
  position: absolute;
  height: 40px;
  line-height: 40px;
  top: 0;
  right: 12px;
  cursor: pointer;
  z-index: 2;
}
.ylian .ljl a {
  display: block;
  color: #fff;
}
.ljla {
  display: none;
  position: absolute;
  bottom: -40px;
  left: 0;
  line-height: 40px;
  width: 100%;
  background: #333333;
  padding-left: 10px;
  z-index: 1;
}
.ylian .ljr {
  width: 94px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #aaaaaa;
  background: #333333;
}
footer {
  background: #222222;
}
.df2 .p1 {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  margin-bottom: 24px;
  padding-top: 70px;
}
.df2 ul li a {
  font-size: 15px;
  color: #bbbbbb;
  line-height: 15px;
}
.df2 ul li:hover a {
  opacity: 0.8;
}
.df2 ul li + li {
  margin-top: 15px;
}
.df3 {
  padding-top: 70px;
}
.df3 p:nth-child(2) {
  text-align: center;
  color: #dddddd;
  font-size: 14px;
  margin-top: 12px;
}
.fb2 {
  line-height: 56px;
  border-top: 1px solid #333333;
  color: #bbbbbb;
  font-size: 14px;
}
.fb2 a {
  color: #bbbbbb;
}
.fb2 a:hover {
  opacity: 0.8;
}
@media (max-width: 1629px) {
  .cright .showDiv a img {
    max-height: 529px;
  }
  .abcont .p1 {
    padding-top: 0;
  }
  .abcont .p4 {
    margin-top: 17px;
  }
  .ptxw {
    padding: 18.5px 57px;
  }
  .lxcont::after {
    left: 36.5%;
  }
}
@media (max-width: 1478px) {
  .lxcont p:nth-child(3) span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .lxcont p:nth-child(4) span {
    display: block;
    margin-left: 0;
    margin-top: 11px;
  }
  .lxcont::after {
    display: none;
  }
  .lxcont p:nth-child(3) {
    margin-bottom: 11px;
  }
}
@media (max-width: 1429px) {
  .cright .showDiv a img {
    max-height: 495px;
  }
  .abcont .p3 {
    margin-top: 15px;
  }
  .ptxw .p2 {
    margin-top: -6px;
  }
  .ptxw .p4 {
    margin-top: 10px;
  }
  .lxcont::after {
    left: 40.5%;
  }
}
@media (max-width: 1329px) {
  .cright .showDiv a img {
    max-height: 442px;
  }
  .abcont .p4 {
    margin-top: 5px;
    font-size: 15px;
    line-height: 26px;
  }
  .ptxw .p3 {
    font-size: 22px;
    line-height: 22px;
  }
  .ptxw .nptl {
    padding-top: 0;
  }
  .ptxw {
    padding: 16px 57px;
  }
  .fb2 .fr {
    display: none;
  }
  .fb2 .fl {
    float: none;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .cright .showDiv a img {
    max-height: 376px;
  }
  .product1 .bt .p2 {
    font-size: 17px;
  }
  .aab {
    padding-right: 0;
  }
  .abcont .p4 {
    -webkit-line-clamp: 3;
  }
  .yscont .p3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .xymob-head {
    display: block;
  }
  .ppa {
    margin-bottom: 20px;
  }
  .yshi {
    margin-bottom: 20px;
  }
  .cleft,
  .cright {
    width: 100%;
    float: none;
  }
  .cright,
  .showDiv {
    height: auto !important;
  }
  header {
    display: none;
  }
  .x-banner {
    margin-top: 60px;
  }
  .abcont .p4 {
    -webkit-line-clamp: 5;
    line-height: 32px;
  }
  .abcont .p1 {
    padding-top: 20px;
  }
  .shuju .shuj + .shuj {
    border-top: 1px solid #fff;
    border-left: none;
  }
  .ys {
    background: #134d7f;
  }
  /* .showDiv {
    position: unset !important;
  } */
  .cleft {
    margin-top: 400px;
  }
  .aab {
    padding-right: 15px;
  }
  .xwpt {
    display: none;
  }
  .xw .bd .xwnr .xwtj {
    width: 100%;
    float: none;
    max-width: 624px;
    margin: 0 auto;
  }
  .lxdt {
    padding-right: 15px;
    padding-left: 15px;
  }
  .lxcont {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lxcont a {
    margin-top: 15px;
  }
  .lxwm {
    padding-bottom: 30px;
  }
  footer {
    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: 768px) {
  .yshi {
    max-width: 379px;
    margin: 0 auto;
    float: none;
    margin-bottom: 15px;
  }
  .my-map {
    height: 412px !important;
  }
  .news{
      padding-left:0;
         padding-right:0;
  }
}
@media (max-width: 500px) {
  .product1 {
    margin-top: 20px;
  }
  .product1 .bt .p1 {
    font-size: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
  }
  .product1 .bt .p2 {
    font-size: 15px;
    margin-top: 14px;
  }
  .pro {
    margin-top: 20px;
  }
  .ppa .pcont .p1 {
    font-size: 16px;
    line-height: 16px;
  }
  .ppa .pcont .p2 {
    font-size: 12px;
    line-height: 12px;
  }
  .gy {
    margin-top: 15px;
  }
  .abcont .p1 {
    font-size: 27px;
    line-height: 27px;
  }
  .abcont .p2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    margin-top: 6px;
  }
  .abcont .p3 .gy2 {
    font-size: 12px;
    margin-left: 2px;
    color: #666666;
    transition: all 0.3s;
  }
  .abcont .p3 {
    line-height: 60px;
  }
  .abcont .p4 {
    -webkit-line-clamp: 9;
    line-height: 32px;
    font-size: 13px;
  }
  .shuju .shuj {
    line-height: 90px;
  }
  .ys {
    margin-top: 0;
    padding-bottom: 23px;
  }
  .ys .bt .p1 {
    font-size: 30px;
    line-height: 30px;
    padding-top: 47px;
  }
  .ys .bt .p2 {
    font-size: 15px;
    color: #dddddd;
    line-height: 15px;
    text-align: center;
    margin-top: 10px;
  }
  .youshi {
    margin-top: 23px;
  }
  .case .bt .p1 {
    font-size: 30px;
    line-height: 30px;
  }
  .case {
    margin-top: 30px;
  }
  .case .bt .p2 {
    margin-top: 8px;
  }
  .cleft {
    margin-top: 322px;
  }
  .cleft ul li span {
    font-size: 12px;
  }
  .cam {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 120px;
    text-align: center;
    line-height: 34px;
    border-radius: 30px;
    background: #1d67b2;
    color: #fff;
    font-size: 12px;
  }
  .news {
    margin-top: 28px;
    padding-top: 28px;
    padding-bottom: 32px;
  }
  .news .bt .p1 {
    font-size: 30px;
    line-height: 30px;
  }
  .xw .hd ul li::after {
    margin: 0 16px;
  }
  .xw .bd {
    margin-top: 30px;
  }
  .my-map {
    height: 277px !important;
  }
  .lxwm {
    margin-top: 30px;
  }
  .lxcont p:nth-child(1) {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 7px;
  }
  .lxcont p:nth-child(2) {
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 23px;
  }
  .lxcont a {
    display: block;

    margin-top: 15px;
    width: 120px;
    text-align: center;
    line-height: 34px;
    border-radius: 30px;
    background: #1d67b2;
    color: #fff;
    font-size: 12px;
  }
}
.product-detail-swiper .view{
    border: none;
}
.product-detail-swiper{
    width: 50%;
}
.product-detail-swiper .view .slick-con{
    height: auto ;
}
.product-detail-list{
    width: 48%;
}