.sj-j-t {
  text-align: center;
  padding: 40px 0;
  color: #db241e;
  font-weight: bold;
}
.sj-j-t h3 {
  font-size: 42px;
  font-weight: bold;
}
.sj-j-t h6 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  color: #000;
}
.header .encall {
  width: 232px !important;
}
.n_mbx a {
  text-transform: uppercase;
}
.sj-j-more {
  text-align: center;
  font-size: 0;
  overflow: hidden;
  margin-top: 60px;
}
.sj-j-more a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
  font-size: 18px;
  color: #7e7e7e;
  width: 252px;
  height: 60px;
  border-radius: 80px;
  line-height: 60px;
  border: 1px solid #7e7e7e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.sj-j-more a:hover {
  background: #db241e;
  color: #fff;
  border: 1px solid #db241e;
}
.cl {
  HEIGHT: 0px;
  CLEAR: both;
}
.c {
  *zoom: 1;
}
.c:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.video-list {
  margin-bottom: 29px;
}
.video-list ul {
  float: left;
  margin-right: 0.8%;
}
.video-list ul li {
  margin-bottom: 15px;
  overflow: hidden;
}
.video-list ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.video-list ul li:hover img {
  transform: scale(1.1);
}
.video-list ul.item1 {
  width: 17.7%;
}
.video-list ul.item1 li {
  width: 100%;
  overflow: hidden;
}
.video-list ul.item1 li:first-child {
  height: 238px;
}
.video-list ul.item1 li:last-child {
  height: 480px;
}
.video-list ul.item2 {
  width: 37.2%;
}
.video-list ul.item2 li:first-child {
  height: 468px;
}
.video-list ul.item2 li:nth-child(2),
.video-list ul.item2 li:last-child {
  float: left;
  height: 247px;
  width: 49%;
}
.video-list ul.item2 li:nth-child(2) {
  margin-right: 2%;
}
.video-list ul.item3 {
  width: 43.4%;
  margin-right: 0;
}
.video-list ul.item3 li:first-child {
  height: 234px;
}
.video-list ul.item3 li:nth-child(2),
.video-list ul.item3 li:nth-child(3) {
  float: left;
  height: 218px;
  width: 49%;
}
.video-list ul.item3 li:nth-child(2) {
  margin-right: 2%;
}
.video-list ul.item3 li:last-child {
  height: 248px;
}
.video-list ul li {
  position: relative;
}
.video-list ul li a strong {
  position: absolute;
  left: -100%;
  right: 0;
  width: 0%;
  text-align: center;
  z-index: 55;
  height: 0%;
  background: rgba(0, 0, 0, 0.473);
  z-index: 22;
  top: 0;
  bottom: 0;
  padding-top: 36%;
  box-sizing: border-box;
  transition: all .5s;
  color: #fff !important;
}
.video-list ul li a img {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.video-list ul.item1 li:last-child a strong {
  padding-top: 65%;
}
.video-list ul.item3 li:nth-child(2) a strong,
.video-list ul.item3 li:nth-child(3) a strong {
  padding-top: 32%;
}
.video-list ul.item3 li:first-child a strong {
  padding-top: 16%;
}
.video-list ul.item3 li:last-child a strong {
  padding-top: 16%;
}
.video-list ul li:hover strong {
  width: 100%;
  height: 100%;
  left: 0;
}
/*产品中心*/
.product {
  padding-bottom: 70px;
  background-size: contain;
  box-sizing: border-box;
}
.product .p_tit {
  overflow: hidden;
}
.index-title2 strong {
  display: block;
  font-size: 30px;
  color: #333;
  position: relative;
  margin-bottom: 9px;
}
.index-title2 strong:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background: #db241e;
  left: 143px;
  top: 26px;
}
.index-title2 p {
  line-height: 22px;
  color: #808080;
}
.product-title {
  margin-right: 5%;
  width: 24%;
}
.product-btn {
  width: 100%;
  margin-top: 4px;
}
.product-btn ul li {
  float: left;
  width: 13.15789474%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #eeeeee;
  margin-right: 1%;
  margin-bottom: 1%;
}
.product-btn ul li a {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 49px;
  position: relative;
  text-align: center;
}
.product-btn ul li a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 3px;
  bottom: 0;
  background: #db241e;
  left: 0;
}
.product-btn ul li:hover a:after,
.product-btn ul li.on a:after {
  width: 100%;
  transition: 0.6s;
}
.product-btn ul li:hover a,
.product-btn ul li.on a {
  color: #db241e;
}
.index-more a {
  display: inline-block;
  width: 115px;
  background: #ededed;
  font-size: 15px;
  line-height: 43px;
  color: #333333;
  text-align: center;
  border-radius: 3px;
  margin-top: 49px;
}
.index-more a:hover {
  background: #db241e;
  transition: 0.6s;
  color: #fff;
}
.product-list {
  overflow: hidden;
}
.product-list ul li {
  float: left;
  margin-right: 1%;
  width: 23.92344498%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all .3s;
}
.product-list ul li .pic {
  overflow: hidden;
  border: 1px solid #dbdbdb;
}
.product-list ul li .pic > img {
  display: block;
  width: 100%;
}
.product-list ul li .name h3 {
  border-bottom: 1px solid #c9c9c9;
}
.product-list ul li .name {
  width: 90%;
  margin: auto;
  line-height: 58px;
}
.product-list ul li .name em {
  display: block;
  float: left;
  font-size: 15px;
  color: #3a3a3a;
}
.product-list ul li .name img {
  display: block;
  float: right;
  margin-top: 24px;
}
.product-list ul li:hover {
  transition: 0.6s;
  background: #db241e;
  color: #fff;
}
.product-list ul li:hover h3,
.product-list ul li:hover em {
  color: #fff;
}
.sycppic {
  position: absolute;
  left: 0;
  top: 0;
  width: 122px !important;
  height: 35px;
}
.sygs {
  background: url(../images/gs.jpg) center no-repeat;
  overflow: hidden;
  padding: 103px 0;
  background-size: cover;
}
.sygs dl {
  overflow: hidden;
  width: 40%;
}
.sygs dt {
  width: 100%;
}
.sygs dt h3 {
  color: #db241e;
  font-weight: bold;
}
.sygs dt h2 {
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
.sygs dt h4 {
  font-size: 42px;
  color: #fff;
  margin: 60px 0;
}
.sygs dd {
  width: 100%;
  color: #fff;
  line-height: 160%;
}
.sygs dd a {
  margin: 30px 20px 0 0;
  padding: 15px 20px;
  border-radius: 10px;
  border: 2px solid;
  font: 16px 'Open Sans', sans-serif;
  text-transform: uppercase;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 25%;
  float: left;
  color: #db241e;
  border-color: #db241e;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 2;
}
.sygs dd a:nth-of-type(1) {
  background: #db241e;
  color: #fff;
}
.sygs dd a::before {
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: skew(45deg, 0);
  transform: skew(45deg, 0);
  width: 0;
  height: 100%;
  top: 0px;
  left: -30px;
  z-index: -1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.sygs dd a:hover {
  background: #fff;
  color: #db241e;
}
.sygs dd a:hover::before {
  width: 150%;
}
.sygs .g_r {
  margin-top: 0px;
  width: 50%;
}
.sygs .g_r li {
  float: left;
  width: 43.47826087%;
  background: #fff;
  margin-right: 1%;
  padding: 6% 3% 6% 3%;
  box-sizing: border-box;
  transition: all .3s;
  margin-bottom: 1%;
}
.sygs .g_r li b {
  display: block;
  margin-bottom: 40px;
  color: #393939;
}
.sygs .g_r li p {
  line-height: 160%;
}
.sygs .g_r li i {
  display: block;
  width: 30%;
  height: 2px;
  background: #db241e;
  margin-top: 50px;
}
.sygs .g_r li:hover {
  background: #db241e;
  color: #fff;
}
.sygs .g_r li:hover b {
  color: #fff;
}
.sygs .g_r li:hover i {
  background: #fff;
}
.pagelist ul {
  text-align: center;
  margin: 20px 0;
}
.pagelist li {
  display: inline-block;
  margin: 0 2px;
}
.pagelist li a {
  color: #666;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 6px 15px;
}
.pagelist li a:hover {
  border-color: #b50000;
  background: #b50000;
  color: #fff;
}
.pagelist li.active a {
  border-color: #b50000;
  background: #b50000;
  color: #fff;
}
.nbt {
  border-bottom: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #b50000;
}
.nbt a {
  float: right;
  color: #1f1f1f;
}
.xgcp {
  overflow: hidden;
}
.xgcp li {
  width: 18.86792453%;
  margin-right: 1%;
  float: left;
  margin-bottom: 30px;
}
.xgcp li img {
  width: 100%;
}
.xgcp li strong {
  text-align: center;
  background: #fff;
  color: #000;
  display: block;
  transition: all .5s;
  height: 40px;
  line-height: 40px;
}
.xgcp li:hover strong {
  background: #0042b5;
  color: #fff;
}
.sy_wz_con {
  padding: 60px 0 0 0;
  margin: 0px auto 0 auto;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.227);
  border-bottom: 1px solid rgba(255, 255, 255, 0.227);
  margin-top: 30px;
}
.sy_wz_con ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.sy_wz_con ul li {
  text-align: center;
  width: 24%;
  height: 190px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.227);
}
.sy_wz_con ul li span {
  color: #fff;
  font-size: 60px;
  font-family: Impact, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sy_wz_con ul li i {
  display: block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
}
.sy_wz_con ul li em {
  position: absolute;
  top: 10%;
  left: 70%;
  color: #fff;
}
.syalx {
  overflow: hidden;
}
.syalx i {
  width: 100px;
  height: 3px;
  background: #db241e;
  display: block;
  margin: 10px auto;
}
.sysp {
  background: url(../images/y.png) 32% 10px no-repeat;
  overflow: hidden;
  padding: 80px 0;
}
.sysp dl dt {
  width: 45%;
  margin-top: 30px;
}
.sysp dl dt img {
  float: right;
}
.sysp dl dt div {
  line-height: 230%;
}
.sysp dl dt div a {
  width: 120px;
  padding: 10px 0px;
  border-radius: 5px;
  position: relative;
  display: block;
  text-align: center;
  background: #db241e;
  color: #fff;
  margin-top: 30px;
}
.sysp dl dt div a:hover {
  background: #db241e;
  color: #fff;
}
.sysp dl dt div a:hover::before {
  width: 150%;
}
.sysp dl dd {
  width: 52%;
  background: url(../images/gswz.jpg) center no-repeat;
}
.sysp dl dd video {
  width: 88%;
  margin-top: 30px;
}
.p_tit {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
}
.p_tit b {
  display: block;
  font-size: 34px;
  position: relative;
  padding-top: 20px;
  font-weight: bold;
  color: #2b2b2b;
}
.p_tit b em {
  display: block;
  color: #999999;
  font-size: 40px;
  text-transform: uppercase;
  color: #db241e;
}
.p_tit a {
  padding: 15px 20px;
  border-radius: 10px;
  border: 2px solid;
  font: 16px 'Open Sans', sans-serif;
  text-transform: uppercase;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 15%;
  float: left;
  border-color: #db241e;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 2;
  background: #fff;
  color: #db241e;
  float: right;
}
.p_tit a::before {
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: skew(45deg, 0);
  transform: skew(45deg, 0);
  width: 0;
  height: 100%;
  top: 0px;
  left: -30px;
  z-index: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.p_tit a:hover {
  background: #fff;
  color: #db241e;
}
.p_tit a:hover::before {
  width: 150%;
}
/* 优势 */
.syys {
  background: url(../images/ysb.jpg) top center no-repeat;
  padding-top: 100px;
  position: relative;
  background-attachment: fixed;
  height: 840px;
}
.syys h4 {
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  background: url(../images/bt.png) top center no-repeat;
  padding-top: 26px;
  margin-bottom: 60px;
}
.syys h4 p {
  font-size: 34px;
  font-weight: normal;
}
.syys h4 em {
  font-size: 18px;
  display: block;
  line-height: 20px;
}
.syys ul {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.syys ul li {
  position: absolute;
  width: 30%;
}
.syys ul li:nth-of-type(1) {
  left: 0;
  top: 0;
}
.syys ul li:nth-of-type(1)::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  top: 200px;
  background: rgba(255, 255, 255, 0.548);
  height: 1px;
}
.syys ul li:nth-of-type(2) {
  left: 0;
  top: 240px;
}
.syys ul li:nth-of-type(3) {
  right: 0;
  top: 0%;
}
.syys ul li:nth-of-type(3)::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  top: 200px;
  background: rgba(255, 255, 255, 0.548);
  height: 1px;
}
.syys ul li:nth-of-type(4) {
  right: 0;
  top: 240px;
}
.syys ul li span {
  background: url(../images/yst.png) top center no-repeat;
  width: 142px;
  height: 163px;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 46px;
  line-height: 163px;
  margin-right: 20px;
}
.syys ul li b {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  margin-top: 38px;
  display: block;
}
.syys ul li p {
  font-size: 18px;
  color: #fff;
}
.jm-s-quan {
  width: 545px;
  height: 543px;
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -260px;
  z-index: 2;
}
.jm-s-quan .quan {
  width: 545px;
  height: 543px;
  background: url(../images/jm-3.png) center no-repeat;
  animation: quan 3s linear infinite;
  -webkit-animation: quan 3s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
}
.jm-s-quan img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -205px 0 0 -211px;
}
@keyframes quan {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes quan {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.syal {
  margin-bottom: 60px;
}
.syal .p_tit {
  text-align: center;
}
.syal .p_tit i {
  width: 100px;
  height: 3px;
  background: #db241e;
  display: block;
  margin: 20px auto;
}
.syal .alpic2 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  height: 538px;
}
.syal .alpic2 a {
  float: left;
  margin-right: 1%;
  position: relative;
  overflow: hidden;
}
.syal .alpic2 a img,
.syal .alpic2 a strong {
  transition: all .3s;
}
.syal .alpic2 a strong {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-image: linear-gradient(to top, #ff0000, rgba(0, 0, 0, 0));
  font-size: 16px;
  padding-top: 40px;
  box-sizing: border-box;
}
.syal .alpic2 a:hover strong {
  background-image: linear-gradient(to top, #003cff, rgba(0, 0, 0, 0));
}
.syal .alpic2 a:hover img {
  transform: scale(1.1);
}
.syal .alpic2 a img {
  width: 100%;
  height: 100%;
}
.syal .alpic2 a:nth-of-type(1) {
  width: 50%;
  height: 570px;
}
.syal .alpic2 a:nth-of-type(2) {
  width: 22%;
}
.syal .alpic2 a:nth-of-type(3) {
  width: 22%;
}
.syal .alpic2 a:nth-of-type(4) {
  width: 22%;
}
.syal .alpic2 a:nth-of-type(5) {
  width: 22%;
}
.synews {
  margin-bottom: 40px;
  margin-top: 30px;
  width: 90%;
  margin: 0 auto;
}
.synews .sn_l {
  width: 49%;
}
.synews .sn_r {
  width: 49%;
}
.synews .sn_pic a {
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #cfcfcf;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  height: 177px;
}
.synews .sn_pic a .img {
  width: 30%;
}
.synews .sn_pic a .img img {
  width: 80%;
}
.synews .sn_pic a .info {
  width: 70%;
}
.synews .sn_pic a .info h3 {
  font-size: 20px;
  font-weight: 100;
}
.synews .sn_pic a .info h3 strong {
  font-weight: normal;
}
.synews .sn_pic a .info p,
.synews .sn_pic a .info span {
  color: #7f7f7f;
  font-size: 14px;
}
.synews .sn_pic a i {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #d60009;
  color: #fff;
  border-top-left-radius: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.synews .sn_pic a:hover {
  box-shadow: 0 0 10px rgba(214, 0, 11, 0.222);
  transform: translateY(-5px);
}
.synews .sn_pic a:hover .info h3 {
  color: #d60009;
}
.synews .sn_txt {
  margin-top: 30px;
}
.synews .sn_txt a {
  height: 50px;
  line-height: 50px;
  background: url(../images/1_35.jpg) left 10px no-repeat;
  padding-left: 40px;
  font-size: 16px;
}
.synews .sn_txt a strong {
  font-size: 16px;
  font-weight: normal;
}
.synews .sn_txt a span {
  color: #a3a3a3;
}
.synews .sn_txt a:hover strong {
  color: #d60009;
}
.sycp {
  margin-top: 60px;
}
.sycp .sy_tit {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  width: 1100px;
  margin: 70px auto 10px auto;
}
.sycp .sy_tit:after {
  content: url(../images/1_17.jpg);
  width: 35px;
  height: 26px;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
}
.sycp .sy_tit:before {
  width: 35px;
  height: 26px;
  content: url(../images/1_27.jpg);
  right: 0;
  top: 0;
  display: block;
  position: absolute;
}
.sycp .sy_tit1 {
  width: 552px;
}
.sycp p {
  text-align: center;
  font-size: 18px;
}
.news_tit h4 {
  font-size: 32px;
  background: url(../images/tb.jpg) left no-repeat;
  padding-left: 80px;
}
.news_tit a {
  padding-top: 20px;
}
/* 新闻 */
.synews .swiper-slide {
  position: relative;
}
.synews .swiper-slide .info {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  width: 100%;
  bottom: 0px;
  padding: 10px 0;
  transition: all .3s;
  box-sizing: border-box;
  background: rgba(0, 148, 37, 0.712);
  color: #fff;
}
.synews .swiper-slide img {
  width: 100%;
  transition: all .3s;
}
.synews .swiper-slide a {
  overflow: hidden;
}
.synews .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
}
.synews .swiper-slide a:hover .info {
  background: #000;
  color: #fff;
}
.num_top .item {
  width: 50%;
  float: left;
  text-align: center;
  vertical-align: top;
  padding-top: 80px;
}
.num_top .item h3 {
  font-size: 46px;
  color: #32c36c;
}
.num_top .item h3 i {
  font-style: normal;
  display: inline-block;
  font-weight: bold;
}
.num_top .item span {
  color: #32c36c;
  border-radius: 50%;
  vertical-align: text-top;
}
.num_top .item p {
  color: #fff;
  margin-top: 10px;
}
.synewst {
  margin-top: 50px;
}
.synews1 .swiper-slide {
  position: relative;
}
.synews1 .swiper-slide span {
  width: 100%;
  height: 40px;
  background: #eeeeee;
  color: #6e6e6e;
  font-size: 14px;
  display: block;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 10px;
}
.synews1 .swiper-slide span em {
  font-size: 14px;
}
.synews1 .swiper-slide span i {
  float: right;
}
.synews1 .swiper-slide .info {
  padding: 10px 10px;
  background: #f9f9f9;
}
.synews1 .swiper-slide .info p {
  margin-top: 10px;
  font-size: 14px;
}
.synews1 .swiper-slide .info i {
  float: right;
  fofffnt-style: normal;
}
.synews1 .swiper-slide img {
  width: 100%;
}
.synews1 .swiper-slide h3 {
  color: #32c36c;
  font-size: 18px;
  font-weight: normal;
}
.synews1 .swiper-slide h3 strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.morea {
  width: 200px;
  background: #db241e;
  color: #fff;
  height: 50px;
  line-height: 50px !important;
  line-height: 40px;
  margin: 20px auto;
  text-align: center;
  border-radius: 30px;
}
.morea a {
  color: #fff;
}
.morea a:hover {
  box-shadow: 0 0 15px #db241e;
  border-radius: 30px;
}
.laka {
  display: table;
  margin-top: 32px;
  margin-bottom: 62px;
}
.laka {
  margin-top: 32px;
  margin-bottom: 62px;
  margin: 0 auto;
  width: 90%;
  padding-top: 80px;
}
.buceng {
  float: left;
  width: 67%;
  height: 305px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}
.fangzhe {
  width: 90%;
  text-align: justify;
}
.fangzhe p:nth-child(1) {
  font-size: 24px;
  font-weight: 300;
}
.fangzhe p:nth-child(2) {
  font-size: 18px;
  font-weight: 300;
  margin-top: 28px;
}
.fangzhe span {
  font-size: 41px;
  color: #e50113;
  font-weight: 400;
}
.lad {
  width: 31.6%;
  height: 305px;
  float: right;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  padding-left: 68px;
  background: #fff;
}
.xiaoshou {
  display: table;
  margin-top: 60px;
}
.xiaoshou img {
  float: left;
  margin-top: 3px;
  margin-right: 18px;
}
.ddow {
  float: left;
}
.ddow p a {
  color: #e40112;
}
.ddow p:nth-child(1) {
  font-size: 24px;
  font-weight: 300;
}
.ddow p:nth-child(2) {
  font-size: 34.73px;
  font-weight: 300;
  color: #e40112;
}
.shouhou {
  display: table;
  margin-top: 40px;
}
.shouhou img {
  float: left;
  margin-top: 3px;
  margin-right: 18px;
}
.weikad {
  height: 386px;
  display: table;
  box-sizing: border-box;
  padding-left: 45px;
}
.caeka {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #444444;
}
.wocaod {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.wocaod a {
  font-size: 14px;
  color: #b6b6b6;
}
.wocaod img:nth-child(2) {
  margin-left: 80px;
  margin-right: 25px;
}
.syalx {
  background: #f2f2f2;
}
.syalx .p_tit {
  text-align: center;
}
.syalx .syalnr {
  width: 90%;
  margin: 0 auto 60px auto;
}
.syalx .syalnr li {
  display: inline-block;
  margin-right: 14px;
  width: 11.11111111%;
}
.syalx .syalnr li img {
  width: 100%;
}
.in-equipment .swiper-pagination-bullet-active {
  background: #db241e !important;
}
#footer {
  background: url(../images/dfooter.jpg) left no-repeat;
  width: 100%;
  padding-top: 1px;
  margin-top: 40px;
  background-size: cover;
}
#footer .footer_con {
  width: 100%;
  margin: 68px auto 0;
  background: rgba(0, 0, 0, 0.596);
  overflow: hidden;
  padding: 30px 4% 0 4%;
  box-sizing: border-box;
}
#footer .f1 {
  width: 30%;
  text-align: center;
  border-right: 1px solid rgba(223, 223, 223, 0.541);
  height: 200px;
}
#footer .f1 img {
  display: block;
  margin: 0 auto;
}
#footer .f1 b {
  color: #fff;
  font-size: 30px;
  text-align: right;
}
#footer .f1 strong {
  color: #fff;
  font-size: 24px;
  text-align: right;
}
#footer .f1 .call {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 4em;
  background: #ffa003 url(call1.png) 40px center / 8% no-repeat;
  color: #fff;
  font-size: 20px;
  border-radius: 70px;
  margin-top: 15px;
}
#footer .f1 .call strong {
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  font-family: impact;
}
#footer .two {
  padding-left: 2%;
  width: 26%;
  border-right: 1px solid rgba(223, 223, 223, 0.377);
  height: 200px;
}
#footer .two a {
  width: 48%;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  float: left;
  margin-right: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#footer .two a .pb_bg {
  background-color: #FFA003;
}
#footer .f2 {
  width: 26%;
  margin-left: 2%;
  border-right: 1px solid rgba(223, 223, 223, 0.541);
  height: 200px;
}
#footer .f2 img {
  float: left;
  margin-right: 15px;
}
#footer .f2 p {
  width: 100%;
  line-height: 32px;
  color: #ffffff;
}
#footer .f2 strong {
  font-size: 28px;
  display: block;
}
#footer .f4 .item {
  display: inline-block;
  width: 150px;
  margin: 0 5px;
}
#footer .f4 .item img {
  max-width: 100%;
  width: 150px;
}
#footer .f4 .item span {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
.copyright {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid rgba(223, 223, 223, 0.541);
}
.copyright img {
  display: inline-block;
  margin: 0 10px 4px;
}
.copyright a {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}
.copyright {
  line-height: 60px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}
.copyright img {
  display: inline-block;
  margin: 0 10px 4px;
}
.copyright a {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}
.cptb {
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .header.bg {
    background: #fff;
  }
  .header .logo {
    width: 57% !important;
    z-index: 9999;
    height: 120px !important;
  }
  .header {
    height: 88px !important;
  }
  .header .inner {
    height: auto;
  }
  .header .nav_button,
  .header .nav_button::after,
  .header .nav_button::before {
    background: #fff;
  }
  .header {
    background: #2a166f;
  }
  .header.bg .nav_button,
  .header.bg .nav_button::after,
  .header.bg .nav_button::before {
    background: #940000;
  }
  .header.bg .logo {
    background-size: auto;
  }
  #nyba {
    background-size: 280% auto;
  }
  .video-list ul.item1 {
    display: none;
  }
  .video-list ul.item2 {
    width: 50%;
  }
  .video-list ul.item2 li:first-child {
    height: 366px;
  }
  .video-list ul.item2 li:nth-child(2),
  .video-list ul.item2 li:last-child {
    height: 192px;
  }
  .video-list ul.item3 {
    width: 48.4%;
  }
  .video-list ul.item3 li:first-child {
    height: 153px;
  }
  .video-list ul.item3 li:nth-child(2),
  .video-list ul.item3 li:nth-child(3) {
    height: 147px;
  }
  .video-list ul.item3 li:last-child a,
  .video-list ul.item3 li:last-child a img {
    height: 100%;
  }
  .video-list ul.item3 li:last-child {
    height: 242px;
  }
  .product-btn ul li {
    float: left;
    width: 18.5%;
  }
  .product-list ul li {
    width: 48.923445%;
  }
  .in-equipment .swiper-slide .text {
    left: 147px;
  }
  .sygs dl,
  .sygs .g_r {
    width: 100%;
  }
  .sygs dt h4 {
    margin: 20px 0;
  }
  .sy_wz_con ul li {
    width: 49%;
  }
  .product-btn {
    width: 103%;
    margin-top: -22px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-list ul li .name img {
    display: none;
  }
  .sygs dt {
    width: 100%;
    float: none;
  }
  .sygs dd {
    width: 100%;
    float: none;
  }
  .sygs .g_r li {
    width: 48.909524%;
    padding: 1% 3%;
    margin-top: 10px;
  }
  .syalx .syalnr li {
    width: 30.011111% !important;
  }
  .syalx .syalnr li:nth-of-type(7),
  .syalx .syalnr li:nth-of-type(8) {
    display: none;
  }
  .sysp dl dd video {
    width: 100%;
  }
  .syys ul li span {
    display: none;
  }
  .syal .alpic2 a {
    width: 49% !important;
  }
  .syal .alpic2 {
    height: 732px !important;
  }
  .sysp dl dt {
    width: 100%;
  }
  .synews .sn_r {
    display: none;
  }
  .synews .sn_l {
    font: none;
    width: 100%;
  }
  .laka {
    display: none;
  }
  #footer .footer_con {
    padding: 30px 4% 10% 4%;
  }
  .sysp dl dd {
    width: 100%;
  }
  .sywz dt h2 {
    display: none;
  }
  .sywz dt {
    width: 100%;
  }
  .sywz dd {
    width: 100%;
    float: none;
  }
  .sywzcon {
    display: none;
  }
  .p_tit a {
    width: 21%;
  }
  .header .nav_button {
    top: 42px;
  }
  .pro-ylist li {
    width: 46%;
  }
  .rysy {
    margin: 20px 0;
  }
  .cp_r {
    width: 100%;
  }
  .xgcp li {
    width: 23.867925%;
    margin-right: 1%;
    float: left;
    margin-bottom: 30px;
  }
  .pro-ylist li {
    float: left;
    width: 48%;
  }
  .cp_r ul li {
    width: 48.258065%;
  }
  .lxdt {
    width: 100%;
  }
  .threea .list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .intro4 {
    display: none;
  }
}
.sjwap {
  display: none;
}
@media (max-width: 768px) {
  .pagelist ul li {
    float: left;
    box-shadow: none;
    width: 20%;
    font-size: 12px;
  }
  .sjwap {
    display: block;
    overflow: hidden;
  }
  .sjwap a {
    display: block;
    float: left;
    width: 48%;
    text-align: center;
    padding: 5px 0;
    margin-top: 2px;
    background: #f5f5f5;
    margin-left: 1%;
  }
  .sj-j-more a {
    width: 199px;
  }
  .cptb {
    overflow: hidden;
    margin-bottom: 60px;
  }
  .cpxq_text video {
    width: 100% !important;
    height: 350px !important;
  }
  .cpn_con .cp_l {
    display: none !important;
  }
  .xgcp li strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xgcp li {
    width: 31.867925%;
    margin-bottom: 0 !important;
  }
  .x1 {
    width: 2.333333% !important;
  }
  #list {
    margin: 0px 0;
  }
  .product_list_one .item,
  .product_list_two .item,
  .product_list_three .item {
    margin-left: 1%;
  }
  .product_list_one .item,
  .product_list_two .item,
  .product_list_three .item {
    width: 48%;
  }
  .product_list_three .item {
    padding-bottom: 0;
  }
  .nbanner {
    height: 390px;
  }
  .fade_text {
    margin-top: 92px;
  }
  .n_fbj .fa_1 .fr .box {
    display: none;
  }
  .n_fbj .fa_1 .fl,
  .n_fbj .fa_1 .fr,
  .lxcon .text2,
  #lxdt {
    float: none;
    width: 100%;
  }
  .list-news .time {
    display: none;
  }
  .list-news {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .list-news .news {
    margin: 0;
  }
  .pro_show .left {
    width: 100%;
    padding: 0;
    float: none;
  }
  .pro_show .right {
    padding: 2%;
    width: 100%;
    box-sizing: border-box;
    float: none;
    margin-left: 0;
  }
  ._p_b a {
    display: none;
  }
  .cpn_con .cp_l {
    display: none;
  }
  .npic img,
  .fa_4 .fawt img {
    width: 100%;
  }
  .hn-hangye {
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .hn-hyitem {
    margin: 2px 12px;
    line-height: 36px;
  }
  .hn-hyitem a {
    padding: 0;
  }
  .fa_2 h4 em {
    font-size: 22px;
  }
  .fa_2 {
    padding: 0;
  }
  .pro_show {
    margin-top: 15px;
  }
  .sidebar-r {
    display: none;
  }
  .x9 {
    width: 100%;
  }
  .lxcon .text2 {
    margin-top: 0;
  }
  .sidebar-l {
    margin-right: 0;
  }
  .article .padding-large {
    padding: 30px 10px;
  }
  .pub_title h4 {
    font-size: 34px;
    margin-top: 35px;
  }
  .pub_title p {
    font-size: 14px;
  }
  .cp_r ul li {
    margin-bottom: 12px;
  }
  .header.bg {
    background: #fff !important;
  }
}
@media (max-width: 414px) {
  .nbanner {
    background-size: auto 100%;
  }
  .syal {
    display: none;
  }
  .syalx .syalnr li {
    margin-right: 7px;
  }
  .sy_wz_con ul li span {
    font-size: 38px;
  }
  .sy_wz_con ul li em {
    left: 75%;
  }
  .syys {
    display: none;
  }
  .sycp .sy_tit1 {
    width: 100%;
  }
  .sysp {
    padding-bottom: 20px;
  }
  .sycp {
    margin-top: 0 !important;
  }
  .sycp {
    margin: 0px auto 30px auto;
  }
  .news_tit {
    display: none;
  }
  #footer .f2 {
    display: none;
  }
  #footer .two {
    width: 100% !important;
  }
  .sycp .sy_tit:before {
    display: none;
  }
  .sycp .sy_tit:after {
    display: none;
  }
  .sycp .sy_tit {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin: 17px auto 10px auto;
  }
  .header .logo {
    width: 57% !important;
    z-index: 9999;
    height: 74px !important;
  }
  .fa_4 h4 em {
    font-size: 28px;
  }
  .box_one ul li {
    margin-left: 0;
    margin-right: 1%;
  }
  .box_one ul li a {
    height: 34px;
    font-size: 14px;
  }
  .box_one ul li {
    line-height: 34px;
  }
  .cpn_con .cp_l {
    display: block;
  }
  .y-tit1 .tit2 h2 {
    font-size: 28px;
  }
  .sectionsp strong {
    font-size: 46px;
  }
  .sectionsp b {
    font-size: 20px;
  }
  .sectionsp a {
    padding: 5px 23px;
  }
  .sectionsp {
    height: 600px;
  }
  .sj-tab ul li {
    padding: 0 4.6%;
    line-height: 45px;
  }
  .sj-j-b-ani {
    padding: 10px 10px;
    left: 0;
    height: 100%;
  }
  .sj-j-b-ani p {
    line-height: 1.7;
    font-size: 14px;
  }
  .sj-j-more a {
    width: 45%;
    margin-right: 2%;
    height: 42px;
    line-height: 42px;
    margin: 0;
  }
  .sj-j-b-ani .line {
    display: none;
  }
  .num_top .item h3 {
    font-size: 38px;
  }
  .about .a_top h1 {
    padding: 18px 16px;
  }
  .about .a_top h4 {
    padding: 6px 34px  10px 30px !important;
  }
  .syys1 h3 {
    font-size: 29px;
  }
  .syys1 {
    height: 177px;
  }
  .synews .swiper-slide {
    width: 98% !important;
  }
  .fixed_footer {
    display: block !important;
  }
  .sj-j-banner .swiper-slide-active .sj-j-b-ani {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .sj-j-b-ani {
    padding: 83px 48px;
    left: 0;
    height: 100%;
  }
  #top_scroll ul li p {
    display: none;
  }
  #top_scroll ul li .img {
    padding: 0;
  }
  #top_scroll ul li h3 {
    padding-left: 0;
    text-align: center;
    font-size: 14px;
  }
  #top_scroll {
    margin: 20px auto;
  }
  .about .a_top h4 {
    font-size: 16px;
  }
  .section_four .small .item {
    height: 189px;
  }
  .about_wz {
    padding: 31px 0;
  }
  .title3 {
    padding: 20px 0;
  }
  .title3 h3 {
    font-size: 33px;
  }
  .nbanner {
    height: 328px;
  }
  .y-tit1 .more {
    display: none;
  }
  .pro-ylist .txt {
    margin: 0 auto;
    padding: 5px;
  }
  .pro-ylist .txt .tit {
    font-size: 18px;
  }
  .pro-ylist .txt .more {
    display: none;
  }
  .pro-ylist .txt p {
    display: none;
  }
  .pro-ylist .item {
    margin: 20px 6px 20px;
  }
  .y-tit1 {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .pro-ylist .img {
    width: 100%;
  }
  .pro-ylist .item {
    width: 100%;
  }
  .pro-ylist li {
    margin-left: 2%;
  }
  .pro-ylist {
    margin: 0;
  }
  .cpxq_text img {
    width: 100%;
  }
  .nycpcon,
  .nbt {
    display: none;
  }
  .xgcp li {
    width: 48.8%;
  }
  .xgcp li:last-child {
    display: none;
  }
  .header.bg .logo {
    width: 282px;
    height: 64px;
  }
  .header.bg .logo {
    background-size: 237px 54px;
  }
  .sywz {
    padding: 2px 0 0 0px !important;
  }
  .intro2 a {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .header {
    background: #281370;
  }
  .header .logo {
    width: 85%;
  }
  .product-btn ul li {
    float: left;
    width: 23.5%;
    font-size: 14px;
  }
  .product-btn ul li a {
    font-size: 14px;
  }
  .sectionsp strong {
    font-size: 48px;
  }
  .sj-j-t {
    padding: 18px 0;
  }
  .video-list ul.item2 li:first-child {
    height: 198px;
  }
  .video-list ul.item2 li:nth-child(2),
  .video-list ul.item2 li:last-child {
    height: 106px;
  }
  .video-list ul li a img {
    width: auto;
    max-width: inherit;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .video-list ul li {
    margin-bottom: 4px;
  }
  .video-list ul.item3 li:nth-child(2),
  .video-list ul.item3 li:nth-child(3) {
    display: none;
  }
  .video-list ul.item3 li:last-child {
    height: 152px;
  }
  .sj-j-more a {
    width: 42%;
    float: left;
  }
  .product .p_tit {
    margin-top: 20px;
  }
  .index-more a {
    margin-top: 37px;
  }
  .product-list ul li {
    width: 48.923445%;
  }
  .sygs {
    background-size: cover;
    padding: 42px 0;
  }
  .sygs .g_r {
    display: none;
  }
  .p_tit {
    margin-top: 42px;
  }
  .p_tit a {
    margin-top: 10px;
  }
  .sywz {
    padding: 63px 0;
    margin-top: 60px;
  }
  .synewst {
    margin-top: 0;
  }
  .f_48 {
    font-size: 31px;
  }
  .sectionsp .syspwz {
    width: 90%;
    top: 6%;
  }
  .sj-j-more {
    display: none;
  }
  .sj-j-t h6 {
    font-size: 14px;
  }
  .sj-j-more a {
    height: 42px;
    line-height: 42px;
  }
  .product-list ul li .name {
    line-height: 34px;
  }
  .product-list {
    margin: 0 auto;
  }
  .w80 {
    width: 90%;
  }
  .sywz {
    padding: 2px 0 0 0px !important;
    height: 476px;
  }
  .w80 {
    width: 94%;
  }
  .pro-ylist li {
    margin-left: 0%;
    margin-right: 1%;
  }
  .list-content {
    padding: 20px 0 0 0;
    overflow: hidden;
  }
  .pro-ylist .txt .tit {
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
  .pro-ylist .item {
    margin: 10px 6px 10px;
  }
  .y-tit1 {
    margin-bottom: 0;
    margin-top: 24px;
  }
  .list-news .news h3 a {
    font-size: 16px;
  }
  .list-news .button {
    display: none;
  }
  .x6 {
    width: 59%;
    margin-top: 10px;
  }
  .header {
    height: 74px !important;
  }
  .header .inner {
    padding: 7px 5px !important;
  }
  .synews .sn_txt a span {
    display: none;
  }
}
@media (max-width: 375px) {
  .sj-j-more {
    padding-top: 12px !important;
  }
  .sj-j-more a {
    font-size: 14px !important;
    margin: 0 4px;
    width: 39% !important;
  }
  .cptb {
    margin-bottom: 19px;
  }
  .p_tit b em {
    font-size: 26px;
  }
  .sy_wz_con ul li {
    height: 100px;
  }
  .synews .sn_pic a .img {
    display: none;
  }
  .synews .sn_pic a .info {
    width: 100%;
    font: none;
  }
  .sectionsp a {
    padding: 5px 17px;
  }
  .header .logo img,
  .header.bg .logo img {
    height: 47px !important;
  }
  .sj-j-more a {
    width: 45% !important;
  }
  .f_48 {
    font-size: 28px;
  }
  .sywz {
    height: 445px;
  }
  .about_wz h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .rysy {
    display: none;
  }
  .aboutn {
    padding: 30px 0;
  }
}
@media (max-width: 320px) {
  .sectionsp {
    height: 467px;
  }
  .sectionsp .syspwz {
    width: 90%;
    top: 28%;
  }
  .f_18 {
    font-size: 12px;
  }
  .num_top .item h3 {
    font-size: 30px;
  }
  .header .logo {
    width: 72%;
  }
  .header .logo img,
  .header.bg .logo img {
    height: 40px !important;
  }
  .header {
    height: 78px !important;
  }
  .sectionsp strong {
    font-size: 34px;
  }
  .sectionsp b {
    font-size: 16px;
  }
  .sectionsp a {
    padding: 5px 20px;
    margin: 20px 4px;
  }
  .sj-j-t h3 {
    font-size: 32px;
  }
  .sj-j-more {
    padding-top: 2px !important;
  }
  .sj-j-more a {
    width: 44% !important;
  }
  .product-btn ul li a {
    font-size: 16px;
  }
  .product-list ul li .name {
    width: 100%;
    padding: 0;
  }
  .product-list ul li .name em {
    text-align: center;
    float: none;
    display: block;
  }
  .f_48 {
    font-size: 24px;
  }
  .p_tit a {
    width: 13%;
  }
}
