@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

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

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

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

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

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

.iml {
  text-align: center;
}

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

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

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

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

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

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

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

/*头部样式*/
.top1 {
  background: #f5f5f5;
  color: #a0a0a0;
  line-height: 25px;
  overflow: hidden;
  font-size: 14px;
  padding: 10px 0;
}

.top1 a {
  color: #a0a0a0;
}

.wel {
  width: 60%;
}

.topLink {
  width: calc(100% - 65%);
}

.top2 {
  height: 90px;
  overflow: hidden;
}

.logo {
  float: left;
  line-height: 90px;
  width: 43.6%;
}

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

.top2 .k2 {
  margin-top: 15px;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  background: url(../images/tel.png) no-repeat right center;
  padding-right: 70px;
  font-family: 'Arial';
  margin-left: 20px;
}

.logowz {
  line-height: 90px;
}

.logowz img {
  max-width: 100%;
}

/* 导航样式 */
#menu {
  background-color: #ff7f00;
  position: relative;
  z-index: 9999;
}

.x-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.x-menu > li {
  position: relative;
  width: 15%;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  line-height: 65px;
  height: 65px;
  text-align: center;
  font-weight: 600;
}

.x-menu > li > a:hover {
  background-color: #f4b125;
}

.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);
  background: #fff;
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0%;
  top: 65px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li {
  /* padding: 0 0.9rem; */
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #666666;
  line-height: 2.6;
}

.x-sub-menu > li > a:hover {
  background: #ff7f00;
  color: #fff;
}

.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;
  display: none;
}

/*搜索*/
.search {
  background: #f6f6f6;
}

.search h3 {
  float: left;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  line-height: 78px;
}

.search h3 span a {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-left: 15px;
}

.search h3 span a:hover {
  color: #ff7f00;
}

.sch {
  float: right;
  padding: 14px 0;
}

.sch #formsearch {
  width: 395px;
  background: #fff;
  border-radius: 30px;
  border: solid 1px #ddd;
  line-height: 45px;
}

.sch #formsearch input {
  border: none;
  background: none;
  outline: none;
}

.sch #formsearch #keyword {
  width: 335px;
  float: left;
  padding-left: 20px;
}

.sch #formsearch #s_btn {
  width: 50px;
  background: url(../images/sou.png) no-repeat center;
  float: right;
}

/*产品*/
.product {
  padding-top: 60px;
  padding-bottom: 74px;
}

.title {
  text-align: center;
}

.title h3 {
  font-size: 40px;
  font-weight: 600;
  color: #333;
}

.title p {
  font-size: 18px;
  color: #888888;
  margin-top: 10px;
}

.pro-show {
  margin-top: 60px;
}

.pro-cfn {
  float: left;
  width: 22.6%;
}

.pro-cfn h3 {
  text-align: center;
  background: #ff7f00;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  padding: 21px 0;
  position: relative;
}

.pro-cfn h3 span {
  display: block;
  font-size: 14px;
  opacity: .5;
  text-transform: uppercase;
  margin-top: 5px;
}

.pro-cfn h3::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background: #fff;
  bottom: 2px;
  left: 0;
}

.pro-name {
  padding-bottom: 30px;
  background: #f8f8f8;
}

.pro-name > ul > li {
  background: #f8f8f8;
  padding: 0 15px;
}

.pro-name > ul > li > a {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 3.61;
  border-bottom: solid 1px #ddd;
  border-bottom-style: dashed;
  padding-left: 45px;
  background: url(../images/sort.png) no-repeat 10px center;
}

.cfn-menu {
  padding-left: 35px;
  margin-top: 15px;
}

.cfn-menu li a {
  display: block;
  font-size: 16px;
  color: #777;
  line-height: 35px;
  padding-left: 15px;
  background: url(../images/sort.png) no-repeat left center;
}

.cfn-menu li a:hover {
  color: #ff7f00;
}

.pro-name > ul > li:hover {
  background: #ff7f00;
}

.pro-name > ul > li:hover > a {
  background: url(../images/sorth.png) no-repeat 10px center;
  color: #fff;
}

.pro-list {
  float: right;
  width: 74.2%;
}

.pro-list ul {
  flex-wrap: wrap;
}

.pro-list ul li {
  width: 30.69%;
}

.pro-list ul li a {
  display: block;
}

.pro-list ul li a .pro-img {
  overflow: hidden;
}

.pro-list ul li a .pro-img img {
  width: 100%;
  height: auto;
  border: 1px solid #bfbfbf;
}

.pro-list ul li a h4 {
  text-align: center;
  line-height: 54px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #555555;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}
@media (max-width: 767px) {
    .pro-list ul li:last-child{
        display:none;
    }
.pro-list ul li a h4{font-size:12px;line-height:34px;}
}
.pro-list ul li a:hover h4 {
  color: #ff7f00;
}

@media (max-width: 767px) {
  .product {
    padding: 40px 0;
  }
  .title h3 {
    font-size: 20px;
  }
  .title p {
    font-size: 14px;
  }
  .pro-show {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .pro-cfn {
    width: 100%;
  }
  .pro-cfn h3 {
    font-size: 20px;
    padding: 10px 0;
  }
  .pro-name > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pro-name > ul > li {
    width: 48%;
  }
  .pro-name > ul > li > a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pro-list {
    width: 100%;
    margin-top: 5%;
  }
  .pro-list ul li {
    width: 48%;
  }
}

/* 化工用品制造商 */
.quality {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 80px;
}

.quality .title h3 {
  color: #333333;
}

.quality .title p {
  color: #666666;
  opacity: 1;
}

.qua-list {
  margin-top: 50px;
}

.qua-con {
  float: left;
  border: solid 6px #fff;
  border-bottom: none;
  width: 23.23%;
}

.qua-con .qua-img {
  overflow: hidden;
}

.qua-con .qua-img img {
  width: 100%;
  height: auto;
}

.qua-con h3 {
  background: #fff;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  line-height: 65px;
}

.qua-text {
  text-align: center;
  color: #272727;
  margin-top: 65px;
}

.qua-text p {
  font-size: 22px;
  font-weight: 300;
}

.qua-text h4 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 20px;
  color: #000000;
}

.qua-text h5 p {
  font-size: 18px;
  line-height: 42px;
  width: 610px;
  background: #ff7f00;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .quality {
    padding: 40px 0;
  }
  .qua-list {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .qua-con {
    width: 48%;
    margin-bottom: 4%;
  }
  .qua-con h3 {
    font-size: 14px;
    line-height: 40px;
  }
  .qua-text {
    margin-top: 20px;
  }
  .qua-text p {
    font-size: 16px;
  }
  .qua-text h4 {
    font-size: 18px;
    margin-top: 10px;
  }
  .qua-text h5 p {
    width: 90%;
    font-size: 14px;
    line-height: 25px;
    padding: 2% 4%;
  }
}

/**/
.max1580 {
  max-width: 1610px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.reason {
  padding-top: 65px;
  padding-bottom: 88px;
  background: #f1f1f1;
}

.title h3 span {
  color: #ff7f00;
}

.ron-show {
  margin-top: 65px;
  position: relative;
  height: 100%;
}

.ron-cfn {
  border-right: solid 2px #ddd;
  background: #ff8000;
  width: 15.5%;
}

.ron-cfn ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.ron-cfn ul li {
  display: block;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  cursor: pointer;
  transition: all .5s ease;
  text-align: center;
}

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

.ron-cfn ul li img{
    transition:0.5s;
}
.ron-cfn ul li .img2 {
  /*display: none;*/
}
.ron-cfn ul li:hover img{
    -ms-transform:rotate(360deg); /* IE 9 */
    -webkit-transform:rotate(360deg); /* Safari and Chrome */
    transform:rotate(360deg);
}
.ron-cfn ul li:cur img{
    -ms-transform:rotate(360deg); /* IE 9 */
    -webkit-transform:rotate(360deg); /* Safari and Chrome */
    transform:rotate(360deg);
}
.ron-cfn ul li.cur .img1 {
  /*display: none;*/
}

.ron-cfn ul li.cur .img2 {
  display: inline-block;
}

.ron-cfn ul li + li {
  border-top: solid 1px #ddd;
}

.ron-cfn ul li h3 {
  text-align: center;
  font-size: 1.25vw;
  color: #fff;
  margin-top: 5px;
  font-weight: 600;
}

.ron-cfn ul li h3 span {
  color: #fff;
  display: block;
  font-size: 13px;
  opacity: .5;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Arial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ron-cfn ul li.cur {
  background: #ff8000;
}

.ron-cfn ul li.cur h3 {
  color: #fff;
}

.ron-list {
  width: calc(100% - 15.5%);
}

.ron-con {
  display: none;
}

.ron-exp {
  background: #f8f8f8;
  width: 43.3%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 2.3vw;
}

.ron-exp h3 {
  font-size: 34px;
  font-weight: normal;
  color: #ff7f00;
  position: relative;
}

.ron-exp h3::after {
  position: absolute;
  content: '';
  height: 4px;
  width: 65px;
  background: #ff8000;
  left: 0;
  bottom: -30px;
}

.ron-exp h3 span {
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
  font-family: Arial;
  text-transform: uppercase;
  opacity: .5;
}

.ron-exp .con {
  font-size: 15px;
  color: #333333;
  line-height: 2;
  margin-top: 3.90625vw;
}

.ron-exp .con p:last-child {
  margin-top: 20px;
}

.ron-img {
  float: left;
  overflow: hidden;
  width: calc(100% - 43.3%);
}

.ron-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .reason {
    padding: 40px 0;
  }
  .ron-show {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .ron-cfn {
    width: 100%;
    border: none;
  }
  .ron-cfn ul li {
    padding: 10px 0;
  }
  .ron-cfn ul li h3 {
    font-size: 16px;
  }
  .ron-cfn ul li h3 span {
    font-size: 12px;
  }
  .ron-con > div {
    flex-wrap: wrap;
  }
  .ron-list {
    width: 100%;
  }
  .ron-exp {
    width: 100%;
    padding: 20px 0;
  }
  .ron-exp h3 {
    font-size: 24px;
  }
  .ron-exp h3::after {
    bottom: -10px;
  }
  .ron-exp .con {
    margin-top: 30px;
  }
  .ron-img {
    width: 100%;
  }
}

/**/
.tech {
  padding-top: 65px;
  padding-bottom: 100px;
  position: relative;
}

.tech-con {
  position: relative;
  z-index: 3;
}

.tech-list {
  margin-top: 45px;
}

.tech-list ul li {
  cursor: pointer;
  float: left;
  border: solid 1px #ddd;
  text-align: center;
  width: 11.3%;
  position: relative;
  padding: 1.5625vw 0;
}

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

.tech-list ul li .tech-img .img2 {
  display: none;
}

.tech-list ul li:hover .tech-img .img2 {
  display: block;
}

.tech-list ul li:hover .tech-img .img1 {
  display: none;
}

.tech-list ul li h3 {
  font-size: 16px;
  color: #333;
  margin-top: 1vw;
  font-weight: normal;
}

.tech-list ul li p {
  font-size: 12px;
  color: #aeaeae;
  margin-top: 5px;
  font-family: Arial;
  text-transform: uppercase;
}

.tech-list ul li span {
  position: absolute;
  width: 40px;
  color: #999;
  background: #eeeeee;
  line-height: 24px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 600;
  text-align: center;
  display: block;
  bottom: -12px;
  left: 34%;
}

.tech-list ul li:hover span {
  background: #ff7f00;
  color: #fff;
}

.tech-list ul li:hover {
  border: solid 1px #ff7f00;
}

@media (max-width: 767px) {
  .tech {
    padding: 40px 0;
  }
  .tech-list {
    margin-top: 40px;
  }
  .tech-list ul {
    flex-wrap: wrap;
  }
  .tech-list ul li {
    width: 48%;
    margin-bottom: 8%;
    padding: 20px 0;
  }
}

/* 简介 */
.about11 {
  background: #f8f8f8;
  padding-top: 90px;
}

.about11-index {
  align-items: flex-end;
}

.abt-img {
  border: solid 3px #fff;
  width: 48.8%;
}

.abt-img img {
  width: 100%;
  height: auto;
}

.abt-con {
  width: calc(100% - 54.35%);
}

.abt-con h3 {
  font-size: 40px;
  color: #333333;
  font-weight: 600;
}

.abt-con span {
  font-size: 24px;
  text-transform: uppercase;
  opacity: .5;
  color: #666666;
  display: block;
  margin-top: 10px;
}

.abt-text {
  font-size: 16px;
  color: #333333;
  line-height: 2;
  margin-top: 1.30208333333333vw;
  overflow: hidden;
}

.abt-text p {
  text-align: justify;
  letter-spacing: -0.5px;
}

.abt-cfn {
  margin-top: 3.125vw;
}

.abt-cfn a {
  float: left;
  width: 158px;
  line-height: 54px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #ff8000;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.abt-cfn a:last-child {
  margin-right: 0;
}

.abt {
  margin-left: 13px;
}

.abt-cfn a:hover {
  color: #fff;
  background: #ff8000;
}

.abt-cfn a .img2 {
  display: none;
}

.abt-cfn a:hover .img1 {
  display: none;
}

.abt-cfn a:hover .img2 {
  display: inline-block;
}

@media (max-width: 767px) {
  .about11 {
    padding: 40px 0;
  }
  .about11-index {
    flex-wrap: wrap;
  }
  .abt-img {
    width: 100%;
  }
  .abt-con {
    width: 100%;
    margin-top: 5%;
  }
  .abt-con h3 {
    font-size: 24px;
  }
  .abt-con span {
    font-size: 18px;
  }
  .abt-text {
    font-size: 14px;
  }
  .abt-cfn a {
    width: 32.333%;
    margin: 0 0.5%;
    margin-right: 0;
    font-size: 14px;
  }
  .abt {
    margin-left: 5px;
  }
}

/* åŽ‚æˆ¿å±•ç¤º */
.workshop {
  background: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 50px;
}

.wkp-list {
  margin-left: -9px;
  margin-right: -9px;
}

.wkp-list ul li {
  margin: 0 9px;
}

.wkp-list ul li .wkp-img {
  overflow: hidden;
}

.wkp-list ul li .wkp-img img {
  width: 100%;
  height: auto;
}

.wkp-list ul li h3 {
  text-align: center;
  font-size: 16px;
  color: #555;
  background: #e5e5e5;
  line-height: 45px;
  font-weight: normal;
}

.wkp-list ul li:hover h3 {
  background: #ff7f00;
  color: #fff;
}

@media (max-width: 767px) {
  .workshop {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .wkp-list ul li h3 {
    font-size: 14px;
  }
}

/*新闻*/
.x-news {
  padding: 85px 0;
}

.x-news-box {
  margin-top: 45px;
  font-size: 0;
}

.ttzz {
  display: none;
}

.tabzz {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.tabzz li {
  width: 202px;
  background-color: #f3f3f3;
  margin-left: 9px;
  margin-right: 9px;
  padding-left: 33px;
}

.tabzz li a {
  color: #333333;
  font: 400 22px/64px "Microsoft yahei";
}

.tabzz li a .img {
  width: 40px;
  overflow: hidden;
  margin-right: 10px;
}

.tabzz li a .img img {
  margin-right: 10px;
  /* transition: all 0.8s; */
}

.tabzz li.cur {
  background-color: #ff7f00;
}

.tabzz li.cur .img img {
  /* transition: all 0.8s; */
  transform: translateX(-40px);
}

.tabzz li.cur a {
  color: #fff;
}

.x-news-list-left {
  width: 63.7%;
  float: left;
}

.x-news-list-left li {
  float: left;
  width: calc(50% - 50px);
  margin-right: 50px;
}

.x-news-list-left li .img img {
  width: 100%;
}

.x-news-list-left li .text {
  background-color: #fff;
}

.x-news-list-left li .text h3 {
  color: #333333;
  font: 400 18px/52px "Microsoft yahei";
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0;
}

.x-news-list-left li .text p {
  color: #999999;
  font: 400 14px/24px "Microsoft yahei";
}

.x-news-list-left li .text .date {
  color: #888888;
  font: 400 14px/36px "Microsoft yahei";
  margin-top: 36px;
  background: url(../images/date.png) no-repeat right center;
}

.x-news-list-left li:hover .text h3 {
  color: #ff7f00;
}

.x-news-list-right {
  float: right;
  width: 36.3%;
}

.x-news-list-right li {
  padding: 18px 15px 18px 15px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.x-news-list-right li + li {
  margin-top: 30px;
}

.x-news-list-right li .date {
  float: left;
  width: 80px;
  text-align: center;
}

.x-news-list-right li .date h4 {
  color: #555555;
  font: 600 40px/50px "Airal";
}

.x-news-list-right li .date span {
  color: #666666;
  font: 400 14px/16px "Microsoft yahei";
}

.x-news-list-right li .text {
  width: calc(100% - 80px);
  float: left;
  padding-left: 30px;
  position: relative;
}

.x-news-list-right li .text::after {
  position: absolute;
  left: 8px;
  top: 4px;
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background-color: #e8e8e8;
}

.x-news-list-right li .text h3 {
  color: #333;
  font: 400 18px/24px "Airal";
  margin-bottom: 10px;
}

.x-news-list-right li .text p {
  color: #999999;
  font: 400 14px/22px "Airal";
  margin-bottom: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.x-news-list-right li:hover .text h3 {
  color: #ff7f00;
}

@media (max-width: 1366px) {
  .x-news-list li {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (max-width: 1200px) {
  .x-news-list-left {
    width: 100%;
  }
  .x-news-list-right {
    display: none;
  }
  .x-news-list-left li {
    margin-right: 0px;
    width: calc(50% - 10px);
  }
  .x-news-list-left li + li {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .x-news {
    padding: 40px 0;
  }
  .x-news-box {
    margin-top: 30px;
  }
  .tabzz {
    margin-bottom: 30px;
  }
  .tabzz li {
    width: 30%;
    padding-left: 0;
    text-align: center;
  }
  .tabzz li a {
    font-size: 14px;
    line-height: 2.4;
  }
  .tabzz li a .img {
    display: none;
  }
  .x-news-list-left li {
    width: 100%;
  }
  .x-news-list-left li + li {
    margin: 0;
    margin-top: 10px;
  }
}

/**/
.flx {
  background: #f8f8f8;
  border-bottom: 1px solid #d6d6d6;
  padding: 30px 0;
}

.flx .flx1 {
  color: #201a1a;
  font-size: 24px;
}

.flx .flx2 {
  color: #000000;
  font-size: 24px;
}

.flx .flx2 img {
  max-width: 100%;
}

.foot-bg {
  background: #f8f8f8;
  padding: 48px 0;
}

.footl {
  width: 65%;
}

.fdao a {
  color: #000000;
  font-size: 16px;
}

.fdao a:hover {
  color: #ff7f00;
}

.fdz {
  color: #333333;
  font-size: 13px;
  margin: 15px 0;
}

.cop {
  color: #666666;
  font-size: 12px;
}

.cop a {
  color: #666666;
}

.footr {
  width: calc(100% - 76.2%);
}

.fxs p:nth-child(1) {
  color: #000000;
  font-size: 30px;
  margin-bottom: 15px;
}

.fxs p {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
}

.ft-tact {
  margin-top: 16px;
}

.ft-tact span:first-child {
  margin-left: 0;
  background: url(../images/pp1.png) no-repeat center;
  position: relative;
}

.ft-tact span {
  float: left;
  display: block;
  height: 46px;
  width: 46px;
  margin-left: 20px;
  cursor: pointer;
}

.ft-tact span a {
  display: block;
  height: 46px;
  width: 46px;
}

.ft-tact span:nth-child(2) {
  background: url(../images/pp2.png) no-repeat center;
  position: relative;
}

.ft-tact span:nth-child(3) a {
  background: url(../images/pp3.png) no-repeat center;
}

.ft-tact span:nth-child(4) a {
  background: url(../images/pp4.png) no-repeat center;
}

.ft-tact span:first-child p {
  opacity: 0;
  position: absolute;
  width: 100px;
  top: -105px;
  left: -30px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ft-tact span:nth-child(2) p {
  opacity: 0;
  position: absolute;
  width: 100px;
  top: -105px;
  left: -30px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ft-tact span:first-child p img,
.ft-tact span:nth-child(2) p img {
  max-width: 100%;
  height:auto !important;
  width:auto !important;
}

.ft-tact span:first-child:hover p,
.ft-tact span:nth-child(2):hover p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.link-bg {
  background: #ff8000;
  padding: 20px 0;
}

.link-index span {
  width: 202px;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
}

.link-index span img {
  margin-right: 10px;
  max-width: 100%;
}

.link-index .fsec {
  width: calc(100% - 202px);
}

.link-index .fsec a {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .flx {
    padding: 10px 0;
  }
  .flx .wh {
    flex-wrap: wrap;
  }
  .flx .flx1 {
    font-size: 18px;
  }
  .flx .flx2 {
    font-size: 16px;
  }
  .foot-bg {
    padding: 10px 0;
  }
  .foot-index {
    flex-wrap: wrap;
  }
  .footl {
    width: 100%;
  }
  .footr {
    width: 100%;
    margin-top: 5%;
  }
  .fxs p:nth-child(1) {
    font-size: 24px;
  }
}

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

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

.dbb {
  height: 50px;
}

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

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

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

.footer ul li.active {
  background: #ff7f00;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .page-banner, .x-banner {
    /*margin-top: 60px;*/
  }
}
