header {
  width: 100%;
  background-color: #222;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  color: #fff;
}
header .cont a {
  height: 30px;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
header .cont a:first-child{height: 50px;padding: 20px 0;}
header .cont a img {
  height: 100%;
}
header .cont ul {
  width: 55%;
}
header .cont ul a {
  line-height: 30px;
  padding: 30px 0;
  color: #fff;
}
header .cont ul a:hover{
  color: #d93430;
  font-weight: 600;
}
header .cont ul li.active>a{
  color: #d93430;
  font-weight: 600;
}
header .cont .top-ico {
  padding: 25px 0;
}
header .cont .top-ico a {
  height: 40px;
  padding: 0;
  margin: 0 20px;
}
header .cont .top-tel {
  padding: 25px 0;
  align-items: center;
}
header .cont .top-tel h5 {
  line-height: 40px;
  margin-left: 5px;
  font-weight: 600;
  color: #d93430;
}
.inx-01 {
  width: 100%;
  height: 100vh;
  padding:0 30px;
  padding-top: 90px;
  box-sizing: border-box;
  background-color: #fff;
}
.inx-01 .swiper,.inx-01 .swiper .swiper-slide{height: 100%;}
.inx-01 .swiper .swiper-slide a{height: 100%;}
.inx-01 .img-box{
  width: 100%;
  height: 100%;
  border-radius:0 0 15px 15px;
  overflow: hidden;
}
.inx-01 .img-box img{object-position: bottom;}
.inx-01 img {width: 100%;}
.inx-01 img:nth-child(2){display: none;}
.btn-style {
  width: 160px;
  margin-top: 40px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 15px 0;
}

.tit-box img {
  height: 40px;
  margin-top: 15px;
}
.tit-box h4 {
  font-weight: 600;
  margin: 0 30px;
}
.tit-box img:last-child {
  transform: rotateY(180deg);
}
.tit-box h5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  color: #d93430;
  font-size: 2.4vw;
}
.before-con {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inx-03{
  background-color: #fff;
  position: relative;
 padding-left: 30px;
 padding-right: 30px;
  box-sizing: border-box;
}
.inx-03 .tit-box img {
  height: 40px;
  margin-top: 15px;
}
.inx-03 .tit-box h4 {
  font-weight: 600;
  margin: 0 30px;
}
.inx-03 .tit-box img:last-child {
  transform: rotateY(180deg);
}
.inx-03 .tit-box h5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  color: #d93430;
  font-size: 2vw;
}
.inx-03 .inx-03Tap{margin-top: 60px;}
.inx-03 .inx-03Tap a{padding: 15px 0;text-align: center;background-color: #222;color: #fff;margin: 0 20px;border-radius: 5px;transition: all .6s;width: 8%;}
.inx-03 .inx-03Tap a.on{background-color: #d93430;}
.inx-03 .inx-03Tap a:hover{background-color: #d93430;}
.inx-03 .inx-03-switch {
  width: 100%;
  margin-top: 60px;
  
}
.inx-03 .inx-03-switch li {
  width: 20%;
  padding: 0 20px;
  box-sizing: border-box;
}
.inx-03 .inx-03-switch li a{width: 100%;}
.inx-03 .inx-03-switch li a .img_box{width: 100%;border-radius: 10px;}
.inx-03 .inx-03-switch li p{margin-top: 15px;font-size: 18px;text-align: center;font-weight: 600;border: 1px solid #000;line-height: 50px;border-radius: 5px;}
.inx-03 .inx-03-switch li:hover p{background-color: #222;color: #fff;}

.inx-03 .inx3-prv {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 7.3%;
  top: 55%;
  z-index: 3;
  opacity: .4;
  background: url(../images/left-ico.png) no-repeat center;
  background-color: #fff;
  cursor: pointer;
  transition: all .6s;
}
.inx-03 .inx3-prv:hover {
  opacity: 1;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
}
.inx-03 .inx3-next {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 7.3%;
  top: 55%;
  z-index: 3;
  opacity: .4;
  background: url(../images/left-ico.png) no-repeat center;
  background-color: #fff;
  cursor: pointer;
  transition: all .6s;
  left: auto;
  right: 7.3%;
  transform: rotateY(180deg);
}
.inx-03 .inx3-next:hover {
  opacity: 1;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
}
.inx-abo{position: relative;background-color: #fafafa;}
.inx-abo::after{position: absolute;z-index: 0;content: "";left: 0;top: 0;width: 100%;height: 60%;background: url(../images/pic-2.jpg) top  center;background-size: 100% auto;}
.inx-tit-en{position: relative;z-index: 2;color: #fff;align-items:flex-start;}
.inx-tit-en h2{font-weight: 600;color: rgba(0, 0, 0, 0);text-stroke: 1px #fff;-webkit-text-stroke: 1px #fff;width: 520px;text-transform: uppercase;}
.inx-tit-en h4{font-weight: 600;width:65%;text-align: right;margin-top: 50px;font-size: 2vw}
.inx-abo .info{width: 100%;background-color: #fff;position: relative;z-index: 2;margin-top: -50px;position: relative;overflow: hidden;padding: 60px 40px;box-sizing: border-box;}
.inx-abo .info h2{font-weight: 600;color: rgba(0, 0, 0, 0);text-stroke: 1px #d93430;-webkit-text-stroke: 1px #d93430;position: absolute;left: 0;top: -75px;}
.inx-abo .info .left{width: 50%;}
.inx-abo .info .left .img_box{height: 28vw;}
.inx-abo .info .right{width: 46%;}
.inx-abo .info .right h3{padding-left: 80px;position: relative;font-size: 2vw;font-weight: 600;}
.inx-abo .info .right h3::before{position: absolute;left: 0;top: 50%;content: "";transform: translateY(-50%);width: 60px;height: 2px;background-color: #222;opacity: .6;}
.inx-abo .info .right h3::after{position: absolute;right: 0;top: 50%;content: "";transform: translateY(-50%);width: calc(100% - 14vw);height: 2px;background-color: #222;opacity: .6;}
.inx-abo .info .right p{font-size: 16px;line-height: 36px;margin-top: 20px;text-indent: 2rem;color: #7b7b7b;}
.inx-abo .info .right a{width: 160px;line-height: 50px;background-color: #222;text-align: center;color: #fff;margin-top: 30px;}
.inx-abo .info .right .num{margin-top: 40px;}
.inx-abo .info .right .num .box span{align-items: end;}
.inx-abo .info .right .num .box span h4{font-size: 3vw;font-weight: 600;font-family: 'Rousseau';}
.inx-abo .info .right .num .box span em{padding-bottom: 20px;font-size: 22px;font-weight: 600;margin-left: 10px;color: #d93430;}
.inx-abo .info .right .num .box p{font-size: 16px;margin-top: 0px;color: #000;text-align: center;text-indent: 0;}
.inx-news .top {align-items: center;}
.inx-news .top .tit{align-items: end;}
.inx-news .top .tit h3{font-weight: 600;}
.inx-news .top .tit h5{margin-right: auto;margin-left: 15px;text-transform: uppercase;color: #d93430;}
.inx-news .top .tap a{width: 200px;background-color: #f5f5f5;padding: 10px 0;box-sizing: border-box;margin-left: 30px;}
/* .inx-news .top .tap a img{height: 36px;margin-right: 10px;}
.inx-news .top .tap a img:nth-child(2){display: none;} */
.inx-news .top .tap a p{line-height: 40px;}
.inx-news .top .tap a.on,.inx-news .top .tap a:hover{background-color: #222;}
.inx-news .top .tap a.on img,.inx-news .top .tap a:hover img{display: none;}
.inx-news .top .tap a.on img:nth-child(2),.inx-news .top .tap a:hover img:nth-child(2){display: block;}
.inx-news .top .tap a.on p,.inx-news .top .tap a:hover p{color: #fff;}
.inx-news .list-box{margin-top: 60px;position: relative;}
.inx-news .list-box .swiper-slide{width: 25%;padding: 0 10px;box-sizing: border-box;}
.inx-news .list-box .swiper-slide a{padding:30px 20px;box-sizing: border-box;border:1px solid rgba(0,0,0,.1)}
.inx-news .list-box .swiper-slide a .img_box{height: 14vw;}
.inx-news .list-box .swiper-slide a .tit{font-size: 1vw;font-weight: 600;margin-bottom: 20px;}
.inx-news .list-box .swiper-slide a .info{padding: 15px 0;margin: 15px 0;border-bottom: 1px solid rgba(0,0,0,.1)}
.inx-news .list-box .swiper-slide a .info p{line-height: 30px;color: #7b7b7b;}
.inx-news .list-box .swiper-slide a .type-time p:first-child{color: #222;font-size: 17px;font-weight: 600;}
.inx-news .list-box .swiper-slide a .type-time p:last-child{font-family: 'Rousseau';font-size: 17px;color: #7b7b7b;}
.inx-news .list-box .swiper-slide a:hover{border-color: #222;}
.inx-news .list-box .swiper-slide a:hover .tit{color: #d93430;}
.inx-server{background-size: cover;border-bottom: 4px solid #d93430;background-color: #fafafa;}
.inx-server .inx-tit-en h2{text-stroke: 1px #222;-webkit-text-stroke: 1px #222;}
.inx-server .inx-tit-en h4:first-child{margin-top: 40px;color: #000;}
.inx-server .inx-tit-en h4{width: 100%;margin-top: 10px;color: #d93430;}
.inx-server ul{margin-top: 50px;}
.inx-server ul li{width: 32%;background-color: rgba(255,255,255,.9);padding: 30px;box-sizing: border-box;}
.inx-server ul li img{width: 36px;}
.inx-server ul li h5{font-weight: 600;margin-bottom: 15px;margin-top: 20px;font-size: 1.2vw;}
.inx-server ul li p{padding-left: 15px;box-sizing: border-box;line-height: 30px;margin-top: 10px;position: relative;}
.inx-server ul li p::before{position: absolute;content: "";width: 8px;height: 8px;border-radius: 50%;background-color: #d93430;left: 0;top: 50%;transform: translateY(-50%);}
footer {
  background-color: #222;
  padding-top: 60px;
  color: #fff;
  position: relative;
  z-index: 99;
}
footer ul {
  width: 70%;
  padding-right: 3%;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer ul li a {
  color: #ebebeb;
  margin-bottom: 20px;
  opacity: .8;
}
footer ul li a:first-child {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}
footer ul li em {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 20px;
  opacity: .8;
}
footer .info {
  width: 30%;
  padding-left: 3%;
  box-sizing: border-box;
}
footer .info h4 {
  margin-top: 20px;
}
footer .info a {
  width: 150px;
  line-height: 50px;
  background-color: #d93430;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
footer .info img{width: 100px;margin-top: 10px;}
footer .bottom {
  width: 100%;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .bottom p {
  opacity: .6;
  font-size: 14px;
}
footer .bottom p a {
  margin-left: 10px;
  color: #fff;
}
.oth-hengfu {
  width: 100%;
  height: 500px;
  position: relative;
}
.oth-hengfu .img-box {
  width: 100%;
  height: 100%;
}
.oth-hengfu .oth-tit {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.oth-hengfu .oth-tit h4 {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}
.mbx {
  padding: 20px 0;
  background-color: #f5f5f5;
}
.mbx p {
  line-height: 32px;
}
.mbx p img {
  display: inline-block;
  margin-right: 10px;
}
.mbx p a {
  display: inline-block;
}
.mbx p a:last-child {
  margin-right: auto;
}

.tit-box h4 {
  font-weight: 600;
  margin: 0 30px;
}
.tit-box img:last-child {
  transform: rotateY(180deg);
}
.tit-box h5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  color: #d93430;
  font-size: 2.4vw;
}
.ab-01 .box {
  margin-top: 80px;
}
.ab-01 .box .left {
  width: 45%;
}
.ab-01 .box .left h5 {
  color: #222;
  font-weight: 600;
  text-indent: 2rem;
}
.ab-01 .box .left p {
  line-height: 30px;
  color: #7b7b7b;
  margin-top: 20px;
  text-indent: 2rem;
}
.ab-01 .box .left ul {
  width: 90%;
  margin-top: 60px;
}
.ab-01 .box .left ul li {
  text-align: center;
}
.ab-01 .box .left ul li .ico-box {
  width: 80px;
  padding: 20px 0;
  border: 1px solid #222;
  border-radius: 10px;
  margin: 0 auto;
}
.ab-01 .box .left ul li .ico-box img {
  width: 40px;
  margin: 0 auto;
}
.ab-01 .box .left ul li p {
  text-indent: 0;
  font-size: 17px;
  font-weight: 600;
  color: #222;
}
.ab-01 .box .right {
  width: 48%;
}
.ab-02 {
  background-color: #f5f5f5;
}
.ab-02 .top {
  width: 100%;
  margin-top: 80px;
}
.ab-02 .top .info {
  width: 48%;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.ab-02 .top .info h5 {
  font-weight: 600;
}
.ab-02 .top .info p {
  font-size: 18px;
  margin-top: 20px;
}
.ab-02 .bottom {
  margin-top: 60px;
}
.ab-02 .bottom h5 {
  width: 100%;
  font-weight: 600;
  padding-left: 30px;
  border-left: 4px solid #d93430;
}
.ab-02 .bottom ul {
  width: 100%;
  margin-top: 60px;
}
.ab-02 .bottom ul li {
  width: 23%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}
.ab-02 .bottom ul li h5 {
  padding-left: 0;
  font-size: 22px;
  border: none;
}
.ab-02 .bottom ul li em {
  width: 30px;
  height: 3px;
  background-color: #d93430;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
}
.ab-02 .bottom ul li p {
  line-height: 32px;
  margin-top: 10px;
}
.ab-03 {
  background: url(../images/pic-10.png) no-repeat center;
}
.ab-03 .ab-03-switch {
  width: 100%;
  margin-top: 80px;
}
.ab-03 .ab-03-switch ul {
  width: 100%;
}
.ab-03 .ab-03-switch ul li {
  width: 20%;
  padding: 0 30px;
  padding-top: 16vw;
  padding-bottom: 4vw;
  box-sizing: border-box;
  text-align: center;
}
.ab-03 .ab-03-switch ul li:nth-child(2) {
  padding-top: 12vw;
}
.ab-03 .ab-03-switch ul li:nth-child(3) {
  padding-top: 8vw;
}
.ab-03 .ab-03-switch ul li:nth-child(4) {
  padding-top: 4vw;
}
.ab-03 .ab-03-switch ul li:nth-child(5) {
  padding-top: 0;
}
.ab-03 .ab-03-switch ul li h5 {
  font-weight: 600;
  font-size: 22px;
}
.ab-03 .ab-03-switch ul li em {
  width: 40px;
  height: 3px;
  background-color: #d93430;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ab-03 .ab-03-switch ul li p {
  line-height: 32px;
}
.ab-04 {
  background-color: #f5f5f5;
}

.ab-04 .ab-04-switch {
  width: 100%;
  margin-top: 80px;
}
.ab-04 .ab-04-switch ul {
  width: 100%;
}
.ab-04 .ab-04-switch ul li {
  width: 25%;
  padding: 0 30px;
  box-sizing: border-box;
}
.ab-04 .ab-04-switch ul li a {
  width: 100%;
  background-color: #fff;
}
.ab-04 .ab-04-switch ul li a .img-box {
  position: relative;
  height: 380px;
}
.ab-04 .ab-04-switch ul li a .img-box img {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ab-04 .ab-04-switch ul li a p {
  line-height: 60px;
  text-align: center;
  color: #222;
}

.ab-05 .ab-05-switch {
  margin-top: 80px;
}
.ab-05 .ab-05-switch li {
  width: 33.33%;
  padding: 0 30px;
  box-sizing: border-box;
}
.ab-05 .ab-05-switch li .img_box {
  height: 320px;
}
.ab-05 .ab-05-switch li p {
  margin-top: 10px;
  line-height: 40px;
  border:1px solid #222;
  text-align: center;
  color: #222;
}
.news-list .news-type {
  width: 100%;
}
.news-list .news-type ul {
  margin-top: 0;
}
.news-list .news-type ul::after {
  display: none;
}
.news-list .news-type li {
  width: 130px;
  background-color: #222;
  text-align: center;
  margin: 0 20px;
  border-radius: 5px;
}
.news-list .news-type li a {
  line-height: 45px;
  color: #fff;
}
.news-list .news-type li.active a {
  color: #fff;
  background-color: #d93430;
}
.news-list .news-type li:hover a {
  color: #fff;
  background-color: #d93430;
}
.news-list ul {
  margin-top: 80px;
}
.news-list ul::after {
  display: block;
  content: "";
  width: 30%;
  height: 0px;
}
.news-list ul li {
  width: 30%;
  margin-bottom: 60px;
}
.news-list ul li .img_box {
  width: 100%;
  height: 260px;
}
.news-list ul li .news-list-info {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.news-list ul li .news-list-info p {
  font-weight: lighter;
}
.news-list ul li .news-list-info p:nth-child(3) {
  margin-top: 15px;
  line-height: 30px;
}
.news-list ul li .news-list-info h5 {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}
.news-list ul li .news-list-info img {
  margin-top: 15px;
  width: 30px;
}
.pro-list {
  width: 100%;
  background-color: #fafafa;
}
.pro-list .pro-list-tap {
  width: 100%;
}
.pro-list .pro-list-tap li {
  margin: 0 10px;
}
.pro-list .pro-list-tap li a {
  padding: 15px 35px;
  background-color: #222;
  color:#fff;
  border-radius: 5px;
}
.pro-list .pro-list-tap li.active a {
  background-color: #d93430;
  color: #fff;
}
.pro-list .box {
  margin-top: 60px;
}
.pro-list .box li {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.pro-list .box li:last-child{margin-right: auto;}
.pro-list .box li a .img-box {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.pro-list .box li a .img-box img {
  width: 100%;height: 100%;display: block;object-fit: cover;object-position: center;background-repeat: no-repeat;
}
.pro-list .box li a .img-box .more {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all .6s;
}
.pro-list .box li a .img-box .more svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pro-list .box li a p {
  text-align: center;
  margin-top: 10px;
  line-height: 50px;
  background-color: #fff;
  transform: all .4s;
}
.pro-list .box li:hover a .more {
  opacity: 1;
}
.pro-list .box li:hover a p {
  background-color: #d93430;
  color: #fff;
}
.coop-01 {
  width: 100%;
}

.coop-01 .box {
  margin-top: 80px;
}
.coop-01 .box .left {
  width: 50%;
  color: #7b7b7b;
}
.coop-01 .box .left p {
  line-height: 32px;
  text-indent: 2rem;
  margin-top: 15px;
}
.coop-01 .box .right {
  width: 45%;
}
.coop-01 .box .right img {
  width: 100%;
  margin: 0 auto;
}
.coop-02 {
  width: 100%;
  background-color: #f5f5f5;
}

.coop-02 .box {
  width: 100%;
  margin-top: 40px;
}
.coop-02 .box li {
  width: 33.33%;
  margin-top: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}
.coop-02 .box li .info {
  background-color: #fff;
  padding: 25px;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
}
.coop-02 .box li .info h5 {
  font-size: 20px;
  font-weight: 600;
}
.coop-02 .box li .info p {
  line-height: 32px;
  color: #7b7b7b;
  margin-top: 10px;
}
.coop-03 .box {
  width: 100%;
  margin-top: 80px;
}
.coop-03 .box img {
  margin: 0 auto;
  width: 60%;
}
.coop-04 {
  background-color: #f5f5f5;
}

.coop-04 .box {
  width: 100%;
  margin-top: 40px;
}
.coop-04 .box img {
  margin: 0 auto;
  width: 60%;
}
.coop-04 ul {
  width: 100%;
}
.coop-04 ul li {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 40px;
}
.coop-04 ul li .ico-box {
  width: 80px;
  height: 80px;
  background-color: #d93430;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}
.coop-04 ul li .ico-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.coop-04 ul li h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.coop-04 ul li p {
  line-height: 32px;
  color: #7b7b7b;
}
.coop-ly {
  width: 100%;
  background-color: #222;
  padding: 30px 0;

  z-index: 3;
}
.coop-ly h5{color: #fff;margin-bottom: 20px;text-align: center;}
.coop-ly form {
  width: 100%;
}
.coop-ly form input {
  width: 28%;
  height: 45px;
  border: none;
  text-indent: 2rem;
}
.coop-ly form button {
  width: 120px;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

.service-01 form {
  margin-top: 80px;
}
.service-01 form input {
  width: 28%;
  height: 50px;
  text-indent: 2rem;
  border: 2px solid #d93430;
}
.service-01 form button {
  width: 120px;
  border: none;
  background-color: #d93430;
  color: #fff;
  cursor: pointer;
}
.service-02 {
  background-color: #f5f5f5;
}

.cat-01 {
  width: 100%;
  background-color: #fafafa;
  padding-top: 120px;
}
.cat-01 .cat-01-left {
  width: 40%;
  box-sizing: border-box;
}
.cat-01 .cat-01-left ul {
  margin-top: 80px;
}
.cat-01 .cat-01-left ul li {
  margin-top: 30px;
  width: 100%;
  line-height: 30px;
  overflow: hidden;
  padding: 10px 10px 10px 40px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 10px center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cat-01 .cat-01-left ul li:first-child {
  background-image: url(../images/contact_ico1.png);
}
.cat-01 .cat-01-left ul li:nth-child(2) {
  background-image: url(../images/contact_ico2.png);
}
.cat-01 .cat-01-left ul li:nth-child(3) {
  background-image: url(../images/contact_ico4.png);
}
.cat-01 .cat-01-left ul li:last-child {
  background-image: url(../images/contact_ico5.png);
}
.cat-01 .cat-01-left h4 {
  font-size: 30px;
  font-weight: 600;
}
.cat-01 .cat-01-left h5 {
  margin-top: 20px;
  line-height: 50px;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  text-transform: uppercase;
}
.cat-01 .cat-01-left h5:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 50%;
  background-color: #d93430;
}
.cat-01 .cat-01-left p {
  margin-top: 10px;
}
.cat-01 .cat-01-left form {
  margin-top: 30px;
}
.cat-01 .cat-01-left form input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-top: 30px;
}
.cat-01 .cat-01-left form textarea {
  height: 160px;
  background: #fff;
  font-size: 15px;
  color: #666;
  padding: 15px;
  line-height: 24px;
  border: 1px solid #eee;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  margin-top: 30px;
  outline: none;
  font-family: none;
}
.cat-01 .cat-01-left form button {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0;
  border: none;
  height: 50px;
  color: #fff;
  background-color: #d93430;
}
.zxdt_box {
  position: fixed;
  width: 48%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  right: 0;
  top: 0;
  padding-top: 80px;
  box-sizing: border-box;
}
.zxdt_box .zxdt {
  width: 100%;
  height: 100%;
}
.zxdt_box .bddt_box {
  width: 100%;
  height: 100%;
}
.zxdt_box .bddt {
  width: 100%;
  height: 100%;
}
.news_inner {
  width: 100%;
  background: #fff;
}
.news_inner img {
  margin: 0 auto;
  display: inline-block;
}
.news_inner .ym_tit {
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.news_inner p:nth-child(2) {
  text-align: center;
 
  font-size: 14px;
}
.news_inner span {
  padding: 20px 0;
  display: block;
  font-size: 14px;
  color: #6f7173;
}
.news_inner span img {
  max-width: 100% !important;
  height: auto!important;
}
.news_inner .qh {
  width: 100%;
  margin-top: 30px;
  height: 60px;
  line-height: 30px;
}
.news_inner .qh em:first-child {
  float: left;
  display: block;
}
.news_inner .qh em:last-child {
  float: right;
  display: block;
}
.news_inner .qh em a {
  color: #333;
  display: inline-block;
}
.news_inner .qh em a:hover {
  color: #00478B;
}
.product-info-l {
  width: 75%;
  padding-right: 40px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.product-info-l .pro-show {
  width: 100%;
  margin-top: 40px;
}
.product-info-l .pro-show .pro-pic {
  width: 30%;
  padding: 0px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.product-info-l .pro-show .pro-pic img {
  width: 100%;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}
.product-info-l .pro-show .pro-name {
  width: 65%;
}
.product-info-l .pro-show .pro-name h4 {
  color: #222;
  margin-bottom: 40px;
  text-align: left;
}
.product-info-l .pro-show .pro-name p {
  line-height: 36px;
  margin-top: 30px;
  color: #d93430;
  font-weight: 600;
}
.product-info-l .pro-show .pro-name p i {
  font-size: 17px;
  display: inline-block;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}
.product-info-l .pro-show .pro-name span {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  color: #d93430;
}
.product-info-l .pro-show .pro-name span i {
  font-size: 17px;
  display: inline-block;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}
.product-info-l .pro-show .pro-name a {
  width: 140px;
  line-height: 50px;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
.product-info-l .pro-show .pro-name a:last-child {
  margin-right: auto;
  margin-left: 50px;
  background-color: #d93430;
}
.product-info-l .pro-show .pro-name span {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  color: #d93430;
}
.pro-nr {
  margin-top: 30px;
  line-height: 36px;
}
.pro-nr .tab {
  width: 100%;
  background-color: #f5f5f5;
  box-sizing: border-box;
  overflow: hidden;
}
.pro-nr .tab p {
  line-height: 50px;
  float: left;
  width: 120px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}
.pro-nr .tab.active {
  background-color: #d93430;
  color: #fff;
}
.pro-nr .pro-js {
  padding: 20px;
  margin-top: 30px;
  max-height: 2400px;
  overflow: scroll;
  box-sizing: border-box;
}
.pro-nr .pro-js img{max-width: 100%!important;display: inline-block;}
.pro-nr .pro-js.active {
  display: block;
}
.pro-nr .pro-js td {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product-info-r {
  width: 25%;
  padding-left: 40px;
  box-sizing: border-box;
}
.product-info-r h5 {
  padding-left: 20px;
  line-height: 40px;
  position: relative;
  color: #222;
}
.product-info-r h5:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 24px;
  background-color: #d93430;
}
.product-info-r em {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  margin-top: 15px;
}
.product-info-r li {
  background-color: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
.product-info-r li .img_box {
  position: relative;
  height: 360px;
}
.product-info-r li .img_box img {
  width: 80%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.product-info-r li .img_box p {
  position: absolute;
  width: 100%;
  line-height: 50px;
  background-color: #d93430;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
}
.pic-big {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  left: 50%;
  top: 50%;
  display: none;
  transform: translate(-50%, -50%);
}
.pic-big .pic-big-box {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.pic-big .pic-big-box .img_box {
  width: 40%;
  height: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pic-big .pic-big-box .pic-esc {
  position: absolute;
  color: #fff;
  right: 15%;
  top: 16%;
  cursor: pointer;
}
.pic-big .pic-big-box .pic-esc img {
  width: 30px;
  height: 30px;
}
.pic-big .pic-big-box .pic-esc h5 {
  font-size: 17px;
  line-height: 30px;
  margin-left: 5px;
  font-weight: bold;
}

header .m-open{padding-top: 18px;transform: translateX(100%);opacity: 0;transition: all .6s;display: none;}
.m_nav{
  display: flex;
  align-items:center;
  position: relative;
}
.m_nav>button{
  background-color: rgba(0,0,0,0);
  border:none;
  width: 30px;
  height: 20px;
  position: relative;
}
.m_close{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
  display: none;
}
.m_nav em{
  width: 30px;
  height: 4px;
  background-color: #d93430;
  display: block;
  position: absolute;
}
.m_ht1{
  left: 0;
  top: 0;
  transition: all 0.8s;
}
.m_ht2{
  left: 0;
  top: 8px;
}
.m_ht3{
  left: 0;
  bottom:0;
  transition: all 0.8s;
}
    .m_htl_an{
      -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 7px;
  }
  .m_ht3_an{
      -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 7px;
  }
  .m_nav_box{
      width: 100%;
      height: 100%;
      position: fixed;
      background-color: rgba(0,0,0,.6);
      z-index: 999;
      left: 100%;
      opacity: 0;
      top: 58px;
    }
    .m_nav_list{
      width: 80%;
      height: 100%;
      background-color: #fff;
      margin-left:auto;
      overflow:auto;
      padding:10px;
      box-sizing: border-box;
      overflow: hidden;
    }
  .m_nav_list>dl{
    width: 100%;
    line-height: 40px;
    overflow:hidden;
  }
  .m_nav_list>dl>dt{
    background-color: #f5f5f5;
    position: relative;
    box-sizing: border-box;
  }
  .m_nav_list>dl>dt:after{
    position: absolute;
    width: 20px;
    height: 1px;
    background:#fff;
    content:"";
    bottom: 0;
    left: 0;
  }
  .m_nav_list>dl>dt>a{
    color: #333;
    font-size: 14px;
    padding: 0 0 0 20px;
    height: auto;
  }
  .m_nav_list>dl>dd{
    width: 32%;
    float: left;
    box-sizing: border-box;
  }
  .m_nav_list>dl>dd>a{
    color: #333;
    font-size: 14px;
    padding-right: 10px;
    padding: 0;
    height: auto;
  }
