#douyinUrl, #douyinCopyUrl{display: none;}
body{min-width:1357px;}
.header-region,.um-main,.um-menu{
	min-width: 1357px;
  	margin:0 auto;
}
body{overflow-x: hidden;}
#nav_box>li ul{
    display: none;
    position: absolute;
   	width: 1.27rem;
    background: rgba(255,255,255,.6);
    border-radius: 3px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    padding: 0.05rem 0.05rem;
}
#nav_box>li ul>li{border-bottom:#ddd solid 0;}
#nav_box>li ul a{
    height: 0.4rem;
    line-height: 0.4rem;
    display: block;
    overflow: hidden;
    padding: 0 0.15rem;
    font-size: 0.15rem;}
#nav_box>li ul a:hover{background:#eee;border-radius:3px;}
.header-region{height:1.8rem;background:#fff;position:fixed;top:0;left:0;width:100%;z-index:9;}
#nav_box>li ul li.folder .fd_ico{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:0;height:0;display:block;border-top:.04rem solid transparent;border-bottom:.04rem solid transparent;border-left:.04rem solid #333333;margin-left: 10px;}


#nav_box>li ul li ul{
	width:2rem;
  	transform: translateX(-0.75rem);
}
#nav_box>li ul li ul li span{

	white-space: nowrap;
}
#nav_box>li ul li ul li ul{

  	transform: translateX(-0);
}
#nav_box>li ul li ul li ul{
	width: 1.5rem;
    transform: translateX(0.5rem);
    white-space: nowrap;
}
.header-region .header-logo {
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.header-region .header-logo img {
  display: block;
  transition: all 0.3s;
  height: 1.43rem;
}
.header-region .header-logo .logoslogan {
  overflow: hidden;
  transition: all 0.3s;
  height: 0.77rem;
  text-align: center;
}
.header-region .header-logo .logoslogan img {
  border-radius: 10px;
  border: 3px solid #fff;
  height: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}
.header-region.on .header-logo {
  bottom: 0;
}
.header-region.on .header-logo .logoslogan {
  height: 0;
}
.header-region .w {
  position: relative;
  height: 100%;
  display: flex;
    display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}

.navbar>div>ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navbar ul li {
  position: relative;
  font-size: 0.15rem;
  border-bottom: 3px solid transparent;
}
.navbar ul li a {
  color: #000;
  line-height: 2.1rem;
  display: block;
}
.navbar>div>ul>li:nth-of-type(5) {
  margin-left: 7.25rem;
}

.navbar ul li .subnav {
  display: none;
  position: absolute;
  z-index: 9;
  background: #fff;
  left: 0;
  width: 100%;
}

/*
.navbar ul li .subnav {
  display: none;
  position: fixed;
  border-top: 1px solid #ececec;
  z-index: 9;
  background: #fff;
  left: 0;
  width: 100%;
}
.navbar ul li .subnav .code-contact {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar ul li .subnav .code-contact .img p {
  color: #333;
  font-weight: bold;
}
.navbar ul li .subnav .code-contact .desc {
  color: #333333;
}
.navbar ul li .subnav .code-contact .desc p {
  color: #333;
}
.navbar ul li .subnav .line {
  width: 1px;
  height: 100%;
  height: 5.48rem;
  background: #c0c0c0;
}
.navbar ul li .subnav .subnav-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.3rem;
  width: 45%;
  height: 3.4rem;
}
.navbar ul li .subnav .subnav-nav a {
  border-bottom: 1px solid #c0c0c0;
  width: 24%;
  display: block;
  line-height: 89px;
  margin: 0.2rem 0;
}
.navbar ul li .subnav .subnav-nav a img {
  display: block;
  width: 100%;
}
.navbar ul li .subnav .subnav-nav a span {    
  float: right;
    font-family: "宋体";
    color: #7b7b7b;
    font-size: 15px;
    font-weight: bold;
}
.navbar ul li .subnav .subnav-nav a:hover {
  color: #ed0007;
}
.navbar ul li .subnav .subnav-nav a:hover span {
  color: #ed0007;
}

*/
.navbar>div>ul>li.folder,.navbar ul li.on {
  position: relative;
  padding-right: 0.2rem;
}
.navbar>div>ul>li.folder:after,.navbar ul li.on::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  display: block;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-top: 0.14rem solid #333333;
}
.navbar ul li:hover {
  border-color: #ed0007;
}
.navbar ul li:hover .subnav {
  display: block;
}
.navbar ul li:hover.on::after {
  border-top: 0;
  border-bottom: 0.14rem solid #333333;
}

.navbar #nav_8 .subnav .w,
.navbar #nav_4 .subnav .w,
.navbar #nav_11 .subnav .w{
  flex-direction: row-reverse;
}
.navbar #nav_8 .subnav .w .code-contact,
.navbar #nav_4 .subnav .w .code-contact,
.navbar #nav_11 .subnav .w .code-contact{
  width: 42%;
  padding-right: 3%;
}
#nav_12 .subnav {
  display: none !important;
}
.banner {
  margin-top: 2.1rem;
}
.code-contact {
  width: 39%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.code-contact .img {
  width: 2.27rem;
  text-align: center;
}
.code-contact .img img {
  max-width: 100%;
  display: block;
  margin-bottom: 0.29rem;
}
.code-contact .img p {
  font-size: 0.3rem;
  color: #fff;
}
.code-contact .desc {
  font-size: 0.26rem;
  color: #fff;
}
.code-contact .desc h3 {
  font-size: 0.33rem;
  color: #ed0007;
}
.code-contact .desc p {
  color: #7b7b7b;
  line-height: 1.5;
}
.code-contact .desc .address {
  margin-top: 0.22rem;
}
.morelink {
  display: block;
  width: 2.1rem;
  height: 0.6rem;
  background: #ed0007;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  font-size: 0.25rem;
  position: relative;
}
.morelink::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -0.09rem;
  top: 0;
  border-left: 0.09rem solid #ed0007;
  border-bottom: 0.59rem solid transparent;
}
.about-region {
  position: relative;
  padding: 50px 0;
}
.about-region a.box-more {
  font-size: 18px;
  display: block;
  width: 150px;
  height: 45px;
  background: #ec6900;
  border-radius: 15px;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.about-region .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-region .about-region-content {
  width: 10rem;
}
.about-region .about-region-content h3 {
  font-size: 0.62rem;
  color: #ed0007;
}
.about-region .about-region-content ul {
  padding: 0.05rem 0 0.27rem;
}
.about-region .about-region-content li {
  font-size: 0.23rem;
  color: #333;
  margin: 0.23rem 0;
  padding-left: 20px
}
.about-region .about-region-content li::before {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  background: #ed0007;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.24rem;
  margin-left: -20px;
}
.about-region .about-region-video {
  width: 8.5rem;
  height: 5rem;
}
.product-region {
  padding: 0.5rem 0 1.34rem;
  background: linear-gradient(to bottom, #eee, #fff);
}
.product-tit h2 {
  font-size: 0.62rem;
  color: #ed0007;
}
.product-tit p {
  font-size: 0.26rem;
  color: #333;
}
.product-list {
  margin-top: 0.55rem;
}
.product-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.product-list li {
  position: relative;
  width: 31%;
    width: 24%;
}
/*.product-list li:nth-of-type(1n+4) {
  display: none;
}*/
.product-list li img {
  width: 100%;
  display: block;
}
.product-list li .hov {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1rem;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: rgba(75, 75, 75, 0.7);
  transition: all 0.3s;
}
.product-list li .hov h3 {
  font-size: 0.43rem;
  line-height: 1rem;
}
.product-list li .hov p {
  font-size: 0.24rem;
  border-top: 2px solid #fff;
  padding-top: 0.55rem;
  margin-top: 0.25rem;
  display: none;
}
.product-list li .hov span {
  font-size: 0.26rem;
  display: none;
}
.product-list li:hover .hov {
  height: 100%;
}
.product-list li:hover .hov p {
  display: block;
}
.product-list li:hover .hov span {
  display: block;
}
.case-region dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.case-region dt {
  width: 32%;
  height: 6.16rem;
  background: #eaeaea;
  box-sizing: border-box;
  padding: 0.3rem 0 0.48rem 0.4rem;
  position: relative;
}
.case-region dt h2 {
  font-size: 0.62rem;
  color: #ed0007;
}
.case-region dt p {
  font-size: 0.26rem;
  color: #333;
}
.case-region dt a {
  position: absolute;
  bottom: 0.48rem;
  left: 0.4rem;
  color: #fff;
}
.case-region dt ul {
  margin-top: 25px;
}
.case-region dt li a {
  color: #333;
  font-size: 18px;
  position: unset;
  /*line-height: 46px;*/
  line-height: 36px;
  display: block;
}
.case-region dt li a:hover {
  color: #ed0007;
}
.case-region dd {
  position: relative;
  margin-bottom: 0.37rem;
}
.case-region dd .hov {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #fff;
}
.case-region dd .hov h3 {
  font-size: 0.2rem;
  font-weight: normal;
}
.case-region dd .hov p {
  font-size: 0.15rem;
  text-transform: capitalize;
}
.case-region dd:hover .hov {
  background: rgba(75, 75, 75, 0.7);
}
.case-region .dd1 {
  width: 66%;
}
.case-region .dd1 a:nth-of-type(n+2) {
  display: none;
}
.case-region .dd2 {
  width: 32%;
}
.news-region {
  background: #eaeaea;
  padding: 0.5rem 0 0.8rem;
}
.news-region .news-tit {
  font-size: 0.62rem;
  color: #ed0007;
}
.news-region .news-list {
  margin-top: 0.35rem;
}
.news-region .news-list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-region .news-list li {
  width: 32%;
  box-shadow: 0 0 8px #d8d8d8;
}
.news-region .news-list li img {
  width: 100%;
}
.news-region .news-list li .desc {
  background: #ffffff;
  box-sizing: border-box;
  padding: 0.4rem 0.4rem;
}
.news-region .news-list li .desc h5 {
  font-size: 0.3rem;
  color: #ed0007;
}
.news-region .news-list li .desc p {
  font-size: 0.26rem;
  color: #333;
  line-height: 0.4rem;
  height: 0.8rem;
  overflow: hidden;
  margin: 0.2rem 0 0.3rem;
}
.news-region .news-list li .desc span {
  font-size: 0.2rem;
  color: #8d8d8d;
  display: block;
}
.news-region .morelink {
  margin-top: 0.78rem;
}
.ban-region {
  position: relative;
}
.ban-region .banbg {
  width: 100%;
  display: block;
}
.ban-region .w {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 58%;
}
.ban-region ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ban-region li {
  font-size: 0.53rem;
  text-align: center;
  color: #fff;
  background: url(../image/banli.png) no-repeat center;
  width: 4.3rem;
  margin: 0 0.7rem;
  background-size: 100% 100%;
}
.partner-region {
  background: #eaeaea;
  padding: 1rem 0 1rem;
}
.partner-region h3 {
  font-size: 0.62rem;
  color: #ed0007;
}
.partner-region ul {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.partner-region li {
  width: 2.27rem;
  height: 1.7rem;
  margin-bottom: 0.36rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-region li img {
  max-width: 100%;
}
.footer {
  background: #333333;
}
.footer-logo {
  text-align: center;
  border-bottom: 1px solid #ed0007;
  padding-top: 0.43rem;
  margin-bottom: 0.7rem;
}
.footer-bd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-bd .desc {
  padding-left: 15px;
}
.footer-nav {
  width: 56%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-nav dt {
  font-size: 0.27rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.footer-nav dd a {
  font-size: 0.24rem;
  color: #7c7c7c;
  line-height: 1.8;
  display: block;
}
.footer-ft {
  font-size: 0.18rem;
  color: #7b7b7b;
  font-family: arial;
  padding: 0.5rem 0;
  line-height: 1.8;
}
.footer-ft a {
  color: #7b7b7b;
}
.um-menu {
  background: #eaeaea;
  height: 1px;
  overflow: hidden;
}
.um-menu ul {
  line-height: 0.9rem;
  display: none;
  
}
.um-menu li {
  vertical-align: top;
}
.um-menu li a {
  display: block;
  padding: 0 0.5rem;
  line-height: 0.9rem;
  color: #7c7c7c;
  font-size: 0.22rem;
}
.um-menu li a:hover {
  background: #ed0007;
  color: #fff;
}
.um-menu li.on {
  display: flex;
}
.um-menu li ul{
	display: none;
}


.um-menu li.on ul {
  background: #eaeaea;
}
.um-menu li.on ul li {
  display: block;
}
.um-menu li.on a,
.um-menu li.on ul li a:hover,
.um-menu li ul li.cur a{
  background: #ed0007;
  color: #fff;
}

.um-menu li.on ul li a{
background: none;
  color:#7c7c7c;
}

.um-about-hd h3 {
  font-size: 0.62rem;
  color: #ed0007;
  margin-bottom: 0.5rem;
}
.um-about-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.um-about-con .um-about-desc {
  width: 9.9rem;
  font-size: 0.25rem;
  color: #333;
  line-height: 1.9;
}
.um-about-con .um-about-img {
  width: 7.35rem;
}
.um-about-con .um-about-img img {
  width: 100%;
  display: block;
}
.um-about-bd .img {
  margin: 1.3rem 0 1.35rem;
}
.um-about-bd .img p {
  line-height: 0.63rem;
  background: #333333;
  color: #fff;
  font-size: 0.24rem;
  padding: 0 2%;
}
.um-about-bd .img img {
  width: 100%;
  display: block;
}
.um-about-bd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.um-about-bd ul li {
  width: 5.8rem;
}
.um-about-bd ul li img {
  width: 100%;
  display: block;
}
.um-thrid-tit ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.um-thrid-tit li {
  border: 2px solid #c9c9c9;
  border-left: 0;
  border-right: 0;
  flex: 1 1 auto;
}
.um-thrid-tit li a {
  display: block;
  padding: 0 0.4rem;
  font-size: 0.32rem;
  color: #8d8d8d;
}
.um-thrid-tit li.on,
.um-thrid-tit li:hover {
  background: #ed0007;
  border-color: #ed0007;
}
.um-thrid-tit li.on a,
.um-thrid-tit li:hover a {
  color: #fff;
}
.um-page-desc {
  padding-top: 0.4rem;
}
.um-solve-bd {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.44rem;
  margin: 0.9rem 0 1.3rem;
}
.um-solve-map {
  background: #eaeaea;
  height: 9.77rem;
}
.um-solve-map .w {
  position: relative;
}
.um-solve-map img {
  position: absolute;
  right: 0;
  top: -0.7rem;
  width: 12.1rem;
}
.um-solve-map .hov {
  width: 5.72rem;
  height: 6.77rem;
  background: #fff;
  box-shadow: 0 3px 5px #bbb;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0.66rem;
}
.um-solve-map .hov h3 {
  font-size: 0.32rem;
  color: #ed0007;
  margin-bottom: 0.4rem;
}
.um-solve-map .hov p {
  font-size: 0.23rem;
  color: #333;
  line-height: 0.4rem;
}
.um-solve-normal {
  margin: 1.35rem 0 0;
}
.um-solve-normal .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.um-solve-normal .desc {
  width: 11.7rem;
}
.um-solve-normal .desc h3 {
  font-size: 0.32rem;
  color: #ed0007;
  margin-bottom: 0.2rem;
}
.um-solve-normal .desc img {
  display: block;
  margin: 0.3rem 0;
}
.um-solve-normal .desc p {
  font-size: 0.23rem;
  color: #333;
  line-height: 0.5rem;
}
.um-solve-normal .img {
  width: 5.71rem;
}
.um-solve-normal .img img {
  width: 100%;
  display: block;
}
.um-case-list dl {
  margin-top: 1.1rem;
}
.um-case-list dt {
  margin-bottom: 0.5rem;
  color: #333;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 0.2rem;
}
.um-case-list dt h3 {
  font-size: 0.33rem;
}
.um-case-list dt p {
  font-size: 0.2rem;
}
.um-case-list dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.um-case-list dd .img {
  width: 9.09rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.um-case-list dd .img img {
  width: 100%;
}
.um-case-list dd .img .img2 {
  width: 4.36rem;
  margin-top: 0.22rem;
}
.um-case-list dd .desc {
  width: 8rem;
  font-size: 0.25rem;
  color: #333;
}
.um-case-list dd .desc p {
  margin-bottom: 0.1rem;
  line-height: 1.8;
}
.um-case-list dd .desc p span {
  padding-left: 0.77rem;
}




/* 产品内页 */
.um-proshow-main{
  background: #efefef;
}
.um-proshow-main .w{
  width: 1300px;
}
.um-proshow-main .left{
  float: left;
}
.um-proshow-main .right{
  float: right;
}

.um-proshow-menu{
  height: 69px;
  line-height: 68px;
  border-bottom: 1px solid #ccc;
}
.um-proshow-menu h3{
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.proshow-menu-link a{
  padding-left: 15px;
  font-size: 14px;
  color: #333;
}
.proshow-menu-link a:hover{
  color: #bf1922;
}

.um-proshow-img{
  padding: 50px 0 90px;
  overflow: hidden;
}
.proshow-item-hd{
  overflow: hidden;
}
.proshow-item-hd .hd{
  width: 87px;
  float: left;
  position: relative;
}
.proshow-item-hd .bd{
  width: 690px;
}
.proshow-item-hd .bd li{
  max-width: 100%;
  font-size: 0;
  text-align: center;
}
.proshow-item-hd .bd li img{
  max-height: 400px;
}
.um-proshow-img .swiper-container{
  width: 100%;
  height: 279px;
  overflow: hidden;
  margin-top: 60px;
}
.um-proshow-img .swiper-slide img{
  width: 100%;
  height: 100%;
  display: block;
}
.um-proshow-img .swiper-button-prev{
  position: absolute;
  top: 0;
  width: auto;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  left: calc(50% - 16px);
  line-height: 0;
}
.um-proshow-img .swiper-button-next{
  position: absolute;
  bottom: -60px;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  left: calc(50% - 16px);
  line-height: 0;
}
.um-proshow-img .swiper-button-next:hover,
.um-proshow-img .swiper-button-prev:hover{
  opacity: 0.8;
}
.um-proshow-img .swiper-slide-active{
  border: 1px solid #f00;
}
.proshow-item-bd{
  width: 520px;
  height: 400px;
  box-sizing: border-box;
  padding: 50px 65px;
  background: url(../image/proshowbg.png) no-repeat right bottom #fff;
}
.proshow-bd_tit{
  color: #333;
  margin-bottom: 30px;
}
.proshow-bd_tit h4{
  font-size: 30px;
  font-weight: normal;
}
.proshow-bd_tit p{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1px 0 13px;
}
.proshow-bd_tit::after{
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: #372525;
}
.proshow-bd-desc p{
  font-size: 15px;
  color: #666;
  line-height: 2;
}
.proshow-bd-desc p span{
  color: #333;
}
.um-proshow-main>h2{
  background: #343131;
  line-height: 105px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.um-proshow-content h3{
  height: 108px;
  display: inline-block;
  margin-left: 40px;
  border-bottom: 2px solid #e60039;
  font-size: 20px;
  font-weight: bold;
  color: #111;
  padding-top: 50px;
  box-sizing: border-box;
}
.um-proshow-desc{
  background: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 2;
}
.um-proshow-desc img{
  max-width: 100%;
}

.pagenav{
    font-size: 0.14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
    margin-top: 18px;
}
.pagenav a{
	color: #e40007;
}









@media screen and (max-width: 1440px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 71px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 52px;
  }
}
