html {
  font-size: 10px;
}
body {
  color: #333333;
  /*font-family: 'PingFang SC','microsoft yahei' ;*/
   font-family: 'microsoft yahei'!important;
  background: #fff;
  overflow-x: hidden;
  font-size: 1.6rem!important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
    font-family:'PingFang SC', sans-serif，'microsoft yahei';
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333333;
  text-decoration: none!important;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: inherit;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
}
.PC_container {
  width: 1480px;
  margin: 0 auto;
}


/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "albbRegular";font-weight: 400;src: url("http://at.alicdn.com/wf/webfont/fQiz5HM3LMBF/M2XKoLrqFFXH.woff2") format("woff2"),
  url("http://at.alicdn.com/wf/webfont/fQiz5HM3LMBF/2zfrPIZA61eQ.woff") format("woff");
  font-display: swap;
}

/*公共样式勿删除*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
}
.pic {
  overflow: hidden;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

.header {
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  padding: 0 8rem;
  z-index: 999;
  line-height: 10rem;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
}

.header .logo {
  width: 33.3rem;
  height: 6.9rem;
  background: url(/skin/images/logo.svg) center no-repeat;background-size: 100% 100%;
  display: block;
}
.header .flex {
  justify-content: space-between;
}
.header .nav {
  display: flex;
  align-items: center;
}
.header .nav > li {
  position: relative;
  margin-right: 3.5rem;
}
.header .nav > li > a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  position: relative;
}
.header .nav > li.on > a:after {
  content: "";
  border-bottom: 3px solid #cf121c;
  width: 100%;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.header .nav .sicon {
  margin-left: 3rem;width: 15px;height: 16px;background: url(/skin/images/search.png) center no-repeat;
}
.header .nav .tel {
  font-size: 2rem;
  font-family: DIN;
}

.header.on,.header_info{background: #fff;box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);}
.header.on .logo,.header_info .logo{background: url(/skin/images/logo_on.svg) center no-repeat;background-size: 100% 100%;}
.header.on .nav > li > a,.header_info .nav > li > a{color: #333;}
.header.on .nav .sicon,.header_info .nav .sicon{background: url(/skin/images/search_on.png) center no-repeat;}
.header.on .nav .tel,.header_info .nav .tel{color: #cf131b;}
.header.on .m_nav i{background-color: #666;}
.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:#fff;
  z-index: -1;
  opacity: 0;
}

.ws-wap-menu.on {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 4rem;
  z-index: 998;
  opacity: 1;
}

.ws-wap-menu a:hover,
.ws-wap-menu a:active {
  opacity: 1;
}

.ws-wap-menu ul {
  width: 100%;
  border-top: 1px solid #ddd;
  flex-grow: 0;
  flex-shrink: 0;
}

.ws-wap-menu ul li {
  padding: 0 2rem 0 3rem;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.ws-wap-menu ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 1.5rem;
  top: 2.3rem;
  background-color: #ddd;
}
.ws-wap-menu ul li a {
  display: block;
  line-height: 5.2rem;
  font-size: 1.6rem;
}

.ws-wap-menu ul li.has-sub-nav {
  position: relative;
}

.ws-wap-menu ul li.has-sub-nav a {
  display: inline-block;
}

.ws-wap-menu ul li.has-sub-nav:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 2.2rem;
  right: 2rem;
}

.ws-wap-menu ul li.on.has-sub-nav:after {
  border-width: 1px 0 0 1px;
}

.ws-wap-menu ul li .sub-nav {
  padding: 1rem 0;
  font-size: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ws-wap-menu ul li.on .sub-nav {
  display: flex;
}

.ws-wap-menu ul li .sub-nav a {
  font-size: 1.4rem;
  line-height: 4rem;
  color: #858585;
  width: 33.3333%;
}
.ws-wap-menu ul li .sub-nav a:hover {
  color: #666;
}
.ws-wap-menu .middle {
  flex-grow: 1;
  padding-top: 4rem;
  width: 80%;
}

.ws-wap-menu .search {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 3rem;
  margin-top: 1.5rem;
  padding: 0.5rem 1.5rem;
}

.ws-wap-menu .search input {
  width: 100%;
  height: 3rem;
  background: none;
}

.ws-wap-menu .make-phone-call {
  width: 80%;
  height: 5rem;
  background-color: #d11c20;
  border-radius: 1rem;
  display: flex;color: #fff;
  justify-content: center;
  align-items: center;
}

.ws-wap-menu .make-phone-call span {
  display: inline-block;
  padding-left: 1rem;
  font-size: 2rem;
}
.rightside {
  position: fixed;
  width: 50px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  right: 10px;
  top: 50%;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  transform: translate(0, -50%);
  z-index: 99;
}
.rightside li {
  position: relative;
}
.rightside li.totop{display: none;}
.rightside li a {
  display: block;
  padding: 8px 0;
}
.rightside i {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 24px;
  background-image: url(/skin/images/side_03.png);
  background-repeat: no-repeat;
}
.rightside li:hover a{color: #d11c20;}
.rightside li:hover i{background-image: url(/skin/images/side_04.png);}
.rightside i.i2 {
  background-position: 0 -52px;
}
.rightside i.i3 {
  background-position: 0 -106px;
}
.rightside i.i4 {
  background-position: 0 -155px;
}
.rightside dl {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  padding: 15px;
  right: 77px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 14px;
  color: #999999;
  text-align: left;
  display: none;
}
.rightside dl::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}
.rightside dd b {
  font-size: 24px;
  color: #d11c21;
}
.rightside dd .sm {
  font-size: 16px;
}
.rightside img {
  width: 100%;
}
.rightside li:hover dl {
  display: block;
}

.mask1 {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}
.dialog1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 610px;
  max-width: 95%;
  background: #fff;
  padding: 65px;
  transform: translate(-50%, -50%);
}
.dialog1 input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  padding: 0 15px;
  background: #f3f3f3;
  font-size: 16px;
  margin-top: 15px;
}
.dialog1 p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  padding: 10px 0;
}
.dialog1 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}
.dialog1 textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  padding: 15px;
  background: #f3f3f3;
  font-size: 16px;
  margin-top: 15px;
  resize: none;
  font-family: inherit;
}
.dialog1 .btn {
  width: 100%;
  margin-top: 45px;
  height: 70px;
  color: #fff;
  border-radius: 40px;
  background: #d11c21;
  font-size: 18px;
  font-weight: bold;
}
.dialog1 .close {
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 60px;
  top: 60px;
  background: url(/skin/images/side_07.png) center no-repeat;
}
.mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1480px;
  background: #f1f1f1;
  padding:4rem 7.5rem;
  transform: translate(-50%, -50%);
}
.dialog table{width: 100%;}
.dialog .hd{border-bottom: 1px solid #ddd;padding-bottom: 3rem;}
.dialog .hd a{display: inline-block;width: 10.2rem;line-height: 4rem;background-color: #fff;border-radius: 3rem;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);text-align: center;font-size: 1.4rem;}
.dialog .hd .flex_item{font-size: 3.4rem;font-weight: bold;}
.dialog .hd .flex_item span{color: #fff;display: inline-block;font-size: 2rem;background-color: #d0131b;padding: 0.5rem 2.5rem;border-radius: 3rem;}
.dialog .bd{display: flex;justify-content: space-between;max-height: 67vh;overflow-y: auto;}
.dialog .bd .box>.flex{padding: 4rem 0 2rem;}
.dialog .bd dl{padding-left: 1.5rem;}
.dialog .bd dl dt{font-size: 2.4rem;}
.dialog .bd dl dd{color: #6f6f6f;margin-top: 0.8rem;}
.dialog .bd .box{width: 45%;}
.dialog .bd .left .input{width: 100%;height: 4.2rem;padding-left: 1.5rem;}
.dialog .bd .left table{font-size: 1.4rem;white-space: nowrap;}
.dialog .bd .left table td{padding: 0.5rem;text-align: right;}
.dialog .bd .left table .form{display: flex;align-items: center;}
.dialog .bd .left table .form span{width: 3rem;padding-left: 1rem;}
.dialog .bd .left h4{font-size: 1.4rem;padding: 5rem 0 1rem;}
.dialog .bd .right .table{background-color: #fff;}
.dialog .bd .right .table .info .flex{border-bottom: 1px solid #ddd;text-align: center;line-height: 3.2rem;}
.dialog .bd .right .table .info .flex input{border: 1px solid #ddd;width: 5rem;height: 2.4rem;text-align: center;line-height: 2.4rem;margin-left: 2rem;}
.dialog .bd .right .table .info{padding: 2rem 3rem;font-size: 1.4rem;color: #666;}
.dialog .bd .right .table .tbody{height: 27.3rem;overflow-y: auto;}
.dialog .bd .right .fot{display: flex;align-items: flex-end;padding: 2rem 0;line-height: 2.2rem;}
.dialog .bd .right .fot li span{color: red;}
.dialog .bd .right .fot input{border-bottom: 1px solid #ddd;width: 10rem;margin-left: 1rem;}
.dialog .bd .right .table h3{color: #fff;font-size: 1.8rem;font-weight: bold;line-height: 5rem;padding-left: 3rem;background-color: #cf121c;}
.dialog .ft{text-align: right;margin-top: 20px;}
.dialog .ft a{display: inline-block;width: 19.7rem;line-height: 5.2rem;border-radius: 3rem;color: #fff;text-align: center;font-size: 1.4rem;font-weight: bold; background-color: #cf121c;}
.searchdialog {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.searchdialog .search {
  width: 60rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem 3rem;
  border-radius: 4rem;
}
.searchdialog .search input {
  width: 100%;
  font-size: 1.8rem;
  height: 4rem;
}
.sicon {
  cursor: pointer;
}
.searchdialog .close {
  color: #fff;
  font-size: 5rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.footer {
  color: #fff;
  background-color: #000000;
}
.footer .PC_container {
  position: relative;
  padding-top: 13rem;
}
.footer .hd {
  padding: 4rem 6rem;
  border-radius: 1rem;
  background-color: #181818;
  position: absolute;
  top: -7.5rem;
  left: -6rem;
  right: -6rem;
}
.footer .hd p {
  font-size: 2rem;
  color: #8c8b8b;
  margin-top: 2rem;
}
.footer .hd h3 {
  font-size: 3rem;
}
.footer .hd h3 b {
  color: #e0131e;
}
.footer .hd dl {
  background: url(/skin/images/home_123.png) left 5px no-repeat;
  height: 12rem;
  padding: 3rem 0 0 2.5rem;
  margin-right: 5rem;
  position:relative;
}
.footer .hd dl dt {
  padding: 0 0 0.5rem 1.5rem;
}
.footer .hd dl span {
  color: #6fcff3;
  font-size: 1.8rem;
  background-color: #2d3135;
  border-radius: .5rem;
  line-height: 2.4rem;
  padding: 0 .8rem;
  vertical-align: middle;
  margin-right: .5rem;
} 
.footer .hd .code {
  display: flex;
  border-radius: 1rem;
  background-color: #fff;
  padding: 1rem;
  font-size: 1.4rem;
  color: #333;
  align-items: center;
}
.footer .hd .code span {
  writing-mode: vertical-lr;
  padding: 0 .5rem 0 1rem;
}
.footer .bd {
  display: flex;
  padding: 4rem 0;
  justify-content: space-between;
  align-items: center;
}
.footer .bd a {
  color: #fff;
  margin-left: 5rem;
}
.footer .ft {
  display: flex;
  border-top: 1px solid #383838;
  padding: 6rem 0;
  line-height: 3rem;
}
.footer .ft p {
  margin-top: 1.5rem;
}
.footer .ft li + li {
  margin-top: 2rem;
}
.footer .ft li img {
  margin-right: 1.5rem;
}
.footer .ft li span,.footer .ft li a {
  font-size: 2.8rem;color: #fff;
  vertical-align: middle;
}

.footer .ft .btn {
  display: block;
  width: 16.6rem;
  line-height:5rem;
  height: 5rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #cf121c;
  color: #fff;
  text-align: center;
  padding:0;
}
.footer .copy {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #8c8c8c;
  padding: 4rem 0;
  border-top: 1px solid #383838;
}
/**/

.homepage .banner {
  position: relative;
}

.homepage .banner img{
width:100%; object-fit: cover;
}



.homepage .banner h3 {
  font-weight: bold;
  font-size: 6rem;
}
.homepage .banner h4 {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
.homepage .banner .bd {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translate(0, -50%);
  color: #fff;
  transition: all 1s;
  font-size: 2.4rem;
}
.homepage .banner .ani-slide .bd {
  top: 55%;
}
.homepage .title {
  text-align: center;
}
.homepage .title h2 {
  font-size: 4.4rem;
  font-family: "albbRegular";
}
.homepage .title p {
  color: #666666;
  margin-top: 1.5rem;
}
.more {
  vertical-align: middle;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 5rem;
  transition: all 0.3s;
  width: 17.6rem;
  height: 5rem;
  border-radius: 3rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  position: relative;
}
.more:hover{background-color: #cf131b;color: #fff;}
.more:hover i{ background: url(/skin/images/home_24.png) center no-repeat;}
.more i {
  width: 1.3rem;
  height: 1.3rem;
  background: url(/skin/images/home_42.png) center no-repeat;
  display: inline-block;
  margin-left: 1rem;
}

.homepage .a {
  padding: 3rem 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
}
.homepage .a ul {
  display: flex;
  justify-content: space-between;
}
.homepage .a img {
  margin-right: 1.5rem;
}
.homepage .a i {
  display: block;transition: all 0.5s;
  width: 2.2rem;
  height: 1.4rem;
  background: url(/skin/images/home_18.png) center no-repeat;
  margin-left: 1rem;
}
.homepage .a li:hover i{transform: translateX(10px);}
.homepage .b {
  padding: 9rem 0;
  position: relative;
}
.homepage .b .tabtitle {
  display: flex;
  margin-top: 5rem;
}
.homepage .b .tabtitle li {
  flex: 1;cursor: pointer;
  text-align: center;
}
.homepage .b .tabtitle li.on,
.homepage .b .tabtitle li.on dd {
  color: #cf131b;
}
.homepage .b .tabtitle li.on span {
 /* background: #cf131b;*/
  border-color: #cf131b;
}

.homepage .b .tabtitle li span {
    padding:0; margin:0;
  display: block;
  overflow: hidden;
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
 /* border: 1px solid #8e8e8e;*/
  margin: 0 auto;
}
.homepage .b .tabtitle li dd {
  font-size: 1rem;
  text-transform: uppercase;
  color: #a6a6a6;
}
.homepage .b .tabtitle li dt {
  margin: 1rem 0 .5rem;
}
  .homepage .b .tabtitle li i {
  display: inline-block;
  width: 8.4rem;
  height: 8.4rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size:100%; 
}

.homepage .b .tabtitle li.on i {

 background-position: 0;
 background-size:100%; 
}
  .homepage .b .tabtitle li:nth-child(1) i{   background-image: url(/skin/images/icon01.svg);    }
  .homepage .b .tabtitle li:nth-child(1).on i { background-image: url(/skin/images/icon01_on.svg);}
  .homepage .b .tabtitle li:nth-child(2) i{   background-image: url(/skin/images/icon02.svg);   }
  .homepage .b .tabtitle li:nth-child(2).on i { background-image: url(/skin/images/icon02_on.svg);}
  .homepage .b .tabtitle li:nth-child(3) i{   background-image: url(/skin/images/icon03.svg);   }
  .homepage .b .tabtitle li:nth-child(3).on i { background-image: url(/skin/images/icon03_on.svg);}
  .homepage .b .tabtitle li:nth-child(4) i{   background-image: url(/skin/images/icon04.svg);   }
  .homepage .b .tabtitle li:nth-child(4).on i { background-image: url(/skin/images/icon04_on.svg);}
  .homepage .b .tabtitle li:nth-child(5) i{   background-image: url(/skin/images/icon05.svg);   }
  .homepage .b .tabtitle li:nth-child(5).on i { background-image: url(/skin/images/icon05_on.svg);}
  .homepage .b .tabtitle li:nth-child(6) i{   background-image: url(/skin/images/icon06.svg);   }
  .homepage .b .tabtitle li:nth-child(6).on i { background-image: url(/skin/images/icon06_on.svg);}
  .homepage .b .tabtitle li:nth-child(7) i{   background-image: url(/skin/images/icon07.svg);   }
  .homepage .b .tabtitle li:nth-child(7).on i { background-image: url(/skin/images/icon07_on.svg);}
  .homepage .b .tabtitle li:nth-child(8) i{   background-image: url(/skin/images/icon08.svg);   }
  .homepage .b .tabtitle li:nth-child(8).on i { background-image: url(/skin/images/icon08_on.svg);}
/*.homepage .b .tabtitle li .i2,.homepage .b .tabtitle li.on .i2 {
  background-position: -166px 0;
}
.homepage .b .tabtitle li .i3,.homepage .b .tabtitle li.on .i3  {
  background-position: -334px 0;
}
.homepage .b .tabtitle li .i4,.homepage .b .tabtitle li.on .i4  {
  background-position: -500px 0;
}
.homepage .b .tabtitle li .i5,.homepage .b .tabtitle li.on .i5  {
  background-position: -668px 0;
}
.homepage .b .tabtitle li .i6,.homepage .b .tabtitle li.on .i6  {
  background-position: -836px 0;
}
.homepage .b .tabtitle li .i7,.homepage .b .tabtitle li.on .i7  {
  background-position: -1003px 0;
}
.homepage .b .tabtitle li .i8,.homepage .b .tabtitle li.on .i8  {
  background-position: -1170px 0;
}*/



.homepage .b .bd {
  padding: 5rem 0;
}
.homepage .b .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1.4rem;
}
.homepage .b .bd ul li {
  width: 25%;
  padding: 1.4rem;
}

.homepage .b .bd ul li img {
 height: auto;
 
}




  
  
  
  

.homepage .b .bd a {
  display: block;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;border-radius: .5rem;overflow: hidden;
  color: #666;
}
.homepage .b .bd dl {
  padding: 2rem 3rem;
}
.homepage .b .bd dl dt {
  font-size: 2.0rem;
  margin: 1.5rem 0;
  color: #333;
}
.homepage .b .bd dl span {
  display: block;
  line-height: 3.5rem;
  background: url(/skin/images/1_23.png) left center no-repeat;
  padding-left: 4.5rem;
}
.homepage .b .ft {
  text-align: center;
}
.homepage .c {
  padding: 9rem 0;
  background-color: #f4f4f4;
}
.homepage .c .hd {
  display: flex;
}
.homepage .c .hd .title {
  text-align: left;
}
.homepage .c .hd dl {
  text-align: right;
}
.homepage .c .hd dl dt {
  color: #666;
}
.homepage .c .hd dl dd {
  font-size: 2rem;
  margin-top: 1rem;
}
.homepage .c .bd {
  display: flex;
  margin: 7.5rem 0;
}
.homepage .c .bd .left {
  width: 40%;
}
.homepage .c .bd .left h3 {
  font-size: 2.4rem;
}
.homepage .c .bd .left h3 span {
  display: inline-block;
  font-size: 2.2rem;
  background-color: #ec272f;
  color: #fff;
  padding: .6rem 2rem;
  border-radius: 3rem;
  margin-left: 1rem;
}
.homepage .c .bd .left ol {
  display: flex;
  flex-wrap: wrap;
}
.homepage .c .bd .left ol li {
  width: 50%;
  padding-right: 5.5rem;
  margin-top: 7rem;
}
.homepage .c .bd .left ol dt {
  font-size: 3rem;
  padding: 1.5rem 0;
}
.homepage .c .bd .left ol dl {
  position: relative;
}
.homepage .c .bd .left ol dl:before {
  content: "";
  display: block;
  height: .4rem;
  background-color: #dedede;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.homepage .c .bd .left ol dl::after {
  content: "";
  display: block;
  height: .4rem;transition: all 0.5s;
  background-color: #d0131b;
  border-radius: 1rem;
  width: 6rem;
  position: absolute;
  left: 0;
  top: 0;
}
.homepage .c .bd .left ol dl:hover::after{width: 10rem;}
.homepage .c .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}
.homepage .c .bd ul li {
  width: 33.333%;
  padding: 1rem;
}
.homepage .c .bd ul li a {
  display: block;
  position: relative;
}
.homepage .c .bd ul li .flex {
  font-size: 1.5rem;
  padding: 0 2rem;
  align-items: stretch;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
  color: #fff;
}
.homepage .c .bd ul li .flex span {
  display: block;
  width: 5rem;
  height: 10.4rem;
  margin-right: 2rem;
  background-color: #d0131b;
  text-align: center;
  padding-top: 1rem;
}
.homepage .c .bd ul li .flex dt {
  font-size: 2.4rem;
  padding-bottom: .5rem;
}
.commonpart-1 {
  font-size: 1.4rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.commonpart-1 .side {
  padding: 3.5rem;
  width: 35.6rem;text-align: left;
  height: 26.1rem;
  background: url(/skin/images/home_55.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.commonpart-1 .side p {
  background: url(/skin/images/home_22.png) left center no-repeat;
  padding-left: 5rem;
  margin-top: 5.5rem;
}
.commonpart-1 .side dd {
  font-size: 2.4rem;
  margin-top: 1rem;
}
.commonpart-1 .side dt {
  font-size: 2.8rem;
}
.commonpart-1 .box {
  padding: 1.5rem;
}
.commonpart-1 .box ul {
  display: flex;
  flex-wrap: wrap;
  margin: -.3rem;
}
.commonpart-1 .box ul li {
  width: 33.333%;
  padding: .3rem;
}
.commonpart-1 .box ul .input {
  width: 100%;
  border: 1px solid #ddd;
  height: 4.8rem;
  padding-left: 1.5rem;
}
.commonpart-1 .box .upload {
  margin-top: .6rem;
  width:5rem;
  height:5rem;
  border: 0px solid #ddd;
  background: url(/skin/images/home_61-1.png) 100% center no-repeat #fff;
    padding: 3rem 5rem;
    margin: 0 0 0 3rem;
    background-size: 50% auto;
    background-position: 2.5rem;
    border-radius: 1rem;
}
.upload888{ background:#ededed;
/*height: 12rem;*/
padding-top:1rem;  margin-bottom: 1rem;}
.form-group{ display:flex; flex-wrap:nowrap; justify-content:space-between; width:90%; margin-left:3%;align-items:center;}
.form-group label{ width:15%; padding-top:2rem;}
.form-group .text{ width:75%; text-align:left; }
.form-group .text .text_placeholder{ color:#999; margin-top:1.5rem;}
.form-group input.headpic{ width:100%; border-bottom:1px #dedede solid; background:#ededed; height:3rem}
.for-group button.upload{width:10%;}

.commonpart-1 .box .upload dd {
  font-size: 1.3rem;
  margin-top: 1rem;
  color: #979696;
}
.commonpart-1 .box .upload dt {
  font-size: 1.6rem;
  color: #d0131b;
}
.commonpart-1 .box .code {
  width: 14.4rem;
  margin-left: .6rem;
}
.commonpart-1 .box .code img {
  border: 1px solid #ddd;
  padding: 1rem;
  width: 100%;
}
.commonpart-1 .box .code .btn {
  display: block;
  font-size: 1.8rem;
  line-height: 4.8rem;
  color: #fff;
  background-image: linear-gradient(to right, #ed2830, #cf131b);
  text-align: center;
  margin-top: 2rem;
}
.homepage .d {
  padding: 12rem 0;
}
.homepage .d .title {
  text-align: left;
}
.homepage .d .hd {
  margin-top: 5rem;
  max-width: 27rem;
}
.homepage .d .hd p {
  line-height: 3.2rem;
  margin-bottom: 6rem;
}
.homepage .d .hd p span {
  color: #cf141c;
}
.homepage .d .hd .logo {
  margin-top: 8rem;
}
.homepage .d .box {
    width: 500px;
    height: 500px;background: url(/skin/images/home.png) center no-repeat;
    position: relative;
  }

.homepage .d  .box,.homepage .d  .box * {
    box-sizing: border-box;
  }

.homepage .d  .box .square {
    position: absolute;
    width: 250px;
    height: 250px;
  }

.homepage .d   .box .square .static {
    width: 250px;
    height: 250px;
    position: relative;
    overflow: hidden;
  }

.homepage .d   .box .square .rote {
    width: 500px;
    height: 500px;
    border: 12px solid #595757;
    border-radius: 100%;
    position: absolute;
    transition: all 1s;
  }

.homepage .d   .box .square.first {
  }

.homepage .d   .box .square.first .rote {
    top: 0;
    left: 0;
    border-left: 12px solid #cf131b;
    transform: rotate(-45deg);
    /*transform: rotate(45deg);*/
  }

.homepage .d   .box .square.second {
    top: 0;
    right: 0;
  }

 .homepage .d  .box .square.second .rote {
    top: 0;
    right: 0;
    border-top: 12px solid #cf131b;
    transform: rotate(-45deg);
    /*transform: rotate(45deg);*/
  }

 .homepage .d  .box .square.third {
    top: 190px;
    right: 0;
  }

 .homepage .d  .box .square.third .rote {
    top: -190px;
    right: 0;
    border-right: 12px solid #cf131b;
    transform: rotate(-60deg);
    /*transform: rotate(0deg);*/
  }

 .homepage .d  .box .square.fourth {
    bottom: 0;
    left: 125px;
  }

 .homepage .d  .box .square.fourth .static {
    width: 350px;
    margin-left: -50px;
  }

 .homepage .d  .box .square.fourth .rote {
    border-bottom: 12px solid #cf131b;
    bottom: 0;
    left: -75px;
    transform: rotate(-95deg);
    /*transform: rotate(0deg);*/
  }

 .homepage .d  .box .square.fifth {
    top: 190px;
    left: 0;
  }

 .homepage .d  .box .square.fifth .rote {
    top: -190px;
    left: 0;
    border-left: 12px solid #cf131b;
    transform: rotate(-105deg);
    /*transform: rotate(0deg);*/
  }
.homepage .d .bd{margin: 100px 100px 0 0; position: relative;}
.homepage .d .bd dl{position: absolute;text-align: center;transition: all 0.5s;}
.homepage .d .bd dl dd{font-weight: bold;font-size: 18px;margin-top: 5px;}
.homepage .d .bd dt{position: relative;}
.homepage .d .bd p{transition: all 0.5s;display: none; font-size: 12px; padding: 0 20px 0 0;text-align: left; background: url(/skin/images/line.png) right bottom no-repeat; font-weight: normal;width: 153px;height: 80px;position: absolute;top: -80px;right: 100%;}
.homepage .d .bd dt span{transition: all 0.5s;top: -15px;left: -5px; display: block;width: 30px;height: 30px;border-radius: 50%;background-color: #6f6f6f;color: #fff;line-height: 30px;position: absolute;}
.homepage .d .bd dl i{display: block;width: 64px;height: 64px;margin: 0 auto;}
.homepage .d .bd dl .i1{background: url(/skin/images/fa-01.png) center no-repeat;}
.homepage .d .bd dl .i2{background: url(/skin/images/fa-02.png) center no-repeat;}
.homepage .d .bd dl .i3{background: url(/skin/images/fa-03.png) center no-repeat;}
.homepage .d .bd dl .i4{background: url(/skin/images/fa-04.png) center no-repeat;}
.homepage .d .bd dl .i5{background: url(/skin/images/fa-05.png) center no-repeat;}
.homepage .d .bd dl.on .i1{background: url(/skin/images/fa-r01.png) center no-repeat;}
.homepage .d .bd dl.on .i2{background: url(/skin/images/fa-r02.png) center no-repeat;}
.homepage .d .bd dl.on .i3{background: url(/skin/images/fa-r03.png) center no-repeat;}
.homepage .d .bd dl.on .i4{background: url(/skin/images/fa-r04.png) center no-repeat;}
.homepage .d .bd dl.on .i5{background: url(/skin/images/fa-r05.png) center no-repeat;}
.homepage .d .bd dl.on p{display: block;}
.homepage .d .bd dl.on dt span{background-color: #cf131b;}
.homepage .d .bd dl.on dd{color: #cf131b;}
.homepage .d .box .square.third dl dt span,.homepage .d .box .square.fourth dt span{left: auto; right:-5px;}
.homepage .d .box .square.third dl p,.homepage .d .box .square.fourth p{right: auto;left: 100%; text-align: right;padding: 0 0 0 20px;background: url(/skin/images/line1.png) left bottom no-repeat;}
.homepage .d .box .square.first dl{top:120px;left: -80px;}
.homepage .d .box .square.second dl{top: -100px;left: -36px;}
.homepage .d .box .square.third dl{top: -80px;right: -90px;}
.homepage .d .box .square.fourth dl{bottom: -40px;right: -100px;}
.homepage .d .box .square.fifth dl{bottom: -100px;left: 20px;}
.homepage .d .ft {
  height: 65.9rem;
  background: url(/skin/images/home_70.jpg) center no-repeat;
  background-size: cover;
  margin-top: 9rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.homepage .d .ft p {
  font-size: 2.8rem;
  line-height: 4.8rem;
  max-width: 77rem;
  position: relative;
}
.homepage .d .ft p::before {
  content: "";
  width: 4.5rem;
  height: 4.1rem;
  display: block;
  background: url(/skin/images/home_23.png) center no-repeat;
  position: absolute;
  left: 0;
  top: -8rem;
}
.homepage .d .ft .more {
  background-color: #eb262f;
  color: #fff;
}
.homepage .d .ft .more:hover{background-color: #fff;color: #eb262f;}
.homepage .d .ft .more:hover i{ background: url(/skin/images/home_42.png) center no-repeat;}
.homepage .d .ft .more i {
  background: url(/skin/images/home_24.png) center no-repeat;
}
.homepage .d .ft .name {
  font-size: 1.8rem;
  margin-top: 5rem;
}
.homepage .d .ft .name img {
  border-radius: 50%;
  margin-right: 1.5rem;
  width: 10.6rem;
  height: 10.6rem;
}
.homepage .e {
  padding: 0 0 9rem;
}
.homepage .e .hd {
  height: 36.6rem;
  background: url(/skin/images/home_73.jpg) center no-repeat;
  background-size: cover;
  margin-top: 5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 11.5rem;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  color: #fff;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
}
.homepage .e .hd .more {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.homepage .e .hd dl {
  letter-spacing: 1rem;
  font-size: 1.2rem;
}
.homepage .e .hd dt {
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
}
.commonpart-2 ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.commonpart-2 ul li{
    padding:0 3rem;
}
.commonpart-2 ul dl {
  background: url(/skin/images/home_27.png) center no-repeat;
  width: 19.5rem;
  height: 19.2rem;
  margin: 0 auto;
  padding-top: 2.5rem;
}
.commonpart-2 ul dd {
  font-size: 1.4rem;
  color: #666;
}
.commonpart-2 ul dt {
  font-size: 1.7rem;
  font-weight: bold;
  padding: .8rem 0;
}
.homepage .f {
  background-color: #f4f4f4;
  padding: 9rem 0 16.8rem;
}
.homepage .f .bd {
  margin-top: 8rem;
}
.homepage .f .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
.homepage .f .bd ul li {
  padding: 1.5rem;
  width: 16.666%;
}
.homepage .f .bd ul .pic {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

/**/
.banner_info {
  position: relative;
  z-index: 10;
}
.banner_info img {
  height: 58rem;
  width: 100%;
  object-fit: cover;
}
.banner_info dl {
  position: absolute;
  left: 50%;margin-top: 5rem;
  text-align: center;
  top: 50%;
  font-size: 2rem;
  color: #fff;
  transform: translate(-50%, -50%);
      
}
 .banner_info .casedeail_info dl{
    width: 1480px;
      text-align: left;
}

.banner_info dt {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.banner_info .code {margin-top: 3rem;}
.banner_info .code img{width: 11.3rem;height: 11.3rem;border-radius: 1rem;margin: 0 1.5rem;}
.banner_info .search{display: flex;align-items: center;padding: 0 3rem; overflow: hidden; width: 77rem;max-width: 95%;background-color: #fff;border-radius: 3rem;margin-top: 8rem;text-align: left;}
.banner_info .search input{width: 100%;height: 6rem;font-size: 1.6rem;}
.banner_info .search i{display: block;width: 1.8rem;height: 1.8rem;background: url(/skin/images/1_06.png) center no-repeat;}
.onestop .a {
  padding: 3.8rem 0;
}
.title_info {
  text-align: center;
  font-weight: bold;position: relative;
  text-transform: uppercase;
  line-height: 2.5rem;
}
.title_info p {
  font-size: 4.8rem;
  color: #f1f1f1;
}
.title_info b {
  font-size: 4rem;
  position: relative;
}
.onestop .b {
  padding: 9rem 0;
}
.onestop .b .bd {
  margin-top: 8rem;
}
.onestop .b .bd ul {
  display: flex;
  margin: -6rem;
  flex-wrap: wrap;
}
.onestop .b .bd ul li {
  width: 25%;
  padding: 6rem;
}
.onestop .b .bd ul li:hover img{transform:rotateY(360deg);}
.onestop .b .bd p {
  color: #666;
  line-height: 3rem;
  border-top: 1px solid #d2232a;
  padding-top: 4rem;
  margin-top: 4rem;
}
.onestop .b .bd h4 {
  font-weight: bold;
  line-height: 3.4rem;
  font-size: 2.2rem;
  margin-top: 4rem;
}
.onestop .c {
  padding: 9rem 0;
  background-color: #f4f4f4;
  text-align: center;
}
.onestop .c .bd {
  margin-top: 6rem;
}
.onestop .c .title_info p {
  color: #fff;
}
.onestop .d {
  padding: 9rem 0;
}
.onestop .d .title_info {
  text-align: left;
}
.onestop .d .title_info b,
.onestop .d .hd span {
  color: #d2232a;
}
.onestop .d .hd {
  font-size: 1.8rem;
  line-height: 3.6rem;
  max-width: 43.5rem;
  margin-top: 9rem;
}
.onestop .d .hd p {
  margin-bottom: 4rem;
}
.onestop .d .hd::after {
  content: "";
  display: block;
  width: 8.8rem;
  height: .5rem;
  background-color: #eaeaea;
  margin-top: 10rem;
}
.onestop .e {
  padding: 9rem 0;
  background: url(/skin/images/7_20.jpg) center no-repeat;
  background-size: cover;
  color: #9c9c9c;
  line-height: 3.6rem;
}
.onestop .e .title_info {
  color: #fff;
}
.onestop .e .title_info p {
  color: #323232;
}
.onestop .e .hd{margin:6rem;font-size:1.4rem;color:#535353;}
.onestop .e .hd dt{font-size:2rem;font-weight:bold;}
.onestop .e .hd i{display:block;width:6.1rem;height:6.1rem; background-image:url(/skin/images/7_02.png);background-repeat: no-repeat;margin-right: 1.5rem;}
.onestop .e .hd .i2{background-position: -326px 0;}
.onestop .e .hd .i3{background-position: -658px 0;}
.onestop .e .hd .i4{background-position: -981px 0;}
.onestop .e .hd .i5{background-position: -1304px 0;}
.onestop .e .hd .flex{cursor: pointer;}
.onestop .e .hd .swiper-slide-thumb-active dt{color: #fff;}
.onestop .e .hd .swiper-slide-thumb-active i{ background-image:url(/skin/images/7_02_on.png);}
.onestop .e .bd .pic{position: relative;border-radius: 10px;margin-right: 11rem;}
.onestop .e .bd .pic dl{position: absolute;bottom: 0;left: 0;width: 100%;background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) );color: #fff;padding: 3rem 5rem;}
.onestop .e .bd .pic dt{font-size: 1.8rem;font-weight: bold;color: #cf131b;padding-bottom: .5rem;}
.onestop .e .bd .pic span{padding-right: 1.5rem;}
.onestop .e .bd .pic em{font-style: normal;color: #cf131b;}
.onestop .e .tabcontent p{margin: 4rem 0;}
.onestop .e .tabcontent h3{display: flex;justify-content: space-between;text-transform: uppercase;}
.onestop .e .tabcontent h3 b{color: #fff;font-size: 3.6rem;}
.onestop .e .tabcontent .brdge span{margin-top: 3rem; display: inline-block;color: #fff;background-color: #cf131b;padding: .2rem 2.5rem;border-radius: 3rem;}
.onestop .e .tabtitle1{display: flex;text-align: center;}
.onestop .e .tabtitle1 li{flex: 1;cursor: pointer;}
.onestop .e .tabtitle1 li span{display: inline-block;padding: 2rem 0 1rem;border-bottom: 2px solid transparent;}
.onestop .e .tabtitle1 li .line{position: relative;}
.onestop .e .tabtitle1 li .line i{width: 1.1rem;height: 1.1rem;border-radius: 50%;display: block;margin: 0 auto;background-color: #5d5d5d;position: relative;}
.onestop .e .tabtitle1 li .line:before{content: '';border-bottom: 1px solid #5d5d5d;position: absolute;top: 50%;left: 0;right: 0;}
.onestop .e .tabtitle1 li:first-child .line:before{left: 50%;}
.onestop .e .tabtitle1 li:last-child .line:before{right: 50%;}
.onestop .e .tabtitle1 li.on span{color: #fff;border-bottom: 2px solid #cf131b;}
.onestop .e .tabtitle1 li.on .line i{background-color: #cf131b;}
.onestop .e .tabtitle1 li.on .line i::after{content: '';background-color: #cf131b;width: 1.9rem;height: 1.9rem;opacity: 0.5;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;}
.onestop .f{padding: 9rem 0;}
.onestop .f .bd{position: relative;margin-top: 7rem;}
.onestop .f .bd dd{font-size: 1.4rem;color: #666;background: url(/skin/images/5_53.png) right center no-repeat;}
.onestop .f .bd dt{font-size: 2.2rem;line-height: 3rem;margin: 2rem 0 3rem;word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.onestop .f .bd dl{border-bottom: 1px solid #ddd;padding-bottom: 2.5rem;}
.onestop .f .bd .pic{border-radius: 5px;}
.onestop .f .bd .swiper-button-next,.onestop .f .bd .swiper-button-prev{border-radius: 50%;width: 5.8rem;height: 5.8rem;color: #999;border: 1px solid #ddd;margin-top: -10rem;}
.onestop .f .bd .swiper-button-next{right: -8rem;color: #fff;background-color: #cf131b;border-color: #cf131b;}
.onestop .f .bd .swiper-button-prev{left: -8rem;}
.onestop .f .bd .swiper-button-next:after,.onestop .f .bd .swiper-button-prev:after{font-size: 1.8rem;}
.onestop .g{padding: 0 0 19rem;}
.onestop .g .bd{margin-top: 8rem;}
.onestop .g .bd ul{display: flex;flex-wrap: wrap;margin: -1.4rem;}
.onestop .g .bd ul li{width: 50%;padding: 1.4rem;}
.onestop .g .bd ul a{border-radius: .5rem;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);padding: 4rem;font-size: 1.4rem;}
.onestop .g .bd ul dd{color: #666;margin-top: 1rem;}
.onestop .g .bd ul a:hover dt{color: #cf131b;background: url(/skin/images/home_18.png) 95% center no-repeat;}
.onestop .g .bd ul dt{transition: all 0.5s; font-weight: bold;font-size: 2rem;background: url(/skin/images/home_18.png) right center no-repeat;}
.onestop .g .bd ul img{margin-right: 2rem;}
/**/
.case .a{background-color: #fff;padding: 3.5rem 0;text-align: center;}
.case .a li{display: inline-block;vertical-align: middle;text-align: left;font-weight: bold;font-size: 14px;}
.case .a li+li{margin-left: 17rem;}
.case .a li img{margin-right: 3rem;}
.case .a li dd{color: #afafaf;text-transform: uppercase;margin-top: 1rem;}
.case .a li dt{font-weight: bold;font-size: 1.8rem;background: url(/skin/images/home_18.png) right center no-repeat;min-width: 158px;}
.homepage .b_case{background-color: #f4f4f4;}
.homepage .b_case .title_info p{color: #fff;}
.homepage .b_case .bd a{background-color: #fff;margin: 1.5rem;border-radius: .5rem;overflow: hidden;}
.homepage .b_case .bd{position: relative;padding-bottom: 0;}
.homepage .b_case .swiper-button-next,.homepage .b_case .swiper-button-prev{width: 3rem;height: 3rem;color: #fff;background-color: #ccd1d6;border-radius: 50%;}
.homepage .b_case .swiper-button-next::after,.homepage .b_case .swiper-button-prev::after{font-size: 2.2rem;}
.homepage .b_case .swiper-button-next{right: -7rem;background-color: #cf131b;}
.homepage .b_case .swiper-button-prev{left: -7rem;}
.title_info .share{display: block;width: 3.8rem;height: 3.8rem;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);position: absolute;right: 0;background: url(/skin/images/1_12.png) center no-repeat #fff;border-radius: 50%;top: 40%;}
.homepage .b .bd ul li.lg{width: 75%;}
.homepage .b .bd ul li.lg .flex{box-shadow: 0 0 10px rgb(0 0 0 / 10%);border-radius: .5rem;overflow: hidden;font-size: 1.4rem;line-height: 2.4rem;}
.homepage .b .bd ul li.lg dl{padding: 0 5rem;}
.homepage .b .bd ul li.lg .pic img{height: 36.3rem;width: 63.8rem;}
.homepage .b .bd ul li.lg dl p{margin-top: 4rem;}
.homepage .b .bd ul li.lg dt{display: flex;align-items: center;justify-content: space-between;}
.homepage .b .bd ul li.lg dt em{font-size: 1.4rem;font-style: normal;color: #666;}
/**/
.caseitem .a{padding: 5rem 0 8rem;}
.caseitem .a dt{font-weight: bold;}
.caseitem .a dd{line-height: 3rem;color: #666;margin-top: 1rem;}
.caseitem .a dl+dl{margin-top: 5rem;}
.caseitem .a .flex{align-items: stretch;}
.caseitem .a h2{font-size: 4.4rem;margin-top: 3rem;}
.caseitem .a p{font-size: 14px;color: #666;padding: 5rem 0 3rem;}
.caseitem .a h4{font-size: 18px;color: #666;margin-top: 2rem;}
.caseitem .a .share{text-align: right;padding-bottom: 15px;}
.caseitem .a .download a{margin-right: 1rem;}
.caseitem .a .share a,.caseitem .a .download a{display: inline-block;width: 38px;height: 38px;line-height: 38px;text-align: center;border-radius: 50%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.caseitem .a h4::after{content: '';background-color: #cf131b;width: 56px;height: 2px;display: block;margin-top: 3rem;}
.caseitem .b{background-color: #f4f4f4;padding: 8rem 0 19rem;}
.caseitem .b .main{display: flex;}
.caseitem .b .side{margin-left: 12rem;width: 25rem;}
.caseitem .b .side .title{font-size: 26px;padding-bottom: 4rem;}
.caseitem .b .side li{margin-bottom: 3rem;background-color: #fff;border-radius: 1rem;overflow: hidden;box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);}
.caseitem .b .side li p{line-height: 5rem;margin: 0 2rem;background: url(/skin/images/2_27.png) right center no-repeat;}
.caseitem .b .side .box{padding-top: 4rem; background-color: #fff;border-radius: 1rem;overflow: hidden;box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);text-align: center;font-size: 14px;}
.caseitem .b .side .box dl{border-top: 1px solid #ddd;padding: 3rem 0;margin-top: 4rem;}
.caseitem .b .side .box dd{font-size: 22px;color: #cf131b;margin-top: 2rem;}
.caseitem .b .side .box p{margin-top: 15px;}
.caseitem .b .side .box h4{font-size: 2rem;color: #cf131b;text-transform: uppercase;letter-spacing: 1rem;margin-bottom: 2rem;}
.caseitem .b .bd{color: #666;line-height: 3rem;}
.caseitem .b .bd p{margin-top: 3rem;}
.caseitem .b .bd p span{color: #cf131b;}
.caseitem .b .bd .pic{margin-top: 3rem;}
.caseitem .b .bd h3{position: relative;padding-left: 2rem;margin-top: 5rem;}
.caseitem .b .bd h3::after{content: '';display: block;width: 9px;height: 9px;background-color: #cf131b;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.caseitem .b .ft{margin-top: 8rem;display: flex;align-items: center;justify-content: space-between;}
.caseitem .b .ft .btn{width: 156px;line-height: 5rem;background-color: #fff;border-radius: 3rem;box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);text-align: center;font-size: 14px;}
.caseitem .b .ft .prev{display: block;width: 96px;height: 13px;background: url(/skin/images/2_28.png) center no-repeat;}
.caseitem .b .ft .next{display: block;width: 96px;height: 13px;background: url(/skin/images/2_30.png) center no-repeat;}
.caseitem .b .ft a:hover{transform: translateY(-6px);}
/**/

.newsitem{background-color: #f4f4f4;padding:10rem 0 19rem;}
.bread_news{padding: 4rem 0;font-size: 14px;color: #666;}
.bread_news .flex_item{word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}


.bread_news .flex_item a{ background:none!important; margin-right:10px;

display: inline-block;
    width:auto !important;;
    line-height: 5rem!important;;
    text-align: center!important;;
    background-color:none!important;;
    border-radius: 0px!important;;
    font-size: 14px!important;;
    box-shadow: none!important;;
}


.newsitem .main{display: flex;}
.newsitem .bread_news a,
.newsitem .ft .btn{display: inline-block;width: 158px;line-height: 5rem;text-align: center;background-color: #fff;border-radius: 30px;font-size: 14px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.newsitem .main .side{width: 326px;margin-left: 5rem;font-size: 14px;line-height: 24px;}
.newsitem .main .side .box{background-color: #fff;margin-bottom: 3rem;}
.newsitem .main .side ul{padding: 0 2rem;}
.newsitem .main .side ul li{padding: 15px 0;border-bottom: 1px solid #eee;}
.newsitem .main .side ul .pic{width: 79px;margin-right: 1rem;}
.newsitem .main .side ul .flex_item{word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.newsitem .main .side ol{padding: 2rem;display: flex;justify-content: space-between;text-align: center;}
.newsitem .main .side ol img{border-radius: 1rem;box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);margin-bottom: 1rem;width: 113px;}
.newsitem .title{padding: 15px 3rem;border-bottom: 1px solid #ddd;font-size: 18px;color: #666;}
.newsitem .bd{padding: 5rem;background-color: #fff;}
.newsitem .bd .box{color: #666;line-height: 3rem;}
.newsitem .bd .box p{margin-top: 3rem;}
.newsitem .bd .box img{margin-top: 3rem;}
.newsitem .bd h1{font-size: 3rem;}
.newsitem .data{border-bottom: 1px solid #ddd;color: #666;font-size: 14px;padding: 2rem 0;}
.newsitem .data span{padding-right: 2rem;}
.newsitem .ft{display: flex;align-items: center;justify-content: space-between;margin-top: 6rem;font-size: 14px;}
.newsitem .bottom{background-color: #fff;border-radius: 5px;margin-top: 8rem;box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);}
.newsitem .bottom ul{display: flex;justify-content: space-between;padding: 3rem 5rem;}
.newsitem .bottom ul li{width: 45%;}
.newsitem .bottom ul li img{margin-right: 2rem;}
.newsitem .bottom ul li a{align-items: stretch;}
.newsitem .bottom ul li p{color: #666;font-size: 14px;line-height: 24px;margin-top: 1rem;}
.newsitem .bottom ul li h4{font-weight: bold;font-size: 2rem;background: url(/skin/images/home_18.png) right center no-repeat;}
/**/
.pages {
  padding: 5rem 0;
}
.pages li {
  display: inline-block;margin-right: 1rem;
}
.pages li a {
  display: block;
  width: 35px;  text-align: center;
  height: 35px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 35px;
}
.pages li:first-child a{
	background: #eeeeee;
}
.pages li:last-child a {
  background: #cf131b;
}
.pages li.on a {
  color: #fff;
  background: #cf131b;
}
.news .a{padding: 55px 0 85px;}
.news .a ul{display: flex;flex-wrap: wrap;margin: -1rem;}
.news .a ul li{width: 33.3333%;padding: 1rem;text-align: center;}
.news .a ul li .box{border-radius: 1rem;overflow: hidden;box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);}
.news .a ul li .flex{padding: 15px 0;color: #666;}
.news .a ul li .flex img{margin-bottom: 8px;}
.news .a ul li .flex_item+.flex_item{border-left: 1px solid #ddd;}
.news .a ul li dl{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;color: #fff;}
.news .a ul li .pic{position: relative;}
.news .a ul li dd{font-size: 24px;}
.news .a ul li dt{display: inline-block;line-height: 32px;margin-bottom: 1rem;font-size: 18px;padding: 0 2rem;border-radius: 30px;}
.news .a ul li.on dt{ color:#FFFFFF}

.news .a ul li:hover dt{color: #fff;background-color: #cf131b; }

.news  ul dt a{color: #fff;}



.news .a ul li:hover dl{color: #fff;}
.news .b{display: flex;padding-bottom: 6rem;}
.news .b .side{width: 355px;margin-left: 75px;}
.news .b .side .bd {padding-bottom: 5rem;}
.news .b .side .bd li{margin-top: 25px;}
.news .b .side .bd li dt{line-height: 24px;color: #666;}
.news .b .side .bd li dd{color: #929298;font-size: 12px;margin-top: 1rem;}
.news .b .side .bd li .pic{width: 118px;margin-right: 15px;border-radius: 5px;}
.news .b .title{display: flex;align-items: center;justify-content: space-between;padding-bottom: 2rem;border-bottom: 1px solid #ddd;}
.news .b .title b{font-size: 24px;line-height: 24px;border-left: 5px solid #cf131b;padding-left: 1rem;}
.news .b .title a{font-size: 14px;color: #cf131b;}
.news .b .content .bd li{margin-top: 55px;font-size: 14px;}
.news .b .content .bd li a:hover h4,.news .b .side .bd li a:hover dt{color: #cf131b;}
.news .b .content .bd .pic{margin-right: 5rem;width: 327px;border-radius: 5px;}
.news .b .content .bd p{color: #929298;line-height: 24px;word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;margin: 2rem 0 4rem;}
.news .b .content .bd h4{font-weight: bold;font-size: 2rem;word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.news .b .content .bd span{margin-top: 1rem;color: #929298;display: block;}
.news .b .content .bd i{display: block;width: 4rem;height: 11px;background: url(/skin/images/5_53.png) center no-repeat;}
/**/
.aboutus .a .wrap{overflow: hidden; z-index: 99; background-color: #fff;border-radius: 1rem;box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);position: relative;margin-top: -123px;}
.aboutus .a .main{display: flex;padding: 5rem 7.5rem;justify-content: space-between;}
#allmap {  height: 386px;}
.aboutus .a .main .box{width: 43%;}
.aboutus .a .main p{font-size: 15px;color: #666;line-height: 26px;margin-bottom: 1rem;}
.aboutus .a .main .bd{border-bottom: 1px solid #eee;height: 205px;}
.aboutus .a .main h4{font-weight: bold;font-size: 22px;padding-left: 1rem;border-left: 4px solid #cf121c;line-height: 22px;margin-bottom: 40px;}
.aboutus .a .main .ft{line-height: 3rem;padding-top: 3rem;}
.aboutus .a .main .ft .flex{align-items: stretch;}
.aboutus .a .main .ft dt{color: #666;font-size: 14px;}
.aboutus .a .main .ft img{margin-right: 15px;}
.aboutus .a .main .ft .code{width: 78px;}
.aboutus .b{padding: 9rem 0;background-image: linear-gradient(to bottom, #fff , #f9f9f9);}
.aboutus .b .hd{margin: 5rem 0 8rem;color: #666;line-height: 3rem;text-align: center;}
.aboutus .c{padding: 9rem 0;}
.aboutus .c .title_info{text-align: left;}
.aboutus .c .hd{display: flex;justify-content: space-between;}
.aboutus .c .hd dl{text-align: right;font-size: 3rem;}
.aboutus .c .hd dd{color: #666;font-size: 12px;text-transform: uppercase;margin-top: 8px;}
.aboutus .c .bd{display: flex;justify-content: space-between;margin-top: 9rem;}
.aboutus .c .side{width: 26%;}
.aboutus .c .side .flex{align-items: stretch;height: 100%;}
.aboutus .c .side .flex span{color: #a7a7a7;font-size: 18px;padding-top: 15px;display: block;}
.aboutus .c .side .flex .line{margin: 0 33px;position: relative;padding-top: 2rem;}
.aboutus .c .side .flex .line:before{content: '';border-left: 1px solid #dbdbdb;position: absolute;top: 0;left: 50%;bottom: 0;}
.aboutus .c .side .flex .line i{display: block;width: 11px;height: 11px;border-radius: 50%;position: relative;background-color: #dbdbdb;}
.aboutus .c .side .flex dl{padding: 15px;border-radius: 1rem;}
.aboutus .c .side .flex dd{color: #909090;line-height: 24px;margin-top: 1rem;}
.aboutus .c .side .flex dt{font-size: 18px;}
.aboutus .c .side .mySwiper{height: 60rem;}
.aboutus .c .side .swiper-slide-thumb-active span{color: #cf121c;}
.aboutus .c .side .swiper-slide-thumb-active dl{background-color: #cf121c;color: #fff;}
.aboutus .c .side .swiper-slide-thumb-active dt{font-size: 2rem;font-weight: bold;}
.aboutus .c .side .swiper-slide-thumb-active dd{color: #fff;}
.aboutus .c .side .swiper-slide-thumb-active .line i{background-color: #cf121c;}
.aboutus .c .side .swiper-slide-thumb-active .line i::after{content: '';display: block;width: 25px;height: 25px;border-radius: 50%;opacity: 0.2;background-color: #cf121c;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.aboutus .c .content{width: 65%;}
.aboutus .c .content .pic{margin-bottom: 5px;}
.aboutus .c .content dl{box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); position: absolute;bottom: 5px;background-color: #fff;width: 540px;height: 175px;right: 30px;display: flex;padding: 30px 40px;}
.aboutus .c .content dl dd{font-size: 14px;line-height: 24px;color: #666;padding-left: 2rem; margin-bottom:20px; overflow:hidden}
.aboutus .c .content dl dt{font-family: Symbol;font-size: 4rem;color: #cf121c;}
.aboutus .c .swiper-button-next:after,.aboutus .c  .swiper-button-prev:after{display: none;}
.aboutus .c .swiper-button-next,.aboutus .c  .swiper-button-prev{width: 38px;height: 26px;background: url(/skin/images/6_13.png) center no-repeat;top: auto;bottom: 30px;}

.swiper-button-next{ border:none;}

.aboutus .c  .swiper-button-prev{left: 50%;}
.aboutus .c .swiper-button-next{right: 50%;margin-right: -10rem;background: url(/skin/images/home_18.png) center no-repeat;}
.aboutus .d{height: 848px;background: url(/skin/images/4_19.jpg) center no-repeat;background-size: cover;display: flex;align-items: center;}
.aboutus .d .bd{width: 54rem;height: 709px;text-align: center;background-color: #fff;line-height: 3rem;color: #8e8e8e;float: right;padding-top: 60px;}
.aboutus .d .bd dd{color: #cf121c;}
.aboutus .d .bd dl{padding-top: 2rem;}
.aboutus .d .bd .box{width: 31rem;margin: 0 auto 6rem;border: 2px solid #da151f;padding:1rem 0 4rem;}
.aboutus .e{padding: 9rem 0;}
.aboutus .e .title_info{text-align: left;}

.aboutus .e .swiper-button-next,.aboutus .e  .swiper-button-prev{border: 1px solid #ddd;border-radius: 50%;color: #999; width: 58px;height: 58px;position: static;margin: 0;margin-left: 15px;}
.aboutus .e .swiper-button-next{border-color: #cf131b;background: #cf131b;color: #fff;}
.aboutus .e .swiper-button-next:after,.aboutus .e  .swiper-button-prev:after{font-size: 18px;}
.aboutus .e .hd{display: flex;align-items: center;}
.aboutus .e .bd{position: relative;margin-top: 12rem;}
.aboutus .e .bd .swiper-slide{width: 455px;margin-right: 6rem;}
.aboutus .e .bd .content{position: absolute;left: 50%;margin-left: -23rem;top: 0;right: 0;}
.aboutus .e .bd .box{width: 41rem;border-radius: 1rem;color: #fff;background-color: #cf121c;height: 29rem;padding:40px 30px 0;font-size: 24px;line-height: 44px;}
.aboutus .e .bd .box dt{font-size: 39px;margin-bottom: 2rem;line-height: 5rem;}
.aboutus .e .bd .content a p{white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;font-size: 18px;margin-top: 25px;line-height: 18px;border-left: 3px solid #cf121c;padding-left: 10px;}
.aboutus .f{padding: 9rem 0;}
.aboutus .f .tabtitle{display: flex;margin-top: 6rem;border-top: 1px solid #eee;justify-content: space-between;}
.aboutus .f .tabtitle li{cursor: pointer;position: relative;padding-top: 15px;line-height: 24px;}
.aboutus .f .tabtitle li dd{font-size: 1rem;text-transform: uppercase;color: #a6a6a6;}
.aboutus .f .tabtitle li.on,.aboutus .f .tabtitle li.on dd{color: #e50012;}
.aboutus .f .tabtitle li.on:before{content: '';border-bottom: 3px solid #e50012;position: absolute;left: 0;top: 0;width: 100%;}
.aboutus .f .bd{padding: 5rem 0 9rem;}
.aboutus .f .bd ul{display: flex;flex-wrap: wrap;margin: -15px;}
.aboutus .f .bd ul li{width: 25%;padding: 15px;}
.aboutus .f .bd ul li .pic{box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);border-radius: 5px;}
/**/
.banner_info .flex {margin-top: 5rem;}
.banner_info .flex .box{display: flex;width: 25rem; align-items: center;background-color: #fff;color: #333;text-align: left;font-size: 16px;padding:12px 15px;border-radius: 60px;}
.banner_info .flex .box img{width: 51px;height: 51px;margin-right: 15px;}
.banner_info .flex .box h4{font-weight: bold;font-size: 2rem;/*padding-bottom: 5px;*/}
.banner_info .flex .box p{    margin-bottom: 0;}
.banner_info .flex span{font-size: 48px;padding: 0 1rem;}

.onestop .c_in{margin-bottom: 10rem;}
.onestop .c_in .commonpart-1{margin-top: 8rem;}
.product{background-image: linear-gradient(to bottom, #f6f6f6, #fff , #fff);padding-bottom: 9rem;}
.product .part-1 ul{display: flex;background-color: #fff; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);font-size: 18px;font-weight: bold;line-height: 80px;}
.product .part-1 ul li a{width: 262px;cursor: pointer;padding-left: 48px;position: relative;border-right: 1px solid #eee; display:block; }
.product .part-1 ul li::after{content: '';width:0;
	height:0;display: inline-block;position: absolute;right: 3rem;top: 50%;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	border-top:7px solid #e2e2e2;}
.product .part-1 ul li.on a{color: #fff;background-color: #cf131b;}
.product .title{text-align: center;padding:10rem 0 6rem;}
.product .title h2{font-size: 4rem;font-weight: bold;}
.product .title span{display: inline-block;font-size: 2rem;color: #fff;background-color: #cf131b;border-radius: 30px;padding: 5px 30px;margin-bottom: 10px;}
.product .part-2 .bd{display: flex;}
.product .part-2 .bd .slide{background-color: #fff; width: 666px;border: 1px solid #ddd;margin-right: 14rem;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); width:40%}
.product .part-2 .bd .slide h4{font-weight: bold;font-size: 18px;border-bottom: 1px solid #ddd;padding: 18px 3rem;}
.product .part-2 .bd .slide h4 span{padding-left: 1rem;border-left: 6px solid #cf121c;line-height: 18px;display: inline-block;}
.product .part-2 .bd .slide .map{position: relative;}
.product .part-2 .bd .slide .map span{position: absolute;width: 24px;height: 24px;border-radius: 50%;background-color: #7a7a7a;color: #fff;font-size: 1.4rem;text-align: center;line-height: 24px;}
.product .part-2 .bd .side .map .dian1{left: 75px;top: 190px;}
.product .part-2 .bd .side .map .dian2{left: 130px;top: 393px;}
.product .part-2 .bd .side .map .dian3{left: 155px;top: 376px;}
.product .part-2 .bd .side .map .dian4{left: 386px;top: 232px;}
.product .part-2 .bd .side .map .dian5{left: 288px;top: 180px;}
.product .part-2 .bd .side .map .dian6{left: 144px;top: 345px;}
.product .part-2 .bd .side .map .dian7{left:480px;top: 96px;}
.product .part-2 .bd .side .map .dian8{left:240px;top: 420px;}
.product .part-2 .bd .side .map .dian9{left:348px;top: 362px;}
.product .part-2 .bd .side .map .dian10{left:396px;top: 317px;}
.product .part-2 .bd .side .map .dian11{left:460px;top: 222px;}
.product .part-2 .bd .side .map .dian12{left:243px;top: 499px;}
.product .part-2 .bd .side .map .dian13{left:342px;top: 543px;}
.product .part-2 .bd .side .map .dian14{left:262px;top: 290px;}
.product .part-2 .bd .side .map .dian15{left:192px;top: 410px;}
.product .part-2 .bd .side .map .dian16{left:490px;top: 393px;}
.product .part-2 .bd .side .map span.on{background-color: #ce121b;}
.product .part-2 .bd .side .map span.on::after{    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    margin-top: -4px;
    margin-left: -4px;
    opacity: 0.7;
    background-color: #d11c20;
    animation: scaless 2s infinite cubic-bezier(0, 0, 0.49, 1.02);}
@keyframes scaless {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.product .part-2 .bd .tabtitle_cm{display: flex;flex-wrap: wrap;margin: -1rem -1rem 2rem;}
.product .part-2 .bd .tabtitle_cm li{padding: 1rem;width: 33.333%;font-size: 0.18rem;font-weight: bold;text-align: center;}
.product .part-2 .bd .tabtitle_cm li a{display: block;line-height: 5rem;border-radius: 5px;position: relative;background-color: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
.product .part-2 .bd .tabtitle_cm li.on a{color: #fff;background-color: #cf131b;}
.product .part-2 .bd .tabtitle_cm li.on a::after{content: '';display: inline-block;width:0;
	height:0;position: absolute;left: 50%;bottom: -5px;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	border-top:5px solid #cf131b;}
	.product .part-2 .bd .tabbox {font-size: 14px;}
.product .part-2 .bd .tabbox ul{display: flex;flex-wrap: wrap;line-height: 4rem;padding: 1.5rem 0;}
.product .part-2 .bd .tabbox ul li{margin-right: 35px;position: relative;padding-left: 15px;}
.product .part-2 .bd .tabbox ul li.on:before{content: '';width: 5px;height: 14px;background-color: #cf121c;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.product .part-2 .bd .tabbox ul li.on {font-weight: bold;color: #cf121c;}
.product .part-2 .bd .tabbox .flex{padding: 1rem 15px;background-color: #f6f6f6;color: #666;}
.product .part-2 .bd .tabbox .flex b{font-size: 16px;color: #333;}
.product .part-2 .bd .tabbox .flex .btn{position: relative; display: block;width: 97px;line-height: 26px;border-radius: 20px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);background-color: #fff;text-align: center;line-height: 26px;}
.product .part-2 .bd .tabbox .last{padding-bottom: 0;}
.product .part-2 .bd .tabbox .flex .btn::after{content: '';display: inline-block;width:0;
	height:0;position: absolute;right: 1rem;top: 9px;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	border-left:6px solid #cf131b;}
.product .part-3 .tabtitle_cm{text-align: center;font-size: 18px;font-weight: bold;}
.product .part-3 .tabtitle_cm li{cursor: pointer;position: relative; width: 20rem;line-height: 52px;border-radius: 30px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);display: inline-block;}
.product .part-3 .tabtitle_cm li.on{background-color: #cf131b;color: #fff;}
.product .part-3 .tabtitle_cm li+li{margin-left: 3rem;}
.product .part-3 .tabtitle_cm li.on::after{content: '';display: inline-block;width:0;
	height:0;position: absolute;left: 50%;bottom: -5px;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	border-top:5px solid #cf131b;}
.product .part-3 .tabtitle1{text-align: center;background-color: #f6f6f6;line-height: 52px;margin-top: 3rem;border-radius: 30px;}
.product .part-3 .tabtitle1 li{display: inline-block;vertical-align: middle;position: relative;cursor: pointer;}
.product .part-3 .tabtitle1 li+li{margin-left: 75px;}
.product .part-3 .tabtitle1 li.on{color: #cf121c;font-weight: bold;}
.product .part-3 .tabtitle1 li.on::after{content: '';border-bottom: 3px solid #cf121c;position: absolute;bottom: 0;left: 0;width: 100%;}
.product .part-3 .tabtitle2{text-align: center;font-size: 14px;color:#666 ;padding: 16px 0 0;}
.product .part-3 .tabtitle2 li{display: inline-block;cursor: pointer;}
.product .part-3 .tabtitle2 li+li:before{content: '/';color: #ccc;padding: 0 2rem;}
.product .part-3 .tabtitle2 li.on{font-weight: bold;color: #cf121c;}
.product .part-3 .tabbox3{text-align: center;padding: 6rem 0;}
.product .part-3 .tabbox2 .bd{box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);}
.product .part-3 .tabbox2 .bd .side{padding:35px 5rem;border-right: 1px solid #eee;display: flex;}
.product .part-3 .tabbox2 .bd .side ul{display: flex;padding-left: 35px;}
.product .part-3 .tabbox2 .bd .side ul span{cursor: pointer; position: relative;margin-left: 38px; display: block;width: 20px;height: 20px;border-radius: 50%;background-image: linear-gradient(to bottom, #a1a164 , #666602);}
.product .part-3 .tabbox2 .bd .side ul li:nth-child(2) span{background-image: linear-gradient(to bottom, #ac8c76 , #6f3811);}
.product .part-3 .tabbox2 .bd .side ul li:nth-child(3) span{background-image: linear-gradient(to bottom, #bb7883 , #800116);}
.product .part-3 .tabbox2 .bd .side ul li:nth-child(4) span{background-image: linear-gradient(to bottom, #a367a4 , #660167);}
.product .part-3 .tabbox2 .bd .side ul li.on span::after{content: '';width: 24px;height: 24px;border: 1px solid #999;border-radius: 50%;display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.product .part-3 .tabbox2 .bd .flex{justify-content: space-between;}
.product .part-3 .tabbox2 .bd>.flex> .flex_item{padding:35px 5rem;}
.product .part-3 .tabbox2 .bd .flex_item span{padding: 0 1rem 0 25px;}
.product .part-3 .tabbox2 .bd .flex dd{margin-top: 1rem;font-size: 14px;color: #666;}
.product .part-3 .tabbox2 .bd .flex span{font-size: 14px;color: #666;}
.product .part-3 .tabbox2 .bd .flex .btn{width: 16rem;height: 45px;border-radius: 45px;color: #fff;background-color: #cf121c;color: #fff;font-size: 16px;}
input[type=checkbox]{position: relative;vertical-align: middle;margin: 0 1rem;}
input[type=checkbox]::after{content: '';width: 27px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); height: 27px;display: inline-block;border-radius: 5px;background-color: #fff;border: 1px solid #ccc;}
input[type=checkbox]:checked::after{background: url(/skin/images/3_23.png) center no-repeat #cf121c;}
.spinner{display: inline-block;}
.spinner input{width: 27px;height: 27px;border: 1px solid #ddd;text-align: center;}
.spinner button{width: 2rem;height: 27px;}
.spinner button:disabled{opacity: 1;}
/**/

/**/

/**/

/**/

/**/


@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .header .nav > li {
   margin-right: 25px;
  }
  .PC_container{width: 1200px;}
  .commonpart-1 .side{width: 30rem;}
  .commonpart-1 .side dt{font-size: 24px;}
  .aboutus .e .bd .box{width: 35rem;}
  .aboutus .e .bd .swiper-slide{width: 40rem;margin-right: 3rem;}
  .aboutus .e .bd .box dt{font-size: 3rem;}
  .homepage .b .bd ul li.lg .pic img{width: 45rem;}
  .caseitem .b .side{margin-left: 5rem;}
  .onestop .b .bd ul li{padding: 3rem;}
  .product .part-2 .bd .side{margin-right: 3rem;}
  .product .part-3 .tabbox2 .bd .side,.product .part-3 .tabbox2 .bd .flex_item{padding: 3.5rem 2rem;}
  .product .part-3 .tabbox2 .bd .side ul span{margin-left: 15px;}
  .dialog{width: 1200px;}
  .dialog .bd .box{width: 48%;}
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
	.header{padding: 0 3rem;}
    .header .nav > li {
      margin-right: 15px;
    }
	.commonpart-1 .side{width: 30rem;}
	.commonpart-1 .side dt{font-size: 24px;}
	.PC_container{width: 1100px;}
	.aboutus .e .bd .swiper-slide{width: 30rem;margin-right: 3rem;}
	.aboutus .e .bd .box{width: 28rem;}
	.aboutus .e .bd .box dt{font-size: 28px;}
	.homepage .b .bd ul li.lg .pic img{width: 45rem;}
	.caseitem .b .side{margin-left: 5rem;}
	.onestop .b .bd ul li{padding: 2rem;}
	.product .part-2 .bd .side{margin-right: 3rem;}
	.product .part-3 .tabbox2 .bd .side,.product .part-3 .tabbox2 .bd .flex_item{padding: 35px 15px;}
	.product .part-3 .tabbox2 .bd .side ul span{margin-left: 15px;}
	.product .part-3 .tabbox2 .bd .flex .btn{width: 11rem;}
	.product .part-3 .tabbox2 .bd .side ul{padding: 0;}
	.dialog{width: 1100px;}
	.dialog .bd .box{width: 48%;}
}

@media (max-width: 768px) {
	.header{padding: 1rem 1.5rem;}
  .header .flex {
    display: block;
  }
  .header .logo {
    width: 17rem;height: 3.5rem;
  }
  .header .logo img {
    width: 5rem;
  }

  .header .nav {
    display: none;
  }

  .m_nav {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 25px;
    z-index: 99;
  }
  .m_nav i {
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
  }
  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .cross i:nth-of-type(2) {
    opacity: 0;
  }
  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  body {
    font-size: 1.4rem;
  }
  .PC_container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }
  .banner_info .casedeail_info dl{
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }
  .rightside {
    display: none;
  }
  .hidden-xs {
   
  }
  .visible-xs {
    display: block;
  }
  /**/
  .banner_info img {
    height: 30rem;
  }
  
  .homepage .banner img.pc{ display:none;}
  
  
  
.homepage .banner h4 {
  margin-bottom: 2rem;
}
.homepage .banner .ani-slide .bd {
  top: 35%;
}
  
  #allmap {
    height: 30rem;
  }
  .product .part-3 .tabbox2 .bd>.flex,.commonpart-1 .flex,.onestop .g .bd ul,.footer .hd .flex,.footer .bd,.footer .ft
  ,.footer .copy{display: block;}
  .footer .hd{left: 15px;right: 15px;padding: 3rem 1.5rem;}
  .footer .hd .code,.footer .bd ul,.footer .ft .btn{display: none;}
  .footer .hd h3{font-size: 22px;}
  .footer .hd h3 span{display: block;}
  .footer .hd p{font-size: 14px;margin: 2rem 0 4rem;}
  .footer .PC_container{padding-top: 24rem;}
  .footer .bd{text-align: center;padding: 3rem 0 15px;}
  .footer .ft{border: none;padding: 15px 0;text-align: center;}
  .footer .ft p,.footer .ft ul{display: inline-block;text-align: left;}
  .footer .ft li{margin-top: 2rem;}
  .footer .copy{text-align: center;padding: 15px 0;}

  .onestop .g .bd ul li{width: 100%;}
  .onestop .g{padding-bottom: 10rem;}
  .onestop .g .bd ul a{padding: 15px;}
  .onestop .g .bd ul dt{font-size: 17px;}
  .onestop .g .bd{margin-top: 4rem;}
  .title_info b,.title_info p{font-size: 24px;}
  .title_info{line-height: 16px;}
  .onestop .c_in{margin-bottom: 4rem;}
  .commonpart-1 .box .code img{display: none;}
  .commonpart-1 .box ul li{width: 100%;}
  .commonpart-1 .box .upload{text-align: right;padding:0;background-position:center center;width:6rem;height:4rem;}
  .commonpart-1 .box .upload dd{display: none;}
  .commonpart-1 .box .code{width: 50%;margin: 1rem 0 0; float:right;  overflow:hidden;}

  
  .onestop .c_in .title_info{line-height: 3rem;}
  .onestop .c_in .commonpart-1{margin-top: 3rem;}
  .onestop .c{padding: 4rem 0;}
  .product .part-3 .tabbox2 .bd .side ul{padding: 0;}
  .product .part-3 .tabbox2 .bd .side ul span{margin-left: 1rem;}
  .product .part-3 .tabbox2 .bd .side{padding: 15px;justify-content: space-between;align-items: flex-end;}
  .product .part-3 .tabbox2 .bd >.flex>.flex_item{padding: 15px;border-top: 1px solid #eee;}
  .product .part-3 .tabbox2 .bd .flex_item dl{display: none;}
  .product .part-3 .tabbox2 .bd .flex_item span{padding: 0 5px 0 0;}
  .product .part-3 .tabbox2 .bd .flex .btn{margin-top: 0;width: 120px;height: 40px;}
  .product .part-3 .tabbox2 .bd .flex {flex: 1;}
  .product .part-3 .tabbox2 .bd .flex.flex_item div+div{margin-top: 10px;}
  .product .part-3 .tabbox2 .bd .flex.flex_item input{transform: scale(0.7);}
  .product .part-3 .tabbox2 .m_hd{border-bottom: 1px solid #eee;padding: 20px;font-size: 12px;}
  .product .part-3 .tabbox2 .m_hd dt{font-weight: bold;font-size: 18px;padding: 15px 0 5px;color: #333;}
  .product .part-3 .tabbox2 .m_hd .flex{align-items: flex-end;color: #666;}
  .product .part-3 .tabbox2 .m_hd p{color: #999;}
  .product .part-3 .tabbox3{padding: 3rem 0;}
  .spinner{margin-right: 15px;}
  .product{padding-bottom: 4rem;}
  .product .part-3 .tabtitle1 li+li,.product .part-3 .tabtitle li+li{margin: 0;}
  .product .part-3 .tabtitle2 li+li:before{padding: 0 5px;}
  .product .part-3 .part-3_tab_m ul>li:first-child{width: 30%;}
  .product .part-3 .part-3_tab_m ul .flex{align-items: stretch;}
  .product .part-3 .part-3_tab_m ul{display: flex;border: 1px solid #ccc;border-radius: 5px;overflow: hidden;margin-bottom: 30px;font-size: 12px;line-height: 30px;}
  .product .part-3 .part-3_tab_m .flex_item{border-left: 1px solid #ccc;}
  .product .part-3 .part-3_tab_m .box{width: 45%;}
   .product .part-3 .part-3_tab_m a{display: block;padding-left: 15px;}
   .product .part-3 .part-3_tab_m ol li.on a{background-color: #e2e2e2;color: #d0131b;}
   .product .part-3 .part-3_tab_m h3{font-size: 14px;font-weight: bold;position: relative;line-height: 40px;padding-left: 15px;background-color: #999999;color: #fff;}
  .product .part-3 .part-3_tab_m h3::after{content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
}
  .product .title h2{font-size: 22px;}
  .product .title span{font-size: 12px;}
   .product .part-2 {background-color: #fff;margin:40px -15px 0;padding: 0 15px;}
  .product .part-2 .bd{display: block;}
  .product .part-2 .bd .side{width: 100%;margin: 0 0 3rem 0;}
  .product .part-2 .bd .side .map .dian1{left: 15px;top: 90px;}
  .product .part-2 .bd .side .map .dian7{left: 72%;top: 45px;}
  .product .part-2 .bd .side .map .dian5{left: 45%;top: 80px;}
  .product .part-2 .bd .side .map .dian3{left: 24%;top: 58%;}
  .product .part-2 .bd .side .map .dian2{left: 16%;top: 63%;}
  .product .part-2 .bd .side .map .dian6{left: 17%;top: 53%;}
  .product .part-2 .bd .side .map .dian15{left: 27%;top: 65%;}
  .product .part-2 .bd .side .map .dian8{left: 35%;top: 65%;}
  .product .part-2 .bd .side .map .dian11{left: 72%;top: 110px;}
  .product .part-2 .bd .side .map .dian12{top: 63%;left: 55px;}
  .product .part-2 .bd .side .map .dian4{left: 60%;top: 110px;}
  .product .part-2 .bd .side .map .dian10{left: 60%;top: 160px;}
  .product .part-2 .bd .side .map .dian16{left: 75%;top: 200px;}
  .product .part-2 .bd .side .map .dian9{left: 50%;top: 180px;}
  .product .part-2 .bd .side .map .dian12{left: 35%;top: auto;bottom: 60px;}
  .product .part-2 .bd .side .map .dian13{left: 50%;top: auto;bottom: 20px;}
  .product .part-2 .bd .side .map .dian14{left: 40%;top: 130px;}
  .product .title{padding: 4rem 0 3rem;}
  .product .part-1 ul li{width: auto;flex: 1;padding: 0;/*padding-left: 15px;*/}
  .product .part-1 ul li a{ width:100%;padding-left: 15px;}
  .onestop .b .bd ul li{width: 100%;padding:15px  0;}
  .onestop .b .bd ul{margin: 0; display:none}
  .onestop .b .bd p{padding-top: 15px;margin-top: 15px;margin-bottom: 40px;}
  .onestop .b .bd img{width: 5rem;}
  .onestop .b .bd h4{margin: 0;display: inline-block;vertical-align: middle;font-size: 16px;line-height: 24px;margin-left: 15px;}
  .onestop .b .bd{margin-top: 3rem;}
  .onestop .b{padding: 4rem 0 2rem;}
  .onestop .b .swiper-pagination-bullet-active{background-color: #333;}
  .product .part-1 ul{font-size: 14px;line-height: 4rem;}
  .product .part-1 ul li::after{right: 1rem;margin-top: -3px;}
  .product .tabbox2{box-shadow: 0 0 1rem rgb(0 0 0 / 10%);}
  .product .part-3 .tabbox2 .bd{box-shadow: none;}
  .product .part-3 .tabbox2 .bd .side dt{font-weight: bold;}
  .product .part-3 .tabbox2 .bd .side dt span{display: block;color: #333;}
  .product .part-2 .bd .tabtitle li{font-size: 14px;}
  .product .part-2 .bd .tabtitle li a{line-height: 4rem;}
  .product .part-3 .tabtitle li{flex: 1;width: auto;line-height: 4rem;}
  .product .part-3 .tabtitle_cm{display: flex;font-size: 14px;display: none;}
  .product .part-3 .tabtitle2,
  .product .part-3 .tabtitle1{display: none;}

  /**/
  .aboutus .a .main{padding: 15px;display: block;}
  .aboutus .a .main .box{width: 100%;padding: 15px 0;}
  .aboutus .a .main .bd{height: auto;}
  .aboutus .a .main .ft .flex{display: block;}
  .aboutus .a .main h4{margin-bottom: 15px;}
  .commonpart-2 ul{flex-wrap: wrap;justify-content: inherit;}
  .commonpart-2 ul li{width: 33.333%;margin-top: 2rem;padding:0;}
  .commonpart-2 ul li:nth-child(4){margin-left: 16.5%;}
  .commonpart-2 ul dl{width: 10rem;height: 10rem;background-size: 100% 100%;padding-top: 25px;}
   .commonpart-2 ul dl img{width: 3rem;}
.aboutus .c,.aboutus .f,.aboutus .e{padding: 4rem 0;}
.aboutus .c .hd{display: block;}
.aboutus .c .bd{display: block;margin-top: 3rem;}
.aboutus .c .side{width: 100%;}
.aboutus .c .content{width: 100%;}
.aboutus .d .bd{width: 100%;}
.aboutus .e .bd .content{position: static;margin: 15px;}
.aboutus .e .bd .content a p{font-size: 1.4rem;}
.aboutus .e{padding-bottom: 0;}
.aboutus .f .tabtitle li dd{display: none;}
.aboutus .f .tabtitle{margin-top: 3rem;display: block;white-space: nowrap;overflow-x: scroll;}
.aboutus .f .tabtitle li{display: inline-block;margin-right: 20px;padding: 15px 0;}
.aboutus .e .bd .box{width: 100%;height: auto;}
.aboutus .e .bd .swiper-slide{width: 100%;margin: 0;}
.aboutus .f .bd ul li{width: 50%;}
.aboutus .c .content dl{position: static;width: 100%;margin: 0;border: 1px solid #ddd;}

/**/
.case .a li+li{margin: 0;}
.homepage .b_case .swiper-button-next{right: 0;}
.homepage .b_case .swiper-button-prev{left: 0;}
.homepage .b .tabtitle{flex-wrap: wrap;margin-top: 3rem;}
.homepage .b .tabtitle li{width: 25%;}
.homepage .b .bd ul{margin: -5px;}
.homepage .b .bd ul li{width: 50%;padding: 5px;}
.homepage .b .bd ul li.lg{padding: 5px;width: 100%;}
.homepage .b .bd dl{padding: 1rem;}
.homepage .b .bd dl dt{font-size: 15px;}
.homepage .b .bd ul li.lg .flex{display: block;}
.homepage .b .bd ul li.lg .pic img{width: 100%;height: auto;}
.homepage .b .bd ul li.lg dl{padding: 2rem 3rem;}
.homepage .b .bd ul li.lg dl p{margin-top: 2rem;}
.homepage .b .tabtitle li {transform: scale(0.8);}
.homepage .b .bd{padding: 2rem 0;}
.homepage .b+.b{padding-bottom: 10rem;}
.homepage .b_case{padding-bottom: 0;}
.case .a li img{width: 5rem;margin-right: 15px;}
.case .a li{flex: 1;}
.case .a ul{display: flex;}
.case .a li dd{display: none;}
.case .a li dt{min-width: auto;background: none;}
/**/
.caseitem .a .flex,.caseitem .b .main,.newsitem .main,.newsitem .bottom ul {display: block;}
.caseitem .b .side{width: 100%;margin: 0;}
.caseitem .b{padding: 4rem 0 10rem;}
.caseitem .b .side .title{font-size: 2rem;padding: 4rem 0 2rem;}
.caseitem .b .ft{margin-top: 4rem;}
.caseitem .a{padding: 4rem 0;}
.caseitem .a h2{font-size: 3rem;}
.caseitem .a p{padding: 2rem 0;}
.caseitem .a .download{margin-bottom: 2rem;}
/**/

.newsitem .bottom ul li{width: 100%;padding: 15px 0;}
.newsitem .main .side{width: 100%;margin: 3rem 0 0;}
.newsitem{padding:5rem 0 10rem;}
.newsitem .bottom ul,.newsitem .bd{padding: 15px;}
.newsitem .bottom ul li h4{font-size: 16px;}
.newsitem .bottom ul li img{width: 5rem;}
.newsitem .bottom,.newsitem .ft{margin-top: 4rem;}
.newsitem .bread_news a, .newsitem .ft .btn{width: 12rem;line-height: 4rem;}
.bread_news{padding: 2rem 0;}
.newsitem .bd h1{font-size: 2rem;}
/**/
.news .a{padding: 3rem 0 0;}
.news .a ul li{width: 50%;white-space: nowrap;}
.news .a ul li .pic img{height: 12rem;object-fit: cover;}
.news .a ul li dd{font-size: 16px;}
.news .a ul li dt{font-size: 12px;}
.news .b{display: block;}
.news .b .side{width: 100%;margin: 0;}
.news .b .side .bd{padding-bottom: 0;}
.news .b .title b{font-size: 16px;}
.news .b .title{margin-top: 3rem;}
.news .b .content .bd .pic{width: 13rem;margin-right: 15px;}
.news .b .content .bd p{margin: 5px 0;}
  .news .b .content .bd span{display: none;}
  .news .b .content .bd h4{font-size: 14px;}
  .news .b .content .bd li{margin-top: 15px;}

  /**/
  .commonpart-1 .side{width: 100%;padding: 2rem;height: auto;text-align: center;}
  .commonpart-1 .side p{margin-top: 2rem;padding: 0;background: none;}
  .commonpart-1 .side p br{display: none;}
  .commonpart-1 .side p span{padding: 0 1rem;}
  .commonpart-1 .box{padding: 15px; overflow:hidden}
  .commonpart-1 .box .upload dt,.commonpart-1 .box .code .btn,.onestop .d .hd{font-size: 14px;}
  .onestop .a{padding-bottom: 0;}
  .onestop .d,.onestop .e,.onestop .f{padding: 4rem 0;}
  .onestop .d .hd{line-height: 24px;margin-top: 3rem;}
  .onestop .d .hd::after{margin-top: 0;}
  .onestop .e .hd{margin: 4rem 0 2rem;}
  .onestop .e .hd dd{display: none;}
  .onestop .e .hd .swiper-slide{width: 45%;}
  .onestop .e .hd dt{font-size: 16px;}
  .onestop .e .hd i{margin-right: 0.5rem;}
  .onestop .e .bd .flex{display: block;}
  .onestop .e .bd .pic{margin: 0 0 2rem 0;}
  .onestop .f .bd .swiper-button-next{right: 0;}
  .onestop .f .bd .swiper-button-prev{left: 0;}
  .onestop .f .bd dt{font-size: 14px;line-height: 24px;margin: 1rem 0;}
  .onestop .f .bd{margin-top: 3rem;}
  .onestop .e .tabcontent h3 b{font-size: 24px;}
  .onestop .e .bd .pic dl{padding: 15px;}
  .commonpart-1 .side dt{font-size: 24px;}
  .commonpart-1 .side dd{font-size: 18px;}
  .homepage .banner h4,.homepage .banner h3{font-size: 22px;}
  .homepage .banner .bd{text-align: center;font-size: 14px;}
  .homepage .a ul .flex{display: block;text-align: center;}
  .homepage .a img{display: block;width: 4rem;margin: 0 auto 15px;}
  .homepage .a{font-size: 14px;}
  .homepage .a i{display: none;}
  .homepage .a li{flex: 1;padding: 0 15px;}
  .homepage .b{padding: 4rem 0;}
  .homepage .title h2{font-size: 24px;}
  .homepage .c .hd dl{display: none;}
  .homepage .c .bd{display: block;margin: 2rem 0;}
  .homepage .c .bd .left{width: 100%;margin-bottom: 4rem;}
  .homepage .c .bd ul{display: block;white-space: nowrap;overflow-x: scroll;}
  .homepage .c .bd ul li{width: 65%;display: inline-block;padding: 1rem 0 1rem 1rem;}
  .homepage .c .bd ul li .flex dt{font-size: 16px;}
  .homepage .c .bd ul li .flex{font-size: 12px;}
  .homepage .c .bd ul li .flex span{height: 7rem;margin-right: 1rem;}
  .homepage .c .bd ul li .flex span img{width: 25px;}
  .homepage .c .bd .left ol li{margin-top: 3rem;padding-right: 2rem;}
  .homepage .c .bd .left ol dt{font-size: 2rem;}
  .homepage .c,.homepage .d{padding: 4rem 0;}
  .homepage .c .bd .left h3{font-size: 18px;text-align: center;}
  .homepage .c .bd .left h3 span{font-size: 16px;}
  .homepage .c .hd .title,.homepage .d .title{text-align: center;}
  .homepage .d .hd{margin-top: 3rem; max-width: 57rem;}
  .homepage .d .hd p{line-height: 24px;margin-bottom: 3rem;}
  .homepage .d .hd .logo{margin: 0;display: inline-block;width: 12rem;margin-left: 25px;}
  .more{width: 15rem;}
  .homepage .d .ft{margin-top: 4rem;height: 50rem;}
  .homepage .d .ft .flex{display: block;}
  .homepage .d .ft p::before{top: 0;width: 20px;height: 18px;background-size: 100% 100%;}
  .homepage .d .ft p{font-size: 16px;line-height: 24px;padding-top: 5rem;}
  .homepage .d .ft .more{margin: 3rem auto 0;display: block;width: 25rem;}
  .homepage .d .ft .name img{width: 5rem;height: 5rem;}
  .commonpart-2 ul dt{font-size: 12px;}
  .commonpart-2 ul dd{display: none;}
  .homepage .e .hd{margin: 4rem 0;}
  .homepage .e{padding-bottom: 4rem;}
  .homepage .f{padding-top: 4rem;padding-bottom: 10rem;}
  .homepage .f .bd ul li{padding: 5px;width: 33.333%;}
  .homepage .f .bd ul{margin: -5px;}
  .homepage .f .bd{margin-top: 4rem;}
  .homepage .d .ft .name{font-size: 14px;}
  .product .part-2 .bd .tabbox ul{display: none;}
  .product .part-2 .bd .tabbox ul.on{display: flex;}
  .product .part-2 .bd .tabbox .flex{margin-top: 15px;position: relative;}
  .product .part-2 .bd .tabbox .flex::after{content: '';display: inline-block;width:0;
	height:0;position: absolute;right: 15px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:7px solid #bdbab9;}
  .product .part-2 .bd .tabbox .flex .btn{display: none;}
  .product .part-2 .bd .tabbox .flex.on:after{border-right:5px solid transparent;
	border-left:5px solid transparent;border-bottom:none;
	border-top:7px solid #cf131b;}
.product .part-3 .tabbox2 .bd .flex.flex_item{display: block;}
  .dialog{width: 95%;background-color: #fff;padding: 15px;}
  .dialog .hd .flex_item{font-size: 16px;}
  .dialog .hd .flex_item span{display: block;width: 8rem;font-size:14px;padding: 5px 0;text-align: center;margin-bottom: 5px;}
  .dialog .hd a{line-height: 3.2rem;}
  .dialog .bd{display: block;height: 500px;overflow-x:hidden; overflow-y:auto;}
  .dialog .bd .box{width: 100%;margin-bottom: 30px;}
  .dialog .bd .box>.flex{padding: 1.5rem;background-color: #f1f1f1;}
  .dialog .bd .box>.flex img{width: 4rem;}
  .dialog .bd dl dt{font-size: 1.6rem;font-weight: bold;}
  .dialog .bd .left table tr{border-bottom: 1px solid #ddd;}
  .dialog .bd .right .table{margin-top: 15px;}
  .dialog .bd .right .table .info{padding:15px 0 0;}
  .dialog .bd .right .table .info .visible-xs ul{height: 400px;overflow-y: auto;}
  .dialog .bd .right .table .info .visible-xs li{margin-bottom: 10px; display: flex;border: 1px solid #ddd;border-radius: 5px;align-items: center;}
  .dialog .bd .right .table .info .visible-xs li .bh{width:35px;height: 60px;line-height: 60px;text-align: center;background-color: #f2f2f2;margin-right: 15px;}
  .dialog .bd .right .table .info .visible-xs li h4{font-weight: bold;padding-bottom: 6px; color: #333;}
  .dialog .bd .right .table .info .visible-xs li dl{text-align: right;}
  .dialog .bd .right .table .info .visible-xs dl dt{font-size: 12px;font-weight: bold;padding-right: 1.5rem;font-weight: normal;}
  .dialog .bd .right .fot{display: block;text-align: right;padding-bottom: 0;}
  .dialog .bd .right .fot ul{text-align: left;margin-bottom: 15px;}
  .dialog .bd .right .fot >span{font-weight: bold;}
  .dialog .ft a{width: 100%;}
   .dialog .ft a img{width: 18px;margin-right: 10px;}
   .homepage .d .flex{display: block;overflow: hidden;}
   .homepage .d .bd{margin: 0;}
   .homepage .d .bd .box{transform: scale(0.5);margin: 0 0 -80px -80px;}
   .homepage .d .bd dl.on p{display: none;}
  .onestop .f .bd .swiper-button-next, .onestop .f .bd .swiper-button-prev{width: 3rem;height: 3rem;margin: 0;top: auto;bottom: 230px;}
  .onestop .f .bd dl{padding-bottom: 50px;}
  .aboutus .c .hd dl{font-size: 1.4rem;text-align: left;margin-top: 10px;}
  .aboutus .c .side .flex{display: block;}
  .aboutus .c .side .flex .line{display: none;}
  .aboutus .c .side .flex dl{padding: 10px 15px;}
  .aboutus .c .side .swiper-slide  dt{font-size: 1.4rem;}
  .aboutus .c .side .flex dd{margin-top: 0.5rem;}
  .aboutus .c .side .flex span{padding: 0 0 35px 15px; font-size: 2.4rem;}
  .aboutus .c .side .mySwiper{height: auto;margin-bottom: 20px;}
  .aboutus .c .side .swiper-slide{width: 60%;}

  /*
  .aboutus .c .side .swiper-slide-active span {
    color: #cf121c;
  }

  .aboutus .c .side .swiper-slide-active dl {
    background-color: #cf121c;
    color: #fff;
  }

  .aboutus .c .side .swiper-slide-active dd {
    color: #fff;
  }
  */

  .aboutus .c .side .swiper-slide:before {
    width: 11px;
    height: 11px;
    background-color: #dbdbdb;
    position: absolute;
    content: '';
    top: 40px;
    left: 40px;
    border-radius: 100%;
    z-index: 2;
  }

  .aboutus .c .side .swiper-slide.swiper-slide-thumb-active:before {
    background-color: #cf121c;
    box-shadow: 0 0 10px 2px #cf121c;
  }

  .aboutus .c .side .swiper-slide:after {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: -10px;
    top: 45px;
    background-color: #dbdbdb;
    z-index: 1;
  }

  .aboutus .c .swiper-button-next {
    margin-right: unset;
    right: unset;
    left: 50%;
  }

  .aboutus .c .swiper-button-prev {
    left: unset;
    right: 50%;
  }

  .aboutus .c .swiper-button-next, .aboutus .c .swiper-button-prev {
    bottom: 5px;
  }

  .aboutus .e .bd{margin-top: 3rem;}
  .aboutus .e .swiper-button-next, .aboutus .e .swiper-button-prev{width: 3rem;height: 3rem;}
  .aboutus .e .bd .box dt{font-size: 30px;}
  .aboutus .e .bd .box{font-size: 16px;line-height: 36px;padding: 2rem;}
  .dialog1{padding: 15px;}
    .dialog1 h2{font-size: 18px;}
    .dialog1 p{font-size: 14px;line-height: 24px;}
    .dialog1 .close{top: 15px;right: 15px;}
    .dialog1 .btn{margin-top: 20px;}
   .banner .swiper-pagination-bullet{background-color: #fff;}
   
   .upload888{
       height: auto;
       padding:10px;
   }
.form-group{
    margin:0;
    padding:0;
    width: 100%;
    flex-wrap: wrap;
}
.form-group label,.form-group .text{
    width: 100%;
    text-align: left;
}
.commonpart-1 .box .upload{
    margin:0;
}
.commonpart-1 .box .code{
    float: none;
}
.product .part-2 .bd .tabbox ul{
    display: block;
}
.product .part-2 .bd .slide{
    width: 100%;
    margin:0 0 20px;
}
.product .part-3 .tabtitle_cm{
    display: flex;
}
.product .part-3 .tabtitle2, .product .part-3 .tabtitle1{
    display: block;
}
.part-3_tab_m{
    display: none;
}
.product .part-3 .tabtitle_cm li+li{
    margin-left: 10px;
}
.product .part-3 .tabtitle_cm li{
    line-height: 45px;
}
.product .part-3 .tabtitle1 li{
    font-size: 12px;
    padding: 0 5px;
}
.product .part-3 .tabbox2 .m_hd{
    display: none;
}
}


	   @media only screen and (min-width: 768px){


	   
	   .weixin{ display:none}
	  
		
		}
	   
	   
	   @media only screen and (max-width: 768px){
.banner_info dt {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.sss{ display:none}
.cp{ display:none}
	   
	   .weixin{ border:2px solid #cf131b; padding:14px 22px; font-size:18px; width:40%; float:left;margin: 1rem 0 0; text-align:center;}
	    .weixin a{ color:#cf131b;}
		
		}
		
		
	@media screen and (min-width: 1921px) and (max-width: 2560px) {
	.homepage .banner h3 {
  font-weight: bold;
  font-size: 6rem;
  line-height: 8rem;
}
.homepage .banner h4 {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
.homepage .banner .bd {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translate(0, -50%);
  color: #fff;
  transition: all 1s;
  font-size: 2.4rem;
}
.homepage .banner .ani-slide .bd {
  top: 50%;
}	    
		    
	}
	
	
	