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

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

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

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

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

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

.iml {
  text-align: center;
}

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

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

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

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

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

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

.w1440 {
  width: 1440px;
  margin: 0 auto;
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

/*head*/
.head-index {
  align-items: center;
}

.head-index .logo {
  width: 200px;
  line-height: 110px;
}

.head-index .tnav {
  width: 895px;
}

.head-index .ttel p:nth-of-type(1) {
  color: #323232;
  font-size: 18px;
}

.head-index .ttel p:nth-of-type(2) {
  color: #c60000;
  font-size: 28px;
  font-family: "Arial";
}

/*about*/
.ab-index {
  margin-top: 85px;
}

.ab-index .abl {
  width: 665px;
}

.ab-index .abl .at1 {
  width: 108px;
  margin-top: 22px;
}

.ab-index .abl .at2 {
  width: 557px;
}

.ab-index .abl .at2 .a1 {
  background: url(../images/at2.png) no-repeat left top;
  height: 72px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}

.ab-index .abl .at2 .a1 span {
  color: #333333;
  font-size: 40px;
  font-weight: 600;
  margin-right: 20px;
}

.ab-index .abl .at2 .a2 {
  padding-left: 50px;
  color: #444444;
  font-size: 18px;
  margin-top: 10px;
}

.ab-index .abl .at2 .aw {
  padding-left: 50px;
  margin-top: 40px;
}

.ab-index .abl .at2 .aw p {
  color: #555555;
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
  line-height: 30px;
}

.ab-index .abl .at2 .aimg {
  margin-left: 50px;
  margin-top: 45px;
}

.ab-index .abl .at2 .aimg img {
  width: 522px;
  height: 321px;
}

.ab-index .abr {
  width: 569px;
  margin-top: 35px;
}

.add_sp {
  position: relative;
}

.add_sp li {
  text-align: center;
  /* position:relative; */
  list-style: none;
}

.add_sp .button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon_play {
  background: url(../images/v1.png) no-repeat center center;
  width: 95px;
  height: 95px;
}

.add_sp .button span {
  position: relative;
  z-index: 1;
}

#videobg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  text-align: center;
}

#video {
  display: inline-block;
  padding: 10px 10px 10px;
  width: 600px;
  height: 400px;
  vertical-align: middle;
  background: #FFF;
  position: relative;
}

#video .videoc {
  width: 100%;
  height: 100%;
}

#video iframe {
  width: 100%;
  height: 100%;
}

#video span {
  width: 40px;
  height: 40px;
  background: #000;
  color: #FFF;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  outline: none;
  top: 0px;
  right: -40px;
  cursor: pointer;
  display: block;
  font-family: Arial;
}

/**/
.yk-bg {
  background: #f4f4f4;
  height: 530px;
}

.yk-bg .yk-index .yk1 {
  padding-top: 110px;
  width: 160px;
}

.yk-bg .yk-index .yk2 {
  width: 465px;
  padding-top: 132px;
}

.yk-bg .yk-index .yk2 h3 {
  color: #333333;
  font-size: 24px;
  margin-bottom: 36px;
}

.yk-bg .yk-index .yk2 p {
  color: #444444;
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
}

.yk-bg .yk-index .yk2 a {
  display: block;
  color: #333333;
  font-size: 16px;
  margin-top: 80px;
}

.yk-bg .yk-index .yk3 {
  width: 569px;
  height: 362px;
  margin-top: -89px;
}

.yk-bg .yk-index .yk3 img {
  width: 569px;
  height: 362px;
}

/*产品展示*/
.pro-bg {
  background: url(../images/bj11.jpg) no-repeat top center;
  height: 901px;
}

.pro-bg .prol {
  width: 380px;
  margin-left: 280px;
  padding-top: 95px;
}

.pro-bg .prol .put .put1 {
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
}

.pro-bg .prol .put .put2 {
  padding-left: 40px;
  margin-top: -35px;
}

.pro-bg .prol .put .put2 h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.pro-bg .prol .put .put2 h4 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 15px;
}

.pro-bg .prol .psort {
  width: 290px;
  margin-top: 26px;
}

.pro-bg .prol .psort li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 21px 0;
}

.pro-bg .prol .psort li a {
  display: block;
  text-align: center;
  width: 168px;
  line-height: 48px;
  color: #fff;
  border-radius: 15px;
  margin: 0 auto;
  font-size: 18px;
}

.pro-bg .prol .psort li.active a {
  background: rgba(0, 0, 0, 0.2);
}

.pro-bg .pror {
  width: 1224px;
}

/*产品切换*/
.tab-con {
  position: relative;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.proSwiper {
  overflow: hidden;
}

.proSwiper .swiper-slide .img1 {
  position: relative;
}

.proSwiper .swiper-slide .img1 img {
  width: 1224px;
  height: 792px;
}

.proSwiper .swiper-slide .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  height: 60px;
  padding: 0 40px;
  justify-content: flex-start;
  align-items: center;
}

.proSwiper .swiper-slide .wz .ww {
  color: #ffffff;
  font-size: 18px;
  margin-left: 26px;
}

.proSwiper .swiper-pagination-pro {
  position: relative;
  bottom: 0;
}

.proSwiper .swiper-pagination-pro .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ecebeb;
  opacity: 1;
  margin: 0 4px;
}

.proSwiper .swiper-pagination-pro .swiper-pagination-bullet-active {
  background: #e2221c;
  width: 18px;
  border-radius: 10px;
}

/**/
.tt11 {
  display: none;
}

.w1287 {
  width: 1287px;
  margin: 0 auto;
}

.made-index {
  margin-top: 70px;
}

.made-index .put {
  text-align: center;
}

.made-index .put .put1 {
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 600;
  color: #eeeeee;
  line-height: 1;
}

.made-index .put .put2 {
  margin-top: -35px;
}

.made-index .put .put2 h3 {
  color: #333333;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.made-index .put .put2 h4 {
  font-size: 18px;
  color: #666666;
  margin-top: 15px;
}

.made-index .made-wrap {
  position: relative;
  margin-top: 40px;
}

.made-index .made-wrap .mimg {
  width: 891px;
  height: 525px;
}

.made-index .made-wrap .mimg img {
  width: 891px;
  height: 525px;
}

.made-index .made-wrap .mwen {
  margin-top: 40px;
}

.made-index .made-wrap .mwen .mwena {
  width: 215px;
}

.made-index .made-wrap .mwen .mwena h3 {
  color: #333333;
  font-size: 36px;
  font-weight: 600;
}

.made-index .made-wrap .mwen .mwena h4 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 10px;
}

.made-index .made-wrap .mwen .mwenb {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  width: 670px;
  padding-left: 50px;
  padding-right: 65px;
  color: #555555;
  font-size: 16px;
  line-height: 26px;
}

.made-index .made-wrap .mwen .mwenc {
  width: 330px;
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 80px;
}

.made-index .made-wrap .mwen .mwenc p {
  color: #555555;
  font-size: 16px;
}

.made-index .made-wrap .mwen .mwenc p:nth-of-type(2) {
  color: #000000;
  font-size: 27px;
}

.made-index .made-wrap .msort {
  position: absolute;
  right: 0;
  top: 0;
  width: 397px;
  height: 525px;
}

.made-index .made-wrap .msort li {
  background: #f3f3f3;
  border-bottom: 1px solid #e6e6e6;
  height: 175px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 55px;
}

.made-index .made-wrap .msort li:last-child {
  border-bottom: none;
}

.made-index .made-wrap .msort li .msortw {
  justify-content: flex-start;
  align-items: center;
}

.made-index .made-wrap .msort li .msortw .img1 {
  margin-right: 40px;
}

.made-index .made-wrap .msort li .msortw .wz .wza {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
}

.made-index .made-wrap .msort li .msortw .wz .wzb {
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
}

.made-index .made-wrap .msort li.cur {
  background: #c60000;
}

.made-index .made-wrap .msort li.cur .msortw .img1 img {
  filter: brightness(100);
}

.made-index .made-wrap .msort li.cur .msortw .wz .wza {
  color: #fff;
}

.made-index .made-wrap .msort li.cur .msortw .wz .wzb {
  color: #fff;
}

/*案例*/
.case-bg {
  background: url(../images/bj22.jpg) no-repeat top center;
  height: 899px;
  margin-top: 106px;
  padding-top: 162px;
}

.case-bg .case-left {
  width: 1240px;
  overflow: hidden;
}

.case-bg .case-left .swiper-slide .img1 img {
  width: 1240px;
  height: 660px;
}

.case-bg .case-left .swiper-slide .wz {
  background: #ababab;
  line-height: 120px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  width: 1240px;
  overflow: hidden;
  position: relative;
}

.case-bg .case-left .swiper-slide .wz .swiper-pagination1 {
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 60px;
}

.case-bg .case-left .swiper-slide .wz .swiper-pagination1 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin: 0 4px;
}

.case-bg .case-left .swiper-slide .wz .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 3px solid #f4d6aa;
  background: none;
  width: 18px;
  height: 18px;
}

.case-bg .case-right {
  width: 355px;
  margin-right: 240px;
}

.case-bg .case-right .put .put1 {
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
}

.case-bg .case-right .put .put2 {
  padding-left: 40px;
  margin-top: -35px;
}

.case-bg .case-right .put .put2 h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.case-bg .case-right .put .put2 h3 span {
  display: block;
  width: 80px;
  height: 2px;
  background: #ffffff;
  margin-top: 20px;
}

.case-bg .case-right .put .put2 h4 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  margin-top: 15px;
}

.case-bg .case-right .jsort {
  margin-top: 160px;
  margin-left: 40px;
  margin-right: 37px;
  flex-wrap: wrap;
}

.case-bg .case-right .jsort li {
  width: 82px;
  height: 82px;
  border: 1px solid transparent;
  margin-bottom: 20px;
}

.case-bg .case-right .jsort li .img1 img {
  width: 80px;
  height: 80px;
}

.case-bg .case-right .jsort li.on {
  border: 1px solid #c60000;
}

/*新闻*/
.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.news-bg {
  background: #f0f1f5;
  padding-top: 125px;
  padding-bottom: 110px;
  height: 925px;
}

.news-bg .put {
  text-align: center;
  position: relative;
}

.news-bg .put .nmore {
  position: absolute;
  right: 0;
  top: 35px;
}

.news-bg .put .nmore a {
  font-size: 16px;
  color: #323337;
}

.news-bg .put .nmore a img {
  margin-left: 12px;
}

.news-bg .put .put1 {
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 600;
  color: #dedfdf;
  line-height: 1;
}

.news-bg .put .put2 {
  padding-left: 40px;
  margin-top: -35px;
}

.news-bg .put .put2 h3 {
  color: #333333;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.news-bg .put .put2 h4 {
  font-size: 18px;
  color: #666666;
  margin-top: 15px;
}

.news-bg .news-wrap {
  margin-top: 45px;
}

.news-bg .news-wrap .nlist {
  margin: 0 -30px;
}

.news-bg .news-wrap .nlist li {
  width: 425px;
  height: 485px;
  background: #fff;
  float: left;
  margin: 0 30px;
  padding: 0 48px;
  padding-top: 60px;
}

.news-bg .news-wrap .nlist li .date1 {
  color: #313131;
  font-size: 48px;
  font-family: "Arial";
  padding: 0 12px;
}

.news-bg .news-wrap .nlist li .date2 {
  color: #777777;
  font-size: 16px;
  padding: 0 12px;
}

.news-bg .news-wrap .nlist li .wz1 {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  margin-top: 25px;
  padding: 0 12px;
}

.news-bg .news-wrap .nlist li .wz2 {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  padding: 0 12px;
}

.news-bg .news-wrap .nlist li .img1 {
  width: 330px;
  height: 190px;
  margin-top: 15px;
}

.news-bg .news-wrap .nlist li .img1 img {
  width: 330px;
  height: 190px;
}

/*foot*/
.ft-bg {
  background: #2f3032;
  padding-top: 60px;
}

.ft-bg .ft-index .ft-left {
  width: 530px;
}

.ft-bg .ft-index .ft-left .flogo {
  width: 205px;
  text-align: center;
  margin-top: 15px;
}

.ft-bg .ft-index .ft-left .flx .flx1 {
  color: #fff;
  font-size: 16px;
}

.ft-bg .ft-index .ft-left .flx .flx1 p:nth-of-type(2) {
  font-size: 30px;
  font-weight: 600;
  font-weight: 600;
}

.ft-bg .ft-index .ft-left .flx .flx2 {
  margin-top: 10px;
}

.ft-bg .ft-index .ft-left .flx .flx2 p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.ft-bg .ft-index .ft-right {
  width: 745px;
}

.ft-bg .ft-index .ft-right dl {
  width: 33.3333%;
  float: left;
}

.ft-bg .ft-index .ft-right dl dt {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 22px;
  background: url(../images/tt2.png) no-repeat left center;
  padding-left: 20px;
}

.ft-bg .ft-index .ft-right dl dd {
  padding-left: 20px;
}

.ft-bg .ft-index .ft-right dl dd a {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 36px;
}

.cop-index {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border-top: 1px solid #505153;
  padding: 25px 0;
}

.cop-index a {
  color: #ffffff;
}

/*内页*/
.w1285 {
  width: 1285px;
  margin: 0 auto;
}

.page-wrap {
  background: #fff;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (min-width: 990px) {
  .page-wrap-left {
    float: left;
    width: 320px;
    margin-right: 70px;
  }
}

.page-position {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  color: #555555;
  font-size: 16px;
  background: url(../images/tt3.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 40px;
}

.page-position a {
  color: #555555;
}

.nyput .put1 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  color: #eeeeee;
  line-height: 1;
}

.nyput .put2 {
  margin-bottom: 30px;
}

.nyput .put2 h3 {
  color: #333333;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-top: -5px;
}

.nyput .put2 h4 {
  font-size: 18px;
  color: rgba(85, 85, 85, 0.7);
  margin-top: 10px;
}

.xypg-left-con2.xypg-left-con {
  border: none;
}

.xypg-left-con2 .xypg-left-nav > li .first-nav-btn {
  display: none;
}

.xypg-left-con2 .xypg-left-nav {
  margin: 0;
}

.xypg-left-con2 .xypg-left-nav > li {
  border-bottom: 1px solid #e5e5e5;
  padding: 21px 0;
}

.xypg-left-con2 .xypg-left-nav > li > a {
  padding: 0;
  display: block;
  text-align: center;
  line-height: 48px;
  color: #555555;
  border-radius: 15px;
  margin: 0 auto;
  font-size: 18px;
  margin: 0 62px;
}

.xypg-left-con2 .xypg-left-nav > li.clicked > a {
  background: #c60000;
  color: #fff;
}

.xypg-left-con2 .xypg-left-nav > li:hover > a {
  background: #c60000;
  color: #fff;
}

.xypg-left-con2 .psort {
  width: 290px;
  margin-top: 26px;
}

.xypg-left-con2 .psort li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 21px 0;
}

.xypg-left-con2 .psort li a {
  display: block;
  text-align: center;
  width: 168px;
  line-height: 48px;
  color: #fff;
  border-radius: 15px;
  margin: 0 auto;
  font-size: 18px;
}

.xypg-left-con2 .psort li.active a {
  background: rgba(0, 0, 0, 0.2);
}

.xypg-news-list1 li {
  border: 1px solid #e8e8e8;
  padding: 20px 0;
  margin-bottom: 30px;
}

.xypg-news-list1 li .date {
  width: 98px;
  border-right: 1px solid #e8e8e8;
  float: left;
  text-align: center;
}

.xypg-news-list1 li .date .d1 {
  color: #555555;
  font-size: 40px;
  font-weight: 600;
  font-family: "Arial";
  line-height: 1;
}

.xypg-news-list1 li .date .d2 {
  color: #777777;
  font-size: 16px;
  font-family: "Arial";
}

.xypg-news-list1 li .wz {
  float: right;
  width: 685px;
  margin-right: 76px;
}

.xypg-news-list1 li .wz .wz1 {
  color: #333333;
  font-size: 18px;
}

.xypg-news-list1 li .wz .wz2 {
  color: #999999;
  font-size: 16px;
  margin-top: 10px;
}

.xypg-news-list1 li:hover .date .d1 {
  color: #c60000;
}

.xypg-news-list1 li:hover .wz .wz1 {
  color: #c60000;
  font-weight: 600;
}
