@charset "UTF-8";
.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.max1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

/**/
.head-bg {
  padding: 1vw 0;
  
}

.head-bg .head-index {
  align-items: center;
  position: relative;
}

.head-bg .head-index .logo img {
  max-width: 100%;
}

.head-bg .head-index .tel .tel1 {
  align-items: center;
  justify-content: center;
  color: #28b672;
  font-size: 1.25vw;
  font-weight: 600;
}

.head-bg .head-index .tel .tel1 img {
  margin-right: 15px;
}

.head-bg .head-index .tel p {
  color: #28b672;
  font-size: 1.25vw;
  font-weight: 600;
}

.head-bg.scroll{
    position: fixed;
	background: #fff;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	z-index: 999;
	left: 0;
	right: 0;
	width: 100%;
}

@media (max-width: 1024px) {
  .logo {
    width: 20%;
  }
}

/**/
.pt {
  text-align: center;
  justify-content: center;
  align-self: center;
}

.pt .pt1 {
  font-weight: 600;
  font-size: 42px;
  color: #28b672;
  font-family: "Arial";
  text-transform: uppercase;
}

.pt .pt2 {
  color: #333333;
  font-size: 38px;
  margin-left: 1vw;
}

.tt1 {
  display: none;
}

.product-index {
  margin-top: 4.9vw;
}

.product-index .con {
  margin-top: 2.6vw;
}

.product-index .con .prol {
  width: 15.625%;
}

.product-index .con .prol .prol-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b6c69;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1.2vw 0;
}

.product-index .con .prol .prol-title .ptt1 {
  margin-right: 2vw;
}

.product-index .con .prol .prol-title .ptt2 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.product-index .con .prol .plie {
  border: 1px solid #dfdfde;
}

.product-index .con .prol .plie .psort li {
  padding: 1.25vw 1.9vw;
  margin: 0.26vw 0;
}

.product-index .con .prol .plie .psort li a {
  color: #4c4c4c;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.product-index .con .prol .plie .psort li:hover {
  background: #29b771;
}

.product-index .con .prol .plie .psort li:hover a {
  color: #fff;
}

.product-index .con .prol .ptel {
  background: #1b6c69;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1.5625vw 1.25vw;
}

.product-index .con .prol .ptel .tel1 {
  color: #fff;
  font-size: 18px;
}

.product-index .con .prol .ptel .tel2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-top: 0.8vw;
}

.product-index .con .prol .ptel .tel2 img {
  margin-right: 8px;
}

.product-index .con .pror {
  width: calc(100% - 18.75%);
}

.product-index .con .pror .flexed{
    justify-content: flex-start;
        display: flex;

}


.product-index .con .pror .plist1 {
  flex-wrap: wrap;
}

.product-index .con .pror .plist1 li {
  width: 23%;
  margin-bottom: 2%;
  margin-right: 2%;
}

.product-index .con .pror .plist1 li:nth-child(4n){
    margin-right: 0
}

.product-index .con .pror .plist1 li a {
  border: 1px solid #c8c8c7;
  display: block;
  position: relative;
}

.product-index .con .pror .plist1 li a .img1 img {
  width: 100%;
}

.product-index .con .pror .plist1 li a .wz {
  background: url(../images/pt2.png) no-repeat left center;
  background-size: 100% 100%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  width: 92.7%;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 0.9vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1366px) {
  .product-index .con .prol .plie .psort li {
    margin: 8px 0;
  }
  .product-index .con .prol .plie .psort li a {
    font-size: 18px;
  }
  .product-index .con .prol .ptel .tel1 {
    font-size: 16px;
  }
  .product-index .con .prol .ptel .tel2 {
    font-size: 16px;
  }
  .product-index .con .pror .plist1 li a .wz {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .product-index .con .prol .plie .psort li {
    margin: 6px 0;
  }
  .product-index .con .prol .plie .psort li a {
    font-size: 16px;
  }
  .product-index .con .prol .ptel .tel1 {
    font-size: 14px;
  }
  .product-index .con .prol .ptel .tel2 {
    font-size: 14px;
  }
  .product-index .con .pror .plist1 li a .wz {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .product-index {
    margin-top: 5%;
  }
  .pt .pt1 {
    font-size: 30px;
  }
  .pt .pt2 {
    font-size: 30px;
  }
  .product-index .con .prol {
    width: 20.625%;
  }
  .product-index .con .prol .plie .psort li {
    padding: 10px 10px;
  }
  .product-index .con .prol .plie .psort li a {
    font-size: 14px;
  }
  .product-index .con .pror {
    width: calc(100% - 22.75%);
  }
  .product-index .con .pror .plist1 li a .wz {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .pt .pt1 {
    font-size: 20px;
  }
  .pt .pt2 {
    font-size: 20px;
  }
  .product-index .con .prol .prol-title .ptt2 {
    font-size: 20px;
  }
  .product-index .con .prol .prol-title {
    padding: 10px 0;
  }
  .product-index .con {
    flex-wrap: wrap;
  }
  .product-index .con .prol {
    width: 100%;
  }
  .product-index .con .pror {
    width: 100%;
    margin-top: 5%;
  }
  .product-index .con .pror .plist1 li {
    width: 48%;
    margin-bottom: 4%;
  }
}

/**/
.box2 {
  background-color: #fbfbfd;
  position: relative;
  margin-top: 6vw;
}

.box2 .bd li {
  position: relative;
}

.box2 .bd li .img img {
  display: block;
  width: 100%;
}

.bj1 {
  position: absolute;
  background: rgba(51, 51, 51, 0.7);
  width: 45%;
  left: 8.3%;
  bottom: 6%;
  padding: 1.5%;
  display: flex;
  align-items: center;
}

.box2 .hd {
  width: 26%;
  padding: 2% 0;
  background: rgba(79, 77, 77, 0.9);
  position: absolute;
  top: 0;
  right: 8.3%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bj1 .kbt dd {
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
}

.bj1 .kbt dd:before {
  width: 4px;
  height: 30px;
  background-color: #28b672;
  content: '';
  display: inline-block;
  margin-right: 28px;
  margin-bottom: -8px;
}

.bj1 .kbt dt {
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  font-weight: normal;
  margin-left: 28px;
}

.gd a {
  display: block;
  width: 148px;
  height: 40px;
  background-image: linear-gradient(90deg, #136232 0%, #27b860 100%);
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.shu2 {
  margin: 30px 0 40px 0;
}

.s1 {
  float: left;
  background-color: #ffffff;
  padding: 2% 0;
  width: 19%;
  margin-right: 4%;
  text-align: center;
  color: #27b860;
  font-size: 20px;
  font-weight: bold;
}

.s1 span {
  font-size: 24px;
  font-family: 'Impact';
  font-weight: normal;
}

.s1 p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: normal;
}

.bt1 {
  color: #fff;
  font-size: 42px;
  text-align: center;
}

.line2 {
  width: 88px;
  height: 5px;
  background-color: #28b672;
  margin: 0 auto;
  margin-top: 0.8vw;
}

.box2 .hd li {
  transition: all 0.35s ease-in-out;
  position: relative;
}

.box2 .hd li:before {
  background-image: -moz-linear-gradient(0deg, #1a6a6a 0%, #28b672 100%);
  background-image: -webkit-linear-gradient(0deg, #1a6a6a 0%, #28b672 100%);
  background-image: -ms-linear-gradient(0deg, #1a6a6a 0%, #28b672 100%);
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.box2 .hd li a {
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 100px;
  display: block;
  background: url(../images/yt.png) no-repeat 30% center;
  line-height: 100px;
  color: #fff;
  font-size: 36px;
  text-align: left;
  font-weight: bold;
  text-indent: 39.2%;
}

.box2 .hd li.on:before {
  opacity: 1;
}

/*.box2 .hd li.on{background: linear-gradient(90deg, #136232 0%, #27b860 100%);}*/
.box2 .hd li.on a {
  color: #ffffff;
}

.box2 .hd ul {
  margin: 40px 0;
}

.m2 a {
  display: block;
  width: 148px;
  height: 40px;
  border: solid 1px #ffffff;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background-image: -moz-linear-gradient(0deg, #1a6a6a 0%, #28b672 100%);
  background-image: -webkit-linear-gradient(0deg, #1a6a6a 0%, #28b672 100%);
  background-image: -ms-linear-gradient(0deg, #1a6a6a 0%, #28b672 100%);
  margin-left: 30%;
}

.m2 a:hover {
  color: #fff;
  border-color: #27b860;
}

.m2 a:hover {
  color: #fff;
  border-color: #27b860;
}

.m2 a:after {
  background-image: linear-gradient(90deg, #136232 0%, #27b860 100%);
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}

.m2 a:hover:after {
  opacity: 1;
}

@media (max-width: 1680px) {
  .bj1 {
    width: 60%;
  }
  .box2 .hd li a {
    background: url(../images/ytt.png) no-repeat 30% center;
  }
}

@media (max-width: 1580px) {
  .bj1 {
    left: 3.4%;
    width: 70%;
  }
  .bj1 .kbt dd {
    font-size: 24px;
    line-height: 24px;
  }
  .box2 .hd {
    right: 3.4%;
  }
  .box2 .hd li a {
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 1200px) {
  .bj1 {
    width: 60%;
  }
  .bj1 .kbt dd {
    font-size: 20px;
  }
  .bt1 {
    font-size: 30px;
  }
  .box2 .hd ul {
    margin-bottom: 10px;
  }
  .box2 .hd li a {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .bt1 {
    font-size: 24px;
  }
  .bj1 .kbt dd {
    font-size: 18px;
  }
  .box2 .hd li a {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .yyss {
    display: flex;
    flex-direction: column-reverse;
  }
  .bt1 {
    font-size: 20px;
  }
  .box2 .hd {
    width: 100%;
    position: relative;
    right: 0;
  }
  .box2 .hd ul {
    margin-top: 10px;
  }
  .box2 .hd li {
    display: inline-block;
    width: 48%;
  }
  .box2 .hd li a {
    font-size: 14px;
    background: url(../images/ytt.png) no-repeat 15% center;
  }
  .m2 a {
    margin: 0 auto;
    font-size: 14px;
  }
  .bj1 {
    position: relative;
    width: 100%;
    left: 0;
  }
  .bj1 .kbt dd {
    font-size: 14px;
  }
  .bj1 .kbt dd:before {
    margin-right: 10px;
  }
  .bj1 .kbt dt {
    font-size: 12px;
    margin-left: 0;
    margin-top: 5px;
  }
}

/**/
.about-index {
  margin-top: 3.6vw;
}

.about-index .con {
  margin-top: 3.6vw;
  align-items: center;
}

.about-index .con .abl {
  width: 42.5%;
}

.about-index .con .abl .abt h3 {
  color: #4c4c4c;
  font-size: 26px;
  font-weight: 500;
}

.about-index .con .abl .abt h4 {
  text-transform: uppercase;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
}

.about-index .con .abl .abw {
  margin-top: 3.4vw;
}

.about-index .con .abl .abw p {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  text-align: justify;
}

.about-index .con .abl .abmore {
  background: url(../images/more1.png) no-repeat top center;
  width: 156px;
  height: 60px;
  margin-top: 3.125vw;
}

.about-index .con .abl .abmore a {
  display: block;
  color: #1a6a6a;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.about-index .con .abr {
  width: 47.4375%;
}

.about-index .con .abr p img {
  max-width: 100%;
}

.about-num {
  background: #fff;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  margin-top: 3.6vw;
  padding: 1.875vw 0;
}

.about-num ul {
  justify-content: center;
}

.about-num ul li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #cacac9;
}

.about-num ul li:last-child {
  border-right: none;
}

.about-num ul li .www {
  justify-content: center;
  align-items: center;
}

.about-num ul li .www .img1 img {
  max-width: 100%;
}

.about-num ul li .www .wr {
  margin-left: 1.35vw;
}

.about-num ul li .www .wr .wz {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.about-num ul li .www .wr .wz .timer {
  color: #28b672;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}

.about-num ul li .www .wr .wz .w11 {
  color: #28b672;
  font-size: 18px;
}

.about-num ul li .www .wr .shu {
  color: #4c4c4c;
  font-size: 18px;
  padding-top: 10px;
}

@media (max-width: 1024px) {
  .about-index .con .abl .abt h3 {
    font-size: 20px;
  }
  .about-index .con .abl .abw {
    margin-top: 10px;
  }
  .about-index .con .abl .abw p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-index .con .abl .abmore {
    margin-top: 10px;
  }
  .about-index .con .abl .abmore a {
    font-size: 14px;
  }
  .about-num ul li .www .img1 {
    width: 50px;
    height: 50px;
  }
  .about-num ul li .www .wr .wz .timer {
    font-size: 24px;
  }
  .about-num ul li .www .wr .shu {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
    
    .about-index .con .abr p img{
        width:100%!important;
         height:100%!important;
    }
    
    .about-num ul li .www{
        justify-content: flex-start;
        text-indent: 10px;
    }
  .about-index {
    margin-top: 5%;
  }
  .about-index .con {
    flex-wrap: wrap;
  }
  .about-index .con .abl {
    width: 100%;
  }
  .about-index .con .abl .abt h3 {
    font-size: 16px;
  }
  .about-index .con .abr {
    width: 100%;
    margin-top: 5%;
  }
  .about-num ul {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .about-num ul li {
    width: 50%;
    margin-bottom: 5%;
  }
  .about-num ul li:nth-of-type(2) {
    border-right: none;
  }
  .about-num ul li .www .img1 {
    width: 40px;
    height: 40px;
  }
  .about-num ul li .www .wr .wz .timer {
    font-size: 16px;
  }
  .about-num ul li .www .wr .wz .w11 {
    font-size: 14px;
  }
  .about-num ul li .www .wr .shu {
    margin-top: 5px;
  }
}

/**/
.ad-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 2.34375vw 0;
  margin-top: 5.2vw;
}

.ad-bg .ad-index .adl {
  width: 52.5%;
}

.ad-bg .ad-index .adl h3 {
  color: #ffffff;
  font-size: 44px;
}

.ad-bg .ad-index .adl .adw1 {
  margin-top: 1.875vw;
   }


.ad-bg .ad-index .adl .adw1 li {
  float: left;
  color: #fff;
  font-size: 20px;
  background: url(../images/tt3.png) no-repeat left center;
  padding-left: 1.875vw;
  margin-right: 1.5625vw;
}

.ad-bg .ad-index .adl .adw1 li:last-child {
  margin-right: 0;
}

.ad-bg .ad-index .adr .z1 {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-bg .ad-index .adr .z1 span {
  width: 64px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.ad-bg .ad-index .adr .z1 b {
  margin: 0 10px;
  font-weight: 500;
}

.ad-bg .ad-index .adr .z2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  font-family: "Arial";
  line-height: 1;
  margin-top: 0.625vw;
  text-align: center;
}

.ad-bg .ad-index .adr .z3 {
  background: #28b672;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 38px;
  margin-top: 1.25vw;
}

.ad-bg .ad-index .adr .z3 img {
  margin-right: 10px;
}

.ad-bg .ad-index .adr .z3 a {
  display: block;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 1366px) {
  .ad-bg .ad-index .adl h3 {
    font-size: 30px;
  }
  .ad-bg .ad-index .adr .z2 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .ad-bg .ad-index .adl h3 {
    font-size: 24px;
  }
  .ad-bg .ad-index .adl .adw1 li {
    font-size: 16px;
    background-size: 22px 24px;
    padding-left: 30px;
  }
  .ad-bg .ad-index .adr .z2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .ad-bg .ad-index {
    flex-wrap: wrap;
    padding: 5% 0;
    justify-content: center;
  }
  .ad-bg .ad-index .adl h3 {
    font-size: 16px;
  text-align: center;}
  .ad-bg .ad-index .adl .adw1 li {
    font-size: 14px;
    float: none;
    margin-bottom: 3%;
    line-height: 24px;
  }
  .ad-bg .ad-index .adl {
    width: 100%;
    margin-top: 5%;
  }
  
  
  .ad-bg .ad-index .adl .adw1{
      width:58%;
      margin:0 auto;
  }
}

/**/
.news-index {
  margin-top: 5.2vw;
}

.newsSwiper {
  margin-top: 2.6vw;
  overflow: hidden;
  width: 100%;
}

.newsSwiper .swiper-wrapper .swiper-slide a {
  display: block;
}

.newsSwiper .swiper-wrapper .swiper-slide a .wz1 {
  color: #333333;
  font-size: 18px;
  align-items: center;
  position: relative;
  padding-left: 0.83333333333vw;
  line-height: 40px
}

.newsSwiper .swiper-wrapper .swiper-slide a .wz1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 28px;
  background: #28b672;
  transform: translateY(-50%);
}

.newsSwiper .swiper-wrapper .swiper-slide a .wz1 .ntt {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsSwiper .swiper-wrapper .swiper-slide a .wz1 .nmore {
  text-align: right;
}

.newsSwiper .swiper-wrapper .swiper-slide a .img1 img {
  max-width: 100%;
}

.newsSwiper .swiper-wrapper .swiper-slide a .wz2 {
  line-height: 30px;
  margin-top: 1vw;
}

.newsSwiper .swiper-wrapper .swiper-slide a .wz2 .ww {
  font-size: 14px;
  color: #333333;
}

.newsSwiper .swiper-wrapper .swiper-slide a .wz2 .date {
  font-size: 14px;
  color: #333333;
  float: right;
}

@media (max-width: 1200px) {
  .newsSwiper .swiper-wrapper .swiper-slide a .wz1 {
    font-size: 14px;
    line-height: 28px;
  }
  .newsSwiper .swiper-wrapper .swiper-slide a .wz2 {
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .news-index {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

/**/
.foot-bg {
  background: #232321;
  padding: 2.86vw 0;
}

.foot-bg .foot-index .footl {
  width: 36.875%;
}

.foot-bg .foot-index .footl dl {
  width: 25%;
}

.foot-bg .foot-index .footl dl dt {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}

.foot-bg .foot-index .footl dl dd a {
  display: block;
  color: #bebebe;
  font-size: 16px;
  line-height: 30px;
}

.foot-bg .foot-index .footm {
  width: 23.75%;
}

.foot-bg .foot-index .footm .flogo p img {
  max-width: 100%;
}

.foot-bg .foot-index .footm .flx {
  margin-top: 1.5625vw;
}

.foot-bg .foot-index .footm .flx p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.foot-bg .foot-index .footm .fseo {
  color: rgba(190, 190, 190, 0.5);
  font-size: 14px;
  margin-top: 1vw;
}

.foot-bg .foot-index .footm .fseo a {
  color: rgba(190, 190, 190, 0.5);
}

.foot-bg .foot-index .footr .e1 {
  width: 50%;
  margin: 0 20px;
}

.foot-bg .foot-index .footr .e1 p {
  color: #bebebe;
  font-size: 16px;
  text-align: center;
  line-height: 3;
}

.foot-bg .foot-index .footr .e1 img {
  max-width: 100%;
  border: 1px solid #7e7e7b;
  padding: 1px;
}

.cop-bg {
  background: #1d1d1b;
  padding: 1.5625vw 0;
}

.cop-bg .cop-index {
  text-align: center;
  font-size: 14px;
  color: #666666;
}

.cop-bg .cop-index a {
  color: #666666;
}

@media (max-width: 1200px) {
  .foot-bg .foot-index .footl dl dt {
    font-size: 16px;
  }
  .foot-bg .foot-index .footl dl dd a {
    font-size: 14px;
  }
  .foot-bg .foot-index .footm .flx p {
    font-size: 16px;
  }
  .foot-bg .foot-index .footr .e1 p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .foot-bg {
    padding: 5% 0;
  }
  .foot-bg .foot-index {
    flex-wrap: wrap;
  }
  .foot-bg .foot-index .footm {
    width: 100%;
  }
  .foot-bg .foot-index .footm .flx p {
    font-size: 14px;
  }
  .foot-bg .foot-index .footr {
    width: 100%;
    margin-top: 5%;
  }
  .cop-bg {
    padding: 4% 0;
  }
}

/*友情链接*/
.links {
  background: #f5f5f5;
  overflow: hidden;
  padding: 15px 0;
  margin-top: 5%;
}

/**/
.page-banner img {
  width: 100%;
  height: auto;
}

/*内页*/
.latest-news {
  padding: 10px 0;
}

.latest-news li {
  padding: .5em 1em;
  font-size: 14px;
}

.latest-news li a {
  display: block;
  line-height: 1.2;
  color: #5a5a5a;
}

.latest-news li a:before {
  content: '+';
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
}

.latest-news li a:hover {
  color: #1b6c69;
}

.latest-news li a:hover:before {
  color: #1b6c69;
}

.hot-keys {
  padding: 20px 7px 8px 7px;
}

.hot-keys li {
  width: calc(50% - 14px);
  float: left;
  margin: 0 7px 14px 7px;
}

.hot-keys li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 2.857;
  border: 1px dashed #f1f1f1;
}

.hot-keys li a:hover {
  color: #1b6c69;
  border-color: #1b6c69;
}

.page-wrap-contact {
  padding: 10px 0;
  font-size: 14px;
}

.page-wrap-contact h4 {
  padding: .3em 1.4em .8em 1.4em;
  font-size: 16px;
  color: #000000;
}

.page-wrap-contact p {
  border-top: 1px solid #eee;
  position: relative;
  margin-bottom: 0;
  padding: .8em 1.4em;
  color: #2f2f2f;
}

.page-message-img img {
  border: 1px solid #d2d2d2;
}

.page-mob-tool {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 9999;
}

.page-mob-tool li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}

.page-mob-tool li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #1b6c69;
  opacity: .7;
}

.page-mob-tool li i {
  display: block;
  width: 100%;
  height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
  background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
  background-position: -30px -60px;
}

@media (min-width: 992px) {
  .page-mob-tool {
    display: none;
  }
}

.navigation a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft YaHei",Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}

.navigation a.previous_page {
  float: left;
}

.navigation a.next_page {
  float: right;
}

.navigation a:hover {
  color: #fff;
  border-color: #1b6c69;
  background: #1b6c69;
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
  display: none;
}

@media (max-width: 990px) {
  /* 弹出框之后 body 上增加一个禁止滚动的类*/
  body.no-scroll, html.no-scroll {
    height: 100vh;
    overflow: hidden;
  }
  .xymob-menu-click {
    position: fixed;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }
  .xymob-menu-click .xypg-left-news, .xymob-menu-click .xypg-left-keys, .xymob-menu-click .xypg-left-contact, .xymob-menu-click .page-message-img {
    display: none;
  }
  .xymob-menu-click .xymob-left-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: black;
  }
  .xymob-menu-click .xymob-left-close-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
  }
  .xymob-menu-click .xymob-left-close-btn .icon-font:after {
    background-position: -30px -300px;
  }
  .xymob-menu-click .xypg-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 90vh;
    padding: 5vh 0;
  }
  .xymob-menu-click .xypg-left .xypg-left-menu {
    width: 90%;
    background: #fff;
  }
  .xymob-menu-click.click {
    left: 0;
  }
}

/* 内页左侧导航栏样式 */
.xypg-left-nav {
  margin: 0 -1px;
}

.xypg-left-nav > li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
  border-bottom: none;
}

.xypg-left-nav > li > a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #2e2e2e;
  padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: url(https://gcdn.myxypt.com/images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
  background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
  color: #1b6c69;
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
  color: #1b6c69;
}

.xypg-left-nav .xypg-left-subnav {
  display: none;
  padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
  border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
  padding: 8px;
  display: block;
  line-height: 20px;
  color: #818181;
  font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
  color: #1b6c69;
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
  color: #1b6c69;
}

.xypg-left-nav .xypg-left-threenav > li > a {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
  content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
  color: #1b6c69;
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
  color: #1b6c69;
}

@media (max-width: 990px) {
  .xypg-left-nav .xypg-left-threenav {
    display: block;
  }
}

.xypg-pro-description {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 2em;
}

.xypg-product-list {
  margin: 0 -1.5%;
  font-size: 0;
}

.xypg-product-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 21.333%;
  margin: 0 1.5% 20px 1.5%;
  padding: 10px 10px 0 10px;
  border: 1px solid #eeeeee;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-product-list li .img {
  display: block;
}

.xypg-product-list li h3 a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
  padding: .8em 0;
}

.xypg-product-list li:hover {
  border-color: #1b6c69;
}

.xypg-product-list .no-result {
  margin: 0 1.5%;
  font-size: 14px;
}

.xypg-case-list {
  margin: 0 -1%;
  font-size: 0;
}

.xypg-case-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 31.333%;
  margin: 0 1% 10px 1%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-case-list li .img {
  display: block;
}

.xypg-case-list li h3 a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
  padding: .8em 0;
}

.xypg-case-list li:hover h3 a {
  color: #1b6c69;
}

/* 内页新闻列表 */
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
}

.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
  box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #1b6c69;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #1b6c69;
}

@media (max-width: 990px) {
  .xypg-news-list li .tit {
    border-bottom: none;
  }
  .xypg-news-list li .tit h3 {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .xypg-news-list li .tit .date {
    position: static;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    color: #999;
  }
}

.xypg-album-cate {
  margin: 0 -1%;
}

.xypg-album-cate li {
  float: left;
  width: 31.33333%;
  margin: 0 1% 20px 1%;
  border: 1px solid #eaeaea;
  padding: 10px;
}

.xypg-album-cate li .album-img {
  margin-bottom: 15px;
}

.xypg-album-cate li .album-img img {
  width: 100%;
}

.xypg-album-cate li .album-title {
  text-align: center;
  font-size: 15px;
  color: #666666;
  margin-bottom: 5px;
}

.xypg-album-cate li .album-num {
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.xypg-album-cate li .album-num span {
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .xypg-album-cate li {
    width: 48%;
  }
}

@media (max-width: 420px) {
  .xypg-album-cate {
    margin: 0;
  }
  .xypg-album-cate li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.xypg-album-list {
  margin: 0 -1%;
}

.xypg-album-list li {
  float: left;
  width: 31.33333%;
  margin: 0 1% 20px 1%;
  position: relative;
}

.xypg-album-list li .img {
  display: block;
  overflow: hidden;
}

.xypg-album-list li .img img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-album-list li h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-weight: normal;
  font-size: 16px;
}

.xypg-album-list li:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .xypg-album-list li {
    width: 48%;
  }
}

@media (max-width: 420px) {
  .xypg-album-list {
    margin: 0;
  }
  .xypg-album-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.xypg-album-list.xypg-getkey-list li {
  width: 18%;
}

@media (max-width: 1200px) {
  .xypg-album-list.xypg-getkey-list li {
    width: 31.3333%;
  }
}

@media (max-width: 768px) {
  .xypg-album-list.xypg-getkey-list li {
    width: 48%;
  }
}

@media (max-width: 420px) {
  .xypg-album-list.xypg-getkey-list {
    margin: 0;
  }
  .xypg-album-list.xypg-getkey-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* 下载列表页 */
.xypg-download-list .download-title {
  line-height: 60px;
  background: #d9d9d9;
  font-size: 18px;
  color: #333333;
}

.xypg-download-list .download-title span {
  display: block;
  float: left;
  text-align: center;
  width: 19%;
}

.xypg-download-list .download-title .file-name {
  width: 43%;
  text-align: left;
  padding-left: 5%;
}

.xypg-download-list .download-item {
  line-height: 50px;
}

.xypg-download-list .download-item .download-item-span {
  float: left;
  width: 19%;
  text-align: center;
  font-size: 14px;
  color: #555555;
}

.xypg-download-list .download-item .download-item-span.download-item-first {
  padding-left: 4%;
  width: 43%;
  text-align: left;
}

.xypg-download-list .download-item .download-item-span.download-item-iocn .iconfont {
  margin-right: 5px;
  font-size: 14px;
}

.xypg-download-list .download-item .download-item-span.download-item-iocn a {
  color: #1b6c69;
}

.xypg-download-list .download-item .download-item-span.download-item-iocn a:hover {
  text-decoration: underline;
}

.xypg-download-list .download-item:nth-child(odd) {
  background: #f3f3f3;
}

.xypg-download-list .download-item .mob-download-title {
  display: none;
}

@media (max-width: 768px) {
  .xypg-download-list .download-title {
    display: none;
  }
  .xypg-download-list .download-item {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    background: #fff !important;
  }
  .xypg-download-list .download-item .download-item-span {
    float: none;
    width: 100%;
  }
  .xypg-download-list .download-item .download-item-span.download-item-first {
    padding-left: 0;
    width: 100%;
  }
  .xypg-download-list .download-item .download-item-span .mob-download-title {
    float: left;
    display: block;
    width: 130px;
    padding-left: 15px;
    text-align: left;
    font-weight: bold;
  }
  .xypg-download-list .download-item .download-item-span .download-item-con {
    float: right;
    width: calc(100% - 130px);
    text-align: right;
    padding-right: 20px;
  }
  .xypg-download-list .download-item .download-item-span + .download-item-span {
    border-top: 1px dashed #ebebeb;
  }
}

/* 下招聘列表页 */
.xypg-job-list .job-name {
  width: 32.5%;
  padding-left: 4%;
}

.xypg-job-list .job-xlyq {
  width: 32.5%;
  padding-left: 4%;
}

.xypg-job-list .job-number {
  width: 20%;
  text-align: center;
}

.xypg-job-list .job-more {
  width: 15%;
  text-align: center;
}

.xypg-job-list .job-title {
  line-height: 60px;
  background: #1b6c69;
  font-size: 18px;
  color: #fff;
}

.xypg-job-list .job-title span {
  display: block;
  float: left;
  font-weight: bold;
}

.xypg-job-list .job-item {
  margin-top: 20px;
  line-height: 60px;
  background: #f8f8f8;
}

.xypg-job-list .job-item .job-item-span {
  float: left;
  font-size: 16px;
  color: #333333;
  min-height: 1px;
}

.xypg-job-list .job-item .job-item-span .job-item-con {
  display: block;
}

.xypg-job-list .job-item .job-more a {
  float: right;
  display: block;
  text-align: center;
  background: #000;
  width: 29px;
  height: 29px;
  margin: 15px 30px 0 0;
  background: #9c9c9c url(https://gcdn.myxypt.com/images/xypg-job-jt.png) center no-repeat;
  border-radius: 50%;
}

.xypg-job-list .job-item .job-more a:hover {
  background-color: #1b6c69;
}

.xypg-job-list .job-item .mob-job-title {
  display: none;
}

@media (max-width: 768px) {
  .xypg-job-list .job-title {
    display: none;
  }
  .xypg-job-list .job-item {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    background: #fff !important;
    line-height: 50px;
  }
  .xypg-job-list .job-item .job-item-span {
    float: none;
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }
  .xypg-job-list .job-item .job-item-span .mob-job-title {
    float: left;
    display: block;
    width: 130px;
    padding-left: 15px;
    text-align: left;
    font-weight: bold;
  }
  .xypg-job-list .job-item .job-item-span .job-item-con {
    float: right;
    width: calc(100% - 130px);
    text-align: right;
    padding-right: 20px;
  }
  .xypg-job-list .job-item .job-more a {
    margin: 12px 0 0 0;
  }
  .xypg-job-list .job-item .job-item-span + .job-item-span {
    border-top: 1px dashed #ebebeb;
  }
}

@media (max-width: 768px) {
  .xypg-product-list li {
    width: 47%;
  }
  .xypg-case-list li {
    width: 48%;
  }
}

@media (max-width: 375px) {
  .xypg-product-list li {
    width: 97%;
  }
  .xypg-case-list li {
    width: 98%;
  }
}

/* 分页基本样式 */
.xypg-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}

.xypg-pagination .pagin-left, .xypg-pagination .pagin-mid, .xypg-pagination .pagin-right, .xypg-pagination .pagin-select {
  display: inline-block;
  vertical-align: middle;
}

.xypg-pagination a, .xypg-pagination #current {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft YaHei",Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}

.xypg-pagination #current, .xypg-pagination a:hover {
  color: #fff;
  border-color: #1b6c69;
  background: #1b6c69;
}

.xypg-pagination .pagin-mid {
  font-size: 14px;
}

.xypg-pagination .pagin-mid .mob-pagin-mid {
  display: none;
}

.xypg-pagination .pagin-select {
  font-size: 14px;
}

.xypg-pagination .pagin-select select {
  height: 28px;
  padding: 0 8px;
  margin: -1px 5px 0 5px;
}

@media (max-width: 768px) {
  .xypg-pagination .pagin-mid .pc-pagin-mid {
    display: none;
  }
  .xypg-pagination .pagin-mid .mob-pagin-mid {
    display: block;
  }
  .xypg-pagination .pagin-mid .mob-pagin-mid span {
    display: inline-block;
    padding: 0 8px;
    line-height: 28px;
    font-size: 14px;
  }
  .xypg-pagination .pagin-select {
    display: none;
  }
}

/* 详细页分页样式 */
.paging_num {
  padding: 10px 0;
}

.paging_num a {
  padding: 0 7px;
  text-align: center;
  display: inline-block;
  border: 1px dashed #e0e1dc;
  color: #666;
  margin-right: 8px;
}

.paging_num a.paging_hover, .paging_num a:hover {
  border-color: #1b6c69;
}

/*内页详情页面公用样式*/
.xypg-detail-title {
  font-size: 20px;
  color: #363636;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;
}

.xypg-detail-info-bar {
  font-size: 14px;
  font-family: Arial;
  color: #9e9e9e;
  line-height: 35px;
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 20px;
}

.xypg-detail-info-bar .baidu-share {
  float: left;
  margin-left: 25px;
  margin-top: 7px;
}

.xypg-detail-info-bar .detail-info-time {
  float: left;
  margin-right: 20px;
  position: relative;
  padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-time i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 16px);
  left: 0;
}

.xypg-detail-info-bar .detail-info-time i:after {
  opacity: .5;
  background-position: 0 -360px;
}

.xypg-detail-info-bar .detail-info-numbers {
  float: left;
  position: relative;
  padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-numbers i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 16px);
  left: 0;
}

.xypg-detail-info-bar .detail-info-numbers i:after {
  opacity: .5;
  background-position: 0 -330px;
}

.xypg-detail-info-bar .xypg-file-down {
  float: right;
  position: relative;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i:after {
  background-position: 0 -630px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title:hover {
  color: #1b6c69;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list {
  position: absolute;
  z-index: 9999;
  width: 250%;
  right: 0;
  background: #fff;
  display: none;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li {
  padding: 10px 0;
  border-top: 1px dashed #cfcfcf;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .icon {
  float: left;
  font-size: 40px;
  line-height: 40px;
  margin-right: 5px;
  height: 40px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con {
  overflow: hidden;
  line-height: 1;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 20px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a {
  font-size: 12px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
  color: #1b6c69;
}

.xypg-detail-con-title {
  margin: 20px 0 10px 0;
}

.xypg-detail-con-title span {
  display: inline-block;
  font-size: 18px;
  color: #1b6c69;
}

.product-detail-tabbox p{
      font-size: 18px;
  line-height: 3;
}

.xypg-detail-con {
  font-size: 18px;
  color: #333;
  line-height: 3;
}

.xypg-detail-con img, .xypg-detail-con p img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

.xypg-detail-tags {
  margin-top: 40px;
}

.xypg-detail-tags .tags-title {
  border-bottom: 1px solid #c3c3c3;
  position: relative;
}

.xypg-detail-tags .tags-title h3 {
  display: inline-block;
  padding: 0 30px;
  font-size: 16px;
  color: #1b6c69;
  line-height: 40px;
  border-bottom: 3px solid #1b6c69;
  margin-bottom: -1px;
}

.xypg-detail-tags .tags-title .baidu-share {
  position: absolute;
  right: 0;
  top: 8px;
}

.xypg-detail-tags .tags-content {
  padding-top: 12px;
}

.xypg-detail-tags .tags-content a {
  font-size: 12px;
  color: #2f2f2f;
  display: inline-block;
  margin-right: 9px;
  background: #f4f4f4;
  line-height: 28px;
  padding: 0 15px;
}

.xypg-detail-tags .tags-content a:hover {
  color: #1b6c69;
}

.xypg-detail-url {
  margin-top: 15px;
}

.xypg-detail-url a {
  word-break: break-all;
}

.xypg-detail-article p {
  margin: 10px 0 20px 0;
  line-height: 24px;
}

.xypg-detail-pn {
  margin-top: 30px;
}

.xypg-detail-pn div + div {
  margin-top: 15px;
}

.xypg-detail-pn div {
  line-height: 22px;
  padding: 10px;
  position: relative;
  border: 1px solid #eeeeee;
}

.xypg-detail-pn div b {
  font-size: 14px;
  color: #1b6c69;
  float: left;
  font-weight: normal;
}

.xypg-detail-pn div a {
  float: left;
  width: 75%;
  font-size: 14px;
  color: #666666;
}

.xypg-detail-pn div a:hover {
  color: #1b6c69;
}

@media (max-width: 600px) {
  .xypg-detail-pn div a {
    width: 60%;
  }
}

@media (max-width: 600px) {
  .xypg-detail-pn div a {
    width: 50%;
  }
}

.xypg-detail-pn div span {
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 14px;
  color: #666666;
}

/*相关产品 和 相关新闻*/
.xypg-relate {
  margin-top: 45px;
}

.relate-title {
  border: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 2.857;
  margin-bottom: 15px;
}

.relate-title span {
  display: inline-block;
  color: #1b6c69;
  padding: 0 1.4em;
  border-right: 1px solid #eeeeee;
}

.relate-product-slick {
  position: relative;
}

.relate-product-slick .owl-item {
  display: block;
  font-size: 0;
}

.relate-product-slick .owl-item .img {
  display: block;
  margin-bottom: 8px;
}

.relate-product-slick .owl-item p {
  margin-bottom: 0;
  padding: .5em 0;
  font-size: 12px;
  color: #1b6c69;
  text-align: center;
}

.relate-product-slick .owl-item:hover p {
  color: #1b6c69;
}

.relate-product-slick .owl-nav button.owl-prev, .relate-product-slick .owl-nav button.owl-next {
  width: 25px;
  height: 35px;
  color: #fff;
  font-size: 20px;
  margin-top: -17.5px;
  line-height: 35px;
}

.relate-product-slick .owl-nav button.owl-prev span, .relate-product-slick .owl-nav button.owl-next span {
  display: inline;
}

.xypg-relate .relate-news {
  margin-top: 45px;
}

.relate-news-list li {
  float: left;
  width: 48%;
  position: relative;
  line-height: 2.143;
  font-size: 14px;
  color: #1b6c69;
}

.relate-news-list li:nth-child(even) {
  float: right;
}

.relate-news-list li a {
  display: block;
  padding-right: 125px;
  color: #666666;
}

.relate-news-list li a:before {
  content: '+';
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-right: 5px;
}

.relate-news-list li span {
  position: absolute;
  right: 0;
  top: 2.5px;
  width: 125px;
  text-align: right;
  font-size: 12px;
  color: #666666;
}

.relate-news-list li:hover a {
  color: #1b6c69;
}

.relate-news-list li:hover a:before {
  color: #1b6c69;
}

.relate-news-list li:hover span {
  color: #1b6c69;
}

@media (max-width: 990px) {
  .xypg-relate {
    display: none;
  }
}

/*新闻详情页*/
/*案例基本详情页*/
.xypg-case-detail .main-img {
  text-align: center;
}

.xypg-case-detail .main-img img {
  max-width: 100%;
}

/* 招聘详情页面 */
.xypg-jod-detail .job-detail-title {
  font-size: 16px;
  color: #ffffff;
  background: #1b6c69;
  line-height: 60px;
  padding-left: 25px;
}

.xypg-jod-detail .job-detail-con {
  background: #f8f8f8;
  padding: 25px;
}

.xypg-jod-detail .job-detail-small-title {
  font-size: 16px;
  color: #1b6c69;
  margin-bottom: 10px;
}

.xypg-jod-detail .job-detail-con-box {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}

.xypg-jod-detail .job-detail-btn a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #666666;
  width: 200px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
}

.xypg-jod-detail .job-detail-btn a:hover {
  background: #1b6c69;
}

/* 简历提交表格 */
.job-detail-form .form-title {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  line-height: 2.5;
}

.job-detail-form .form-info {
  line-height: 2;
  margin: 10px 0;
}

.job-detail-form .form-info span {
  color: red;
}

.job-detail-form .red-star {
  color: red;
}

.job-detail-form textarea {
  resize: none;
}

.job-detail-form #checkcode {
  display: inline-block;
  width: 30%;
}

.job-detail-form #checkCodeImg {
  vertical-align: top;
  margin-left: 10px;
}

.job-detail-form #change_code {
  line-height: 34px;
  padding: 0 10px;
  color: #1b6c69;
}

.job-detail-form .form-small-tit {
  line-height: 2;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.job-detail-form .form-prompt {
  font-size: 12px;
  margin-bottom: 15px;
  color: #999;
}

/* 在线留言页面 */
#message-form {
  font-size: 0;
}

#message-form .red-star {
  color: red;
}

#message-form label {
  font-size: 14px;
}

#message-form textarea {
  resize: none;
}

#message-form #checkcode {
  display: inline-block;
  width: 30%;
}

#message-form #checkCodeImg {
  vertical-align: top;
  margin-left: 10px;
}

#message-form #change_code {
  line-height: 34px;
  padding: 0 10px;
  color: #1b6c69;
  font-size: 14px;
}

#message-form .error-info {
  padding-top: 4px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
}

#job-detail-form .error-info {
  padding-top: 4px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
}

@media (max-width: 768px) {
  #message-form .form-group {
    margin-bottom: 25px;
  }
  #message-form .error-info {
    display: block;
    padding-top: 0;
    float: none !important;
    padding-left: 10px;
  }
  #message-form #change_code + .error-info {
    padding-left: 0px;
    margin-left: -7px;
  }
  #job-detail-form .error-info {
    display: block;
    padding-top: 0;
    float: none !important;
    padding-left: 10px;
  }
  #job-detail-form #change_code + .error-info {
    padding-left: 0px;
    margin-left: -7px;
  }
}

#message-form.n-default .msg-wrap {
  position: static;
}

#job-detail-form.n-default .msg-wrap {
  position: static;
}

/* 下载详情页面 */
.xypg-download-list.xypg-download-detail-list .download-title {
  background: #f3f3f3;
}

.xypg-download-list.xypg-download-detail-list .download-title .file-name {
  width: 35%;
}

.xypg-download-list.xypg-download-detail-list .download-title span {
  width: 16.25%;
}

.xypg-download-list.xypg-download-detail-list .download-item .download-item-span {
  width: 16.25%;
}

.xypg-download-list.xypg-download-detail-list .download-item .download-item-span.download-item-first {
  width: 35%;
}

@media (max-width: 768px) {
  .xypg-download-list.xypg-download-detail-list .download-item .download-item-span {
    width: 100%;
  }
  .xypg-download-list.xypg-download-detail-list .download-item .download-item-span.download-item-first {
    width: 100%;
  }
}

/* 搜索结果页面样式 */
.xypg-search-result .search-tag {
  margin-bottom: 20px;
  border: 1px solid #efefef;
  border-radius: 5px;
  overflow: hidden;
}

.xypg-search-result .search-tag a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  color: #333;
}

.xypg-search-result .search-tag a:hover, .xypg-search-result .search-tag a.on {
  color: #1b6c69;
}

.xypg-search-result-box {
  margin-bottom: 20px;
}

.xypg-search-result-box .xypg-search-title {
  border-left: 3px solid #1b6c69;
  padding-left: 15px;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* 详情页面下载列表样式 */
.xypg-detail-file-dwon li {
  padding: 10px 0;
  border-bottom: 1px dashed #cfcfcf;
  width: 50%;
  float: left;
}

.xypg-detail-file-dwon li .file-icon {
  float: left;
  height: 40px;
  width: 50px;
  margin-right: 5px;
  background-repeat: no-repeat;
}

.xypg-detail-file-dwon li .file_txt {
  background-position: -180px -60px;
}

.xypg-detail-file-dwon li .file_zip {
  background-position: 0 0;
}

.xypg-detail-file-dwon li .file_gif {
  background-position: -60px 0;
}

.xypg-detail-file-dwon li .file_doc {
  background-position: -120px 0;
}

.xypg-detail-file-dwon li .file_jpg {
  background-position: -180px 0;
}

.xypg-detail-file-dwon li .file_xls {
  background-position: -240px 0;
}

.xypg-detail-file-dwon li .file_rar {
  background-position: 0 -60px;
}

.xypg-detail-file-dwon li .file_png {
  background-position: -60px -60px;
}

.xypg-detail-file-dwon li .file_pdf {
  background-position: -120px -60px;
}

.xypg-detail-file-dwon li .list-con {
  overflow: hidden;
  line-height: 1;
}

.xypg-detail-file-dwon li .list-con p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 20px;
}

.xypg-detail-file-dwon li .list-con a {
  font-size: 12px;
}

.xypg-detail-file-dwon li .list-con a:hover {
  color: #1b6c69;
}

/* 自动发布 */
.xypg-detail-article .article-img {
  text-align: center;
  margin: 5px 0;
}

.xypg-detail-article .article-img img {
  border: 1px solid #efefef;
  padding: 1px;
  max-width: 100%;
  height: auto !important;
}

.page-product-detail-effect {
  float: left;
  width: 42.61%;
}

.page-product-detail-effect .big-img {
  border: 1px solid #eee;
}

.page-product-detail-effect .big-img a {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 0;
}

.page-product-detail-effect .big-img a img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.page-product-detail-right {
  width: 50%;
  float: right;
}

.page-product-detail-right > h1 {
  font-size: 22px;
  color: #0d0d0d;
  margin-bottom: 20px;
}

.product-detail-item li {
  font-size: 14px;
  line-height: 30px;
  color: #777272;
}

.product-detail-slick {
  position: relative;
  margin-top: 20px;
}

.product-detail-slick a.slick-item {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  border: 1px solid #eee;
  position: relative;
}

.product-detail-slick a.slick-item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
  border-color: #1b6c69;
}

.product-detail-slick .owl-nav button {
  position: absolute;
  width: 27px;
  height: 27px;
  background: rgba(37, 37, 37, 0.6) !important;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  top: 50%;
  margin-top: -13.5px;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  outline: none;
  border: none;
}

.product-detail-slick .owl-nav button .icon-font {
  width: 100%;
  height: 100%;
  display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
  background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
  background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
  left: 0;
}

.product-detail-slick .owl-prev:after {
  background-position: 0 0;
}

.product-detail-slick .owl-next {
  right: 0;
}

.product-detail-slick:hover .owl-nav button {
  opacity: 1;
}

.page-product-inquiry {
  margin-top: 30px;
}

.page-product-inquiry a {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  background: #1b6c69;
  padding: .5em 1.875em;
  border-radius: 2em;
}

.page-product-inquiry a:hover {
  opacity: .8;
}

@media (max-width: 990px) {
  .page-product-detail-effect {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-product-detail-right {
    width: 100%;
    float: none;
  }
}

@media (max-width: 640px) {
  .product-detail-slick .slick-item {
    height: 65px;
  }
  .page-product-inquiry a {
    font-size: 12px;
  }
  .page-product-detail-right > h1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.product-detail-tab {
  margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
  border: 1px solid #eee;
  height: 40px;
  line-height: 38px;
}

.product-detail-tab .product-detail-tabli li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 14px;
  color: #2f2f2f;
  cursor: pointer;
  border-right: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li.on, .product-detail-tab .product-detail-tabli li:visited, .product-detail-tab .product-detail-tabli li:active {
  color: #fff;
  position: relative;
}

.product-detail-tab .product-detail-tabli li.on:before, .product-detail-tab .product-detail-tabli li:visited:before, .product-detail-tab .product-detail-tabli li:active:before {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  border: 1px solid #1b6c69;
}

.product-detail-tab .product-detail-tabcon {
  padding: 15px 0;
}

.product-detail-tab .product-detail-tabcon img, .product-detail-tab .product-detail-tabcon p img {
  /*max-width: 100%;*/
  /*height: auto !important;*/
  /*width: auto !important;*/
}

@media (max-width: 768px) {
    
  .product-detail-tab .product-detail-tabcon img, .product-detail-tab .product-detail-tabcon p img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}  
    
  .product-detail-tab .product-detail-tabli {
    height: 35px;
  }
  .product-detail-tab .product-detail-tabli li {
    font-size: 13px;
    line-height: 33px;
  }
}

@media (max-width: 420px) {
  .product-detail-tab .product-detail-tabli {
    height: 30px;
  }
  .product-detail-tab .product-detail-tabli li {
    font-size: 12px;
    line-height: 28px;
  }
}

/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

/* 站点地图样式 */
.xypg-sitemap .map_title {
  line-height: 40px;
  background-color: #f5f8fa;
  border: 1px solid #d6dbe1;
  text-indent: 20px;
  color: #666;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
}

.xypg-sitemap .map_list {
  line-height: 30px;
  padding: 0 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.xypg-sitemap .map_list a {
  padding: 4px;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
}

.xypg-sitemap .map_list a:hover {
  text-decoration: none;
  color: #3b639f;
  padding: 4px;
}

.xypg-sitemap .map_list .layer1 {
  margin-bottom: 10px;
}

.xypg-sitemap .map_list h3 {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  line-height: 36px;
}

.xypg-sitemap .map_list h3 a {
  font-weight: normal;
}

.xypg-sitemap .map_list .layer2 a {
  color: #999;
}

.xypg-sitemap .map_list .layer2 a:hover {
  text-decoration: none;
  color: #3b639f;
}

/* 产品封面 */
.cover-item {
  margin-bottom: 20px;
  border-bottom: 3px double #ccc;
}

.cover-item a {
  display: block;
}

.cover-item .img {
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
}

.cover-item .img img {
  width: 100%;
}

.cover-item .item-first {
  margin-bottom: 20px;
  position: relative;
}

.cover-item .item-first .img {
  width: 30%;
  margin-right: 20px;
}

.cover-item .item-first .wz {
  overflow: hidden;
}

.cover-item .item-first .wz h3 {
  font-size: 18px;
  color: #333;
  line-height: 2;
}

.cover-item .item-first .wz .info {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

.cover-item .item-first .wz .more {
  width: 100px;
  line-height: 30px;
  color: #fff;
  background: #666666;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.cover-item .item-list a {
  margin-bottom: 10px;
}

.cover-item .item-list .img {
  float: none;
}

.cover-item .item-list h4 {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .cover-item .item-first .img {
    margin-bottom: 10px;
    text-align: center;
    float: none;
    width: 100%;
  }
  .cover-item .item-first .wz .more {
    position: static;
    margin-top: 10px;
    display: block;
  }
}

/* 二级封面 */
.sort_a {
  overflow: hidden;
}

.sort_a .layer1 {
  padding: 15px 0px;
  border-bottom: 1px dashed #a7b8d4;
  position: relative;
  z-index: 1;
}

.sort_a .layer1 .img {
  float: left;
  padding: 5px;
  border: 1px solid #dddddd;
}

.sort_a .layer1 .img img {
  width: 191px;
  height: 153px;
}

.sort_a .layer1 .img_right {
  width: 560px;
  float: right;
}

.sort_a .layer1 .img_right h3 {
  font: bold 14px/36px "Microsoft YaHei";
}

.sort_a .layer1 .img_right span {
  line-height: 25px;
  display: block;
}

.sort_a .layer1 .pro_more {
  position: absolute;
  right: 0px;
  bottom: 15px;
  width: 110px;
  padding-left: 10px;
  height: 28px;
  line-height: 28px;
  background: #666666;
  color: #fff;
  font: bold 24px/24px "Microsoft YaHei";
}

.sort_a .layer1 .pro_more span {
  float: left;
}

.sort_a .layer1 .pro_more a {
  font: normal 12px/28px "Microsoft YaHei";
  color: #fff;
  padding-right: 15px;
  display: inline-block;
}

.sort_a .layer1 .pro_more a:hover {
  text-decoration: none;
  color: #faf104;
}

.sort_a .abb_product {
  padding-top: 15px;
  border: 1px dashed #a7b8d4;
  border-top: none;
}

.productcates {
  padding-top: 10px;
}

.catemore {
  color: #0080d9;
  margin-top: 6px;
  overflow: hidden;
  position: relative;
}

.catemore h2 {
  width: 360px;
  float: left;
  font: bold 15px/36px "Microsoft YaHei";
}

.catemore a {
  float: right;
  font: normal 14px/36px "Microsoft YaHei";
  color: #444444;
  padding-right: 28px;
}

.catemore a:hover {
  text-decoration: none;
  color: #0080d9;
}

.product-comment-list {
  position: relative;
  overflow: hidden;
}

#commentList li {
  padding: 10px 10px 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.user-column {
  width: 100px;
  float: left;
}

.user-column img {
  height: 50px;
  max-width: 50px;
  border-radius: 50%;
}

.user-name {
  color: #333;
  padding-top: 5px;
  display: block;
}

.comment-content {
  margin-left: 120px;
  overflow: hidden;
  position: relative;
}

.comment-stars i {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url(https://gcdn.myxypt.com/images/star-h.png) center no-repeat;
  display: none;
}

.comment-stars i.shows {
  display: inline-block;
}

.comment-stars span {
  position: absolute;
  right: 0;
  top: 5px;
  color: #999;
}

.comment-text {
  padding: 5px 0;
  line-height: 22px;
}

.comment-recovery {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ddd;
  line-height: 22px;
  color: #888;
}

.comment-recovery span {
  color: #f90;
}

.no-content-icon {
  text-align: center;
  line-height: 50px;
  padding-top: 40px;
  color: #999;
}

.no-content-icon .iconfont {
  font-size: 60px;
}

/* 商品评论页面分页样式 */
.holder {
  margin: 15px 0;
  text-align: center;
}

.holder a {
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #efefef;
  font-size: 12px;
  color: #333;
}

.holder a:hover {
  background-color: #222;
  color: #fff;
}

.holder a.jp-previous {
  margin-right: 15px;
}

.holder a.jp-next {
  margin-left: 15px;
}

.holder a.jp-current {
  color: #FF4242;
  font-weight: bold;
}

a.jp-current:hover {
  color: #FF4242;
  font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
  color: #bbb;
}

.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default;
  background: none;
}

.holder span {
  margin: 0 5px;
}

/* 网站标签页面样式 */
.tagdescription {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  line-height: 1.7;
  background: #efefef;
  margin-bottom: 20px;
  margin-top: 15px;
}

.tag-all a {
  background-color: #f2f2f2;
  color: #666;
  padding: 5px 8px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.tag-all a:hover {
  background-color: #ddd;
}

.tag-menu {
  border: 1px solid #efefef;
  border-radius: 5px;
  overflow: hidden;
}

.tag-menu li {
  list-style-type: none;
  text-align: center;
  line-height: 40px;
  padding: 0 20px;
  float: left;
}

.tag-menu li a {
  color: #666;
  font-size: 16px;
}

.tag-menu li a:hover {
  color: #1b6c69;
}

.tag-menu li.active a {
  color: #1b6c69;
}

.tag-notice {
  line-height: 40px;
  padding: 0 10px;
  margin-top: 10px;
}

.tag-item {
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 1px solid #d6dbe1;
  margin-top: 10px;
  color: #666;
}

.tag-item span {
  color: #1b6c69;
}

.tag-category {
  margin-bottom: 20px;
}

.tag-category span {
  font-size: 16px;
  color: #000;
  display: inline-block;
}

.tag-category a {
  display: inline-block;
  line-height: 25px;
  padding: 0 15px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  color: #333;
  margin-right: 10px;
}

.tag-category a:hover {
  background: #1b6c69;
  color: #fff;
}

.tag-list-product li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.tag-list-product li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.tag-list-product .tag-img {
  width: 220px;
  float: left;
  margin-right: 20px;
}

.tag-list-product .tag-img .img {
  display: block;
  border: 1px solid #e1e1e1;
}

.tag-list-product .tag-img .img img {
  width: 100%;
}

.tag-list-product .tag-wz {
  overflow: hidden;
}

.tag-list-product .tag-wz h1 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.tag-list-product .tag-wz h1 a {
  color: #000;
}

.tag-list-product .tag-wz .tab-fenli p {
  width: 50%;
  float: left;
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}

.tag-list-product .tag-wz .tab-fenli .tag a {
  padding: 0 5px;
}

.tag-list-product .tag-wz .desp {
  font-size: 12px;
  line-height: 2;
  height: 48px;
  overflow: hidden;
  color: #666;
  margin: 5px 0;
}

@media (max-width: 768px) {
  .tag-list-product .tag-img {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .tag-list-product .tag-img .img img {
    width: auto;
    max-width: 100%;
  }
  .tag-list-product .tag-wz .tab-fenli p {
    width: 100%;
    float: none;
  }
}

.xytag-title {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  margin-bottom: 10px;
}

.xytag-recom-product ul {
  margin: 0 -1%;
}

.xytag-recom-product li {
  float: left;
  position: relative;
  width: 18%;
  margin: 0 1%;
  overflow: hidden;
}

.xytag-recom-product li img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xytag-recom-product li .zz-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xytag-recom-product li .zz-bg h2 {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  height: 30px;
  margin: auto;
}

.xytag-recom-product li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.xytag-recom-product li:hover .zz-bg {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.input-box {
  position: relative;
}

.input-box .placeholder {
  position: absolute;
  z-index: 10;
  color: #999;
  top: 10px;
  font-size: 14px;
}

#message-form .input-box .placeholder, #job-detail-form .input-box .placeholder {
  top: 8px;
}

.x-header-right .input-box .placeholder {
  top: 5px;
  left: 50px !important;
}

.code-group .input-box {
  float: left;
  width: 32.29813665%;
}

.code-group .input-box #checkcode {
  float: none;
  width: 100%;
}

.fleex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.w1200 {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 -15px;
}

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

.x-top {
  background: #121F44;
  font-size: 14px;
  height: 58px;
  line-height: 58px;
  color: #fff;
}

.hyz {
  color: #fff;
}

.hyr a {
  color: #fff;
}

.x-top2 {
  height: 80px;
  line-height: 80px;
}

.x-top2 .dlogo {
  height: 80px;
  line-height: 80px;
}

.x-top2 .nnav {
  width: 70%;
}

.so img {
  max-width: 56%;
}

.ss {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  width: 238px;
  padding: 20px;
  border-radius: 20px;
  z-index: 999;
  background: rgba(255, 179, 0, 0.5);
}

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

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

.ss #keyword:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

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

.aboutz {
  width: 43%;
}

.aboutz .about_content {
  font-size: 16px;
  font-weight: 100;
  line-height: 40px;
  color: #242526;
  margin-top: 3vw;
}

.aboutz .abouta {
  width: 138px;
  height: 50px;
  display: block;
  font-size: 18px;
  font-weight: 100;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  background-color: #1b6c69;
  margin-top: 2vw;
}

.tybt {
  font-size: 2.1rem;
  position: relative;
}

.tybt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 88px;
  height: 7px;
  background: #ffbb02;
}

.aboutr {
  width: 50%;
}

.aboutr img {
  width: 100%;
}

.c-product {
  background: #121e42;
  background-size: cover;
  padding: 6.04% 0;
}

.c-product .tybt {
  color: #fff;
}

.c-product-list {
  margin-top: 4vw;
}

.c-product-list li {
  width: 32%;
  background-color: #fff;
  text-align: center;
  margin-bottom: 1.5vw;
  padding: 2vw 0;
}

.c-product-list li .img {
  margin-top: 10px;
}

.c-product-list li .img img {
  width: 100%;
}

.c-product-list li h3 {
  margin-top: 2vw;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: #121f44;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-product-list li:hover h3 {
  color: #1b6c69;
}

.c-case {
  margin-top: 6vw;
}

.c-case-list {
  margin-top: 4vw;
}

.c-case-list li {
  width: 48%;
  background: #f3f2f7;
  margin-bottom: 2vw;
}

.c-case-list li .img {
  width: 42.8%;
  margin: 0;
}

.c-case-list li .img img {
  width: 100%;
}

.c-case-list li .liwz {
  width: 55%;
  padding-top: 3vw;
  padding-right: 12px;
  padding-left: 24px;
}

.c-case-list li .liwz h3 {
  font-size: 1rem;
  color: #000000;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-case-list li .liwz h4 {
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  color: #000000;
  margin-top: 10px;
}

.c-news {
  margin-top: 2vw;
  padding-top: 4vw;
  padding-bottom: 2vw;
  background-color: #f1f1f3;
}

.c-news-list {
  margin-top: 4vw;
}

.c-news-list li {
  width: 48%;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 2vw;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
}

.c-news-list li:hover {
  background-color: #1b6c69;
}

.c-news-list li:hover a .lisz {
  color: #fff;
}

.c-news-list li:hover a .liyb {
  color: #fff;
}

.c-news-list li a {
  width: 100%;
  align-items: center;
}

.c-news-list li a .lisz {
  width: 18%;
  color: #d7d8dd;
  font-size: 3.6rem;
  text-align: center;
}

.c-news-list li a .liyb {
  color: #2a333c;
  width: 80%;
}

.c-news-list li a .liyb h3 {
  font-weight: normal;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-news-list li a .liyb h4 {
  font-weight: normal;
  font-size: 12px;
  margin: 10px 0;
}

.c-news-list li a .liyb h5 {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.x-region .span {
  padding: 0 20px;
}

.x-layout-ewm img {
  width: 100%;
}

.x-layout-menu dl dt {
  font-size: 18px;
  color: #ffbb02;
}

.x-layout {
  background: none;
  background-color: #121e42;
  padding: 2vw 0;
}

.x-layout .fota {
  width: 20%;
}

.x-layout .fotb {
  padding-top: 2vw;
  width: 60%;
}

.x-layout .fotc {
  padding-top: 2vw;
  width: 15%;
}

.x-layout-desc {
  font-size: 14px;
  line-height: 20px;
}

.right_pcfl .xypg-left-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2vw;
}

.right_pcfl .xypg-left-nav .first-nav-btn {
  display: none;
}

.right_pcfl .xypg-left-nav li:hover {
  background: #f3f8ff;
}

.right_pcfl .xypg-left-nav li {
  border: none;
}

.right_pcfl .xypg-left-nav li a {
  font-size: 18px;
}

.page-banner {
  position: relative;
}

.page-banner .nybt {
  position: absolute;
  width: 100%;
  top: 45%;
  z-index: 99;
  color: #fff;
  text-align: center;
}

.page-banner .nybt h3 {
  font-size: 2rem;
  text-align: center;
}

.tybtt dd {
  font-size: 25px;
  font-weight: normal;
  color: #ffbb02;
}

.tybtt dt {
  font-size: 14px;
  font-weight: normal;
  color: #a5a5a5;
}

.contlx {
  margin: 2vw 0;
  font-size: 16px;
  line-height: 28px;
}

.contlx2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  color: #777777;
  line-height: 28px;
}

.contlx2 ul li h3 {
  font-weight: normal;
  font-size: 16px;
}

.contlx3 {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 2vw;
}

#container_map {
  height: 320px;
}

.bb {
  color: #ffbb02;
}

.c2 .c2z {
  width: 33.3%;
}

.c2 .c2z dd {
  font-size: 25px;
  font-weight: normal;
}

.c2 .c2z dt {
  font-size: 14px;
  font-weight: normal;
}

.c2 .c2r {
  width: 66.7%;
}

.c2 .c2r .c2wz {
  font-size: 15px;
  line-height: 36px;
}

.c2 .c2r .c2tw ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3vw;
}

.c2 .c2r .c2tw ul li {
  width: 30%;
  text-align: center;
}

.c2 .c2r .c2tw ul li h3 {
  font-weight: normal;
  font-size: 15px;
  color: #666666;
  margin-top: 10px;
}

.c2 .c2r .c2tw ul li h4 {
  font-weight: normal;
  font-size: 12px;
  color: #A9A9A9;
  margin-top: 10px;
}

.c2 .c2z .tybt {
  margin-left: 40px;
}

.c3 {
  background: url(//cdn.myxypt.com/8fcd86a3/21/09/38a0926f8fbbf676fd2d3ac4f004cf9dd9700dce.jpg) no-repeat top center;
  padding-top: 6vw;
  margin-top: 4vw;
}

.c3 .fleex .c3a {
  margin-left: 40px;
  width: 45%;
}

.c3 .fleex .c3a img {
  width: 100%;
}

.c3 .fleex .c3b {
  width: 46%;
  margin-right: 20px;
}

.c3 .fleex .c3b dd {
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  margin-top: 4vw;
}

.c3 .fleex .c3b dt {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.c3 .fleex .c3b .zybz {
  margin-top: 3.5vw;
  color: #666666;
  font-family: 微软雅黑;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
}

.c4 {
  margin-top: 3vw;
}

.c4 .tybt {
  margin-left: 40px;
}

.c4 .tybt dd {
  font-size: 25px;
  font-weight: normal;
}

.c4 .tybt dt {
  font-size: 14px;
  font-weight: normal;
}

.c4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3vw;
}

.c4 ul li {
  width: 26%;
  text-align: center;
  box-shadow: 0 0 2px #dddee1;
  background: #fff;
  padding: 30px 20px;
}

.c4 ul li .img img {
  max-width: 100%;
}

.c4 ul li h3 {
  font-size: 18px;
  color: #666666;
  font-weight: normal;
  margin-top: 15px;
}

.c4 ul li h3 span {
  font-size: 14px;
  color: #999999;
}

.c4 ul li h4 {
  font-size: 16px;
  color: #888888;
  line-height: 24px;
  font-weight: normal;
  margin-top: 15px;
}

.c5 {
  background-color: #f8f8f8;
  padding: 3vw 0;
  margin-top: 3vw;
}

.sul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sul li {
  width: 25%;
  text-align: center;
}

.sbt {
  font-family: Impact;
  font-size: 3.6rem;
  letter-spacing: -1px;
  color: #007ec5;
}

.sbt .span1 {
  font-size: 1rem;
  font-style: normal;
  margin-left: 8px;
  color: #007ec5;
  font-weight: bold;
}

.sul li p {
  color: #666666;
  font-size: 16px;
}

.c6 {
  margin-top: 3vw;
}

.c6 .tybt {
  margin-left: 40px;
}

.c6 .tybt dd {
  font-size: 25px;
  font-weight: normal;
}

.c6 .tybt dt {
  font-size: 14px;
  font-weight: normal;
}

.c6 .hzgd {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0vw;
  margin-top: 3vw;
}

.c6 .hzgd .list {
  border: 1px solid #eee;
  border-radius: 6px;
}

.c6 .hzgd .list img {
  width: 100%;
}

.slick-slide {
  margin: 0 5px;
}

.slick-dots {
  text-align: center;
  margin-top: 15px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #efefef;
  cursor: pointer;
}

.slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.slick-dots li.slick-active {
  background-color: #007ec5;
}

.foot_nav li {
  float: left;
  width: 20%;
  text-align: center;
}

.foot_nav li a {
  font-size: 18px;
  color: #ffbb02;
  display: block;
  width: 100%;
  font-weight: 700;
}

.foot_nav li .x-nav-menu {
  width: 100%;
  margin-top: 1.43em;
}

.foot_nav li .x-nav-menu a {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}

@media (max-width: 1230px) {
  .w1200 {
    padding: 0 15px;
  }
  .x-layout-contact {
    width: 120%;
  }
}

@media (max-width: 992px) {
  .page-wrap-left {
    display: block;
  }
  .right_pcfl {
    display: none;
  }
  .c-case-list li a {
    align-items: center;
  }
  .c-link {
    display: none;
  }
  .x-layout {
    display: none;
  }
  .tybtt {
    margin-left: 0 !important;
    margin: 0 auto !important;
    text-align: center;
  }
  .contlx2 ul li {
    width: 50%;
    margin-top: 10px;
  }
  .contlx2 ul li h3 {
    font-size: 14px;
  }
  .c2 .c2z {
    width: 100%;
  }
  .c2 .c2r {
    width: 100%;
  }
  .c2 .c2r .c2wz {
    margin-top: 20px;
  }
  .c3 {
    background-size: cover;
    padding-bottom: 3vw;
  }
  .c3 .fleex .c3a {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .c3 .fleex .c3a img {
    width: auto;
  }
  .c3 .fleex .c3b {
    width: 100%;
  }
  .c3 .fleex .c3b .zybz {
    color: #fff;
  }
  .c4 ul {
    justify-content: center;
  }
  .c4 ul li {
    width: 80%;
    margin-bottom: 10px;
  }
  .sul li {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .x-about {
    flex-wrap: wrap-reverse;
  }
  .aboutz {
    width: 100%;
    margin-top: 15px;
  }
  .aboutz .about_content {
    font-weight: 400;
  }
  .aboutz .abouta {
    font-size: 16px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
  }
  .aboutr {
    width: 100%;
  }
  .c-case-list li .liwz h3 {
    font-size: 16px;
  }
  .c-case-list li .liwz {
    padding-left: 0;
    padding-right: 0;
  }
  .c-case-list li .img {
    width: 40%;
  }
  .c-case-list li .liwz {
    width: 58%;
  }
  .c-case-list li .liwz h4 {
    line-height: 24px;
  }
  .tybt {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .tybt:after {
    width: 45px;
    height: 4px;
  }
  .c-product-list li {
    width: 49%;
  }
  .c-case-list li {
    width: 100%;
  }
  .c-news-list li {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .c-product-list li h3 {
    font-size: 16px;
  }
}

.product-detail-item .icon-qrcode {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.product-detail-item .icon-qrcode:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(https://gcdn.myxypt.com/images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  background-position: 0 -21px;
  background-size: 200%;
}

.product-detail-item .qr-code {
  position: absolute;
  background: #fff;
  top: 50%;
  z-index: 9;
  left: 100px;
  padding: 10px;
  border: 1px solid;
  display: none;
  height: 122px;
  overflow: hidden;
  margin-top: -61px;
}

.x-footer .w1200 {
  align-items: center;
}

.x-footer-z {
  text-align: left;
}

.x-footer-r {
  text-align: left;
}

.smtg {
  display: inline-block;
  position: relative;
  width: 107px;
  height: 30px;
}

.smtg h3 {
  color: rgba(255, 255, 255, 0.5);
  background: url(https://gcdn.myxypt.com/images/link.png) no-repeat 0 50%;
  text-indent: 10px;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
}

.smtg p {
  position: absolute;
  bottom: 44px;
  width: 400%;
  left: -300%;
  display: none;
  padding: 10px 10px;
  background: rgba(62, 62, 62, 0.5);
}

.smtg p a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  margin: 0 5px;
}

/* 手机页脚 */
.footer3 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #222;
  height: 50px;
}

.footer3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer3 ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-size: 0;
}

.footer3 ul li a {
  display: block;
  color: #ffffff;
}

.footer3 ul li .iconfont {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer3 ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
}

/*手机底部*/
@media (max-width: 1200px) {
  .xypg-right-content {
    overflow: hidden;
  }
  .xypg-right-content p img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .db {
    display: block !important;
  }
}

.dbb {
  height: 0px;
}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #1b6c69;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  padding: 10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #1b6c69;
}

.footer ul li a {
  display: block;
  color: #fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}

.footer li .icon-home {
  background: url(../images/a1.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-home2 {
  background: url(../images/a2.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone {
  background: url(../images/a3.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-contact {
  background: url(../images/a4.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone:before {
  font-size: 0;
}

.footer ul li a {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  body {
    padding-bottom: 50px;
  }
  .x-footer-r {
    display: none;
  }
}

.text-danger {
  color: red;
}

/* 友情链接 */
.c-link {
  padding: 20px 0;
  font-size: 14px;
  color: #2a333c;
  line-height: 24px;
}

.c-link .con {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.c-link span {
  cursor: pointer;
  display: block;
}

.c-link dd {
  width: calc(100% - 70px);
}

.c-link .sec {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  min-width: 120px;
  z-index: 999;
}

.c-link a {
  color: #2a333c;
  padding: 0 4px;
  font-size: 14px;
  line-height: 24px;
}

.evaluation-list li {
  list-style: none;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
}

.evaluation-list li a {
  padding: 2px;
  border: 1px solid #eeeeee;
  display: inline-block;
  margin-right: 5px;
}

.evaluation-list li a img {
  width: 50px;
  height: auto;
}

.evaluation-list li p {
  font-size: 12px;
  line-height: 24px;
  margin-top: 10px;
  color: #666;
}
