/* pc 通用 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
input,
textarea,
select,
a:focus {
  outline: none;
}
input::-webkit-input-placeholder {
  color: #e5e6e5;
}
textarea::-webkit-input-placeholder {
  color: #e5e6e5;
}

/* pc 顶部 */
.header-top {
  width: 100%;
  height: 103px;
  border-bottom: 1px solid #e5e5e5;
}
.containerxs {
  width: 1200px;
  margin: 0 auto;
}
.header-top .containerxs .img {
  max-height: 100%;
  float: left;
  padding-top: 16px;
}
.header-top .containerxs .contact {
  float: right;
  padding-top: 30px;
}
.header-top .containerxs .contact .info {
  margin-left: 15px;
}
.header-top .containerxs .contact .info b {
  color: #363636;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}
.header-top .containerxs .contact .info p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
}
.x-header-right #keyword::-webkit-input-placeholder {
  color: #c1c1c1;
  font-size: 15px;
}

.x-menu {
  float: left;
  margin-top: 16px;
  width: 855px;
}

.x-menu > li {
  float: left;
  position: relative;
}

.x-menu > li > a {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 11px;
  padding-left: 35px;
  padding-right: 35px;
  border-right: 1px solid #bfbfbf;
}
.x-menu > li:last-child > a {
  border-right: 0px solid #bfbfbf;
}
.x-menu > li:first-child > a {
  padding-left: 0px;
}

.x-menu > li.active > a,
.x-menu > li > a:hover {
  color: #fff;
  background: none;
}

.x-menu > li:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  border-top: 2px solid #028ae4;
  z-index: 99;
  width: 130px;
  top: 59px;
  background: #f9f5cc;
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: -5px;
  padding: 0;
}
.x-sub-menu > li {
  border-bottom: 1px solid #ede9bd;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #362626;
  line-height: 32px;
  padding: 0.5em;
}

.x-sub-menu > li > a:hover {
  color: #028ae4;
  background: none;
}

.x-sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid;
  border-color: transparent transparent #028ae4;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

.x-header-right #formsearch {
  width: 100%;
  position: relative;
  border: 1px solid #fff;
  border-radius: 5px;
}

.x-header-right #formsearch:before {
  display: none;
}

.x-header-right #formsearch #s_btn {
  float: right;
  outline: none;
  border: none;
  color: #8e8e8e;
  font-weight: 700;
  font-size: 28px;
  width: 40px;
  height: 48px;
  line-height: 48px;
  background: url(//static.xypt.net.cn/d2c5647f/21/07/6f77e34676ddba1b004c1d1e87386d4e9420fdec.png)
    no-repeat center center;
  margin-right: 15px;
}

.x-header-right #formsearch #keyword {
  float: left;
  background: none;
  outline: none;
  border: none;
  width: calc(93% - 50px);
  /*color: rgba(0, 0, 0, 0.8);*/
  color: #fff;
  height: 48px;
  padding-left: 10px;
  margin-top: 0;
}
.x-header-right #formsearch #keyword:placeholder{
    color: #fff ! important;
}
.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-next,
.x-banner .owl-carousel .owl-nav button.owl-prev {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: -200px;
}

.x-banner .owl-carousel .owl-nav button.owl-next:hover,
.x-banner .owl-carousel .owl-nav button.owl-prev:hover {
  background: #028ae4;
}

.x-banner .owl-carousel .owl-nav .iconfont {
  font-size: 30px;
  color: #fff;
  line-height: 1;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    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: 1;
  color: #028ae4;
  width: 23px;
  height: 23px;
  border: 1px solid #028ae4;
}
.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  background: #028ae4;
  color: #fff;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}

/* 礼物送人 */
.index-gives {
  margin-top: 30px;
}
.index-gives-list {
  float: left;
  width: 258px;
  height: 304px;
  background: rgb(167, 213, 243, 0.6);
  margin-left: 21px;
  margin-right: 21px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #f4faf9;
  transition: 0.6s all;
  visibility: visible;
  animation-delay: 0.3s;
  animation-name: fadeInUp;
}
.index-gives-list img {
  width: 110px;
  height: 110px;
  border-radius: 50% 50%;
  margin-top: 70px;
  margin-bottom: 50px;
}
.index-gives-list h3 {
  font-size: 15px;
  cursor: pointer;
  color: #000;
  transition: 0.6s all;
}
.index-gives-list:first-child {
  border-radius: 120px 3px 3px 3px;
}
.index-gives-list:last-child {
  border-radius: 3px 120px 3px 3px;
}
.index-gives-list:hover {
  border: 1px solid #028ae4;
  transition: 0.6s all;
}
.index-gives-list:hover h3 {
  color: #028ae4;
  transition: 0.6s all;
}

/* 产品中心 */
.index-pros {
  max-width: 1920px;
  margin: 60px auto;
  background: #fafafa;
  /* height: 575px; */
  padding-bottom: 50px;
  border-radius: 180px 180px 0px 0px;
  margin-bottom: 0px;
}
.index-line-tit {
  line-height: 55px;
  margin-top: 30px;
  text-align: center;
}
.index-line-tit .line {
  display: inline-block;
  width: 60px;
  border-top: 2px solid #1b1b1b;
}
.index-line-tit .txt {
  color: #353535;
  vertical-align: middle;
  font-size: 26px;
  padding: 0px 10px;
}
.index-line-tit .btm-line {
  width: 32px;
  border-top: 2px solid #1b1b1b;
  margin: 0px auto;
}
.index-line-tit .e-tit {
  font-size: 16px;
  color: #1b1b1b;
}
.index-pros-list {
  float: left;
  width: 270px;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
  transition: 0.6s all;
  visibility: visible;
  animation-delay: 0.6s;
  animation-name: fadeInUp;
  margin-top: 23px;
}
.index-pros .container-fluid {
  width: 1248px;
}
.index-pros-list img {
  border-radius: 23px;
  width: 100%;
  height: 100%;
  transition: 0.6s all;
}
.index-pros-list div {
  border: 1px solid #fafafa;
  width: 270px;
  height: 300px;
  border-radius: 23px;
  transition: 0.6s all;
}
.index-pros-list h3 {
  font-size: 15px;
  cursor: pointer;
  color: #000;
  transition: 0.6s all;
  margin-top: 23px;
}
.index-pros-list:hover h3 {
  color: #028ae4;
}
.index-pros-list:hover div {
  border: 1px solid #028ae4;
  transition: 0.6s all;
}
.index-pros-list:hover div img {
  width: 94%;
  height: 96%;
  margin-top: 2%;
  transition: 0.6s all;
}

/* 关于我们 */
.index-about {
  margin-top: 15px;
}

.about-info-l {
  float: left;
  width: 504px;
  height: 412px;
  overflow: hidden;
  visibility: visible;
  animation-delay: 0.3s;
  animation-name: bounceInLeft;
}
.about-info-l:hover img {
  transition: 0.6s all;
  transform: scale(1.1);
}
.about-info-l img {
  width: 100%;
  transition: 0.6s all;
}
.about-info-r {
  float: left;
  width: 696px;
  height: 412px;
  position: relative;
  visibility: visible;
  animation-delay: 0.3s;
  animation-name: bounceInRight;
}
.about-info-r .btminfo {
  width: 100%;
  height: 156px;
  /* background: #f4faf9; */
  background: rgb(167, 213, 243, 0.6);
  position: absolute;
  bottom: 0px;
  padding: 40px 0px;
}
.about-info-r h3 {
  font-weight: 500;
  padding: 15px 55px;
  font-size: 22px;
}
.about-info-r .intro {
  padding: 0px 55px 0px;
}
.about-info-r .intro {
  font-size: 15px;
  line-height: 34px;
}
.about-info-r .btminfo .btm-list {
  float: left;
  width: 33.333333%;
  padding-left: 50px;
  color: #028ae4;
  font-size: 16px;
  border-right: 1px solid #028ae4;
}
.about-info-r .btminfo .btm-list:last-child {
  border-right: 0px solid #cfe3de;
}
.about-info-r .btminfo .btm-list b {
  font-size: 35px;
  font-weight: 500;
  padding-right: 6px;
}

/* 新品展示 */
.index-new-pros {
  max-width: 1920px;
  margin: 85px auto;
  margin-bottom: 0px;
  background: url(//cdn.myxypt.com/d2c5647f/21/06/7428aef26e91632edf3b7cc10d4cf7b16fe8d45b.png)
    no-repeat;
  position: relative;
}
.index-new-pros .index-line-tit {
  margin-top: 55px;
}
.index-new-pros .index-line-tit .line {
  border-top: 2px solid #fff;
}
.index-new-pros .index-line-tit .txt {
  color: #fff;
}
.index-new-pros .index-line-tit .btm-line {
  border-top: 2px solid #fff;
}
.index-new-pros .index-line-tit .e-tit {
  color: #fff;
}
.container-large1 {
  width: 1285px;
  height: 482px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 60px;
  margin-top: 30px;
  border-radius: 18px 110px 0px 0px;
}
.new-pros-l {
  float: left;
  width: 550px;
  height: 332px;
  border: 1px solid #028ae4;
  overflow: hidden;
  visibility: visible;
  animation-delay: 0.3s;
  animation-name: bounceInLeft;
}
.new-pros-r {
  float: left;
  width: 565px;
  overflow-x: hidden;
  margin-left: 25px;
  line-height: 30px;
  visibility: visible;
  animation-delay: 0.3s;
  animation-name: bounceInRight;
}
.new-pros-l img {
  width: 100%;
  transition: 0.6s all;
}
.new-pros-l:hover img {
  transition: 0.6s all;
  transform: scale(1.1);
}

/* 新闻资讯 */
.index-news {
  height: 500px;
  width: 100%;
  background: #fafafa;
}
.new-list-info {
  float: left;
  width: 33.333333%;
  padding-right: 35px;
  margin-top: 60px;
  visibility: visible;
  animation-delay: 0.6s;
  animation-name: fadeInUp;
}
.new-list-info ul li h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 23px;
  transition: 0.3s all;
}
.new-list-info ul li span {
  display: inline-block;
  background: #cfcfcf;
  width: 6px;
  height: 6px;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}
.new-list-info ul li:hover h4 {
  color: #028ae4;
  transition: 0.3s all;
}
.new-list-info ul li div {
  border-bottom: 1px solid #e0e0e0;
  line-height: 26px;
  height: 90px;
  margin-bottom: 24px;
}
.index-news .index-line-tit {
  margin-top: 45px;
}

/* 在线留言 */
.index-message {
  max-width: 1920px;
  margin: 0 auto;
  /*height: 469px;*/
  background: url(//cdn.myxypt.com/d2c5647f/21/05/55cea388cea34b2e800084e3fb21e1949fea01f5.png) no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: center bottom;
}
.index-message .form-l {
  float: left;
  width: 405px;
  margin-left: 60px;
}
.index-message .form-m {
  float: left;
  width: 405px;
  margin-left: 12px;
}
.index-message .form-r {
  float: left;
  width: 250px;
  margin-left: 12px;
}
.index-message form {
  margin-top: 180px;
}
.index-message input {
  width: 100%;
  border: 0px solid #eee;
  height: 36px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin-bottom: 12px;
  padding-left: 10px;
}
.index-message textarea {
  width: 100%;
  border: 0px solid #eee;
  height: 84px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin-bottom: 7px;
  padding-left: 10px;
  padding-top: 8px;
}
.index-message #checkcode {
  position: relative;
}
.index-message .checkCodeImg {
  margin-top: -47px;
  position: absolute;
  margin-left: 285px;
}
.index-message .form-r input {
  height: 132px;
  background: #028ae4;
  color: #fff;
  font-weight: 600;
  font-size: 60px;
}

.foot_xs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index-message .links {
  color: #d8d9d8;
  padding-left: 60px;
  margin-top: 5px;
  font-size: 15px;
  line-height: 26px;
}
.index-message .links b {
  font-weight: 400;
}
.index-message .links a {
  color: #d8d9d8;
}
.index-message .links a img{
    height: 20px;
}
.index-message .links p {
  margin: 0;
}

.foot_xs .ft_ewm {
    width: 120px;
    flex-shrink: 0;
    margin-right: 60px;
    padding-bottom: 20px;
}
.foot_xs .ft_ewm img {
    width: 100%;
}

/* 底部导航 */
.index-footer-nav {
  height: 75px;
  width: 100%;
  background: #323231;
  text-align: center;
}
.index-footer-nav a {
  color: #fff;
  font-size: 15px;
  line-height: 75px;
  padding: 0px 25px;
}

/* footer public*/
.footer-pulic {
  max-width: 1920px;
  margin: 0 auto;
  height: 254px;
  background: url(../images/footer-back.jpg) no-repeat;
}
.footer-pulic .container-fluid form {
  margin-top: 50px;
}
.footer-pulic .links {
  margin-top: 10px;
}

/* 内页 */
.xypg-pagination .pagin-left a {
  font-size: 0px;
  background: url(../images/page-l.png) no-repeat;
  border: 0px solid #7ab8a8;
  margin-right: 20px;
  background-position: 0px 5px;
}
.xypg-pagination .pagin-right a {
  font-size: 0px;
  background: url(../images/page-r.png) no-repeat;
  border: 0px solid #7ab8a8;
  margin-left: 20px;
  background-position: 0px 5px;
}
.xypg-pagination .pagin-left a:hover {
  color: #7ab8a8;
  border: 0px solid #7ab8a8;
  background: none;
  background: url(../images/page-l.png) no-repeat;
  background-position: 0px 5px;
}
.xypg-pagination .pagin-right a:hover {
  color: #7ab8a8;
  border: 0px solid #7ab8a8;
  background: none;
  background: url(../images/page-r.png) no-repeat;
  background-position: 0px 5px;
}
.catesort-first {
  position: relative;
  height: 90px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 30px;
}
.catesort-first a {
  padding: 6px 12px;
  color: #363636;
  line-height: 20px;
  border: 1px solid #fff;
  display: inline-block;
  margin-bottom: 30px;
}
.catesort-second {
  position: relative;
  height: 90px;
  overflow: hidden;
  padding-top: 30px;
}
.catesort-second a {
  padding: 6px 12px;
  color: #363636;
  line-height: 20px;
  border: 1px solid #fff;
  display: inline-block;
  margin-bottom: 30px;
}
.catesort-first .clicked {
  border: 1px solid #7ab8a8;
  border-radius: 3px;
}
.catesort-second .clicked {
  border: 1px solid #7ab8a8;
  border-radius: 3px;
}
.catesort-tit {
  float: left;
  width: 60px;
  line-height: 20px;
  padding-top: 6px;
}
.catesort-more {
  float: right;
  display: block;
  width: 60px;
  height: 90px;
  background: url(../images/catemore2.png) no-repeat;
  background-position: 35px 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 90px;
  cursor: pointer;
}
.catesortclose {
  float: right;
  display: block;
  width: 60px;
  height: 90px;
  background: url(../images/catemore1.png) no-repeat;
  background-position: 35px 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 90px;
  cursor: pointer;
}
.catesort-info {
  float: left;
  width: 1020px;
}

.category-listxser {
  height: 110px;
  padding: 42px 0px;
}
.category-listxser a {
  line-height: 35px;
  font-size: 15px;
  color: #000;
  padding: 8px 28px;
  margin-right: 28px;
}
.category-listxser .clicked {
  background: #e0f9f3;
  color: #5fa593;
}
@media (min-width: 1400px) {
  .container {
    width: 1230px;
  }
}
.xypg-detail-tags {
  display: none;
}
.riwen{
    float: left;
    margin-right: 35px;
  line-height: 40px;
  font-size: 20px;
}


