
/* ===================首页样式========================== */
.banner-box{background-color: #F1F1F1;padding-bottom: 50px;}
.banner-box .pro-nav .item{background-color: #fff;padding: 18px 10px;flex: 1;margin: 30px 10px;border-radius: 8px;display: flex;align-items: center;}
.banner-box .pro-nav .item .icon{margin-right: 10px;}
.banner-box .pro-nav .item .wd p{color: #adadad;padding-top: 5px;}
.banner{border-radius: 20px;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);}}


.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 ul{margin-top: 30px;}
.pro-section .title-box .right ul li{overflow: hidden;}
.pro-section .title-box .right a{display: block;line-height: 30px; padding: 6px 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{position: relative; border-radius: 12px;border: 2px solid #C0D3E3;padding: 30px 20px;width: 30%;overflow: hidden;}
.pro-section .pro-list .left .img{width: 100%;height: 300px;background-position: center;background-size: cover;}
.pro-section .pro-list  b{border-radius: 0px 6px 6px 6px;background: var(--main-red);padding: 5px 15px;color: #fff;}
.pro-section .pro-list .left .wd p{line-height: 24px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3; line-clamp: 3;-webkit-box-orient: vertical;}
.pro-section .pro-list .left:hover{border: 2px var(--main-color) solid;}
.pro-section .pro-list .left:hover h2{color: var(--main-color);}

.pro-section .pro-list .right{width: 68%;flex-wrap: wrap;justify-content: space-between;}
.pro-section .pro-list .right .item{width: 49%;border: 2px solid #E6E6E6;border-radius: 10px;overflow: hidden;padding: 30px 10px;position: relative;}
.pro-section .pro-list .right .item::before,
.pro-section .pro-list .left::before
{content: '';display: block;position: absolute;top: 0;left: 0;  width: 0;height: 0;border-style: solid;border-width: 20px 30px 0 0;border-color: var(--main-red) transparent transparent transparent;transition: all 0.4s;}
.pro-section .pro-list .left::before{}
.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 .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;}

.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;}

.mid-section .contain{background: url('../picture/mid-bg.jpg');border-radius: 10px;overflow: hidden;height: 340px;justify-content: space-between;align-items: center;padding: 0 50px;}
.mid-section .contain .left .tel p{border: 2px var(--main-color) solid;padding: 10px 20px;}
.mid-section .contain .left .tel p:nth-child(1){display: flex;align-items: center; color: #fff;}
.mid-section .contain .left .tel p:nth-child(1) i{width: 24px;height: 24px;display: inline-block;background: url('../picture/mid-tel.svg');margin-right: 5px;}

.mid-section .contain .right .item{text-align: center;margin: 0 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;}

.shili-section .shili-list {background-image: url('../picture/shili-bg.svg');background-repeat: no-repeat;background-position: center 150px;}
.shili-section .shili-list .item{justify-content: space-between;align-items: center;}
.shili-section .shili-list .item .img{width: 45%;border-radius: 10px;overflow: hidden;}
.shili-section .shili-list .item .wd{width: 45%;}
.shili-section .shili-list .item:nth-child(2n){flex-direction: row-reverse;}

/* 首页关于我们 */
.about-section{background-image: url('../picture/about-bg.jpg');background-repeat: no-repeat;background-position: center top;}
.about-section .about-top {justify-content: space-between;}
.about-section .about-top .left{width: 30%;}
.about-section .about-top .left .title{padding: 30px;color: #fff;}
.about-section .about-top .left .nr{background-color: #192C56;padding: 30px;text-align: justify;}
.about-section .about-top .left .nr .ms{color: #C8C8C8;}
.about-section .about-top .left .nr .lx{color: #fff;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 .right{width: 68%;}
.about-section .about-top .right video{width: 100%;height: 100%;}

.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{font-weight: bold; background-color: #E9E9E9;padding: 10px 40px;margin: 0 10px;border-radius: 4px;}
.about-section .about-scrow ul li.active{background-color: var(--main-color);color: #fff;}

.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);}


.news .swiper-container{padding: 0 10px 90px}
.news .index-tit{margin-bottom:50px}
.news a{display:block;width:100%;box-shadow:0 6px 10px 2px rgba(0,0,0,.1);transition:all .4s ease;position: relative;}
.news-pic{width:100%;overflow:hidden}
.news-pic img{width:100%;object-fit:cover;transition:all .8s ease}
.news a:hover img{transform:scale(1.06)}
.news-info{background:#fff;display:flex;padding:34px 30px 41px;z-index: 1;position: relative;transition: all .4s ease}
.news a:hover .news-info{transform: translateY(-40px)}
.news-time{font-size:14px;font-family: "Samsung";text-align:center}
.news-time span{font-weight:700;font-size:36px;color:#333;display:block;width:60px;line-height:1}
.news-txt{width:calc(100% - 60px);padding-left:28px}
.news-txt-title{font-size:18px;color:#333;font-weight:700;margin-bottom:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.news-txt p{font-size:14px;line-height:24px;overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical}
.news .swiper-pagination-bullet{width:12px;height:12px;opacity:1;background:#ccc}
.news .swiper-pagination-bullet-active{background:#c41218}
.news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 12px}
.news-more{position:absolute;z-index:0;width:100%;background:#c41218;color:#fff;display:flex;align-items:center;justify-content:center;height:40px;left:0;bottom:0;font-size:16px}
.news-more i{display:block;background:url("../image/arr-r.png") no-repeat center/100%;width:6px;height:10px;margin-left:20px}

/* -------------------------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 .left,.pro-section .pro-list .right{width: 100%;}
	.pro-section .pro-list .right .item{width: 100%;}
	
	.shili-section .shili-list{background-image: none;}
	.shili-section .shili-list .item .img,.shili-section .shili-list .item .wd{width: 100%;}
	.about-section .top .left,.about-section .top .right{width: 100%;}
	
}
@media all and (max-width:1000px){
    /* 720 竖屏 */
	
	.banner-box{padding-top: 20px;}
	.banner{margin-top: 20px;}
    .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;}
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:720px){
    /* 移动终端 360 适配 */
}