/*header start*/
.leftfixapp{
	width: 60px;
    height: 60px;
    text-align: center;
    position: fixed;
	bottom: 10%;
	margin-bottom: 60px;
    right: 1.5%;
    z-index: 10;
    text-align: center;
	cursor: pointer;
	z-index: 1990;
 
}
.leftfixapp img{
	width: 60px;
}
.map-item {
  position: absolute;
  line-height: 1;
  margin-top: -4px;
}

.epc-map .imgshow {
  position: relative;
}

.epc-map .imgshow img {
  width: 100%;
}

@keyframes myfirst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
/*new map*/
/*index6*/
.epc-map {
  position: relative;
}

.index-box6 {
  /*background: #1b1e21;*/
}

.index-box6-top {
  width: 100%;
}

.index-box6-bg {
  margin-top: 40px;
  background: url(../images/index-box6-bg.png) no-repeat center;
  background-size: cover;
  padding: 0 0 6% 2%;
}

.index-box6-con {
  position: relative;
  left: -6%;
}

.index-box6-map {
  position: absolute;
  left: 0;
  top: 0;
  /*width: 74%;*/
width:88%;
  /*height: 100%;*/
height:95%;
  z-index: 3;
  left: 9%;
}

.index-box6-map-img img {
  width: 100%;
  display: block;
  opacity: 0.4;
}

.map-item {
  position: absolute;
}

.map-item.cur .map-item-icon2 {
  /*display: block;*/
  background-image: url(../images/icon-map-point-hover.png);
}

.map-item.cur .map-item-zi {
  visibility: hidden;
}
.map-item-wen:hover .map-item-zi{
	color:#EA5514!important
}
.map-item-wen:hover .map-item-icon{
	background:#EA5514!important
}
.map-item-wen:hover .map-item-icon i{
	background:#EA5514!important
}
.map-item-wen {
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.map-item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 100%;
}

.map-item-icon i {
  display: block;
      background: #fff!important;
  animation: rodflash 2s infinite;
  width: 10px;
  height: 10px;
  border-radius: 100%;
	background: white!important;
}

.map-item:nth-child(odd) .map-item-icon i {
  animation: rodflash 2s 1s infinite;
}

.map-item-wen span {
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
}

/*.map-item-icon2 {
  width: 43px;
  height: 43px;
  background: url(../images/icon-map-point.png) center no-repeat;
  margin-right: 10px;
  transition: all .3s;
}*/
@keyframes rodflash {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

.map-item-zi {
  /*margin-left: -25px;*/
  margin-left: 5px;
  color: #000;
  position: absolute;
  left: 100%;
  line-height: 1;
}

.map-item-position {
  position: absolute;
  z-index: 2;
  top: -50px;
  left: 40px;
  display: none;
  width: 300px;
}

.map-item-position-city {
  width: 210px;
  float: left;
  opacity: 0;
  margin-top: -50px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 30px #000;
  -webkit-box-shadow: 0 0 30px #000;
  overflow: hidden;
}

.map-item-position-city a {
  display: block;
  position: relative;
}

.map-item-position-city a img {
  width: 100%;
}

.map-item-position-city span {
  font-size: 14px;
  display: block;
  padding: 6px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index-box6-tit {
  position: absolute;
  top: 100px;
  left: 160px;
  z-index: 4;
}

.index-box6-tit h3 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
}

.index-box6-tit p {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

.map-xian {
  width: 82px;
  height: 39px;
  background: url(../images/map-xian.png) no-repeat left center;
  /*background-size: 82px 39px;*/
  float: left;
  margin-top: 25px;
}

.map-xian {
  animation: widthMove 0.4s linear;
  -webkit-animation: widthMove 0.4s linear;
  -o-animation: widthMove 0.4s linear;
  -moz-animation: widthMove 0.4s linear;
}

@keyframes widthMove {
  0% {
    width: 0;
  }
  100% {
    width: 82px;
  }
}

@-webkit-keyframes widthMove {
  0% {
    width: 0;
  }
  100% {
    width: 82px;
  }
}

@-o-keyframes widthMove {
  0% {
    width: 0;
  }
  100% {
    width: 82px;
  }
}

@-moz-keyframes widthMove {
  0% {
    width: 0;
  }
  100% {
    width: 82px;
  }
}

.map-item-position-city {
  animation: fadeMove 0.5s 0.5s linear;
  -webkit-animation: fadeMove 0.5s 0.5s linear;
  -o-animation: fadeMove 0.5s 0.5s linear;
  -moz-animation: fadeMove 0.5s 0.5s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes fadeMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes widthMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes widthMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }10
}

@-moz-keyframes widthMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*.map-item1 {*/
/*  left: 58%;*/
/*  top: 59%;*/
/*}*/

/*.map-item2 {*/
/*  left: 57%;*/
/*  top: 51%;*/
/*}*/

/*.map-item3 {*/
/*  left: 22%;*/
/*  top: 44%;*/
/*}*/

/*.map-item4 {*/
/*  left: 29%;*/
/*  top: 63%;*/
/*}*/

/*.map-item5 {*/
/*  left: 30.8%;*/
/*  top: 74%;*/
/*}*/

/*.map-item6 {*/
/*  left: 48%;*/
/*  top: 40%;*/
/*}*/

/*.map-item7 {*/
/*  left: 46%;*/
/*  top: 54%;*/
/*}*/

/*.map-item8 {*/
/*  left: 59%;*/
/*  top: 65%;*/
/*}*/

/*.map-item9 {*/
/*  left: 56.9%;*/
/*  top: 62.2%;*/
/*}*/

/*.map-item10 {*/
/*  left: 57%;*/
/*  top: 72%;*/
/*}*/

/*.map-item11 {*/
/*  left: 61%;*/
/*  top: 34%;*/
/*}*/

/*.map-item12 {*/
/*  left: 67.5%;*/
/*  top: 42%;*/
/*}*/

/*.map-item13 {*/
/*  left: 75%;*/
/*  top: 29%;*/
/*}*/

/*.map-item14 {*/
/*  left: 78%;*/
/*  top: 34%;*/
/*}*/

/*.map-item15 {*/
/*  left: 75%;*/
/*  top: 37.2%;*/
/*}*/

/*.map-item16 {*/
/*  left: 75.2%;*/
/*  top: 48.5%;*/
/*}*/

/*.map-item17 {*/
/*  left: 77.7%;*/
/*  top: 50.5%;*/
/*}*/

/*.map-item18 {*/
/*  left: 76%;*/
/*  top: 58%;*/
/*}*/

/*.map-item19 {*/
/*  left: 79.5%;*/
/*  top: 61%;*/
/*}*/

/*.map-item20 {*/
/*  left: 79.3%;*/
/*  top: 40%;*/
/*}*/

/*.map-item21 {*/
/*  left: 48.8%;*/
/*  top: 52%;*/
/*}*/

/*.map-item22 {*/
/*  left: 73%;*/
/*  top: 19%;*/
/*}*/

/*.map-item23 {*/
/*  left: 82%;*/
/*  top: 55%;*/
/*}*/

/*.map-item24 {*/
/*  left: 80.3%;*/
/*  top: 44%;*/
/*}*/

/*.map-item25 {*/
/*  left: 72%;*/
/*  top: 40%;*/
/*}*/

/*.map-item26 {*/
/*  left: 54.3%;*/
/*  top: 64%;*/
/*}*/

/*.map-item27 {*/
/*  left: 30%;*/
/*  top: 59%;*/
/*}*/

/*.map-item28 {*/
/*  left: 33.5%;*/
/*  top: 57%;*/
/*}*/

/*.map-item29 {*/
/*  left: 76.5%;*/
/*  top: 42.5%;*/
/*}*/

/*.map-item30 {*/
/*  left: 69%;*/
/*  top: 33.5%;*/
/*}*/

/*.map-item31 {*/
/*  left: 81.5%;*/
/*  top: 27%;*/
/*}*/

/*.map-item32 {*/
/*  left: 48.8%;*/
/*  top: 56.5%;*/
/*}*/

/*.map-item33 {*/
/*  left: 76.8%;*/
/*  top: 53%;*/
/*}*/

/*.map-item34 {*/
/*  left: 53%;*/
/*  top: 26.5%;*/
/*}*/

/*.map-item35 {*/
/*  left: 48%;*/
/*  top: 49%;*/
/*}*/

/*.map-item36 {*/
/*  left: 46.5%;*/
/*  top: 46.5%;*/
/*}*/

/*.map-item37 {*/
/*  left: 58%;*/
/*  top: 75%;*/
/*}*/

/*.map-item38 {*/
/*  left: 53.5%;*/
/*  top: 76%;*/
/*}*/

/*.map-item39 {*/
/*  left: 55.5%;*/
/*  top: 80%;*/
/*}*/

/*.map-item40 {*/
/*  left: 26.7%;*/
/*  top: 52.5%;*/
/*}*/

/*.map-item41 {*/
/*  left: 74.7%;*/
/*  top: 45.5%;*/
/*}*/

/*.map-item42 {*/
/*  left: 31%;*/
/*  top: 54.5%;*/
/*}*/

/*.map-item43 {*/
/*  left: 51.7%;*/
/*  top: 49.8%;*/
/*}*/

/*.map-item44 {*/
/*  left: 51%;*/
/*  top: 54.2%;*/
/*}*/

/*.map-item45 {*/
/*  left: 84%;*/
/*  top: 39.2%;*/
/*}*/

/*.map-item46 {*/
/*  left: 83.1%;*/
/*  top: 37.2%;*/
/*}*/

.header-box{position: relative;}
.header-top{
	background:#00040D;
}
.header-top .tel-mail{float:left;display:flex;}
.header-top .tel-mail a{
	display: flex;
	align-items: center;
	font-size:14px;
	padding:5px 0;
	color:#fff;
	vertical-align: middle;
}
.header-top .tel-mail a i{font-size:16px;}
.header-top .tel-mail a:nth-child(2) i{font-size:16px;}
.header-top .tel-mail a:first-child(1){margin-right:30px;}
.header-top .tel-mail a span{display: inline-block;margin-left:5px;transition: all 0.6s;position: relative;}
.header-top .tel-mail a span::after{
	content: '';
	width:0;
	opacity:0;
	height:1px;
	background:#fff;
	transition: all 0.6s;
	position: absolute;
	left:0;
	bottom:0;
}
.header-top .tel-mail a:hover span::after{width:100%;opacity:1;}
.header-top .share{float:right;display: flex;align-items: center;padding:8px 0;}
.header-top .share a{color:#fff;margin-left:20px;transition: all 0.6s;}
.header-top .share a:hover{color:#DE1617;}
.header-nav{
	background:#fff;
}
.header-nav .logo{width:244px;float:left;padding:5px 0;}
.header-nav .logo a{display: block;}
.header-nav .logo a img{max-width:95%;height:auto;}
.header-nav .search{
	float:right;
	padding:35px 0;
	width:20px;
}
.header-nav .search a{display: block;color:#666666;font-weight:bold;transition: all 0.6s;}
.header-nav .search a:hover{color:#de1617;}
.header-nav .search a i{font-size:20px;}
.header-nav .nav-box{width:calc(100% - 264px);float:left;text-align:center;}
.header-nav .nav-box #menuPc > ul{display: flex;justify-content: center;}
.header-nav .nav-box #menuPc > ul > li{margin:0 18px;position: relative;}
.header-nav .nav-box #menuPc > ul > li > a{
	padding:36.5px 20px;
	display: block;
	font-size:18px;
	color:#666666;
	text-transform: uppercase;
	transition: all 0.6s;
}
.header-nav .nav-box #menuPc > ul > li:hover > a ,.header-nav .nav-box #menuPc ul > li.active > a{
	color:#DE1617;
	text-shadow:0 0 1px #de1617;
}
.header-box .nav-child{
	position: absolute;
	left:0;
	top:100%;
	z-index:999;
	width:100%;
}
.header-box .nav-child .child{
	display:none;
	position: absolute;
	left:0;
	top:0;
	width:100%;
}
.header-box .solution-nav{
	background:#fafafa;
	padding:74px 6.94444% 58px;
}
.header-box .solution-nav ul{
	display: flex;
	flex-wrap: wrap;
}
.header-box .solution-nav ul li{
	width:21%;
	margin-left:5.33333%;
	background:#EEEEEE;
	box-sizing:border-box;
	padding:0 25px 25px;
}
.header-box .solution-nav ul li:nth-child(4n+1){margin-left:0;}
.header-box .solution-nav ul li .pic-box{
	width:128px;
	height:128px;
	box-sizing:border-box;
	border-radius:50%;
	margin:-74px auto 0;
	box-shadow: 0px -2px 8px 0px rgba(82, 82, 82, 0.1);
}
.header-box .solution-nav ul li .pic-box .img-box{
	position: relative;
	overflow: hidden;
	border-radius:50%;
	padding-bottom:100%;
	display: block;
}
.header-box .solution-nav ul li .pic-box .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
	background:#fff;
	border:6px solid #fff;
	box-sizing:border-box;
	transition: all 0.6s;
}
.header-box .solution-nav ul li .tit{
	margin:25px 0 15px;
	text-align: center;
}
.header-box .solution-nav ul li .tit a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height:1.1;
}
.header-box .solution-nav ul li .list dl dd{
	margin:10px 0;
	padding:0 5px;
}
.header-box .solution-nav ul li .list dl dd a{
	display: block;
	padding-left:40px;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	transition: all 0.6s;
}
.header-box .solution-nav ul li .list dl dd a:hover{
	color:#DE1617;
}
.header-box .solution-nav ul li .list dl dd a i{
	width: 23px;
	height: 23px;
	background: #DE1617;
	border-radius: 50%;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:20px;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-11.5px;
}
.products-nav{
	padding:0 35px 42px;
	background:#fafafa;
}
.products-nav .product-nav-inner{
	padding:0 35px 25px;
	position: relative;
	z-index:3;
}
.products-nav .product-nav-inner::after{
	content: '';
	width: 100%;
	height: 346px;
	position: absolute;
	bottom:0;
	left:0;
	z-index:-1;
	border: 1px dashed #DDDDDD;
	border-radius: 24px;
}
.products-nav .product-nav-list ul{
	display: flex;
	flex-wrap: wrap;
}
.products-nav .product-nav-list ul li{width:32.5%;margin-left:1.25%;}
.products-nav .product-nav-list ul li:nth-child(3n+1){margin-left:0;}
.products-nav .product-nav-list ul li .tit{
	padding:25px 0;
}
.products-nav .product-nav-list ul li .tit a{
	display:block;
	line-height:1.1;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	text-align: center;
}
.products-nav .product-nav-list ul li .pic{position: relative;}
.products-nav .product-nav-list ul li .pic .img-box{
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom:57.48218%;
}
.products-nav .product-nav-list ul li .pic .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.products-nav .product-nav-list ul li .pic .sup{
	width:109px;
	height:94px;
	background:url(../images/pro-nav-01.png) no-repeat center;
	position: absolute;
	left:50%;
	top:-8px;
	margin-left:-54.5px;
	z-index:3;
	font-size: 58px;
	font-weight: 900;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products-nav .product-nav-list ul li .list{
	padding:10px 20px 0;
}
.products-nav .product-nav-list ul li .list dl dd{
	margin:10px 0;
	padding:0 5px;
}
.products-nav .product-nav-list ul li .list dl dd a{
	display: block;
	padding-left:40px;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	transition: all 0.6s;
}
.products-nav .product-nav-list ul li .list dl dd .third{display:none;}
.products-nav .product-nav-list ul li .list dl dd .t-item{padding-left:40px;}
.products-nav .product-nav-list ul li .list dl dd .t-item a{font-size:16px;
	display: inline-block;
	padding-left:15px;
	position: relative;
}
.products-nav .product-nav-list ul li .list dl dd .t-item a::after{
	content: '';
	width:10px;
	height:1px;
	background:#DE1617;
	position: absolute;
	left:0;
	top:50%;
}
.products-nav .product-nav-list ul li .list dl dd a:hover{
	color:#DE1617;
}
.products-nav .product-nav-list ul li .list dl dd a i{
	width: 23px;
	height: 23px;
	background: #DE1617;
	border-radius: 50%;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:20px;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-11.5px;
}
#menuWap{display:none;}

/*header end*/

/*footer start*/
.footer{
	background:#000000;
}
.footer-top{
	padding:50px 0;
}
.footer-top .f-logo-share{
	width:13%;
	float:left;
}
.footer-top .f-logo a{display: block;}
.footer-top .f-logo a img{max-width:100%;height:auto;}
.footer-top .f-nav{
	width:87%;
	float:right;
	display: flex;
	flex-wrap: wrap;
}
.footer-top .f-nav dl{
	width:13%;
	margin-left:1.33333%;
}
.footer-top .f-nav dl:first-child{margin-left:0;width:11%;}
.footer-top .f-nav dl:nth-child(2){width:10%;}
.footer-top .f-nav dl:nth-child(5){width:8%;}
.footer-top .f-nav dl:nth-child(6){width:14%;}
.footer-top .f-nav dl:nth-child(7){width:20%;margin-left:3.33333%;}
.footer-top .f-nav dl dt a{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.footer-top .f-nav dl dt{
	margin-bottom:20px;
}
.footer-top .f-nav dl dd{
	margin-bottom:10px;
	line-height:1.2;
}
.footer-top .f-nav dl dd a{
	font-size: 16px;
	color: #fff;
	transition: all 0.6s;
}
.footer-top .f-nav dl dd a:hover{
	color:#de1717;
}
.footer-top .f-nav dl.contact dd{
	padding-left:25px;
	position: relative;
}
.footer-top .f-nav dl.contact dd i{
	position: absolute;
	left:0;
	top:0;
}
.footer-top .f-nav dl.contact dd span{
	display: block;
	color:#fff;
}
.footer-copy .copy-share{
	padding:15px;
	border-top:1px solid #333333;
}
.footer-copy .copy-share .copy{
	text-transform:uppercase;
	color:#fff;
}
.footer-top .f-logo-share .share{
	display: flex;
	margin-top:25px;
}
.footer-top .f-logo-share .share a{
	width: 24px;
	height: 24px;
	background: #666666;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	margin-right:15px;
	transition: all 0.6s;
}
.footer-top .f-logo-share .share a:hover{
	background:#D82C2C;
}
.footer-top .f-logo-share .share a i{
	font-size:12px;
}
/*footer end*/

/*轮播图start*/
.banner {
	max-width: 100%;
	margin: 0 auto 0;
	width: 100%;
	background: #FFFFFF;
}

.banner .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.banner .swiper-slide .video-box {
	width: 100%;
	padding-bottom: 44.79166%;
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide .video-box video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.banner .bg-box {
	position: relative;
	z-index: 1;
}

.banner .bg-box img {
	width: 100%;
	height: auto;
}

.banner .wap-box {
	display: none;
}

.banner .wap-box img {
	width: 100%;
	height: auto;
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
	border-radius: 50%;
	transition: all 0.6s;
	margin:0 15px !important;
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(255, 255, 255, 1);
}

.banner .swiper-pagination{
	bottom: 35px;
}

.banner .banner-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	flex-direction: column;
}

.swiper-slide .banner-content {
	transform: translateY(-200px);
	opacity: 0;
	transition: all .6s;
}

.ani-slide .banner-content {
	transform: translateY(0);
	opacity: 1;
}

/*轮播图end*/
.inner-banner{width:100%;position: relative;}
.inner-banner .img-box img{width:100%;height:auto;}
.inner-banner .tit{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 72px;
	color: #FFFFFF;
}
.inner-banner .tit h6{font-weight:400;text-transform:uppercase;}
.crumbs-box {
	padding: 10px 0;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	line-height:25px;
}

.crumbs-box a{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.4s;
}
.crumbs-box a.home{
	padding-left:30px;
	background:url(../images/home-icon.png) no-repeat left top;
}
.crumbs-box a:hover {
	color: #DE1617;
}

.crumbs-box i {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
}

.crumbs-box span {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
	padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-content {
	max-width: 1480px;
	margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
	width: 40px;
	height: 40px;
	left: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 999;
	background: #de1717;
}

/*置顶按钮 end*/

/*分页 start*/
.page-box {
	padding: 50px 0;
	text-align: center;
}

.page-box .page-inner {
	display: flex;
	justify-content: center;
}
.page-box .page-inner .wp-pagenavi{
	display: flex;
	flex-wrap: wrap;
}
.page-box .page-inner a,
.page-box .page-inner span {
	border: 1px solid #DDDDDD;
	display: inline-flex;
	font-size: 14px;
	color: #888888;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	justify-content: center;
	background: transparent;
}

.page-box .page-inner .current {
	font-weight: bold;
	color: #fff;
	background:#de1617;
	border: 1px solid #de1617;
}
.page-box .page-inner .prevpostslink{background:url(../images/page-left-icon.png) no-repeat center;}
.page-box .page-inner .nextpostslink{background:url(../images/page-right-icon.png) no-repeat center;}
/*分页 end*/

/*公共样式定义 end*/
.hot-news{
	background:#000000;
}
.hot-news .hn-swiper-box{
	padding:25px 0;
	padding-right:238px;
	position: relative;
}
.hot-news .hn-swiper{width:calc(100% - 120px);float:right;}
.hot-news .hn-swiper .swiper{height:28px;}
.hot-news .hn-swiper .swiper .swiper-slide{padding:0 25px 0 10px;}
.hot-news .hn-swiper .swiper .swiper-slide a{display: block;line-height:28px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.6s;
}
.hot-news .hn-swiper .swiper .swiper-slide a:hover{
	color:#DE1617;
}
.hot-news .hn-swiper-box .hn-tit{
	float:left;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	padding-left:55px;
	background:url(../images/hot-news-icon.png) no-repeat left center;
}
.hn-swiper-box .swiper-button-next, .hn-swiper-box .swiper-button-prev{
	width:23px;
	height:13px;
	top: auto;
	margin-top: auto;
	left:auto;
	right:auto;
}
.hn-swiper-box .swiper-button-next::after, .hn-swiper-box .swiper-button-prev::after{display:none;}
.hn-swiper-box .swiper-button-next{
	background:url(../images/hot-news-bottom.png) no-repeat center;
	bottom:0;
	right:0;
}
.hn-swiper-box .swiper-button-prev{
	background:url(../images/hot-news-top.png) no-repeat center;
	top:0;
	right:0;
}
.hn-swiper-box .hn-more{
	position: absolute;
	right:0;
	top:-10px;
	width: 138px;
	height: 72px;
	z-index:3;
}
.hn-swiper-box .hn-more::after{
	content: '';
	position: absolute;
	left:-10px;
	top:-10px;
	z-index:-1;
	border-width:10px;
	border-style: solid;
	border-color:transparent transparent transparent #9A0001;
	transform: rotate(270deg);
}
.hn-swiper-box .hn-more::before{
	content: '';
	position: absolute;
	right:-10px;
	top:-10px;
	z-index:-1;
	border-width:10px;
	border-style: solid;
	border-color:transparent transparent transparent #9A0001;
	transform: rotate(270deg);
}
.hn-swiper-box .hn-more a{
	display: block;
	line-height:72px;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	background: #DE1617;
	position: relative;
	z-index:3;
	transition: all 0.6s;
}
.hn-swiper-box .hn-more a:hover{
	background:#9A0001;
}
.index-sport{
	padding:80px 0;
	background:#ececec;
}
.index-tit h6{
	font-size: 40px;
	font-weight: 700;
	color: #1A1A1A;
	text-transform: uppercase;
	text-align: center;
	line-height:1;
}
.index-tit p{
	margin-top:70px;
	font-size: 16px;
	font-weight: 400;
	color: #1A1A1A;
	line-height: 2.25;
}
.index-sport .sport-flex{
	margin-top:70px;
	display: flex;
	flex-wrap: wrap;
}
.index-sport .sport-flex .sf-number{
	width:30%;
	background: #fff;
	box-sizing:border-box;
	padding-left:28px;
}
.index-sport .sport-flex .sf-number ul{
	height:100%;
}
.index-sport .sport-flex .sf-number ul li{
	height:calc(100% / 4);
	display: flex;
	align-items: center;
	border-top:2px solid #DDDDDD;
}
.index-sport .sport-flex .sf-number ul li:first-child{border-top:none;}
.index-sport .sport-flex .sf-number ul li .icon-box{
	width: 72px;
	height: 72px;
	background: #F3F3F3;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:15px;
}
.index-sport .sport-flex .sf-number ul li .text{
	font-size:16px;
	color: #1a1a1a;
	width:calc(100% - 82px);
	margin-left:10px;
}
.index-sport .sport-flex .sf-number ul li .text span{
	font-size:30px;
	font-weight:700;
	color:#1A1A1A;
}
.index-sport .sport-flex .sf-number ul li .text b{
	font-size:28px;
	font-weight:700;
	color:#1A1A1A;
}


.index-sport .sport-flex .sf-pic{
	width:67%;
	margin-left:3%;
}
.index-sport .sport-flex .sf-pic ul{
	display: flex;
	flex-wrap: wrap;
}
.index-sport .sport-flex .sf-pic ul li{
	width:49%;
	margin-bottom:22px;
	border-radius:16px;
	overflow: hidden;
	position: relative;
}
.index-sport .sport-flex .sf-pic ul li:nth-child(2n+1){margin-right:2%;}
.index-sport .sport-flex .sf-pic ul li:nth-child(n+3){margin-bottom:0;}
.index-sport .sport-flex .sf-pic ul li .img-box{
	padding-bottom:78.29787%;
	position: relative;
	overflow: hidden;
}
.index-sport .sport-flex .sf-pic ul li .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
	transition: all 0.6s;
	transform: scale(1);
}
.index-sport .sport-flex .sf-pic ul li:hover .img-box img{transform: scale(1.1);}
.index-sport .sport-flex .sf-pic ul li .pop-box{
	width: 50%;
	height: 100%;
	background: rgba(222, 22, 23, 0.5);
	border-radius: 16px 0px 0px 16px;
	position: absolute;
	left:0;
	top:0;
	z-index:3;
	box-sizing:border-box;
	padding-left:16px;
	display: flex;
	align-items: center;
}
.index-sport .sport-flex .sf-pic ul li .pop-box .pb-inner{
	color: #fff;
}
.sport-flex .sf-pic ul li .pop-box .pb-inner .capital{
	font-size: 60px;
	font-weight: 700;
	color: #FFFFFF;
	line-height:1;
	text-transform: uppercase;
}
.sport-flex .sf-pic ul li .pop-box .pb-inner .tit{
	padding:10px 0;
	margin-top:10px;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
.sport-flex .sf-pic ul li .pop-box .pb-inner .tit::after{
	content: '';
	position: absolute;
	left:0;
	bottom:0;
	width: 64px;
	height: 2px;
	background: #FFFFFF;
}
.sport-flex .sf-pic ul li .pop-box .pb-inner .tips{
	margin-top:35px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
}
.index-series{
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	padding:117px 0 0 0;
}
.index-series .series-flex{
	display: flex;
	justify-content: flex-end;
	/*padding:0 5%;*/
}
.index-series .series-flex .text-box{
	width:100%;
	/*background:rgba(255, 255, 255, 0.8);*/
	box-sizing:border-box;
	border-radius: 16px;
	text-align:left;
}
.index-series .series-flex .text-box .tit h6{
	font-size: 40px;
	font-weight: 700;
	color: #1A1A1A;
}
.index-series .series-flex .text-box .tips{
	padding:0 25px;
	font-size: 16px;
	font-weight: 400;
	color: #1A1A1A;
	line-height: 40px;
	    min-height: 95px;
    background: #ececec;
        margin-bottom: 40px;
    margin-top: 20px;
}
.index-seamless{
	/*background:#f5f5f4;*/
	padding:0px 0 75px;
}
.index-seamless .tag-box ul{
	display:flex;
	flex-wrap: wrap;
}
.index-seamless .tag-box ul li{
	width:32%;
	margin-left:2%;
}
.index-seamless .tag-box ul li:nth-child(3n+1){margin-left:0;}
.index-seamless .tag-box ul li a{
	display: block;
	position: relative;
}
.index-seamless .tag-box ul li a .img-box{
	display: block;
	padding-bottom:34.33476%;
	position: relative;
	overflow: hidden;
}
.index-seamless .tag-box ul li a .img-box img{width:100%;height:100%;position: absolute;left:0;top:0;object-fit: cover;}
.index-seamless .tag-box ul li a .tit{
	text-align: center;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:3;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.index-seamless .tag-box ul li:hover a .tit ,.index-seamless .tag-box ul li.active a .tit{
	text-shadow:1px 1px 1px #000;
}
.index-seamless .tag-box ul li a::after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.3);
	transition: all 0.6s;
}
.index-seamless .tag-box ul li.active a::after ,.index-seamless .tag-box ul li:hover a::after{
	background:rgba(0, 0, 0, 0);
}
.index-seamless .con-box{margin-top:60px;}
.index-seamless .con-box .con{display: none;}
.index-seamless .con-box .con .con-fixed{
	display: flex;
	flex-wrap: wrap;
}
.index-seamless .con-box .con .con-fixed .text-box{
	width:23%;
}
.index-seamless .text-box .tit{
	font-size: 26px;
	font-weight: 700;
	color: #1A1A1A;
	text-transform: uppercase;
	line-height:1.5;
}
.index-seamless .text-box .tips{
	height: 192px;
	overflow: hidden;
	font-size: 16px;
	color: #1A1A1A;
	line-height: 28px;
   margin: 15px 0 15px;
}
.index-seamless .text-box .more{
	text-align: right;
}
.index-seamless .text-box .more a{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #C1C1C1;
	transition: all 0.6s;
}
.index-seamless .text-box .more a:hover{
	color:#DE1617;
}
.index-seamless .text-box .more a i{
	font-size:18px;
}
.index-seamless .con-box .con .con-fixed .seamless-swiper-box{
	width:75%;
	margin-left:2%;
}
.index-seamless .text-box .page-box{
	position: relative;
	width:110px;
	height:48px;
	padding:40px 0 0;
}
.index-seamless .swiper-button-next, .index-seamless .swiper-button-prev{
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	box-shadow: 0px 8px 29px 0px rgba(170, 170, 170, 0.25);
	border-radius: 50%;
	opacity:1;
	color:#D82C2C;
	transition: all 0.6s;
}
.index-seamless .swiper-button-next{
	right:0;
}
.index-seamless .swiper-button-prev{
	left:0;
}
.index-seamless .swiper-button-next::after, .index-seamless .swiper-button-prev::after{
	font-size:16px;
	font-weight:900;
}
.index-seamless .swiper-button-next.swiper-button-disabled, .index-seamless .swiper-button-prev.swiper-button-disabled{
	background:#D82C2C;
	color:#fff;
}
.index-seamless .con-box .con.active{display: block;}
.index-seamless .seamless-swiper-box .swiper{
	padding-bottom:10px;
}
.index-seamless .seamless-swiper-box .swiper-slide{
	background: #FFFFFF;
	border-radius: 0px 48px 0px 48px;
	box-shadow: 0px 2px 13px 0px rgba(51, 0, 0, 0.3);
	transition: all 0.6s;
}
.index-seamless .seamless-swiper-box .swiper-slide:hover .texts-box{
	background:#DE1617;
}
.index-seamless .seamless-swiper-box .swiper-slide .img-box{
	position: relative;
	display: block;
	padding-bottom:97.03264%;
}
.index-seamless .seamless-swiper-box .swiper-slide .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius: 0px 48px 0px 0;
}
.index-seamless .seamless-swiper-box .swiper-slide .texts-box{
	padding:25px;
	transition: all 0.6s;
	background:#fff;
	border-radius: 0px 0px 0px 48px;
}
.index-seamless .seamless-swiper-box .swiper-slide .texts-box .t{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 700;
	color: #1A1A1A;
	transition: all 0.6s;
}
.index-seamless .seamless-swiper-box .swiper-slide:hover .texts-box .t{
	color:#fff;
}
.index-seamless .seamless-swiper-box .swiper-slide .texts-box .tips{
	margin-top:10px;
	height: 105px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 21px;
	transition: all 0.6s;
}
.index-seamless .seamless-swiper-box .swiper-slide:hover .texts-box .tips{
	color:#fff;
}
.index-solu{
	background:#ececec;
	padding:80px 0;
}
.index-solu .solu-swiper{
	margin-top:50px;
	position: relative;
}
.solu-swiper .swiper-button-next, .solu-swiper .swiper-button-prev{
	width: 48px;
	height: 48px;
	box-sizing:border-box;
	border:2px solid #DE1617;
	border-radius:50%;
	margin-top:-24px;
	color:#de1617;
}
.solu-swiper .swiper-button-next{
	right:-88px;
}
.solu-swiper .swiper-button-prev{
	left:-88px;
}
.solu-swiper .swiper-button-next::after, .solu-swiper .swiper-button-prev::after{
	font-size:18px;
	font-weight:bold;
}
.solu-swiper .swiper-button-next.swiper-button-disabled, .solu-swiper .swiper-button-prev.swiper-button-disabled{
	color:#999999;
	border-color:#999999;
	opacity:1;
}
.solu-swiper .swiper-slide .img-box{
	position: relative;
	overflow: hidden;
	padding-bottom:120%;
	display: block;
}
.solu-swiper .swiper-slide .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.solu-swiper .swiper-slide .text-box{
	position: absolute;
	left:0;
	top:0;
	z-index:3;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #fff;
	padding:10% 10px 0;
	transition: all 0.6s;
	box-sizing:border-box;
}
.solu-swiper .swiper-slide:hover .text-box{
	padding-top:0;
	background:rgba(61, 79, 213, 0.6);
}
.solu-swiper .swiper-slide .text-box .t{
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 28px;
	text-transform: uppercase;
}
.solu-swiper .swiper-slide .text-box .tips{
	margin-top:25px;
	height: 56px;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
	line-height: 28px;
	line-height: 1.25;
	max-height:2.5em;
	text-overflow:-o-ellipsis-lastline;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-clamp:2;
	-webkit-box-orient:vertical;
}
.index-global{
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	padding:80px 0;
}
.index-global .global-swiper{
	margin-top:80px;
	padding:0 4%;
}
.index-global .index-tit h6{color:#fff;}
.index-global .index-tit p{color:#fff;}
.index-global .global-swiper .swiper-slide{width:auto;}
.index-global .global-swiper .swiper-slide .icon-box{
	padding-bottom:100%;
	background: #FFFFFF;
	border-radius: 50%;
	display: block;
	overflow: hidden;
}
.index-global .global-swiper .swiper-slide .icon-box img{
	max-width:50%;
	height: auto;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50% , -50%);
}
.index-global-map{background:#fff; margin:0px 0;}
.index-global-map .img-box{max-width:1920px;margin:0 auto;}
.index-global-map img{width:100%;height:auto;}
.inner-tag{
	padding:80px 0 50px;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.inner-tag a{
	margin:0 8px;
	width: 188px;
	height: 46px;
	border: 1px solid #E0E0E0;
	border-radius: 23px;
	text-align: center;
	line-height:46px;
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	transition: all 0.6s;
}
.inner-tag a.active ,.inner-tag a:hover{
	color:#fff;
	background:#DE1617;
	border: 1px solid #DE1617;
}
.news-box{padding-bottom:80px;}
.news-box .news-list ul li{
	margin-bottom:35px;
	background: #F8F8F8;
	padding:40px 5%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.news-box .news-list ul li .pic{width:296px;}
.news-box .news-list ul li .pic .img-box{
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom:69.25675%;
}
.news-box .news-list ul li .pic .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.news-box .news-list ul li .text{
	width:calc(100% - 366px);
	margin-left:70px;
}
.news-box .news-list ul li .text .time-viwe{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
.news-box .news-list ul li .text .time-viwe i{
	display: inline-block;
	margin:0 15px;
}
.news-box .news-list ul li .text .tit{
	padding:20px 0 25px;
	position: relative;
}
.news-box .news-list ul li .text .tit a{
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #1A1A1A;
	line-height:1.1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.6s;
}
.news-box .news-list ul li .text .tit a:hover{
	color:#DE1617;
}
.news-box .news-list ul li .text .tit::after{
	content: '';
	width: 30px;
	height: 3px;
	background: #DE1617;
	position: absolute;
	left:0;
	bottom:0;
}
.news-box .news-list ul li .text .tips{
	margin-top:25px;
	height: 56px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}
.news-box .news-list .page-box{
	padding:15px 0 0;
}
.news-box .news-detail{display: flex;flex-wrap: wrap;margin-bottom:50px;}
.news-detail .news-related{
	width:403px;
}
.news-detail .news-related .tit{
	padding-left:18px;
	position: relative;
	margin-bottom:30px;
}
.news-detail .news-related .tit::after{
	content: '';
	width: 6px;
	height: 20px;
	background: #DE1617;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-10px;
}
.news-detail .news-related .tit h6{
	font-size: 24px;
	font-weight: 700;
	color: #333333;
}
.news-detail .news-related .list li{
	padding:12px;
	border-bottom:1px solid #DDDDDD;
	transition: all 0.6s;
	display: flex;
	flex-wrap: wrap;
}
.news-detail .news-related .list li:hover{
	background:#F3F4FA;
}
.news-detail .news-related .list li .pic{
	width:140px;
}
.news-detail .news-related .list li .pic .img-box{
	display: block;
	padding-bottom:68.57142%;
	position: relative;
	overflow: hidden;
}
.news-detail .news-related .list li .pic .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.news-detail .news-related .list li .text{
	display: block;
	width: calc(100% - 153px);
	margin-left:13px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	height:72px;
	overflow: hidden;
}
.news-detail .news-edit-box{
	width:calc(100% - 427px);
	margin-left:24px;
}
.news-detail .news-edit-box .tit{text-align: center;}
.news-detail .news-edit-box .tit h6{
	font-size: 24px;
	font-weight: 500;
	color: #000;
	line-height: 28px;
}
.news-detail .news-edit-box .time-eye{
	background:#F3F4FA;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 8px 0;
	line-height:20px;
	margin:30px 0;
}
.news-detail .news-edit-box .time-eye .time{
	padding-left:35px;
	background:url(../images/time-icon.png) no-repeat left center;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	height: 40px;
	line-height: 40px;
}
.news-detail .news-edit-box .time-eye .eye{
	margin:0 70px;
	padding-left:35px;
	background:url(../images/eye-icon.png) no-repeat left center;
	height: 40px;
	line-height: 40px;
	
}
.news-detail .news-edit-box .time-eye .share{display:flex;flex-wrap: wrap;}
.news-detail .news-edit-box .time-eye .share a{
	width: 20px;
	height: 20px;
	border-radius:50%;
	color:#fff;
	background:#CDCFD7;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:6px;
	transition: all 0.6s;
}
.news-detail .news-edit-box .time-eye .share a:hover{
	background:#5D8ABC;
}
.news-detail .news-edit-box .time-eye .share a i{font-size:12px;}
.news-detail .news-edit-box .edit-box{
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 1.75;
}
.news-detail .news-edit-box .edit-box h2{
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
}
.news-detail .news-edit-box .edit-box h3{
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}
.news-detail .news-edit-box .edit-box h4{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.edit-box.textcenter ul,.edit-box.textcenter p{
    margin: 0 0 20px;
}

.news-detail .news-edit-box .edit-box img ,.news-detail .news-edit-box .edit-box iframe{max-width:100%;height:auto;}
.news-detail .news-edit-box .news-dis-page{
	margin-top:80px;
	padding:25px 15px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.news-edit-box .news-dis-page .prev{
	display: block;
	width:310px;
	float:left;
	padding-left:45px;
	box-sizing:border-box;
	background:url(../images/news-dis-page-left.png) no-repeat left center;
}
.news-edit-box .news-dis-page .next{
	display: block;
	width:310px;
	float:right;
	padding-right:45px;
	box-sizing:border-box;
	background:url(../images/news-dis-page-right.png) no-repeat right center;
}
.news-edit-box .news-dis-page .t{
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	display: block;
	overflow: hidden;
}
.news-edit-box .news-dis-page .d{
	display: block;
	margin-top:20px;
	font-size: 14px;
	color: #999999;
}
.msg-box .msg-tit{
	text-align: center;
	padding:30px 0;
}
.msg-box .msg-tit h6{
	font-size: 36px;
	font-weight: 500;
	color: #1A1A1A;
	line-height: 28px;
}
.msg-box #xhlFormSubmit{
	width: 180px;
	height: 48px;
	background: #DE1617;
	line-height:48px;
	text-transform: capitalize;
	border-radius:0;
}
.guidance-box{
	background:url(../images/solu-bg-01.jpg) no-repeat center;
	background-size:cover;
	padding:80px 0 70px;
}
.guidance-box .guidance-tit{display:flex;flex-wrap: wrap;}
.guidance-box .guidance-tit .tit{position: relative;width:410px;}
.guidance-box .guidance-tit .tit::after{
	content: 'BJJZO';
	position: absolute;
	left:25px;
	top:-50px;
	font-size: 100px;
	font-weight: 400;
	color: rgba(222, 22, 23, 0.2);
	line-height:1;
	opacity: 0;
}
.guidance-box .guidance-tit .tit a{
	padding-right:75px;
	padding-bottom:20px;
	background:url(../images/solu-icon-01.png) no-repeat right bottom;
	display:block;
	text-align: right;
	font-size: 36px;
	font-weight: 500;
	color: #DE1617;
	text-transform: uppercase;
	line-height:1.2;
}
.guidance-box .guidance-tit .tips{
	width:calc(100% - 410px);
	box-sizing:border-box;
	padding-left:7.5%;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.guidance-box .round-list{
	max-width:1050px;
	margin:60px auto 0;
}
.guidance-box .round-list ul{
	display: flex;
	flex-wrap: wrap;
}
.guidance-box .round-list ul li{
	width:17.5%;
	margin-left:10%;
	text-align: center;
}
.guidance-box .round-list ul li .pic .img-box{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	border-radius:50%;
}
.guidance-box .round-list ul li .pic .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.guidance-box .round-list ul li:nth-child(4n+1){
	margin-left:0;
}
.guidance-box .round-list ul li .text{
	margin-top:25px;
}
.guidance-box .round-list ul li .text .red{
	font-size: 26px;
	font-weight: 400;
	color: #DE1617;
	line-height:1;
}
.guidance-box .round-list ul li .text .tip{
	font-size: 16px;
	font-weight: 500;
	color: #1A1A1A;
}
.solu-list-tit{
	padding:80px 0 10px;
	text-align: center;
	background:#F1F7F8;
}
.solu-list-tit .list-box{
	max-width:930px;
	margin:0 auto;
	font-size: 36px;
	font-weight: 300;
	color: #DE1617;
	text-transform: uppercase;
	word-spacing:10px;
}
.solu-list-tit .list-box sup{
	font-weight:700;
	font-size:36px;
	display: inline-block;
	transform: translateY(-20px);
}
.solu-list-warp ul li{
	padding:70px 0;
}
.solu-list-warp ul li .ipd-20{
	padding-right:8%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.solu-list-warp ul li:nth-child(odd){
	background:#F1F7F8;
}
.solu-list-warp ul li:nth-child(even) .ipd-20{
	flex-direction:row-reverse;
	padding-left:8%;
	padding-right:0;
	text-align: right;
}
.solu-list-warp ul li:nth-child(even) .ipd-20 .text{
	margin-right:80px;
	margin-left:0;
}
.solu-list-warp ul li:nth-child(even) .ipd-20 .text .more{text-align: right;}
.solu-list-warp ul li .pic{
	padding-left:45px;
	padding-bottom:45px;
	width:437px;
	position: relative;
	box-sizing:border-box;
}
.solu-list-warp ul li .pic::after{
	content: '';
	width: calc(100% - 45px);
	height: calc(100% - 45px);
	background: rgba(222, 22, 23, 0.3);
	position: absolute;
	left:0;
	bottom:0;
}
.solu-list-warp ul li .pic .img-box{
	display: block;
	padding-bottom:112.53196%;
	position: relative;
	overflow: hidden;
	position: relative;
	z-index:3;
}
.solu-list-warp ul li .pic .img-box img{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	object-fit:cover;
}
.solu-list-warp ul li .text{
	width:calc(100% - 517px);
	margin-left:80px;
}
.solu-list-warp ul li .text .t a{
	font-size: 36px;
	font-weight: 500;
	color: #1A1A1A;
}
.solu-list-warp ul li .text .dis{
	margin:5% 0;
	height: 104px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}
.solu-list-warp ul li .text  .more a{
	width: 185px;
	height: 55px;
	border: 1px solid #DE1617;
	text-align: center;
	line-height:55px;
	font-size: 18px;
	font-weight: 400;
	color: #DE1617;
	display: inline-block;
	transition: all 0.6s;
}
.solu-list-warp ul li .text  .more a:hover{
	background:#de1617;
	color: #fff;
}
.solu-list-warp ul li .number{
	position: absolute;
	right:0;
	top:0;
	font-size: 100px;
	font-weight: 400;
	color: rgba(222, 22, 23, 0.3);
	line-height:1;
}
.solu-list-warp ul li:nth-child(even) .number{right:auto;left:0;}
.solu-dis-text{
	padding:80px 0;
}
.solu-dis-text .soludis-text::after{
	clear: both;
	display: table;
	content: '';
}
.solu-dis-text .soludis-text .text{
	width:58%;
	float:left;
}
.solu-dis-text .soludis-text .text .t{
	padding-bottom:16px;
	font-size: 36px;
	font-weight: 500;
	color: #1A1A1A;
	position: relative;
}
.solu-dis-text .soludis-text .text .t::after{
	content: '';
	width: 40px;
	height: 3px;
	background: #DE1617;
	position: absolute;
	left:0;
	bottom:0;
}
.solu-dis-text .soludis-text .text .d{
	margin-top:35px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 1.875;
}
.solu-dis-text .soludis-text .pic{
	width:37.5%;
	float:right;
	box-sizing: border-box;
	padding-right:40px;
	padding-bottom:48px;
	position: relative;
	height:auto;
}
.solu-dis-text .soludis-text .pic::after{
	content: '';
	position: absolute;
	bottom:0;
	right:0;
	width:60%;
	height:calc(100% - 48px);
	border: 10px solid #DE1617;
}
.solu-dis-text .soludis-text .pic .img-box{
	position: relative;
	padding-bottom:83%;
	overflow: hidden;
	z-index:3;
}
.solu-dis-text .soludis-text .pic .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:3;
	object-fit:cover;
}
.solu-dis-list{
	padding:0 0 80px;
}
.solu-dis-list .tit{
	padding:80px 0;
	text-align: center;
}
.solu-dis-list .tit h6{
	font-size: 36px;
	font-weight: 500;
	color: #DE1617;
}
.solu-dis-list .list ul{display: flex;flex-wrap: wrap;}
.solu-dis-list .list ul li{width:25%;position: relative;}
.solu-dis-list .list ul li .img-box{
	position: relative;
	padding-bottom:183.75%;
	overflow: hidden;
}
.solu-dis-list .list ul li .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}
.solu-dis-list .list ul li .text-box{
	position: absolute;
	left:0;
	top:0;
	z-index:3;
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background:rgba(246, 246, 246, 1);
	box-sizing:border-box;
	padding:35px;
	transition: all 0.6s;
}
.solu-dis-list .list ul li:hover .text-box{
	background:rgba(0, 0, 0, 0.6);
}
.solu-dis-list .list ul li:nth-child(even) .text-box{
	background:rgba(235, 235, 235, 1);
}
.solu-dis-list .list ul li:nth-child(even):hover .text-box{
	background:rgba(0, 0, 0, 0.6);
}
.solu-dis-list .list ul li .text-box .t{text-align: center;padding-bottom:15px;position: relative;}
.solu-dis-list .list ul li .text-box .t::after{
	content: '';
	width: 88px;
	height: 2px;
	background: #DE1617;
	position: absolute;
	left:50%;
	bottom:0;
	margin-left:-44px;
}
.solu-dis-list .list ul li:hover .text-box .t::after{
	background:#fff;
}
.solu-dis-list .list ul li .text-box .t h6{
	height: 80px;
	overflow:hidden;
	font-size: 24px;
	font-weight: 500;
	color: #1A1A1A;
	line-height: 40px;
	text-transform: uppercase;
}
.solu-dis-list .list ul li:hover .text-box .t h6{
	color:#fff;
}
.solu-dis-list .list ul li .text-box .dis{
	height: 300px;
	margin:60px 0;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.solu-dis-list .list ul li:hover .text-box .dis{
	color:#fff;
}
.solu-dis-list .list ul li .text-box .step{
	text-align: center;
	font-size:30px;
	color:#ccc;
}
.solu-dis-list .list ul li .text-box .step i{font-size:48px;}
.solu-dis-list .list ul li .text-box .step b{
	color:#DE1617;
	font-size:48px;
	font-weight:400;
}
.solu-dis-list .list ul li:hover .text-box .step b{color:#fff;}
.product-box{
	padding:80px 0;
}
.product-box .product-flex{
	display: flex;
	flex-wrap: wrap;
}
.product-box .product-flex .product-menu{
	width:303px;
}
.product-flex .product-menu .tit{
	padding-left:25px;
	position: relative;
}
.product-flex .product-menu .tit::after{
	content: '';
	width: 6px;
	height: 30px;
	background: #DE1617;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-15px;
}
.product-flex .product-menu .tit h6{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	text-transform: uppercase;
	letter-spacing:5px;
	word-spacing:10px;
}
.product-flex .product-menu .search{
	margin:35px 0;
	position: relative;
}
.product-flex .product-menu .search input{
	width: 100%;
	line-height:32px;
	padding:0 62px 0 20px;
	box-sizing:border-box;
	height: 32px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid rgba(204, 204, 204, 0.51);
}
.product-flex .product-menu .search input::placeholder{color:#ccc;}
.product-flex .product-menu .search button{
	border:none;
	width: 52px;
	height: 32px;
	background: #DE1617;
	position: absolute;
	right:0;
	top:0;
	z-index:3;
}
.product-flex .product-menu .item-list > dl{
	background:#FAFAFA;
}
.product-flex .product-menu .item-list > dl > dt > a{
	height: 52px;
	line-height:52px;
	width:100%;
	display: block;
	box-sizing:border-box;
	padding:0 17px;
	background: #DE1617;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
}
.product-flex .product-menu .item-list > dl > dd > a{
	height: 42px;
	line-height:42px;
	width:100%;
	display: block;
	box-sizing:border-box;
	padding:0 30px;
	font-size: 18px;
	font-weight: 400;
	color: #555555;
	transition: all 0.6s;
}
.product-flex .product-menu .item-list > dl > dd > a:hover ,.product-flex .product-menu .item-list > dl > dd.act > a{
	background:#db4e4f;
	color: #fff;
}
.product-flex .product-menu .item-list > dl > dd .third{display:none;}
.product-flex .product-menu .item-list > dl > dd.act .third{display: block;}
.product-flex .product-menu .item-list > dl > dd .third a{
	padding:0 40px;
	display: block;
	height:30px;
	line-height:30px;
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	position: relative;
}
.product-flex .product-menu .item-list > dl > dd .third a:hover ,.product-flex .product-menu .item-list > dl > dd .third .act a{
	background:#db8384;
	color:#fff;
}
.product-flex .product-menu .item-list > dl > dd .third a::after{
	content: '';
	width:5px;
	height:1px;
	position: absolute;
	left:30px;
	margin-top:-1px;
	top:50%;
	background:#555;
}
.product-flex .product-menu .item-list > dl > dd .third a:hover::after ,.product-flex .product-menu .item-list > dl > dd .third .act a::after{background:#fff;}

.product-box .product-flex .product-list ,.product-box .product-flex .product-dis-content{
	padding-top:138px;
	width:calc(100% - 367px);
	margin-left:64px;
}
.product-flex .product-list ul{display: flex;flex-wrap: wrap;}
.product-flex .product-list ul li{
	width:32%;
	margin-left:2%;
	margin-bottom:68px;
	background: #FFFFFF;
	box-shadow: 0px 2px 13px 0px rgba(51, 0, 0, 0.1);
}
.product-flex .product-list ul li:nth-child(3n+1){margin-left:0;}
.product-flex .product-list ul li .img-box{
	display: block;
	position: relative;
	padding-bottom:96.4497%;
	overflow: hidden;
}
.product-flex .product-list ul li .img-box img{width:100%;height:auto;position: absolute;left:0;top:0;transition: all 0.6s;transform: scale(1);}
.product-flex .product-list ul li .img-box:hover img{transform: scale(1.1);}
.product-flex .product-list ul li .tit{
	padding:30px 35px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #808080;
	line-height: 21px;
	transition: all 0.6s;
}
.product-flex .product-list ul li:hover .tit{
	color:#fff;
	background:#DE1617;
}
.product-flex .product-list .page-box{padding:0 0 50px;}
.product-dis-content .photo-text{
	display: flex;
	flex-wrap: wrap;
}
.product-dis-content .photo-text .photo{
	width:51%;
}
.product-dis-content .photo-text .photo .mySwiper2{
	box-shadow: 0px 2px 13px 0px rgba(51, 0, 0, 0.1);
}
.product-dis-content .photo-text .photo .img-box{
	display: block;
	overflow: hidden;
	padding-bottom:97.08029%;
}
.product-dis-content .photo-text .photo .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}
.product-dis-content .photo-text .photo .small-swiper{
	margin-top:22px;
	padding:0 52px;
	position: relative;
}
.product-dis-content .photo-text .photo .small-swiper .swiper{
	padding:10px 0;
}
.product-dis-content .photo-text .photo .small-swiper .swiper .swiper-slide{
	border:1px solid transparent;
	box-sizing:border-box;
}
.product-dis-content .photo-text .photo .small-swiper .swiper .swiper-slide-thumb-active{
	border:1px solid #DE1617;
}
.product-dis-content .photo-text .photo .small-swiper .img-box{
	box-shadow: 0px 2px 13px 0px rgba(51, 0, 0, 0.1);
}
.small-swiper .swiper-button-next, .small-swiper .swiper-button-prev{
	top:10px;
	margin-top:0;
	width: 28px;
	height: calc(100% - 20px);
	background: #DE1617;
	display: flex;
	align-items: center;
	justify-content: center;
}
.small-swiper .swiper-button-next:after, .small-swiper .swiper-button-prev:after{display:none;}
.small-swiper i.iconfont{color:#fff;}
.small-swiper .swiper-button-prev{
	left:0;
}
.small-swiper .swiper-button-next{
	right:0;
}
.small-swiper .swiper-button-next.swiper-button-disabled, .small-swiper .swiper-button-prev.swiper-button-disabled{
	opacity:1;
	pointer-events:auto;
	background:#EBEBEB;
}
.small-swiper .swiper-button-disabled i.iconfont{
	color:#CCCCCC;
}
.product-dis-content .photo-text .text{
	width:45%;
	margin-left:4%;
}
.product-dis-content .photo-text .text .t{
	font-size: 36px;
	font-weight: 400;
	color: #1A1A1A;
}
.product-dis-content .photo-text .text .share{
	margin:25px 0;
	display: flex;
}
.product-dis-content .photo-text .text .share a{
	display: flex;
	width: 33px;
	height: 33px;
	background:#CDCFD7;
	justify-content: center;
	align-items: center;
	border-radius:50%;
	margin-right:10px;
	color:#fff;
	transition: all 0.6s;
}
.product-dis-content .photo-text .text .share a:hover{
	background:#5D8ABC;
}
.product-dis-content .photo-text .text .d{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 21px;
}
.product-dis-content .photo-text .text .link{
	margin-top:40px;
	display: flex;
	flex-wrap: wrap;
}
.product-dis-content .photo-text .text .link a{
	height: 48px;
	line-height:48px;
	text-align: center;
	width:32%;
	margin-left:2%;
	border: 1px solid #DE1819;
	border-radius: 5px;
	box-sizing:border-box;
	font-size: 14px;
	font-weight: 400;
	color: #DE1617;
	transition: all 0.6s;
}
.product-dis-content .photo-text .text .link a:hover{
	color:#fff;
	background: #de1617;;
}
.product-dis-content .photo-text .text .link a:nth-child(3n+1){margin-left:0;}
.product-dis-content .prodis-tit{
	padding:25px 0;
	margin:45px 0;
	border-bottom:1px solid #CCCCCC;
	position: relative;
}
.product-dis-content .prodis-tit::after{
	content: '';
	width: 160px;
	height: 2px;
	background: #DE1617;
	position: absolute;
	bottom:0;
	left:0;
}
.product-dis-content .prodis-tit h6{
	font-size: 36px;
	font-weight: 500;
	color: #333333;
	text-transform:uppercase;
	line-height:1;
}
.product-dis-content .pic-list ul{
	display:flex;
	flex-wrap: wrap;
}
.product-dis-content .pic-list ul li{
	width:32%;
	margin-left:2%;
}
.product-dis-content .pic-list ul li .img-box{
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom:100%;
}
.product-dis-content .pic-list ul li .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}
.product-dis-content .pic-list ul li:nth-child(3n+1){
	margin-left:0;
}
.product-dis-content .table{margin-bottom:20px;}
.product-dis-content .table:last-child{margin-bottom:0;}
.product-dis-content .table table{
	width:100%;
	text-align: center;
}
.product-dis-content .table table th{text-align: center;padding:10px;}
.product-dis-content .table table tr:first-child{background:#bfbfbf;color:#fff;}
.product-dis-content .table table tr{border-bottom:1px solid #fff;background:#f8f8f8;}
.product-dis-content .table table tr td{padding:10px;}
.product-dis-content .prodis-edit{
	margin-top:20px;
}
.product-dis-content .prodis-edit img{max-width:100%;height: auto;}
.product-dis-content .prodis-edit iframe{width:100% !important;height:auto;}
.product-dis-content{padding-bottom:80px;}
.odm-one{
	padding:80px 0;
}
.odm-tit{
	padding-left:120px;
	position: relative;
}
.odm-tit::after{
	content: '';
	width:82px;
	height:74px;
	background:url(../images/odm-tit-icon.png) no-repeat center;
	position: absolute;
	left:0;
	top:0;
}
.odm-tit h6{font-weight:400;padding-top:42px;}
.odm-tit h6 span{
	display: block;
	font-size: 24px;
	font-weight: 300;
	color: #333333;
	text-transform: uppercase;
}
.odm-tit h6 b{
	font-size: 36px;
	font-weight: 500;
	color: #DE1617;
	text-transform: uppercase;
}
.odm-one .edit-box{
	margin-top:50px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.odm-two{
	background:#FF1F20;
	position: relative;
	z-index:3;
}
.odm-two::after{
	content: '';
	width:50%;
	left:0;
	top:0;
	height:50%;
	position: absolute;
	background:#E7E7E7;
	z-index:-1;
}
.odm-two .ot-flex{
	display: flex;
	flex-wrap: wrap;
}
.odm-two .ot-flex .text{width:50%;}
.odm-two .ot-flex .text .text-list{height:100%;}
.odm-two .ot-flex .text .text-list ul{height:100%;}
.odm-two .ot-flex .text .text-list li{height:50%;display: flex;flex-direction: column;justify-content: center;}
.ot-flex .text .text-list li .t{
	font-size: 36px;
	font-weight: 500;
	color: #1A1A1A;
	text-transform: uppercase;
}
.ot-flex .text .text-list li:nth-child(even) .t{color:#fff;}
.ot-flex .text .text-list li .d{
	margin-top:40px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.ot-flex .text .text-list li:nth-child(even) .d{color:#fff;}
.odm-two .ot-flex .pic{width:46%;margin-left:4%;padding:64px 0;}
.odm-two .ot-flex .pic .img-box{
	position: relative;
	overflow: hidden;
	padding-bottom:94.81707%;
}
.odm-two .ot-flex .pic .img-box img{
	width:100%;
	height:auto;
	position: absolute;
	left:0;
	top:0;
	border-radius: 180px 0px 180px 0px;
}
.odm-mater{
	padding-bottom:80px;
}
.odm-mater ul{display: flex;flex-wrap: wrap;}
.odm-mater ul li{
	width:19.5%;
	margin-left:0.625%;
}
.odm-mater ul li:nth-child(5n+1){margin-left:0;}
.odm-mater ul li .img-box{position: relative;overflow: hidden;padding-bottom:115.82733%;}
.odm-mater ul li .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}
.odm-mater ul li .img-box .text{
	position: absolute;
	left:0;
	top:0;
	z-index:4;
	width:100%;
	height:100%;
	padding:25px;
	box-sizing:border-box;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	background:rgba(0, 0, 0, 0.5);
	opacity:0;
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.6s;
}
.odm-mater ul li:hover .img-box .text{opacity:1;visibility:visible;transform: translateY(0);overflow:auto;}
.odm-mater ul li .tit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	line-height:65px;
	width:100%;
	text-align: center;
	box-sizing:border-box;
	padding:0 20px;
	height: 65px;
	background: #F4F4F4;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	transition: all 0.6s;
}
.odm-mater ul li:hover .tit{background:#DE1617;color:#fff;}
.odm-logo{
	background:#F4F4F4;
    overflow-x: hidden;
	padding-bottom:80px;
}
.odm-logo .odm-one{
	padding:80px 0 50px;
}
.odm-logo .lp-flex{
	display: flex;
	flex-wrap: wrap;
}
.odm-logo .lp-flex .list{
	width:48%;
	margin-right:4%;
}
.odm-logo .lp-flex .list ul{
	position: relative;
}
.odm-logo .lp-flex .list ul::after{
	content: '';
	width:1px;
	height:100%;
	position: absolute;
	left:32px;
	top:0;
	border-left:1px dashed #de1617;
}
.odm-logo .lp-flex .list ul li{
	padding-left:80px;
	position: relative;
	margin-top:45px;
}
.odm-logo .lp-flex .list ul li:first-child{margin-top:0;}
.odm-logo .lp-flex .list ul li .num{
	width: 64px;
	height: 64px;
	background: #DE1617;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 300;
	color: #FFFFFF;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-32px;
}
.odm-logo .lp-flex .list ul li .tip{
	font-size: 18px;
	font-weight: 400;
	color: #1A1A1A;
	line-height: 30px;
	padding:20px 0;
}
.odm-logo .lp-flex .pic{
	width:48%;
	position: relative;
}
.odm-logo .lp-flex .pic::after{
	content:'';
	width: 148px;
	height: 148px;
	box-sizing:border-box;
	border: 32px solid rgba(222, 22, 23, 0.2);
	border-radius: 50%;
	position: absolute;
	right:-70px;
	top:-60px;
}
.odm-logo .lp-flex .pic .img-box{
	position: relative;
	z-index:3;
	overflow: hidden;
	padding-bottom:72.71428%;
}
.odm-logo .lp-flex .pic .img-box img{width:100%;height:auto;position: absolute;left:0;top:0;}
.odm-popular{
	padding-bottom:20px;
	background:url(../images/sl-icon-01.png) no-repeat bottom center;
}
.odm-popular .op-tit{
	text-align: center;
	padding:80px 0 50px;
}
.odm-popular .op-tit h6{
	font-size:36px;
	color:#DE1617;
	font-weight:500;
	text-transform: uppercase;
}
.odm-popular .op-tit h6 sup{font-weight:700;font-size:36px;transform: translateY(-20px);display:inline-block;}
.odm-popular .op-list ul{display: flex;flex-wrap: wrap;}
.odm-popular .op-list ul li{
	width:24.5%;
	margin-left:0.66666%;
	position: relative;
}
.odm-popular .op-list ul li:first-child{margin-left:0;}
.odm-popular .op-list ul li .img-box{
	display: block;
	padding-bottom:105.949008%;
	overflow: hidden;
	position: relative;
}
.odm-popular .op-list ul li .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}
.odm-popular .op-list ul li .t{
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #1A1A1A;
	line-height: 28px;
	padding:24px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.odm-popular .op-list ul li::after{
	content: '';
	width: 7px;
	height: 7px;
	background: #1F4FA3;
	border-radius: 50%;
	position: absolute;
	bottom:-7px;
	left:50%;
	margin-left:-3.5px;
}
.odm-label{
	padding:80px 0;
}
.odm-label .ol-list ul li{
	padding:70px 0;
}
.odm-label .ol-list ul li .li-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}
.odm-label .ol-list ul li .li-flex .pic{width:43%;}
.odm-label .ol-list ul li .li-flex .pic .img-box{
	padding-bottom:54.8387%;
	position: relative;
	overflow: hidden;
}
.odm-label .ol-list ul li .li-flex .pic .img-box img{width:100%;height:auto;position: absolute;left:0;top:0;}
.odm-label .ol-list ul li .li-flex .text{width:52%;margin-right:5%;}
.odm-label .ol-list ul li .li-flex .text .name{
	font-size: 26px;
	font-weight: 500;
	color: #1A1A1A;
	line-height: 30px;
}
.odm-label .ol-list ul li .li-flex .text .dis{
	font-size: 16px;
	font-weight: 400;
	margin-top:50px;
	color: #666666;
	line-height: 26px;
}
.odm-label .ol-list ul li:nth-child(even){
	background:#F4F4F4;
}
.odm-label .ol-list ul li:nth-child(even) .li-flex{flex-direction: row;}
.odm-label .ol-list ul li:nth-child(even) .li-flex .text{margin-right:0;margin-left:5%;text-align: right;}
.odm-cust .solu-dis-list{margin-top:80px;}
.case-list ul{
	display: flex;
	flex-wrap: wrap;
}
.case-list ul li{
	width:47%;
	margin-left:6%;
	margin-bottom:80px;
	position: relative;
}
.case-list ul li:nth-child(2n+1){margin-left:0;}
.case-list ul li:nth-child(n+3){margin-bottom:0;}
.case-list ul li .img-box{
	display: block;
	padding-bottom:100%;
	position: relative;
	overflow: hidden;
}
.case-list ul li .img-box img{width:100%;height:100%;position: absolute;left:0;top:0;object-fit:cover;}
.case-list ul li .pop-box{
	position: absolute;
	left:0;
	top:0;
	z-index:3;
	height:100%;
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing:border-box;
	padding:0 15%;
	background:rgba(0, 0, 0, 0.5);
}
.case-list ul li .pop-box .case-logo{
	width: 160px;
	height: 160px;
	background: #FFFFFF;
	border-radius: 50%;
	margin:0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.case-list ul li .pop-box .case-logo img{max-width:100%;height:auto;}
.case-list ul li .pop-box .tit{
	display: block;
	height: 120px;
	overflow: hidden;
	font-size: 30px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 60px;
	text-align:center;
	text-transform: uppercase;
	margin:50px 0 80px;
}
.case-list ul li .pop-box .more{
	width: 137px;
	height: 46px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height:46px;
	font-size: 24px;
	font-weight: 300;
	color: #FFFFFF;
	text-transform: uppercase;
	display:block;
	margin:0 auto;
	transition: all 0.6s;
}
.case-list ul li .pop-box .more:hover{background:#fff;color:#343434;}
.case-detail .cd-tit{
	text-align: center;
	margin-bottom:50px;
}
.case-detail .cd-tit h6{
	font-size: 36px;
	font-weight: 500;
	color: #666263;
	text-transform: uppercase;
}
.case-detail .edit-box{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}
.case-detail .edit-box img{max-width:100%;height:auto;}
.case-detail .edit-box iframe{max-width:100% !important;height:auto;}
.related-product{
	background:#F4F4F4;
	padding:80px 0;
}
.related-product .rp-tit{
	margin-bottom:80px;
	text-align: center;
}
.related-product .rp-tit h6{
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	color: #1A1A1A;
}
.rp-swiper-box .swiper{
	padding-bottom:10px;
}
.rp-swiper-box .swiper-slide{
	background: #FFFFFF;
	border-radius: 0px 48px 0px 48px;
	box-shadow: 0px 2px 13px 0px rgba(51, 0, 0, 0.1);
	transition: all 0.6s;
}
.rp-swiper-box .swiper-slide:hover .texts-box{
	background:#DE1617;
}
.rp-swiper-box .swiper-slide .img-box{
	position: relative;
	display: block;
	padding-bottom:97.03264%;
}
.rp-swiper-box .swiper-slide .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	border-radius: 0px 48px 0px 0;
}
.rp-swiper-box .swiper-slide .texts-box{
	padding:25px;
	transition: all 0.6s;
	background:#fff;
	border-radius: 0px 0px 0px 48px;
}
.rp-swiper-box .swiper-slide .texts-box .t{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 700;
	color: #1A1A1A;
	transition: all 0.6s;
}
.rp-swiper-box .swiper-slide:hover .texts-box .t{
	color:#fff;
}
.rp-swiper-box .swiper-slide .texts-box .tips{
	margin-top:10px;
	height: 105px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 21px;
	transition: all 0.6s;
}
.rp-swiper-box .swiper-slide:hover .texts-box .tips{
	color:#fff;
}
.rp-swiper-box{position: relative;}
.rp-swiper-box .swiper-button-next:after, .rp-swiper-box .swiper-button-prev:after{display:none;}
.rp-swiper-box .swiper-button-next, .rp-swiper-box .swiper-button-prev{
	width: 48px;
	height: 48px;
	margin-top:-24px;
	background: #D82C2C;
	border-radius: 50%;
	color:#fff;
}
.rp-swiper-box .swiper-button-next i, .rp-swiper-box .swiper-button-prev i{
	font-size:22px;
}
.rp-swiper-box .swiper-button-next{right:-90px;}
.rp-swiper-box .swiper-button-prev{left:-90px;}
.rp-swiper-box .swiper-button-next.swiper-button-disabled, .rp-swiper-box .swiper-button-prev.swiper-button-disabled{
	background:#DDDDDD;
	opacity:1;
	pointer-events:auto;
}
.msg-box.case-msg{
	padding:80px 0;
}
.service-our{
	padding:80px 0;
}
.service-our .tit{
	text-align: center;
	margin-bottom:40px;
}
.service-our .tit h6{
	font-size: 36px;
	font-weight: 500;
	color: #1A1A1A;
}
.service-our .tit p{
	max-width:1145px;
	margin:0 auto;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.service-our .list ul{
	display: flex;
	flex-wrap: wrap;
}
.service-our .list ul li{
	width:47%;
	margin-left:6%;
	margin-bottom:80px;
	position: relative;
}
.service-our .list ul li:nth-child(2n+1){
	margin-left:0;
}
.service-our .list ul li:nth-child(n+3){
	margin-bottom:0;
}
.service-our .list ul li .img-box{
	position: relative;
	padding-bottom:66.12665%;
	overflow: hidden;
}
.service-our .list ul li .img-box img{
	width:100%;
	height:auto;
	position: absolute;
	left:0;
	top:0;
}
.service-our .list ul li .pop-box{
	width:calc(100% - 30%);
	height:calc(100% - 30%);
	position: absolute;
	z-index:3;
	left:15%;
	top:15%;
	background:rgba(8, 8, 8, 0.7);
	box-sizing:border-box;
	padding:25px;
	color:#fff;
	transition: all 0.6s;
}
.service-our .list ul li:hover .pop-box{
	background:rgba(222, 22, 23, 0.8);
}
.service-our .list ul li .pop-box .t{
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom:20px;
	text-transform: uppercase;
}
.service-our .list ul li .pop-box .d{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	height:144px;
	overflow: hidden;
}
.design-box{
	background-position:center;
	background-size:cover;
	background-repeat: no-repeat;
	padding:110px 0;
}
.design-box .design-team{
	max-width: 718px;
	background:rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	box-sizing:border-box;
	padding:40px;
}
.design-box .design-team .tit{
	padding-bottom:25px;
	background:url(../images/dt-icon-01.png) no-repeat left bottom;
}
.design-box .design-team .tit h6{
	font-size: 30px;
	font-weight: 500;
	color: #DE1617;
}
.design-box .design-team .dis{
	margin-top:40px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.certifications{
	padding:80px 0;
}
.certifications .cer-tit{
	text-align: center;
	padding-bottom:50px;
}
.certifications .cer-tit h6{
	font-size: 36px;
	font-weight: 500;
	color: #1A1A1A;
}
.cer-swiper{
	position: relative;
}

.cer-swiper .swiper-button-next:after, .cer-swiper .swiper-button-prev:after{display:none;}
.cer-swiper .swiper-button-next, .cer-swiper .swiper-button-prev{
	width: 48px;
	height: 48px;
	margin-top:-24px;
	background:#DDDDDD;
	border-radius: 50%;
	color:#fff;
}
.cer-swiper .swiper-button-next i, .cer-swiper .swiper-button-prev i{
	font-size:22px;
}
.cer-swiper .swiper-button-next{right:-90px;}
.cer-swiper .swiper-button-prev{left:-90px;}
.cer-swiper .swiper-button-next:hover, .cer-swiper .swiper-button-prev:hover{
	opacity:1;
	background: #D82C2C;
}
.cer-swiper .swiper-slide img{width:100%;height:auto;}
.cer-swiper .swiper-slide{transition: all 0.6s;transform: scale(0.8);}
.cer-swiper .swiper-slide.swiper-slide-active{transform: scale(1);}
.about-one{
	padding:80px 0;
}
.about-one .ao-flex{
	display: flex;
	flex-wrap: wrap;
}
.about-one .ao-flex .pic{
	width:41%;
}
.about-one .ao-flex .pic .img-box{
	position: relative;
	overflow: hidden;
	padding-bottom:99.83193%;
}
.about-one .ao-flex .pic .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}
.about-one .ao-flex .text-box{
	width:54%;
	margin-left:5%;
	padding-top:5%;
}
.about-one .ao-flex .text-box .tit{
	margin-bottom:50px;
	position: relative;
}
.about-one .ao-flex .text-box .tit::after{
	content:'';
	width: 110px;
	height: 2px;
	background: #DE1617;
	position: absolute;
	left:-145px;
	top:50%;
	margin-top:-1px;
}
.about-one .ao-flex .text-box .tit h6{
	font-size: 36px;
	font-weight: 500;
	color: #DE1617;
	text-transform: uppercase;
}
.about-one .ao-flex .text-box .dis{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}
.about-culture{
	padding:120px 0;
	background-position:right center;
	background-repeat:no-repeat;
	background-color:#F4F4F4;
	background-size:contain;
}
.about-culture .text{
	max-width:756px;
	padding-bottom:50px;
	border-bottom:1px dashed #FF0000;
}
.about-culture .text .t{
	margin-bottom:50px;
}
.about-culture .text .t h6{
	font-size: 36px;
	font-weight: 500;
	color: #1A1A1A;
	text-transform: uppercase;
	line-height:1;
}
.about-culture .text .d{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}
.about-factory{
	padding:80px 0;
}
.about-factory .fac-tit{
	max-width:1225px;
	margin:0 auto 50px;
	text-align: center;
}
.about-factory .fac-tit h6{
	font-size: 36px;
	font-weight: 500;
	color: #1A1A1A;
	text-transform: uppercase;
	margin-bottom:50px;
	line-height:1;
}
.about-factory .fac-tit p{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}
.about-factory .fac-list ul{position: relative;}
.about-factory .fac-list ul li{position: absolute;}
.about-factory .fac-list ul li:first-child{
	position: relative;
	width:48.68055%;
	float:left;
}
.about-factory .fac-list ul li .img-box img{width:100%;height:auto;}
.about-factory .fac-list ul li:nth-child(2){
	width:48.68055%;
	float:right;
	position: relative;
}
.about-factory .fac-list ul li:nth-child(3){
	left:51.3%;
	bottom:0;
	width:23%;
}
.about-factory .fac-list ul li:nth-child(4){
	width:23%;
	right:0;
	bottom:0;
}
.about-msg{
	padding-bottom:80px;
}
.contact-map-text{
	padding:80px 0;
}
.contact-map-text .cmt-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact-map-text .cmt-flex .text{
	width:26%;
	margin-right:3%;
}
.contact-map-text .cmt-flex .text ul li{
	margin-top:40px;
	padding-left:30px;
	position: relative;
}
.contact-map-text .cmt-flex .text ul li::after{
	content: '';
	width: 20px;
	height: 3px;
	background: #BE202F;
	position: absolute;
	left:0;
	top:15px;
}
.contact-map-text .cmt-flex .text ul li .red{
	margin-bottom:10px;
	font-size: 20px;
	font-weight: 500;
	color: #BE202F;
	display: flex;
	align-items: center;
}
.contact-map-text .cmt-flex .text ul li .red img{margin-right:10px;}
.contact-map-text .cmt-flex .text ul li .dis{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.contact-map-text .cmt-flex .text ul li .dis a{
	color:#666;
	transition: all 0.6s;
}
.contact-map-text .cmt-flex .text ul li .dis a:hover{
	color:#BE202F;
}
.contact-map-text .cmt-flex .text ul li:first-child{
	margin-top:0;
}
.contact-map-text .cmt-flex .map{
	width:71%;
}
.contact-map-text .cmt-flex .map img{width:100%;height:auto;}
.contact-map-text .cmt-flex .map iframe{width:100% !important;height:514px !important;}
.contact-box .contact-msg{padding-bottom:80px;}
.contact-box .contact-msg{width:80%;margin:auto}
.contact-box .contact-faq{
	padding-bottom:80px;
}
.contact-box .contact-faq .faq-tit{
	text-align: center;
	margin-bottom:50px;
}
.contact-faq .faq-tit h6{
	font-size: 36px;
	font-weight: 500;
	color: #1A1A1A;
}
.contact-faq .faq-list dl{
	padding:25px 0;
	border-bottom:1px solid #EDF1F3;
}
.contact-faq .faq-list dl:first-child{border-top:1px solid #EDF1F3;}
.contact-faq .faq-list dl dt{
	padding:0 85px;
	position: relative;
}
.contact-faq .faq-list dl dt a{
	font-size: 18px;
	font-weight: 400;
	color: #444444;
	line-height: 26px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contact-faq .faq-list dl dt .q{
	width:36px;
	height:42px;
	background:url(../images/contact-icon-04.png) no-repeat center;
	position: absolute;
	left:15px;
	top:50%;
	margin-top:-21px;
	display: flex;
	justify-content: center;
	align-items:center;
	font-size: 18px;
	font-weight: 400;
	color: #9E9E9E;
}
.contact-faq .faq-list dl.active dt .q{
	background:url(../images/contact-icon-05.png) no-repeat center;
	color:#fff;
}
.contact-faq .faq-list dl dt .icon{
	position: absolute;
	right:15px;
	width:16px;
	height:16px;
	top:50%;
	margin-top:-8px;
}
.contact-faq .faq-list dl dt .icon::after{
	content: '';
	width:2px;
	height:16px;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50% , -50%);
	background:#ADADAD;
	transition: all 0.6s;
	opacity:1;
}
.contact-faq .faq-list dl.active dt .icon::after{height:0;opacity:0;}
.contact-faq .faq-list dl dt .icon::before{
	content: '';
	width:16px;
	height:2px;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50% , -50%);
	background:#ADADAD;
}
.contact-faq .faq-list dl dd{
	padding-left:85px;
	margin-top:45px;
	position: relative;
	display: none;
}
.contact-faq .faq-list dl dd .a{
	width:36px;
	height:42px;
	background:url(../images/contact-icon-04.png) no-repeat center;
	position: absolute;
	left:15px;
	top:50%;
	margin-top:-21px;
	display: flex;
	justify-content: center;
	align-items:center;
	font-size: 18px;
	font-weight: 400;
	color: #9E9E9E;
}
.contact-faq .faq-list dl dd .a-text{
	max-width:956px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
}



@media screen and (max-width: 1480px) {
	.m-width-content{max-width:1200px;}
	.header-nav .nav-box #menuPc > ul > li > a{padding:36.5px 5px;}
	.index-series .series-flex .text-box .tit h6{font-size:32px;}
	.index-series .series-flex .text-box .tips{padding:0;}
	.index-seamless .tag-box ul li a .tit{font-size:22px;}
	.footer-top .f-logo-share .share a{margin-right:10px;}
	.index-seamless .text-box .tit{font-size:32px;}
	.header-box .solution-nav{padding:74px 20px 20px;}
	.header-box .solution-nav ul li{width:24%;margin-left:1.33333%;}
	.products-nav .product-nav-inner::after{height:280px;}
}

@media screen and (max-width: 1359px) {
    .f-logo{
        display: none;
    }
	.m-width-content{max-width:960px;}
	.footer-top .f-nav dl dd a{font-size:12px;}
	.header-nav .nav-box #menuPc > ul > li{margin:0 5px;}
	.header-nav .nav-box #menuPc > ul > li > a{font-size:14px;padding:39.5px 5px;}
	.products-nav .product-nav-list ul li .pic .sup{transform: scale(0.5);transform-origin:top;top:-4px;}
	.sport-flex .sf-pic ul li .pop-box .pb-inner .capital{font-size:30px;}
	.sport-flex .sf-pic ul li .pop-box .pb-inner .tips{margin-top:15px;}
	.sport-flex .sf-pic ul li .pop-box .pb-inner .tit{margin-top:0;}
	.index-sport .sport-flex .sf-pic ul li .pop-box{width:70%;padding-right:16px;}
	.index-seamless .text-box .tips{margin:30px 0 15px;}
	.footer-top .f-logo-share{float:none;margin:0 auto;margin-bottom:40px;width:100%;text-align: center;display: flex;justify-content: center;flex-direction: column;align-items: center;}
	.footer-top .f-logo-share .share a{margin:0 5px;}
	.footer-top .f-nav{width:100%;float:none;}
	.about-one .ao-flex .text-box .tit h6{font-size:24px;}
	.about-one .ao-flex .text-box .tit{margin-bottom:20px;}
	.about-culture{padding:40px 0;}
	.contact-map-text .cmt-flex .text ul li{margin-top:20px;}
	.contact-map-text .cmt-flex .text ul li .dis{font-size:12px;}
	.news-detail .news-related{width:300px;}
	.news-detail .news-edit-box{width:calc(100% - 324px);}
	.news-edit-box .news-dis-page .prev{width:250px;}
	.news-edit-box .news-dis-page .next{width:250px;}
	.odm-two .ot-flex .text .text-list li{box-sizing:border-box;padding-right:20px;}
	.ot-flex .text .text-list li .d{height:120px;overflow: hidden;}
	.odm-logo .lp-flex .list ul li{margin-top:20px;}
	.odm-logo .lp-flex .list ul li .tip{display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.solu-dis-list .list ul li .text-box .dis{margin:40px 0;}
	.product-flex .product-list ul li{width:48%;margin-left:0;}
	.product-flex .product-list ul li:nth-child(even){margin-left:4%;}
	.product-dis-content .photo-text{display: block;}
	.product-dis-content .photo-text .photo{width:100%;}
	.product-dis-content .photo-text .text{margin-left:0;width:100%;margin-top:40px;}
	.service-our .list ul li .pop-box .d{height:96px;}
}
@media screen and (min-width:1000px){
    #menuWap{
        display: none !important;
    }
}
@media screen and (max-width: 1000px) {
	.tel-mail{
		display:none!important
	}
	.index-global-map{
		display:none!important
	}
	.right-fix{
		display:none
	}
	
	html.mm-blocking body{overflow: initial;}
	.header{
		position:sticky;
		top:0;
		left:0;
		width:100%;
		z-index:999;
	}
	#menuPc {
		display: none;
	}
	
	#menuWap {
		/*display: block;*/
	}
	
	#page {
		background: #FFFFFF;
	}

	.btn-nav {
		position: absolute;
		bottom:0;
		right:20px;
		background: transparent;
		border: none;
		padding: 14px 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 99999;
		display: block;
		width: 30px;
		float: right;
	}
	.contact-box .contact-msg{
		width:100%
	}
	.icon-bar {
		display: block;
		margin: 6px 0;
		width: 30px;
		height: 3px;
		background-color: #DE1617;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
		z-index: 999999;
	}

	.mm-opening .top {
		-webkit-transform: translateY(8px) rotateZ(45deg);
		-moz-transform: translateY(8px) rotateZ(45deg);
		-ms-transform: translateY(8px) rotateZ(45deg);
		-o-transform: translateY(8px) rotateZ(45deg);
		transform: translateY(8px) rotateZ(45deg);
	}

	.mm-opening .bottom {
		-webkit-transform: translateY(-10px) rotateZ(-45deg);
		-moz-transform: translateY(-10px) rotateZ(-45deg);
		-ms-transform: translateY(-10px) rotateZ(-45deg);
		-o-transform: translateY(-10px) rotateZ(-45deg);
		transform: translateY(-10px) rotateZ(-45deg);
	}

	.mm-opening .middle {
		width: 0;
	}

	.banner .bg-box {
		display: none;
	}

	.banner .banner-content {
		display: none;
	}

	.banner .wap-box {
		display: block;
	}
	
	.banner .swiper-slide .video-box{
		display:none;
	}
	.search-list .img-text .t a{width:100%;}
	.header-top .share{display:none;}
	.header-nav .logo{width:150px;padding:20px 0;}
	.header-nav .search{padding:15px 0;margin-right:50px;}
	.header-top .tel-mail{float:none;width:100%;justify-content: center;}
	.hot-news .hn-swiper-box .hn-tit{padding-left:45px;}
	.hn-swiper-box .hn-more{display:none;}
	.hot-news .hn-swiper-box{padding-right:0;}
	.hot-news .hn-swiper .swiper .swiper-slide a{padding-right:40px;}
	.index-sport{padding:40px 0;}
	.index-tit p{margin-top:40px;}
	.index-sport .sport-flex{margin-top:40px;display: block;}
	.index-sport .sport-flex .sf-number{width:100%;padding:0 10px;}
	.index-sport .sport-flex .sf-number ul li{padding:20px 0;}
	.index-sport .sport-flex .sf-pic{width:100%;margin-left:0;margin-top:40px;}
	.index-sport .sport-flex .sf-pic ul{display: block;}
	.index-sport .sport-flex .sf-pic ul li{width:100%;margin-left:0;}
	.index-sport .sport-flex .sf-pic ul li:nth-child(n+3){margin-bottom:22px;}
	.index-series{padding:40px 0;}
	.index-series .series-flex .text-box{width:100%;}
	.index-seamless .tag-box ul{display: block;}
	.index-seamless .tag-box ul li{width:100%;margin-left:0;}
	.index-seamless .con-box .con .con-fixed{display: block;}
	.index-seamless .con-box .con .con-fixed .text-box{width:100%;}
	.index-seamless .con-box .con .con-fixed .seamless-swiper-box{width:100%;margin-left:0;margin-top:20px;}
	.index-seamless{padding:40px 0;}
	.index-solu{padding:40px 0;}
	.index-global{padding:40px 0;}
	.footer-top .f-nav{display: block;}
	.footer-top .f-nav dl{width:100% !important;margin-left:0 !important;margin-bottom:20px;}
	.solu-swiper .swiper-button-next{right:0;transform: scale(0.8);}
	.solu-swiper .swiper-button-prev{left:0;transform: scale(0.8);}
	.inner-banner .img-box img{height:150px;object-fit:cover;}
	.inner-banner .tit{font-size:48px;}
	.about-one .ao-flex{display: block;}
	.about-one .ao-flex .pic{width:100%;}
	.about-one .ao-flex .text-box{margin-left:0;padding-top:0;margin-top:40px;width:100%;}
	.about-one{padding:40px 0;}
	.about-culture{background-position:right bottom;padding-bottom:240px;}
	.about-factory{padding:40px 0;}
	.about-factory .fac-tit h6{margin-bottom:30px;}
	.about-factory .fac-list ul li{position: relative;width:100% !important;margin-bottom:20px;left:auto !important;bottom:auto !important;}
	.inner-tag{padding:40px 0 30px;}
	.inner-tag a{width:auto;padding:0 10px;margin-bottom:10px;font-size:14px;}
	.case-list ul{display: block;}
	.case-list ul li{width:100%;margin-left:0;margin-bottom:20px;}
	.case-list ul li .pop-box .tit{margin:20px 0;line-height:30px;height:60px;font-size:22px;}
	.case-list ul li .pop-box .case-logo{width:100px;height:100px;}
	.case-list ul li .pop-box .case-logo img{max-width:60%;}
	.case-list ul li:nth-child(n+3){margin-bottom:20px;}
	.rp-swiper-box .swiper-button-next{right:0;transform: scale(0.8);}
	.rp-swiper-box .swiper-button-prev{left:0;transform: scale(0.8);}
	.related-product{padding:40px 0;}
	.related-product .rp-tit{margin-bottom:40px;}
	.msg-box.case-msg{padding:40px 0 80px;}
	.contact-map-text{padding:40px 0;}
	.contact-map-text .cmt-flex .text{width:100%;margin-right:0;}
	.contact-map-text .cmt-flex .map{width:100%;margin-top:20px;}
	.news-box .news-list ul li{padding:20px;margin-bottom:20px;display: block;}
	.news-box .news-list ul li .text{width:100%;margin-top:20px;margin-left:0;}
	.page-box .page-inner a.larger{display:none;}
	.news-box .news-detail{display: block;}
	.news-detail .news-related{width:100%;}
	.news-detail .news-edit-box{width:100%;margin-top:40px;margin-left:0;}
	.news-detail .news-edit-box .time-eye .eye{margin-left:20px;margin-right:0;}
	.news-detail .news-edit-box .time-eye .share{width:100%;align-items: center;justify-content: center;margin-top:20px;}
	.news-edit-box .news-dis-page .t{display:none;}
	.news-edit-box .news-dis-page .d{display:none;}
	.news-edit-box .news-dis-page .prev{width:0;height:40px;}
	.news-edit-box .news-dis-page .next{width:0;height:40px;}
	.odm-one{padding:40px 0;}
	.odm-tit::after{background-size:50% 50%;background-position:left top;}
	.odm-tit{padding-left:60px;}
	.odm-tit h6{padding-top:0;}
	.odm-tit h6 b{font-size:22px;}
	.odm-tit h6 span{font-size:18px;}
	.odm-one .edit-box{margin-top:30px;}
	.odm-two .ot-flex{display: block;}
	.odm-two .ot-flex .text{width:100%;}
	.odm-two .ot-flex .text .text-list li{padding-right:0;padding-top:40px;}
	.odm-two::after{display:none;}
	.ot-flex .text .text-list li .d{height:auto;color:#fff;}
	.ot-flex .text .text-list li .t{color:#fff;}
	.odm-two .ot-flex .pic{width:100%;margin-left:0;}
	.odm-two .ot-flex .pic .img-box img{border-radius:0;}
	.odm-mater ul{display:block;}
	.odm-mater ul li{width:100%;margin-bottom:20px;margin-left:0;}
	.odm-mater{padding-bottom:20px;}
	.odm-logo .lp-flex{display: block;}
	.odm-logo .lp-flex .list{width:100%;margin-right:0;}
	.odm-logo .lp-flex .pic{width:100%;margin-top:40px;}
	.odm-logo{padding-bottom:40px;}
	.odm-popular .op-list ul{display: block;}
	.odm-popular .op-list ul li{width:100%;margin-left:0;}
	.odm-popular{background:none;}
	.odm-popular .op-list ul li::after{display:none;}
	.odm-label{padding:40px 0;}
	.odm-label .ol-list ul li .li-flex{display: block;}
	.odm-label .ol-list ul li .li-flex .pic{width:100%;}
	.odm-label .ol-list ul li .li-flex .text{margin-left:0;width:100%;margin-top:20px;}
	.odm-label .ol-list ul li .li-flex .text .dis{margin-top:20px;}
	.odm-label .ol-list ul li{padding:20px 0;}
	.odm-label .ol-list ul li:nth-child(even) .li-flex .text{margin-left:0;text-align:left;}
	.solu-dis-list .list ul{display: block;}
	.solu-dis-list .list ul li{width:100%;}
	.odm-logo .lp-flex .pic::after{display:none;}
	.product-box{padding:40px 0;}
	.product-box .product-flex .product-menu{width:100%;}
	.product-box .product-flex .product-list, .product-box .product-flex .product-dis-content{width:100%;margin-left:0;padding-top:40px;}
	.product-flex .product-list ul li{width:100%;}
	.product-flex .product-list ul li:nth-child(even){margin-left:0;}
	.product-dis-content .prodis-tit h6{font-size:22px;}
	.search-list ul li .li-inner .img-box{width:100%;float:none;}
	.search-list ul li .li-inner .img-text{width:100%;margin-top:20px;float:none;}
	.service-our{padding:40px 0;}
	.service-our .list ul{display: block;}
	.service-our .list ul li{width:100%;margin-left:0;margin-bottom:20px;}
	.service-our .list ul li .pop-box{width:100%;height:100%;left:0;top:0;}
	.service-our .list ul li:nth-child(n+3){margin-bottom:20px;}
	.design-box{padding:40px 0;}
	.cer-swiper .swiper-button-next{right:0;}
	.cer-swiper .swiper-button-prev{left:0;}
	.guidance-box .guidance-tit .tit{width:100%;}
	.guidance-box .guidance-tit{display: block;}
	.guidance-box .guidance-tit .tips{width:100%;margin-top:40px;padding-left:0;}
	.guidance-box .round-list ul li{width:48%;margin-left:0;margin-bottom:20px;}
	.guidance-box .round-list ul li:nth-child(even){margin-left:4%;}
	.solu-list-warp ul li{padding:20px 0;}
	.solu-list-warp ul li .ipd-20{padding-right:20px;display: block;}
	.solu-list-warp ul li .pic{padding-left:0;padding-bottom:0;width:100%;}
	.solu-list-warp ul li .text{width:100%;margin-left:0;margin-top:40px;}
	.solu-list-warp ul li .number{display:none;}
	.solu-list-warp ul li:nth-child(even) .ipd-20{padding:0 20px;text-align:left;}
	.solu-list-warp ul li:nth-child(even) .ipd-20 .text{margin-right:0;}
	.solu-list-warp ul li:nth-child(even) .ipd-20 .text .more{text-align:left;}
	.solu-dis-text{padding:40px 0;}
	.solu-dis-text .soludis-text .text{width:100%;float:none;}
	.solu-dis-text .soludis-text .pic{width:100%;float:none;margin-top:40px;}
	.solu-dis-list .tit{padding:40px 0;}
}

.map-item-zi {
  /*margin-left: -25px;*/
  margin-left: 5px;
  color: #fff;
  position: absolute;
  left: 100%;
  line-height: 1;
}
.right-fix {
    position: fixed;
    height: 260px;
    width: 147px;
    top: 40%;
    right: 0%;
    color: #FFF;
    font-size: 12px;
    z-index: 2000;
}
.right-fix .icon img {
    vertical-align: middle;
}
.right-fix li {
    position: relative;
    text-transform: uppercase;
    line-height: 16px;
    padding: 23px 0;
    padding-left: 57px;
}
.right-fix ul {
    background: url(../images/kefubg.png) no-repeat;
    position: relative;
    z-index: 2;
}
.right-fix li a {
    color: #FFF;
}
.right-fix .icon {
    position: absolute;
    width: 30px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
li.totop {
    padding-left: 12px;
}
.usedComp:nth-child(5) .xhl-controls select{
	width:100%;
	height:40px;
	background: #f8f8f8;
	border:0;
}
.usedComp:nth-child(6) .xhl-controls select{
	width:100%;
	height:40px;
	background: #f8f8f8;
	border:0
}
.xhl-countryArea-container{
	width:100%!important
}
.usedComp.xhl-control-group.xhl-form-text.component {
    width: 100%;
}

.xhl-form-selectMultiple-container{
	width:100%!important
}
.xhl-selectMultiple-div{
	width:97%;
	border: 1px solid #000000;
	background-color: #f8f8f8;
}
select.xhl-select.xhl-valtype.a10022 {
    width: 100%;
    background: #f8f8f8;
    border: 0;
    height: 40px;
}
button#xhl-launch-button-div {
    margin-bottom: 30px!important;
}
.footer-fixed {
    display: none;
}
@media screen and (max-width: 1000px){
.footer-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 2.5813rem
rem
;
    background: url(https://www.marvilisports.com/wp-content/themes/benzhaijiu/images/footer-bg.png) no-repeat center;
    background-size: cover;
    height: 68px;
}
.footer-fixed-con {
    padding-top: 18px;
}

.wap-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.footer-fixed-item {
    width: 19%;
    text-align: center;
}

.footer-fixed-item-img {
    height: 20px;
}

.footer-fixed-item .footer-fixed-item-img img {
    max-width: 20px;
    vertical-align: middle;
}
.footer-fixed-item span {
    display: block;
    font-size: 0.5547rem;
    color: #fff;
    margin-top: 5px;
    font-weight: 500;
}
.footer-fixed-item-yuan {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -25px;
    /* background: #bd1d21; */
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.footer-fixed-item-yuan a {
    animation: imgDa 3s infinite 0.5s linear;
    -webkit-animation: imgDa 3s infinite 0.5s linear;
    -o-animation: imgDa 3s infinite 0.5s linear;
    -moz-animation: imgDa 3s infinite 0.5s linear;
}
.footer-fixed-item-yuan .i-list {
    animation: dianDa 3s infinite 0.5s linear;
    -webkit-animation: dianDa 3s infinite 0.5s linear;
    -o-animation: dianDa 3s infinite 0.5s linear;
    -moz-animation: dianDa 3s infinite 0.5s linear;
}
.footer-fixed-item-yuan .i-list {
    animation: dianDa 3s infinite 0.5s linear;
    -webkit-animation: dianDa 3s infinite 0.5s linear;
    -o-animation: dianDa 3s infinite 0.5s linear;
    -moz-animation: dianDa 3s infinite 0.5s linear;
}
.footer-fixed-item-yuan i:nth-child(1) {
    animation: dianShow1 3s infinite 0.5s linear;
    -webkit-animation: dianShow1 3s infinite 0.5s linear;
    -o-animation: dianShow1 3s infinite 0.5s linear;
    -moz-animation: dianShow1 3s infinite 0.5s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.footer-fixed-item-yuan i:nth-child(2) {
    animation: dianShow2 3s infinite 0.5s linear;
    -webkit-animation: dianShow2 3s infinite 0.5s linear;
    -o-animation: dianShow2 3s infinite 0.5s linear;
    -moz-animation: dianShow2 3s infinite 0.5s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.footer-fixed-item-yuan i:nth-child(3) {
    animation: dianShow3 3s infinite 0.5s linear;
    -webkit-animation: dianShow3 3s infinite 0.5s linear;
    -o-animation: dianShow3 3s infinite 0.5s linear;
    -moz-animation: dianShow3 3s infinite 0.5s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.footer-fixed-item-yuan a {
    /* background-image: url(https://www.marvilisports.com/wp-content/themes/benzhaijiu/images/fo-icon5.png); */
    background-image: url(https://www.marvilisports.com/wp-content/themes/benzhaijiu/images/fo-dui.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.0667rem 0.9813rem;
    /* background-size: 1.024rem 1.0453rem; */
    /* margin-bottom: 0.5333rem; */
    text-align: center;
    font-size: 0;
}

.footer-fixed-item-yuan a {
    background-color: #fff;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    width: 100%;
    height: 100%;
}
.footer-fixed-item-yuan i {
    display: inline-block;
    width: 0.1493rem;
    height: 0.1493rem;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 0.1067rem;
}
}

.odm-two img {
    width: 100%; /* 图片宽度占满父容器宽度 */
    height: auto; /* 按比例调整图片高度 */
    display: block; /* 防止图片下面出现额外空白 */
}
/*表单*/
        /* 样式设置 */
.pd8 {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.sjTit {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.mesform {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.mesform li {
    list-style: none;
    flex-basis: calc(50% - 10px); /* 每行2个输入框 */
    box-sizing: border-box;
}

.mesform li.mestext {
    flex-basis: 100%; /* 文本域占据整行 */
}

.mesform input[type="text"], 
.mesform textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.mesform textarea {
    height: 150px;
    resize: none;
}

.btn_submit {
    text-align: center;
    margin-top: 20px;
}

.btn_submit input[type="submit"] {
    background-color: #0056b3;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.btn_submit i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 10px;
}

.btn_submit input[type="submit"]:hover {
    background-color: #004494;
}