* {
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  width: 100%;
  line-height: 1;
  color: #232323;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "microsoft Yahei", "Courier New", Courier,
    monospace;
  text-align: justify;
  overflow-x: hidden;
  background-color: #fff;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #232323;
  text-decoration: none;
}
a:hover {
  color: #d9292b;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.c:after {
  display: table;
  content: "";
  clear: both;
}
.c {
  *zoom: 1;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.img {
  line-height: 0;
  overflow: hidden;
}
.img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.userSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
table {
  width: 100%;
  font-size: 14px;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 auto;
}
table tr:nth-child(odd) {
  background: #f4f4f4;
}
table tr {
  height: 32px;
}
table tr:hover {
  background: #d9292b;
  color: #fff;
}
table td,
table th {
  text-align: center;
  border: 1px solid #ddd;
  white-space: nowrap;
  padding: 4px;
}
.w1410 {
  width: 1410px;
  margin: 0 auto;
}
.fdh {
  position: fixed;
  display: none;
  line-height: 40px;
  height: 40px;
  background-color: #222222;
  width: 100%;
  z-index: 8;
  bottom: 0px;
}
.fdh li {
  width: 33.33%;
  float: left;
  text-align: center;
  border-right: 1px #ddd solid;
  box-sizing: border-box;
}
.fdh .li {
  background-color: #da2c2f;
}
.fdh a {
  display: block;
  color: #fff;
}
.nyban img {
  min-height: 310px;
  object-fit: cover;
}
.dqwz {
  background: #f0f3fa;
  padding: 10px 0;
  border-top: 1px solid #d3dcf0;
  border-bottom: 1px solid #d3dcf0;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 50px;
}
.dqwz .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dqwz .p1:before {
  color: #fb423b;
}
.dqwz .p2 {
  display: none;
  color: #fff;
  padding: 10px 0;
}
.prenext {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 98%;
  line-height: 30px;
  margin-top: 20px;
  border-top: 1px #ddd solid;
  padding-top: 20px;
}
.prenext .pre {
  float: left;
  width: 48%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prenext .next {
  text-align: right;
  float: right;
  width: 48%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page {
  text-align: center;
}
.page span {
  display: none;
}
.page a {
  display: inline-block;
  font-size: 14px;
  color: #232323;
  font-family: "Microsoft YaHei", Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}
.page a.current {
  color: #fff;
  border-color: #ff3c00;
  background: #ff3c00;
}
.page a:hover {
  color: #fff;
  border-color: #d9292b;
  background: #d9292b;
}
.map {
  display: block;
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
}
.next.swiper-button-disabled,
.prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* index.html */
.header {
  position: absolute;
  width: 100%;
  background: url(../images/headerBg.png) repeat;
  z-index: 99;
}
.header:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 255px;
  height: 99px;
  background-color: #d9292b;
  z-index: -1;
}
.headerLogo {
  position: relative;
  float: left;
  font-size: 0;
  padding-top: 14px;
  padding-right: 26px;
  padding-bottom: 17px;
  border-right: 35px solid #f76e71;
  border-bottom-right-radius: 20px;
  background-color: #d9292b;
  z-index: 1;
}
.headerLogo .m {
  display: none;
}
.headerLogo:before {
  position: absolute;
  top: 0;
  right: 3px;
  content: "";
  width: 35px;
  height: 100%;
  border-bottom-right-radius: 20px;
  background-color: #da2c2f;
  z-index: -1;
}
.headerLogo:after {
  position: absolute;
  top: 0;
  right: -16px;
  content: "";
  width: 35px;
  height: 100%;
  border-bottom-right-radius: 20px;
  background-color: #e9494c;
  z-index: -2;
}
.headerMenu {
  float: left;
  margin-top: 38px;
  margin-left: 33px;
}
.headerMenu li {
  float: left;
  width: 120px;
  height: 35px;
  line-height: 31px;
  padding-top: 1px;
  font-size: 18px;
  text-align: center;
  margin-left: 10px;
}
.headerMenu li:first-of-type {
  margin-left: 0;
}
.headerMenu li.active {
  background: url(../images/headerMenuIco.png) no-repeat center top;
}
.headerMenu li a {
  display: block;
  color: #fff;
}
.headerTel {
  float: right;
  color: #fff;
  text-align: right;
  padding-top: 26px;
  padding-right: 49px;
  padding-bottom: 12px;
  background: url(../images/headerTel.png) no-repeat right top;
}
.headerTel span {
  display: block;
  font-size: 18px;
}
.headerTel strong {
  display: block;
  font-size: 32px;
}
.bannerBox {
  position: relative;
  overflow: hidden;
  border-bottom: 23px solid #d9292b;
}
.bannerBox .swiper-slide {
  line-height: 0;
  cursor: pointer;
}
.bannerBox .swiper-slide img {
  min-height: 180px;
  object-fit: cover;
}
.bannerBox .pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  width: 98px;
  line-height: 0;
  text-align: center;
  padding: 1px 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 14px;
  z-index: 9;
}
.bannerBox .pagination .swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
  margin: 3px !important;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
.bannerBox .pagination span.swiper-pagination-bullet-active {
  background-color: #007aff;
}
.productBox {
  position: relative;
  padding-top: 10px;
  background: url(../images/productBoxTit.png) no-repeat center top;
  z-index: 1;
}
.productBox:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/productBoxBg.jpg) no-repeat left bottom;
  z-index: -1;
}
.indexTit {
  text-align: center;
  padding-top: 70px;
  background: url(../images/indexTitBg.png) no-repeat center top;
}
.indexTit .ch {
  font-size: 51px;
}
.indexTit .ch strong {
  color: #d9292b;
}
.indexTit .en {
  color: #f0b457;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 13px;
}
.productSwiperContainer {
  overflow: hidden;
  margin-top: 120px;
}
.productSwiperContainer .swiper-slide {
  position: relative;
  padding-top: 8px;
  padding-left: 5px;
  border-radius: 16px;
  background: url(../images/porductBoxPicBg.png) no-repeat right 37px;
  z-index: 1;
}
.productSwiperContainer .swiper-slide a {
  display: block;
}
.productSwiperContainer .swiper-slide .pic {
  position: relative;
  font-size: 0;
  width: 395px;
  border-radius: 16px;
}
.productSwiperContainer .swiper-slide .pic img {
  border-radius: 16px;
}
.productSwiperContainer .swiper-slide .pic:before {
  position: absolute;
  top: -8px;
  left: 25px;
  content: "";
  width: 84px;
  height: 37px;
  background: url(../images/productBoxIco1.png) no-repeat;
}
.productSwiperContainer .swiper-slide .ys {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 18px;
  color: #f25d5d;
  font-size: 18px;
  padding-top: 30px;
  transform: translateY(-50%);
  background: url(../images/productBoxIco2.png) no-repeat center top;
}
.productSwiperContainer .swiper-slide .tit {
  margin-top: 32px;
  margin-left: 30px;
  margin-bottom: 50px;
}
.productSwiperContainer .swiper-slide .tit strong {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}
.productSwiperContainer .swiper-slide .tit p {
  color: #858585;
  font-size: 18px;
  margin-top: 9px;
}
.productSwiperContainer .swiper-slide .more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 183px;
  height: 91px;
  color: #fff;
  font-size: 18px;
  padding-top: 60px;
  padding-left: 78px;
  background: url(../images/productBoxIco3.png) no-repeat;
}
.productSwiperContainer .prevnext {
  width: 288px;
  font-size: 0;
  margin: 95px auto 55px;
}
.productSwiperContainer .prevnext .next,
.productSwiperContainer .prevnext .prev {
  position: static;
  display: inline-block;
  width: 51px;
  height: 51px;
  cursor: pointer;
  vertical-align: middle;
  background: url(../images/productBoxPrevnext.png) no-repeat top;
}
.productSwiperContainer .prevnext .next {
  background-position-x: right;
}
.productSwiperContainer .prevnext .prev {
  background-position-x: left;
}
.productSwiperContainer .prevnext .next.swiper-button-disabled,
.productSwiperContainer .prevnext .prev.swiper-button-disabled,
.productSwiperContainer .prevnext .next:hover,
.productSwiperContainer .prevnext .prev:hover {
  background-position-y: bottom;
}
.productSwiperContainer .pagination {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
  margin-right: 36px;
}
.productSwiperContainer .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 9px;
  opacity: 1;
  padding: 0;
  margin-right: 15px;
  vertical-align: middle;
  background: url(../images/productBoxPagination.png) no-repeat left top;
}
.productSwiperContainer .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  margin-right: 14px;
  background-position-y: bottom;
}
.yyBox {
  position: relative;
  padding-top: 124px;
  background: url(../images/yyBoxBg.jpg) no-repeat;
  z-index: 1;
}
.yyBox:before {
  position: absolute;
  top: 103px;
  left: 0;
  content: "";
  width: 100%;
  height: 125px;
  background: url(../images/yyBoxEntit.png) no-repeat;
  z-index: -1;
}
.yyBox .tit {
  text-align: right;
}
.yyBox .tit strong {
  display: block;
  color: #d92c2e;
  font-size: 48px;
}
.yyBox .tit span {
  display: block;
  font-size: 22px;
  margin-top: 16px;
  letter-spacing: 1px;
}
.yyBox .ys {
  float: left;
  color: #fff;
  margin-top: 45px;
}
.yyBox .ys li {
  margin-bottom: 80px;
}
.yyBox .ys li i {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.yyBox .ys li i:before {
  position: absolute;
  top: 0;
  left: -28px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 14px;
  height: 3px;
  background-color: #fff;
}
.yyBox .ys li i:after {
  position: absolute;
  top: -10px;
  right: -10px;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/yyBoxIco4.png) no-repeat;
}
.yyBox .ys li .ch {
  display: block;
  font-size: 28px;
  margin-top: 16px;
}
.yyBox .ys li .en {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 3px;
}
.yyBox .list {
  float: right;
  width: 1156px;
  margin-top: 93px;
}
.yyBox .list li {
  position: relative;
  float: left;
  width: 239px;
  margin-left: 50px;
  margin-bottom: 47px;
}
.yyBox .list li span {
  position: absolute;
  top: 0;
  right: 0;
  width: 129px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #d9292b;
}
.yyBox .list li span:before {
  position: absolute;
  top: -4px;
  right: -4px;
  content: "";
  width: 133px;
  height: 36px;
  background-color: #e27f80;
  z-index: -1;
}
.yyBox .list li span:after {
  position: absolute;
  top: -8px;
  right: -8px;
  content: "";
  width: 137px;
  height: 40px;
  background-color: #e9c6c6;
  z-index: -2;
}
.aboutBox {
  color: #fff;
  padding-top: 112px;
  background: #1f1f1f url(../images/aboutBoxPic.png) no-repeat right center;
}
.aboutBox .l {
  float: left;
}
.aboutBox .gsTit .ch {
  display: block;
  font-size: 30px;
  margin-top: 22px;
}
.aboutBox .gsTit .ch i {
  color: #d92b2d;
}
.aboutBox .txt {
  width: 542px;
  line-height: 38px;
  font-size: 18px;
  margin-top: 70px;
}
.aboutBox ul {
  margin-top: 90px;
  margin-bottom: 137px;
}
.aboutBox ul li {
  float: left;
  width: 102px;
  height: 102px;
  margin-left: 43px;
  border: 1px solid #686868;
  cursor: pointer;
}
.aboutBox ul li:first-of-type {
  margin-left: 0;
}
.aboutBox ul li a {
  display: block;
  color: #686866;
}
.aboutBox ul li i {
  display: block;
  width: 35px;
  height: 35px;
  margin: 19px auto 0;
  background: url(../images/aboutBoxIco.png) no-repeat left top;
}
.aboutBox ul li:nth-of-type(2) i {
  background-position-x: -35px;
}
.aboutBox ul li:nth-of-type(3) i {
  background-position-x: -70px;
}
.aboutBox ul li span {
  display: block;
  text-align: center;
  margin-top: 13px;
}
.aboutBox ul li:hover {
  color: #232323;
  border-color: #fff;
  background-color: #fff;
}
.aboutBox ul li:hover i {
  background-position-y: bottom;
}
.aboutBox .tit {
  float: left;
  margin-top: 130px;
  margin-left: 140px;
}
.aboutBox .tit .ch {
  display: block;
  font-size: 40px;
  margin-top: 20px;
}
.aboutBox .tit .ch:after {
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  margin-top: 15px;
  background-color: #d9292b;
}
.videoBox {
  padding-top: 51px;
  padding-bottom: 47px;
  background: url(../images/videoBoxBg.jpg) no-repeat;
}
.videoBox .pic {
  float: left;
  margin-top: 36px;
  margin-left: 50px;
}
.videoBox .right {
  float: left;
  margin-top: 36px;
}
.videoBox .right .img {
  margin-left: 90px;
}
.videoBox .right a {
  display: block;
  width: 524px;
  height: 54px;
  font-size: 0;
  margin-top: 33px;
  background: url(../images/videoBoxBtn.png) no-repeat;
}
.ysBox {
  color: #fff;
  padding-top: 63px;
  padding-bottom: 60px;
  background: url(../images/ysBoxBg.jpg) no-repeat left bottom;
}
.ysBox .tit {
  text-align: center;
  padding-bottom: 22px;
  background: url(../images/ysBoxTitBg.png) no-repeat center bottom;
}
.ysBox .tit strong {
  display: block;
  font-size: 48px;
  font-weight: normal;
}
.ysBox .tit span {
  display: block;
  font-size: 18px;
  margin-top: 55px;
}
.ysBox ul {
  position: relative;
  display: inline-block;
  margin-top: 83px;
}
.ysBox ul li {
  position: relative;
  float: left;
  width: 398px;
  height: 301px;
  margin-left: 91px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 48px;
  border-radius: 18px;
  cursor: pointer;
}
.ysBox ul li:first-of-type {
  margin-left: 0;
}
.ysBox ul li:before {
  position: absolute;
  top: 0;
  left: 66px;
  bottom: 56px;
  margin: auto;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
}
.ysBox ul li i {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/ysBoxIco.png) no-repeat left top;
}
.ysBox ul li:nth-of-type(2) i {
  background-position-x: -50px;
}
.ysBox ul li:nth-of-type(3) i {
  background-position-x: -100px;
}
.ysBox ul li span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 75px;
}
.ysBox ul li p {
  line-height: 26px;
  font-size: 14px;
  margin-top: 22px;
}
.ysBox ul li:hover {
  background-color: #fff;
}
.ysBox ul li:hover:before {
  background-color: #d92d2f;
}
.ysBox ul li:hover i {
  background-position-y: bottom;
}
.ysBox ul li:hover span {
  color: #232323;
}
.ysBox ul li:hover p {
  color: #848484;
}
.caseBox {
  padding-top: 57px;
  overflow: hidden;
  background: url(../images/caseBoxBg.png) no-repeat left bottom;
}
.caseBox .indexTit {
  background-image: url(../images/caseBoxEntit.png);
}
.caseSwiperContainer {
  position: relative;
  margin-top: 75px;
}
.caseSwiperContainer .swiper-slide {
  width: 728px;
  padding-left: 153px;
  padding-bottom: 30px;
  margin-right: 153px;
  background: url(../images/caseBoxPicBg.png) no-repeat left 6px;
  opacity: 0.6;
}
.caseSwiperContainer .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.caseSwiperContainer .swiper-slide a {
  display: block;
  color: #fff;
}
.caseSwiperContainer .swiper-slide .tit {
  float: left;
  font-size: 18px;
  margin-top: 38px;
}
.caseSwiperContainer .swiper-slide .more {
  position: relative;
  float: right;
  color: #d9292b;
  font-size: 14px;
  margin-top: 47px;
  margin-right: 78px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9292b;
}
.caseSwiperContainer .swiper-slide .more:after {
  position: absolute;
  top: 0;
  right: -73px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 53px;
  height: 53px;
  background: url(../images/caseBoxIco1.png) no-repeat;
}
.caseSwiperContainer .prevnext {
  width: 288px;
  font-size: 0;
  margin: 95px auto 55px;
}
.caseSwiperContainer .prevnext .next,
.caseSwiperContainer .prevnext .prev {
  position: static;
  display: inline-block;
  width: 53px;
  height: 53px;
  cursor: pointer;
  vertical-align: middle;
  background: url(../images/caseBoxPrevnext.png) no-repeat;
}
.caseSwiperContainer .prevnext .prev {
  background-position-y: top;
}
.caseSwiperContainer .prevnext .next {
  background-position-y: bottom;
}
.caseSwiperContainer .pagination {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 26px;
}
.caseSwiperContainer .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 9px;
  opacity: 1;
  padding: 0;
  margin-right: 15px;
  vertical-align: middle;
  background: url(../images/productBoxPagination.png) no-repeat left top;
}
.caseSwiperContainer .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  margin-right: 14px;
  background-position-y: bottom;
}
.newBox {
  padding-top: 60px;
  padding-bottom: 70px;
  overflow: hidden;
  background-color: #f4f4f4;
}
.newBox .indexTit {
  text-align: left;
  background-image: url(../images/newBoxEntit.png);
  background-position-x: left;
}
.newBox dl {
  margin-top: 60px;
}
.newBox dl a {
  display: block;
}
.newBox dl dt {
  float: left;
  width: 502px;
  height: 576px;
  padding: 57px 37px 0 68px;
  text-align: right;
  background: url(../images/newBoxPic.jpg) no-repeat;
}
.newBox dl dt h3 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newBox dl dt p {
  line-height: 18px;
  color: #fff;
  font-size: 14px;
  margin-top: 19px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newBox dl dd {
  position: relative;
  float: right;
  width: 843px;
  height: 192px;
  padding-top: 57px;
  padding-left: 57px;
}
.newBox dl dd:after {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #d9292b;
}
.newBox dl dd .date {
  float: left;
  text-align: center;
  margin-top: -10px;
}
.newBox dl dd .date strong {
  display: block;
  font-size: 70px;
}
.newBox dl dd .date span {
  display: block;
  font-size: 22px;
}
.newBox dl dd .txt {
  float: right;
  width: 670px;
  padding-right: 28px;
}
.newBox dl dd h3 {
  font-size: 20px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newBox dl dd p {
  font-size: 14px;
  line-height: 23px;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newBox dl dd:hover {
  background-color: #d9292b;
}
.newBox dl dd:hover:after {
  display: block;
}
.newBox dl dd:hover a {
  color: #fff;
}
.contactBox {
  margin-top: 35px;
  overflow: hidden;
  background: url(../images/contactBoxBg.jpg) no-repeat center bottom;
}
.contactBox .box {
  position: relative;
  float: right;
  width: 681px;
  height: 579px;
  margin-top: 91px;
  padding-top: 60px;
  padding-left: 156px;
  background-color: #fff;
  box-shadow: 6px 6px 24px #d7bfbf;
}
.contactBox .box:before {
  position: absolute;
  left: -80px;
  bottom: 85px;
  content: "";
  width: 160px;
  height: 160px;
  background: url(../images/contactBoxIco2.png);
}
.contactBox .tit .ch {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px solid #c9c9c9;
  vertical-align: middle;
}
.contactBox .tit .en {
  display: inline-block;
  color: #bcbcbc;
  font-size: 18px;
  margin-left: 20px;
  text-transform: uppercase;
  vertical-align: middle;
}
.contactBox dl {
  color: #bcbcbc;
  margin-top: 34px;
}
.contactBox dl dd {
  float: left;
  font-size: 14px;
  margin-top: 11px;
  margin-right: 18px;
  padding-left: 18px;
  background: url(../images/contactBoxIco1.png) no-repeat 3px center;
}
.contactBox form label {
  display: block;
  color: #bcbcbc;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 13px;
}
.contactBox form .nameIco {
  margin-top: 35px;
  background: url(../images/contactBoxIco3.png) no-repeat left center;
}
.contactBox form .telIco {
  margin-top: 22px;
  background: url(../images/contactBoxIco4.png) no-repeat left center;
}
.contactBox form .txtIco {
  margin-top: 29px;
  background: url(../images/contactBoxIco5.png) no-repeat left center;
}
.contactBox form .inp {
  display: block;
  width: 356px;
  height: 32px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "microsoft Yahei", "Courier New", Courier;
  padding-left: 10px;
  border: 0;
  background-color: #f5f5f5;
}
.contactBox form .txtInp {
  display: block;
  width: 356px;
  height: 64px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "microsoft Yahei", "Courier New", Courier;
  padding-top: 6px;
  padding-left: 10px;
  border: 0;
  resize: none;
  background-color: #f5f5f5;
}
.contactBox form .btn {
  width: 129px;
  height: 32px;
  color: #fff;
  font-size: 14px;
  margin-top: 18px;
  border: 0;
  background-color: #d9292b;
}
.footer {
  padding-top: 110px;
  background: url(../images/footerBg.jpg) no-repeat center top;
}
.footer .l {
  float: left;
  text-align: center;
  margin-left: 178px;
}
.footer .footerEwm {
  margin-top: 63px;
}
.footer .m {
  float: left;
  margin-left: 115px;
}
.footer dl {
  margin-top: 10px;
}
.footer dl dt {
  color: #fff;
  font-size: 20px;
  margin-bottom: 42px;
}
.footer dl dd,
.footer dl dd a {
  display: block;
  color: #878787;
  font-size: 16px;
  margin-bottom: 25px;
}
.footer .lxwm dd {
  padding-left: 30px;
  background: url(../images/footerIco1.png) no-repeat left center;
}
.footer .lxwm dd:nth-of-type(2) {
  background-image: url(../images/footerIco2.png);
}
.footer .lxwm dd:nth-of-type(3) {
  background-image: url(../images/footerIco3.png);
}
.footer .friend {
  position: relative;
  width: 304px;
  height: 48px;
  line-height: 28px;
  margin-top: 75px;
  background-color: #fff;
}
.footer .friend p {
  color: #464646;
  font-size: 14px;
  padding: 10px 0 10px 32px;
}
.footer .friend .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: url(../images/footerIco4.png) no-repeat center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .friend .btn.active {
  transform: rotateZ(90deg);
}
.footer .friend .sub {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 84px;
  overflow-y: auto !important;
  background-color: #fff;
}
.footer .friend .sub a {
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
}
.footer .r {
  float: right;
  text-align: center;
  margin-right: 130px;
}
.footer .r:first-of-type {
  margin-right: 0;
}
.footer .copyRight {
  text-align: right;
  line-height: 28px;
  padding: 25px 0;
  margin-top: 36px;
}
.footer .copyRight span {
  display: inline-block;
  color: #878787;
  font-size: 15px;
}
.footer .copyRight a {
  color: #878787;
  font-size: 15px;
}

/* ny */
.nytit {
  text-align: center;
  padding-bottom: 20px;
}
.nytit h1 {
  position: relative;
  color: #444;
  font-size: 26px;
  font-weight: normal;
}
.nytit h1:before {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 23px;
  height: 9px;
  border-left: 7px #f7f7f7 solid;
  border-right: 7px #f7f7f7 solid;
  background-color: #d9292b;
  z-index: 1;
}
.nytit h1:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  content: "";
  width: 478px;
  text-align: center;
  border-bottom: 1px #ececec solid;
}

/* gy.html */
.gy-main {
  margin-bottom: 60px;
}
.gy-main .txt {
  float: left;
  width: 58%;
  line-height: 1.8;
  font-size: 18px;
  text-indent: 2em;
  margin-top: 40px;
}
.gy-main .txt p {
  margin-bottom: 6px;
}
.gy-main .pic {
  float: left;
  width: 38%;
  margin-left: 4%;
  margin-top: 40px;
}
.ptbmain {
  padding: 60px 0 70px;
  background: #fafafa;
  overflow: hidden;
}
.in_qywh .box1 {
  width: 50%;
  float: left;
  margin-right: 5%;
  padding-top: 70px;
}
.in_qywh .box1 .tit em {
  font-size: 48px;
  color: #eaeaea;
  text-transform: uppercase;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.in_qywh .box1 .tit span {
  font-size: 30px;
  display: block;
  overflow: hidden;
  padding: 10px 0 30px 0;
}
.in_qywh .box1 .text {
  font-size: 16px;
  line-height: 2;
  color: #888;
}
.in_qywh .box1 .text span {
  color: #fb5339;
  display: block;
}
.in_qywh .xun {
  width: 40%;
  float: left;
}
.in_qywh .xun li {
  float: left;
  margin: 15px;
  width: 240px;
  height: 200px;
  background: #fff;
  text-align: center;
  transition: all 0.3s;
}
.in_qywh .xun li .tb {
  margin-top: 40px;
}
.in_qywh .xun li .tb i {
  display: block;
  width: 60px;
  height: 55px;
  margin: 0 auto;
}
.in_qywh .xun li .tb .icon-tuanjie {
  background: url(../images/tb1.jpg) no-repeat center center;
}
.in_qywh .xun li .tb .icon-wushi {
  background: url(../images/tb2.jpg) no-repeat center center;
}
.in_qywh .xun li .tb .icon-chuangxin {
  background: url(../images/tb3.jpg) no-repeat center center;
}
.in_qywh .xun li .tb .icon-gaoxiao {
  background: url(../images/tb4.jpg) no-repeat center center;
}
.in_qywh .xun li span {
  font-size: 16px;
  display: block;
  overflow: hidden;
  margin: 15px 0 0 0;
}
.in_qywh .xun li:hover {
  box-shadow: 0 5px 15px #ddd;
}

/* channel.html */
.channel-main {
  margin-bottom: 60px;
}
.channel-main ul {
  margin: 30px 0;
}
.channel-main li {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 2%;
}
.channel-main li:nth-of-type(4n) {
  margin-right: 0;
}
.channel-main li a {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  border-bottom-right-radius: 14px;
  background-color: #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.channel-main li .img {
  border-bottom-right-radius: 14px;
}
.channel-main li p {
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}
.channel-main li:hover a {
  color: #fff;
  background-color: #d9292b;
}
.channel-main li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* list.html */
.list-main {
  margin-bottom: 60px;
}
.list-main ul {
  margin: 30px 0;
}
.list-main li {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 2%;
}
.list-main li:nth-of-type(4n) {
  margin-right: 0;
}
.list-main li a {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  border-bottom-right-radius: 14px;
  background-color: #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-main li .img {
  border-bottom-right-radius: 14px;
}
.list-main li p {
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}
.list-main li:hover a {
  color: #fff;
  background-color: #d9292b;
}
.list-main li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* new.html */
.new-main {
  margin-bottom: 60px;
}
.new-main .menu {
  width: 448px;
  margin: 20px auto;
}
.new-main .menu li {
  float: left;
  width: 32%;
  margin-left: 1%;
}
.new-main .menu li:first-of-type {
  margin-left: 0;
}
.new-main .menu li a {
  display: block;
  font-size: 14px;
  color: #a9a9a9;
  padding: 12px 0;
  text-align: center;
  border: 1px #efefef solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.new-main .menu li.active a,
.new-main .menu li:hover a {
  color: #fff;
  border-color: #d9292b;
  background-color: #d9292b;
}
.new-main .list {
  margin: 30px 0;
}
.new-main .list li {
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #dedede;
}
.new-main .list li .tit {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-main .list li p {
  width: 100%;
  height: 40px;
  line-height: 20px;
  color: #999;
  font-size: 14px;
  padding-right: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 18px 0;
}
.new-main .list li .date {
  display: block;
  line-height: 14px;
  font-size: 14px;
  color: #888;
}
.new-main .list li .more {
  position: absolute;
  right: 20px;
  top: 52px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  color: #888;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-main .list li:hover {
  box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
  border-bottom: 1px dashed #fff;
}
.new-main .list li:hover .tit {
  color: #d9292b;
}
.new-main .list li:hover .more {
  border: 1px solid #d9292b;
  background: #d9292b;
  color: #fff;
}

/* lxwm.html */
.lxwm-main {
  margin-bottom: 60px;
}
.lxwm-main .w1410 {
  padding: 60px;
  margin-top: 40px;
  box-shadow: 0 5px 24px rgb(0 0 0 / 16%);
}
.lxwm-main .left {
  float: left;
  width: 60%;
}
.lxwm-main .left .tit h3 {
  display: block;
  width: 70%;
  line-height: 30px;
  color: #333;
  font-size: 24px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.lxwm-main .left li {
  line-height: 1.6;
  font-size: 18px;
  margin-top: 10px;
}
.lxwm-main .way-con {
  overflow: hidden;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px dashed #dedede;
}
.lxwm-main .way-con b {
  display: block;
  line-height: 1.8;
  color: #676767;
  font-size: 14px;
  font-weight: normal;
}
.lxwm-main .way-con a {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  width: 125px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  background-color: #26252d;
}
.lxwm-main .right {
  float: right;
  width: 30%;
  border: 10px solid #dedede;
  border-radius: 50%;
}
.lxwm-main .right img {
  width: 100%;
}

/* article.html */
.article-main {
  margin-bottom: 60px;
}
.article-main h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
}
.article-main .info {
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px #dddddd solid;
}
.news-lj {
  clear: both;
  overflow: hidden;
  padding: 10px 20px;
  padding-left: 130px;
  box-sizing: border-box;
  background: url(../images/ico_newslj.png) #f3f3f3 no-repeat 20px center;
  margin: 30px auto;
}
.news-lj p {
  color: #666;
  line-height: 24px;
  padding: 10px 0;
}
.news-lj p font {
  color: #f33d4a;
}
.news-tel span {
  float: left;
  padding-left: 42px;
  background: url(../images/new-tel.png) no-repeat left center / contain;
}
.news-tel span strong {
  color: #f33d4a;
  font-size: 26px;
  font-weight: 700;
  margin-left: 8px;
}
.news-tel a.new_btn {
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  padding: 0 20px 0 55px;
  background: url(../images/ico_btn.png) #f33d4a no-repeat 10px 4px / 30px;
}
.article-main .content p {
  line-height: 28px;
  color: #434343;
  font-size: 18px;
  text-align: justify;
  text-indent: 1.5em;
  margin-bottom: 15px;
}

/* part.html */
.part-main {
  margin-bottom: 60px;
}
.part-main .nyl {
  float: left;
  width: 45%;
  overflow: hidden;
  padding: 2px;
  border: solid 1px #b1b1b1;
}
.part-main .nyl img {
  width: 100%;
}
.part-main .nyr {
  float: left;
  width: 51%;
  margin-left: 4%;
  display: inline;
}
.part-main .nyr h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.part-main .description {
  color: #666;
  line-height: 1.6;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 2px #f84c5d solid;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.part-main .list1 {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.part-main .list1 li {
  float: left;
  width: 25%;
  line-height: 26px;
}
.part-main .list1 li i {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.part-main .nytel {
  color: #999;
  font-size: 15px;
  padding-top: 30px;
}
.part-main .nytel strong {
  display: inline-block;
  color: #d9292b;
  font-size: 30px;
  vertical-align: text-bottom;
  font-family: Arial, Helvetica, sans-serif;
}
.part-main .nyrBtn {
  margin: 30px 0 0;
}
.part-main .nyrBtn a {
  float: left;
  width: 167px;
  height: 45px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #d9292b;
  background-color: #d9292b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.part-main .nyrBtn a.backBtn {
  margin-left: 30px;
}
.part-main .nyrBtn a:hover {
  color: #d9292b;
  background-color: #fff;
}
.txt_name {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.txt_name h3 {
  position: relative;
  display: inline-block;
  height: 57px;
  line-height: 57px;
  color: #000;
  font-size: 22px;
  font-weight: normal;
  padding-left: 13px;
  border-bottom: 2px solid #d9292b;
}
.txt_name h3:after {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 5px;
  height: 18px;
  background-color: #d9292b;
}
.cp_txt.content p {
  font-size: 18px;
  line-height: 2;
  text-indent: 1.5em;
  margin-bottom: 4px;
}
.tjcp li {
  float: left;
  width: 24%;
  margin-left: 1.33%;
}
.tjcp li:first-of-type {
  margin-left: 0;
}
.tjcp li a {
  display: block;
}
.tjcp li p {
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  background-color: #eee;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tjcp li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tjcp li:hover p {
  color: #fff;
  background-color: #d9292b;
}

@media (max-width: 1440px) {
  .w1410 {
    width: 90%;
  }
  .headerTel {
    display: none;
  }
  .headerMenu {
    float: right;
    margin-left: 0;
  }
  .bannerBox {
    border-bottom-width: 13px;
  }
  .indexTit {
    padding-top: 50px;
  }
  .indexTit .ch {
    font-size: 40px;
  }
  .productBox {
    background-position-y: -35px;
  }
  .productSwiperContainer .swiper-slide {
    padding-left: 0;
    background-image: url(../images/porductBoxPicBg.jpg);
  }
  .productSwiperContainer .swiper-slide .ys {
    display: none;
  }
  .productSwiperContainer .swiper-slide .pic {
    width: 100%;
  }
  .productSwiperContainer .swiper-slide .more {
    display: none;
  }
  .productSwiperContainer .swiper-slide .tit {
    margin-top: 27px;
    margin-bottom: 30px;
  }
  .productSwiperContainer .swiper-slide .tit strong {
    font-size: 26px;
    margin-bottom: 18px;
  }
  .productSwiperContainer .prevnext {
    margin: 45px auto 55px;
  }
  .yyBox {
    padding-top: 64px;
  }
  .yyBox:before {
    top: 43px;
  }
  .yyBox .ys {
    display: none;
  }
  .aboutBox {
    padding-top: 62px;
    background-image: none;
  }
  .aboutBox .l {
    float: right;
  }
  .aboutBox .txt {
    margin-top: 40px;
  }
  .aboutBox ul {
    margin-top: 50px;
    margin-bottom: 107px;
  }
  .aboutBox .tit {
    margin-left: 0;
  }
  .videoBox {
    padding-top: 31px;
    padding-bottom: 34px;
  }
  .videoBox .pic {
    float: none;
    text-align: center;
    margin-left: 0;
  }
  .videoBox .right {
    float: none;
    margin-top: 20px;
  }
  .videoBox .right a {
    width: 141px;
    height: 44px;
    line-height: 44px;
    color: #d9292b;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    background-image: none;
  }
  .videoBox .right .img {
    display: none;
  }
  .ysBox {
    padding-top: 45px;
  }
  .ysBox .tit strong {
    font-size: 42px;
  }
  .ysBox ul {
    margin-top: 43px;
  }
  .ysBox ul li {
    width: 32%;
    margin-left: 2%;
  }
  .ysBox ul li:first-of-type {
    margin-left: 0;
  }
  .caseBox {
    padding-top: 37px;
  }
  .caseSwiperContainer {
    margin-top: 45px;
  }
  .caseSwiperContainer .prevnext {
    margin-top: 75px;
  }
  .newBox {
    padding-top: 40px;
  }
  .newBox dl {
    margin-top: 30px;
  }
  .newBox dl dt {
    width: 36%;
  }
  .newBox dl dd {
    width: 60%;
  }
  .newBox dl dd .txt {
    width: 80%;
  }
  .footer {
    padding-top: 60px;
    background-image: none;
    background-color: #161616;
  }
  .footer .l {
    margin-left: 0;
  }
  .footer .copyRight {
    position: relative;
    text-align: left;
  }
  .footer .copyRight:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #6e6e6e;
  }
  .in_qywh .xun li {
    width: 48%;
    margin: 0 1% 2%;
  }
  .part-main .list1 {
    display: none;
  }
  .part-main .nytel {
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 1280px) {
  .headerLogo {
    padding-right: 16px;
    border-right-width: 0;
  }
  .headerLogo:after {
    display: none;
  }
  .productSwiperContainer .swiper-slide .tit {
    margin: 17px 0 20px;
  }
  .productSwiperContainer .swiper-slide .tit strong {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
  }
  .productSwiperContainer .swiper-slide .tit p {
    display: none;
  }
  .yyBox .list {
    width: 100%;
  }
  .yyBox .list li {
    width: 24%;
    text-align: right;
    margin-left: 1%;
  }
  .caseSwiperContainer .swiper-slide {
    width: 49%;
    margin-right: 2%;
    padding-left: 0;
    padding-bottom: 0;
    background: none;
  }
  .caseSwiperContainer .swiper-slide .tit {
    float: none;
    display: block;
    color: #232323;
    text-align: center;
    margin-top: 0;
    padding: 14px 0;
  }
  .caseSwiperContainer .swiper-slide .more {
    display: none;
  }
  .caseSwiperContainer .prevnext {
    margin-top: 35px;
  }
  .newBox dl dt {
    padding: 57px 27px 0 48px;
  }
  .footer .m {
    margin-left: 65px;
  }
  .footer .r {
    margin-right: 80px;
  }
  .gy-main {
    margin-bottom: 30px;
  }
  .gy-main .txt {
    font-size: 17px;
    line-height: 1.6;
  }
  .channel-main li {
    width: 32%;
    margin-right: 2%;
  }
  .channel-main li:nth-of-type(4n) {
    margin-right: 2%;
  }
  .channel-main li:nth-of-type(3n) {
    margin-right: 0;
  }
  .channel-main li a {
    border-bottom-right-radius: 0;
  }
  .channel-main li .img {
    border-bottom-right-radius: 0;
  }
  .list-main li {
    width: 32%;
    margin-right: 2%;
  }
  .list-main li:nth-of-type(4n) {
    margin-right: 2%;
  }
  .list-main li:nth-of-type(3n) {
    margin-right: 0;
  }
  .list-main li a {
    border-bottom-right-radius: 0;
  }
  .list-main li .img {
    border-bottom-right-radius: 0;
  }
  .lxwm-main .left {
    width: 65%;
  }
  .part-main .nyl {
    width: 47%;
  }
  .part-main .nyr {
    margin-left: 2%;
  }
  .part-main .nyrBtn a {
    width: 157px;
  }
  .part-main .nyrBtn a.backBtn {
    margin-left: 20px;
  }
}
@media (max-width: 1140px) {
  .header {
    position: static;
    background: none;
  }
  .headerMenu {
    position: absolute;
    top: 99px;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 20px 0 20px;
    background: url(../images/headerBg.png) repeat;
    z-index: 99;
  }
  .headerMenu li {
    width: 16.66%;
    margin-left: 0;
  }
  .headerTel {
    display: block;
    color: #232323;
  }
  .indexTit {
    padding-top: 30px;
  }
  .indexTit .ch {
    font-size: 32px;
  }
  .indexTit .en {
    margin-top: 3px;
  }
  .productBox {
    background-position-y: -85px;
  }
  .productSwiperContainer {
    margin-top: 80px;
  }
  .productSwiperContainer .swiper-slide .tit {
    margin: 7px 0 10px;
  }
  .productSwiperContainer .swiper-slide .tit strong {
    font-size: 20px;
  }
  .yyBox .tit strong {
    font-size: 42px;
  }
  .yyBox .tit span {
    font-size: 20px;
  }
  .yyBox .list {
    margin-top: 73px;
  }
  .aboutBox {
    padding-top: 52px;
  }
  .aboutBox .tit {
    display: none;
  }
  .aboutBox .l {
    float: none;
  }
  .aboutBox .txt {
    width: 100%;
  }
  .aboutBox ul {
    margin-top: 30px;
    margin-bottom: 67px;
  }
  .ysBox {
    display: none;
  }
  .caseBox {
    padding-top: 0;
  }
  .caseBox .indexTit {
    background: none;
  }
  .caseSwiperContainer {
    margin-top: 35px;
  }
  .newBox {
    padding-top: 0;
  }
  .newBox .indexTit {
    background: none;
  }
  .newBox dl dt {
    display: none;
  }
  .newBox dl dd {
    width: 100%;
  }
  .contactBox {
    margin-top: 0;
  }
  .contactBox .box {
    float: none;
    margin: 0 auto;
  }
  .contactBox .box:before {
    display: none;
  }
  .footer .r:nth-of-type(3) {
    display: none;
  }
  .lxwm-main .left {
    width: 100%;
  }
  .lxwm-main .left .tit h3 {
    width: 568px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .lxwm-main .right {
    display: none;
  }
  .part-main .nyr h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 960px) {
  .productBox {
    padding-bottom: 60px;
  }
  .productSwiperContainer .prevnext {
    display: none;
  }
  .yyBox {
    padding-top: 44px;
  }
  .yyBox:before {
    display: none;
  }
  .yyBox .tit strong {
    font-size: 36px;
  }
  .yyBox .tit span {
    font-size: 18px;
    margin-top: 11px;
  }
  .yyBox .list {
    margin-top: 53px;
  }
  .yyBox .list li {
    margin-bottom: 37px;
  }
  .caseSwiperContainer {
    margin-top: 25px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .r {
    display: none;
  }
  .footer .m {
    float: right;
    margin-left: 0;
  }
  .footer .copyRight {
    text-align: center;
  }
  .gy-main .txt {
    width: 100%;
  }
  .gy-main .pic {
    display: none;
  }
  .in_qywh .box1 {
    width: 98%;
    margin: 0 1% 20px;
    padding-top: 0px;
  }
  .in_qywh .xun {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .fdh {
    display: block;
  }
  .footer {
    margin-bottom: 40px;
  }
  .dqwz {
    display: block;
    height: auto;
    line-height: 16px;
    text-align: center;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #d9292b;
  }
  .dqwz .w1410 {
    width: 100%;
  }
  .dqwz .p1 {
    font-size: 14px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    background-color: #fff;
    padding: 15px;
  }
  .dqwz .p1 b {
    padding-left: 0;
  }
  .dqwz .p2 {
    display: block;
  }
  .nyban {
    display: none;
  }
  .prenext {
    margin-top: 10px;
    padding-top: 10px;
  }
  .page {
    margin-top: 10px;
  }
  .header:before {
    display: none;
  }
  .header .w1410 {
    width: 100%;
  }
  .headerLogo {
    float: none;
    text-align: center;
    padding: 9px 0 12px;
    background-color: #fff;
  }
  .headerLogo:before {
    display: none;
  }
  .headerLogo img {
    display: none;
  }
  .headerLogo .m {
    display: inline-block;
  }
  .headerMenu {
    position: static;
    padding: 10px 0;
    background-image: none;
    background-color: #d9292b;
  }
  .headerMenu li {
    width: 33.33%;
  }
  .headerMenu li.active {
    background: none;
  }
  .headerTel {
    display: none;
  }
  .bannerBox .pagination {
    display: none;
  }
  .productBox {
    padding-top: 0;
    background: none;
  }
  .productSwiperContainer {
    margin-top: 40px;
  }
  .productSwiperContainer .swiper-slide .pic img {
    border-radius: 0;
  }
  .productSwiperContainer .swiper-slide .tit {
    margin: 0;
    padding: 7px 0 10px;
    background-color: #f4f4f4;
  }
  .productSwiperContainer .swiper-slide .tit strong {
    font-size: 18px;
    font-weight: normal;
  }
  .yyBox {
    background-position-y: bottom;
    background-color: #f7f7f7;
  }
  .yyBox .tit strong {
    color: #232323;
  }
  .yyBox .list {
    margin-top: 33px;
  }
  .yyBox .list li {
    width: 46%;
    margin-left: 0;
    margin-right: 8%;
  }
  .yyBox .list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .yyBox .list li img {
    width: 100%;
  }
  .videoBox {
    padding-top: 11px;
  }
  .newBox {
    padding-bottom: 40px;
  }
  .newBox dl dd {
    height: 132px;
    padding-top: 27px;
    padding-left: 27px;
  }
  .newBox dl dd .date {
    margin-top: 2px;
  }
  .newBox dl dd .date strong {
    font-size: 54px;
  }
  .newBox dl dd .date span {
    font-size: 18px;
  }
  .newBox dl dd .txt {
    width: 84%;
  }
  .contactBox {
    text-align: center;
    background-position-x: right;
  }
  .contactBox .box {
    width: 100%;
    height: 469px;
    padding-top: 30px;
    padding-left: 0;
    box-shadow: none;
  }
  .contactBox dl {
    display: none;
  }
  .contactBox form {
    width: 84%;
    margin: 0 auto;
  }
  .contactBox form .inp {
    width: 100%;
  }
  .contactBox form .txtInp {
    width: 100%;
  }
  .ptbmain {
    padding: 30px 0 40px;
  }
  .channel-main {
    margin-bottom: 40px;
  }
  .channel-main ul {
    margin: 20px 0;
  }
  .channel-main li {
    width: 49%;
  }
  .channel-main li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .channel-main li:nth-of-type(2n) {
    margin-right: 0;
  }
  .channel-main li p {
    font-size: 17px;
    padding: 6px 0;
  }
  .list-main {
    margin-bottom: 40px;
  }
  .list-main ul {
    margin: 20px 0;
  }
  .list-main li {
    width: 49%;
  }
  .list-main li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .list-main li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list-main li p {
    font-size: 17px;
    padding: 6px 0;
  }
  .new-main {
    margin-bottom: 40px;
  }
  .new-main .list {
    margin: 20px 0;
  }
  .new-main .list li p {
    padding-right: 0;
  }
  .new-main .list li .more {
    display: none;
  }
  .lxwm-main {
    margin-bottom: 40px;
  }
  .lxwm-main .w1410 {
    padding: 40px;
  }
  .lxwm-main .left .tit h3 {
    width: 100%;
    font-size: 22px;
  }
  .lxwm-main .left li {
    font-size: 17px;
    text-align: left;
    margin-top: 4px;
  }
  .lxwm-main .way-con {
    margin-top: 20px;
  }
  .part-main {
    margin-bottom: 40px;
  }
  .part-main .nyl {
    width: 95%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
    float: none;
  }
  .part-main .nyr {
    width: 98%;
    margin: 0 1%;
  }
  .part-main .nyr h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .part-main .description {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .part-main .nytel {
    text-align: center;
    padding-top: 20px;
  }
  .part-main .nyrBtn {
    display: none;
  }
  .cp_txt.content p {
    font-size: 17px;
    line-height: 1.6;
  }
  .tjcp li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .tjcp li:nth-of-type(2n) {
    margin-right: 0;
  }
  .tjcp li p {
    font-size: 17px;
    padding: 6px 0;
  }
  .article-main {
    margin-bottom: 40px;
  }
  .article-main h1 {
    font-size: 26px;
    line-height: 1.4;
  }
  .news-lj {
    display: none;
  }
  .article-main .info {
    margin-bottom: 10px;
  }
  .article-main .content p {
    line-height: 24px;
    font-size: 17px;
    margin-bottom: 6px;
  }
}
@media (max-width: 640px) {
  .nytit h1:after {
    width: 438px;
  }
  .aboutBox .txt {
    line-height: 24px;
    font-size: 16px;
    text-indent: 2em;
  }
  .newBox dl dd {
    padding-left: 0;
  }
  .newBox dl dd .txt {
    padding-right: 0;
  }
  .newBox dl dd:hover {
    background: none;
  }
  .newBox dl dd:hover a {
    color: #232323;
  }
  .newBox dl dd:hover:after {
    display: none;
  }
  .footer .l {
    float: none;
    text-align: center;
  }
  .footer .l .footerLogo {
    display: none;
  }
  .footer .footerEwm {
    margin-top: 0;
  }
  .footer .m {
    display: none;
  }
  .footer .lxwm {
    display: none;
  }
  .new-main .menu {
    width: 428px;
  }
}
@media (max-width: 480px) {
  .nytit h1:after {
    width: 100%;
  }
  .productSwiperContainer {
    margin-top: 20px;
  }
  .productSwiperContainer .swiper-slide .tit strong {
    font-size: 16px;
  }
  .yyBox {
    background-color: #dd4345;
    background-image: none;
  }
  .yyBox .tit strong {
    color: #fff;
  }
  .aboutBox ul li {
    width: 32%;
    margin-left: 2%;
  }
  .aboutBox ul li:first-of-type {
    margin-left: 0;
  }
  .caseSwiperContainer .swiper-slide {
    width: 84%;
  }
  .newBox dl {
    margin-top: 10px;
  }
  .newBox dl dt {
    float: none;
    display: block;
    width: 100%;
    height: 102px;
    text-align: left;
    padding: 17px 0 0;
    background: none;
    border-bottom: 1px dashed #ccc;
  }
  .newBox dl dt h3 {
    color: #232323;
  }
  .newBox dl dt p {
    color: #232323;
    -webkit-line-clamp: 2;
  }
  .newBox dl dd {
    height: 102px;
    padding-top: 17px;
    border-bottom: 1px dashed #ccc;
  }
  .newBox dl dd .date {
    display: none;
  }
  .newBox dl dd .txt {
    width: 100%;
  }
  .new-main .menu {
    width: 100%;
  }
  .lxwm-main .w1410 {
    padding: 30px;
  }
}
