/* 通用 */
/*初始化样式*/
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.xypg-right-content{font-size: 16px;}

.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}


body {
  padding: 0;
}

.dth_wh {
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.flex::before,
.flex::after {
  display: none;
}

.fixed_ratio {
  position: relative;
  overflow: hidden;
  padding-top: calc(3 / 4 * 100%);
}
.fixed_ratio img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enlarge .imgs {
  overflow: hidden;
  position: relative;
}
.enlarge .imgs img {
  transform: scale(1);
  transition: 0.5s ease;
}
.enlarge:hover .imgs img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .dth_wh {
    width: 100%;
    padding: 0 15px;
  }
  /* .fp-enabled body,
  body {
    padding-top: 60px;
  } */
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .fp-enabled body,
  body {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .dth_wh {
    padding: 0 12px;
  }
}

/* 插件整体样式修改 */
.slick-arrows {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
  display: flex;
  width: 24px;
  height: 44px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background: none;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 12px;
  top: 50%;
  margin-top: -20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 16px;
  height: 16px;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
}

.swiper-button-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5%;
  left: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  outline: none;
  margin: 0 1em;
}

@media (max-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}


/* 整体翻屏设置 */
.section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
  .section,
  .fp-tableCell {
    height: auto!important;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}


/* 头部 */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999995;
  /* border-bottom: 1px solid #edefef; */
}
header .dth_wh {
  /* max-width: 1760px; */
  /* max-width: 100%; */
  /* width: 91.67%; */
  align-items: center;
}
.logo {
  width: 40%;
}
.logo a {
  display: block;
}
.logo img {
  max-width: 100%;
}
.search {
  position: relative;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 2%;
}
.search_btn {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("//cdn.myxypt.com/e3fb7533/24/08/c86056db9692651425ec091759213ec4a409d33c.png");
  background-size: 75% auto;
  cursor: pointer;
}
.search_form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  display: none;
}
.search_form #formsearch {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.search_form #formsearch input {
  outline: none;
  background: none;
  border: none;
  height: 40px;
}
.search_form #formsearch input#keyword {
  font-size: 14px;
  font-weight: normal;
  padding: 0 1em;
  width: calc(100% - 50px);
}
.search_form #formsearch input#keyword::placeholder {
  color: #666666;
}
.search_form #formsearch input#s_btn {
  width: 50px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36% auto;
  background-image: url("//cdn.myxypt.com/e3fb7533/24/08/c86056db9692651425ec091759213ec4a409d33c.png");
  background-color: #0c3a90;
}

.language {
  margin-left: 4.7%;
}
.language a {
  display: block;
  font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #ffffff;
}
.language a:hover {
  color: #0c3a90;
}

/* 导航 */
nav {
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
.x-menu {
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.x-menu > li {
  position: relative;
  margin: 0 4.2%;
}

.x-menu > li > a {
  display: block;
  font-size: 19px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 96px;
	letter-spacing: 0px;
	color: #ffffff;
}

.x-menu > li:hover > a,
.x-menu > li.active > a {
}

.x-menu > li:hover > a {
	color: #0c3a90;
}

.x-menu > li.active > a {
}

.x-sub-menu {
  position: absolute;
  width: 150px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.x-sub-menu > li > a {
  display: block;
  font-size: 14px;
  line-height: 2;
  padding: 0.5em 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.x-sub-menu > li > a:hover {
  background-color: #0c3a90;
  color: #ffffff;
}

.x-menu > li .x-sub-menux {
  display: none;
}

.x-menu > li .x-sub-menux li {
  position: relative;
}

.x-menu > li .x-sub-menux li a {
  display: block;
}
.x-menu > li .x-sub-menu li:hover .x-sub-menux {
}
.x-menu > li .x-sub-menux li a:hover {
}

/* @media (max-width: 1920px) {
  header .dth_wh {
    max-width: 1760px;
  }
}
@media (max-width: 1760px) {
  header .dth_wh {
    width: 96%;
  }
} */
@media (max-width: 1440px) {
  .x-menu > li > a {
    font-size: 18px;
  }
  .search_form {
    width: 220px;
  }
  .search_form #formsearch input#keyword {
    font-size: 13px;
    width: calc(100% - 45px);
  }
  .search_form #formsearch input#s_btn {
    width: 45px;
  }
  .language {
    margin-left: 4%;
  }
  .language a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .logo {
    width: 22%;
  }
  .logo img {
    max-height: 45px;
    object-fit: contain;
  }
  .x-menu > li > a {
    line-height: 80px;
    font-size: 16px;
  }
  .search {
    height: 80px;
  }
  .search_btn {
    width: 20px;
    height: 20px;
  }
  .search_form #formsearch input {
    height: 36px;
  }
  .search_form #formsearch input#s_btn {
    width: 40px;
  }
  .search_form {
    width: 190px;
  }
  .search_form #formsearch input#keyword {
    font-size: 12px;
    width: calc(100% - 40px);
  }
  .language {
    margin-left: 3.2%;
  }
  .language a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* banner */
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#banner {
  position: relative;
}
#banner li {
}
#banner li a {
  display: block;
}
#banner li .imgs {
  display: block;
}
#banner li .imgs img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}
#banner li.swiper-slide-active .imgs img {
  -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

#banner .hi {
  display: none;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 50px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.5);
}

#banner .swiper-button-prev {
  left: 0;
}

#banner .swiper-button-next {
  right: 0;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  background-color: #ff4500;
}

/* #banner .swiper-button-prev::after,
#banner .swiper-button-next::after {
  width: 16px;
  height: 16px;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

#banner .swiper-button-prev:hover::after,
#banner .swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
} */

#banner .swiper-pagination {
  bottom: 3.65%;
}

#banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  opacity: 0.6;
  margin: 0 8px;
}

#banner .swiper-pagination-bullet:hover,
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

@media (max-width: 1760px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
  #banner li .imgs img {
    min-height: 220px;
  }
  #banner .swiper-pagination {
    bottom: 16px;
  }
  #banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px;
  }
}
@media (max-width: 990px) {
  #banner li .imgs img {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  #banner li .imgs img {
    min-height: 160px;
  }
  #banner .swiper-pagination {
    bottom: 12px;
  }
  #banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}

/* 相同标题 */
.titles {}
.titles h2 {
  font-size: 38px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #222222;
}

@media (max-width: 1760px) {
  .titles h2 {
    font-size: 36px;
  }
}
@media (max-width: 1500px) {
  .titles h2 {
    font-size: 2.4vw;
  }
}
@media (max-width: 1200px) {
  .titles h2 {
    font-size: 28px;
  }
}
@media (max-width: 990px) {
  .titles h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .titles h2 {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .titles h2 {
    font-size: 22px;
  }
}

/* 关于与面料 */
.about_fabric {
  background-color: #f8f8f8;
}

/* 关于我们 */
.about {
  padding: 60px 0 50px;
}
.about .dth_wh {
  max-width: 900px;
}
.about .titles {
  text-align: center;
}
.about_wz {
  text-align: center;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.2;
	letter-spacing: 0px;
	color: #555555;
  margin-top: 0.9em;
}
.about_a {
  margin-top: 3%;
}
.about_a a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-image: url("//cdn.myxypt.com/e3fb7533/24/08/b9f45bf776277c315b6e263ef16d982ebeba4739.png");
  height: 9px;
  width: 20px;
  margin: 0 auto;
}

@media (max-width: 1760px) {
}
@media (max-width: 1560px) {
  .about {
    padding: 3.84% 0 3.2%;
  }
  .about_wz {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .about {
    padding: 3.84% 0 3.5%;
  }
  .about_wz {
    font-size: 16px;
  }
  .about_a {
    margin-top: 24px;
  }
}
@media (max-width: 990px) {
  .about {
    padding: 30px 0;
  }
  .about_wz {
    font-size: 15px;
    margin-top: 0.7em;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .about {
    padding: 24px 0;
  }
  .about_wz {
    font-size: 14px;
    line-height: 2;
    margin-top: 0.5em;
  }
  .about_a {
    margin-top: 20px;
  }
}

/* 面料应用 */
.fabric_appli {
	background-color: #f8f8f8;
}
.fabric_appli li {}
.fabric_appli li a {
  display: block;
  position: relative;
  transition: 0.5s ease;
}
.fabric_appli li:hover a {
  border-top-left-radius: 6.25vw;
  overflow: hidden;
  transition: 0.3s ease;
}
.fabric_appli li .imgs {
  padding-top: calc(638 / 470 * 100%);
  border-top-left-radius: inherit;
}
.fabric_appli li .text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 8%;
}

.fabric_appli li .text_sums {
  text-align: center;
  position: relative;
}
.fabric_appli li .text_sums h3 {
  font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fabric_appli li .text_sums h4 {
  font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1em;
}
.fabric_appli li .text_sums .nums {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 170px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: transparent;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  right: -40%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  transition: 0.3s ease;
}
.fabric_appli li:hover .text_sums .nums {
  opacity: 0;
}
.fabric_appli li .text_jia {
  position: relative;
  width: 26.4%;
  margin-left: 10px;
  flex-shrink: 0;
  padding: 7.8%;
  z-index: 20;
}
.fabric_appli li .text_jia .jia {
  display: block;
  padding-top: 100%;
	background-color: #0c3a90;
  border-radius: 50%;
  position: relative;
}
.fabric_appli li .text_jia .jia::before,
.fabric_appli li .text_jia .jia::after {
  content: "";
  display: block;
  width: 47%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 26.5%;
  top: calc(50% - 1px);
}
.fabric_appli li .text_jia .jia::before {}
.fabric_appli li .text_jia .jia::after {
  transform: rotate(90deg);
}
.fabric_appli li .btns_bwen {
  position: absolute;
  z-index: -1;
  width: 38%;
  height: 38%;
  left: 31%;
  top: 31%;
  opacity: 0;
  transition: 0.3s ease;
}
.fabric_appli li:hover .btns_bwen {
  opacity: 1;
}
/* 按钮波纹 */
.circle, 
.circle1, 
.circle2, 
.circle3  {
  width: 100%;
  height: 100%;
  background: #dedede;
  border: 1px solid #dedede;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}
.circle1, 
.circle2  {
  /* animation: circleChange 2s 1s ease-out infinite; */
  animation-name: circleChange;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle1 {
  animation-delay: 1s;
}
.circle2 {
  animation-delay: 2s;
}

@keyframes circleChange{
  0%{transform: scale(1);opacity: 0.95;}
  25%{transform: scale(1.4);opacity: 0.75;}
  50%{transform: scale(1.8);opacity: 0.5;}
  75%{transform: scale(2.2);opacity: 0.25;}
  100%{transform: scale(2.6);opacity: 0.05;}
}

.fabric_appli_arow {
  position: relative;
  padding: 60px 0 60px calc((100vw - 1500px) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fabric_appli_arow .fabric_appli_prev,
.fabric_appli_arow .fabric_appli_next {
  position: relative;
  display: block;
  width: 40px;
	height: 40px;
	border: solid 1px #b4b4b4;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52.5% auto;
  outline: none;
  flex-shrink: 0;
}
.fabric_appli_arow .fabric_appli_prev:hover,
.fabric_appli_arow .fabric_appli_next:hover {
	background-color: #888888;
}
.fabric_appli_arow .fabric_appli_prev {
  margin-right: 13px;
  background-image: url("//cdn.myxypt.com/e3fb7533/24/08/1bb7f9814dbe87861ab73d39311cb95978128890.png");
}
.fabric_appli_arow .fabric_appli_next {
  margin-right: 23px;
  background-image: url("//cdn.myxypt.com/e3fb7533/24/08/c432056ff3f8347226043f547e6633446c14264a.png");
}
.fabric_appli_arow .fabric_appli_prev:hover {
	background-image: url("//cdn.myxypt.com/e3fb7533/24/08/5ade069da78c5ab97146684cae0bd41cb0421869.png");
}
.fabric_appli_arow .fabric_appli_next:hover {
	background-image: url("//cdn.myxypt.com/e3fb7533/24/08/15595213e7ae983d14c18cfa665bcb681813def5.png");
}

.fabric_appli_arow .lines {
  position: relative;
  left: 0;
  top: 0;
	background-color: #d3d3d3;
  height: 3px;
  flex-grow: 1;
}
.fabric_appli_arow .lines .swiper-pagination-progressbar-fill {
  background-color: #888888;
}

@media (max-width: 1760px) {
  .fabric_appli_arow {
    padding: 3.4% 0 3.4% 2vw;
  }
  .fabric_appli li .text_sums .nums {
    font-size: 9.65vw;
  }
  .fabric_appli li .text_sums h3 {
    font-size: 22px;
  }
  .fabric_appli li .text_sums h4 {
    font-size: 18px;
  }
}
@media (max-width: 1560px) {
  .fabric_appli li .text_sums h3 {
    font-size: 20px;
  }
  .fabric_appli li .text_sums h4 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .fabric_appli_arow .fabric_appli_prev, 
  .fabric_appli_arow .fabric_appli_next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 990px) {
  .fabric_appli li .text_sums h4 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 450px) {
  .fabric_appli li .text_sums .nums {
    font-size: 80px;
  }
  .fabric_appli_arow .fabric_appli_prev {
    margin-right: 10px;
  }
  .fabric_appli_arow .fabric_appli_next {
    margin-right: 15px;
  }
}

/* 产品中心 */
.product {
  padding: 108px 0 44px; background:#f6f6f6; margin-top:100px
}

.product_top {
  justify-content: space-between;
  align-items: center;
}
.product_top .titles {
  width: 32%;
}
.product_top .titles h2 {}
.product_list {
  width: 64%;
  margin-left: auto;
}
.product_list ul {
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.product_list li {
  margin: 4px 1.67% 4px 0;
}
.product_list li:last-child {
  margin-right: 0;
}
.product_list li a {
  display: block;
}
.product_list li h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.375;
	letter-spacing: 0px;
	color: #333333;
	border: solid 1px #a9a9a9;
  padding: 0 1.3em;
  text-align: center;
  min-width: 9.625em;
}
.product_list li.active h3,
.product_list li:hover h3 {
  font-weight: bold;
	color: #ffffff;
	background-color: #0c3a90;
  border-color: #0c3a90;
}

.product_dowm {
  margin-top: 40px;
  position: relative;
}
.product_tabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.product_tabs.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
  z-index: 10;
  position: relative;
}
/* .product_tabs ul {
  justify-content: flex-start;
  align-items: flex-start;
} */
.product_tabs li {
  width: 23.6%;
  margin-right: calc(5.6% / 3);
}
/* .product_tabs li:nth-child(4n) {
  margin-right: 0;
} */
.product_tabs li a {
  display: block;
}
.product_tabs li .imgs {
  /* padding-top: calc(310 / 337 * 150%); */
}
.product_tabs li .text {
  margin-top: 5.6%;
}
.product_tabs li .text h4 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #333333;
  padding: 0 1em;
}
.product_tabs li:hover .text h4 {
  color: #0c3a90;
}

@media (max-width: 1760px) {
  .product {
    padding: 6% 0 44px;
  }
}
@media (max-width: 1560px) {
  .product_tabs li .text h4 {
    font-size: 17px;
  }
  .product_list li h3 {
    font-size: 15px;
    min-width: 9.5em;
  }
}
@media (max-width: 1200px) {
  .product {
    padding: 40px 0 32px;
  }
  .product_top {
    flex-flow: column;
  }
  .product_top .titles {
    width: 100%;
    text-align: center;
  }
  .product_list {
    width: 100%;
    margin-top: 20px;
  }
  .product_list ul {
    justify-content: center;
  }
  .product_list li:nth-last-child(n+2) a {
    pointer-events: none;
  }
  .product_list li h3 {
    font-size: 14px;
  }
  .product_tabs li .text h4 {
    font-size: 15px;
  }
  .product_dowm {
    margin-top: 36px;
  }
}
@media (max-width: 990px) {
  /* .product_tabs ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product_tabs li {
    width: 48%;
    margin-right: 0;
  }
  .product_tabs li:nth-child(n+3) {
    margin-top: 20px;
  } */
  .product_tabs li .text {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .product {
    padding: 30px 0 24px;
  }
  .product_list {
    margin-top: 12px;
  }
  .product_list ul {
    justify-content: space-between;
  }
  .product_list li {
    width: 48.5%;
    margin-right: 0;
  }
  .product_dowm {
    margin-top: 20px;
  }
  .product_tabs li .text {
    margin-top: 5px;
  }
}

/* 全球销售网络 */
.network {	
  padding: 136px 0 100px;
}
.network .dth_wh {
  justify-content: space-between;
  align-items: flex-end;
}
.network_maps {
  width: 58.7%;
}
.network_maps img {
  max-width: 100%;
  width: auto;
}

.network_rtext {
  width: 35.75%;
}
.network_rtext .titles h2 {
}
.network_rtext .tit_wzs {
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.7;
	letter-spacing: 0.06em;
	color: #000000;
  margin-top: 1.2em;
}
.network_rtext .network_rtext_img {
  margin-top: 10.2%;
}
.network_rtext .network_rtext_img img {
  width: 100%;
}

@media (max-width: 1760px) {
  .network {
    padding: 7% 0 5.6%;
  }
}
@media (max-width: 1560px) {
  .network {
    padding: 6% 0 5.6%;
  }
  .network_rtext .tit_wzs {
    font-size: 19px;
    margin-top: 1.1em;
  }
}
@media (max-width: 1200px) {
  .network {
    padding: 50px 0;
  }
  .network_rtext .tit_wzs {
    font-size: 17px;
    margin-top: 1em;
  }
}
@media (max-width: 990px) {
  .network {
    padding: 40px 0;
  }
  .network_rtext .tit_wzs {
    font-size: 15px;
    margin-top: 0.8em;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .network {
    padding: 30px 0;
  }
  .network .dth_wh {
    flex-flow: column;
  }
  .network_maps {
    width: 100%;
  }
  .network_rtext {
    width: 100%;
    margin-top: 20px;
  }
  .network_rtext .network_rtext_img {
    margin-top: 20px;
  }
}

/* 优势 */
.advantages {}
.advantages_con {}
.advantages_con ul {
  justify-content: space-between;
}
.advantages_con li {
  flex: 1;
}
.advantages_con li a {
  display: block;
  position: relative;
}
.advantages_con li .imgs {
  padding-top: calc(538 / 640 * 100%);
}
.advantages_con li .text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 90%;
  text-align: center;
  transition: 0.5s ease;
}
.advantages_con li:hover .text {
  transform: translateY(calc(-50% - 20px));
  transition: 0.3s ease;
}
.advantages_con li .text h4 {
  font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.6em;
}
.advantages_con li .text .jts {
  display: block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(27 / 45 * 100%) auto;
  background-image: url("//cdn.myxypt.com/e3fb7533/24/08/28ee00e8b4d88264dad6e1a184c3bac7114a3e5e.png");
	border: solid 1px #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}

@media (max-width: 1760px) {
}
@media (max-width: 1560px) {
  .advantages_con li .text h4 {
    font-size: 1.9vw;
  }
  .advantages_con li .text .jts {
    width: 2.88vw;
    height: 2.88vw;
  }
}
@media (max-width: 1200px) {
  .advantages_con li .text h4 {
    font-size: 24px;
  }
  .advantages_con li .text .jts {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 990px) {
  .advantages_con li .text {
    transform: translateY(-45%);
  }
  .advantages_con li:hover .text {
    transform: translateY(calc(-45% - 20px));
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .advantages_con ul {
    flex-flow: column;
  }
  .advantages_con li {
    width: 100%;
  }
  .advantages_con li .text {
    transform: translateY(-40%);
  }
  .advantages_con li:hover .text {
    transform: translateY(calc(-40% - 20px));
  }
}

/* 底部 */
footer {
	background-color: #333333;
}

.layout {
  padding: 12px 0 65px;
}

.layout_nav {
  width: 49%;
}
.layout_nav .ft_nav {
  justify-content: space-between;
}
.layout_nav .ft_nav>li {
  flex: 1;
}
.layout_nav .ft_nav>li>a,
.layout_contact h4 {
  font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.2;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.6);
}
.layout_nav .ft_nav .x-nav-menu dd {}
.layout_nav .ft_nav .x-nav-menu dd a,
.layout_contact {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.1;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.6);
}
.layout_contact {
  margin-left: 3.5%;
  width: 25%;
}

.layout_share,
.layout_ewm {
  width: 19%;
  margin-left: auto;
}
.layout_share ul {
  justify-content: flex-end;
  align-items: center;
}
.layout_share li {
  position: relative;
  margin-right: 7%;
}
.layout_share li:last-child {
  margin-right: 0;
}
.layout_share li.xls {}

.layout_share li a {
  display: block;
  position: relative;
}
.layout_share li .bts {
  display: block;
	background-color: #404040;
	border-radius: 5px;
  width: 46px;
  height: 46px;
}
.layout_share li .bts img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.layout_share li.xls .ewm {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
}
.layout_share li.xls .ewm img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}

.layout_ewm {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 0;
}
.layout_ewm .ewm {
  display: block;
  text-align: center;
  width: 120px;
  max-width: 100%;
  padding-top: 4%;
}
.layout_ewm .ewm img {
  width: 100%;
}
.layout_ewm .ewm p {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.2;
	letter-spacing: 0px;
	color: #ffffff;
}

.layout_nav .ft_nav .x-nav-menu dd a:hover {
  color: #ffffff;
}

.layout_top {
  padding: 14px 0;
}
.layout_top .dth_wh {
  align-items: center;
}
.layout_top .layout_nav .ft_nav .x-nav-menu {
  display: none;
}

.layout_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 35px;
}
.layout_bottom .layout_nav .ft_nav>li>a {
  display: none;
}


.foot {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.5);
  padding: 1.5em 0;
  position: relative;
}
.foot::before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  width: 100%;
  max-width: 1500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.foot .dth_wh {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.clearboth {
  width: 100%;
}
.foot a {
  font-size: inherit;
  color: inherit;
}
.foot a:hover {
  color: #ffffff;
}

@media (max-width: 1760px) {
  #toolbar {
    display: none;
  }
  .layout {
    padding: 8px 0 50px;
  }
}
@media (max-width: 1560px) {
  .layout {
    padding: 0.5% 0 3.2%;
  }
  .layout_nav .ft_nav>li>a, 
  .layout_contact h4 {
    font-size: 1.4vw;
  }
  .layout_nav .ft_nav .x-nav-menu dd a, 
  .layout_contact {
    font-size: 15px;
  }
  .layout_share li .bts {
    width: 44px;
    height: 44px;
  }
  .layout_bottom {
    padding-top: 2.2%;
  }
  .foot {
    font-size: 13px;
  }
  .layout_ewm .ewm {
    width: 110px;
  }
  .layout_ewm .ewm p {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .layout_nav .ft_nav>li>a, 
  .layout_contact h4 {
    font-size: 16px;
  }
  .layout_nav .ft_nav .x-nav-menu dd a, 
  .layout_contact {
    font-size: 14px;
  }
  .layout_share li .bts {
    width: 40px;
    height: 40px;
  }
  .foot {
    font-size: 12px;
  }
  .layout_ewm .ewm {
    width: 100px;
  }
  .layout_ewm .ewm p {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .layout_nav {
    display: none;
  }
  .layout_contact {
    margin-left: 0;
    width: 55%;
  }
  .layout_share, 
  .layout_ewm {
    width: 40%;
  }
  .foot .dth_wh {
    justify-content: center;
    text-align: center;
  }
  .ft_region,
  .ft_prs,
  .ft_link {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .layout {
    padding: 1px 0 10px;
  }
  .layout_top {
    padding: 4px 0;
  }
  .layout_share {
    display: none;
  }
  .layout_bottom .dth_wh {
    flex-flow: column;
  }
  .layout_contact {
    width: 100%;
    font-size: 13px;
  }
  .layout_contact h4 {
    font-size: 15px;
  }
  .layout_ewm {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }
}


/* 内页左侧导航栏样式 */
.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 .first-nav-btn {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: url(../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: #0c3a90;
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
  color: #0c3a90;
}

.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: #ab001a;
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
  color: #ab001a;
}

.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: #ab001a;
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
  color: #ab001a;
}

@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: 22%;
  margin: 0 1.5% 20px 1.5%;
  padding: 10px 10px 0 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-product-list li .img {
  display: block;
  border: 1px solid #eeeeee;
}

.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 .img {
  border-color: #292e39;
}

.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: 23%;
  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: #ab001a;
}

/* 内页新闻列表 */
.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;
  color: #000;
  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: #292e39;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #292e39;
}

@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: lleft;
  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: #292e39;
}

.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: #292e39;
  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(../images/xypg-job-jt.png) center no-repeat;
  border-radius: 50%;
}

.xypg-job-list .job-item .job-more a:hover {
  background-color: #292e39;
}

.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: #292e39;
  background: #292e39;
}

.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: #ab001a;
}

/*内页详情页面公用样式*/
.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 .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% - 10px);
  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% - 10px);
  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: #292e39;
}

.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: #292e39;
}

.xypg-detail-con-title {
  margin: 20px 0 10px 0;
}

.xypg-detail-con-title span {
  display: inline-block;
  font-size: 18px;
  color: #292e39;
}

.xypg-detail-con {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}

.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: #292e39;
  line-height: 40px;
  border-bottom: 3px solid #ab001a;
  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: #ab001a;
}

.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: #292e39;
  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: #ab001a;
}

@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: #ab001a;
  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: #292e39;
  text-align: center;
}

.relate-product-slick .owl-item:hover p {
  color: #ab001a;
}

.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: #292e39;
}

.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: #ab001a;
}

.relate-news-list li:hover a:before {
  color: #ab001a;
}

.relate-news-list li:hover span {
  color: #ab001a;
}

@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: #292e39;
  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: #292e39;
  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: #292e39;
}

/* 简历提交表格 */
.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: #292e39;
}

.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: #292e39;
  font-size: 14px;
}

#message-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;
  }
}

#message-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: #ab001a;
}

.xypg-search-result-box {
  margin-bottom: 20px;
}

.xypg-search-result-box .xypg-search-title {
  border-left: 3px solid #292e39;
  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-image: url(../images/file_icon.png);
  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: #ab001a;
}