.w_1440 {
  width: 94%;
  margin: auto;
  max-width: 1440px;
}
.w_1200 {
  width: 94%;
  margin: auto;
  max-width: 1200px;
}
.body {
  overflow: hidden;
}
.indexHead {
  border-bottom: 1px solid #eee;
}
.indexHead .box .boxLeft {
  padding: 35px 0;
}
.indexHead .box .boxLeft a img {
  height: 50px;
}
.indexHead .box .boxCenter {
  z-index: 99;
  padding-left: 1.5625rem;
}
.indexHead .box .boxCenter .item {
  position: relative;
  padding: 0 0.8rem;
  margin: 36px 0.4rem 0;
  height: 48px;
}
.indexHead .box .boxCenter .item > a {
  font-size: 1rem;
  color: #000;
  display: inline-block;
  line-height: 48px;
}
.indexHead .box .boxCenter .item:hover{
	background: #d62722;
}
.indexHead .box .boxCenter .item:hover>a{
	color: #fff;
}
/* .indexHead .box .boxCenter .item > a:hover {
  color: #d62722;
} */
.indexHead .box .boxCenter .item ul {
  position: absolute;
  top: 48px;
  left: -40%;
  width: 180%;
  box-shadow: 0px 5px 1.25rem #ddd;
  display: none;
  background: #fff;
}
.indexHead .box .boxCenter .item ul li a {
  font-size: 0.9375rem;
  color: #666;
  display: inline-block;
  line-height: 1.5625rem;
  text-align: center;
  width: 100%;
  padding: 5px 0;
}
.indexHead .box .boxCenter .item ul li a:hover {
  color: #fff;
  background: #d62722;
}
.indexHead .box .boxCenter .item:hover ul {
  display: block;
}
.indexHead .box .boxCenter .active {
	background: #d62722;
}
.indexHead .box .boxCenter .active > a {
  color: #fff;
}
.indexHead .box .togg{
	margin: 36px 0 0;
}
.indexHead .box .togg a{
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	display: inline-block;
	height: 48px;
	line-height: 46px;
}
.indexHead .box .togg a:hover{
	color: #d62722;
}
.indexHead .box .boxRight {
  margin-top: 35px;
}
.indexHead .box .boxRight .left {
  margin-right: 0.75rem;
}
.indexHead .box .boxRight .left img {
  height: 26px;
  margin-top: 12px;
}
.indexHead .box .boxRight .right p a {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5625rem;
  color: #000;
}
.indexHead .box .phoneMenu {
  margin-left: 1.875rem;
  display: none;
  width: 2.75rem;
  text-align: center;
}
.indexHead .box .phoneMenu img {
  filter: invert(100%);
  width: 3rem;
  margin-top: 0.5rem;
}
.indexHead .box .phoneMenu span {
  font-size: 3rem;
}
.indexHead .box .phoneMenu .img2 {
  display: none;
}
.indexHead .box .on .img1 {
  display: none;
}
.indexHead .box .on .img2 {
  display: block;
}
.indexBanner {
  position: relative;
}
.indexBanner .box .swiper-slide {
  position: relative;
}
.indexBanner .box .swiper-slide > img {
  width: 100%;
  object-fit: cover;
  height: calc(100vh - 120px);
   animation: swiper_img_move 8s linear 0s infinite normal both;
}

@-webkit-keyframes swiper_img_move {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes swiper_img_move {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
.indexBanner .box .swiper-slide .phone {
  display: none;
}
.indexBanner .box .swiper-slide .main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.indexBanner .box .swiper-slide .main div {
  text-align: center;
  margin-top: 4.375rem;
}
.indexBanner .box .swiper-slide .main div img {
  width: 41.25rem;
}
.indexBanner .box1 {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 5rem;
  width: 100%;
}
.indexBanner .box1 .top {
  font-size: 0.875rem;
  color: #fff;
}
.indexBanner .box1 .bottom {
  width: 12.5rem;
  height: 2px;
  background: #fff;
  margin-top: 1.25rem;
}
.indexBanner .box1 .bottom .swiper-pagination {
  width: 12.5rem;
  height: 2px;
}
.indexBanner .box2 {
  right: 15rem;
  bottom: 3.125rem;
  font-size: 0.875rem;
  color: #fff;
  position: absolute;
  z-index: 5;
  cursor: pointer;
}
.indexBanner .box2 img {
  width: 1.6875rem;
  animation: updown 1.2s infinite;
  -webkit-animation: updown 1.2s infinite;
  position: relative;
}
.indexBanner .box2 span {
  display: block;
  opacity: 0.5;
  margin-top: 0.9375rem;
}
@keyframes updown {
  0% {
    bottom: 3rem;
    opacity: 0;
  }
  100% {
    bottom: 0rem;
    opacity: 1;
  }
}
@-webkit-keyframes updown {
  0% {
    bottom: 3rem;
    opacity: 0;
  }
  100% {
    bottom: 0rem;
    opacity: 1;
  }
}
:root {
  --swiper-theme-color: #003c9c;
}
.indexTit {
  text-align: center;
}
.indexTit h5 {
  font-size: 2.25rem;
  color: #000;
}
.indexTit h6 {
  font-size: 1.125rem;
  color: #d6d6d6;
  text-transform: uppercase;
  margin-top: 0.3rem;
}
.indexTit p span {
  display: inline-block;
  width: 2.5rem;
  height: 2px;
  background: #d62722;
}
.p95 {
  padding-top: 5.9375rem;
}
.m95 {
  margin-top: 5.9375rem;
}
.m40 {
  margin-top: 2.5rem;
}
.indexProduct {
  padding-bottom: 1.25rem;
}
.indexProduct .box .item {
  width: 48.5%;
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 3.4375rem 3.75rem;
  position: relative;
  margin-bottom: 2.5rem;
}
.indexProduct .box .item .left{
	position: relative;
	z-index: 5;
	width: 80%
}
.indexProduct .box .item .left h5 {
  font-size: 1.5rem;
  color: #000;
}
.indexProduct .box .item .left .main {
  margin-top: 1.875rem;
  height: 5rem;
}
.indexProduct .box .item .left .main h6 {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.5rem;
}
.indexProduct .box .item .left .main p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
}
.indexProduct .box .item .left .main p span {
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #666;
  margin-right: 0.4375rem;
  position: relative;
  top: -0.1875rem;
}
.indexProduct .box .item .left .link {
  margin-top: 2.1875rem;
}
.indexProduct .box .item .left .link span {
  display: inline-block;
  width: 7.8125rem;
  line-height: 2.1875rem;
  background: #fff;
  font-size: 1rem;
  color: #000;
  text-align: center;
}
.indexProduct .box .item .left .link span font {
  color: #d62722;
  display: inline-block;
  margin-left: 0.3125rem;
}
.indexProduct .box .item .right {
  position: absolute;
  right: 3.75rem;
  top: 3.4375rem;
  width: 31%;
}
.indexProduct .box .item .right img {
  width: 100%;
}
.indexProduct .box .item:hover {
  background: url(../images/2.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.indexProduct .box .item:hover .left h5 {
  color: #d62722;
}
.indexProduct .box .item:hover .left .link span {
  background: #d62722;
  color: #fff;
}
.indexProduct .box .item:hover .left .link span font {
  color: #fff;
}
.indexLink {
  text-align: center;
}
.indexLink a {
  display: inline-block;
  width: 12.5rem;
  line-height: 3.125rem;
  font-size: 1rem;
  color: #000;
  text-align: center;
  border: 1px solid #999;
}
.indexLink a font {
  color: #d62722;
  display: inline-block;
  margin-left: 0.625rem;
}
.indexLink a:hover {
  background: #d62722;
  border: 1px solid #d62722;
  color: #fff;
}
.indexLink a:hover font {
  color: #fff;
}
.indexAbout {
  background: url(../images/bg1.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.indexAbout .boxLeft {
  width: 48.5%;
  position: relative;
  padding: 10.3125rem 0 5rem;
  cursor: default;
}
.indexAbout .boxLeft::after {
  position: absolute;
  content: '';
  width: 31.45rem;
  height: 84%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: url(../images/bg2.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.indexAbout .boxLeft div {
  position: relative;
  z-index: 5;
}
.indexAbout .boxLeft .top span {
  display: inline-block;
  width: 1.875rem;
  height: 2px;
  background: #fff;
  margin-right: 1rem;
  margin-top: 2.125rem;
}
.indexAbout .boxLeft .top p {
  font-size: 3.75rem;
  color: #000;
  position: relative;
  overflow: hidden;
  white-space: pre;
}
.indexAbout .boxLeft .top p::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  display: block;
  width: 48%;
  content: attr(data-content);
  overflow: hidden;
}
.indexAbout .boxLeft .img {
  margin-top: 2.1875rem;
}
.indexAbout .boxLeft .img img {
  width: 39.0625rem;
}
.indexAbout .boxLeft .text {
  font-size: 1.5rem;
  color: #000;
  text-align: right;
  margin-top: 1.25rem;
  padding-right: 5rem;
}
.indexAbout .boxRight {
  padding: 8.75rem 0 5rem 1.875rem;
  width: 48.5%;
  box-sizing: border-box;
}
.indexAbout .boxRight h5 {
  font-size: 2.25rem;
  color: #fff;
  font-weight: bold;
}
.indexAbout .boxRight .text {
  margin-top: 3.125rem;
}
.indexAbout .boxRight .text p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  text-align: justify;
}
.indexAbout .boxRight .link {
  margin-top: 4.6875rem;
}
.indexAbout .boxRight .link a {
  display: inline-block;
  width: 12.5rem;
  line-height: 3.125rem;
  font-size: 1rem;
  color: #000;
  text-align: center;
  background: #fff;
}
.indexAbout .boxRight .link a font {
  color: #d62722;
  display: inline-block;
  margin-left: 0.625rem;
}
.indexAbout .boxRight .link a:hover {
  color: #d62722;
}
.indexTechnology {
  background: url(../images/bg3.png) no-repeat 50% 50%;
  padding-bottom: 6.25rem;
}
.indexTechnology .box {
  margin-bottom: 3.75rem;
}
.indexTechnology .box .item {
  width: 23%;
  box-sizing: border-box;
  padding: 2.8125rem 2.1875rem;
  background: url(../images/5.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.indexTechnology .box .item a h5 {
  font-size: 1.125rem;
  color: #000;
  margin-bottom: 1.25rem;
}
.indexTechnology .box .item a p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  text-align: justify;
}
.indexTechnology .box .item a .link {
  display: inline-block;
  width: 7.875rem;
  line-height: 2.1875rem;
  font-size: 1rem;
  color: #000;
  text-align: center;
  background: #f6f6f6;
  margin-top: 2.5rem;
}
.indexTechnology .box .item a .link font {
  color: #d62722;
  display: inline-block;
  margin-left: 0.625rem;
}
.indexTechnology .box .item a .link:hover {
  color: #d62722;
}
.indexTechnology .box .item:hover a h5 {
  color: #d62722;
}
.indexNews {
  margin-bottom: 6.875rem;
}
.indexNews .box .item {
  width: 32%;
}
.indexNews .box .item a {
  display: block;
}
.indexNews .box .item a .top1 {
  overflow: hidden;
}
.indexNews .box .item a .top1 img {
  width: 100%;
  transition: all 0.3s;
}
.indexNews .box .item a .top2 {
  font-size: 1rem;
  color: #333;
  padding: 1.5625rem 0 1.25rem;
}
.indexNews .box .item a .top2 img{
	margin-right: 0.625rem;
}
.indexNews .box .item a .top3 {
  font-size: 1.5rem;
  color: #000;
}
.indexNews .box .item a .top4 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #999;
  margin-top: 0.75rem;
}
.indexNews .box .item a .top5 {
  margin-top: 2rem;
}
.indexNews .box .item a .top5 span {
  display: inline-block;
  width: 7.8125rem;
  line-height: 2.1875rem;
  background: #f6f6f6;
  font-size: 0.9375rem;
  color: #000;
  text-align: center;
}
.indexNews .box .item a .top5 span font {
  color: #d62722;
  display: inline-block;
  margin-left: 0.3125rem;
}
.indexNews .box .item a:hover .top1 img {
  transform: scale(1.1);
}
.indexNews .box .item a:hover .top3 {
  color: #d62722;
}
.indexNews .box .item a:hover .top5 span {
  background: #d62722;
  color: #fff;
}
.indexNews .box .item a:hover .top5 span font {
  color: #fff;
}
.indexFoot {
  background: url(../images/fbg.png) no-repeat 50% 50%;
  padding: 5.625rem 0 0;
}
.indexFoot .box {
  padding-bottom: 4.375rem;
}
.indexFoot .box .boxTop .boxLeft .top img {
  width: 21rem;
}
.indexFoot .box .boxTop .boxLeft .bot {
  margin-top: 2.8125rem;
}
.indexFoot .box .boxTop .boxLeft .bot .left {
  margin-right: 1rem;
}
.indexFoot .box .boxTop .boxLeft .bot .left img {
  height: 3.25rem;
  margin-top: 0.25rem;
}
.indexFoot .box .boxTop .boxLeft .bot .right p {
  line-height: 1.875rem;
}
.indexFoot .box .boxTop .boxLeft .bot .right p a {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0.7;
}
.indexFoot .box .boxTop .boxRight .item {
  margin-left: 5rem;
}
.indexFoot .box .boxTop .boxRight .item h5 {
  font-size: 1.25rem;
  color: #fff;
}
.indexFoot .box .boxTop .boxRight .item div {
  margin-top: 1.875rem;
}
.indexFoot .box .boxTop .boxRight .item div p {
  line-height: 1.875rem;
}
.indexFoot .box .boxTop .boxRight .item div p a {
  font-size: 1rem;
  color: #fff;
  opacity: 0.7;
}
.indexFoot .box1 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.25rem 0;
}
.indexFoot .box1 .boxBottom .left {
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
}
.indexFoot .box1 .boxBottom .left span {
  opacity: 0.7;
}
.indexFoot .box1 .boxBottom .left a {
  color: #fff;
  opacity: 0.7;
}
.indexFoot .box1 .boxBottom .left a:hover {
  opacity: 1;
}
.indexFoot .box1 .boxBottom .right span {
  color: #fff;
  opacity: 0.7;
  font-size: 1rem;
  display: inline-block;
  line-height: 2.5rem;
  margin-right: 0.625rem;
}
.indexFoot .box1 .boxBottom .right a {
  opacity: 1;
  margin-right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  box-sizing: border-box;
}
.indexFoot .box1 .boxBottom .right a:nth-child(2) {
  background: url(../images/weibo.png) no-repeat;
}
.indexFoot .box1 .boxBottom .right a:nth-child(3) {
  background: url(../images/weixin.png) no-repeat;
}
.indexFoot .box1 .boxBottom .right a:nth-child(4) {
  background: url(../images/qq.png) no-repeat;
}
iframe {
  width: 100%;
  border: 0;
}
.bannerBox {
  position: relative;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .box {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #fff;
}
.aboutBox .box .text {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
  color: #666;
}
.aboutBox .box .img p {
  width: 32%;
  margin-right: 2%;
}
.aboutBox .box .img p img {
  width: 100%;
}
.aboutBox .box .img p:last-child {
  margin-right: 0;
}
.aboutBox1 {
  background: #f4f4f4;
  padding-bottom: 3.75rem;
}
.aboutBox1 .box .swiper-slide img {
  width: 100%;
}
.aboutBox1 .box .main {
  line-height: 1.875rem;
}
.aboutBox1 .box .main div {
  outline: none;
}
.aboutBox1 .box .main .btn {
  cursor: pointer;
}
.aboutBox1 .box .main .btn span {
  font-size: 1.125rem;
  color: #666;
}
.aboutBox1 .box .main .btn span:hover {
  color: #d62722;
}
.aboutBox1 .box .main .page {
  padding: 0 0.625rem;
}
.aboutBox1 .box .main .page span {
  margin: 0 0.375rem;
}
.aboutBox1 .box .swiper-pagination-bullet-active {
  background: #d62722;
}
.aboutBox2 {
  margin-bottom: 3.75rem;
}
.aboutBox2 .box .item {
  border: 1px solid #ddd;
  width: 17%;
  box-sizing: border-box;
  margin-right: 3.75%;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.aboutBox2 .box .item img {
  width: 100%;
  transition: all 0.3s;
}
.aboutBox2 .box .item:nth-child(5n) {
  margin-right: 0;
}
.aboutBox2 .box .item:hover img {
  transform: scale(1.1);
}
.productBox .box .phoneBoxLeft {
  display: none;
}
.productBox .box .boxLeft {
  width: 16%;
}
.productBox .box .boxLeft ul li {
  width: 100%;
  margin-bottom: 0.625rem;
}
.productBox .box .boxLeft ul li a {
  font-size: 1rem;
  color: #000;
  width: 100%;
  display: block;
  line-height: 3.125rem;
  padding: 0 1.5rem 0 1rem;
  box-sizing: border-box;
  background: #f2f5fa;
  position: relative;
}
.productBox .box .boxLeft ul li span {
  position: absolute;
  display: block;
  line-height: 3.125rem;
  color: #fff;
  top: 0;
  right: 0.5rem;
  opacity: 0;
}
.productBox .box .boxLeft ul li:hover a {
  background: #d62722;
  color: #fff;
}
.productBox .box .boxLeft ul li:hover span {
  opacity: 1;
}
.productBox .box .boxLeft ul .active a {
  background: #d62722;
  color: #fff;
}
.productBox .box .boxLeft ul .active span {
  opacity: 1;
}
.productBox .box .boxRight {
  width: 82%;
}
.producList {
  margin-bottom: 3.125rem;
}
.producList .item {
  width: 30.333%;
  margin: 0 1.5% 1.875rem;
}
.producList .item a .top1 {
  height: 17.375rem;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
}
.producList .item a .top1 img {
  width: 100%;
  margin: auto;
}
.producList .item a .top2 {
  background: #f2f5fa;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.producList .item a .top2 h5 {
  font-size: 1rem;
  color: #000;
  text-align: center;
}
.producList .item a .top2 p {
  margin-top: 1.25rem;
  text-align: center;
}
.producList .item a .top2 p span {
  display: inline-block;
  width: 7.8125rem;
  line-height: 2.1875rem;
  background: #999999;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.producList .item a .top2 p span font {
  color: #fff;
  display: inline-block;
  margin-left: 0.3125rem;
}
.producList .item a:hover .top1 {
  border-color: #d62722;
}
.producList .item a:hover .top2 p span {
  background: #d62722;
}
.lpkPage {
  margin-bottom: 6.25rem;
}
.lpkPage a {
  font-size: 1rem;
  color: #666;
  display: inline-block;
  border: 1px solid #999;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  margin: 0 0.375rem;
}
.lpkPage a:hover {
  background-color: #d62722;
  color: #fff;
  border: 1px solid #d62722;
}
.lpkPage .active {
  background: #d62722;
  color: #fff;
  border: 1px solid #d62722;
}
.productInfo .box1 .infoLeft {
  width: 42%;
  text-align: center;
  margin-top: 5rem;
}
.productInfo .box1 .infoLeft img {
  width: 100%;
}
.productInfo .box1 .infoRight {
  width: 58%;
}
.productInfo .box1 .infoRight .top h5 {
  font-size: 1.5rem;
}
.productInfo .box1 .infoRight .top h6 {
  font-size: 1rem;
  margin-top: 1.875rem;
  line-height: 1.875rem;
  margin-bottom: 0.125rem;
}
.productInfo .box1 .infoRight .top p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
}
.productInfo .box1 .infoRight .bottom {
  margin-top: 2.1875rem;
}
.productInfo .box1 .infoRight .bottom p {
  width: 23%;
  text-align: center;
  border: 1px solid #999;
  box-sizing: border-box;
  margin-right: 2%;
  height: 8.125rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.productInfo .box1 .infoRight .bottom p img {
  width: 90%;
  margin: auto;
}
.productInfo .box1 .infoRight .bottom .active {
  border-color: #d62722;
}
.productInfo .box2 {
  margin-top: 2.8125rem;
}
.productInfo .box2 ul {
  background: #d62722;
}
.productInfo .box2 ul li {
  width: 20%;
  height: 50px;
  text-align: center;
   border-bottom: 1px solid #d62722;
}
.productInfo .box2 ul li a {
  font-size: 1.125rem;
  color: #fff;
  display: inline-block;
  line-height: 2rem;
 
  margin-top: 0.5625rem;
}
.productInfo .box2 ul .active {
  border-bottom: 1px solid #fff;
}
.productInfo .box3 .item {
  display: none;
}
.productInfo .box3 .item:first-child {
  display: block;
}
.productInfo .box3 .item img {
  width: 100%;
  margin-top: 2.8125rem;
}
.productInfo .box3 .item .text {
  margin-top: 2.8125rem;
}
.productInfo .box3 .item .text h6 {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
}
.productInfo .box3 .item .text p {
  font-size: 1rem;
  color: #808080;
  line-height: 1.875rem;
  /* width: 65%; */
}
.productInfo .box3 .item .text p span {
  color: #d62722;
}
.productInfo .box4 {
  border-top: 1px solid #999;
  margin-top: 4.0625rem;
  padding-top: 1.875rem;
  margin-bottom: 6.25rem;
}
.productInfo .box4 .go a {
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  background: #d62722;
  line-height: 1.875rem;
  width: 6.25rem;
  text-align: center;
}
.productInfo .box4 .view {
  line-height: 1.875rem;
  width: 40%;
}
.productInfo .box4 .view a {
  font-size: 1rem;
  color: #666;
}
.productInfo .box4 .view a:hover {
  color: #000;
}
.productInfo .box4 .view1 {
  text-align: right;
}
.newsBox0 {
  margin-top: -3.75rem;
  position: relative;
  z-index: 1;
}
.newsBox0 .box {
  background: #fff;
  box-shadow: 0px 5px 20px #ddd;
}
.newsBox0 .box div {
  padding: 0 1.875rem;
}
.newsBox0 .box div a {
  display: inline-block;
  line-height: 3.75rem;
  color: #000;
}
.newsBox0 .box div a:hover {
  color: #d62722;
}
.newsBox0 .box .active a {
  color: #d62722;
}
.newsBox .box {
  margin-bottom: 1.875rem;
}
.newsBox .box .item {
  width: 32%;
  margin-right: 2%;
  padding: 3.125rem 3.125rem 3.125rem;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
  border: 1px solid #eee;
}
.newsBox .box .item:nth-child(3n) {
  margin-right: 0;
}
.newsBox .box .item a h5 {
  font-size: 1.125rem;
  color: #000;
}
.newsBox .box .item a div {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666;
  text-align: justify;
  margin: 1.25rem 0 2.5rem;
  height: 5.625rem;
}
.newsBox .box .item a p {
  width: 8.125rem;
  line-height: 2.1875rem;
  background: #f6f6f6;
  text-align: center;
  color: #000;
}
.newsBox .box .item a p img {
  margin-left: 0.75rem;
}
.newsBox .box .item:hover {
  background: url(../images/10.jpg) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.newsBox .box .item:hover h5 {
  color: #d62722;
}
.newsBox .box .item:hover div {
  color: #fff;
}
.newsBox .box .item:hover p {
  background: #fff;
}

.newsBox .box .item_ {
  width: 23.75%;
  margin-right: 1.62%;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
  border: 1px solid #eee;
}
.newsBox .box .item_:nth-child(4n) {
  margin-right: 0;
}
.newsBox .box .item_ a .top1 {
  overflow: hidden;
}
.newsBox .box .item_ a .top1 img {
  width: 100%;
  transition: 0.3s;
}
.newsBox .box .item_ a .top2 {
  padding: 0 1rem;
  font-size: 1.125rem;
  text-align: center;
  color: #000;
  margin-top: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newsBox .box .item_ a .top3 {
  padding: 1.875rem 0;
}
.newsBox .box .item_ a .top3 p {
  width: 8.125rem;
  line-height: 2.5rem;
  margin: auto;
  text-align: center;
  border-radius: 1.25rem;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  color: #C6242E;
  transition: 0.3s;
}
.newsBox .box .item_ a .top3 p img {
  margin-left: 1.25rem;
}
.newsBox .box .item_ a .top3 p:hover {
  border: 1px solid #C6242E;
}
.newsBox .box .item_ a:hover .top1 img {
  transform: scale(1.1);
}



.newsBox1 {
  margin-bottom: 4.375rem;
}
.newsBox1 .box .item {
  width: 32%;
  margin-right: 2%;
  padding: 2.5rem;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
  background: #f6f6f6;
}
.newsBox1 .box .item:nth-child(3n) {
  margin-right: 0;
}
.newsBox1 .box .item a h5 {
  font-size: 1.125rem;
  color: #000;
}
.newsBox1 .box .item a .time {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.625rem;
}
.newsBox1 .box .item a .time img {
  margin-right: 0.625rem;
  vertical-align: bottom;
}
.newsBox1 .box .item a .text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666;
  height: 3.75rem;
}
.newsBox1 .box .item a .link {
  margin-top: 3.4375rem;
}
.newsBox1 .box .item a .link span {
  display: inline-block;
  width: 7.8125rem;
  line-height: 2.1875rem;
  background: #ececec;
  font-size: 1rem;
  color: #000;
  text-align: center;
}
.newsBox1 .box .item a .link span font {
  color: #d62722;
  display: inline-block;
  margin-left: 0.3125rem;
}
.newsBox1 .box .item:hover a h5 {
  color: #d62722;
}
.newsBox1 .box .item:hover a .link span {
  background: #d62722;
  color: #fff;
}
.newsBox1 .box .item:hover a .link span font {
  color: #fff;
}
.newsBox2 .box .item {
  margin-bottom: 1.875rem;
}
.newsBox2 .box .item a .boxLeft {
  width: 37%;
  overflow: hidden;
}
.newsBox2 .box .item a .boxLeft img {
  width: 100%;
  transition: all 0.3s;
}
.newsBox2 .box .item a .boxRight {
  background: #f6f6f6;
  width: 61%;
  box-sizing: border-box;
  padding: 0 1.875rem;
  border-top: 0.9375rem solid #fff;
  border-bottom: 0.9375rem solid #fff;
}
.newsBox2 .box .item a .boxRight .time {
  font-size: 1rem;
  color: #666;
  padding-top: 1.5625rem;
}
.newsBox2 .box .item a .boxRight .time img {
  vertical-align: text-bottom;
  margin-right: 0.625rem;
}
.newsBox2 .box .item a .boxRight .title {
  font-size: 1.5rem;
  color: #000;
  margin-top: 1.5625rem;
}
.newsBox2 .box .item a .boxRight .text {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  margin-top: 1rem;
}
.newsBox2 .box .item a .boxRight .btn {
  margin-top: 2rem;
}
.newsBox2 .box .item a .boxRight .btn span {
  display: inline-block;
  width: 7.8125rem;
  line-height: 2.1875rem;
  background: #ececec;
  font-size: 1rem;
  color: #000;
  text-align: center;
}
.newsBox2 .box .item a .boxRight .btn span font {
  color: #d62722;
  display: inline-block;
  margin-left: 0.3125rem;
}
.newsBox2 .box .item:hover a .boxLeft img {
  transform: scale(1.1);
}
.newsBox2 .box .item:hover a .boxRight .title {
  color: #d62722;
}
.newsBox2 .box .item:hover a .boxRight .btn span {
  background: #d62722;
  color: #fff;
}
.newsBox2 .box .item:hover a .boxRight .btn span font {
  color: #fff;
}
.newsBox3 .box .boxTop {
  text-align: center;
  padding: 0 1.25rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.875rem;
}
.newsBox3 .box .boxTop h5 {
  font-size: 2.25rem;
  color: #000;
  text-transform: uppercase;
}
.newsBox3 .box .boxTop div {
  margin-top: 0.9375rem;
}
.newsBox3 .box .boxTop div span {
  font-size: 0.875rem;
  color: #999;
}
.newsBox3 .box .boxBot {
  padding-top: 3.125rem;
}
.newsBox3 .box .boxBot p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666;
  text-indent: 2rem;
}
.newsBox3 .box .boxBot p img {
  width: 100%;
  position: relative;
  left: -2rem;
}
.newsBox3 .box .boxTwo {
  border-top: 1px solid #999;
  margin-top: 4.0625rem;
  padding-top: 1.875rem;
  margin-bottom: 6.25rem;
}
.newsBox3 .box .boxTwo .go a {
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  background: #d62722;
  line-height: 1.875rem;
  width: 6.25rem;
  text-align: center;
}
.newsBox3 .box .boxTwo .view {
  line-height: 1.875rem;
  width: 40%;
}
.newsBox3 .box .boxTwo .view a {
  font-size: 1rem;
  color: #666;
}
.newsBox3 .box .boxTwo .view a:hover {
  color: #000;
}
.newsBox3 .box .boxTwo .view1 {
  text-align: right;
}
.contactBox .box .boxLeft {
  width: 50%;
}
.contactBox .box .boxLeft .map {
  width: 100%;
  height: 23.75rem;
}
.contactBox .box .boxRight {
  width: 50%;
  box-shadow: 5px 0 1.25rem #eee;
  box-sizing: border-box;
  padding: 0 5.625rem;
}
.contactBox .box .boxRight h5 {
  font-size: 1.875rem;
  color: #000;
  padding-top: 4.6875rem;
}
.contactBox .box .boxRight .list {
  margin-top: 1.5625rem;
}
.contactBox .box .boxRight .list .item {
  line-height: 2.1875rem;
  cursor: default;
}
.contactBox .box .boxRight .list .item p {
  width: 8%;
  text-align: center;
}
.contactBox .box .boxRight .list .item p img {
  max-width: 100%;
}
.contactBox .box .boxRight .list .item div {
  width: 91%;
  font-size: 1rem;
  color: #666;
  margin-left: 1%;
}
.contactBox1 {
  margin-bottom: 7.5rem;
}
.contactBox1 .box .list .item {
  width: 31%;
}
.contactBox1 .box .list .item p {
  font-size: 1rem;
  color: #999;
  margin-bottom: 0.5rem;
}
.contactBox1 .box .list .item input {
  display: block;
  height: 2.5rem;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 1rem;
  color: #999;
  box-sizing: border-box;
  padding: 0 1rem;
}
.contactBox1 .box .list1 {
  margin-top: 2.1875rem;
}
.contactBox1 .box .list1 p {
  font-size: 1rem;
  color: #999;
  margin-bottom: 0.5rem;
}
.contactBox1 .box .list1 textarea {
  display: block;
  height: 7rem;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 1rem;
  color: #999;
  box-sizing: border-box;
  padding: 1rem;
  resize: none;
}
.contactBox1 .box .itemBtn {
  text-align: center;
  margin-top: 2.5rem;
}
.contactBox1 .box .itemBtn button {
  background: #d62722;
  font-size: 1rem;
  width: 8.125rem;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .indexBanner .box2 {
    right: 6rem;
  }
  .indexAbout .boxLeft::after {
    width: 30rem;
  }
}
@media screen and (max-width: 1366px) {
  .indexBanner .box .swiper-slide .main div img {
    width: 35.25rem;
  }
  .indexBanner .box1 {
    bottom: 3rem;
  }
  .indexHead .box .boxCenter .item {
      margin: 36px 0.5rem 0;
  }
}
@media screen and (max-width: 1024px) {
	.indexHead .box .boxCenter .item ul{
		width: 100%;
	}
	.indexHead .box .boxCenter .item ul li a:hover{
		background: #fff;
		color: #000;
	}
	.indexHead .box .boxCenter .item ul li a {
	    padding-left: 1.25rem;
		box-sizing: border-box;
	}
   .indexHead .box .boxCenter .item{
	 height: auto;
   }
  .indexHead .box .boxCenter {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100vh - 90px);
    background: #fff;
    z-index: 10;
    left: 0;
    top: 90px;
    box-sizing: border-box;
  }
  .indexHead .box .boxCenter .item {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
    border-bottom: 1px solid #ddd;
	margin: 0;
  }
  .indexHead .box .boxCenter .item::after {
    position: absolute;
    content: '+';
    right: 2rem;
    top: 0;
    font-size: 2.25rem;
    line-height: 5.75rem;
    color: #999;
    width: 1.25rem;
    text-align: center;
  }
  .indexHead .box .boxCenter .active::after {
  	color: #fff;
  }
  .indexHead .box .boxCenter .item:hover::after {
    content: '-';
    font-size: 3.25rem;
	color: #fff;
  }
  .indexHead .box .boxCenter .item:first-child::after {
    opacity: 0;
  }
  .indexHead .box .boxCenter .item:nth-child(5)::after {
    opacity: 0;
  }
  .indexHead .box .boxCenter .item:nth-child(6)::after {
    opacity: 0;
  }
  .indexHead .box .boxCenter .item:last-child {
    border: 0;
  }
  .indexHead .box .boxCenter .item > a {
    line-height: 3.75rem;
    font-weight: bold;
  }
  .indexHead .box .boxCenter .item ul {
    transition: all 0.3s;
    position: initial;
    box-shadow: 0 0 0 #fff;
    padding: 0.5rem 0;
  }
  .indexHead .box .boxCenter .item ul li a {
    text-align: left;
  }
  .indexHead .box .phoneMenu {
    display: block;
  }
  .indexProduct .box .item {
    width: 100%;
  }
  .indexAbout .boxLeft {
    /* display: none; */
	width: 100%;
	padding: 0;
  }
  .indexAbout .boxLeft .img img{
	  width: 100%;
  }
  .indexAbout .boxLeft .top {
	  display: none;
  }
  .indexAbout .boxLeft::after{
	   display: none;
  }
  .indexAbout .boxLeft .text{
	  display: none;
  }
  
  .indexAbout .boxRight {
    width: 100%;
    padding: 5rem 0;
  }
  .indexTechnology .box .item {
    width: 48%;
    margin-bottom: 2rem;
  }
  .indexTechnology {
    background-size: auto 100%;
  }
  .indexNews .box .item {
    width: 48%;
  }
  .indexNews .box .item:nth-child(3) {
    display: none;
  }
  .indexFoot .box .boxTop .boxRight {
    display: none;
  }
  .indexFoot .box1 .boxBottom .left {
    width: 100%;
  }
  .indexFoot .box1 .boxBottom .right {
    width: 100%;
    margin-top: 0.3125rem;
  }
  .bannerBox .box {
    font-size: 2.5rem;
  }
  .indexFoot {
    padding: 3.625rem 0 0;
  }
  .indexTit h5 {
    font-size: 2rem;
  }
  .productBox .box .boxLeft {
    display: none;
  }
  .productBox .box .boxRight {
    width: 100%;
  }
  .productBox .box .phoneBoxLeft {
    margin-bottom: 3rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .productBox .box .phoneBoxLeft .swiper-slide {
    width: 12.5rem;
    border: 1px solid #ddd;
  }
  .productBox .box .phoneBoxLeft .swiper-slide a {
    font-size: 1rem;
    color: #000;
    display: block;
    text-align: center;
    line-height: 3.125rem;
  }
  .productBox .box .phoneBoxLeft .active {
    border: 1px solid #d62722;
  }
  .productBox .box .phoneBoxLeft .active a {
    color: #d62722;
  }
  .newsBox0 {
    margin-top: 0rem;
    box-shadow: 0px 5px 20px #ddd;
  }
  .newsBox0 .box {
    box-shadow: 0px 5px 20px #fff;
  }
  .newsBox .box {
    display: flex;
    justify-content: space-between;
  }
  .newsBox .box .item {
    width: 48.5%;
    margin-right: 0;
  }
  .newsBox1 .box {
    display: flex;
    justify-content: space-between;
  }
  .newsBox1 .box .item {
    width: 48.5%;
    margin-right: 0;
  }
  .newsBox2 .box .item a .boxLeft {
    width: 50%;
  }
  .newsBox2 .box .item a .boxRight {
    width: 50%;
    border: 0;
  }
  .contactBox .box .boxLeft {
    width: 100%;
  }
  .contactBox .box .boxRight {
    width: 100%;
    padding: 4.6875rem 0;
  }
  .contactBox .box .boxRight h5 {
    padding: 0 0 0 1rem;
  }
  .indexFoot .box {
    padding-bottom: 3.625rem;
  }
  .indexFoot .box1 .boxBottom .right {
    display: none;
  }
  .productInfo .box4 .go {
    display: none;
  }
  .productInfo .box4 .view {
    width: 100%;
    text-align: left;
  }
  .newsBox3 .box .boxTwo .go {
    display: none;
  }
  .newsBox3 .box .boxTwo .view {
    width: 100%;
    text-align: left;
  }
  .indexHead .box .boxCenter .item ul li a{
	  font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .indexFoot .box1 .boxBottom .left {
    text-align: center;
  }
  .indexFoot .box1 .boxBottom .left span {
    display: block;
  }
  .indexFoot .box1 .boxBottom .left a {
    display: block;
  }
  .newsBox .box .item {
    padding: 2rem;
  }
  .newsBox .box .item_ {
      width: 32%;
      margin-right: 2%;
  }
  .newsBox .box .item_:nth-child(3n) {
      margin-right: 0%;
  }
  .newsBox .box .item_:nth-child(4n) {
      margin-right: 2%;
  }
  .newsBox .box {
     justify-content: flex-start;
  }
  .productInfo .box2 ul li{
  	height: auto;
  }
   .productInfo .box2 ul li a{
   	padding: 8px 0;
   }
}
@media screen and (max-width: 414px) {
	
	.newsBox .box {
	    display: flex;
	    justify-content: space-between;
	}
	.newsBox .box .item_ {
	    width: 48%;
	}
	.newsBox .box .item_:nth-child(n) {
	    margin-right: 0%;
	}
	.newsBox .box .item_ a .top3 p img {
	    margin-left: 1rem;
	}
	
  .indexBanner .box .swiper-slide > img {
    height: auto;
  }
  .indexBanner .box .swiper-slide .phone {
    display: block;
  }
  .indexBanner .box .swiper-slide .pc {
    display: none;
  }
  .indexBanner .box .swiper-slide .main div img {
    display: none;
  }
  .indexHead .box .boxLeft a img:last-child {
    display: none;
  }
  .indexHead .box .boxLeft a img {
    height: 40px;
  }
  .indexHead .box .boxRight .left img {
    margin-top: 4px;
  }
  .indexHead .box .boxLeft {
    padding: 12px 0;
  }
  .indexHead .box .boxRight {
    margin-top: 12px;
  }
  .indexHead .box .phoneMenu img {
    width: 2.5rem;
    margin-top: 7px;
  }
  .indexHead .box .phoneMenu span {
    font-size: 2.6rem;
  }
  .p95 {
    padding-top: 2.5rem;
  }
  .indexProduct .box .item {
    padding: 2.4375rem 1.75rem;
    margin-bottom: 1.5rem;
  }
  .indexProduct .box .item .left {
    width: 100%;
  }
  .indexProduct .box .item .right {
    width: 100%;
    position: initial;
    text-align: center;
    margin-top: 2rem;
  }
  .indexProduct .box .item .right img {
    width: 50%;
  }
  .indexAbout .boxRight {
    padding: 2.5rem 0;
  }
  .m95 {
    margin-top: 2.5rem;
  }
  .indexTechnology .box .item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .indexTechnology .box {
    margin-bottom: 2.5rem;
  }
  .indexTechnology {
    padding-bottom: 2.5rem;
  }
  .indexNews .box .item {
    width: 100%;
    margin-top: 1.5rem;
  }
  .indexNews {
    margin-bottom: 2.5rem;
  }
  .indexFoot .box1 .boxBottom .left {
    line-height: 2rem;
  }
  .bannerBox img {
    height: 15rem;
    object-fit: cover;
  }
  .bannerBox .box {
    font-size: 2rem;
  }
  .indexTit h5 {
    font-size: 1.6rem;
  }
  .aboutBox .box .img p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .aboutBox2 .box .item {
    width: 31.333%;
    margin-right: 3%;
    margin-bottom: 1rem;
  }
  .aboutBox2 .box .item:nth-child(5n) {
    margin-right: 3%;
  }
  .aboutBox2 .box .item:nth-child(3n) {
    margin-right: 0;
  }
  .producList {
    display: flex;
    justify-content: space-between;
  }
  .producList .item {
    width: 49%;
    margin: 0 0 1.5rem;
  }
  .lpkPage a:first-child {
    display: none;
  }
  .lpkPage a:last-child {
    display: none;
  }
  .lpkPage {
    margin-bottom: 4.25rem;
  }
  .producList {
    margin-bottom: 1.125rem;
  }
  .productInfo .box1 .infoLeft {
    width: 100%;
    margin-top: 0;
    height: 20rem;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
  }
  .productInfo .box1 .infoLeft img {
    margin: auto;
  }
  .productInfo .box1 .infoRight {
    margin-top: 1.5rem;
    width: 100%;
  }
  .productInfo .box1 .infoRight .bottom p {
    height: 7.125rem;
  }
  .productInfo .box2 ul li a {
    font-size: 1rem;
    margin-top: 0;
  }
  .productInfo .box4 {
    margin-bottom: 3.25rem;
    margin-top: 2.0625rem;
  }
  .newsBox .box .item {
    padding: 1rem;
  }
  .newsBox .box .item a p img {
    top: -0.125rem;
  }
  .newsBox1 .box .item {
    padding: 1rem;
  }
  .newsBox1 {
    margin-bottom: 2.375rem;
  }
  .newsBox2 .box .item {
    margin-bottom: 1.5rem;
  }
  .newsBox2 .box .item a .boxLeft {
    width: 100%;
  }
  .newsBox2 .box .item a .boxRight {
    width: 100%;
    padding: 1rem;
  }
  .newsBox2 .box .item a .boxRight .time {
    padding-top: 0;
  }
  .newsBox3 .box .boxTop h5 {
    font-size: 1.5rem;
  }
  .newsBox3 .box .boxBot {
    padding-top: 2.125rem;
  }
  .newsBox3 .box .boxTwo {
    margin-top: 2.0625rem;
    margin-bottom: 3.25rem;
  }
  .contactBox .box .boxLeft .map {
    height: 17.75rem;
  }
  .contactBox .box .boxRight {
    padding: 2.5rem 0;
  }
  .contactBox1 {
    margin-bottom: 4.5rem;
  }
  .contactBox .box .boxRight h5 {
    font-size: 1.5rem;
  }
  .indexFoot {
    padding: 2rem 0 0;
  }
  .indexFoot .box {
    padding-bottom: 2rem;
  }
  .aboutBox2 {
    margin-bottom: 2.75rem;
  }
  .indexHead .box .boxCenter {
    top: 65px;
    height: calc(100vh - 65px);
  }
  .indexHead .box .togg {
      margin: 10px 0 0;
	  position: relative;
	  right: -2rem;
  }

}
  /* -----------------------右侧悬浮---------------------- */


/* 右侧悬浮 */

.xfList {
    position: fixed;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 96px;
}

.xfList li {
    position: relative;
    border-bottom: 1px dashed #D4D4D4;
    margin: 0 9px;
}

.xfList li:nth-child(3) {
    border: 0;
}

.xfList li:last-child {
    border: 0;
    margin: 0;
    background: #C40818;
    border-radius: 0 0px 10px 10px;
}

.xfList li:last-child .div {
    padding: 0 9px;
}

.xfList li .div dl {
    text-align: center;
    width: 100%;
    height: auto;
    /* display: flex; */
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.xfList li .div dl dd {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.xfList li:last-child .div dl dd {
    color: #fff;
}

.xfList li .div dl .icon {
    /* font-size: 0; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    width: 100%;
}

.xfList li .div dl .icon img {
    width: 100%;
}

.xfList .icon {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    /* margin-bottom: 10px; */
}

.xfList li .ewmDiv {
    position: absolute;
    right: 90%;
    top: 0%;
    padding-right: 24px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.xfList li .ewmDiv .QQ_tio {
    border-bottom: 1px dashed #D4D4D4;
    padding: 8px 0;
}

.xfList li .ewmDiv .QQ_tio:last-child {
    border: 0;
}

.xfList li .ewmDiv .QQ_tio a {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    position: relative;
    padding-left: 24px;
    display: inline-block;
}

.xfList li .ewmDiv .edv_lit {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 24px;
    /* width: 148px; */
    position: relative;
}

.xfList li .ewmDiv .edv_lit_t {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 24px;
    width: 148px;
    position: relative;
}

.xfList li .ewmDiv .edv_lit_t {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 24px;
}

.xfList li .ewmDiv .edv_lit_t .dev_lidt {
    width: 98px;
    height: 98px;
    border: 1px solid #bfbfbf;
}

.xfList li .ewmDiv .edv_lit_t p {
    font-size: 14px;
    color: 666666;
    line-height: 24px;
    margin-top: 4px;
}

.xfList li .ewmDiv .edv_lit:after,
.xfList li .ewmDiv .edv_lit_t:after {
    content: "";
    width: 14px;
    height: 18px;
    background: url(../images/jiao-ico.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 100%;
    top: 36%;
    -webkit-transform: translateY(-36%);
    transform: translateY(-36%);
}

.xfList li .ewmDiv .edv_lit_t:after {
    top: 26%;
    -webkit-transform: translateY(-26%);
    transform: translateY(-26%);
}

.xfList li .ewmDiv .QQ_tio a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 17px;
    height: 19px;
    content: "";
    background: url(../images/QQ1.png) no-repeat center center/100%;
    display: inline-block;
}

.xfList li .div {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.telDiv {
    position: absolute;
    top: 0;
    left: 100%;
    /* left: -150px; */
    width: 205px;
    height: 100%;
    background-color: #004ea1;
    padding-left: 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    opacity: 0;
}

.telDiv:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.telDiv .icons {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 42px;
}

.telDiv .divs {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    padding-left: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.xfList li:hover .ewmDiv {
    visibility: visible;
    opacity: 1;
    right: 100%;
}

.xfList li:hover .telDiv {
    left: -150px;
    visibility: visible;
    opacity: 1;
}