/*公共样式--开始*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
body {
  font-family: Microsoft YaHei;
}
.x-banner .owl-carousel button {
  display: none;
}
.x-header {
  z-index: 9999;
  position: absolute;
  top: 0px;
  padding: 1.30208333% 0;
  width: 100%;
}
.x-layout-logo a:hover {
  opacity: 0.6;
}
.x-logo {
  float: left;
  width: 18%;
  line-height: 55px;
}

.x-logo a {
  display: block;
}

.x-header-right {
  float: right;
  width: 25%;
  text-align: right;
}

.x-header-right #formsearch,
.x-header-right .x-login {
  display: inline-block;
  vertical-align: middle;
}

.x-header-right #formsearch {
  width: calc(100% - 100px);
  position: relative;
}

.x-header-right #formsearch:before {
  content: "|";
  position: absolute;
  left: 36px;
  top: 5px;
}

.x-header-right #formsearch #s_btn {
  float: left;
  outline: none;
  border: none;
  width: 35px;
  height: 30px;
  font-size: 0;
  background-image: url("../images/icon_spirit.png")/*tpa=http://www.174ph.com/template/default/assets/images/icon_spirit.png*/;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 -210px;
}

.x-header-right #formsearch #keyword {
  float: left;
  background: none;
  outline: none;
  border: none;
  width: calc(100% - 35px);
  color: rgba(0, 0, 0, 0.8);
  margin-top: 5px;
  height: 20px;
  padding-left: 10px;
}

.x-header-right .x-login {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  line-height: 30px;
}

.x-header-right .x-login .username {
  max-width: 75px;
  vertical-align: -10px;
  display: inline-block;
}

.x-header-right .x-login a {
  color: #000;
}

.x-header-right .x-login a:hover {
  color: #ab001a;
}
/* 扥路 */
.xa-login {
  position: absolute;
  width: 50%;
  text-align: right;
  top: 0;
  right: 8.33333333%;
}

/* 导航样式 */
.x-menu {
  width: 60%;
  float: right;
}

.x-menu > li {
  float: left;
  position: relative;
  margin: 0 1.84vw;
  /* width: 12.5%;
  text-align: center; */
}

.x-menu > li > a {
  display: block;
  padding: 0 0.18vw;
  font-size: 16px;
  color: #fff;
  line-height: 3.4;
}

/* .x-menu > li > a:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
} */

.x-menu > li > a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.x-menu > li:hover > a::after {
  width: 100%;
}
.x-menu > li.active > a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
}
/* .x-menu > li.active > a {
  border-bottom: 2px solid #fff;
  color: #fff;
} */

.x-menu > li:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 160%;
  left: -25%;
  top: 85px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 0.5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.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 dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  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;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #ab001a;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}
@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 8%;
}

.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: #b4b4b3;
  border-radius: 0%;
  width: 3.5em;
  height: 0.5em;
  opacity: 1;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: 1;
  background: #ce0800;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
  background: #ce0800;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}
.max1600 {
  max-width: 1600px;

  margin: 0 auto;
}
/* 产品中心 */
.product {
  background: #f9f9f9;
  padding-top: 2.5%;
  padding-bottom: 3.2%;
}

.pro_ttt {
  position: relative;
  margin-bottom: 3.20833333%;
}
.pro_ttt h3 {
  font-family: "Arial";
  color: #c30734;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}
.pro_ttt h3 p {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.hotw {
  padding-top: 2.5%;
}
.hotw a {
  font-size: 16px;
  color: #333333;
}
.hotw a:last-child{
    color: #666666;
}
.hotw a:hover {
  color: #ce0800;
}
.hotw a::after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
  color: #333333;
}
.hotw a:last-child::after {
  content: "";
}
.ppp {
  margin: 0 13.3px;
}
.prozd {
  margin-left: -13.3px;
  margin-right: -13.3px;
}
.ppp p {
  padding-top: 35px;
}
.ppp p a {
  font-size: 18px;
  color: #333333;
  display: block;
  text-align: center;
}
.ppp .img {
  overflow: hidden;
}
.ppp .img img {
  transition: all 0.8s;
  max-width: 100%;
}
.ppp:hover .img img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.ppp:hover p a {
  color: #c30734;
}
/* 关于我们 */
.c1_index {
  position: relative;
  padding: 5.25% 0;
}

.c1_left {
  float: left;
}

.c1_left h3 {
  font-family: "Arial";
  font-size: 50px;
  line-height: 1.1;
  color: #c30734;
}

.c1_left h3 p {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
}

.c1_left .abb_txt {
  padding: 5.34375% 0;
  color: #333333;
  font-size: 16px;
  line-height: 2;
}

.c1_left .abbmore {
  display: block;
  width: 152px;
  line-height: 50px;
  background: #c30734;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  transition: 0.8s;
  position: relative;
}
/* .c1_left .abbmore::after {
  content: "查看更多";
  width: 0px;
  height: 50px;
  display: block;
  background: #a00734;
  position: absolute;
  color: #fff;
  left: 50%;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  line-height: 50px;
  top: 0;
} */
/* .c1_left .abbmore:hover {
  background: #a00734;
} */
.c1_left .abbmore span {
  display: block;
  position: relative;
  z-index: 9999;
}
.c1_left .abbmore::before {
  content: "";
  width: 0;
  height: 50px;
  background: #a00734;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 0;
}
.c1_left .abbmore:hover::before {
  width: 52%;
  left: 0;
  transition: 0.8s;
}
.c1_left .abbmore::after {
  content: "";
  width: 0;
  height: 50px;
  background: #a00734;
  position: absolute;
  border-radius: 5px;
  right: 50%;
  top: 0;
}
.c1_left .abbmore:hover::after {
  width: 52%;
  right: 0;
  transition: 0.8s;
}
.c1_img {
  margin-top: 30px;
  float: right;
}

.c1_img img {
  max-width: 100%;
  float: right;
}

@media (max-width: 1600px) {
  .max1600 {
    padding: 0 20px;
  }
}
/*c2_index*/
.c2_index {
  position: relative;
  background: url("../images/fwbj.jpg")/*tpa=http://www.174ph.com/template/default/assets/images/fwbj.jpg*/ no-repeat top center #f9f9f9;
  padding: 2.20833333% 0;
}

.c2_ttt {
  position: relative;
  margin-bottom: 3.20833333%;
}

.c2_ttt h3 {
  font-family: "Arial";
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.c2_ttt h3 p {
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px;
}

.c2_ttt .c2_txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}
.c2_ttt .c2_txt a {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
  float: right;
}
.c2_ttt .c2_txt a:hover {
  opacity: 0.8;
}
.c2_list {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.c2_list {
  margin-left: -2.6px;
  margin-right: -2.6px;
}
.c2_list li {
  position: relative;
  /* width: 24.59%;
  text-align: center;
  padding: 0 0px;
  cursor: pointer; */
  margin: 0 2.6px;
}
.c2_list li .imgs {
  background: rgba(0, 0, 0, 0.8);
}
.c2_list li .imgs img {
  width: 100%;
}
.c2_list .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.c2_list li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  opacity: 1;
  transition: 0.3s;
}

.c2_list li::after {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  background: rgba(195, 7, 52, 0.8);
  content: "";
  opacity: 0;
  transition: 0.3s;
}

.c2_list li a {
  display: block;
  width: 90%;
  position: absolute;
  top: 55%;
  margin-top: -80px;
  left: 5%;
  right: 5%;
  text-align: center;
  z-index: 9999;
  transition: 0.5s;
}

.c2_list li:hover a {
  top: 45%;
}

.c2_list li h3 {
  color: #fff;
  font-size: 24px;
  padding: 4.20833333% 0;
}

.c2_list li span {
  display: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  padding: 8.20833333% 17%;
  opacity: 0;
  /*margin-top: 25px;*/
  transition: 0.3s;
}

.c2_list li i {
  font-style: inherit;
  display: none;
  width: 150px;
  line-height: 42px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: 0.3s;
}

.c2_list li:hover::after {
  opacity: 1;
}

.c2_list li:hover::before {
  opacity: 0;
}

.c2_list li:hover span {
  opacity: 1;
  display: block;
}

.c2_list li:hover i {
  opacity: 1;
  display: inline-block;
}
.hzimg {
  margin: 0 10.6px;
  border: 1px solid #eeeeee;
}
.hzimg:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 30px;
}
.hz {
  padding-top: 10px;
  padding-bottom: 4%;
  background: #f9f9f9;
}
.hz .p1 {
  font-size: 28px;
  color: #333333;
  margin-bottom: 50px;
}
.hzzb {
  margin-left: -10.6px;
  margin-right: -10.6px;
}
@media (max-width: 1200px) {
  .c2_list {
    flex-wrap: wrap;
  }
  .c2_list li {
    /* width: 49.59%;
    margin-top: 10px; */
  }
}
@media (max-width: 991px) {
  .c2_list li {
    margin: 0;
  }
  .c2_list {
    margin: 0;
  }
}
/* @media (max-width: 768px) {
  .c2_list li {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .c2_list li {
  }
} */
/*c3_index*/
.c3_index {
  position: relative;
  padding: 3.125% 0;
}

.c3_ttt {
  position: relative;
  margin-bottom: 3.20833333%;
}

.c3_ttt h3 {
  font-family: "Arial";
  color: #c30734;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.c3_ttt h3 p {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}

.c3_ttt a {
  position: absolute;
  right: 0px;
  bottom: 10px;
  display: block;
  color: #999999;
  font-size: 14px;
}
.c3_ttt a:hover {
  opacity: 0.8;
}
.news_list22 {
  margin-top: 2.125%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.news_list22 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}

.news_list22 li {
  position: relative;
  /* width: 31.88%; */
  margin: 0 17.5px;
}

.news_list22 li a {
  display: block;
}

.news_list22 li .ims {
  overflow: hidden;
}

.news_list22 li .ims img {
  width: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_list22 li:hover .ims img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
}

.news_list22 li i {
  display: block;
  font-style: inherit;
  color: #999999;
  font-size: 14px;
  padding: 18px 0 10px;
}

.news_list22 li h3 {
  font-size: 18px;
  color: #333333;
  padding-bottom: 10px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.news_list22 li span {
  font-size: 14px;
  display: block;
  color: #999999;
  margin-top: 10px;
  line-height: 1.7;
  padding-bottom: 25px;
}

.news_list22 li:hover h3 {
  color: #c30734;
}

@media (max-width: 992px) {
  .news_list22 {
    flex-wrap: wrap;
  }
  .news_list22 li {
    /* width: 48%; */
  }
  .news_list22 li h3 {
    padding-bottom: 10px;
  }
  .news_list22 li span {
    font-size: 12px;
  }
}

/* @media (max-width: 768px) {
  .news_list22 li {
    width: 100%;
  }
} */
/*c4_index*/
.c4_index {
  position: relative;
  background: #f5f5f5;
  padding-top: 34px;
  padding-bottom: 34px;
}

.c4_list {
  display: flex;
  justify-content: space-between;
}

.c4_list li {
  position: relative;
}
.c4_list li .tp {
  width: 66px;
  height: 66px;
  display: block;
  float: left;
  border: 1px solid #767676;
  border-radius: 50%;
}
.c4_list li .time2 {
  float: left;
  margin-left: 20px;
  /* padding-top: 10px; */
}
.c4_list li .tp1 .tp11 {
  width: 26px;
  height: 26px;
  margin: 0 auto;
  margin-top: 20px;
}
.c4_list li .tp3 .tp22 {
  width: 26px;
  height: 26px;
  margin: 0 auto;
  margin-top: 20px;
}
.c4_list li .tp4 .tp33 {
  width: 20px;
  height: 28px;
  margin: 0 auto;
  margin-top: 19px;
}
.c4_list li .tp1 .tp11 {
  background: url("../images/tel2.png")/*tpa=http://www.174ph.com/template/default/assets/images/tel2.png*/ top;
}

.c4_list li .tp3 .tp22 {
  background: url("../images/wz2.png")/*tpa=http://www.174ph.com/template/default/assets/images/wz2.png*/ top;
}
.c4_list li .tp4 .tp33 {
  background: url("../images/area2.png")/*tpa=http://www.174ph.com/template/default/assets/images/area2.png*/ top;
}
.c4_list li .tp1:hover .tp11 {
  background: url("../images/tel2.png")/*tpa=http://www.174ph.com/template/default/assets/images/tel2.png*/ bottom;
  transition: all 0.3s;
}
.c4_list li .tp:hover {
  border: none;
  background: #c30734;
}
.c4_list li .tp3:hover .tp22 {
  background: url("../images/wz2.png")/*tpa=http://www.174ph.com/template/default/assets/images/wz2.png*/ bottom;
  transition: all 0.3s;
}
.c4_list li .tp4:hover .tp33 {
  background: url("../images/area2.png")/*tpa=http://www.174ph.com/template/default/assets/images/area2.png*/ bottom;
  transition: all 0.3s;
}
.c4_list li .time2 p:first-child {
  font-size: 18px;
  color: #666666;
  margin-top: 15px;
}
.c4_list li .time2 p:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  color: #666666;
}
.c4_list li a {
  display: block;
}

.c4_list li .span {
  float: left;
  width: 66px;
  height: 66px;
  display: block;
  border: 1px solid #767676;
}

.c4_list li .time2 h3 {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}

.c4_list li .time2 h4 {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

@media (max-width: 1024px) {
  .c4_list {
    flex-wrap: wrap;
  }
  .c4_list li {
    margin-bottom: 20px;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .c4_list li {
    margin-bottom: 15px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .c4_list li span {
    width: 20%;
  }
  .c4_list li .time2 {
    width: 70%;
  }

  .c4_list li .time2 h3 {
    font-size: 16px;
  }

  .c4_list li .time2 h4 {
    font-size: 16px;
  }
}
/* 尾部 */
.ewm .p1 {
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
  margin-top: 18px;
  text-align: center;
}
.ma1 {
  margin-right: 20px;
}

.foot_search {
  float: right;
  width: auto;
}

.foot_ewm {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.x-copyright span {
  margin-left: 16px;
}
@media (max-width: 1540px) {
  .foot_ewm {
    display: none;
  }
}
@media (max-width: 1200px) {
  .foot_ewm {
    display: none;
  }
}

.hotSearch {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.hotSearch a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-right: 7px;
}
.hotSearch a:hover {
  color: rgba(255, 255, 255, 1);
}
#formsearch2 {
  width: 337px;
  background: url("../images/foot_ss.png")/*tpa=http://www.174ph.com/template/default/assets/images/foot_ss.png*/ no-repeat center center;
}

#formsearch2 input {
  height: 50px;
  border: none;
  line-height: 50px;
  outline: none;
  background: none;
}

#formsearch2 input#keyword {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  color: #666;
  float: left;
  width: 80%;
}

#formsearch2 input#s_btn {
  width: 20%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  float: left;
}

@media (max-width: 1200px) {
  #formsearch2 {
    width: 100%;
    background-size: 100%;
  }
  .c2_index {
    background: #414254;
  }
  .hotw {
    display: none;
  }
}
@media (max-width: 992px) {
  .x-banner {
    margin-top: 60px;
  }
  .page-banner {
    display: none;
  }
  .page-position {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .pro_ttt h3 {
    font-size: 30px;
  }
  .pro_ttt h3 p {
    font-size: 18px;
  }
  .c1_left h3 {
    font-size: 30px;
  }
  .c1_left h3 p {
    font-size: 18px;
  }
  .c2_ttt h3 {
    font-size: 30px;
  }
  .c2_ttt h3 p {
    font-size: 18px;
  }
  .c3_ttt h3 {
    font-size: 30px;
  }
  .c3_ttt h3 p {
    font-size: 18px;
  }
  .link_index {
    display: none;
  }
  .x-region {
    display: none;
  }
  .x-copyright {
    font-size: 12px;
  }
  .ppp p {
    padding-top: 15px;
  }
}
