
/* ===================首页样式========================== */
.banner-box{background-color: #F1F1F1;}
.banner{overflow: hidden;}
.banner-bg img{width: 100%;}

.banner-pagination-box{position: absolute;left: 0;bottom: 35px;width: 100%;z-index: 2;}
.banner-pagination-box .banner-pagination{display: flex; justify-content: center;}
.banner-pagination .swiper-pagination-bullet{margin-left: 3px;width: 36px;height: 36px;position: relative;background: transparent;opacity: 1;border-radius: 0;}
.banner-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.banner-pagination .swiper-pagination-bullet::before{transition: all .4s ease; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 4px;height: 4px;border-radius: 50%;background: rgba(255, 255, 255, .5);}
.banner-pagination .swiper-pagination-bullet::after{content: "";opacity: 0;transition: all .6s ease;animation: banPage 2s linear infinite; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../image/banner-pagination.png') no-repeat center/100% auto;}
.banner-pagination .swiper-pagination-bullet-active::before{background: #fff;width: 8px;height: 8px;}
.banner-pagination .swiper-pagination-bullet-active::after{opacity: 1;}
@keyframes banPage {0%{transform: rotate(0);}100%{transform: rotate(360deg);}}

.Footer-head{padding: 40px 0 42px;justify-content: space-between;align-items: center;}
.Footer-head .item{align-items: center;}
.Footer-head .item .icon{margin-right: 15px;}
.Footer-head .item .wd h2{font-weight: bold;}
.Footer-head .item .wd p{color: #888;margin-top: 5px;}

.banner-icon .ban-box {justify-content: space-between;}
.banner-icon .ban-box .item{padding: 80px 30px;border-radius: 20px;width: 32.5%;background-repeat: no-repeat;}
.banner-icon .ban-box .item:nth-child(1){background-image: url('../picture/item-img1.png');}
.banner-icon .ban-box .item:nth-child(2){background-image: url('../picture/item-img2.png');}
.banner-icon .ban-box .item:nth-child(3){background-image: url('../picture/item-img3.png');}
.banner-icon .ban-box .item b{padding: 5px 10px;color: #fff;border-radius: 0px 6px 6px 6px;margin-bottom: 10px;display: inline-block;}

.section{}
.pro-section .title-box{justify-content: space-between;border-bottom: 1px #E6E6E6 solid;padding-bottom: 20px;}
.pro-section .title-box .left::after{content: '';display: block;width: 68px;height: 7px;background-image: url('../picture/title-bg.svg');}
.pro-section .title-box p{color: #ECECEC;}
.pro-section .title-box h2{margin-top: -40px;}
.pro-section .title-box .right{margin-top: 53px;}
.pro-section .title-box .right a{padding: 10px 20px;background-color: #F1F1F1;border-radius: 4px;margin-left: 10px;}
.pro-section .title-box .right a:hover{background-color: var(--main-color);color: #fff;}

.pro-section .pro-list{justify-content: space-between;}
.pro-section .pro-list .left{width: 100%;justify-content: space-between;}
.pro-section .pro-list .left .item{border-radius: 12px;border: 2px solid #E6E6E6;padding: 30px 20px;width: 19%;position: relative;}
.pro-section .pro-list .left .img{width: 100%;height: 234px;background-position: center;background-size: cover;}
.pro-section .pro-list  b{border-radius: 0px 6px 6px 6px;/* background: var(--main-red); */padding: 5px;color: #fff;position: absolute;top: 20px;left: 20px;}
.pro-section .pro-list  b img{width: 120px;}
.pro-section .pro-list .left .wd b img{display: inline-block;}
.pro-section .pro-list .left .wd p{color: var(--main-p-black);text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.pro-section .pro-list .left .item:hover{border: 2px var(--main-color) solid;}
.pro-section .pro-list .left .item:hover h2{color: var(--main-color);}

.pro-section .pro-list .right{width: 68%;flex-wrap: wrap;}
.pro-section .pro-list .right .item{width: 49%;border: 2px solid #fff;border-radius: 10px;overflow: hidden;padding: 30px 10px;}
.pro-section .pro-list .right .img{width: 200px;height: 200px;position: relative;overflow: hidden;}
.pro-section .pro-list .right .img img{transform: scale(1.2);}
.pro-section .pro-list .right .item:nth-child(3),
.pro-section .pro-list .right .item:nth-child(4){margin-top: 20px;}
.pro-section .pro-list .right .item:not(:nth-child(3n+1)){margin-left: 20px;}
.pro-section .pro-list .right .item .wd {width: calc(100% - 218px); margin-left: 18px;}
.pro-section .pro-list .right .item .wd h2{width: 100%;margin-bottom: 20px;margin-top: 20px;
text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1; line-clamp: 1;-webkit-box-orient: vertical;
}
.pro-section .pro-list .right .item .wd li{line-height: 24px;color: var(--main-p-black);}
.pro-section .pro-list .right .item  b{display: none;  position: absolute; top: 0;left: 0;}
.pro-section .pro-list .right .item .more span{display: inline-block;padding: 10px 20px;border: 1px solid var(--main-color);border-radius: 4px;}
.pro-section .pro-list .right .item .more span:first-child{color: var(--main-color);}
.pro-section .pro-list .right .item .more span:nth-child(2){color: #fff;background-color: var(--main-color);margin-left: 10px;}

.pro-section .pro-list .right .item:hover{border: 2px var(--main-color) solid;}

.pro-two .title-box .right a{background-color: #fff;}
.pro-two .pro-list .right{width: 100%;}
.pro-two .pro-list .right .item{width: 32%;background-color: #fff;}
.pro-two .pro-list .right .item:nth-child(3){margin-top: 0;}
.pro-two .pro-list .right .item:nth-child(n+4):nth-child(-n+6){margin-top: 20px;}

.section .title-box{text-align: center;}
.section .title-box p:first-child{color: #ECECEC;}
.section .title-box h2{margin-top: -40px;}
.section .title-box h2::after{content: '';display: block;width: 68px;height: 7px;background-image: url('../picture/title-bg.svg');margin: auto;margin-top: 10px;}

/* 首页关于我们 */
.about-section{position: relative;}
.about-section .bg{background: linear-gradient(110deg, #7F4A70 1%, #6E1753 114%);position: absolute;width: 100%;height: 827px;bottom: 0;left: 0;z-index: -1;}
.about-section .about-top {justify-content: space-between;background-color: #fff;border-radius: 20px;box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.2);padding: 40px;}
.about-section .about-top .left{width: 48%;}
.about-section .about-top .left .title{padding: 30px;}
.about-section .about-top .left .title p{}
.about-section .about-top .left .nr{padding: 30px;text-align: justify;}
.about-section .about-top .left .nr .ms{}
.about-section .about-top .left .nr .lx{align-items: center;}
.about-section .about-top .left .nr .lx .icon{width: 61px;height: 56px;background-image: url('../picture/about-tel.svg');}

.about-section .about-top .left .item-box{justify-content: space-between;}
.about-section .about-top .left .item-box .item h3{align-items: center;}
.about-section .about-top .right{width: 50%;}
.about-section .about-top .right video{width: 100%;height: 530px;}

.about-section .contain-1600{background-color: #fff; position: relative;}
.about-section .about-scrow .swiper{overflow: hidden;}
.about-section .about-scrow ul{justify-content: center;}
.about-section .about-scrow ul li{background-color: rgba(255, 255, 255, 0.2);padding: 10px 40px;margin: 0 10px;border-radius: 4px;color: #fff;font-size: 16px;}
.about-section .about-scrow ul li.active{background-color: #fff;color: var(--main-color);font-weight: bold;}

.about-scrow .scrow-box:first-child{display: block;}
.about-scrow .scrow-box{display: none;position: relative;}
.about-scrow .scrow-box p{}
.about-scrow .scrow-box .swiper-pagination{bottom: -50px;}

.about-scrow .scrow-box .swiper-button-next,
.about-scrow .scrow-box .swiper-button-prev
{width: 51px;height: 51px;background-size: 100%;}
.about-scrow .scrow-box .swiper-button-prev{background-image: url('../picture/left.svg');left: -77px;}
.about-scrow .scrow-box .swiper-button-next{background-image: url('../picture/right.svg');right: -77px;}
.about-scrow .scrow-box .swiper-pagination-bullet-active{background-color: var(--main-red);}

.huoban-box{border: 1px #EBEBEB solid; border-radius: 10px;overflow: hidden;}
.huoban-box .item{width: calc(100% / 6);border-right: 1px #EBEBEB solid;}
.huoban-box .item:nth-child(-n+6){border-bottom: 1px #EBEBEB solid;}


.index-news {overflow: hidden;}
.index-news .more-2 {
  margin-top: 60px;
  text-align: center;
}
.index-news .more-2 a {
  width: 210px;
  height: 54px;
  border-radius: 27px;
  color: #fff;
  line-height: 54px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  background: var(--main-color);
}
.index-news .more-2 a svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin: 13px 0 0 10px;
  vertical-align: top;
}
.index-news .more-2 a:hover {
  box-shadow: 0 0 20px rgba(30, 80, 174, 0.4);
}
.index-news .index-title {
  margin-bottom: 50px;
}
.index-news .listleft {
  width: 66.3%;
  float: left;
}
.index-news .listleft li {
  width: 50%;
  float: left;
  padding: 0 11px;
  
}
.index-news .listleft li .item {
  padding: 23px;
  padding-bottom: 45px;
  display: block;
 /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.07); */
  position: relative;
  background-color: #F5F5F5;
}
.index-news .listleft li .item:hover .pic img {
  transform: scale(1.05);
}
.index-news .listleft li .item:hover .tit {
  color: var(--main-color);
}
.index-news .listleft li .item:hover .more {
  color: #fff;
  border-color: #fff;
  background: var(--main-color);
}
.index-news .listleft li .item:hover .more svg {
  fill: #fff;
}
.index-news .listleft li .item:hover .time {
  background-color: var(--main-color);
}
.index-news .listleft li .time {
  width: 81px;
  height: 81px;
  color: #fff;
  right: 0;
  top: 0px;
  border-radius: 4px;
  line-height: 16px;
  font-family: arial;
  text-align: center;
  position: absolute;
  padding-top: 10px;
  background: #A2A2A2;
}
.index-news .listleft li .time span {
  display: block;
}
.index-news .listleft li .time .date {
  font-size: 38px;
  line-height: 38px;
}
.index-news .listleft li .pic {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 210px;
}
.index-news .listleft li .pic img {
  transition: all 700ms ease;
  width: 100%;
}

.index-news .listleft li .txtbox {
  padding-right: 100px;
  position: relative;
}
.index-news .listleft li .tit {
  font-size: 18px;
  color: var(--main-black);
  height: 30px;
  overflow: hidden;
  font-weight: 600;
  line-height: 30px;
  margin-top: 35px;
}
.index-news .listleft li .txt {
  font-size: 14px;
  color: var(--main-p-black);
  height: 44px;
  margin-top: 10px;
  overflow: hidden;
  line-height: 22px;
}
.index-news .listleft li .more {
  width: 146px;
  height: 38px;
  color: var(--main-color);
  margin-top: 35px;
  line-height: 35px;
  text-indent: 30px;
  border: solid 1px var(--main-color);
  background-image: url('../picture/jt.svg');
  background-repeat: no-repeat;
  background-position: 100px center; 
}
.index-news .listleft li:hover .more{text-align: center;text-indent: 0%;}
.index-news .listleft li .more svg {
  float: right;
  fill: var(--main-p-black);
  margin: 8px 15px 0 0;
  display: inline-block;
}
.index-news .listright {
  width: 33%;
  float: right;
}
.index-news .listright li {
  background: #fff;
  padding: 23px 40px 22px 40px;
  border: solid 1px #E6E6E6;
  margin-top: 20px;
}
.index-news .listright li a {
  display: block;
}
.index-news .listright li .tit {
  color: var(--main-black);
  height: 24px;
  font-weight: 600;
  overflow: hidden;
  font-size: 16px;
}
.index-news .listright li .txt {
  height: 44px;
  color: var(--main-p-black);
  overflow: hidden;
  line-height: 22px;
  margin-top: 10px;
}
.index-news .listright li .time {
  color: var(--main-black);
  font-family: arial;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  border-top: solid 1px #eaeaea;
}
.index-news .listright li .time:before {
  content: "";
  width: 33px;
  height: 2px;
  right: -1px;
  top: 47px;
  background: #bababa;
  position: absolute;
}
.index-news .listright li .time:after {
  width: 16px;
  height: 16px;
  content: "";
  right: 0;
  top: 40px;
  position: absolute;
  transform: rotate(135deg);
  border-left: solid 2px #bababa;
  border-top: solid 2px #bababa;
}
.index-news .listright li .time span {
  display: block;
}
.index-news .listright li .time span:first-child {
  font-size: 38px;
  line-height: 40px;
}
.index-news .listright li:hover {
  border-color: var(--main-color);
}
.index-news .listright li:hover .tit {
  color: var(--main-color);
}
.index-news .listright li:hover .time {
  color: var(--main-color);
  border-color: var(--main-color);
}
.index-news .listright li:hover .time:before {
  background: var(--main-color);
}
.index-news .listright li:hover .time:after {
  border-left-color: var(--main-color);
  border-top-color: var(--main-color);
}
.index-news .listright li:first-child {
  margin-top: 0;
}
@media (max-width: 1025px) {
  .index-news {
    padding: 30px 0 50px 0;
    min-height: auto;
  }
  .index-news .index-title {
    margin-bottom: 20px;
  }
  .index-news .listleft,
  .index-news .listright {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  .index-news .listleft li {
    padding: 0;
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }
  .index-news .listleft li .txtbox {
    width: 100%;
    padding-right: 0;
  }
  .index-news .listleft li .time {
    display: none;
  }
  .index-news .listright li {
    padding: 30px 10px;
  }
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */

}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
 
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
	.banner-box .pro-nav .item{width: 48%;flex: none;margin: 5px 0;padding: 10px;}
	.banner-box .pro-nav .item + .item:not(:nth-child(2n+1)){margin-left: 10px;}
	.pro-section .title-box .left,.pro-section .title-box .right{width: 100%;}
	.pro-section .title-box .left{margin: 10px 0;text-align:center;}
	.pro-section .title-box h2{margin-top: -45px;}
	.pro-section .title-box .left::after{margin: auto;margin-top: 20px;}
	.pro-section .title-box .right ul li{margin: 15px 0;}
	
	.pro-section .pro-list .right .item:not(:nth-child(3n+1)){margin-left: 0px;}
	
	.pro-section .pro-list .left,.pro-section .pro-list .right{width: 100%;}
	.pro-section .pro-list .right .item{width: 100%;padding: 10px;}

	.pro-section .pro-list b{font-size: 12px;}
	.pro-section .pro-list .right .img{width: 130px; height: 130px;}
	.pro-section .pro-list .right .item .more span{padding: 5px 10px;}
	.pro-two .pro-list .right .item{margin-top: 10px;}
	.pro-two .pro-list .right .item:nth-child(n+3):nth-child(-n+6){margin-top: 10px;}

	.about-section .top .left,.about-section .top .right{width: 100%;}
	
}
@media all and (max-width:1000px){
    /* 720 竖屏 */
	
    .banner-bg img{height: calc(27vh - 60px);}
    .banner-con .nobr br{display: none;}
    .banner-pagination-box{bottom: 15px;}
    .banner-pagination .swiper-pagination-bullet{width: 24px;height: 24px;margin-left: 6px;}
    .banner-pagination .swiper-pagination-bullet-active::before{width: 6px;height: 6px;}
	.banner-icon .ban-box .item{width: 100%;padding: 30px 20px;background-size: contain;background-position: right center;margin-top: 10px;}
	.pro-section .pro-list .left .item{width: 48%;margin-top: 10px;}
	.pro-section .pro-list .left .img{height: 140px;}
	.about-section .about-top,
	.about-section .about-top .left .title,
	.about-section .about-top .left .nr
	{padding: 10px;}
	.about-section .about-top .left,.about-section .about-top .right{width: 100%;}
	.about-section .about-top .right video{height: 250px;}
	.about-section .about-scrow ul li{padding: 5px 15px;}
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:720px){
    /* 移动终端 360 适配 */
}