@charset "utf-8";
.cm {
  color: #e80125;
}
.cm2 {
  color: #29c3ab;
}
.jianbian {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c3ab), to(#16a8b5));
  background-image: linear-gradient(to right, #29c3ab, #16a8b5);
}
.btext {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 30%;
  transform: translateY(-50%);
  width: 90%;
  text-align: center;
  z-index: 10;
}
.btext .more{margin-top:5%;}
.btext .more span{width: 230px;
  height: 46px;
  background-color: #fff;
  border-radius: 23px;
  font-size: 16px;
  color: #e80125;
  line-height: 46px;
  text-align: center;display:block;margin:auto}
.btext .more span:hover{ background-color:rgb(232, 1, 37);  color: #fff;}
#b-1{top:40%;}
#b-2{top:30%; }


.btext strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 62px;
  font-size: 3.2292vw;
  letter-spacing: 4px;

  transform: translateY(100%);
}

.btext h1 {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 62px;
  font-size: 3.2292vw;
  letter-spacing: 4px;

  transform: translateY(100%);
}

.btext p {
  display: inline-block;
  margin-left: -6px;
  letter-spacing: 15px;
  color: #fff;
  line-height: 1;
  font-size: 38px;
  font-size: 1.9792vw;

  transform: translateY(100%);
}.bhide {

}
.bline {
  position: relative;
  margin: auto;
  margin-top: 5%;
  width: 460px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);


}
.bline:before {
  position: absolute;
  left: 50%;
  margin-left: -42px;
  top: -1px;
  content: "";
  width: 84px;
  height: 4px;
  background: #ec143e;
}
.inbanner {
  width: 100%;
  position: relative;
}
.inbanner .ibwrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.inbanner .ibwrap > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.inbanner2 {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.inbanner2 .ibwrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.inbanner2 .ibwrap > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .inbanner {
  }
}
/*10联系 banner标题*/
.ibcatein2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5.4%;
}
.ibcatein2 .cn {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-top: 30px;
  background: url('../images/line2.png') center no-repeat;
}
.ibcatein2 .cn span {
  padding-left: 8px;
  letter-spacing: 8px;
}
.ibcatein2 .en {
  font-size: 0;
}
.ibcatein2 img {
  max-width: 90%;
}
.ibbg {
  -webkit-animation: pagebgfd 6s linear infinite alternate;
          animation: pagebgfd 6s linear infinite alternate;
}
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
/*远见2关于我们 合作单位*/
.borderwan {
  position: relative;
}
.borderwan i.ii1,
.borderwan i.ii2,
.borderwan i.ii3,
.borderwan i.ii4 {
  position: absolute;
  z-index: 5;
  background-color: #cfd1f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.borderwan i.ii1 {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii2 {
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
}
.borderwan i.ii3 {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii4 {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
}
.borderwan:hover i.ii1,
.borderwan:hover i.ii3 {
  width: 100%;
}
.borderwan:hover i.ii2,
.borderwan:hover i.ii4 {
  height: 100%;
}
.btt1 img,
.btt2 img,
.btt3 img {
  -webkit-animation: move ease-in-out 2s infinite;
          animation: move ease-in-out 2s infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
.greybg {
  background-color: #bdbbbc;
}
.greybg2 {
  background-color: #918f8f;
}
.js-qiecon2 {
  display: none;
}
.js-qiecon2.on {
  display: block;
}
.js-qiecon {
  position: absolute;
  left: 200%;
  top: 0;
  z-index: -20;
  opacity: 0;
  width: 100%;
}
.js-qiecon.on {
  position: static;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.pianyi {
  padding-top: 80px;
  margin-top: -80px;
}
.js-qiecon-wrap1,
.js-qiecon-wrap2,
.js-qiecon-wrap3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lefthalf {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.righthalf {
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.txtEff label {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .pianyi {
    padding-top: 60px;
    margin-top: -60px;
  }
}
/* 面包屑*/
.baninfo {
  height: 70px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e9e9e9;
}
.baninfo .cer8 {
  height: 100%;
}
.erji {
  float: left;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
  line-height: 70px;
  height: 70px;
}
.erji a {
  display: inline-block;
  height: 100%;
  position: relative;
  margin-left: 75px;
  color: #333;
  font-size: 16px;
  line-height: 70px;
  vertical-align: top;
}
.erji a:first-child {
  margin-left: 0;
}
.erji a:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: -1px;
  z-index: 0;
  width: 0;
  height: 2px;
  background-color: #e80125;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.erji a:hover {
  color: #e80125;
}
.erji a.on {
  color: #e80125;
  font-weight: bold;
}
.erji a:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.tree {
  float: right;
  height: 100%;
  font-size: 14px;
  line-height: 70px;
  color: #999;
}
.tree a {
  display: inline-block;
  height: 100%;
  color: #999;
  vertical-align: middle;
}
.tree a:hover,
.tree a.leaf {
  color: #e80125;
}
.tree i {
  display: inline-block;
  width: 24px;
  height: 100%;
  vertical-align: middle;
  background: url('../images/sjr1-tree.png') center no-repeat;
}
@media screen and (max-width: 1024px) {
  .tree {
    display: none;
  }
  .erji {
    float: none;
  }
}

@media screen and (max-width: 750px) {
  .erji {
    overflow: auto;
  }
  .erji a {
    margin-left: 50px;
  }
  .erji a:after {
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .erji a {
    width: 25%;
    margin-left: 0;
  }
}
/*宝创8产品详情 */
.bneck {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 66px;
  z-index: 3;
}
.berji {
  font-size: 0;
  width: 100%;
  text-align: center;
}
.berji a {
  display: inline-block;
  width: 164px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  background-color: #66807f;
  margin: 10px 17px;
  border-radius: 8px;
}
.berji a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 0;
  width: 1px;
  height: 30px;
  display: none;
}
.berji a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 0;
  margin-left: 0;
  width: 0;
  height: 4px;
  background-color: #0076cd;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.berji a.on:after,
.berji a:hover:after {
  width: 80px;
  margin-left: -40px;
}
.berji a.on,
.berji a:hover {
  background-color: #1fb5b0;
}
/*海创1首页按钮*/
a.seemore {
  display: block;
  width: 164px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}
a.seemore:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid #ffd04f;
  border-radius: 25px;
}
a.seemore span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
  background: url('../images/jtr1.png') right no-repeat;
  letter-spacing: 2px;
}
a.seemore:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#005ffb), to(#0292fd));
  background-image: linear-gradient(to right, #005ffb, #0292fd);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore:hover:after {
  height: 0;
}
a.seemore:hover {
  background-color: #fff;
  color: #005ffb;
}
a.seemore:hover span {
  background-image: url('../images/jtr1h.png');
}
a.seemore2 {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #1e64c6;
  line-height: 42px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 23px;
  background-color: #fff;
}
a.seemore2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1h.png') right no-repeat;
}
.jello-h:hover {
  -webkit-animation: jello 1s 0s infinite;
          animation: jello 1s 0s infinite;
}
.rubberBand-h:hover {
  -webkit-animation: rubberBand 1s 0s 1;
          animation: rubberBand 1s 0s 1;
}
/*1首页按钮*/
a.seemore3 {
  display: block;
  width: 160px;
  height: 50px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #116bb4;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  margin-top: 60px;
  margin-left: 34px;
}
a.seemore3:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid #116bb4;
}
a.seemore3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
}
a.seemore3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background-color: #116bb4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore3:hover:after {
  height: 100%;
}
a.seemore3:hover {
  background-color: #116bb4;
  color: #fff;
}
/*远见8产品详情 */
.outnavbg {
  width: 100%;
  height: 60px;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.outnav7 {
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.outnav7 .nav-left,
.outnav7 .nav-right {
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e7e7e7;
}
.outnav7 .nav-left {
  left: 0;
  background-image: url('../images/lt3.png');
}
.outnav7 .nav-right {
  right: 0;
  background-image: url('../images/gt3.png');
}
.outnav7 .nav-left:hover {
  background-image: url('../images/lt3h.png');
  background-color: #eb0104;
}
.outnav7 .nav-right:hover {
  background-image: url('../images/gt3h.png');
  background-color: #eb0104;
}
.outnav7 #wrapper77 {
  width: 100%;
  height: 100%;
  position: relative;
}
.outnav7.on {
  padding: 0 40px;
}
.outnav7.on .nav-left,
.outnav7.on .nav-right {
  display: block;
}
.nav7 {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.nav7 li {
  width: 170px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.nav7.fen2 li {
  width: 50%;
}
.nav7.fen3 li {
  width: 33.3%;
}
.nav7.fen4 li {
  width: 25%;
}
.nav7.fen5 li {
  width: 20%;
}
.nav7 li a {
  display: block;
  position: relative;
  color: #666;
  line-height: 60px;
  font-size: 16px;
}
.nav7 li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  display: none;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  margin-top: -7px;
}
.nav7 li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #014ab1;
}
.nav7 li:hover a {
  color: #eb0104;
}
.nav7 li:hover a:after {
  width: 108px;
  margin-left: -54px;
}
.nav7 li.on a {
  color: #eb0104;
}
.nav7 li.on a:after {
  width: 108px;
  margin-left: -54px;
}
.mouse {
  width: 60px;
  height: 34px;
  position: absolute;
  left: 50%;
  bottom: 100px;
  z-index: 4;
  background: url('../images/mouse.png') center no-repeat;
  margin-left: -30px;
}
.ibcate {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -67%);
          transform: translate(-50%, -67%);
  width: 90%;
  -webkit-perspective: 500px;
          perspective: 500px;
}
.ibcate .cnp {
  width: 100%;
  text-align: center;
}
.ibcate .cnp img {
  max-width: 100%;
}
.shutwindowup {
  -webkit-transform: rotateX(-80deg) translateZ(-100px);
          transform: rotateX(-80deg) translateZ(-100px);
  opacity: 0;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.ani.shutwindowup {
  -webkit-transform: rotateX(0deg) translateZ(0);
          transform: rotateX(0deg) translateZ(0);
  opacity: 1;
}
.slowscale11 {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.ani.slowscale11 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.hasani.slowscale11 {
  transition-duration: 8s;
  -moz-transition-duration: 8s;
  -webkit-transition-duration: 8s;
  -o-transition-duration: 8s;
}
.fside {
  position: fixed;
  z-index: 50;
  left: 1px;
  top: 50%;
  margin-top: -160px;
  width: 100px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.fside.zk {
  left: -100px;
}
.fside i {
  width: 11px;
  height: 68px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -34px;
  z-index: 10;
  background: #38b9b0 url('../images/sandao.png') center no-repeat;
  cursor: pointer;
  border-radius: 0 9px 9px 0;
}
.fside label {
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 6px 6px 0 0;
  background: #38bab1 url('../images/ssdlogo.png') center no-repeat;
}
.fside a {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 10px;
}
.fside a .pic {
  width: 30px;
  height: 30px;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #38bab1;
  background-color: #38bab1;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fside a > p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
  color: #576c87;
  height: 20px;
}
.fside a:hover > .pic {
  background-color: #fff;
}
.fside a:hover > p {
  color: #38bab1;
}
.sideinfo {
  width: 0;
  height: 56px;
  overflow: hidden;
  position: absolute;
  left: 100px;
  top: 10px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideinfo.on {
  width: 214px;
}
.sideinfo div {
  padding: 13px 0 13px 52px;
  width: 148px;
  color: #fff;
  text-align: left;
  position: relative;
}
.sideinfo div h3 {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  display: none;
}
.sideinfo .sidetel {
  background: #af966d url('../images/ssd3.png') 19px no-repeat;
}
.sideinfo .sidetel p {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-family: "Centaur";
}
.sidetel:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -7px;
  z-index: 0;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #af966d;
}
.sideinfo2 {
  width: 70px;
  height: 75px;
  background-color: #af966d;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideinfo2.on {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sideinfo2 span {
  display: block;
  width: 36px;
  height: 36px;
  padding: 20px 17px;
  line-height: 18px;
  color: #fff;
  font-size: 16px;
}
.sidebigewm {
  display: none;
  position: absolute;
  top: 0;
  left: 74px;
  z-index: 1;
  background-color: #fff;
  width: 120px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.sidebigewm img {
  width: 100%;
}
.fside a .pic.sd1 {
  background-image: url('../images/ssd1.png');
}
.fside a .pic.sd2 {
  background-image: url('../images/ssd2.png');
}
.fside a .pic.sd3 {
  background-image: url('../images/ssd3.png');
}
.fside a .pic.sd4 {
  background-image: url('../images/ssd4.png');
}
.fside a:hover .pic.sd1 {
  background-image: url('../images/ssd1h.png');
}
.fside a:hover .pic.sd2 {
  background-image: url('../images/ssd2h.png');
}
.fside a:hover .pic.sd3 {
  background-image: url('../images/ssd3h.png');
}
.fside a:hover .pic.sd4 {
  background-image: url('../images/ssd4h.png');
}
@media screen and (max-width: 1023px) {
  .fside {
    display: none;
  }
}
.fu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
}
.fubg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.fuin {
  position: absolute;
  width: 540px;
  left: 50%;
  margin-left: -270px;
  top: 50%;
  z-index: 3;
}
.fuin {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
  opacity: 0;
}
.fu.on .fuin {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}
.fuin a.close {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 70px;
  top: 40px;
  z-index: 1;
  background: #cccccc url('../images/close.png') center no-repeat;
  border-radius: 50%;
}
.fuin .fucon {
  padding: 44px 70px 56px;
  background-color: #fff;
  overflow: hidden;
}
.fuin .fucon h2 {
  font-size: 28px;
  color: #2778be;
  line-height: 36px;
  font-weight: bold;
}
.liuyan3 {
  color: #333;
  font-size: 0;
  padding-top: 34px;
}
.liuyan3 .hang {
  height: 50px;
  margin-bottom: 20px;
}
.liuyan3 .hang.fat {
  height: auto;
}
.liuyan3 input[type=text] {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 48px;
  font-size: 14px;
  text-indent: 20px;
}
.liuyan3 textarea {
  width: 100%;
  padding: 9px 20px;
  height: 140px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 40px;
  resize: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.liuyan3 input[type=text]:focus,
.liuyan3 textarea:focus {
  border-color: #2778be;
}
.liuyan3 input[type=text],
.liuyan3 textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan3 i.v {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan3 .hang2 {
  padding-right: 80px;
  position: relative;
}
.liuyan3 .hang2 input[type=text] {
  width: 100%;
}
.liuyan3 .verifyImg {
  width: 78px;
  height: 48px;
  border: 1px solid #ddd;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.liuyan3 .yzmchange {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin-left: 20px;
  background: url('../images/change2.png') center no-repeat;
}
.liuyan3 input#tj2 {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#1fb4b8));
  background-image: linear-gradient(to right, #255ba9, #1fb4b8);
}
.liuyan3 input#tj2:hover {
  opacity: 0.8;
}
.liuyan3 .Validform_checktip {
  height: 20px;
  line-height: 20px;
}
.news-out {
  padding: 128px 0 156px;
}
@media screen and (max-width: 1440px) {
  .news-out {
    padding: 96px 0 120px;
  }
}
@media screen and (max-width: 1023px) {
  .news-out {
    padding: 78px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .news-out {
    padding: 60px 0 80px;
  }
}
.footer0 {
  padding: 5% 0 5%;
}
.mwlist {
  padding: 0 4%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.mwlist li {
  display: inline-block;
  width: 16.66%;
  vertical-align: top;
}
.mwlist li a {
  display: block;
  width: 100%;
  position: relative;
}
.mwlist .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  line-height: 120px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.mwlist .inner {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: background-image 0.4s, -webkit-transform 1s;
  transition: background-image 0.4s, -webkit-transform 1s;
  transition: transform 1s, background-image 0.4s;
  transition: transform 1s, background-image 0.4s, -webkit-transform 1s;

}
.mwlist .pic img.p1 {
  display: inline-block;
}
.mwlist .pic img.p2 {
  display: none;
}
.mwlist li h3 {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  margin-top: 26px;
  -webkit-transition: .4s;
  transition: .4s;
}
.mwlist li:hover .inner {
  background-image: url('../images/hex2.png');
}
.mwlist li:hover h3 {
  color: #e80125;
}
.mwlist li:hover .pic img.p1 {
  display: none;
}
.mwlist li:hover .pic img.p2 {
  display: inline-block;
}
.mwlist li:hover .inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.mwlist li .txt {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .mwlist li {
    width: 33.33%;
  }
  .mwlist li {
    margin-bottom: 30px;
  }
.hezuo .mwlist li {
    margin-bottom: 0;
  }
  
}
@media screen and (max-width: 750px) {
  .mwlist li {
    width: 50%;
  }
}
/*11联系我们*/
.lxway {
  font-size: 0;
  text-align: center;
}
.lxway span {
  display: inline-block;
  width: 280px;
  height: 54px;
  border-radius: 28px;
  color: #e80125;
  font-size: 16px;
  line-height: 54px;
  background-color: #fff;
  border: 1px solid #e80125;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 8px; cursor:pointer;
}
.lxway span:first-child {
  font-size: 20px;
}
.lxway span:hover {
  background-color: #e80125;
  color: #fff;
}
.lxone {
  padding: 5% 0 8%;width:100%;float:left;
}
.rexian {
  font-size: 36px;
  color: #e80125;
  line-height: 62px;
  text-align: center;
  margin: 3% 0 30px;width:100%;float:left;
}
.lxway{width:100%;float:left;}
.rexian span.mtel {
  display: inline-block;
  vertical-align: top;
  padding-left: 49px;
  position: relative;
}
.rexian span.mtel:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #e80125 url('../images/tel1.png') center no-repeat;
  margin-top: -20px;
}
.cate6 {
  text-align: center;
}
.cate6 .txt {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
.cate6 .cn {
  font-size: 40px;
  color: #333;
  line-height: 64px;
  font-weight: bold;
}
.cate6 .hx {
  width: 72px;
  height: 3px;
  background-color: #e80125;
  margin: 1% auto 1%;
}

.hx {
  width: 72px;
  height: 3px;
  background-color: #e80125;
  margin: 1% auto 1%;
}

@media screen and (max-width: 750px) {
  .cate6 .cn {
    font-size: 32px;
    line-height: 50px;
  }
  .rexian {
    font-size: 26px;
    line-height: 50px;
  }
}
@media screen and (max-width: 660px) {
  .lxway span {
    display: block;
    margin: 0 auto;
  }
  .lxway span:first-child {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .rexian {
    font-size: 20px;
  }
}
#map {
  width: 100%;
  height: 700px;
}
.maphand {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-bottom: 2px;
  position: relative;
  z-index: 10;
}
.maphand dd {
  display: inline-block;
  width: 50%;
  height: 54px;
  background-color: #231f20;
  color: #fff;
  font-size: 16px;
  line-height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.maphand dd.on {
  background-color: #e80125;
}
.maphand dd:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  height: 0;
  margin-left: -24px;
  border: 24px solid transparent;
  border-top-color: #e80125;
  border-bottom-width: 0;
}
.maphand dd.on:after {
  bottom: -18px;
}
@media screen and (max-width: 960px) {
  .maphand dd {
    padding: 10px 5%;
    line-height: 24px;
    height: 68px;
  }
}
@media screen and (max-width: 600px) {
  .maphand dd {
    font-size: 12px;
  }
}
.cate2 {
  padding: 5% 0 3%;
  text-align: center;
}
.cate2 .cn {
  font-size: 38px;
  color: #333;
  line-height: 54px;
  margin-bottom: 12px;
}
.cate2 .txt {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  padding: 0 5%;
}
.cate2 .txt a {
  display: inline-block;
  color: #666;
}
.cate2 .txt a:hover {
  color: #e80125;
}
@media screen and (max-width: 750px) {
  .cate2 .cn {
    font-size: 26px;
    line-height: 44px;
  }
  .cate2 .txt {
    font-size: 16px;
  }
}
.yewulist {
  margin: 0 -6px;
  overflow: hidden;
  font-size: 0;
}
.yewulist li {
  display: inline-block;
  width: 25%;
  height: 550px;
  margin-bottom: 3%;
}
.yewulist li .lin {
  padding: 0 6px;
  height: 100%;
}
.yewulist li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.yewulist .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 0;
}
.yewulist .pic img {
  width: 100%;
  height: 100%;

}
.yewulist .pic i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url('../images/jab1.png') bottom repeat-x;
}
.yewulist .bg1 {
  position: absolute;
  left: 0;
  top: -50%;
  z-index: 3;
  width: 100%;
  height: 200%;
  display: block;
  background-color: #e80125;
  -webkit-transform: translateX(-200%) rotate(60deg);
          transform: translateX(-200%) rotate(60deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.yewulist .bg2 {
  position: absolute;
  right: 0;
  top: -50%;
  z-index: 3;
  width: 100%;
  height: 200%;
  background-color: #e80125;
  -webkit-transform: translateX(200%) rotate(60deg);
          transform: translateX(200%) rotate(60deg);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.yewulist li .one {
  padding: 0 60px 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.yewulist li h3 {
  font-size: 22px;
  color: #fff;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
}
.yewulist li h4 {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  text-transform: uppercase;
  word-break: normal;
}
.yewulist li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.yewulist li .cover .in {
  margin: auto;
  text-align: center;
  padding: 0 10px;
}
.yewulist li .cover .txt2 {
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  font-weight: bold;
}
.yewulist li .cover .hx {
  width: 26px;
  height: 1px;
  margin: 10px auto;
  background-color: #fff;
}
.yewulist li .cover .txt3 {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  max-height: 60px;
  overflow: hidden;
  opacity: 0.3;
  word-break: normal;
}
.yewulist li .cover label {
  display: block;
  margin: 18px auto 0;
  width: 112px;
  height: 32px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}
.yewulist li .cover label:hover {
  background-color: #fff;
  color: #e80125;
}
.yewulist .one,
.yewulist .bg1,
.yewulist .bg2 {
  -webkit-transition: .5s;
  transition: .5s;
}
.yewulist .cover {
  -webkit-transition: .5s .2s;
  transition: .5s .2s;
}
.yewulist li:hover .cover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.yewulist li:hover .one {
  opacity: 0;
}
.yewulist li:hover .bg1 {
  -webkit-transform: translateX(-40%) rotate(60deg);
          transform: translateX(-40%) rotate(60deg);
}
.yewulist li:hover .bg2 {
  -webkit-transform: translateX(40%) rotate(60deg);
          transform: translateX(40%) rotate(60deg);
}
@media screen and (max-width: 1240px) {
  .yewulist li {
    width: 33.33%;
  }
  .yewulist li .one {
    padding: 0 40px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .yewulist li {
    width: 50%;
  }
  .yewulist li .one {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 750px) {
  .yewulist {
    margin: 0 0px;
  }
  .yewulist li .one {
    padding: 0 5% 20px;
  }
}
@media screen and (max-width: 640px) {
  .yewulist li {
    width: 50%;
  }
}
.cate22 {
  padding: 70px 0 54px;
  text-align: center;
}
.cate22 .cn {
  font-size: 30px;
  color: #e80125;
  line-height: 40px;
  height: 40px;
  position: relative;
  margin-bottom: 20px;
}
.cate22 .cn span {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
  z-index: 2;
}
.cate22 .cn i {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 351px;
  height: 100%;
}
.cate22 .cn i.i1 {
  right: 50%;
  margin-right: 178px;
  background: url('../images/sanzen1.png') center no-repeat;
}
.cate22 .cn i.i2 {
  left: 50%;
  margin-left: 178px;
  background: url('../images/sanzen2.png') center no-repeat;
}
.cate22 .txt {
  font-size: 18px;
  color: #999;
  line-height: 30px;
  padding: 0 5%;
}
@media screen and (max-width: 750px) {
  .cate22 .cn {
    font-size: 26px;
  }
  .cate22 .txt {
    font-size: 16px;
  }
}
.wanglist {
  margin: 0 -15px;
  overflow: hidden;
  font-size: 0;
  padding-bottom: 16px;
}
.wanglist li {
  display: inline-block;
  width: 33.33%;
  height: 352px;
  margin-bottom: 28px;
}
.wanglist li .lin {
  padding: 0 15px;
  height: 100%;
}
.wanglist li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.wanglist .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 0;
}
.wanglist .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wanglist .pic i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url('../images/jab2.png') bottom repeat-x;
}
.wanglist .layer {
  position: absolute;
  left: -100%;
  top: -100%;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #e80125;
}
.wanglist li .one {
  padding: 0 30px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.wanglist li h3 {
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  height: 40px;
  overflow: hidden;
}
.wanglist li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wanglist li .cover .in {
  margin: auto;
  text-align: center;
  padding: 0 10px;
}
.wanglist li .cover .txt2 {
  font-size: 26px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  font-weight: bold;
}
.wanglist li .cover label {
  display: block;
  margin: 30px auto 0;
  width: 112px;
  height: 32px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}
.wanglist li .cover label:hover {
  background-color: #fff;
  color: #e80125;
}
.wanglist .cover,
.wanglist .one {
  -webkit-transition: .6s;
  transition: .6s;
}
.wanglist li:hover .cover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wanglist li:hover .one {
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .wanglist {
    margin: 0 -10px;
  }
  .wanglist li .lin {
    padding: 0 10px;
  }
  .wanglist li .one {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .wanglist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .wanglist {
    margin: 0 0;
  }
  .wanglist li .one {
    padding: 0 5% 20px;
  }
}
@media screen and (max-width: 600px) {
  .wanglist li {
    width: 100%;
  }
}
.yewuerji {
  background-color: #e80125;
  border-radius: 10px;
  padding: 10px;
  margin-top: 80px;
}
.yewuerji .inner {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 28px 50px 22px;
  font-size: 0;
}
.yewuerji .inner a {
  display: inline-block;
  width: 16.66%;
  height: 50px;
  background-color: transparent;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  margin: 12px 0;
  overflow: hidden;
}
.yewuerji .inner a.on,
.yewuerji .inner a:hover {
  background-color: #fff;
  color: #e80125;
}
@media screen and (max-width: 1200px) {
  .yewuerji .inner {
    padding: 25px 20px 25px;
  }
  .yewuerji .inner a {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  .yewuerji {
    margin-top: 60px;
  }
  .yewuerji .inner {
    padding: 20px 10px 20px;
  }
  .yewuerji .inner a {
    width: 33.33%;
    margin: 6px 0;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 560px) {
  .yewuerji {
    padding: 0;
    margin-top: 40px;
  }
  .yewuerji .inner a {
    font-size: 14px;
  }
}
.caselist {
  padding: 5% 0 0;
  margin: 0 -15px;
  overflow: hidden;
}
.caselist li {
  float: left;
  width: 25%;
  margin-bottom: 3%;
}



.caselist li .lin {
  padding: 0 15px;
}
.caselist li a {
  display: block;
  position: relative;background-color: #f4f4f4;
padding: 5%;
}
.caselist li a:after {
  left: 100%;
  position: absolute;
  bottom: 0;
  content: " ";
  width: 0;
  border-bottom: 1px solid #e80125;
  -webkit-transition: .5s;
  transition: .5s;
}
.caselist li:hover a:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.caselist .pic {
  width: 100%;

  position: relative;

}
.caselist img {

  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.caselist li .wz {
  padding: 20px 0;
}
.caselist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.caselist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 25px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;min-height:50px;
}
.caselist li .date {
  font-size: 14px;
  color: #999;
  line-height: 22px;width: 100px;
  height: 22px;
  overflow: hidden; text-align:center; border:solid 1px #fff; background-color:#fff;
  margin-top: 8px;
}.caselist li:hover .date{border:solid 1px #cd1211; background-color:#cd1211;  color: #fff;} 
.caselist li:hover h3 {
  color: #e80125;
}
.caselist h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
@media screen and (max-width: 1440px) {
  .caselist {
    margin: 0 0;
  }
}
@media screen and (max-width: 1100px) {


  .caselist li .lin {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .caselist li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .caselist li {
    width: 50%;
  }
  .caselist li .lin {
    padding: 0 5px;
  }
}
.news-out2 {
  padding: 5% 0 3%;
}
.main {
  position: relative;padding-bottom:5%;overflow:hidden;

}
.mainleft {
  width: 72%;float:left;
}
.mainright {
  width: 25%;float:right;

  z-index: 1;
}

.mainright .sdbox{ background-color:#f3f3f3;padding:5%;}


.sdbox .title {
  height: 46px;
  line-height: 46px;border-bottom:solid 1px #dedede;
}
.sdbox .title h5 {
  font-size: 20px;
  color: #333;
}
.atc-con {
  padding: 3% 0 0;
  font-size: 16px;
  line-height:30px;
  color: #666;
  text-align: justify;width: 100%;float:left;
}
.atc-con img {
  max-width: 100%;
}
.atc-con a {
  color: #e80125;
}
.atc-pn {
  overflow: hidden;
  margin-top: 64px;
}
.atc-pn a {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  overflow: hidden;
}
a.atc-prev:hover,
a.atc-next:hover {
  color: #e80125;
}
.atc-pn a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  -webkit-transition: .4s;
  transition: .4s;
}
a.atc-prev:before {
  background: #ffffff url('../images/lt-atc.png') center no-repeat;
}
a.atc-next:before {
  background: #ffffff url('../images/gt-atc.png') center no-repeat;
}
a.atc-prev:hover:before {
  border-color: #e80125;
  background-color: #e80125;
  background-image: url('../images/lt-atch.png');
}
a.atc-next:hover:before {
  border-color: #e80125;
  background-color: #e80125;
  background-image: url('../images/gt-atch.png');
}
.ibcate2 {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 2;
  width: 100%;
}
.atc-h {
  position: relative;
  padding-right: 150px;
}
.atc-h h1 {
  font-size:30px;
  color: #333;
  line-height: 64px;
  font-weight: bold;
}
.atc-date {
  font-size:16px;
  color: #999;
  line-height: 36px;
  margin-top: 22px;  width: 100%;float:left;
}
.atc-date span {
  display: inline-block;float:left;
}
.atc-date p {
  display: inline-block;float:left;padding-left:10%;
}


a.atc-ret {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1;
  width: 130px;
  height: 44px;
  background-color: #e80125;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
}
a.atc-ret span {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-left: 28px;
  background: url('../images/ret.png') left no-repeat;
}
a.atc-ret:hover span {
  text-decoration: underline;
}

@media screen and (max-width: 1300px) {
  .main {
    padding-right: 0;
  }
  .mainleft {
    width: 100%;
    min-height: 0;
  }
  .mainright {
    position: relative;
    width: 100%;
  }
  .mainright .sdbox {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .atc-h h1 {
    font-size: 32px;
    line-height: 54px;
  }
}
@media screen and (max-width: 750px) {
  .ibcate2 {
    bottom: 36px;
  }
  .atc-h {
    padding-right: 0;
  }
  a.atc-ret {
    position: static;
    display: block;float: left;
  }a.atc-ret span{ font-size:14px;}
  .atc-h h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .atc-date {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.sdnewslist {
  width: 100%;
  margin-top: 20px;
}
.sdnewslist li {
  width: 100%;
  border-bottom: 1px dotted #c3c3c3;
}
.sdnewslist li a {
  display: block;
  position: relative;
}
.sdnewslist li .wz {
  padding: 10px 0 10px;
}
.sdnewslist li h3 {
  font-size: 16px;
  color: #333; font-weight:normal;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}
.sdnewslist li .date {
  font-size: 16px;
  color: #d5d5d5;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 6px;
}
.sdnewslist li:hover h3 {
  color: #e80125;
}
.sdnewslist h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
.fzinfo {
  padding: 15px 30px;
  background-color: #e80125;
  margin: 46px 0 36px;
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  border-radius: 10px;
}
.lichenlist {
  width: 100%;
  padding: 108px 0 150px;
  position: relative;
  margin-top: 100px;
  background: url('../images/dot-gy.png') center top no-repeat;
}
.lichenlist:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  bottom: 30px;
  width: 4px;
  background-color: #e80125;
  margin-left: -2px;
}
.lichenlist:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  margin-left: -19px;
  width: 39px;
  height: 34px;
  background: url('../images/sjd-gy.png') center no-repeat;
  -webkit-animation: movt 6s linear 0s both infinite;
          animation: movt 6s linear 0s both infinite;
}
.lichenlist li {
  width: 100%;
  height: 262px;
  position: relative;
  z-index: 1;
}
.lichenlist li .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.lichenlist li .lcleft {
  width: 50%;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
.lichenlist li .pic {
  width: 100%;
  height: 216px;
}
.lichenlist li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lichenlist li .txt {
  width: 100%;
  margin-top: 12px;
  font-size: 18px;
  color: #e80125;
  line-height: 34px;
}
.lichenlist li .title {
  width: 162px;
  height: 46px;
  background-color: #e80125;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 97px;
  z-index: 1;
  margin-left: 125px;
  font-size: 26px;
  color: #fff;
  line-height: 46px;
  font-weight: bold;
  -webkit-transition: .4s;
  transition: .4s;
}
.lichenlist li .title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100px;
  height: 1px;
  background-color: #e80125;
  margin-left: -92px;
}
.lichenlist li .number {
  position: absolute;
  left: 50%;
  top: 107px;
  z-index: 0;
  width: 66px;
  height: 66px;
  margin-left: -33px;
}
.lichenlist li .number:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  z-index: 0;
  width: 18px;
  height: 100%;
  background: url('../images/lt-gy.png') center no-repeat;
  -webkit-transition: .6s;
  transition: .6s;
}
.lichenlist li span.num {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #e80125;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  -webkit-transition: .8s;
  transition: .8s;
}
.lichenlist li i.yuanhu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 12px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: .8s;
  transition: .8s;
}
.lichenlist li i.yuanhu:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #e80125;
}
.lichenlist li:hover i.yuanhu {
  width: 100%;
}
.lichenlist li:hover .number:before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.lichenlist li:hover span.num {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.lichenlist li:hover .title {
  -webkit-box-shadow: 0 0 10px 0 #e80125;
          box-shadow: 0 0 10px 0 #e80125;
}
.lichenlist li:nth-child(2n) .lcleft {
  left: auto;
  right: 0;
  padding-right: 0;
  padding-left: 100px;
}
.lichenlist li:nth-child(2n) .title {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: 125px;
}
.lichenlist li:nth-child(2n) .title:before {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -92px;
}
.lichenlist li:nth-child(2n) .number:before {
  left: auto;
  right: -11px;
  background-image: url('../images/gt-gy.png');
}
.lichenlist li:nth-child(2n) i.yuanhu {
  left: 0;
  right: auto;
}
.lichenlist li:nth-child(2n) i.yuanhu:after {
  left: 0;
  right: auto;
}
@-webkit-keyframes movt {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  70% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes movt {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  70% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@media screen and (max-width: 1500px) {
  .lichenlist li .lcleft {
    padding-right: 50px;
  }
  .lichenlist li:nth-child(2n) .lcleft {
    padding-right: 0;
    padding-left: 50px;
  }
  .lichenlist li .title {
    margin-left: 75px;
  }
  .lichenlist li:nth-child(2n) .title {
    margin-left: 0;
    margin-right: 75px;
  }
  .lichenlist li .title:before {
    width: 50px;
    margin-left: -42px;
  }
  .lichenlist li:nth-child(2n) .title:before {
    margin-left: 0;
    margin-right: -42px;
  }
}
@media screen and (max-width: 1200px) {
  .lichenlist li {
    margin-bottom: 60px;
  }
  .lichenlist li .title {
    margin-left: 0;
    left: 0;
    top: -60px;
  }
  .lichenlist li:nth-child(2n) .title {
    right: 0;
    margin-right: 0;
  }
  .lichenlist li .title:before {
    display: none;
  }
  .lichenlist li .number {
    top: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .lichenlist:before {
    width: 2px;
    margin-left: -1px;
    opacity: 0.3;
  }
  .lichenlist li {
    height: auto;
    padding-top: 80px;
  }
  .lichenlist li .lcleft {
    padding-right: 0;
  }
  .lichenlist li:nth-child(2n) .lcleft {
    padding-right: 0;
    padding-left: 0;
  }
  .lichenlist li .lcleft {
    position: relative;
    width: 680px;
    max-width: 100%;
    margin: 0 auto;
  }
  .lichenlist li .title {
    position: relative;
    top: 0;
    margin: 0 auto;
  }
  .lichenlist li:nth-child(2n) .title {
    margin: 0 auto;
  }
  .lichenlist li .txt {
    text-align: center;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 750px) {
  .lichenlist:before {
    width: 1px;
  }
  .lichenlist {
    margin-top: 60px;
    padding-bottom: 100px;
  }
  .fzinfo {
    font-size: 18px;
  }
}
.casepage {
  position: relative;
  background-color: #262324;
  overflow: hidden;
}
.casepage .cer8 {
  position: relative;
  z-index: 1;
}
.casepagein {
  padding: 98px 0 168px;
}
#canvasRoom {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -36%;
  left: 0px;
  z-index: 0;
  pointer-events: none;
}
.newsout #canvasRoom,
.ab1 #canvasRoom {
  height: 100vh;
  bottom: -450px;
}
@media screen and (max-width: 1199px) {
  #canvasRoom {
    display: none;
  }
}
.moju-one {
  position: relative;
  padding-right: 380px;
  overflow: hidden;
  margin-bottom: 46px;
}
.mojuleft {
  width: 100%;
}
.mojuright {
  width: 280px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 0;
}
.mojutitle {
  font-size: 34px;
  color: #999;
  line-height: 46px;
}
.mojucon {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  text-align: justify;
  padding-top: 44px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mojucon img {
  max-width: 100%;
}
.moju-next,
.moju-prev {
  position: absolute;
  top: 0;
  width: 108px;
  height: 38px;
  z-index: 1;
  border: 1px solid #e80125;
  background-color: transparent;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  color: #e80125;
  line-height: 38px;
  text-align: center;
}
.moju-prev {
  left: 0;
}
.moju-next {
  right: 0;
}
.moju-prev:hover,
.moju-next:hover {
  background-color: #e80125;
  color: #fff;
}
.moju-ret {
  display: block;
  width: 60px;
  height: 100%;
  font-size: 0;
  margin: 0 auto;
  background: url('../images/nine.png') center no-repeat;
}
@media screen and (max-width: 1200px) {
  .mojutitle {
    font-size: 26px;
  }
  .casepagein {
    padding: 98px 0 98px;
  }
}
@media screen and (max-width: 1024px) {
  .moju-one {
    padding-right: 0;
  }
  .mojuright {
    position: relative;
    right: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .casepagein {
    padding: 80px 0 98px;
  }
}
.mozlist {
  overflow: hidden;
  margin: 0 -15px;
}
.mozlist li {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
}
.mozlist li .lin {
  padding: 0 15px;
}
.mozlist li a {
  display: block;
  position: relative;
}
.mozlist li .pic {
  height: 338px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  line-height: 338px;
}
.mozlist li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .mozlist {
    margin: 0 -10px;
  }
  .mozlist li {
    width: 50%;
  }
  .mozlist li .lin {
    padding: 0 10px;
  }
  .mozlist li .pic {
    height: 280px;
    line-height: 280px;
  }
}
@media screen and (max-width: 640px) {
  .mozlist {
    margin: 0;
  }
  .mozlist li .lin {
    padding: 0;
  }
  .mozlist li {
    width: 100%;
  }
}
.newsout {
  position: relative;
  background-color: #231f20;
  overflow: hidden;
}
.newsout .cer10 {
  position: relative;
  z-index: 1;
}
.newsin {
  padding: 150px 0 175px;
  position: relative;
}
.cate4 {
  text-align: right;
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 0;
  padding-top: 60px;
  width: 100%;
  background: url('../images/trend.png') right 20px no-repeat;
}
.cate4 .cn {
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
}
.cate4 .txt {
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .cate4 .cn {
    font-size: 30px;
    line-height: 46px;
  }
  .cate4 .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
.newslist {
  overflow: hidden;
  padding-bottom: 186px;
  margin: 0 -92px;
  position: relative;
}
.newslist li {
  float: left;
  width: 50%;
  margin-bottom: 90px;
}
.newslist li:nth-child(even) {
  -webkit-transform: translate(0, 276px);
          transform: translate(0, 276px);
}
.newslist li:last-child {
  margin-bottom: 0;
}
.newslist li .lin {
  padding: 0 92px;
}
.newslist li a {
  display: block;
  width: 100%;
  padding-top: 10px;
  position: relative;
}
.newslist li a:after {
  left: 100%;
  position: absolute;
  top: 4px;
  content: " ";
  width: 0;
  border-bottom: 6px solid #e80125;
  -webkit-transition: .5s;
  transition: .5s;
}
.newslist li:hover a:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.newslist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #000;
}
.newslist .pic i {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-bottom-color: #e80125;
  border-right-color: #e80125;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.newslist img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.newslist li .cover {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: #252729;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.newslist li h3 {
  font-size: 24px;
  color: #e0e0e0;
  line-height: 38px;
  height: 38px;
  margin-top: 40px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.newslist li .txt {
  font-size: 16px;
  color: #8c8c8c;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 22px;
}
.newslist li label {
  display: block;
  position: relative;
  height: 24px;
  overflow: hidden;
  font-size: 16px;
  color: #dcdcdc;
  line-height: 24px;
  margin-top: 40px;
}
.newslist li label:before {
  content: '';
  position: absolute;
  left: 75px;
  top: 50%;
  z-index: 0;
  width: 50px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.newslist li:hover .pic i {
  right: -8px;
  bottom: -8px;
}
.newslist li:hover h3 {
  color: #e80125;
}
.newslist li:hover label:before {
  width: 100px;
  left: 60px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1200px) {
  .newslist {
    margin: 0 -20px;
  }
  .newslist li {
    margin-bottom: 70px;
  }
  .newslist li .lin {
    padding: 0 20px;
  }
}
@media screen and (max-width: 780px) {
  .cate4 {
    top: 10px;
    text-align: center;
  }
  .newsin {
    padding-bottom: 100px;
  }
  .newslist {
    margin: 0 0;
    padding-top: 70px;
    padding-bottom: 120px;
  }
  .newslist li {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .newslist li:nth-child(even) {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .newslist li .lin {
    padding: 0 0;
  }
  .newslist li h3 {
    font-size: 20px;
  }
}
.whlist {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  width: 100%;
}
.whlist li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.whlist li a {
  display: block;
  padding: 70px 10px 68px;
  position: relative;
  background-color: #231f20;
  cursor: pointer;
}
.whlist li a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: #525255;
}
.whlist .pic {
  height: 80px;
  line-height: 80px;
}
.whlist .pic img {
  max-width: 100%;
  max-height: 100%;
}
.whlist h3 {
  font-size: 20px;
  color: #fff;
  height: 28px;
  line-height: 28px;
  margin-top: 14px;
}
.whlist h3 span {
  display: inline-block;
}
.whlist li:hover a {
  background-color: #e80125;
}
.whlist li.on a {
  background-color: #e80125;
}
@media screen and (max-width: 750px) {
  .whlist h3 {
    font-size: 16px;
    height: 56px;
  }
  .whlist li a {
    padding: 30px 10px 40px;
  }
}
.ab3 {
  padding: 5% 0 5%; background-color:#000;
}
.cate1 {
  text-align: center;
}
.cate1 .cn {
  font-size: 40px;
  color: #333;font-weight: bold;
  line-height: 60px;
}
.cate1 .txt {
  font-size: 20px;
  color: #999;
  line-height: 32px;
  margin-top: 12px;
}
.catewhite .cn,
.catewhite .txt {
  color: #fff;
}

.yslist {
  padding-bottom: 2px;
  margin: 0 -15px;
  font-size: 0;
  padding-top: 3%;
}
.yslist li {
  float: left;
  width: 33.33%;
  margin-bottom: 36px;
}
.yslist li .lin {
  padding: 0 15px;
}
.yslist li a {
  display: block;
  padding: 52px 48px 44px;
  border: 1px solid #dedede; background-color:#fff;
  position: relative;
}
.yslist .ysone {
  position: relative;
  height: 66px;
}
.yslist .pic {
  width: 66px;
  height: 66px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 0;
  line-height: 66px;
  text-align: center;
}
.yslist .pic.i1 {
  z-index: 0;
}
.yslist .pic.i2 {
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.yslist img {
  max-width: 100%;
  max-height: 100%;
}
.yslist li:hover .pic.i2 {
  opacity: 1;
}
.yslist .cn {
  font-size: 30px;
  color: #e80125;
  line-height: 46px;
  height: 46px;
  overflow: hidden;
}
.yslist .en {
  font-size: 16px;
  color: #ef9aa8;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-transform: uppercase;
}
.yslist .txt {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 150px;
  overflow: auto;
  margin-top: 32px;
}
.yslist .num {
  font-size: 60px;
  color: #fdeeef;
  line-height: 120px;
  height: 120px;
  position: absolute;
  right: 48px;
  top: 20px;
  z-index: 0;
}
.scrollarea2 .scrollbar {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.scrollarea2 .track {
  width: 2px;
  height: 100%;
  background-color: #d7d7d7;
  position: relative;
  left: 0;
}
.scrollarea2 .thumb {
  width: 2px;
  background-color: #e80125;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.scrollarea2 {
  position: relative;
  padding-right: 20px;
  height: 150px;
  margin-top: 32px;
}
.scrollarea2 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.scrollarea2 .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: justify;
}
.scrollarea2 .overview img {
  max-width: 100%;
}
.yslist .txt,
.yslist .overview,
.yslist a,
.yslist .cn,
.yslist .en {
  -webkit-transition: .4s;
  transition: .4s;
}
.yslist li:hover a {
  background-color: #e60027;
  border-color: #e60027;
}
.yslist li:hover .cn {
  color: #fff;
}
.yslist li:hover .en {
  color: #fff;
}
.yslist li:hover .txt,
.yslist li:hover .overview {
  color: #fff;
}
.yslist li:hover .scrollarea2 .thumb {
  background-color: #222;
}
@media screen and (max-width: 1440px) {
  .yslist .txt,
  .scrollarea2 {
    height: 180px;
  }
  .yslist .num {
    font-size: 70px;
  }
}
@media screen and (max-width: 1300px) {
  .yslist li a {
    padding: 40px 30px 30px;
  }
  .yslist .num {
    top: 8px;
    right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .yslist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .yslist {
    margin: 0 -10px;
  }
  .yslist li .lin {
    padding: 0 10px;
  }
  .yslist li a {
    padding: 30px 20px 30px;
  }
  .yslist .num {
    top: 0;
    right: 20px;
    font-size: 50px;
  }
  .yslist .txt,
  .scrollarea2 .overview {
    font-size: 14px;
  }
  .yslist .cn {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .yslist li {
    width: 100%;
  }
  .yslist .txt {
    height: auto;
  }
  .scrollarea2 {
    padding-right: 0;
    height: auto;
  }
  .scrollarea2 .overview {
    position: static;
  }
}
.ab2 {
  padding: 5% 0 5%;
  background: url('../images/whbg.jpg') top no-repeat;
}
.certify {
  position: relative;
  overflow: hidden;
  padding-left: 12%;
  padding-right: 12%;
  margin-top: 3%;
}
.certify .swiper-container {
  height: auto;
}
.certify .swiper-slide {
  width: 100%;
}
.certify .swiper-slide a {
  display: block;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}
.certify .swiper-slide .title {
  display: inline-block;
  padding: 0 48px;
  height: 64px;
  background-color: #e80125;
  font-size: 26px;
  color: #fff;
  line-height: 64px;
  border-radius: 32px;
  margin: 0 auto;
}
.certify .swiper-slide .rycontxt {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  min-height: 150px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.certify .sw-next,
.certify .sw-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  border-radius: 5px;
  margin-top: -40px;
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.certify .sw-prev {
  left: 9%;
  background: transparent url('../images/lt-wh.png') center no-repeat;
}
.certify .sw-next {
  right: 9%;
  background: transparent url('../images/gt-wh.png') center no-repeat;
}
.certify .sw-next,
.certify .sw-prev {
  background-size: contain;
}
.certify .sw-prev:hover,
.certify .sw-next:hover {
  opacity: 1;
}
.certify .swiper-pagination {
  bottom: 30px;
  font-size: 0;
  width: 100%;
}
.certify .swiper-pagination-bullet {
  width: 18px;
  height: 2px;
  margin: 0 3px;
  opacity: 1;
  background-color: #000;
  outline: 0 none;
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.certify .swiper-pagination-bullet-active {
  background-color: #f39700;
}
@media screen and (max-width: 1400px) {
  .certify .sw-prev {
    left: 5%;
  }
  .certify .sw-next {
    right: 5%;
  }
}
@media screen and (max-width: 750px) {
  .certify {
    padding-left: 5%;
    padding-right: 5%;
  }
  .certify .swiper-slide .title {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
  .certify .sw-next,
  .certify .sw-prev {
    width: 30px;
  }
  .certify .sw-prev {
    left: 2%;
  }
  .certify .sw-next {
    right: 2%;
  }
}
.ab1 {
  padding: 5% 0 5%;
  position: relative;
  overflow: hidden;
}
.ab1 .intro {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  text-align: justify;
  margin: 3% auto 3%;
}
.abb {
  padding: 5% 0 8%;
  position: relative;
  overflow: hidden;
}
.abb .intro {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  text-align: justify;
}


.cate11 {
  text-align: center;
}
.cate11 .en {
  font-size: 26px;
  color: #999;
  line-height: 46px;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.cate11 .cn {
  font-size: 40px;
  color: #333;
  line-height: 78px;font-weight: bold;
}
.cate11 .cn2 {
  font-size: 20px;
  color: #333;
  line-height: 46px;
}
.cate11 span {
  display: inline-block;
}
.guolist4 {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.guolist4 li {
  display: inline-block;
  width: 370px;
  max-width: 33%;
}
.guolist4 li a {
  display: block;
}
.guolist4 h3 {
  font-size: 24px;
  color: #666;
  line-height: 68px;
  height: 68px;
}
.guolist4 h3 span {
  font-size: 68px;
  color: #e80125;
  display: inline-block;
  margin-right: 10px;
  height: 68px;
  vertical-align: top;
  font-family: "arial";
  font-weight: bold;
}
.guolist4 h3 s {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #e80125;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
}
.guolist4 .txt {
  font-size: 20px;
  color: #666;
  line-height: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {

  .guolist4 h3 span {
    font-size: 50px;
  }
}
@media screen and (max-width: 750px) {
  .ab1 .intro {
    margin-bottom: 50px;
  }
  .cate11 .cn {
    font-size: 32px;
    line-height: 60px;
  }
  .cate11 .cn2 {
    margin-top: 10px;
  }
  .guolist4 h3 span {
    font-size: 30px;
    margin-right: 4px;
  }
  .guolist4 h3 s {
    margin-left: 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.ab4 {
  padding:5% 0 5%;background-color: #f4f4f4;

}

.ab5 {
  padding:5% 0 8%;width:100%;float:left;

}
.hezuo{width:100%;float:left;margin-top:3%;}
.hezuo .mwlist{padding:0;}
.hezuo .mwlist .inner{width:97%;}
.hezuo .mwlist{display: grid;gap: 20px 20px; grid-template-columns: repeat(6,1fr);}
.hezuo .mwlist .pic{line-height:inherit;}
.hezuo .mwlist li{width:100%;}

.hezuo .mwlist .inner {
  border: solid 0px #dedede;
}.hezuo .mwlist .pic img{ border: solid 1px #dedede;}

.roundabout {
  position: relative;
  z-index: 3;
  overflow: hidden;
  height: 420px;
  margin-top: 132px;
}


.ab4 .roundabout {
  position: relative;
  z-index: 3;
  overflow: hidden;
  height: auto;
  margin-top: 3%;
}

.honner {
  margin: 0 -15px;
  overflow: hidden;
}
.honner li {
  float: left;
  margin-bottom: 3%;width: 100%;
}



.honner li .lin {
  padding: 0 15px;
}
.honner li a {
  display: block;
  position: relative;background-color: #fff;
padding: 5%;
}
.honner li a:after {
  left: 100%;
  position: absolute;
  bottom: 0;
  content: " ";
  width: 0;
  border-bottom: 1px solid #e80125;
  -webkit-transition: .5s;
  transition: .5s;
}
.honner li:hover a:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.honner .pic {
  width: 100%;

  position: relative;

}

.honner img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.honner li .wz {
  padding: 20px 0;
}
.honner li h3 {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  height: 40px; font-weight:normal;
  overflow: hidden;
  white-space: nowrap;text-align: center;
  text-overflow: ellipsis;
}
   /* 简单的放大弹窗 */
        .lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.9);
            z-index: 9999;
            cursor: pointer;
            text-align: center;
        }
        .lightbox img {
            max-width: 90%;
            max-height: 90%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 4px;
        }


@media screen and (max-width: 1440px) {
  .honner {
    margin: 0 0;
  }
}
@media screen and (max-width: 1100px) {


  .honner li .lin {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
 
  .honner li .lin {
    padding: 0 5px;
  }
}



@media screen and (max-width: 1024px) {

  .roundabout {
    margin-top: 3%;
  }
}
.ser4 {
  padding: 96px 0 106px;
  background: url('../images/serbg.jpg') center / cover;
}
.cate24 {
  text-align: center;
}
.cate24 .cn {
  font-size: 36px;
  color: #fff;
  line-height: 56px;
}
@media screen and (max-width: 750px) {

  .cate24 .cn {
    font-size: 26px;
    line-height: 46px;
  }
}
.serlist {
  margin: 0 -24px;
  font-size: 0;
  padding-top: 50px;
}
.serlist li {
  float: left;
  width: 33.33%;
}
.serlist li .lin {
  padding: 0 24px;
}
.serlist li a {
  display: block;
  padding: 50px 60px 32px;
  border-radius: 30px;
  border: 1px solid rgba(221, 221, 221, 0.2);
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}
.serlist .serone {
  position: relative;
  padding-left: 96px;
  height: 70px;
}
.serlist .pic {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 0;
  line-height: 70px;
  text-align: left;
}
.serlist img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.serlist li:hover .pic img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.serlist .cn {
  font-size: 30px;
  color: #fff;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  margin-bottom: 6px;
}
.serlist .en {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-transform: uppercase;
}
.serlist .txt {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  height: 128px;
  overflow: auto;
  margin-top: 32px;
}
.serlist li:hover a {
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
  background-color: #111;
}
@media screen and (max-width: 1300px) {
  .serlist {
    margin: 0 -10px;
  }
  .serlist li .lin {
    padding: 0 10px;
  }
  .serlist li a {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .serlist .txt {
    height: 160px;
  }
  .serlist .serone {
    padding-left: 70px;
  }
  .serlist .cn {
    font-size: 24px;
  }
}
@media screen and (max-width: 840px) {
  .ser4 {
    padding: 80px 0 80px;
  }
  .serlist li a {
    padding: 30px 20px 30px;
  }
  .serlist {
    padding-bottom: 2px;
  }
  .serlist li {
    width: 100%;
    margin-bottom: 30px;
  }
  .serlist .txt {
    height: auto;
  }
}
.ser2 {
  padding-top: 90px;
}
.cate23 {
  text-align: center;
}
.cate23 .cn {
  font-size: 34px;
  color: #e80125;
  line-height: 50px;
  font-weight: bold;
}
.cate23 .txt {
  font-size: 20px;
  color: #666;
  line-height: 30px;
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .ser2 {
    padding-top: 70px;
  }
  .cate23 .cn {
    font-size: 26px;
    line-height: 40px;
  }
  .cate23 .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
.sw42out {
  position: relative;
  margin-top: 48px;
}
#sw42 {
  height: 444px;
}
#sw42 .swiper-slide {
  width: 630px;
}
#sw42 .swiper-slide a {
  display: block;
}
#sw42 .swiper-slide .pic {
  width: 100%;
  height: 444px;
  font-size: 0;
  text-align: center;
  line-height: 444px;
  background-color: #000;
}
#sw42 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sw42 .swiper-slide:hover img {
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  #sw42 .swiper-slide {
    width: 560px;
  }
}
@media screen and (max-width: 640px) {
  #sw42 {
    height: 340px;
  }
  #sw42 .swiper-slide {
    width: 480px;
  }
  #sw42 .swiper-slide .pic {
    height: 340px;
    line-height: 340px;
  }
}
.baninfo2 {
  position: relative;
  z-index: 2;
}
.tree2 {
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding: 10px 0;
}
.tree2 a {
  display: inline-block;
  color: #333;
  vertical-align: middle;
  height: 30px;
}
.tree2 a:hover,
.tree2 a.leaf {
  color: #e80125;
}
.tree2 i {
  display: inline-block;
  width: 20px;
  height: 30px;
  vertical-align: middle;
  background: url('../images/sjr1-tree.png') center no-repeat;
}
.yewu-ret {
  float: right;
  width: 164px;
  height: 50px;
  background-color: #e80125;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}
.yewu-ret span {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-left: 36px;
  background: url('../images/ret2.png') left no-repeat;
}
.yewu-ret:hover span {
  text-decoration: underline;
}
.ser1 {
  padding: 36px 0 90px;
  background-color: #f7f7f7;
}
.issues {
  height: 550px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
.issues .rightp {
  float: right;
  width: 50%;
  height: 100%;
}
.issues .ttxt {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  max-width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12.5%;
}
.issues .ttxt .inner {
  margin: auto 0;
  width: 100%;
}
.issues .ttxt h2 {
  font-size: 34px;
  color: #e80125;
  line-height: 48px;
  height: 48px;
  font-weight: bold;
  margin-bottom: 26px;
  overflow: hidden;
}
.issues .leftp {
  float: left;
  width: 50%;
  height: 100%;
  font-size: 0;
  text-align: center;
}
.issues a.zixunbtn {
  display: block;
  width: 156px;
  height: 54px;
  background-color: #e80125;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}
.issues a.zixunbtn:hover {
  letter-spacing: 2px;
}
.scrollarea1 .scrollbar {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.scrollarea1 .track {
  width: 2px;
  height: 100%;
  background-color: #d7d7d7;
  position: relative;
  left: 0;
}
.scrollarea1 .thumb {
  width: 2px;
  background-color: #e80125;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.scrollarea1 {
  position: relative;
  padding-right: 40px;
  height: 330px;
}
.scrollarea1 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.scrollarea1 .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: justify;
}
.scrollarea1 .overview img {
  max-width: 100%;
}
.scrollbar.disable {
  display: none;
}
@media screen and (max-width: 1480px) {
  .issues .ttxt {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1023px) {
  .issues {
    height: auto;
  }
  .issues .leftp {
    float: none;
    width: 100%;
    height: auto;
  }
  .issues .rightp {
    float: none;
    width: 100%;
    height: auto;
  }
  .issues .ttxt {
    float: none;
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .scrollarea1 {
    padding-right: 0;
    height: auto;
    max-height: none;
  }
  .scrollarea1 .overview {
    position: static;
  }
}
@media screen and (max-width: 750px) {
  .issues .ttxt {
    padding: 0;
  }
  .issues .ttxt h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .issues {
    margin-top: 50px;
  }
  .ser1 {
    padding-bottom: 70px;
  }
}
.propic-scroll {
  position: relative;
  width: 100%;
  height: 100%;
}
.propic-scroll .flex-viewport {
  width: 100%;
  height: 100%;
}
.propic-scroll .slides {
  overflow: hidden;
  height: 100%;
}
.propic-scroll .slides li {
  display: none;
  height: 100%;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.propic-scroll .slides li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.propic-scroll .slides a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.propic-scroll .flex-control-paging {
  width: 100%;
  height: 10px;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 3;
}
.propic-scroll .flex-control-paging li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.propic-scroll .flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  background-color: #ececec;
  border-radius: 5px;
}
.propic-scroll .flex-control-paging li a.flex-active {
  background-color: #e80125;
}
@media screen and (max-width: 750px) {
  .propic-scroll .flex-direction-nav a.flex-prev {
    left: 5%;
  }
  .propic-scroll .flex-direction-nav a.flex-next {
    right: 5%;
  }
}
.sw51out {
  position: relative;
  width: 100%;
  height: 100%;
}
#sw51 {
  height: 100%;
}
.sw51out .swiper-pagination {
  left: 0;
  bottom: 40px;
  width: 100%;
  font-size: 0;
}
.sw51out .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #ececec;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw51out .swiper-pagination-bullet-active {
  background-color: #e80125;
}
.sw51out .sw-next,
.sw51out .sw-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  text-align: center;
  margin-top: -30px;
}
.sw51out .sw-prev {
  left: 10%;
  background: url('../images/lt-wh.png') center no-repeat;
}
.sw51out .sw-next {
  right: 10%;
  background: url('../images/gt-wh.png') center no-repeat;
}
.sw51out .sw-prev:hover,
.sw51out .sw-next:hover {
  background-color: #e80125;
}
#sw51 .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#sw51 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .sw51out .sw-prev {
    left: 5%;
  }
  .sw51out .sw-next {
    right: 5%;
  }
}
.ser3 {
  padding: 90px 0 90px;
}
.tmerji {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 64px;
}
.tmerji li {
  display: inline-block;
  height: 100%;
}
.tmerji li a {
  display: block;
  width: 100px;
  height: 64px;
  position: relative;
  font-size: 24px;
  color: #333;
  line-height: 64px;
  text-align: center;
}
.tmerji li + li {
  margin-left: 54px;
}
.tmerji li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tmerji li.on a,
.tmerji li:hover a {
  color: #e80125;
}
.tmerji li.on a:after {
  background-color: #e80125;
}
.proconout {
  margin-top: 60px;
}
.procontent {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.procontent img {
  max-width: 100%;
  cursor: pointer;
}
.procontent .hx {
  width: 100%;
  margin: 44px 0 34px;
  border-top: 1px dashed #ddd;
}
@media screen and (max-width: 750px) {
  .ser3 {
    padding: 60px 0 80px;
  }
}
.ffanglist {
  width: 100%;
  height: 772px;
  font-size: 0;
}
.ffanglist li {
  display: inline-block;
  width: 50%;
  height: 100%;
}
.ffanglist li.i2 {
  background: url('../images/shenxinbg.jpg') bottom / cover no-repeat;
}
.ffanglist li a {
  padding: 80px 10% 54px;
  display: block;
  position: relative;
  text-align: center;
}
.ffanglist li .pic {
  width: 100%;
  height: 528px;
  margin-top: 30px;
  font-size: 0;
  line-height: 528px;
}
.ffanglist li.i2 .pic {
  height: 478px;
  line-height: 478px;
  margin-top: 0;
}
.ffanglist li .pic img {
  max-width: 100%;
  max-height: 100%;
}
.ffanglist li h3 {
  font-size: 30px;
  color: #333;
  line-height: 52px;
  letter-spacing: 2px;
  height: 52px;
  overflow: hidden;
  position: relative;
}
.ffanglist li.i2 h3 {
  font-size: 28px;
  color: #231f20;
}
.ffanglist li .txt {
  font-size: 24px;
  color: #333;
  line-height: 28px;
  opacity: 0.5;
  letter-spacing: 2px;
  height: 28px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-family: "Helvetica";
}
.ffanglist li.i2 .txt {
  font-size: 16px;
  color: #231f20;
}
.ffanglist li .bq {
  display: block;
  width: 190px;
  height: 50px;
  margin: 0 auto;
  background-color: #e80125;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ffanglist li .bq:hover {
  width: 220px;
}
@media screen and (max-width: 960px) {
  .ffanglist {
    height: auto;
  }
  .ffanglist li {
    display: block;
    width: 100%;
    height: auto;
  }
  .ffanglist li a {
    padding-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .ffanglist li .pic {
    height: 400px;
    line-height: 400px;
    margin-top: 0;
  }
  .ffanglist li.i2 .pic {
    height: 350px;
    line-height: 350px;
  }
  .ffanglist li h3 {
    letter-spacing: 0;
    font-size: 24px;
  }
  .ffanglist li.i2 h3 {
    font-size: 24px;
  }
  .ffanglist li .txt {
    font-size: 16px;
  }
}
.sw53out {
  position: relative;
  width: 100%;
  height: 528px;
  margin-top: 30px;
}
#sw53 {
  height: 100%;
}
.sw53out .swiper-pagination {
  left: 0;
  bottom: 70px;
  width: 100%;
  font-size: 0;
}
.sw53out .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #ececec;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw53out .swiper-pagination-bullet-active {
  background-color: #e80125;
}
.sw53out .sw-next,
.sw53out .sw-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  text-align: center;
  margin-top: -30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sw53out .sw-prev {
  left: 5%;
  background: url('../images/lt-ry.png') center no-repeat;
}
.sw53out .sw-next {
  right: 5%;
  background: url('../images/gt-ry.png') center no-repeat;
}
.sw53out .sw-prev:hover,
.sw53out .sw-next:hover {
  background-color: #e80125;
}
.fbtl {
  position: relative;
}
.fcate1 {
  float: left;
  position: relative;
}
.fcate1 .cn {
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
}
.fcate1 .cn a {
  color: #fff;
}
.fcate1 .en {
  font-size: 40px;
  color: #e80125;
  line-height: 54px; 
  text-transform: uppercase;
}
.fcate2 {
  float: left;
  position: relative;
}
.fcate2 .cn {
  font-size: 40px;
  color: #302e2f;
  line-height: 60px;
  font-weight: bold;
}
.fcate2 .cn a {
  color: #302e2f;
}
.fcate2 .en {
  font-size: 40px;
  color: #e80125;
  line-height: 54px;
  text-transform: uppercase;
}
.fbtl .more {
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 1;
  display: block;
  width: 150px;
  height: 46px;
  background-color: #e80125;
  border-radius: 23px;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
}
.fbtl .more:hover {
  background-color: #f1f2f4;  color: #e80125;
}
.ferji {
  float: right;
  margin-top: 50px;
  font-size: 0;
  white-space: nowrap;
}
.ferji a {
  display: inline-block;
  margin-left: 20px;
  overflow: hidden;
  border-radius: 21px;  color: #fff;
  background-color: #e80125;
  width: 120px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
}
.ferji a:first-child {
  margin-left: 0;
}
.ferji a:hover,
.ferji a.on {
  color: #e80125;
  background-color: #f1f2f4;
}

.fab {
  width: 100%;
  height: auto;
  background-color: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fabmain {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
padding-bottom:5%;
}
.fabinner {
  padding: 5% 7.8% 0;
}
.fabcont {
  margin-top: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guolist1 {
  width: 360px;
  overflow: hidden;
  font-size: 0;
}
.guolist1 li {
  width: 100%;
  margin-bottom: 86px;
}
.guolist1 li:last-child {
  margin-bottom: 0;
}
.guolist1 li a {
  display: block;
}
.guolist1 h3 {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  line-height: 62px;
  height: 62px;
}
.guolist1 h3 span {
  font-size: 60px;
  color: #e80125;
  display: inline-block;
  margin-right: 10px;
  height: 68px;
  vertical-align: top;
  font-weight: bold;
}
.guolist1 h3 s {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #e80125;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
}
.guolist1 .txt {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 62px;
  height: 62px;
  margin-right: 50px;
}
.fabright {
  width: 58%;
}
.fabright h3 {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}
.fabright .intro {
  font-size:18px;
  color: #fff;
  line-height: 34px;
  margin-top: 22px;
}
.fabtxt {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: justify;
  margin-top: 78px;
  max-height: 210px;
  overflow: hidden;
}
.fablist {
  width: 20%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}
.fablist li {
  display: block;
  width: 100%;
  height: 50%;
  text-align: center;
}
.fablist li .lin {
  height: 100%;
}
.fablist li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10%;  padding-bottom: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #302e2f;
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.fablist .pic {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: relative;
  line-height: 80px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.fablist .inner {
  width: 80px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.fablist .pic img.p1 {
  display: none;
}
.fablist .pic img.p2 {
  display: inline-block;
}
.fablist li h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 15px;
}
.fablist li:hover a {
  background-color: #e80125;
}
.fablist li:hover h3 {
  font-weight: bold;
}
.fablist li:hover .pic img.p1 {
  display: inline-block;
}
.fablist li:hover .pic img.p2 {
  display: none;
}
.fablist li:hover .inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media screen and (max-width: 1300px) {
  .fab {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fabmain {
    width: 100%;
  }

  .fablist {
    width: 100%;
    height: auto;
  }
  .fablist li {
    display: inline-block;
    width: 25%;
    height: 100%;
  }
  .fablist li a {
    padding: 36px 0;
  }
}
@media screen and (max-width: 1024px) {
  .fabcont {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guolist1 {
    width: 100%;
    text-align: center;
  }
  .guolist1 li {
    display: inline-block;
    width: 33%;
    margin-bottom: 0;
  }
  .guolist1 h3 {
    display: block;
  }
  .guolist1 h3 span {
    font-size: 50px;
  }
  .guolist1 .txt {
    display: block;
    line-height: 40px;
    height: 40px;
    margin-right: 0;
  }
  .fabright {
    width: 100%;
    margin-top: 60px;
  }
  .fabright h3 {
    font-size: 24px;
    text-align: center;
  }
  .fabtxt {
    margin-top: 40px;
    max-height: none;
  }
}
@media screen and (max-width: 750px) {

  .guolist1 h3 span {
    font-size: 30px;
    margin-right: 4px;
  }
  .guolist1 h3 s {
    margin-left: 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .fablist li a {
    padding: 16px 0;
  }
}
.fyewu {
  padding-top: 5%;
}
.fyewu .fbtl {
  margin-bottom: 3%;
}
.fcase {
  padding-top: 5%;
  padding-bottom: 5%;
}
.fcase .caselist {
  padding-top: 3%;  padding-bottom: 0%;
}
.fcase .caselist li {
  margin-bottom: 0;width:100%;
}
.fnews {
  padding-top: 5%;
}
.fcate3 {
  position: relative;
  padding: 5% 0 3%;
  text-align: center;
  background: #231f20 ;
}
.fcate3 .cn {
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  letter-spacing: 2px;
  margin-bottom: 8px; font-weight:bold;
}
.fcate3 .cn a {
  color: #fff;
}
.fcate3 .en {
font-size: 40px;
  color: #e80125;
  line-height: 54px;
  text-transform: uppercase;
}
@media screen and (max-width: 750px) {
  .fcate3 .cn {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 0;
  }
  .fcate3 .en {
    font-size: 20px;
  }
}
.rlnewslist {
  margin: 14px -14px 0;
  overflow: hidden;
}
.rlnewslist li {
  float: left;
  width: 50%;
  margin-top: 28px;
}
.rlnewslist li .lin {
  padding: 0 14px;
  position: relative;
}
.rlnewslist li a {
  display: block;
  position: relative;
}
.rlnewslist li .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.rlnewslist li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.rlnewslist li .wrap {
  position: relative;
  z-index: 2;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rlnewslist li .inner {
  padding: 0 40px;
  margin: auto 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rlnewslist li h3 {
  font-size: 24px;
  color: #333;
  line-height: 44px;
  max-height: 88px;
  overflow: hidden;
  padding-right: 50px;
}
.rlnewslist li p{ font-size:16px; color:#666;}
.rlnewslist li .type {
  font-size: 16px;
  color: #999;
  line-height: 36px;
}
.rlnewslist li i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: -25px;
  margin-top: -25px;
}
.rlnewslist li:hover i {
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  opacity: 1;
}
.rlnewslist li .cov {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #f6f6f6 ;
  opacity: 1;
}
.rlnewslist li label {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 3;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #dddddd url('../images/gt-fn.png') center no-repeat;
}
.rlnewslist li:hover .cov {
  opacity: 0;
}
.rlnewslist li:hover label {
  background-color: #e80125;
}
.rlnewslist li:hover h3,
.rlnewslist li:hover .type {
  color: #fff;
}
.rlnewslist li:hover p{  color:rgba(255,255,255,.5);}


.rlnewslist .type,
.rlnewslist h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rlnewslist .cov {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.rlnewslist label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .rlnewslist li .inner {
    padding: 0 20px;
  }
  .rlnewslist li label {
    right: 20px;
  }
}
@media screen and (max-width: 840px) {
  .rlnewslist {
    margin: 20px 0 0;
  }
  .rlnewslist li {
    float: none;
    width: 100%;
  }
  .rlnewslist li .lin {
    padding: 0 0;
  }
}
@media screen and (max-width: 750px) {
  .rlnewslist li h3 {
    font-size: 20px;
  }
}
.guanlist-wrap {
  width: 100%;
  margin-top: 16px;
  position: relative;
}
.guanlist-out {
  width: 100%;
  height: 668px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: ew-resize;
}
.guanlist {
  width: auto;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.guanprev,
.guannext {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -25px;
}
.guanprev {
  background: #cccccc url('../images/lt1.png') center no-repeat;
  left: 0;
}
.guannext {
  background: #cccccc url('../images/gt1.png') center no-repeat;
  right: 0;
}
.guanprev:hover,
.guannext:hover {
  background-color: #e80125;
}
.guanlist li {
  display: inline-block;
  width: 370px;
  height: 100%;
}
.guanlist li + li {
  margin-left: 13px;
}
.guanlist li .lin {
  height: 100%;
}
.guanlist li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.guanlist .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 0;
}
.guanlist .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guanlist .pic i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url('../images/jab1.png') bottom no-repeat;
  display: none;
}
.guanlist li .one {
  padding: 0 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 1;
  text-align: center;
}
.guanlist li h3 {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  height: 40px;
  overflow: hidden;
}
.guanlist li h4 {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
  height: 26px;
  overflow: hidden;
  margin-top: 14px;
}
.guanlist li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background-color: rgba(232, 1, 37, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guanlist li .cover .in {
  padding: 0 10px;
  text-align: center;
  margin: auto;
}
.guanlist li .cover .num {
  height: 76px;
  font-size: 36px;
  color: #fff;
  line-height: 76px;
  background: url('../images/wubian.png') center no-repeat;
  margin-bottom: 94px;
}
.guanlist li .cover .txt2 {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
  height: 26px;
  overflow: hidden;
}
.guanlist li .cover .txt3 {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  height: 40px;
  overflow: hidden;
}
.guanlist li .cover .hx {
  width: 28px;
  height: 3px;
  margin: 27px auto 32px;
  background-color: #fff;
}
.guanlist li .cover .cont {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  width: 250px;
  margin: 0 auto;
  max-height: 104px;
  overflow: hidden;
  white-space: normal;
}
.guanlist .cover,
.guanlist .one {
  -webkit-transition: .6s;
  transition: .6s;
}
.guanlist li:hover .cover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.guanlist li:hover .one {
  opacity: 0;
}
@media screen and (max-width: 1900px) {
  .guanprev,
  .guannext {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .guanlist-wrap {
    padding: 0 30px;
    width: auto;
  }
}
.sw11out {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  height: auto;
  z-index: 1;
}
#sw11 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#sw11 .swiper-slide {
  overflow: hidden;
}
.sw11out .sw-next,
.sw11out .sw-prev {
  position: absolute;
  right: 6.25%;
  bottom: 11.8%;
  width: 46px;
  height: 46px;
  z-index: 11;
  font-size: 0;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
}
.sw11out .sw-prev {
  background: url('../images/lt1.png') center no-repeat;
  margin-right: 66px;
}
.sw11out .sw-next {
  background: url('../images/gt1.png') center no-repeat;
}
.sw11out .sw-prev:hover,
.sw11out .sw-next:hover {
  background-color: rgba(232, 1, 37, 0.5);  border: 1px solid rgba(232, 1, 37, 0.5);
}
#sw11 .slideinner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#sw11 .slideinner img {
width: 100%;
height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sw11out .swiper-pagination {
  left: 6.25%;
  bottom: 11%;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  width: auto;
}
.sw11out .swiper-pagination-current {
  font-size: 34px;
}
.sw11out .swiper-pagination-total {
  font-size: 16px;
}
.sw11out .swiper-scrollbar {
  position: absolute;
  left: 6.25%;
  bottom: 8%;
  width: 87.5%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.sw11out .swiper-scrollbar-drag {
  width: 0;
  background-color: #fff;
}
.sw11out .swiper-scrollbar-drag.active {
  -webkit-animation: widthgrow 6s linear 1;
          animation: widthgrow 6s linear 1;
}
@-webkit-keyframes widthgrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthgrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .sw11out .sw-prev,
  .sw11out .sw-next {
    width: 36px;
    height: 36px;
  }
  .sw11out .sw-prev {
    left: 4%;
    right: auto;
    margin-right: 0;
  }
  .sw11out .sw-next {
    right: 4%;
  }
  .sw11out .swiper-scrollbar {
    left: 4%;
    width: 92%;
  }
  .sw11out .swiper-pagination {
    left: 4%;
    width: 90%;
  }
  .sw11out .swiper-pagination-current {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .sw11out .swiper-scrollbar {
    display: none;
  }
  .sw11out .swiper-pagination {
    bottom: 0;
  }
}
.scrollarea3 .scrollbar {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.scrollarea3 .track {
  width: 10px;
  height: 100%;
  background-color: #d7d7d7;
  border-radius: 5px;
  position: relative;
  left: 0;
}
.scrollarea3 .thumb {
  width: 10px;
  background-color: #e80125;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.scrollarea3 {
  position: relative;
  padding-right: 20px;
  height: 100%;
}
.scrollarea3 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.scrollarea3 .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollarea3 .overview img {
  max-width: 100%;
}

/*lianxi*/
.searchStoresMainList ul {
width:100%;float:left;margin-top:3%;
}

 .searchStoresMainList ul li {
  width: 49%;
float:left;
  margin-bottom: 2%;
}
.searchStoresMainList ul li:nth-child(2) {
float:right;
}
.searchStoresMainList ul li .klk{
  display: block;
  padding: 2.23958vw 2.70833vw 2.08333vw 4.11458vw;
  background-color: #f4f4f4;border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.searchStoresMainList ul li  .klk:hover {
  -webkit-box-shadow: 0px 0.57292vw 1.97917vw 0px rgba(149, 149, 149, 0.25);
          box-shadow: 0px 0.57292vw 1.97917vw 0px rgba(149, 149, 149, 0.25);
}
.searchStoresMainList ul li  .klk .title {
  font-size:20px;
  color: #000;
  font-weight: 400;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #dedede;
  margin-bottom: 1.04167vw;
  position: relative;
}
.searchStoresMainList ul li .klk .title::after {
  position: absolute;
  left: -30px;
  top: 8px;
  width: 22px;
  height: 28px;
  background: url("../images/icon-address.png") no-repeat;
  content: "";
  display: block;
}
 .searchStoresMainList ul li  .klk .content {
  font-size: 16px;
  line-height: 1.25vw;
  min-height: 2.5vw;
}
 .searchStoresMainList ul li  .klk .content .address{line-height:30px;}
 
 #namj{width:100%;float:left;margin-top:1%;display: grid;
  gap: 20px 20px;
  grid-template-columns: repeat(3,1fr);}
  #namj li{background:  #f4f4f4;width:100%; font-size:16px;border-radius: 6px; position:relative;}
  .namj-1{width:100%;float:left;}
  .namj-2{width:100%;float:left;}
  .namj-3{width:100%;float:left; }
 
 .nam{padding:5%;overflow: hidden;}
 
 #namj li::after {
  position: absolute;
  right: 10%;
  top:30%;
  width:78px;
  height:50px;
  background: url("../images/wel-list42.png") no-repeat;
    background-size: auto;
  content: "";
  display: block;
}

  #namj li:hover {
  -webkit-box-shadow: 0px 0.57292vw 1.97917vw 0px rgba(149, 149, 149, 0.25);
          box-shadow: 0px 0.57292vw 1.97917vw 0px rgba(149, 149, 149, 0.25);
}

/*liuyan*/
.sendbg{ position:fixed;width:100%;height:100%; top:0; background-color:rgba(0,0,0,.5);z-index:999;display:none;}
.onlineright-a{width:50%;margin:auto;margin-top:10%;}
.onlineright-a-1{width:100%;float:left;height:50px;line-height:50px; border-radius: 15px 15px 0 0; background-color:#D92829;}
.onlineright-a-1 span{ color:#fff;float:left;padding-left:10px; font-size:16px;}.onlineright-a-1 p{float:right;padding-right:10px;}
.onlineright-a-1 p i{ color:#fff; cursor:pointer; font-style:normal;}
.onlineright-a-2{width:100%;float:left;height:auto; background-color:#fff; border-radius: 0 0 15PX 15PX;}
.onlineright-a-2mian{padding:5%; overflow:hidden;}
.onlineright-a-2-title{width:100%;float:left;}
.onlineright-a-2-conten{width:100%;float:left;}
.onlineright-a-2-conten .feed-1{width:100%;float:left;margin-top:3%; position:relative;}
.onlineright-a-2-conten .feed-1 i{ position:absolute;left:7px;top:10px; font-size:20px; color:#999;}
.onlineright-a-2-conten .feed-1 input{border:solid 1px #dedede;height:40px;width:100%;float:left;padding-left:10px;}
.onlineright-a-2-conten .feed-1 textarea{border:solid 1px #dedede;height:80px;width:100%;float:left;padding-left:10px;padding-top:5px;}
.feed-1 button{background-color: #D92829;line-height:50px;width:100%;float:left; color:#fff;border:none; font-size:16px; cursor:pointer;  border-radius: 23px;}
.feed-1 button:hover{  background-color: #f1f2f4;  color: #e80125;}


/*fanye*/
.pagination > li > a, .pagination > li > span{padding: 0 22px; border-radius:6px;border: 1px solid #bbb;color: #000;margin-right: 8px;display: block;font-size: 16px;text-align: center;line-height: 50px; background-color:#fff;}
.pagination li.first,.pagination li.last{display: none;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background: #cd1211;border-color: #cd1211;color: #fff;}
.pagination > li > a:hover{border-color: #cd1211;color: #fff;background: #cd1211;}
.pagination li{float: left;}
.pagination{margin: 0;display: inline-block;}
.digg{text-align: center;width: 100%;float:left;margin-bottom:8%;}


.zhuanli{width:100%;float:left;padding:5% 0 0 0;}

/*chanpin*/
#productList {
  padding:5% 0px 5%;
  background: #faf9f7 ;
}

#productList .productListMain {
  margin: -0.9375rem;
  flex-wrap: wrap;
  display: flex;padding-bottom:3%;
}
#productList .productListMain .list {
  width: calc(25% - 1.875rem);
  margin: 0.9375rem;
  background: #FFFFFF;
  box-shadow: 0px 0.5rem 1.6875rem 0px rgba(135, 115, 76, 0.08);
  transition: all 0.4s ease;
}
#productList .productListMain .list .image {
  overflow: hidden;
}
#productList .productListMain .list .image img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
#productList .productListMain .list .content {
  padding: 0px 2% 5%;
  text-align: center;
}
#productList .productListMain .list .content .title {
  font-weight: bold;
  font-size:20px;
  color: #333;
  margin-bottom: 1.125rem;
}
#productList .productListMain .list .content .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 3rem;
  border-radius: 3.1875rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: #000000;
  transition: all 0.4s ease;
  padding: 0px 0.375rem 0px 1.625rem;
  position: relative;
  overflow: hidden;
  pointer-events: all;
  font-weight: 300;
}
#productList .productListMain .list .content .more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #F9F8F5;
  transition: all 0.4s ease;
  z-index: 0;
}
#productList .productListMain .list .content .more::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: linear-gradient(0deg, #f6f6f6, #fff1e3);
  transition: all 0.4s ease 0.1s;
  border-radius: 3.1875rem;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
#productList .productListMain .list .content .more i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5625rem;
  height: 2.5625rem;
  background: transparent;
  border-radius: 50%;
  margin-left: 2.0625rem;
  font-size: 0.8125rem;
  color: #000000;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.4s ease;
}
#productList .productListMain .list .content .more:hover i { background-color:#cd1211;
}

#productList .productListMain .list .content .more span {
  position: relative;
  z-index: 2;
}
#productList .productListMain .list:hover {
  box-shadow: 0px 0.5rem 1.6875rem 0px rgba(255, 87, 9, 0.08);
}
#productList .productListMain .list:hover .image img {
  transform: scale(1.1);
}
#productList .productListMain .list:hover .content .more {
  color: #333;
}

#productList .productListMain .list:hover .content .more i {
  color: #fff;
}


/*products show*/


.pro_page {position: relative;margin: 0.2rem auto 0.2rem auto;width:100%;float:left;padding-top:5%;padding-bottom:5%;}
.container {width: 100%;max-width: 100%;margin: 0 auto;}
.prom_img {padding: 0;padding-right: 0px;text-align: center;padding-right: 0; border-radius: 0;}
/*pro_detail*/
.pro_page{position: relative;margin: 0.2rem auto 0.2rem auto;}
.pro_page .pro_main { display: flex; padding:15px;background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.pro_page .prom_img {width:35%;position: relative;}
.pro_page .main_text{ width:60%;padding-left: 5%;padding-right: 5%;}
.pro_page a, .pro_page button {color: inherit;display: inline-block;line-height: inherit;text-decoration: none;cursor: pointer;}
.pro_page .clearfix:after {display: block;clear: both;content: ""}
.d-none {display: none!important}
.pro_page a{ display: block;}
.pro_page .thumb img{ width: 100%;}
.zoomImg{transition: 0.1s all;}
.pro_page a {display: block;}
.pro_main_title {font-size:30px;overflow: hidden;display: block;text-transform: capitalize;color: #333;line-height:40px;margin-top:5%;margin-bottom: 3%;font-weight: bold;}
.pro_main_text {font-size: 16px;line-height: 25px;padding-bottom: 0.2rem;}
.enlarge_ico{ width: 40px; height: 40px; background-color: #fff; display: inline-block; position: absolute; right: 10px; top: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); border-radius: 50%; z-index: 999;background-image: url("data:image/svg+xml,%3Csvg t='1710902452033' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5097' width='22' height='22'%3E%3Cpath d='M970.837333 919.850667l-205.696-205.653334A382.421333 382.421333 0 0 0 853.333333 469.333333a384 384 0 0 0-384-384 384 384 0 0 0-384 384 384 384 0 0 0 384 384 382.421333 382.421333 0 0 0 244.906667-88.192l205.653333 205.653334a36.053333 36.053333 0 0 0 50.986667 0 36.266667 36.266667 0 0 0-0.042667-50.944z m-380.117333-162.986667c-38.4 16.256-79.189333 24.448-121.386667 24.448a311.296 311.296 0 0 1-220.586666-91.392A311.296 311.296 0 0 1 157.312 469.333333 311.296 311.296 0 0 1 248.746667 248.746667 311.296 311.296 0 0 1 469.333333 157.354667a311.296 311.296 0 0 1 220.586667 91.392A311.296 311.296 0 0 1 781.354667 469.333333a311.296 311.296 0 0 1-91.392 220.586667 310.186667 310.186667 0 0 1-99.242667 66.901333z' fill='%23900000' p-id='5098'%3E%3C/path%3E%3Cpath d='M652.672 431.829333h-147.84V292.010667a35.968 35.968 0 1 0-71.978667 0v139.818666H292.010667a35.968 35.968 0 1 0 0 72.021334h140.8v140.8a35.968 35.968 0 1 0 72.021333 0v-140.8h147.84a35.968 35.968 0 1 0 0-72.021334z' fill='%23900000' p-id='5099'%3E%3C/path%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center center;}
.embed-border {box-sizing: border-box; }
.embed-responsive {position: relative;width: 100%;max-width: 100%;padding-bottom: 50%;}
.embed-responsive iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.embed-responsive iframe video{top: 0 !important;left: 0 !important;width: 100% !important;height: 100% !important;}
/* these styles are for the demo, but are not required for the plugin */
.prom_img{padding:0;text-align:center;padding-right:0;border-radius: 0;}
.prom_img .swiper-slide{ position: relative; display: inline-block; }
.prom_img #pro_img_gallery{ border: 2px solid #eee;}
.prom_img #pro_img_gallery .swiper-slide{opacity: 0 !important; z-index: -1; }
.prom_img #pro_img_gallery .swiper-slide-active{  opacity: 1 !important; z-index: 3;}
.prom_img #pro_img_gallery .swiper-slide img{width: 100%;background: #fff;}
.prom_img .video_play .video_buttom:before{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);font-size: 20px;color: #fff;line-height: 60px;font-family: 'FontAwesome';content:"\f04b";z-index: 2;border-radius: 5px;background: #900000;width: 60px;height: 60px;text-align: center; cursor: pointer;}
.cloud-zoom-lens{ background:#000  !important;  opacity: 0.1 !important;}
.prom_img .swiper-slide iframe{ position: absolute; z-index: 66; width: 100%; left: 0; top: 0; height: 100%;}
#pro_img_thumbs{padding-top: 15px;}
#pro_img_thumbs .swiper-slide{border-radius: 0;overflow: hidden;cursor: pointer;padding: 0;}
#pro_img_thumbs .swiper-slide-thumb-active{}
#pro_img_thumbs .swiper-slide.swiper-slide-thumb-active img{border: 1px solid #900000 ; box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}

#pro_img_thumbs .swiper-slide img{border: 1px solid #eee;width:90%;}



.prom_img .sp-video-icon{position: relative;}
.prom_img .sp-video-icon img{opacity: 0.5;  border-radius: 0;}
.prom_img .sp-video-icon:before{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);font-size: 14px;color: #fff;line-height: 30px;font-family: 'FontAwesome';content:"\f04b";z-index: 2;border-radius: 5px;background: #900000;width: 30px;height: 30px;text-align: center;}
.zoomImg{transition: 0.3s all;}
.pro_table .pro_main_title{ font-size:20px;overflow:hidden; display:block;text-transform:capitalize; color:#1c77be; line-height:30px; margin-bottom: 0.2rem; font-weight: normal; font-weight: 500;}
.pro_table .pro_main_text{line-height:0.28rem; padding-bottom:0.2rem;}
.pro_table ul{padding-left: 0; border-left: 1px solid #f7f7f7; border-top: 1px solid #f7f7f7; display: flex; flex-wrap: wrap;}
.pro_table ul li{ color:#666;list-style:none; float: left; width:100%; border-bottom: 1px solid #f7f7f7; border-right: 1px solid #f7f7f7;}
.pro_table ul li:nth-child(2n+1) { background: #f7f7f7;}
.pro_table ul li p{ display:inline-block;margin-right:0.1rem;vertical-align:middle;margin-bottom:0;color:#171717;min-width: 1.2rem; padding: 8px;border-right: 1px solid #f7f7f7; min-width: 25%;font-weight: 400;}
.pro_more div {display: inline-block;}
.main-more {text-align: left !important;margin-top: 20px;}
.pro_more .main-more a {background: #cd1211;border-radius: 23px;text-transform: uppercase;font-size: 16px;line-height: 40px;color: #fff;margin-right: 0.1rem;display: inline-block;padding: 5px 35px;}
.pro_more .main-more a i{padding-left:10px;}
.pro_more .main-more a:hover { background-color: #333;  color: #FFF;}

.ps-title {width: 100%;float: left; margin-bottom: 3%; border-bottom: solid 1px #f4f4f4;font-weight: bold;}
.ps-title span {background:#cd1211;color: #fff;padding: 5px 45px;float: left; line-height: 40px;}
.ps-title span i { margin-right: 10px;width:18px;height:18px; background-color:#fff; border-radius:50%;float:left;margin-top: 12%;}
.ps-title span i img{float: left;margin-top: 4px;margin-left: 6px;}
.pro_mop{width:100%;float:left;margin-top:3%;}
.ps-contune {width: 100%;float: left; font-size:16px;}
.ps-contune table{text-align: center;}

@media screen and (max-width:1440px){
	.fcate2 .cn{ font-size:30px;}.fcate1 .cn{ font-size:30px;}.fcate3 .cn{ font-size:30px;}
	.fcate2 .en{ font-size:26px;}.fcate1 .en{ font-size:26px;}.fcate3 .en{ font-size:26px;}
	.cate1 .cn{ font-size:30px;}.cate11 .cn{ font-size:30px;}
	.cate6 .cn{ font-size:30px;}.atc-h h1{ font-size:30px;}
	}
@media screen and (max-width:1300px){
.erji a{margin-left: 5%;}
.hezuo .mwlist {grid-template-columns: repeat(4,1fr);}
.hezuo .mwlist .inner {width: 96%;}

}


@media screen and (max-width:1023px){
#productList .productListMain .list {
  width: calc(50% - 1.875rem);}|

@media screen and (max-width:900px){
#b-1{ top:50%;}
.bline{margin-top:5%;margin-bottom: 0px;}
.btext .more span{width: 150px;height: 30px;line-height: 30px; font-size:14px;}
.fablist li h3{ font-size:16PX;}
#namj {grid-template-columns: repeat(2,1fr);}

}

@media screen and (max-width: 840px) {
  .ferji a {
    width: 100px;
    font-size: 14px;
  }
}


@media screen and (max-width:750px){
.fabright .intro{ font-size:16px;}.fabtxt{ font-size:16px;}
.fablist .inner{width:50px;}
.fbtl .more{height: 30px;font-size: 14px;line-height:30px;}
.yewulist li .cover .txt2{ font-size:16px;}.yewulist li h3{ font-size:16px;}
.caselist li h3{ font-size:16px;}.caselist li .txt{ font-size:14px;}
.guanlist li .cover .cont{ font-size:14px;}.guanlist li .cover .txt3{ font-size:16px;}.guanlist li h3{ font-size:20px;}
.fcate1 .cn{line-height:inherit;}.fcate1 .en{line-height:inherit;}.guolist1 .txt{ font-size:16px;}
.fcate2 .cn{line-height:inherit;}.fcate2 .en{line-height:inherit;}
.yewulist .pic{ position:inherit;}.yewulist li{height:auto;}
.fabright h3{ font-size:20px;}.rlnewslist li h3{ font-size:16px;}
.ab1 .intro{ font-size:16px;}
.cate6 .cn{ font-size:24px;}.cate6 .txt{ font-size:16px;}
.searchStoresMainList ul li{width:100%;}#namj {grid-template-columns: repeat(1,1fr);}
.searchStoresMainList ul li a .title{ font-size:18px;}
.ab1 .intro { margin-bottom: 40px;}
.cate11 .cn { font-size: 24px; line-height: 46px; }
.cate11 .en {font-size: 22px; line-height: 40px; }
.cate11 .cn2 {font-size: 18px; line-height: 36px; } 
.fcate1 .en,.fcate2 .en { font-size: 20px;}
.fcate1 .cn,.fcate2 .cn { font-size: 24px;}
.fbtl .more {top: auto; bottom: 0;width: 120px;}
.ferji {margin-top: 20px;width: 100%;}
.cate1 .cn { font-size: 24px; line-height: 46px; }
.cate1 .txt {font-size: 16px;line-height: 26px; }
.pagination > li > a, .pagination > li > span{padding: 0 12px; font-size: 14px;line-height: 30px;}
.abb .intro { font-size: 16px;}.atc-h h1{ font-size:24px;}.atc-con{ font-size: 16px;}.atc-date{ font-size: 14px;}
.monop{display:none;}
#productList .productListMain .list .content .title{ font-size:16px;}
.pro_page .prom_img{width:100%;float:left;}.pro_page .main_text{width:100%;float:left;padding-left:0;padding-right:0;}
.pro_page .pro_main{display:block; overflow:hidden;}.pro_main_title{ font-size:24px;}
.hezuo .mwlist {grid-template-columns: repeat(3,1fr);}
.hezuo .mwlist .inner {width: 96%;}.btext .more span{width: 130px; height:30px;line-height:30px;font-size: 12px;}
}


@media screen and (max-width:600px){
.sw11out .sw-next, .sw11out .sw-prev{bottom:30%;}	
.sw11out .swiper-pagination{display:none;}
#b-1 { top: 60%;}
.ferji a {margin-left: 10px;}
	}
